/*GENERALES*/

.woocommerce-checkout-review-order-table tfoot #shipping_method {
    display: none !important;
}

.retiro-en-tienda #shipping_message {
    display: none !important;
}

#shipping_message {
    width: 100%;
    padding: 15px 20px;
    background-color: var(--bg-secondary);
    border-radius: 3px;
    font-size: 13.5px;
    color: rgb(21 37 82 / 75%);
}

.woocommerce-shipping-fields.retiro-en-tienda #shipping_method,
.woocommerce-shipping-fields.retiro-en-tienda #shipping_method li {
    display: block !important;
}

.woocommerce-checkout .main-page-wrapper {
    background-color: var(--bg-secondary);
}

.woocommerce-checkout:not(.woocommerce-order-received) .container {
    max-width: 1250px;
}

.woocommerce-billing-fields__field-wrapper #billing_country_field {
    display: none;
}

.wpb_column.checkout-steps-wrapper {
    width: 60%;
}

.wpb_column.checkout-order-review {
    width: 40%;
}

.checkout-section>.vc_column-inner>.wpb_wrapper {
    background-color: #fff;
    padding: 50px;
    margin-bottom: 30px;
    position: relative;
}

.checkout-section.checkout-order-review>.vc_column-inner>.wpb_wrapper {
    padding: 40px;
    margin: 0;
}

.checkout-section .wpb_text_column h3 {
    font-size: 22px;
    line-height: 1;
    color: var(--wd-primary-color);
    margin-bottom: 35px;
    font-family: 'TT Fors Medium';
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 12px;
}

.checkout-section.checkout-order-review .wpb_text_column h3 {
    margin-bottom: 15px;
}

.woocommerce-checkout:not(.woocommerce-order-received) .wd-wpb,
.woocommerce-checkout:not(.woocommerce-order-received) .wpb_content_element {
    margin-bottom: 0;
    width: 100%;
}

body .woocommerce-checkout-review-order-table :is(th, td) {
    padding: 0;
    color: var(--wd-text-color);
}

body .woocommerce-checkout-review-order-table tr {
    padding-block: 17px;
    line-height: 1;
    border-color: var(--brd-gray-color);
}

body .woocommerce-checkout-review-order-table tfoot tr:last-child {
    padding-bottom: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) input[type='email'],
body.woocommerce-checkout:not(.woocommerce-order-received) input[type='date'],
body.woocommerce-checkout:not(.woocommerce-order-received) input[type='search'],
body.woocommerce-checkout:not(.woocommerce-order-received) input[type='number'],
body.woocommerce-checkout:not(.woocommerce-order-received) input[type='text'],
body.woocommerce-checkout:not(.woocommerce-order-received) input[type='tel'],
body.woocommerce-checkout:not(.woocommerce-order-received) input[type='url'],
body.woocommerce-checkout:not(.woocommerce-order-received) input[type='password'],
body.woocommerce-checkout:not(.woocommerce-order-received) textarea,
body.woocommerce-checkout:not(.woocommerce-order-received) select {
    border: 1px solid #e3e6e9;
    background: none;
    border-radius: 0;
    min-height: 58px;
    position: relative;
    font-size: 14px;
    color: var(--wd-text-color);
    padding: 0 15px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) input:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) textarea:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) select:focus {
    border-color: var(--wd-primary-color);
}

body.woocommerce-checkout:not(.woocommerce-order-received) :is(input:focus+label:not(.no-fly-label), select:focus+label:not(.no-fly-label), input+label.fly-label-static, select+label.fly-label-static) {
    top: 0;
    left: 10px;
    font-size: 13px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row {
    position: relative;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row label:not(.no-fly-label, .checkbox) {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    margin: 0;
    line-height: calc(100% + 1em);
    background-color: #fff;
    padding: 0 5px;
    transition: all .2s ease;
    will-change: auto;
    font-size: 14px;
    pointer-events: none;
}

.logged-in #billing_section .wd-button-wrapper {
    display: none;
}

#billing_section .wd-button-wrapper {
    margin: 0;
    position: absolute;
    top: 60px;
    right: 50px;
    line-height: 1;
}

#billing_section .wd-button-wrapper::before {
    content: '¿Tienes una cuenta?';
    opacity: .75;
    font-size: 12px;
    margin-right: 8px;
    font-family: 'TT Fors Medium';
    display: inline-block;
    line-height: 1;
    transform: translateY(1px);
}

