body.is-ajax-load button,
body.is-ajax-load .btn,
body.shop-not-working .main-order-button
{
    opacity: .5!important;
    pointer-events: none!important;
}
/*body.shop-not-working .product_detail-controls,
body.shop-not-working .add-to-cart-btn,
body.shop-not-working .product_controls,
body.shop-not-working .fast-order,
body.shop-not-working .ing_footer-controls,
body.shop-not-working .ing_footer-buttons,
body.shop-not-working .ing_footer,
body.shop-not-working .product_plus
{
    display: none!important;
}
*/

.ajax-loader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    opacity: 0.7;
}

.btn-disabled {
    opacity: .5;
    pointer-events: none;
}

.hidden{
    display: none!important;
}

/*.product  .fav-btn.btn-close{
    display: none;
}*/

#product-favourites .product .fav-btn{
    display: none;
}
#product-favourites .product .fav-btn.btn-close{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.error-message{
    color: red;
    text-align: center;
    line-height: 30px;
}
