/*///////////// INICIO - MY ACCOUNT ///////////////*/

body.woocommerce-account .entry-header,
.page-template-default.page.page-id-177 .entry-header{
    display: flex;
    width: 100%;
    padding: 16px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    background: var(--primary-lighter);
    position: relative;
}
/*body.woocommerce-account header::before, */
/*.page-template-default.page.page-id-177 header::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: -50%;*/
/*    width: 50%;*/
/*    background: var(--primary-lighter);*/
/*    height: 100%;*/
/*}*/
/*body.woocommerce-account header::after, */
/*.page-template-default.page.page-id-177 header::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: -50%;*/
/*    width: 50%;*/
/*    background: var(--primary-lighter);*/
/*    height: 100%;*/
/*}*/
body.woocommerce-account .entry-header h1,
.page-template-default.page.page-id-177 .entry-header h1{
    color: var(--primary);
    font-family: Raleway;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 40px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: var(--gray-600);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    text-decoration: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a{
    border-bottom: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--dark-brown);
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::before {
    content: "";
    position: relative;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url("../icons/arrow-right.png") no-repeat;
    display: inline-block;
    margin-right: 24px;
}
body.woocommerce-account #content {
    padding: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    border-top: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: var(--danger);
}
body.woocommerce-account .woocommerce {
    padding: 60px 0;
}
body.woocommerce-account table.woocommerce-orders-table thead tr th {
    background: transparent;
    color: var(--gray-900);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

body.woocommerce-account table.woocommerce-orders-table tbody tr td {
    background-color: transparent;
}
body.woocommerce-account table.woocommerce-orders-table tbody tr td {
    background-color: transparent;
    color: var(--gray-700);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
body.woocommerce-account table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: var(--gray-700);
    font-weight: 600;
}
body.woocommerce-account table.woocommerce-orders-table thead tr th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions,
body.woocommerce-account table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: none;
}
body.woocommerce-account table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    font-size: 0;
}
body.woocommerce-account table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total span {
    font-size: 15px;
}
body.woocommerce-account a.woocommerce-button {
    background-color: var(--primary-light);
    color: var(--gray-700);
    border-radius: 24px !important;
    font-size: 14px;
    letter-spacing: 0.12em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 24px;
    height: 48px;
    display: block;
    width: max-content;
    line-height: normal;
}
body.woocommerce-account a.woocommerce-button:hover{
    background-color: var(--primary-lighter);
    color: var(--gray-700);
}
body.woocommerce-account .woocommerce form.woocommerce-EditAccountForm.edit-account label {
    color: var(--gray-900);
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
body.woocommerce-account .woocommerce form.woocommerce-EditAccountForm.edit-account input {
    display: flex;
    height: 40px;
    padding: 8px 8px 8px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--primary-light);
    background: var(--white);
    margin-top: 4px;
}
body.woocommerce-account .woocommerce form.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row {
    width: 50%;
    float: left;
    margin-bottom: 24px;
    padding-right: 24px;
    clear: none;
}
body.woocommerce-account .woocommerce form.woocommerce-EditAccountForm.edit-account fieldset {
    width: 100%;
    float: left;
}
body.woocommerce-account .woocommerce form.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span em {
    display: none;
}
body.woocommerce-account .woocommerce form.woocommerce-EditAccountForm.edit-account p:last-child {
    width: 100%;
    float: left;
}
body.woocommerce-account .woocommerce form.woocommerce-EditAccountForm.edit-account fieldset p {
    width: 50% !important;
}
body.woocommerce-account .woocommerce form.woocommerce-EditAccountForm.edit-account p:last-child button.woocommerce-Button.button {
    background-color: var(--primary-light);
    color: var(--gray-700);
    border-radius: 24px !important;
    font-size: 14px;
    letter-spacing: 0.12em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 24px;
    height: 48px;
    display: block;
    width: max-content;
    line-height: normal;
}
body.woocommerce-account .woocommerce form.woocommerce-EditAccountForm.edit-account p:last-child button.woocommerce-Button.button:hover {
    background-color: var(--primary-lighter);
    color: var(--gray-700);
}
body.woocommerce-account .woocommerce form.woocommerce-EditAccountForm.edit-account .clear {
    clear: none;
}
body.woocommerce-account .woocommerce p {
    color: var(--gray-900);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
body.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address {
    width: 100%;
    margin-bottom: 24px;
}
body.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address:last-child {
    margin-bottom: 0;
}
body.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address header {
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--dark-brown);
    margin-bottom: 24px;
}
body.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address header h3 {
    margin: 0;
    color: var(--dark-brown);
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
body.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address header a.edit {
    background: url("../icons/edit-2.png") no-repeat;
    font-size: 0;
    width: 25px;
    height: 25px;
}
body.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address address {
    overflow: hidden;
    color: var(--gray-900);
    text-overflow: ellipsis;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content form h3 {
    color: var(--gray-900);
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p {
    width: 50%;
    float: left;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p:last-child {
    width: 100%;
    float: left;
    margin-top: 24px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p {
    width: 50%;
    float: left;
    margin: 0;
    clear: none;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 24px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p label {
    color: var(--gray-900);
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input {
    border-radius: 16px;
    border: 1px solid var(--primary-light);
    background: var(--white);
    display: flex;
    height: 40px;
    padding: 8px 8px 8px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    margin-top: 4px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p:last-child button {
    border-radius: 32px !important;
    background: var(--primary);
    color: var(--white);
    text-align: center;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    padding: 16px 24px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p:last-child button:hover {
    background-color: var(--primary-lighter);
    color: var(--gray-700);
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper span.select2-selection.select2-selection--single {
    border-radius: 16px;
    border: 1px solid var(--primary-light);
    background: var(--white);
    display: flex;
    height: 40px;
    padding: 8px 8px 8px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    margin-top: 4px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper span.select2-selection.select2-selection--single span.select2-selection__arrow {
    top: 25%;
}
body.woocommerce-account .woocommerce strong {
    color: var(--primary);
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
body.login header.entry-header {
    display: none;
}
body.login #page {
    max-width: 100%;
}
body.login .woocommerce {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 0;
}
body.login .entry-content {
    margin: 0;
}
body.login .woocommerce .block-left {
    background: url("../icons/images.png") no-repeat center;
    background-size: cover;
    width: 50%;
    position: relative;
}
body.login .woocommerce #customer_login {
    width: 50%;
    float: left;
    margin: 65px;
}
body.login .woocommerce .block-left .text {
    font-size: 20px;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
body.login .woocommerce .block-left .text h1 {
    color: var(--white);
    font-family: Raleway;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 76px;
    border-bottom: 1px solid var(--white);
    padding-bottom: 32px;
    text-align: left;
}
body.login .woocommerce .block-left .text p {
    color: var(--white);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
body.login .woocommerce #customer_login h2 {
    color: var(--gray-900);
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
body.login .woocommerce #customer_login form {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--primary-light);
    border-radius: 0;
}
body.login .woocommerce #customer_login form p input[type="text"],
body.login .woocommerce #customer_login form p input[type="password"],
body.login .woocommerce #customer_login form p input[type="email"] {
    border-radius: 16px;
    border: 1px solid var(--primary-light);
    display: flex;
    height: 40px;
    padding: 8px 8px 8px 16px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
}
body.login .woocommerce #customer_login form p label {
    color: var(--gray-900);
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
}
body.login .woocommerce #customer_login form p.form-row:nth-child(3) {
    margin-top: 40px;
    margin-bottom: 0;
}
body.login .woocommerce #customer_login form button {
    display: flex;
    width: 234px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px !important;
    background: var(--primary);
    color: var(--white);
    text-align: center;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.68px;
    text-transform: uppercase;
}
body.login .woocommerce #customer_login form p.form-row {
    margin: 24px 0;
}
body.login .woocommerce #customer_login form.woocommerce-form.woocommerce-form-register.register {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
body.login .woocommerce #customer_login div, body.login .woocommerce #customer_login ul.woocommerce-error {
    width: 520px;
    float: left;
}
body.woocommerce-account .woocommerce .item-detalle-pedido {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 54px;
}
body.woocommerce-account .woocommerce .item-detalle-pedido div {
    padding: 16px 0;
    width: 33.33%;
    position: relative;
}
body.woocommerce-account .woocommerce .item-detalle-pedido div b {
    color: var(--gray-600);
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
    display: block;
}
body.woocommerce-account .woocommerce .item-detalle-pedido div p {
    margin: 0;
    overflow: hidden;
    color: var(--gray-900);
    text-align: center;
    text-overflow: ellipsis;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
body.woocommerce-account .woocommerce .item-detalle-pedido div::after {
    width: 1px;
    height: 100%;
    background: var(--primary-light);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
}
body.woocommerce-account .woocommerce .item-detalle-pedido div:last-child::after{
    display: none;
}
body.woocommerce-view-order .woocommerce-order-details h2 {
    color: var(--gray-900);
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
body.woocommerce-view-order .woocommerce-order-details .block-resume-order .content-item-order {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 24px auto;
}
body.woocommerce-view-order .woocommerce-order-details .block-resume-order .content-item-order .image {
    width: 100px;
    height: 100px;
}
body.woocommerce-view-order .woocommerce-order-details .block-resume-order .content-item-order .informacion {
    min-width: 350px;
    text-align: left;
}
body.woocommerce-view-order .woocommerce-order-details .block-resume-order .content-item-order .informacion a {
    color: var(--gray-900);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
body.woocommerce-view-order .woocommerce-order-details .block-resume-order .content-item-order .informacion .wc-item-meta {
    margin: 8px auto 0 auto;
    list-style: none;
}
body.woocommerce-view-order .woocommerce-order-details .block-resume-order .content-item-order .informacion .wc-item-meta li {
    margin-bottom: 4px;
    color: var(--gray-700);
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}
body.woocommerce-view-order .woocommerce-order-details .block-resume-order .content-item-order .informacion .wc-item-meta li .wc-item-meta-label {
    color: var(--gray-700);
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 5px;
}
body.woocommerce-view-order .woocommerce-order-details .block-resume-order .content-item-order .cantidades {
    min-width: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
body.woocommerce-view-order .woocommerce-order-details .block-resume-order .content-item-order .cantidades .product-quantity {
    color: var(--gray-700);
    text-align: right;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
body.woocommerce-view-order .woocommerce-order-details .block-resume-order .content-item-order .cantidades .woocommerce-Price-amount.amount {
    color: var(--gray-900);
    text-align: right;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
body.woocommerce-view-order .woocommerce-order-details .col-md-6.col-xs-12:nth-child(2) {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    background: var(--primary-lighter);
}
body.woocommerce-view-order .woocommerce-order-details .col-md-6.col-xs-12:nth-child(2) .item-field {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
body.woocommerce-view-order .woocommerce-order-details .col-md-6.col-xs-12:nth-child(2) .item-field p {
    margin: 0;
    color: var(--gray-600);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
body.woocommerce-view-order .woocommerce-order-details .col-md-6.col-xs-12:nth-child(2) .item-field p .shipped_via {
    display: none;
}
body.woocommerce-view-order .woocommerce-order-details .col-md-6.col-xs-12:nth-child(2) .item-field:last-child p {
    color: var(--gray-900);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
body.woocommerce-view-order .woocommerce-customer-details {
    margin: 0;
}
body.woocommerce-view-order .woocommerce-customer-details .addresses .col-md-6.col-xs-12 {
    margin: 54px 0;
}
body.woocommerce-view-order .woocommerce-customer-details .addresses .col-md-6.col-xs-12 h2 {
    color: var(--dark-brown);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    padding: 16px 24px 16px 0px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid var(--dark-brown);
}
body.woocommerce-view-order .woocommerce-customer-details .addresses .col-md-6.col-xs-12 address {
    border: 0;
    padding: 0;
}
body.woocommerce-view-order .woocommerce-customer-details .addresses .col-md-6.col-xs-12 address p {
    margin-bottom: 16px;
}
body.woocommerce-view-order .woocommerce-customer-details .addresses .col-md-6.col-xs-12 address p:last-child {
    margin-bottom: 0;
}
body.woocommerce-view-order .woocommerce-customer-details .addresses .col-md-6.col-xs-12 address p b {
    color: var(--gray-600);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
body.woocommerce-account .woocommerce .show-password-input.display-password::after {
    content: "";
    background: url("../icons/yes_eye.png") no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
}
body.woocommerce-account .woocommerce .show-password-input::after {
    content: "";
    background: url("../icons/no_eye.png") no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
}
body.login .site-footer.footer-bar-active.footer-bar-align-right .grid-container {
    padding: 20px 15px 20px 15px;
}
#customer_login .u-column1.col-1, #customer_login .u-column2.col-2 {
    float: left;
}
/*///////////// FIN - MY ACCOUNT ///////////////*/

/* MY ACCOUNT / VIEW ORDER STYLES */

.woocommerce-view-order .shipping-information-order {
    display: flex;
    justify-content: space-between;
}

.woocommerce-view-order .shipping-order-number, .woocommerce-view-order .shipping-order-date, .woocommerce-view-order .shipping-order-status {
    width: calc(33% - 24px);
    text-align: center;
}

.woocommerce-view-order .shipping-order-date {
    border-left: 1px solid var(--primary-light);
    border-right: 1px solid var(--primary-light);
}

.woocommerce-view-order .woocommerce-MyAccount-content > p {
    display: none;
}

.woocommerce-view-order .order-item {
    display: flex;
}

.woocommerce-view-order .order-information {
    background: var(--primary-lighter);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.woocommerce-view-order .order-information > p {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--gray-600) !important;
}

.woocommerce-view-order .order-information p:has(bdi) strong {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.woocommerce-view-order .order-information .woocommerce-view-order .order-total {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    padding-top: 24px;
}

.woocommerce-view-order p.custom-order-details-title {
    font-size: 24px !important;
    font-weight: 500 !important;
}

.woocommerce-view-order .product-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.woocommerce-view-order .order-item {
    display: flex;
    gap: 16px;
    border-bottom: 1px solid var(--primary-lighter);
    padding: 24px 0;
}

.woocommerce-view-order .product-image img {
    width: 100px;
    height: 100px;
}

.woocommerce-view-order .product-variation-details p {
    font-size: 12px !important;
}

.woocommerce-view-order .product-image {
    width: 15%;
}

.woocommerce-view-order .product-name, .woocommerce-view-order .product-quantity, .woocommerce-view-order .product-total {
    width: calc(33% - 24px);
    text-align: right;
}

.woocommerce-view-order .product-variation-details {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce-view-order .product-name {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.woocommerce-view-order .product-variation-details p:first-child {
    display: none;
}

.woocommerce-view-order .order-billing-details h3, .woocommerce-view-order .shipping-address-container h3 {
    color: var(--dark-brown);
    padding: 16px 0;
    border-bottom: 1px solid var(--dark-brown);
    text-transform: uppercase;
    letter-spacing: 2.4px;
}

.woocommerce-view-order .product-name p {
    font-weight: 600 !important;
    margin: 0;
}

.woocommerce-view-order .product-variation-details p {
    font-weight: initial !important;
}

.woocommerce-view-order .woocommerce-Price-amount.amount bdi {
    font-weight: 600;
}

/* /Orders/ css */

.woocommerce-account .woocommerce-MyAccount-content{
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.woocommerce-account .order-information .order-total{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
}

.woocommerce-orders-table tr th.woocommerce-orders-table__cell:first-child {
    border-top: none;
    border-bottom: 1px solid var(--primary-lighter);
    background: transparent;
}

.woocommerce-orders-table tr th a{
    color: var(--gray-700);
}

.woocommerce-account table.woocommerce-orders-table tbody tr td {
    border-bottom: 1px solid var(--primary-lighter);
}

.woocommerce-account table.woocommerce-orders-table tbody tr:hover td,
.woocommerce-account table.woocommerce-orders-table tbody tr:hover th{
    background: var(--primary-lighter);
}

.woocommerce-account .inside-article .entry-content{
    padding: 0;
}

.woocommerce-account .entry-header{
    display: none!important;
}

.woocommerce-account .page-title {
    background: var(--primary-lighter);
}

.woocommerce-account .page-title h1 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    color: var(--primary);
}

@media (max-width: 1024px){

    .woocommerce-account .woocommerce-MyAccount-orders.shop_table.account-orders-table tbody{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
        padding-bottom: 40px!important;
    }

    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
        border-bottom: 1px solid var(--primary-light);
    }

    .woocommerce-page table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-total::before {
        content: "Total: ";
        font-size: 16px;
    }

    .woocommerce table.shop_table_responsive tbody th:before{
        content: "Pedido: ";
        color: var(--gray-900);
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before{
        color: var(--gray-900);

    }
    .woocommerce-orders-table tr th.woocommerce-orders-table__cell:first-child{
        display: flex;
        justify-content: space-between;
    }
    .woocommerce-account .woocommerce table.shop_table th,
    .woocommerce-account .woocommerce table.shop_table td{
        background-color: transparent!important;
    }

    body.woocommerce-account .woocommerce {
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }
    .woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before{
        content: unset!important;
    }
    .woocommerce-account .inside-article .entry-content{
        padding: 0;
    }
    body.woocommerce-account .entry-header{
        padding: 0 15px 15px;
    }
    .woocommerce-MyAccount-content .woocommerce-notices-wrapper,
    .woocommerce-MyAccount-content > p{
        /*display: none;*/
    }

    .woocommerce-account .woocommerce-MyAccount-content{
        width: 100%;
        padding: 0 15px;
        gap: unset;
        margin-top: 40px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation{
        padding: 0 15px;
    }
    .woocommerce-account .woocommerce table.shop_table th,
    .woocommerce-account .woocommerce table.shop_table td{
        padding: 20px 0;
    }
    .woocommerce-account .page-title h1{
        padding: 16px 15px;
    }
    body.login .woocommerce #customer_login div, body.login .woocommerce #customer_login ul.woocommerce-error{
        width: unset;
        float: unset;
        width: 100%;
    }
    body.login .woocommerce #customer_login{
        width: 100%;
        margin: unset;
        float: unset;
        padding: 0 16px;
    }
    body.login .woocommerce .block-left .text{
        position: unset;
        width: 100%;
        transform: unset;
    }
    body.login .woocommerce .block-left{
        width: 100%;
        float: unset;
        min-height: 500px;
        display: flex;
        align-items: center;
        padding: 0 16px;
        margin-bottom: 80px;
    }
}

@media (max-width: 576px){
    .woocommerce-view-order .shipping-order-date{
        padding: 0 24px;
        width: calc(45% - 24px);
    }
}