#billing_section .wd-button-wrapper a {
    color: var(--wd-text-color);
    border: 0;
    display: inline-block;
    min-width: max-content;
    width: max-content;
    text-align: right;
    line-height: 1;
    opacity: .5;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 0;
    font-family: 'TT Fors Regular';
    text-decoration: underline;
    text-underline-offset: 3px;
}

#billing_section .wd-button-wrapper a:hover {
    opacity: .5;
}

.vc_row.checkout-f1 {
    margin-inline: -25px;
}

.checkout-section.vc_column_container>.vc_column-inner {
    padding-inline: 25px;
}

.woocommerce-checkout-review-order-table thead {
    display: none;
}

label.shipping_despacho:not(.radio)::before,
label.tiendas:not(.radio)::before,
h4.shipping-methods-title::before,
label[for="Boleta"]::before,
.payment-methods-label::before,
.create-password-text::before {
    content: '';
    background-color: #dadbdd;
    height: 1px;
    top: 1px;
    position: relative;
    order: 1;
    flex: auto;
    margin-left: 10px;
}

.wd-checkout-prod-cont {
    flex-direction: column;
}

.wd-checkout-prod-total .amount {
    font-size: 13px;
    margin-top: 8px;
}

.checkout-order-review tfoot {
    font-size: 14px;
}

body tr.order-total strong .amount,
body tr.order-total th {
    font-size: 16px;
    font-family: 'TT Fors Semibold';
}

table.woocommerce-checkout-review-order-table th {
    font-family: 'TT Fors Medium';
    font-weight: normal;
}

.woocommerce-input-wrapper ul {
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
    width: 100%;
}

#shipping_quienrecoge_field .woocommerce-input-wrapper ul,
#shipping_despacho_field,
#billing_comprobante_field {
    margin-bottom: 0;
    width: 100%;
}

.woocommerce-input-wrapper ul li {
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
}

.woocommerce-input-wrapper label.radio.no-fly-label.fly-label-static,
.wd-payment-methods label:not(.checkbox, .payment-methods-label),
.woocommerce-shipping-methods label {
    width: 100%;
    display: flex !important;
    align-items: center;
    margin: 0 !important;
    font-size: 14px !important;
    font-family: 'TT Fors Semibold';
    height: 55px;
    border: 1px solid #dadbdd;
    opacity: .75;
    padding-inline-start: 50px;
    transition: .2s ease;
    cursor: pointer;
}

.woocommerce-shipping-methods label {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-block: 15px;
    padding-right: 15px;
}

body .woocommerce-checkout-review-order-table tr.cart_item {
    border-bottom: 0;
}

form.checkout input[type="radio"],
form.checkout #shipping_method input[type="radio"].shipping_method {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    width: 7px;
    height: 7px;
    position: absolute;
    background-color: transparent;
    border-radius: 100px;
    pointer-events: none;
    left: 25px;
    box-shadow: 0 0 0 6px rgb(227 228 229);
    transition: .2s ease;
    aspect-ratio: 1;
    top: 50%;
    transform: translateY(-50%);
}

form.checkout input[type="radio"]:checked,
form.checkout #shipping_method input[type="radio"].shipping_method:checked {
    background-color: transparent;
    box-shadow: 0 0 0px 6px var(--wd-primary-color);
}

.woocommerce-input-wrapper li:first-child .input-radio+label.radio {
    border-bottom: 0;
}

.woocommerce-input-wrapper li:last-child .input-radio+label.radio {
    border-top: 0;
}

.woocommerce-input-wrapper li .input-radio+label.radio::before {
    content: '';
    height: 1px;
    background-color: var(--wd-primary-color);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.woocommerce-input-wrapper li:last-child .input-radio:not(:checked)+label.radio::before {
    display: none;
}

#billing_section :is(#billing_doctype_field, #billing_docnumber_field, #billing_comprobante_field, #billing_razonsocial_field) {
    display: none;
}

.woocommerce-billing-fields {
    margin-bottom: -20px;
}

#payment_section>.vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}

#billing_razonsocial_field,
#billing_docnumber_field {
    margin-left: auto;
}

.wd-payment-methods {
    margin-top: 10px;
}

