.header-cart .cart-sidebar{position:fixed;max-width:400px;right:0;top:0;bottom:0;background-color:#fff;padding:30px;width:100%;z-index:2147483647;transform:translate(100%);transition:transform .5s cubic-bezier(.22,1,.36,1);will-change:transform}.overlay-cart{position:fixed;z-index:2147483646;background:#00000080;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.minicart-header>.overlay-cart,.minicart-header>.cart-sidebar{display:none!important}.show-cart-sidebar .overlay-cart{opacity:1;visibility:visible}#minicart-sidebar{height:500px;overflow-y:auto}.show-cart-sidebar .header-cart .cart-sidebar{transform:translate(0)}.header-cart.empty .head-minicart,.header-cart.empty .bottom-action,.header-cart .cart-empty{display:none}.header-cart.empty .cart-empty{display:block;margin-top:3px}.header-cart .header__icon--cart .icon.icon-cart{display:none}.cart-sidebar .btn-close{position:absolute;right:70px;background-size:.5em auto;background-position-y:11px;display:block}.cart-sidebar .btn-close span{padding-left:20px}.cart-sidebar .head-minicart{padding:0 0 10px;border-bottom:1px solid #eee;margin-bottom:20px;font-weight:500;font-size:100%}.mini-products-list .item{display:flex;gap:10px;margin-bottom:15px}.mini-products-list .product-name a{max-width:200px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-height:18px}.mini-products-list .product-price{display:flex;align-items:center}.mini-products-list .product-price .price{font-weight:700;color:var(--theme-primary-color)}.mini-products-list .product-price .btn-remove{margin-left:auto;font-size:0;padding:6px;border-radius:50px;width:30px;height:30px}.mini-products-list .product-price .btn-remove:before{background:url(delete-icon.svg) no-repeat 0 0;content:"";width:18px;height:18px;display:block}.mini-products-list .item img{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.mini-products-list .product-price .btn-remove:hover{background:var(--theme-primary-color)}.mini-products-list .product-price .btn-remove:hover:before{background:url(delete-icon-hover.svg) no-repeat 0 0}.cart-sidebar .price-total-w{border-top:1px solid #eee;padding-top:20px;display:flex}.cart-sidebar .price-total-w .label-price-total{font-weight:400;font-size:100%}.cart-sidebar .price-total-w .price-total{font-weight:700;margin-left:auto;color:var(--theme-primary-color);font-size:20px}.cart-sidebar .bottom-action .button-wrapper{text-align:center;margin-top:30px}.cart-sidebar .bottom-action .button-wrapper a{display:inline-block;padding:8px 30px;color:#fff;background:linear-gradient(180deg,var(--theme-primary-lighten-color) 0%,var(--theme-primary-color) 100%);text-transform:capitalize}.cart-sidebar .bottom-action .button-wrapper a:hover{background:linear-gradient(180deg,var(--theme-secondary-lighten-color) 0%,var(--theme-secondary-color) 100%)}.cart-sidebar .bottom-action .button-wrapper a.btn-gotocart{margin-right:5px;background:linear-gradient(180deg,var(--theme-primary-lighten-color) 0%,var(--theme-primary-color) 100%);box-shadow:none;border:1px solid var(--theme-secondary-lighten-color)}.cart-sidebar .bottom-action .button-wrapper a.btn-gotocart:hover{background:linear-gradient(180deg,var(--theme-secondary-lighten-color) 0%,var(--theme-secondary-color) 100%)}.cart-sidebar .product-details-bottom .title-desc{margin-right:5px}@media(max-width:767px){.header-cart .cart-sidebar{width:calc(100% - 40px)}#minicart-sidebar{max-height:350px}}.zd-cart-drawer .cart-sidebar{padding:0;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000001f}.zd-cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #eee;flex:0 0 auto}.zd-cart-drawer__title{font-size:17px;font-weight:700;color:#12b3d6}.zd-cart-drawer__count{font-weight:400;color:#888}.zd-cart-drawer__close{border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer;color:#888;padding:0 4px;transition:color .2s}.zd-cart-drawer__close:hover{color:var(--theme-primary-color, #F94073)}.zd-cart-drawer__empty{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:30px;text-align:center;color:#777}.zd-cart-drawer__empty .zd-cart-drawer__btn{flex:0 0 auto;width:auto;min-width:180px}.zd-cart-drawer__body{flex:1 1 auto;overflow-y:auto;min-height:0;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch}.zd-cart-drawer__items{flex:0 0 auto;list-style:none;margin:0 24px;padding:12px 0;overflow-x:auto;overflow-y:hidden;display:flex;flex-wrap:nowrap;gap:15px;width:calc(100% - 48px);box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:thin;position:relative;z-index:10}.zd-cart-drawer__items::-webkit-scrollbar{height:4px}.zd-cart-drawer__items::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.zd-cart-item{display:flex;flex-direction:column;align-items:center;padding:15px 0;border:1px solid #eaeaea;border-radius:12px;position:relative;flex:0 0 140px;min-width:140px;max-width:140px;background:#fff;box-shadow:0 2px 8px #0000000a;overflow:hidden;-webkit-user-select:none;user-select:none;scroll-snap-align:start}.zd-cart-item img,.zd-cart-item a{-webkit-user-drag:none}.zd-cart-item__image{flex:0 0 auto;text-align:center;width:100%;margin:-15px 0 8px}.zd-cart-item__image img{width:100%;height:78px;object-fit:cover;border:0;margin:0;display:block;background:#fff}.zd-cart-item__info{flex:1 1 auto;width:100%;display:flex;flex-direction:column;align-items:center}.zd-cart-item__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;margin:0 6px 6px;text-align:center;font-size:12px;line-height:1.25;font-weight:600;color:#131b30;text-decoration:none}.zd-cart-item__variant,.zd-cart-item__discount-tag{display:none}.zd-cart-item__bottom{display:flex!important;flex-direction:column-reverse!important;align-items:center;gap:8px;width:100%;margin-top:auto}.zd-cart-item__prices{display:flex;justify-content:center;align-items:center;gap:5px;line-height:1.3;width:100%}.zd-cart-item__price{font-weight:700;font-size:14px;color:#777}.zd-cart-item__remove{display:none}.zd-cart-item__qty{display:flex!important;align-items:center;justify-content:space-between;background:#f7f7f7;border-radius:20px;overflow:hidden;width:100%;max-width:100px;height:32px;margin-top:auto}.zd-qty__btn{border:0;background:transparent;width:30px;height:100%;cursor:pointer;font-size:16px;font-weight:700;color:#333;display:flex;align-items:center;justify-content:center;flex-shrink:0}.zd-qty__input{flex:1;height:100%;border:0;text-align:center;font-size:14px;font-weight:600;padding:0;background:transparent;color:#333;min-width:20px}.zd-qty__btn:disabled,.zd-qty__btn.is-disabled{opacity:.4;cursor:not-allowed}.zd-cart-item__qty.is-busy{pointer-events:none}.zd-cart-item__qty.is-busy .zd-qty__btn{opacity:.5}.zd-qty__btn:disabled:hover,.zd-qty__btn.is-disabled:hover{background:#f7f7f7;color:#444}.zd-cart-item.is-max-reached .zd-cart-item__qty{animation:zd-shake .4s ease;box-shadow:0 0 0 2px #e6770059;border-radius:6px}@keyframes zd-shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.zd-cart-item__price{font-weight:700;font-size:14px;color:var(--theme-secondary-color, #2d3054)}.zd-cart-item__price--sale{color:var(--theme-primary-color, #F94073)}.zd-cart-item__price--was{font-weight:400;font-size:12px;color:#aaa}.zd-cart-item__remove{border:0;background:transparent;cursor:pointer;color:#bbb;padding:0;position:absolute;top:10px;right:10px;transition:color .2s}.zd-cart-item__remove:hover{color:var(--theme-primary-color, #F94073)}.zd-cart-item__remove svg{width:16px;height:16px}.zd-cart-drawer__footer{flex:0 0 auto;padding:18px 24px 24px;border-top:1px solid #eee;background:#fff}.zd-cart-drawer__row{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;margin-bottom:8px;color:#555}.zd-cart-drawer__row--savings{color:var(--theme-primary-color, #F94073);font-weight:600}.zd-cart-drawer__row--total{margin-top:10px;padding-top:12px;border-top:1px dashed #e2e2e2;font-size:16px;font-weight:700;color:var(--theme-secondary-color, #2d3054)}.zd-cart-drawer__total-amount{font-size:20px;color:var(--theme-primary-color, #F94073)}.zd-cart-drawer__note{font-size:11px;color:#999;margin:6px 0 16px;text-align:center}.zd-cart-drawer__actions{display:flex;gap:10px}.zd-cart-drawer__btn{flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;padding:12px 14px;border-radius:6px;font-weight:600;font-size:14px;text-align:center;transition:opacity .2s,background .2s}.zd-cart-drawer__btn--secondary{background:#f2f2f4;color:var(--theme-secondary-color, #2d3054)}.zd-cart-drawer__btn--secondary:hover{background:#e6e6ea;color:var(--theme-secondary-color, #2d3054)}.zd-cart-drawer__btn--primary{background:linear-gradient(180deg,var(--theme-primary-lighten-color, #fa5c86) 0%,var(--theme-primary-color, #F94073) 100%);color:#fff}.zd-cart-drawer__btn--primary:hover{opacity:.9;color:#fff}.zd-cart-item.is-removing{opacity:.4;pointer-events:none;transition:opacity .2s}
/*# sourceMappingURL=/cdn/shop/t/23/assets/bs-minicart.css.map */
