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;
}
.disable-qty button{pointer-events: none;opacity: 0.3;cursor:initial;}

/*====================*/
/* Progress Informer  */
/*====================*/
.prg-informer {position: fixed;z-index: 98;bottom: 0;left: 0;width: 100%;pointer-events: none;background: #fff;}
.prg-wrap {pointer-events: initial;position: relative;width: 100%;max-width: 36rem;margin-inline: auto;padding: 0.5rem 1rem;border-radius: var(--rd-0) var(--rd-0) 0 0;background-color: #fff;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);}
.prg-caption {gap: 0.5rem;display: flex;align-items: center;justify-content: space-between;}
.prg-caption-text {font-size: 0.75rem;line-height: 1.3em;font-weight: 400;color: var(--clr-text);align-self: center;}
.prg-caption-text strong {font-weight: 600;color: var(--clr-title);}
.prg-goals-btn {flex-shrink: 0;align-self: flex-start;cursor: pointer;width: 22px;height: 22px;}
.prg-goals-btn svg {display: block;width: 100%;height: 100%;}
.prg-line {position: relative;margin-top: 0.25rem;margin-right: 0.875rem;}
.prg-line:before,
.prg-line:after {content: '';position: absolute;z-index: 2;top: 50%;left: 0;transform: translateY(-50%);width: var(--progress, 0%);height: 0.25rem;border-radius: 0.25rem;background-color: var(--black);}
.prg-line:before {z-index: 0;width: 100%;background-color: #E4E4E4;}
.prg-point {position: absolute;z-index: 1;top: 50%;transform: translate(-50%, -50%);width: 0.625rem;height: 0.625rem;border-radius: 100%;background-color: #E4E4E4;}
.prg-point.is-active {background-color: var(--black);}
.prg-line-handler {position: relative;left: var(--progress, 0%);z-index: 5;width: 1.15rem;height: 1.15rem;border-radius: 100%;transform: translateX(-50%);background-color: var(--black);}
.prg-line-handler svg {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 65%;height: 65%;color: #fff;}
.prg-goals {position: absolute;z-index: 10;bottom: 0;left: 0;width: 100%;padding: 2rem 1rem;border-radius: var(--rd-0) var(--rd-0) 0 0;background-color: #fff;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);transform: translateY(100%);opacity: 0;visibility: hidden;transition: var(--transition-1);}
.prg-wrap.is-active .prg-goals {transform: translateY(0%);opacity: 1;visibility: visible;}
.prg-goals li {font-size: 0.75rem;line-height: 1.3em;font-weight: 400;color: var(--clr-text);gap: 0.75rem;display: flex;align-items: center;justify-content: space-between;}
.prg-goals li + li {margin-top: 0.625rem;}
.prg-goals strong {font-weight: 600;color: var(--clr-title);}
.prg-goals-close {position: absolute;top: 0;right: 0;width: 2rem;height: 2rem;border-radius: 0%;border: none;}
@media (min-width: 1200px) {
.prg-informer {display: none;}
.prg-wrap {max-width: 100%;padding: 0.875rem 1rem;border-radius: var(--rd-0);}
.prg-caption {gap:1rem;}
.prg-caption-text {font-size: 1rem;}
.prg-goals {bottom: auto;top: 0;border-radius: var(--rd-0);transform: translateY(-100%);}
.prg-wrap.is-active .prg-goals {transform: translateY(-100%);}
.prg-goals li {font-size: 1rem;}
.prg-goals-close {display: none;}
.cart-progress {display: block;}
.cart-progress .prg-wrap {border-radius: var(--rd-0) var(--rd-0) 0 0;}
}
#cart-popup-out .cart-progress{
    position: absolute;
    bottom: 138px;
    width: 100%;
}
@media (max-width: 1199px) {
body:has(.prg-informer) #content-block {margin-bottom: 5.5rem;}
}
@media (max-width: 991px) {
html:has(.bt-panel) .prg-informer {bottom: 3.75rem;}
html:has(.bt-panel) .prg-informer:before {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 75px;transform: translateY(100%);background-color: #fff;}
}
@media (max-width: 767px) {
    body:has(.prg-informer) footer .btn-top {bottom: 5.5rem;}
    body:has(.bt-panel):has(.prg-informer) footer .btn-top {bottom: 9.5rem;}
    #cart-popup-out .cart-progress {
        bottom: 161px;
    }
    .prg-wrap.is-active .prg-goals{transform: translateY(-35%);}
}


.checkout-side .prg-wrap{margin-top: 2rem;margin-bottom: 2rem;background-color: #F8F7F3}
.checkout-side .prg-goals{background-color: #F8F7F3}
.grecaptcha-badge{display: none !important}