.woocommerce-privacy-policy-text:not(:last-child) {
    display: none;
}

.woocommerce-terms-and-conditions-wrapper {
    padding-top: 0;
    border: 0;
}

.payment-method-container {
    position: relative;
}

body div.create-account {
    border: 0;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.woocommerce-account-fields p.create-account {
    display: none;
}

.woocommerce-checkout-review-order-table #shipping_method {
    display: none;
}

.checkout-top {
    margin-bottom: 20px;
    font-size: 14px;
}

.checkout-top>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    display: flex;
    align-items: center;
    z-index: 0;
    position: relative;
}

.checkout-top>.vc_column_container>.vc_column-inner>.wpb_wrapper::before {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 100%;
    width: calc(100vw* 100);
    left: -50vw;
    z-index: -1;
    pointer-events: none;
}

.checkout-top .wpb_single_image .vc_single_image-wrapper img {
    padding-block: 12px;
    max-width: 170px;
    border-radius: 0;
}

.checkout-top .secure-purchase {
    text-align: right;
}

.checkout-top .keep-buying p {
    line-height: 1;
}

.checkout-top .keep-buying a {
    display: inline-flex;
    line-height: 1;
    width: max-content;
    color: var(--wd-text-color);
    opacity: .5;
    align-items: center;
    font-family: 'TT Fors Medium';
}

.checkout-top a:hover {
    color: var(--wd-text-color);
    opacity: 1;
}

.checkout-top .keep-buying a::before {
    content: '';
    background-image: url('/wp-content/uploads/2024/03/chevron-left-icon-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 6px;
    will-change: auto;
    overflow: visible;
    aspect-ratio: 1;
}

.checkout-top .secure-purchase p {
    width: max-content;
    margin-left: auto;
    color: var(--wd-primary-color);
    font-family: 'TT Fors Medium';
    display: flex;
    align-items: center;
}

.checkout-top .secure-purchase p::before {
    content: '';
    background-image: url('/wp-content/uploads/2024/03/lock-keyhole-duotone-4-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 17px;
    width: 17px;
    margin-right: 6px;
    transform: translateY(-1px) scale(0.95);
    will-change: auto;
    overflow: visible;
    aspect-ratio: 1;
}

.woocommerce-form-login-toggle>.woocommerce-info {
    display: none;
}

.woocommerce-form-login-toggle+p {
    display: none;
}

body .woocommerce-terms-and-conditions-wrapper a {
    font-weight: normal;
    font-family: 'TT Fors Medium';
    font-size: 14px;
    color: var(--wd-primary-color);
    text-decoration: underline;
}

body .woocommerce-terms-and-conditions-wrapper p:last-child {
    margin-bottom: 20px;
}

.woocommerce-terms-and-conditions-wrapper {
    padding-top: 0;
    border: 0;
    margin-top: 30px;
}

.woocommerce-input-wrapper {
    display: flex;
    position: relative;
}

.woocommerce-input-wrapper+[class^="thwcfe"] {
    color: var(--wd-text-color) !important;
    font-size: 13px;
    font-family: 'TT Fors Regular';
    opacity: .5;
}

.thwcfe-required-error {
    display: none;
}

@media screen and (max-width: 768px) {

    .vc_row.checkout-f1 {
        flex-direction: column;
    }

    .wpb_column.checkout-steps-wrapper,
    .wpb_column.checkout-order-review {
        width: 100%;
    }

    .checkout-section.checkout-order-review>.vc_column-inner>.wpb_wrapper,
    .checkout-section>.vc_column-inner>.wpb_wrapper {
        padding: 20px;
    }

    .checkout-section>.vc_column-inner>.wpb_wrapper {
        padding-block: 30px;
    }

    .vc_row.checkout-steps-wrapper-top {
        margin: 0 !important;
        background: none !important;
    }

    .checkout-section.vc_column_container>.vc_column-inner {
        padding-inline: 10px;
    }

    .checkout-section>.vc_column-inner>.wpb_wrapper {
        margin-bottom: 12px;
    }

    .checkout-order-review {
        margin-bottom: 12px;
    }

    .keep-buying {
        display: none;
    }

    .checkout-top .wpb_single_image.vc_align_center {
        text-align: left;
    }

    .checkout-top {
        margin-bottom: 1px;
    }

    #billing_section .wd-button-wrapper {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 25px;
    }

    body .create-password-text {
        font-size: 12px;
        margin-top: 12px;
        margin-bottom: 12px;
        display: inline-flex;
        text-align: left;
    }

}

/*END GENERALES*/

/*MERCADOPAGO*/

.mp-checkout-custom-available-payments,
.mp-checkout-custom-card-form-title,
.mp-checkout-custom-terms-and-conditions {
    display: none !important;
}

.theme-woodmart #mp-checkout-custom-box-input-tax-cft {
    padding: 0;
}

