/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
.google_pay_container button {
    min-width: unset;
    border-radius: 5px !important;
    outline: 1px solid #000 !important;
    box-shadow: none;
}

.minicart_footer .gpay-button {
    box-shadow: none;
}

.apple_pay-button {
    padding: 9px 0 !important;
    border: 1px solid #000;
    background-color: #fff;
}
@media (min-width: 1280px) {
    .apple_pay-button {
        max-width: 393px;
    }
}
.apple_pay-button.white {
    background-color: #fff;
    color: #000;
}
.apple_pay-button.black {
    background-color: #000;
    color: #fff;
}
.apple_pay-icon {
    width: 46px !important;
    height: 18px !important;
}

.paypal_express-wrapper {
    height: 40px;
    overflow: hidden;
}
.paypal_express-wrapper--outlined {
    border: 1px solid #000;
    border-radius: 5px;
}
.paypal_express-wrapper.gold {
    background-color: #ffc439;
}
.paypal_express-wrapper.white {
    background-color: #fff;
}
.paypal_express-wrapper.blue {
    background-color: #009cde;
}
.paypal_express-wrapper.silver {
    background-color: #eee;
}
.paypal_express-wrapper.black {
    background-color: #000;
}
.paypal_express-wrapper.hovered {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.05);
}
.paypal_express-wrapper .paypal-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px !important;
    border-radius: 5px;
}
.paypal_express-wrapper.paypal_express_checkout_custom_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}
.paypal_express-wrapper.paypal_express_checkout_custom_button img {
    height: 21px;
    min-height: 18px;
    max-height: 27px;
}
.paypal_express-wrapper.paypal_express_checkout_custom_button .paypal-button-text {
    font-size: 16px;
    display: inline-block;
    white-space: pre;
}
.paypal_express-wrapper .zoid-outlet {
    width: 100%;
    max-width: 100%;
}

.checkout_btn-container .apple_pay-button,
.checkout_btn-container .paypal_express-wrapper,
.checkout_btn-container .google_pay_container {
    margin-top: 15px;
}
.checkout_btn-container .express_checkout_btn--general {
    margin-top: 15px;
    background-color: #fff;
}

.express_checkout {
    margin-bottom: 20px;
    text-align: center;
}
@media (min-width: 1280px) {
    .express_checkout {
        margin-bottom: 30px;
    }
    .express_checkout.minicart_express_buttons-wrapper {
        margin-bottom: 0;
    }
}
.express_checkout-title {
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
}
.express_checkout-title:lang(vi) {
    font-size: 0.875rem;
}
.express_checkout-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.express_checkout-divider_liner {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.express_checkout-divider_text {
    color: #333;
    text-transform: uppercase;
}
.express_checkout .apple_pay-button {
    max-width: none;
    max-height: 40px;
}

.paypal-button-context-iframe.paypal-button-size-responsive > .zoid-outlet {
    width: 98.9% !important;
}

.cart_summary .express_checkout,
.cart_totals_fixed .express_checkout {
    margin-top: 15px;
    margin-bottom: 20px;
}
.cart_summary .express_checkout-divider_text,
.cart_totals_fixed .express_checkout-divider_text {
    font-size: 0.9375rem;
    color: #666;
    min-width: 152px;
    text-transform: none;
}
.cart_summary .express_checkout-divider_text:lang(vi),
.cart_totals_fixed .express_checkout-divider_text:lang(vi) {
    font-size: 0.875rem;
    min-width: 140px;
}
.cart_summary .express_checkout-divider,
.cart_totals_fixed .express_checkout-divider {
    gap: 5px;
}

.cart_totals_fixed {
    margin-top: -5px;
    scroll-margin-bottom: -55px;
}
.cart_totals_fixed .express_checkout {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #f0f0f0;
}
.cart_totals_fixed .express_checkout_btn {
    width: 100%;
}
@media (min-width: 768px) {
    .cart_totals_fixed .express_checkout_btn {
        flex: 1;
    }
}
.cart_totals_fixed .express_checkout_btn .gpay-button {
    width: 100% !important;
    padding: 0 !important;
}

.checkout .express_checkout {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 10px 0 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
@media (min-width: 768px) {
    .checkout .express_checkout {
        flex-wrap: nowrap;
    }
}
@media (min-width: 1280px) {
    .checkout .express_checkout {
        margin-bottom: 30px;
    }
}
.checkout .express_checkout_btn .gpay-button {
    width: 100% !important;
    padding: 0 !important;
}
.checkout .express_checkout .button {
    width: 100%;
    height: 40px;
}
@media (min-width: 1280px) {
    .checkout .express_checkout .button {
        display: inline-block;
        width: 242px;
        margin-top: 0;
        margin-right: 12px;
        margin-bottom: 0;
        vertical-align: middle;
    }
}
.checkout .express_checkout .google_pay_container {
    box-sizing: content-box;
}
@media (min-width: 1280px) {
    .checkout .express_checkout .paypal_express_checkout_custom_button {
        width: 242px;
    }
}
.checkout .express_checkout.google-pay-allowed.apple-pay-allowed {
    margin-bottom: 30px;
}
.checkout .express_checkout-title {
    position: absolute;
    top: -11px;
    left: 50%;
    padding-right: 10px;
    padding-left: 10px;
    background: #fff;
    transform: translate(-50%, 0);
    text-transform: none;
}

.pdp .express_checkout {
    position: relative;
    margin: 20px 14px 0;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
@media (min-width: 1280px) {
    .pdp .express_checkout {
        display: none;
    }
}
.pdp .express_checkout .express_checkout_btn {
    margin-bottom: 15px;
}
.pdp .express_checkout .express_checkout_btn .gpay-button {
    width: 100% !important;
    padding: 0 !important;
}
.pdp .express_checkout .express_checkout_btn:last-child {
    margin-bottom: 0;
}
.pdp .express_checkout-title {
    position: absolute;
    top: -11px;
    left: 50%;
    padding-right: 10px;
    padding-left: 10px;
    background: #fff;
    transform: translate(-50%, 0);
    text-transform: none;
}

.express_checkout.d-none ~ .express_checkout-divider {
    display: none;
}

.minicart_express_buttons-wrapper {
    bottom: -100%;
    display: none;
}
.minicart_express_buttons-wrapper--shown {
    position: fixed;
    right: 0;
    z-index: 1062 !important;
    display: block;
    width: 420px;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0 -5px 5px -5px #ccc;
}
.minicart_express_buttons-wrapper div:not(:last-child) {
    margin-bottom: 15px;
}
.minicart_express_buttons-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.minicart_express_buttons-title {
    font-size: 14px;
    text-align: center;
}

.paypal-popup .address_validation_modal-text {
    color: #000;
}
.paypal-popup .address_validation_modal-title {
    color: #000;
    text-transform: uppercase;
}
.paypal-popup .paypal_btn {
    position: relative;
    width: 150px;
    margin: 0 auto;
}
.paypal-popup .paypal_btn .btn {
    width: 150px;
}
.paypal-popup .paypal_btn .paypal_express-wrapper {
    position: absolute;
    top: 0;
    width: 150px;
    margin: 0 auto 20px;
    background: #000;
    opacity: 0.1;
}
.paypal-popup .paypal_btn .paypal_express-wrapper .paypal-button {
    position: absolute;
    top: 0;
    outline: none;
}
.paypal-popup .paypal_btn .paypal_express-wrapper .zoid-outlet {
    opacity: 0.1;
}
