

/* Start:/local/components/manao/sale.basket.basket/templates/.default/style.css?17619060181226*/
.cart-block__fieldset {
    margin-bottom: 20px!important;
}
[data-entity="basket-coupon-input"]:not(:disabled) ~ [data-entity="basket-coupon-delete"] {
    display: none;
}
[data-entity="basket-coupon-input"]:disabled ~ [data-entity="basket-coupon-add"] {
    display: none;
}

.custom-input__button[data-entity="basket-coupon-add"]:before,
.custom-input__button[data-entity="basket-coupon-delete"]:before {
    background-color: transparent;
}
.custom-input__button[data-entity="basket-coupon-add"].is-hidden,
.custom-input__button[data-entity="basket-coupon-delete"].is-hidden {
    display: none;
}

/* Basket Loader Styles */
.catalog-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.catalog-loader__spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff5a6c;
    border-radius: 50%;
    animation: catalog-loader-spin 1s linear infinite;
}

@keyframes catalog-loader-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* End */
/* /local/components/manao/sale.basket.basket/templates/.default/style.css?17619060181226 */