.mp-checkout-container a,
.mp-checkout-container abbr,
.mp-checkout-container acronym,
.mp-checkout-container address,
.mp-checkout-container applet,
.mp-checkout-container article,
.mp-checkout-container aside,
.mp-checkout-container audio,
.mp-checkout-container b,
.mp-checkout-container big,
.mp-checkout-container blockquote,
.mp-checkout-container canvas,
.mp-checkout-container caption,
.mp-checkout-container center,
.mp-checkout-container cite,
.mp-checkout-container code,
.mp-checkout-container dd,
.mp-checkout-container del,
.mp-checkout-container details,
.mp-checkout-container dfn,
.mp-checkout-container div,
.mp-checkout-container dl,
.mp-checkout-container dt,
.mp-checkout-container em,
.mp-checkout-container embed,
.mp-checkout-container fieldset,
.mp-checkout-container figcaption,
.mp-checkout-container figure,
.mp-checkout-container footer,
.mp-checkout-container form,
.mp-checkout-container h1,
.mp-checkout-container h2,
.mp-checkout-container h3,
.mp-checkout-container h4,
.mp-checkout-container h5,
.mp-checkout-container h6,
.mp-checkout-container header,
.mp-checkout-container hgroup,
.mp-checkout-container i,
.mp-checkout-container iframe,
.mp-checkout-container img,
.mp-checkout-container input,
.mp-checkout-container ins,
.mp-checkout-container kbd,
.mp-checkout-container label,
.mp-checkout-container legend,
.mp-checkout-container li,
.mp-checkout-container li input,
.mp-checkout-container mark,
.mp-checkout-container menu,
.mp-checkout-container nav,
.mp-checkout-container object,
.mp-checkout-container ol,
.mp-checkout-container output,
.mp-checkout-container p,
.mp-checkout-container pre,
.mp-checkout-container q,
.mp-checkout-container ruby,
.mp-checkout-container s,
.mp-checkout-container samp,
.mp-checkout-container section,
.mp-checkout-container select,
.mp-checkout-container small,
.mp-checkout-container span,
.mp-checkout-container strike,
.mp-checkout-container strong,
.mp-checkout-container sub,
.mp-checkout-container summary,
.mp-checkout-container sup,
.mp-checkout-container table,
.mp-checkout-container tbody,
.mp-checkout-container td,
.mp-checkout-container tfoot,
.mp-checkout-container th,
.mp-checkout-container thead,
.mp-checkout-container time,
.mp-checkout-container tr,
.mp-checkout-container tt,
.mp-checkout-container u,
.mp-checkout-container ul,
.mp-checkout-container var,
.mp-checkout-container video,
.theme-woodmart .mp-checkout-custom-card-form .mp-checkout-custom-card-input,
.theme-woodmart .mp-input-document .mp-input .mp-document-select,
.theme-woodmart .mp-document {
    font-family: 'TT Fors Medium', sans-serif !important;
}

.theme-woodmart .mp-input-label {
    margin-bottom: 5px;
    font-weight: 500 !important;
    font-size: 15px !important;
}

div#form-checkout__cardNumber-container,
.theme-woodmart .mp-checkout-custom-card-form .mp-checkout-custom-card-input {
    position: relative;
    z-index: 1;
    border: 1px solid #f1f3f5 !important;
    outline: 2px solid #f1f3f5 !important;
    border-radius: 3px !important;
}

.theme-woodmart .mp-checkout-custom-card-input.mp-card-holder-name,
.theme-woodmart .mp-checkout-custom-card-input.mp-checkout-custom-left-card-input,
.theme-woodmart .mp-checkout-custom-card-form .mp-checkout-custom-card-input {
    background-color: #f1f3f5 !important;
    border: 1px solid #f1f3f5 !important;
    outline: 2px solid #f1f3f5 !important;
    border-radius: 3px !important;
}


