html, body{
    width:100%;
    overflow-x:hidden;
  }
  
 .stripe-amex-icon {
     display: none;
 }
 
 .CardBrandIcon.is-amex {
     display: none;
 }
 
 .woocommerce form .form-row {
    display: inline-block !important;
}

#billing_email_field, #shipping_postcode_field {
    float: left !important;
}

.cross-sells {
    width: 100% !important;
}
.products {
    display: flex;
}


.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
    content: initial !important;
}

.comment-form-author label, .comment-form-email label{
    margin-right: 20px;
}

.product-thumb-price {
    height: 50px;
}



@media (max-width: 900px){
    .vc_custom_heading {
        font-size: 1.8rem;
    }
}
@media (max-width: 800px){
    .vc_custom_heading {
        font-size: 1.5rem;
    }
}
@media (max-width: 670px){
    .vc_custom_heading {
        font-size: 1.3rem;
    }
}
@media (max-width: 575px){
    .vc_custom_heading {
        font-size: 1rem;
        font-weight: 500 !important; 
    }
}



.comment-form-cookies-consent label{
    display: unset !important;
    margin-left: 20px;
}

@media (min-width: 840px) {
    .coupon {
        width: 70% !important;
    }
}
@media (max-width: 840px) {
    .coupon {
        width: 100% !important;
    }
}

button.btn .btn-outline-primary {
    font-color: red !important;
}