/*
Theme Name:         sage
Theme URI:          http://185.195.26.141/sage/
Description:        Sage is a WordPress starter theme.
Version:            9.0.9
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/



.woocommerce #respond input#submit.added::after, .woocommerce a.btn.added::after, .woocommerce btn.btn.added::after, .woocommerce input.btn.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.btn.loading::after, .woocommerce btn.btn.loading::after, .woocommerce input.btn.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}



#shipping_country_field {
    display: none;
}

#billing_country_field {
    display: none;
}

.coupon.checkout_coupons button {
    margin-top: 10px;
    padding: 5px;
    background: #fcdcdc;
    border: navajowhite;
}


.b_header .menu ul li.active a::before {
    background-color: #FCDCDC;
}


a.added_to_cart.wc-forward {
    position: absolute;
    bottom: -35px;
    width: 100%;
    text-align: center;
    color: #000;
    left: 0;
}
@media(max-width: 520px) {
  a.added_to_cart.wc-forward {
    bottom: auto;
    top: 100%;
    font-size: 14px;
    padding-top: 5px;
    line-height: 1.1;
  }
}


.checkout_wrapper > .woocommerce-message {
    display: none
}

.b_contact_us .contact_us_inner .wpcf7 form.invalid .wpcf7-response-output,
.b_contact_us .contact_us_inner .wpcf7 form.unaccepted .wpcf7-response-output{
display: none!important;
}

.b_mp_contact .contact_wrapper .wpcf7 form.invalid .wpcf7-response-output,
.b_mp_contact .contact_wrapper .wpcf7 form.unaccepted .wpcf7-response-output{
display: none!important;
}