div#form-checkout__cardNumber-container:before,
.mp-checkout-custom-card-input.mp-card-holder-name:before,
.mp-checkout-custom-card-input.mp-checkout-custom-left-card-input:before,
.mp-checkout-custom-card-input:before {
    content: '';
    background-color: #f1f3f5;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.theme-woodmart .mp-input-radio-radio:checked+.mp-input-radio-label:before {
    border: 1px solid var(--wd-primary-color) !important;
}

.theme-woodmart .mp-input-radio-radio:checked+.mp-input-radio-label:after,
.theme-woodmart .mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after {
    background: var(--wd-primary-color) !important;
}

/*END MERCADOPAGO*/

.theme-woodmart :is(.checkout_coupon, .login.hidden-form) {
    max-width: 100%;
    border: 0;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 10px;
}

.theme-woodmart.woocommerce-checkout #place_order {
    width: 100%;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: 'TT Fors Medium';
    min-height: 50px;
    background-color: var(--wd-primary-color);
    border-radius: 0;
}

.theme-woodmart.woocommerce-checkout #place_order:hover {
    box-shadow: inset 0 0 200px rgb(10 24 61 / 12%);
}

.woocommerce-checkout:not(.woocommerce-order-received) .whb-header,
.woocommerce-checkout:not(.woocommerce-order-received) .wd-prefooter,
.woocommerce-checkout:not(.woocommerce-order-received) .footer-container {
    display: none;
}

.woocommerce-checkout .checkout_coupon .button {
    height: 100%;
    border-radius: 0;
    font-size: 13px;
    font-family: 'TT Fors Medium';
}

#ship-to-different-address {
    display: none;
}

.enova-hidden {
    display: none !important;
}

.woocommerce-checkout.woocommerce-order-received .container {
    background-color: initial;
}

#shipping_method li.active input:checked {
    border-color: var(--wd-primary-color);
}



/*CABECERA*/

.need-help-wrapper {
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    margin-top: 0;
    margin-bottom: 20px;
}

.woocommerce-checkout ul:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) {
    max-width: 100%;
    width: auto;
    margin: 20px auto 0 auto;
}

body.woocommerce-checkout:not(.woocommerce-order-received) {
    background-color: var(--bg-secondary);
}

.checkout-steps-wrapper-top :is(.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle)>div {
    font-weight: 500;
}

.checkout-steps-wrapper-top a.showcoupon,
.checkout-steps-wrapper-top a.showlogin {
    font-family: var(--wd-entities-title-font);
    line-height: 1.4;
}

.checkout-steps-wrapper-top :is(.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle)>div {
    margin-bottom: 0 !important;
    line-height: 1;
}

.checkout-steps-wrapper-top :is(.checkout_coupon, .login.hidden-form) {
    margin-bottom: 0px;
    margin-top: 30px;
}

.checkout-steps-wrapper-top h1 {
    font-size: 32px;
    margin: 0;
    line-height: 1;
}

.wd-button-wrapper a.back-to-cart:before {
    content: '\f060';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 500;
    margin-right: 6px;
}

.wd-button-wrapper a.back-to-cart {
    background-color: transparent;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    height: auto;
    min-height: auto;
    width: auto;
    min-width: auto;
    margin-bottom: 40px;
}

.wd-button-wrapper a.back-to-cart:hover {
    background-color: transparent;
    box-shadow: none;
    color: #333;
    opacity: 0.8;
}

.checkout-steps-wrapper-top .c2 .wpb_wrapper,
.checkout-steps-wrapper-top .c2 .wpb_raw_code.wpb_content_element.wpb_raw_html {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
}

.checkout-steps-wrapper-top>.c2>.wpb_wrapper .wpb_raw_code.wpb_content_element.wpb_raw_html>.wpb_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.wd-rs-64296d4b9eab0>.vc_column-inner>.wpb_wrapper {
    row-gap: 30px;
}

.checkout-subheader .wpb_text_column.wpb_content_element,
.wpb-js-composer .checkout-subheader .wd-button-wrapper.inline-element {
    margin-bottom: 0;
}

