.cart-drawer .btn-popup-close{position:relative;margin:0;width:74px;justify-content:flex-end}.cart-drawer .btn-popup-close path{fill:#fff}.cart-drawer .cart-header{background:var(--primary-color);padding:17px 15px;align-items:center}.cart-drawer .cart-header .cart-progress-bar{color:#fff;border-top:1px solid #fff;margin:15px -15px 0;padding:15px 15px 0}.cart-drawer .cart-header .cart-progress-bar p{margin:0 0 3px;text-align:right;font-size:12px}.cart-drawer .cart-heading-text{padding-right:16px;display:flex;align-items:center}.cart-drawer .cart-heading-text a{color:#fff;display:flex;font-size:16px;font-weight:900;margin-right:8px}.cart-drawer .cart-heading-text svg{margin-right:15px}.cart-drawer .cart-count{position:relative;color:#fff;display:flex;align-items:center}.cart-drawer .cart-count span{display:flex;font-weight:400;font-size:14px}.cart-drawer .cart-count span:before{content:attr(data-cart-count);padding:0 2px}.cart-drawer .cart-count span:after{content:attr(data-other);padding-right:2px}.cart-drawer .popup-content{display:flex;flex-direction:column;height:100%}.cart-drawer cart-items{overflow-y:auto;height:100%}.cart-drawer .form-cart-section{display:flex;flex-direction:column;height:100%;overflow:hidden;overflow-y:auto}.cart-drawer .cart-empty--content{display:flex;align-items:center;justify-content:center;height:100%}.cart-drawer .cart-table{overflow-y:auto;padding:0 5px}.cart-drawer .cart-table::-webkit-scrollbar-track{box-shadow:inset 0 0 4px var(--miscellaneous-color);-webkit-box-shadow:inset 0 0 var(--miscellaneous-color);background-color:var(--miscellaneous-color);border-radius:5px}.cart-drawer .cart-table::-webkit-scrollbar{width:4px;background-color:var(--miscellaneous-color);border-radius:5px}.cart-drawer .cart-table::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:5px}.cart-drawer .cart-item{border-bottom:1px solid #efece8}.cart-drawer .cart-item[open] .item-expand svg{transform:rotate(-180deg);transition:all .2s}.cart-drawer .cart-item[open] .product-title a{-webkit-line-clamp:2;height:42px;max-height:42px}.cart-drawer .layer-dropdown{padding:10px;border:1px solid #efece8}.cart-drawer .product-title a{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:14px;font-weight:900;line-height:21px;height:21px;max-height:21px;overflow:hidden}.cart-drawer .product-option,.cart-drawer .product-sku{display:flex;justify-content:space-between;margin-bottom:8px}.cart-drawer .product-option small,.cart-drawer .product-sku small{font-size:12px}.cart-drawer .product-option small:first-child,.cart-drawer .product-sku small:first-child{font-weight:900}.cart-drawer .product-option div[class^=bg-]{width:12px;height:12px;display:inline-block;margin-right:7px}.cart-drawer .product-delivery-date{display:flex;justify-content:space-between}.cart-drawer .product-delivery-date small{font-size:12px}.cart-drawer .product-delivery-date small:first-child{font-weight:900}.cart-drawer .item-inner{background:#f3f1ee}.cart-drawer .item-media{flex:0 0 64px;max-width:64px;height:68px;padding:6px 0 8px 10px;margin-right:24px}.cart-drawer .item-media img{border-radius:5px}.cart-drawer quantity-input{display:flex;justify-content:flex-end;width:100%;margin-right:20px;background:#e4eaff;position:relative}.cart-drawer quantity-input svg{width:11px;height:11px}.cart-drawer quantity-input button{flex:0 0 33.3%;height:46px;display:flex;align-items:center;justify-content:center;background:var(--primary-color)}.cart-drawer quantity-input button svg{width:11px;height:11px}.cart-drawer quantity-input button path{fill:#fff}.cart-drawer quantity-input .qty-minus{border-right:1px solid var(--miscellaneous-color)}.cart-drawer quantity-input .qty-plus{border-left:1px solid var(--miscellaneous-color)}.cart-drawer quantity-input input::-webkit-inner-spin-button,.cart-drawer quantity-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-drawer quantity-input input{border:0;height:46px;padding:5px;text-align:center;font-size:12px;font-weight:500;width:33.3%;background:var(--background-color-2)}.cart-drawer quantity-input.loading .icon-loading{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.cart-drawer quantity-input.loading input{opacity:0;visibility:hidden}.cart-drawer .item-expand{flex:0 0 35px;max-width:35px;background:var(--background-color-2);display:flex;justify-content:center;align-items:center}.cart-drawer .item-product{padding-top:8px}.cart-drawer .product-qty-total{padding-top:2px;text-align:end}.cart-drawer .product-qty-total .product-qty{display:inline-block;padding-left:2px;margin-right:5px}.cart-drawer .product-qty-total .item-total-price{display:inline-block}.cart-drawer .product-qty-total .item-total-price .price{font-weight:900}.cart-drawer .product-qty-total .price-compare{display:block;margin-bottom:7.5px;margin-right:7px}.cart-drawer .cart-item__quantity-wrapper{position:relative}.cart-drawer cart-remove-button{position:absolute;top:0;z-index:1;width:33.3%;background:var(--primary-color)}.cart-drawer cart-remove-button a{display:flex;align-items:center;justify-content:center;height:46px;width:100%}.cart-drawer cart-remove-button svg{width:11px;height:11px}.cart-drawer cart-remove-button path{fill:#fff}.cart-footer{background:#f2f2f2;border-top:1px solid var(--background-color-2);z-index:1;margin-top:auto}.cart-footer .cart-recommend-header{position:relative;padding:10px 15px;border-bottom:1px solid var(--background-color-2)}.cart-footer .cart-recommend-header .section-heading-wrapper{margin:0}.cart-footer .toggle-recommend{font-size:12px;font-weight:900;cursor:pointer;color:var(--primary-color);display:flex;align-items:center;text-decoration:underline;position:absolute;right:14px;top:10px}.cart-footer .toggle-recommend span{margin-right:8px}.cart-footer .toggle-recommend svg{width:9px;transform:rotate(-180deg);transition:all .25s ease-in-out;position:relative;top:1px}.cart-footer .toggle-recommend svg path{fill:var(--primary-color)}.cart-footer .toggle-recommend .on-default{display:none}.cart-footer .section-heading{font-size:12px;font-weight:900;color:var(--text-color);font-family:var(--body-font)}.cart-footer cart-recommendation{background:#fff}.cart-footer slider-component{padding:10px 0;transition:all .2s ease-in-out}.cart-footer slider-component .slider-controls{display:none}.cart-footer .recommend-initialized{display:block}.cart-footer .recommend-initialized.none slider-component{height:0;opacity:0;visibility:hidden;padding:0}.cart-footer .recommend-initialized.none .on-default{display:flex}.cart-footer .recommend-initialized.none .on-active{display:none}.cart-footer .recommend-initialized.none .toggle-recommend svg{transform:none}.cart-footer product-card{display:flex;flex-direction:row;padding-right:0;border:none}.cart-footer product-card header{flex:0 0 80px;margin-right:10px}.cart-footer product-card .card-label{display:none}.cart-footer product-card .card-title{font-size:16px;font-weight:900;margin-bottom:5px;text-align:left}.cart-footer product-card product-cart-form.product-recommendation-form{display:block;margin-top:3px}.cart-footer product-card product-cart-form.product-recommendation-form .btn{width:100%;font-size:12px;padding:2px 3px 4px;max-height:24px}.cart-footer product-card product-cart-form.product-recommendation-form .btn.loading svg{width:20px;height:20px}.cart-footer product-card product-cart-form.product-recommendation-form .btn.loading svg path{fill:#fff}.cart-footer product-card product-cart-form.product-recommendation-form .btn.loading .text{display:none}.cart-footer product-card product-cart-form.product-recommendation-form .btn.loading:hover svg path{fill:#000}.cart-footer product-card .main-card{padding:0;justify-content:unset}.cart-footer product-card .wishlist-icon{display:none}.cart-footer product-card .card-price{text-align:left;font-size:12px;margin-bottom:2px}.cart-footer product-card .card-note{text-align:left;font-size:12px}.cart-footer product-card .card-image{border:1px solid var(--background-color-2)}.cart-footer .cart-totals{padding:10px 15px 5px;align-items:center}.cart-footer .cart-totals p{margin:0;font-size:16px;font-weight:800}.cart-footer .totals__subtotal{font-family:var(--body-font);font-size:12px;font-weight:800}.cart-footer .button-group{padding:0 15px 15px;text-align:center}.cart-footer .button-group .btn-3{font-size:12px;border-radius:0;padding:13px 15px;font-weight:900;color:#fff;background-color:var(--primary-color);border:none}.cart-footer .cart-footer-content{font-size:14px;margin:0;padding:0 25px 20px;display:none;color:var(--primary-color)}.cart-footer .cart-note{display:block;margin-bottom:5px}.cart-footer .cart-note-summary{text-align:left;padding:5px 0;margin-bottom:5px;font-size:12px;font-weight:900;text-decoration:underline;cursor:pointer}@media (min-width: 750px){.cart-drawer .cart-table-body .item-media{margin-right:20px;margin-bottom:0}.cart-drawer .product-title{flex:0 0 100%}.cart-drawer .product-option small{font-size:14px}.cart-footer .toggle-recommend svg{width:10px;top:0}.cart-footer .cart-footer-content{display:block}.cart-footer .button-group{padding-bottom:15px}.cart-footer slider-component .slider-controls{display:block}.cart-footer slider-component .slider-controls button{width:32px;height:32px;background:unset}.cart-footer slider-component .slider-controls button path{fill:#000}.cart-footer slider-component .slider-controls button:hover{opacity:1;background:var(--background-color-2)}.cart-footer slider-component .slider-controls .slider-prev-button{left:40px}.cart-footer slider-component .slider-controls .slider-next-button{right:40px}}

/*# sourceMappingURL=cart-drawer.min.css.map */
