.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:9998}.cart-drawer-overlay.active{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:400px;max-width:100%;height:100%;background:#fff;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;z-index:99999;min-width:445px;max-width:calc(100vw - 3rem);border-radius:15px 0 0 15px}.cart-drawer.active{transform:translate(0);box-shadow:-8px -4px 6px #00000012}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #eee}.drawer-title{font-size:1.25rem;font-weight:600}.cart-drawer-close{background:none;border:none;cursor:pointer;padding:0;top:15px!important;right:24px!important;width:3rem;height:3rem;min-width:3rem;min-height:3rem;display:flex;justify-content:center;align-items:center;border-radius:50%;position:absolute;box-shadow:0 0 8px #16151521}.cart-drawer-body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer-footer{margin-top:auto;width:100%;position:sticky;bottom:0;padding:1.7rem 2.4rem;box-shadow:-8px -10px 6px #00000012;border-top-left-radius:15px;border-top-right-radius:15px;z-index:5;background-color:#fff}.cart-drawer-footer .cart-total{flex-direction:column;margin-top:0}.cart-subtotal,.cart-total{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:1rem;align-items:center}.cart-total{font-weight:700}.cart-drawer-subtotal{font-size:14px}.btn-checkout{display:block;width:100%;padding:.75rem;background:#000;text-align:center;font-weight:600;text-transform:uppercase;transition:background .3s;background:linear-gradient(275.76deg,#f04f36c7 -33.36%,#f04f36 139.52%);text-decoration:none;min-height:46px;outline:none;padding:9px 16px;justify-content:center;align-items:center;color:#fff;cursor:pointer;min-width:211px;width:211px;display:flex;border-radius:13px}.btn-checkout:hover{background-color:#f13e23}.oderDetail_text{margin:0;font-size:17px;font-weight:700}.cart-drawer-items{display:flex;position:relative;flex-direction:row;border:1px solid #221f201a;box-shadow:0 0 8px #221f2014;border-radius:12px;padding:7px;margin-bottom:13px!important;gap:10px}.cart-item-left{width:25%;flex-shrink:0;display:flex;justify-content:center;align-items:center}.cart-item-img{width:100%;border-radius:10px}.cart-item-right{flex:1;display:flex;flex-direction:column;justify-content:space-between;width:75%}.cart-item-header{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:10px}.cart-item-title{font-weight:500;font-size:.95rem;line-height:1.3;max-width:200px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:0;margin-top:0}.cart-item-variant{margin:0;color:#f04f36}.cart-item-remove{position:absolute;top:5px;right:5px;cursor:pointer;width:20px;height:20px;border-radius:50%;border:1px solid #dadada;display:flex;align-items:center;justify-content:center;z-index:1;padding:10px;font-size:1.25rem;line-height:1;background:#f04f36;color:#fff;border-color:#f04f36}.cart-item-options{display:flex;gap:1rem;margin-top:.5rem;align-items:center}.cart-item-dropdown label{font-size:.85rem;margin-right:4px}.cart-item-dropdown select{border:1px solid #ccc;padding:.25rem .5rem;border-radius:4px;background:#fff;font-size:.9rem;min-width:60px}.cart-item-price{font-size:1rem;font-weight:600;color:#f04f36}.cart-quantity-input{border-radius:3px;width:100%;max-width:fit-content}.cart-total-container{border:1px solid #221f204d;align-items:center;border-radius:10px;justify-content:space-between;padding:10px;display:flex}.cart-cross-sell-title{font-size:18px;font-weight:600;margin-top:1.5rem;margin-bottom:1rem;padding:0 1rem;color:#000}.cart-cross-sell-container{display:flex;gap:1rem;padding:0 1rem 1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.cart-cross-sell-container::-webkit-scrollbar{display:none}.cart-cross-sell-product{flex:0 0 auto;min-width:140px;max-width:180px;scroll-snap-align:start;border:1px solid #e5e5e5;border-radius:8px;padding:.75rem;background-color:#fff;text-align:center;box-shadow:0 2px 4px #0000000d;transition:transform .2s}.cart-cross-sell-product:hover{transform:translateY(-2px)}.cart-cross-sell-product img{width:100%;height:auto;border-radius:6px;margin-bottom:.5rem}.cart-cross-sell-product .js-quick-add-to-cart{margin-top:.5rem;display:inline-block;background-color:#000;color:#fff;padding:6px 12px;border-radius:4px;text-decoration:none;font-size:14px;cursor:pointer;border:none;transition:background-color .2s}.cart-cross-sell-product .js-quick-add-to-cart:hover{background-color:#333}.cart-cross-sell-product .product-title{font-size:14px;font-weight:500;color:#333;margin-top:.25rem;margin-bottom:.25rem}.cart-cross-sell-product .product-price{font-size:14px;color:#666}@media (min-width: 768px){.cart-cross-sell-container{overflow-x:visible;flex-wrap:wrap;justify-content:flex-start}.cart-cross-sell-product{min-width:160px;max-width:200px;margin-bottom:1rem}#cross-sell-drawer{position:fixed;left:auto;right:calc(180px + (200 - 180) * (100vw - 768px) / (1750 - 768));z-index:-1;transform:translate(0);transition:transform .4s cubic-bezier(.104,.204,.492,1) .1s;top:0;bottom:0;overflow:hidden;width:230px;background:#fff;padding:0 38px 0 20px;border-radius:15px 0 0 15px}#cross-sell-drawer.active{transform:translate(-95%);z-index:9999}.drawer-crossell-product{height:100vh;overflow-y:auto;padding-bottom:70%}.desktop-hide{display:none!important}}.drawer-crossell__item .productitem--actions{position:unset;opacity:1;visibility:visible}.drawer-crossell__item .productitem{margin-bottom:15px;padding:0;border-radius:13px;box-shadow:0 0 14.604644775390625px #221f2014}.drawer-crossell__item .productitem__image-container{padding:5px 5px 0;border-radius:9px}.drawer-crossell__item .productitem--image img{width:100%;height:100%;display:block;object-fit:fill}.drawer-crossell__item .productitem--vendor{display:none}.drawer-crossell__item .productitem--title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:calc(12px + (15 - 12) * (100vw - 375px) / (1440 - 375))!important}.drawer-crossell__item .price__current{font-size:calc(14px + (16 - 14) * (100vw - 375px) / (1440 - 375))!important}.drawer-crossell__item .price__compare-at--single{display:none}.drawer-crossell__item .productitem--info{padding:0 5px}.drawer-crossell-inner h4,.drawer-crossell-inner h5{font-weight:700}.drawer--items__count{color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center}.cart-subtotal{font-weight:700}.drawer-crossell__item .productitem--action{margin-bottom:10px}@media screen and (max-width: 749px){.cart-drawer{min-width:unset;max-width:100%;border-radius:unset}.btn-checkout{width:100%;max-width:100%;min-width:unset;min-height:40px}.cart-drawer-footer{padding:15px 20px 10px}.oderDetail_text{font-size:14px;margin-bottom:0;width:100%}.cart-subtotal p{margin:5px;font-size:12px}.cart-drawer-header{padding:0 20px}.cart-drawer-close{width:1.3rem;height:1.3rem;min-width:1.5rem;min-height:1.5rem;padding:4px}.small-hide{display:none!important}.cart-drawer{display:flex;flex-direction:column;height:100vh;background:#fff;position:fixed;right:0;top:0;box-shadow:-2px 0 10px #0000001a}.cart-drawer-body{flex:1 1 auto;overflow-y:auto;padding:1rem}.mobile-drawer-crossell{flex-shrink:0;padding-top:5px;background-color:#fff;border-top:1px solid #eee;max-height:unset;overflow-x:auto}.drawer-crossell-product{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;padding-bottom:1rem}.drawer-crossell__item{flex:0 0 auto;width:140px;scroll-snap-align:start}.drawer-crossell__item .price__compare-at{display:none!important}.drawer-crossell__item img{width:100%;height:auto;border-radius:6px}.drawer-crossell-inner h4,.drawer-crossell-inner h5{margin-bottom:10px;font-weight:700;margin-top:0}.cart-total-container{padding:5px 10px;margin-top:-5px}.cart-footer-total{display:flex;justify-content:space-between}.cart-subtotal{justify-content:flex-end}#cart-subtotal{font-weight:700}.cart-total-container p.cart-drawer-subtotal{margin:5px 0}.cart-item-title{margin-bottom:0;font-size:12px}.cart-item-price{font-size:14px}.cart-item-img{max-width:80px}}.drawer-crossell-product .productitem--action-trigger{background:#fff;color:#f04f36}.drawer-crossell-product .button-primary:not(.disabled):hover{color:#fff}.drawer-select-items-conatiner{display:flex;justify-content:space-between;align-items:center;background-color:#e2e2e2;padding:10px 20px;border-bottom:1px solid #e2e2e2}.select-items-from-cart{display:flex}.drawer--items__count svg{margin-right:5px}.drawer--items__count span{color:#000}.delete-icons-container{display:flex;justify-content:center;align-items:center}button.all-items-wishlist-btn[disabled=true],button.all-items-delete-btn[disabled=true]{opacity:.5;cursor:not-allowed}.all-items-delete-btn,.all-items-wishlist-btn{border:unset;background:unset}.cart-item-img{position:relative}.cart-items-selects{position:absolute;top:0;left:0;z-index:99;margin:15px}.cart-items-selects svg,.icon-select-span,.icon-selectAll-active-span,.all-items-delete-btn:not(:disabled),.all-items-wishlist-btn:not(:disabled){cursor:pointer}.cart-item-left{border:1px solid #ddd;border-radius:10px;padding:10px 0}.highlight-active-item{border:2px solid #f04f36}.cart-item-header a{text-decoration:none;color:#000}@media screen and (max-width: 749px){.cart-items-selects{margin:5px}.cart-item-left{padding:5px 0}}.cart-items-selects svg.icon-selectAll-active circle,.icon-selectAll-active circle,.icon-select-active circle{fill:#f04f36}.icon-select-span .icon-select circle{fill:#454545}
/*# sourceMappingURL=/cdn/shop/t/41/assets/cart-drawer.css.map */