.checkout-subheader {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.checkout-subheader:before {
    content: '';
    height: 1px;
    width: 1000px;
    position: absolute;
    background-color: #d9dadb;
    bottom: 0;
    left: -100px;
}

.wd-order-table>table>tfoot>tr.cart-discount-total>td,
tr.order-total strong .amount {
    font-family: var(--wd-title-font);
}

.secure-purchase span {
    text-align: right;
    color: #008342;
    font-family: var(--wd-widget-title-font);
    line-height: 1;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin-bottom: 0;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    gap: 8px;
}

.secure-purchase p {
    margin-bottom: 0;
}

.need-help p {
    text-align: right;
    font-weight: 500;
    margin-bottom: 0;
}

a.need-help {
    color: #333;
}

.enova-last.inline-element {
    margin-right: 0;
}

/*RESUMEN*/

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping {
    display: flex;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping.hide-shipping-cost {
    display: none !important;
}

.woocommerce-checkout-review-order-table ul.woocommerce-shipping-methods {
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar {
    width: 5px;
}

.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}

.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-track {
    background-color: #eeeeee;
}

.woocommerce-checkout-review-order-table tbody {
    max-height: calc(100vh - 330px);
    overflow: auto;
}

.woocommerce-checkout-review-order-table {
    font-size: 16px;
}

.checkout-order-review tr.cart_item .product-total .amount,
.checkout-order-review tr.cart-subtotal .amount,
.checkout-order-review tr.shipping .amount {
    color: var(--wd-text-color);
    font-weight: normal;
    display: inline-block;
    margin: 0;
}

.wd-checkout-prod-total.product-total {
    align-self: flex-start;
    line-height: 1;
}

strong.product-quantity:before {
    content: 'Cantidad:';
}

.checkout-order-review .wd-checkout-prod-title>:is(a, span) br {
    display: none;
}

.checkout-order-review .wd-checkout-prod-title>:is(a, span) {
    font-family: 'TT Fors Medium';
    line-height: 20px;
    font-size: 13px;
    margin: 0;
    margin-bottom: 8px;
}

.checkout-order-review .wd-checkout-prod-title a {
    color: var(--wd-text-color);
    margin-bottom: 6px;
}

.checkout-order-review span.product-variation-detail,
.checkout-order-review .product-quantity {
    font-size: 12px;
    font-family: 'TT Fors Regular';
    font-weight: normal;
    color: var(--wd-text-color);
}

.checkout-order-review .wd-checkout-prod-title {
    margin: 0;
    margin-bottom: 6px;
}

.checkout-order-review .woocommerce-checkout-review-order-table thead tr {
    border-width: 1px;
}

.checkout-order-review .wd-checkout-prod {
    align-items: flex-start;
}

.theme-woodmart .wd-checkout-prod-img {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.theme-woodmart .wd-checkout-prod-img img {
    width: 100px;
    max-width: 100px;
}

.woocommerce-checkout-review-order-table tr.shipping ul.woocommerce-shipping-methods {
    pointer-events: none;
    list-style: none;
}

.woocommerce-checkout-review-order-table tr.shipping ul.woocommerce-shipping-methods li {
    margin-bottom: 0;
}

.checkout-steps-wrapper-top .wpb_single_image img {
    max-height: 45px;
}

.checkout-order-review .wd-order-table.wd-wpb {
    margin-bottom: 0;
}

.wd-wpb.wd-rs-642960141ee20 {
    margin-bottom: 0;
    transform: translateY(-36px);
    -webkit-transform: translateY(-36px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.wd-wpb.wd-rs-642960141ee20 .form-row-first {
    flex-grow: 1;
    margin-bottom: 0;
}

.wd-wpb.wd-rs-642960141ee20 .form-row-last {
    margin-bottom: 0;
    width: auto;
}

.wd-wpb.wd-rs-642960141ee20 .form-row-first input {
    height: 50px;
    min-height: 50px;
    background-color: var(--bg-secondary);
    border: 1px solid #d8d8d8;
    transition: all .15s ease-in-out;
}

.wd-wpb.wd-rs-642960141ee20 .form-row-first input:focus {
    border: 1px solid var(--wd-primary-color);
}

.wd-checkout-login-inner{
    margin: 0;
}

#iniciar-sesion-chk{
    width: 100%;
    max-width: 500px;
    padding: 40px 35px 35px 35px;
}

#iniciar-sesion-chk .wd-checkout-login-inner{
    margin-bottom: 0;
}

#iniciar-sesion-chk .form-row-password + .form-row{
    margin-bottom: 12px;
}

/*STEPS*/

.checkout-steps-wrapper span.step-subtitle {
    color: var(--wd-primary-color);
    font-family: var(--wd-entities-title-font);
}

.woocommerce-checkout input[type="number"] {
    text-align: left;
    padding: 0 15px;
}

/*INPUTS DE LOS FORMULARIOS*/

@media screen and (min-width: 1024px) {

    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .enova-form-row-100 {
        width: 100%;
    }

    .enova-form-row-50 {
        width: calc(50% - 7.5px);
    }

    .enova-form-row-33 {
        width: calc(33.333333% - 10px);
    }

    .enova-form-row-25 {
        width: calc(25% - 11.5px);
    }

}

@media screen and (max-width: 1023px) {

    .enova-form-row-100 {
        width: 100%;
    }

    .enova-form-row-50 {
        width: 100%;
    }

    .enova-form-row-25 {
        width: 100%;
    }

    p.shipping_despacho .woocommerce-input-wrapper {
        flex-wrap: wrap;
        height: auto;
    }

}

/*ESTILOS PARA LOS CAMPOS TIPO RADIO BUTTON*/

#shipping_tiendas_field .woocommerce-input-wrapper {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
}

.woocommerce-input-wrapper .input-radio:checked+label.radio {
    border: 1px solid var(--wd-primary-color);
    color: var(--wd-primary-color);
    opacity: 1;
    background-color: rgb(29 70 181 / 5%);
}

.checkout-steps-wrapper #shipping_method li {
    position: relative;
}

