#myCustomCartBundleId{visibility:hidden}.my-custom-cartwrap{--customcart-theme-color: #e0393a;--customcart-theme-text-whitecolor: #fff;--customcart-theme-text-blackcolor: #3D3D3D}.my-custom-cart-mask{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000000;display:none;visibility:hidden}.my-custom-cart-mask.show{display:block;visibility:visible}.my-custom-cart-loading{position:fixed;top:4px;right:0;bottom:4px;width:444px;z-index:1000002;display:flex;align-items:center;justify-content:center;background-color:#fff;opacity:.4}.my-custom-cart-loading .icon{color:var(--customcart-theme-color);animation:my-custom-cart-loading-rotate .9s linear infinite}.my-custom-cart-loading .icon path{fill:currentColor!important}@keyframes my-custom-cart-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.my-custom-cart-contwrap{position:fixed;top:2px;right:-100%;bottom:2px;width:444px;background-color:#fff;z-index:1000001;transition:right .3s ease-in-out;display:flex;flex-direction:column;overflow:hidden}.my-custom-cart-contwrap.show{right:2px}.my-custom-cart-topwrap{display:flex;justify-content:space-between;align-items:center;padding:22px 36px}.my-custom-cart-topwrap-left{display:flex;align-items:center}.my-custom-cart-title{font-size:16px;font-weight:600;line-height:130%;color:var(--customcart-theme-text-blackcolor)}.my-custom-cart-titlenum{font-size:12px;line-height:130%;color:var(--customcart-theme-text-blackcolor);margin-left:6px}.my-custom-cart-closeBtn>svg{width:15px;height:15px;cursor:pointer}.my-custom-cart-free-tipswrap{background:#fef4e6;padding:12px 36px}.my-custom-cart-free-tips-desc{font-size:14px;font-weight:600;line-height:140%;text-align:center;color:#262626}.my-custom-cart-free-tips-line{position:relative;background:#fff;height:6px;width:100%;border-radius:999px;margin:10px 0 34px}.my-custom-cart-free-tips-solidline{width:40%;height:100%;background-color:var(--customcart-theme-color)}.my-custom-cart-free-tips-dotwrap{position:absolute;top:-6px}.my-custom-cart-free-tips-dotwrap.freeship{left:50%}.my-custom-cart-free-tips-dotwrap.coupon{left:100%}.my-custom-cart-free-tips-dot{width:14px;height:14px;border-radius:50%;background-color:var(--customcart-theme-color);transform:translate(-50%)}.my-custom-cart-free-tips-dottext{font-size:10px;line-height:140%;text-align:center;color:var(--customcart-theme-text-blackcolor);transform:translate(-50%);margin-top:10px;white-space:nowrap}.my-custom-cart-cont-mainwrap{width:100%;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.my-custom-cart-mainwrap::-webkit-scrollbar{width:6px}.my-custom-cart-mainwrap::-webkit-scrollbar-track{background:#fff}.my-custom-cart-mainwrap::-webkit-scrollbar-thumb{background-color:#d7deff}.my-custom-cart-tipswrap{padding:12px 20px;text-align:center;background-color:var(--customcart-theme-color);color:var(--customcart-theme-text-whitecolor);font-size:12px;font-weight:600;line-height:140%}.my-custom-cart-mainwrap{overflow-y:auto;overflow-x:hidden;min-height:0;flex:1}.my-custom-cart-addProdwrap{padding:0 36px;width:100%}.my-custom-cart-addProd-item{padding:24px 0;border-bottom:1px solid #EEEEEE}.my-custom-cart-addProd-item-imginfowrap{display:flex}.my-custom-cart-addProd-item-img{width:106px;height:106px}.my-custom-cart-addProd-item-info{padding-left:10px;flex:1}.my-custom-cart-addProd-item-info-title{font-size:16px;font-weight:600;line-height:130%;color:var(--customcart-theme-text-blackcolor);cursor:pointer;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;max-height:40px}.my-custom-cart-addProd-item-info-variant{margin-top:8px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;color:#999;font-size:12px;line-height:130%;position:relative}.my-custom-cart-addProd-item-info-variant-selectWrap{position:absolute;left:0;right:0;top:100%;background-color:#fff;z-index:9;max-height:170px;overflow-x:hidden;overflow-y:auto}.my-custom-cart-addProd-item-info-variant-select-item{padding:3px 0 3px 12px;font-size:10px;font-weight:400;line-height:130%;color:#999;cursor:pointer}.my-custom-cart-addProd-item-info-variant-select-item:hover{background:#f7f8f9}.my-custom-cart-addProd-item-info-pricequantity{display:flex;align-items:center;justify-content:space-between}.my-custom-cart-addProd-item-infotitle-delete{display:flex;align-items:center;justify-content:flex-end;width:20px;height:20px;cursor:pointer}.my-custom-cart-addProd-item-info-quantity{display:flex;align-items:center;width:126px;border:1px solid #e2e8f0;padding:9px 8px;margin:15px 0}.my-custom-cart-addProd-item-info-quantity-minus,.my-custom-cart-addProd-item-info-quantity-plus{display:flex;align-items:center;justify-content:center;width:16px;height:16px;cursor:pointer}.my-custom-cart-addProd-item-info-quantity-num{cursor:pointer;flex:1;font-size:14px;text-align:center;color:var(--customcart-theme-text-blackcolor)}.my-custom-cart-addProd-item-info-quantity-input{all:unset;flex:1;min-width:0;width:100%;text-align:center}.my-custom-cart-addProd-item-info-quantity-input:focus{border:unset!important}.my-custom-cart-addProd-item-info-pricewrap{display:flex;align-items:center;gap:10px;color:var(--customcart-theme-text-blackcolor)}.my-custom-cart-addProd-item-info-price{font-size:20px;line-height:130%;font-weight:600}.my-custom-cart-addProd-item-info-compareprice{text-decoration:line-through;font-size:12px;line-height:130%}.my-custom-cart-addProd-item-infodiscount{display:flex;align-items:center;gap:12px;padding:12px 0 12px 50px;background:#f7f8f9;color:var(--customcart-theme-color);font-size:14px;line-height:130%;font-weight:500;margin-top:12px}.my-custom-cart-addProd-item-infodiscount>svg{width:16px;height:16px}.my-custom-cart-freegift-prodwrap{background-color:#fff;padding:24px 36px}.my-custom-cart-freegift-prodcont-title{font-weight:400;font-size:12px;line-height:130%;letter-spacing:0em;text-align:center;margin-bottom:16px}.my-custom-cart-freegift-prodcont-titleweight{font-weight:600}.my-custom-cart-freegift-prodcont{display:flex;align-items:center;background:#f7f8f9;gap:6px;padding:21px}.my-custom-cart-freegift-prodcont-img{width:92px;height:92px}.my-custom-cart-freegift-prodcont-infotop{display:flex;flex-wrap:wrap;gap:10px}.my-custom-cart-freegift-prodcont-info-tag{background-color:var(--customcart-theme-color);border-radius:999px;font-size:10px;font-weight:400;line-height:130%;letter-spacing:0em;color:var(--customcart-theme-text-whitecolor);padding:2px 10px;display:flex;align-items:center}.my-custom-cart-freegift-prodcont-info-title{font-size:16px;font-weight:600;line-height:130%;letter-spacing:0em;color:var(--customcart-theme-text-blackcolor)}.my-custom-cart-freegift-prodcont-info-variantwrap{font-size:14px;font-weight:400;line-height:130%;letter-spacing:0em;color:#999;margin:14px 0}.my-custom-cart-freegift-prodcont-info-pricewrap{display:flex;line-height:130%;letter-spacing:0em;color:var(--customcart-theme-text-blackcolor);gap:12px}.my-custom-cart-freegift-prodcont-info-price{font-size:20px;font-weight:500}.my-custom-cart-freegift-prodcont-info-comprice{font-size:10px;font-weight:400;text-decoration:line-through}.my-custom-cart-recommendProdwrap{padding:24px 44px;background-color:#f7f8f9;border-bottom:1px solid #EEEEEE}.my-custom-cart-recommendProd-title{color:var(--customcart-theme-text-blackcolor);text-align:center;font-size:16px;font-weight:600;line-height:130%;margin-bottom:24px}.my-custom-cart-recommendProd-listcon{overflow:hidden;width:100%;height:100%}.my-custom-cart-recommendProd-list{display:flex;gap:9px;transform:translate(0);transition:transform .3s ease-in-out}.my-custom-cart-recommendProd-item{padding:14px 8px;color:var(--customcart-theme-color);font-size:14px;line-height:130%;font-weight:500;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:var(--customcart-theme-text-whitecolor);width:166px;flex:0 0 auto}.my-custom-cart-recommendProd-item-dcwrap{background:var(--customcart-theme-color);color:var(--customcart-theme-text-whitecolor);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;line-height:130%;padding:3px 16px;border-radius:999px}.my-custom-cart-recommendProd-item-img{width:100px;height:100px}.my-custom-cart-recommendProd-item-info-title{font-size:13px;font-weight:600;line-height:130%;cursor:pointer;color:var(--customcart-theme-text-blackcolor);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:10px 0 20px}.my-custom-cart-recommendProd-item-info{display:flex;justify-content:space-between;align-items:center;gap:10px}.my-custom-cart-recommendProd-item-info-detail-pricewrap{display:flex;justify-content:center;align-items:center;gap:6px}.my-custom-cart-recommendProd-item-info-detail-price{font-size:14px;font-weight:600;line-height:130%;color:var(--customcart-theme-text-blackcolor)}.my-custom-cart-recommendProd-item-info-detail-comprice{font-size:10px;font-weight:400;line-height:130%;color:#999}.my-custom-cart-recommendProd-item-info-detail-addToCart{cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background-color:var(--customcart-theme-color)}.my-custom-cart-recommendProd-btnwrap{display:flex;align-items:center;justify-content:center;gap:24px;cursor:pointer}.my-custom-cart-recommendProd-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#bbb;border-radius:50%;margin-top:24px}.my-custom-cart-recommendProd-btn>svg{fill:#fff}.my-custom-cart-fourtip-wrap{background:#f7f8f9;padding:24px 44px}.my-custom-cart-fourtip-title{font-size:16px;line-height:130%;color:var(--customcart-theme-text-blackcolor);margin-bottom:24px;font-weight:600}.my-custom-cart-fourtip{display:flex;flex-wrap:wrap;gap:18px}.my-custom-cart-fourtip-item{display:flex;align-items:center;gap:14px;flex:calc(50% - 9px)}.my-custom-cart-fourtip-item-desc{font-size:13px;font-weight:400;line-height:120%;color:#777}.my-custom-cart-bottomwrap{flex:0 0 auto;padding:24px 28px;background:var(--customcart-theme-text-whitecolor)}.my-custom-cart-bottom-addnote{margin-bottom:24px;cursor:pointer}.my-custom-cart-bottom-addnote-descsvg{display:flex;align-items:center;justify-content:space-between}.my-custom-cart-bottom-addnote-desc{font-size:16px;font-weight:500;line-height:130%;color:var(--customcart-theme-text-blackcolor)}.my-custom-cart-bottom-addnote-cont{transition:all .3s ease-in-out}.my-custom-cart-bottom-allsavings,.my-custom-cart-bottom-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;color:var(--customcart-theme-text-blackcolor);font-size:16px;font-weight:400;line-height:130%}.my-custom-cart-bottom-allsavings-title,.my-custom-cart-bottom-allsavings-price,.my-custom-cart-bottom-subtotal-title{font-weight:600}.my-custom-cart-bottom-subtotal-price{font-weight:600;font-size:22px;color:var(--customcart-theme-color)}.my-custom-cart-bottom-fq{display:flex;align-items:center;justify-content:center;gap:4px;color:#999;font-size:12px;font-weight:400;line-height:130%;cursor:pointer;margin:24px 0 8px}.my-custom-cart-bottom-checkout{display:flex;justify-content:center;align-items:center;padding:12px 0;background-color:var(--customcart-theme-color);color:var(--customcart-theme-text-whitecolor);font-size:24px;font-weight:700;cursor:pointer;margin-bottom:8px}.my-custom-cart-recommendProd-addcart-variantschoose{width:100%;height:0}.my-custom-cart-recommendProd-addcart-variantschoosemask{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0000004d;z-index:10}.my-custom-cart-recommendProd-addcart-variantschoose-content{position:absolute;bottom:0;left:0;right:0;height:auto;background-color:#fff;z-index:11;padding:12px 20px 60px}.my-custom-cart-recommendProd-addcart-variantschoose-content-close{display:flex;align-items:end;justify-content:flex-end}.my-custom-cart-recommendProd-addcart-variantschoose-content-close>span{cursor:pointer}.my-custom-cart-recommendProd-addcart-variantschoose-content-close>svg{width:14px;height:14px}.my-custom-cart-recommendProd-addcart-variantschoose-content-prodwrap{display:flex}.my-custom-cart-recommendProd-addcart-variantschoose-content-prodimg{width:80px;height:80px}.my-custom-cart-recommendProd-addcart-variantschoose-content-prodinfo-title{font-size:14px;font-weight:700}.my-custom-cart-recommendProd-addcart-variantschoose-content-prodinfo-price{font-size:14px;font-weight:400}.my-custom-cart-recommendProd-addcart-variantschoose-content-options-title{font-size:14px;font-weight:700;margin:16px 0 0}.my-custom-cart-recommendProd-addcart-variantschoose-content-optionswrap>select{max-width:100%;width:100%;margin:0 0 16px;background:#d7deff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center;border-color:#d7deff;height:46px;padding:0 36px 0 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.my-custom-cart-recommendProd-addcart-variantschoose-content-confirm{font-size:14px;font-weight:700;color:var(--customcart-theme-text-whitecolor);background-color:var(--customcart-theme-color);padding:16px;border-radius:4px;text-align:center;cursor:pointer}.my-custom-cart-emptywrap{display:flex;align-items:center;justify-content:center;padding-top:20px}.my-custom-cart-empty-continueshop{text-align:center;color:var(--customcart-theme-color);font-size:16px;cursor:pointer;text-decoration:underline;margin-top:16px;font-weight:700}.my-custom-cart-fq-dialog-mask{display:none}.my-custom-cart-fq-dialogwrap{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;z-index:10;width:572px}.my-custom-cart-fq-dialog-close{display:flex;align-items:center;justify-content:flex-end;padding:12px;cursor:pointer}.my-custom-cart-fq-dialog-desc{margin:11px 0 24px;padding:0 48px;font-weight:600}.my-custom-cart-fq-dialog-cont{padding:0 10px;height:60px;margin:0 48px 50px;display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.my-custom-cart-fq-dialog-cont-item{display:flex;align-items:center;gap:6px}.my-custom-cart-fq-dialog-cont-item>img{width:108px}.my-custom-cart-discountcode-container{margin-bottom:12px}.my-custom-cart-discountcode-inputwrap{display:flex;align-items:center;height:32px;border:1px solid #e2e8f0}#myCustomCartDiscountCodeInputId{all:unset;height:100%;flex:1;border-right:unset!important;background-color:#f7f8f9;padding:4px;box-sizing:border-box}.vertify-dccode-btn{height:100%;color:var(--customcart-theme-color);border-left:1px solid #e2e8f0;cursor:pointer;font-size:14px;font-weight:600;padding:0 12px;display:flex;align-items:center;justify-content:center}.my-custom-cart-inputeddc-itemswap{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.my-custom-cart-inputeddc-item{display:flex;align-items:center;justify-content:center;background-color:#f7f8f9;color:var(--customcart-theme-text-blackcolor);font-size:12px;padding:4px 10px;border-radius:4px;gap:4px}.my-custom-cart-inputeddc-item-remove{cursor:pointer}@media(max-width:768px){.my-custom-cart-contwrap{width:100vw;top:0;bottom:0}.my-custom-cart-contwrap.show{right:0}.my-custom-cart-topwrap{padding:12px 20px}.my-custom-cart-tipswrap{padding:8px 20px}.my-custom-cart-free-tips-desc{font-size:12px}.my-custom-cart-addProd-item{padding:16px 0}.my-custom-cart-recommendProdwrap{padding:24px 30px}.my-custom-cart-recommendProd-list{gap:8px}.my-custom-cart-recommendProd-item{width:calc(50% - 8px)}.my-custom-cart-fourtip-wrap{padding:12px 36px}.my-custom-cart-fourtip-item-desc{font-size:10px}.my-custom-cart-bottom-fq{font-size:10px;margin:6px 0}.my-custom-cart-bottomwrap{padding:12px 28px}.my-custom-cart-bottom-addnote{margin-bottom:16px}.my-custom-cart-bottom-allsavings,.my-custom-cart-bottom-subtotal{margin-bottom:10px;font-size:14px}.my-custom-cart-bottom-subtotal-price{font-size:18px}.my-custom-cart-bottom-fq{margin:12px 0 6px}.my-custom-cart-bottom-checkout{margin-bottom:0;font-size:20px;padding:8px 0}.my-custom-cart-fq-dialog-mask{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9}.my-custom-cart-fq-dialogwrap{width:90vw}.my-custom-cart-fq-dialog-close{padding:12px}.my-custom-cart-fq-dialog-desc{margin:11px 0 24px;padding:0 12px}.my-custom-cart-fq-dialog-cont{padding:0 10px;height:auto;margin:0 12px 20px}}
/*# sourceMappingURL=/cdn/shop/t/71/assets/my-custom-cart.css.map */
