/* Override CSS */
/*CSS for Shipping tile - SPC shipping page*/
.single-page-checkout .shipping-section .shipping-address-heading {
    font-size: 20px;
    line-height: 24px;
}
@media (min-width: 769px) {
     /*CSS for Shipping tile - SPC shipping page*/
     .single-page-checkout .shipping-section .shipping-address-heading {
        font-size: 26px;
        line-height: 29.9px;
    }
}

.cta-custom{
    width: auto !important;
}

/*Shoppay CTA issue*/
.js-checkout-flyout-right{
    @media (max-width: 768px) { 
        z-index: 2147483647;
    }
}

.single-page-checkout form.guest-form .floating-label-wrap label{
    font-size: 14px;
    line-height: 19.6px;
}
.single-page-checkout .customer-email-form .shop-pay-container #email-guest-error { 
    z-index: -1;
}
/*affirm OSM issue start*/
.affirm-as-low-as .affirm-modal-trigger {
    text-decoration: underline;
}
/*affirm OSM issue end*/
/*promo issue start*/
@media (min-width: 1024px) {    
    .cart .cart-right-content {
        max-width: 365px;
    }
}
@media (min-width: 992px) and (max-width: 1023px) {    
    .cart .cart-right-content {
        max-width: 344px;
    }
}

/*promo issue end*/