.checkout-steps-wrapper #shipping_method .amount {
    position: absolute;
    right: 20px;
    font-family: var(--wd-widget-title-font);
}

.checkout-steps-wrapper #shipping_method li input.shipping_method:checked+label {
    border: 1px solid var(--wd-primary-color);
    pointer-events: none;
    background-color: rgb(29 70 181 / 5%);
    color: var(--wd-primary-color);
    opacity: 1;
}

label.shipping_despacho:not(.radio),
label.tiendas:not(.radio),
h4.shipping-methods-title,
label[for="Boleta"],
.payment-methods-label,
.create-password-text {
    display: flex;
    margin-bottom: var(--wd-tags-mb);
    color: var(--wd-title-color);
    font-weight: normal;
    font-family: 'TT Fors Medium';
    line-height: 1;
    font-size: 16px;
    position: relative;
    align-items: center;
    width: 100%;
}

label.shipping_despacho:not(.radio, [for="Envío a domicilio"]),
h4.shipping-methods-title {
    margin-top: 10px;
}

span.description {
    margin-top: 5px;
    display: block;
}

.woocommerce-checkout .required {
    display: none;
}

/*START - MENSAJES PERSONALIZADOS PARA CADA MÉTODO DE ENVÍO*/

/*.checkout-steps-wrapper #shipping_method input+label:after {
    content: '';
    line-height: 1;
    width: 100%;
    font-size: 12px;
    font-family: 'TT Fors Medium';
    margin-top: 3px;
    opacity: .75;
}*/

.free-shipping-active input.shipping_method + label::after{
    content: 'Gratis';
    position: absolute;
    right: 20px;
    line-height: 1;
    display: block;
    transform: translateY(50%);
    top: calc(50% - 14px);
}

.free-shipping-active li:last-child,
.shipping_method[value^="free_shipping:"],
.shipping_method[value^="free_shipping:"] + label{
    display: none !important;
}

tr.cart_item.yith-wapo-product-is-individual-addons .wd-checkout-prod-img{
    position: relative;
    width: 100px;
    height: 100px;
    margin-right: 21px;
    background-image: url(/wp-content/uploads/2024/07/Group-100.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    background-color: #f7f7f8;
    background-blend-mode: luminosity;
}

tr.cart_item.yith-wapo-product-is-individual-addons .wd-checkout-prod-cont{
    align-items: flex-start;
}

@media screen and (max-width: 640px) {

    .checkout-steps-wrapper #shipping_method input+label:after {
        content: '';
        line-height: 1.3;
        width: 85%;
        font-size: 92%;
        opacity: 0.7;
    }

}


