.main-cart{position:relative}.main-cart .total-item{margin-left:10px}.main-cart .cart-row{--bs-gutter-x: 80px;--bs-gutter-y: 0}.main-cart table{width:100%}.main-cart table th{font-family:Poppins;font-size:18px;font-weight:500;border-bottom:1px solid #c8c8c8;padding:10px}.main-cart table th:first-child{padding-left:30px}.main-cart table td{border-bottom:1px solid #c8c8c8;padding:20px 10px;vertical-align:top}.main-cart table tr>:nth-child(1){width:60%}.main-cart table tr>:nth-child(2){width:30%}.main-cart table tr>:nth-child(3){width:20%}.main-cart .product-details{display:flex;flex-direction:row;align-items:flex-start;gap:30px}.main-cart .product-image{width:100px;height:100px;flex:0 0 auto}.main-cart .product-image img{width:100%;height:100%;object-fit:contain}.main-cart .product-quantity{display:flex;align-items:center;background:#fff;border:1px solid #707070;width:fit-content;padding:6px 2px;border-radius:5px}.main-cart .product-quantity button{border:none;background:none;font-size:16px;font-weight:700;color:#161616;margin:0 8px}.main-cart .product-quantity input{border:none;text-align:center;width:56px;font-size:14px;outline:none;color:#161616;background:none}.main-cart .product-quantity input[type=number]::-webkit-inner-spin-button,.main-cart .product-quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.main-cart .product-quantity input[type=number]{-moz-appearance:textfield}.main-cart .product-remove{font-size:14px;color:#8d8d8d;margin-left:14px;transition:all .5s ease}.main-cart .product-remove:hover{color:#000}.main-cart .product-price{font-family:Poppins;font-size:18px;font-weight:600;display:flex;flex-direction:column;gap:5px;text-align:right;align-items:flex-end}.main-cart .product-price .original{text-decoration:line-through;color:#999;font-size:16px;font-weight:500}.main-cart .product-price .discounted{font-family:Poppins;font-weight:500;font-size:12px;width:fit-content;background:red;padding:3px 6px;border-radius:4px;color:#fff;margin-top:2px;white-space:nowrap}.main-cart .order-summary{background:#f9f9f9;padding:20px;border-radius:10px;margin-top:60px}.main-cart .order-summary .discount-wrapper{padding-top:20px;margin:20px 0;border-top:1px solid #c8c8c8}.main-cart .order-summary .discount-wrapper small{font-family:Poppins;font-weight:600;font-size:12px;color:#1a1a1a}.main-cart .order-summary .discount-wrapper .discount-form{display:flex;flex-direction:row;margin:5px 0}.main-cart .order-summary .discount-wrapper .discount-form input{flex:1;border:1px solid #dadada;border-radius:30px 0 0 30px;outline:none;box-shadow:none;padding:10px 20px;font-size:14px}.main-cart .order-summary .discount-wrapper button{border:none;box-shadow:none;outline:none;background:#000;color:#fff;font-family:Poppins;font-weight:500;font-size:14px;padding:0 40px;border-radius:0 30px 30px 0}.main-cart .order-summary .discount-wrapper .discount-code-wrapper{margin-top:10px}.main-cart .order-summary .discount-wrapper .discount-code{font-size:12px;background:#ececec;display:inline-flex;padding:8px;border-radius:5px;align-items:center;gap:5px;line-height:12px}.main-cart .order-summary .discount-wrapper .discount-code i{transform:scaleX(-1)}.main-cart .order-summary .discount-wrapper .discount-code .remove-discount{cursor:pointer}.main-cart .order-summary .discount-wrapper .discount-message{font-size:12px;color:#e51b1b;margin-top:5px;display:none}.main-cart .order-summary .cart-total-less{color:#999;font-size:.8em;font-weight:400;text-decoration:line-through;margin-right:5px}.main-cart .order-summary textarea{width:100%;border:1px solid #c8c8c8;border-radius:5px;padding:10px;font-family:Poppins;font-size:14px;font-weight:600;color:#161616;margin:15px 0;box-shadow:none;outline:none}.main-cart .order-summary .cart-checkout a{font-family:Poppins;font-size:16px;font-weight:600;color:#fff;background:#ff4438;width:100%;border-radius:5px;padding:10px;display:block;text-align:center;text-decoration:none}.main-cart .order-summary .cart-checkout a.disabled{opacity:.8;pointer-events:none}#popup-cart{position:fixed;top:0;right:0;width:100%;height:100%;display:none;justify-content:flex-end;z-index:999999999}#popup-cart .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000002b;cursor:url(https://cdn.shopify.com/s/files/1/0605/5188/9131/files/xmark-solid.png?v=1738387198),auto;z-index:1}#popup-cart .cart{position:relative;max-width:100%;width:550px;height:100%;background:#fff;display:flex;flex-direction:column;opacity:1;z-index:2;border-radius:10px 0 0 10px}#popup-cart .cart .cart-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px 30px}#popup-cart .cart .cart-header .cart-close{background:#f8f8f8;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;text-decoration:none}#popup-cart .cart .cart-header .cart-close i{color:#000;font-size:20px}#popup-cart .cart-promotion{padding:0 30px;text-align:center}#popup-cart .cart-promotion p{background:#eff6f1;padding:5px 0;border-radius:4px}#popup-cart .cart .cart-body{flex:1;padding:20px 30px;overflow-y:auto;overflow-x:hidden;transition:all .5s linear}#popup-cart .cart .cart-body{-ms-overflow-style:block;scrollbar-width:block}#popup-cart .cart .cart-body::-webkit-scrollbar{display:block}#popup-cart .cart .cart-body::-webkit-scrollbar{width:20px}#popup-cart .cart .cart-body::-webkit-scrollbar-track{background:#fff}#popup-cart .cart .cart-body::-webkit-scrollbar-thumb{background-color:#a7a7a7;border-radius:40px;border:8px solid #fff}#popup-cart .cart .cart-body .product-cart{display:flex;flex-direction:row;gap:20px}#popup-cart .cart .cart-body .product-cart:not(:last-child){margin-bottom:20px}#popup-cart .cart .cart-body .product-cart .product-image{width:80px;height:80px;margin-right:30px}#popup-cart .cart .cart-body .product-cart .product-image img{width:100%;height:100%;object-fit:contain}#popup-cart .cart .cart-body .product-cart .product-details{flex:1;display:flex;flex-direction:column}#popup-cart .cart .cart-body .product-cart .product-details .top>*{line-height:1.5em}#popup-cart .cart .cart-body .product-cart .product-title{font-family:Poppins;font-size:16px;font-weight:500;color:#1a1a1a;margin-bottom:5px}#popup-cart .cart .cart-body .product-cart .product-price{font-family:Poppins;font-size:16px;font-weight:500;display:flex;flex-direction:column;align-items:flex-end}#popup-cart .cart .cart-body .product-cart .product-price .discounted{font-family:Poppins;font-weight:500;font-size:11px;width:fit-content;background:red;padding:3px 6px;border-radius:4px;color:#fff;margin-top:5px;white-space:nowrap}#popup-cart .cart .cart-body .product-cart .product-variant{font-size:14px;margin-bottom:6px;color:#666}#popup-cart .cart .cart-body .product-cart .product-quantity{display:flex;align-items:center;background:#fff;border:1px solid #ececec;width:fit-content;padding:2px;border-radius:5px}#popup-cart .cart .cart-body .product-cart .product-quantity button{border:none;background:none;font-size:16px;font-weight:700;color:#161616;margin:0 5px}#popup-cart .cart .cart-body .product-cart .product-quantity input{border:none;text-align:center;width:34px;font-size:14px;outline:none;color:#161616;background:none}#popup-cart .cart .cart-body .product-cart .product-quantity input[type=number]::-webkit-inner-spin-button,#popup-cart .cart .cart-body .product-cart .product-quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}#popup-cart .cart .cart-body .product-cart .product-quantity input[type=number]{-moz-appearance:textfield}#popup-cart .cart .cart-body .product-cart .product-price .original{text-decoration:line-through;color:#999;font-size:14px;font-weight:500}#popup-cart .cart .cart-body .product-cart .product-remove{font-size:14px;font-weight:500;color:#8d8d8d;margin-left:14px;transition:all .5s ease;text-decoration:none}#popup-cart .cart .cart-body .product-cart .product-remove:hover{color:#000}#popup-cart .cart-ymal{position:relative;padding:20px 30px 0}#popup-cart .cart-ymal:before{content:"";position:absolute;top:0;left:50%;width:calc(100% - 60px);height:1px;transform:translate(-50%);background:#ececec}#popup-cart .cart-ymal .ymal{border:1px solid #cecece;border-radius:4px;padding:10px 20px 10px 10px;display:flex;align-items:center;justify-content:space-between;height:100%}#popup-cart .cart-ymal .ymal .details{display:flex;flex-direction:row;align-items:center}#popup-cart .cart-ymal .ymal .free-image{width:70px;height:70px;margin-right:20px}#popup-cart .cart-ymal .ymal .free-image img{width:100%;height:100%;object-fit:contain}#popup-cart .cart-ymal .ymal .free-text small{text-decoration:line-through;opacity:.5}#popup-cart .slider{position:relative}#popup-cart .slider .slide-prev,#popup-cart .slider .slide-next{position:absolute;top:50%;transform:translateY(-50%);font-size:16px;color:#666;cursor:pointer}#popup-cart .slider .slide-prev{left:-18px}#popup-cart .slider .slide-next{right:-18px}#popup-cart .slider .owl-carousel{width:100%}#popup-cart .slider .owl-carousel .ymal{margin:0}#popup-cart .slider .owl-carousel .owl-stage{padding-left:0!important;display:flex}#popup-cart .slider .owl-carousel .owl-item{display:flex;flex:1 0 auto}#popup-cart .slider .owl-carousel .item{flex:1;height:100%}#popup-cart .slider .owl-carousel .btn-ymal{font-family:Poppins;font-weight:600;font-size:14px;color:#fff!important;background:#000;padding:6px 14px;border-radius:30px;box-shadow:none;outline:none;min-width:unset}#popup-cart .cart .cart-footer{padding:20px 30px 0}#popup-cart .cart .cart-footer .cart-total-less{color:#999;font-size:.8em;font-weight:400;text-decoration:line-through;margin-right:5px}#popup-cart .discount-wrapper{margin-bottom:20px}#popup-cart .discount-wrapper small{font-family:Poppins;font-weight:600;font-size:12px;color:#1a1a1a}#popup-cart .discount-wrapper .discount-form{display:flex;flex-direction:row;margin:5px 0}#popup-cart .discount-wrapper .discount-form input{flex:1;border:1px solid #dadada;border-radius:30px 0 0 30px;outline:none;box-shadow:none;padding:6px 20px;font-size:14px}#popup-cart .discount-wrapper button{border:none;box-shadow:none;outline:none;background:#000;color:#fff;font-family:Poppins;font-weight:500;font-size:14px;padding:0 40px;border-radius:0 30px 30px 0}#popup-cart .discount-wrapper .discount-code-wrapper{margin-top:10px}#popup-cart .discount-wrapper .discount-code{font-size:12px;background:#ff4438;color:#fff;display:inline-flex;padding:4px 8px;border-radius:5px;align-items:center;gap:5px;line-height:12px}#popup-cart .discount-wrapper .discount-code i{transform:scaleX(-1)}#popup-cart .discount-wrapper .discount-code .remove-discount{cursor:pointer}#popup-cart .discount-wrapper .discount-message{font-size:12px;color:#e51b1b;margin-top:5px;display:none}#popup-cart .cart .cart-checkout{padding:20px 30px}#popup-cart .cart .cart-checkout a{font-family:Poppins;font-size:18px;font-weight:500;color:#fff;background:#ff4438;width:100%;border-radius:50px;padding:10px;display:block;text-align:center;text-decoration:none}#popup-cart .cart .cart-checkout a.disabled{opacity:.8;pointer-events:none}#popup-cart .cart .cart-checkout .total-save{color:#e51b1b}#popup-cart .cart .cart-checkout small{font-family:Poppins;font-weight:500;font-size:12px;color:#999;text-align:center;display:block}.el-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000030;z-index:99;display:none}.el-overlay .el-spinner{border:4px solid #e9e9e9;border-top:4px solid #FF4438;border-radius:50%;width:40px;height:40px;animation:spin 2s linear infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#popup-cart .ymal-variant{font-size:14px;width:100%;font-weight:400;padding:4px;border-radius:5px;border-color:silver;color:#1a1a1a;margin-bottom:5px;box-shadow:none;outline:none}@media (max-width: 767px){#popup-cart .cart .cart-header,#popup-cart .cart .cart-checkout{padding:10px 20px}#popup-cart .cart-promotion{padding:0 20px}#popup-cart .cart .cart-body{padding:20px}#popup-cart .cart .cart-footer{padding:10px 20px 0}#popup-cart .cart .cart-header .cart-close{width:35px;height:35px}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/popup-cart.css.map */