/*END - MENSAJES PERSONALIZADOS PARA CADA MÉTODO DE ENVÍO*/

.payment_box .mp-checkout-custom-container {
    padding: 0 !important;
}

.payment_methods.methods .payment_box.payment_method_woo-mercado-pago-custom {
    margin: 20px 0;
}

.payment_method_woo-mercado-pago-custom img {
    display: none !important;
}

.input-radio:focus,
.checkout-steps-wrapper #shipping_method input.shipping_method:focus {
    outline: none;
}

.woocommerce-checkout .ui-widget.ui-widget-content {
    z-index: 3 !important;
}

.thwcfe-optional label span {
    display: none;
}

.checkout-steps-wrapper #shipping_method li input:not(:checked) .woocommerce-shipping-totals.shipping {
    display: none;
}

.title-checkout {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.woocommerce-checkout-payment li.wc_payment_method input:checked+label {
    border: 1px solid var(--wd-primary-color);
    color: var(--wd-primary-color);
    background-color: rgb(29 70 181 / 5%);
    opacity: 1;
    font-size: 14px;
}

.woocommerce-checkout-payment .payment_methods .payment_box {
    margin: 20px 20px 0 30px;
    padding: 0;
    background-color: initial;
    box-shadow: none;
    border-radius: var(--wd-brd-radius);
}

.woocommerce-checkout-payment .payment_methods .payment_box p {
    line-height: 1.6;
}

.payment_methods .payment_box:before {
    display: none;
}

.woocommerce-shipping-fields #shipping_method {
    margin-bottom: 25px;
    margin-top: -5px;
    width: 100%;
}

.woocommerce-shipping-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
}

.shipping_address {
    width: 100%;
}

.wpb_single_image.checkout-logo {
    margin-bottom: 0;
}

.wd-checkout-coupon.wd-wpb {
    margin-bottom: 30px !important;
}

body .website-wrapper :is(.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle)>div {
    font-weight: normal;
}

.woocommerce-form-coupon-toggle a {
    font-family: 'TT Fors Medium';
}

.cart-discount .amount{
    font-weight: normal;
    font-family: 'TT Fors Semibold';
}

body.woocommerce-checkout ul.variation .item-variation-value,
body.woocommerce-checkout ul.variation .item-variation-name{
    font-family: 'TT Fors Regular';
}

body .wd-checkout-prod-title>*:not(:is(.cart-product-label-link,.cart-product-label,.product-quantity)){
    margin-top: 5px;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e8e8eb;
    font-size: 12px;
}

@media screen and (min-width: 769px) {

    .magitech-coupon-form {
        width: calc(60% + 10px);
    }

    .wd-checkout-coupon.wd-wpb {
        margin-top: 30px !important;
    }

}


@media screen and (max-width: 1024px) {

    .checkout-order-review:before {
        display: none;
    }

    .checkout-steps-wrapper-top {
        width: 100%;
    }

    .checkout-f1>div {
        width: 100%;
    }

    .checkout-steps-wrapper>.vc_column-inner>.wpb_wrapper .wd-payment-methods.wd-wpb {
        margin-bottom: 0;
    }

    ul:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) {
        margin: initial;
        margin-bottom: 30px;
    }

    .checkout-steps-wrapper.vc_column_container {
        margin-top: 0;
        border-top: 0;
    }

    .checkout-steps-wrapper-top :is(.checkout_coupon, .login.hidden-form) {
        margin-bottom: 30px;
    }

    .checkout-steps-wrapper-top h1 {
        font-size: 32px;
    }

    .checkout-order-review>.vc_column-inner>.wpb_wrapper {
        padding: 30px 20px;
    }

    .checkout-order-review h3,
    .checkout-steps-wrapper h3 {
        font-size: 24px;
    }

    .woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
        min-width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

}

@media screen and (max-width: 768px) {

    .need-help-wrapper {
        display: none;
    }

    .magitech-coupon-form {
        padding-inline: 0;
        margin-top: 30px;
        margin-inline: -30px;
    }

    .magitech-coupon-form .woocommerce-form-coupon-toggle {
        padding-inline: 15px;
    }

}

@media screen and (max-width: 480px) {

    .need-help-wrapper {
        display: none;
    }

}