@charset "UTF-8";main .container{margin:50px auto}main .container .cart-top-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}main .container .cart-top-wrap .product-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}main .container .cart-top-wrap .product-wrap .logistics-message{background:var(--star);padding:7px 10px;line-height:1.5;margin-bottom:10px;border-radius:5px;color:#fff}main .container .cart-top-wrap .product-wrap .gift-wrap{background:#000;border-radius:5px;padding:10px 20px;margin:5px 0;color:#fff;font-size:var(--font-size-1);display:none;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:none}main .container .cart-top-wrap .product-wrap .gift-wrap .gift-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}main .container .cart-top-wrap .product-wrap .gift-wrap .gift-title i{font-size:22px;margin-right:5px}main .container .cart-top-wrap .product-wrap .gift-wrap .gift-title span{text-transform:uppercase;line-height:1.2}main .container .cart-top-wrap .product-wrap .gift-wrap .choose-gift-btn{background:#fff;border-radius:5px;color:#000;text-align:center;padding:10px 20px;text-transform:uppercase;cursor:pointer}main .container .cart-top-wrap .product-wrap .gift-wrap .choose-gift-btn.disabled{background:var(--divider);color:#fff}main .container .cart-top-wrap .product-wrap table{width:100%;border-spacing:0;border-color:var(--divider);border-bottom:1px solid var(--divider)}main .container .cart-top-wrap .product-wrap table .icon-radiobutton{color:var(--theme-1);font-size:25px;font-weight:400;cursor:pointer}main .container .cart-top-wrap .product-wrap table .icon-radiobuttonunselect{color:var(--text-2);font-size:25px;font-weight:400;cursor:pointer}main .container .cart-top-wrap .product-wrap table thead th{vertical-align:middle;border:0;border-top:1px solid var(--divider);padding:15px 5px;white-space:nowrap}main .container .cart-top-wrap .product-wrap table .gift-product-title{font-size:var(--font-size-2);font-weight:700;padding:10px;text-align:left}main .container .cart-top-wrap .product-wrap table td{vertical-align:middle;border:0;border-top:1px solid var(--divider);text-align:center;line-height:1.5;padding:0 5px}main .container .cart-top-wrap .product-wrap table td img{width:100px;margin:10px 0 5px 0;border:1px solid #ddd;border-radius:5px}main .container .cart-top-wrap .product-wrap table td .name{color:var(--text-1);font-weight:700}main .container .cart-top-wrap .product-wrap table td .price,main .container .cart-top-wrap .product-wrap table td .price3{color:var(--text-1);font-size:var(--font-size-2);font-weight:700}main .container .cart-top-wrap .product-wrap table td .price .currency,main .container .cart-top-wrap .product-wrap table td .price3 .currency{font-size:var(--font-size-1)}main .container .cart-top-wrap .product-wrap table td .price{color:var(--price);white-space:nowrap}main .container .cart-top-wrap .product-wrap table td .attr{color:var(--text-2)}main .container .cart-top-wrap .product-wrap table td del{color:var(--text-2);white-space:nowrap}main .container .cart-top-wrap .product-wrap table td i{width:30px;height:30px;cursor:pointer;color:var(--text-1);font-size:20px}main .container .cart-top-wrap .product-wrap table td .number-wrap{height:30px;line-height:30px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}main .container .cart-top-wrap .product-wrap table td .number-wrap i{border:1px solid var(--divider);display:inline-block}main .container .cart-top-wrap .product-wrap table td .number-wrap i.disable{background:var(--light-gray);color:var(--text-2)}main .container .cart-top-wrap .product-wrap table td .number-wrap span{height:30px;width:40px;border:1px solid var(--divider);display:inline-block;margin:0 5px}main .container .cart-top-wrap .product-wrap table td .combo-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px;width:100px;height:100px;border-radius:5px;margin:10px 0 5px 0;border:1px solid var(--divider)}main .container .cart-top-wrap .product-wrap table td .combo-wrap picture{width:calc(33.33% - 5px);-ms-flex-negative:0;flex-shrink:0}main .container .cart-top-wrap .product-wrap table td .combo-wrap picture img{width:100%;display:block;border:none;margin:0}main .container .cart-top-wrap .product-wrap table td .sub-cart-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px;margin:10px 0}main .container .cart-top-wrap .product-wrap table td .sub-cart-wrap .sub-cart-item{text-align:center}main .container .cart-top-wrap .product-wrap table td .sub-cart-wrap .sub-cart-item img{margin:0}main .container .cart-top-wrap .product-wrap .empty-wrap{padding:70px;text-align:center;display:none}main .container .cart-top-wrap .product-wrap .empty-wrap i{font-size:50px;color:var(--text-2)}main .container .cart-top-wrap .product-wrap .empty-wrap div{font-size:var(--font-size-2);color:var(--text-2);margin-top:20px}main .container .cart-top-wrap .product-wrap .cart-loading-wrap{padding:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:50px}main .container .cart-top-wrap .product-wrap .btn-wrap{margin-top:20px;text-align:center}main .container .cart-top-wrap .cart-parent-wrap{width:400px;margin-left:50px}main .container .cart-top-wrap .cart-parent-wrap .cart-amount-bar-wrap{padding:0 10px 10px 10px;margin-bottom:10px;width:100%;background:#f0f0f0;color:var(--text-1);border-radius:5px;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}main .container .cart-top-wrap .cart-parent-wrap .cart-amount-bar-wrap .cart-amount-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:45px;line-height:45px}main .container .cart-top-wrap .cart-parent-wrap .cart-amount-bar-wrap .cart-amount-wrap .cart-amount-bar{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;height:5px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:10px}main .container .cart-top-wrap .cart-parent-wrap .cart-amount-bar-wrap .cart-amount-wrap .cart-amount-bar .progress-bar{background:#000;position:absolute;left:0;width:0;top:0;bottom:0}main .container .cart-top-wrap .cart-parent-wrap .cart-amount-bar-wrap .cart-amount-wrap .cart-amount-bar .progress-bar .progress-bar-dot{width:12px;height:12px;border-radius:12px;background:#000;position:absolute;right:0;top:-3px;display:none}main .container .cart-top-wrap .cart-parent-wrap .cart-amount-bar-wrap .cart-amount-wrap img{margin-left:-2px;margin-right:10px;z-index:2}main .container .cart-top-wrap .cart-parent-wrap .cart-amount-bar-wrap .free-shipping-text{line-height:1.5}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap{border:1px solid var(--divider);padding:20px;border-radius:5px}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .title{line-height:1.5;font-weight:700;font-size:var(--font-size-2);padding-bottom:10px;text-transform:capitalize}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap{margin-bottom:10px;position:relative;display:none}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .title{font-size:var(--font-size-2)}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-code-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:10px}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-code-wrap .title{margin-right:10px;padding-bottom:0}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-code-wrap .coupon-code{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px;border:1px solid var(--divider);height:34px}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-code-wrap .coupon-btn{background:var(--theme-1);color:var(--theme-text-1);padding:10px;cursor:pointer}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-code-wrap .coupon-btn:hover{background:var(--theme-2)}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list{border:1px solid #5cd133;background:#fff;padding:10px;z-index:2;opacity:0;visibility:hidden;position:absolute;left:0;width:100%;-webkit-box-shadow:0 8px 8px rgba(0,0,0,.05);box-shadow:0 8px 8px rgba(0,0,0,.05)}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list::before{content:"";display:block;position:absolute;top:-20px;right:50px;width:0;height:0;overflow:hidden;font-size:0;line-height:0;border:10px;border-style:solid solid solid solid;border-color:transparent transparent #5cd133 transparent}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list::after{content:"";display:block;width:0;height:0;overflow:hidden;font-size:0;line-height:0;border:9px;border-style:solid solid solid solid;border-color:transparent transparent #fff transparent;position:absolute;right:51px;top:-18px}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list .coupon-list-wrap .coupon-item-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;cursor:pointer}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list .coupon-list-wrap .coupon-item-wrap .left-radio{margin-right:10px}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list .coupon-list-wrap .coupon-item-wrap .left-radio i{font-size:25px}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list .coupon-list-wrap .coupon-item-wrap .left-radio .icon-radiobutton{color:#5cd133}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list .coupon-list-wrap .coupon-item-wrap .coupon-info-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:0;margin-top:5px;background:#5cd133;border:1px solid rgba(255,115,0,.15);border-top:3px solid #50b42c;color:#fff}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list .coupon-list-wrap .coupon-item-wrap .coupon-info-wrap .top-wrap{line-height:1.5;padding:0 10px}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list .coupon-list-wrap .coupon-item-wrap .coupon-info-wrap .top-wrap .coupon-code-title{font-weight:700;padding:5px 0}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list .coupon-list-wrap .coupon-item-wrap .coupon-info-wrap .line{position:relative;height:12px;width:100%;margin:6px 0;background-repeat:repeat no-repeat;background-image:linear-gradient(to right,#fff 8px,transparent 8px);background-size:18px 1px;background-position-y:center}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list .coupon-list-wrap .coupon-item-wrap .coupon-info-wrap .line::before{content:"";position:absolute;left:-6px;height:12px;width:12px;border-radius:50%;background-color:#fff;border-bottom:1px rgba(255,115,0,.2) solid;border-right:1px solid rgba(255,115,0,.2);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list .coupon-list-wrap .coupon-item-wrap .coupon-info-wrap .line::after{content:"";position:absolute;left:auto;right:-6px;height:12px;width:12px;border-radius:50%;background-color:#fff;border-bottom:1px rgba(255,115,0,.2) solid;border-right:1px solid rgba(255,115,0,.2);-webkit-transform:rotate(135deg);transform:rotate(135deg)}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list .coupon-list-wrap .coupon-item-wrap .coupon-info-wrap .bottom-wrap{padding:0 10px 10px 10px}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list .coupon-list-wrap .coupon-item-wrap .disable{background:#eee;border:1px solid var(--divider);border-top:3px solid #aaa;color:var(--text-2)}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap .coupon-list .empty-coupon{text-align:center}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .coupon-wrap:hover .coupon-list{opacity:1;visibility:visible}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap table{width:100%;vertical-align:top;border-color:var(--divider);border-spacing:0;border-collapse:collapse}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap table tbody{vertical-align:inherit}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap table tbody td{border:1px solid var(--divider);vertical-align:middle;padding:10px;line-height:1.5}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap table tbody td:nth-child(2){white-space:nowrap;text-align:center}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap table tbody .green{color:var(--success)}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap table tbody .red{color:var(--fail)}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap table tbody strong{color:var(--fail)}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .logistics-agree-wrap{line-height:1.5;background:var(--star);color:#fff;margin-top:20px;border-radius:5px;padding:0 5px 5px 5px}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .logistics-agree-wrap .radio-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .logistics-agree-wrap .radio-inline i{color:#fff;font-size:25px;font-weight:400}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .logistics-agree-wrap ul{margin-left:5px}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .btn-wrap{margin-top:20px}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .btn-wrap .btn{display:block;text-align:center;text-transform:uppercase;background:#000;color:#fff;border:none;border-radius:0}main .container .cart-top-wrap .cart-parent-wrap .cart-wrap .btn-wrap .btn:hover{background:var(--text-1)}main .container .cart-bottom-wrap .tab-wrap{margin:20px 0;border-bottom:1px solid var(--divider)}main .container .cart-bottom-wrap .tab-wrap .tab-item{display:inline-block;height:50px;line-height:50px;padding:0 30px;cursor:pointer;text-transform:uppercase}main .container .cart-bottom-wrap .tab-wrap .tab-item.active{border-bottom:3px solid var(--theme-1);color:var(--theme-1);font-weight:700}main .container .cart-bottom-wrap .product-item-wrap{width:calc(20% - 10px)}main .container .cart-bottom-wrap .recently-browse-list-wrap{display:block}main .container .cart-bottom-wrap .recently-browse-list-wrap #recently_browse_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}main .container .cart-bottom-wrap .gather-orders-wrap{display:none}main .container .cart-bottom-wrap .gather-orders-wrap .gather-orders-price-list-wrap .gather-orders-price-item-wrap{display:inline-block;line-height:30px;padding:0 10px;border-radius:30px;margin-right:10px;cursor:pointer}main .container .cart-bottom-wrap .gather-orders-wrap .gather-orders-price-list-wrap .gather-orders-price-item-wrap.active{background:var(--theme-1);color:#fff}main .container .cart-bottom-wrap .gather-orders-wrap .gather-orders-category-list-wrap{margin:20px 0}main .container .cart-bottom-wrap .gather-orders-wrap .gather-orders-category-list-wrap .gather-orders-category-item-wrap{display:inline-block;padding:5px 10px;margin-right:10px;cursor:pointer}main .container .cart-bottom-wrap .gather-orders-wrap .gather-orders-category-list-wrap .gather-orders-category-item-wrap.active{border:1px solid var(--theme-1)}main .container .cart-bottom-wrap .gather-orders-wrap #gather_orders_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}main .container .cart-bottom-wrap .gather-orders-wrap #gather_orders_list .product-item-wrap{width:calc(20% - 10px)}main .container .cart-bottom-wrap .gather-orders-wrap #gather_orders_list .product-item-wrap .product-bottom-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid var(--divider)}main .container .cart-bottom-wrap .gather-orders-wrap #gather_orders_list .product-item-wrap .product-bottom-item .price{margin-top:5px}main .container .cart-bottom-wrap .gather-orders-wrap #gather_orders_list .product-item-wrap .product-bottom-item i{font-weight:700;margin-right:5px;padding:5px;font-size:20px;color:var(--text-1);cursor:pointer}main .container .cart-bottom-wrap .empty-wrap{padding:92px;text-align:center;display:none}main .container .cart-bottom-wrap .empty-wrap i{font-size:50px;color:var(--text-2)}main .container .cart-bottom-wrap .empty-wrap div{font-size:var(--font-size-2);color:var(--text-2);margin-top:20px}main .container .cart-bottom-wrap .pagination-area{margin:50px 0}main .container .cart-bottom-wrap .pagination-area .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;list-style:none}main .container .cart-bottom-wrap .pagination-area .pagination li{margin:0 5px}main .container .cart-bottom-wrap .pagination-area .pagination li a{border:0;padding:0 10px;-webkit-box-shadow:none;box-shadow:none;outline:0;width:34px;height:34px;display:block;border-radius:4px;color:var(--text-1);line-height:34px;text-align:center;font-weight:700;cursor:pointer}main .container .cart-bottom-wrap .pagination-area .pagination li a:hover{color:#fff;background:var(--theme-1)}main .container .cart-bottom-wrap .pagination-area .pagination li.active a{color:#fff;background:var(--theme-1)}main .container .cart-bottom-wrap .pagination-area .pagination li:first-child{margin-left:0}main .container .cart-bottom-wrap .pagination-area .pagination li:first-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}main .container .cart-bottom-wrap .pagination-area .pagination li:last-child a{border-top-right-radius:50%;border-bottom-right-radius:50%}.product-detail-dialog{background:rgba(0,0,0,.3);z-index:98;position:fixed;left:0;right:0;top:0;bottom:0;display:none}.product-detail-dialog .product-detail-wrap{background:#fff;border-radius:10px;position:absolute;top:50%;left:50%;width:900px;max-height:80%;padding:20px;overflow-y:auto;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.product-detail-dialog .product-detail-wrap .product-image-wrap{width:450px;position:relative;border-radius:10px 10px 0 0;margin-right:10px}.product-detail-dialog .product-detail-wrap .product-image-wrap .big-image-wrap{width:450px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.product-detail-dialog .product-detail-wrap .product-image-wrap .big-image-wrap .slick-list{width:100%}.product-detail-dialog .product-detail-wrap .product-image-wrap .big-image-wrap .slick-list img{width:450px;-o-object-fit:cover;object-fit:cover}.product-detail-dialog .product-detail-wrap .product-image-wrap .image-number-wrap{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:5px;background:rgba(0,0,0,.3);height:20px;line-height:20px;border-radius:20px;padding:0 10px;color:#fff;z-index:1}.product-detail-dialog .product-detail-wrap .product-info-wrap{background:#fff;padding:5px;border-radius:5px;margin:5px}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-title{line-height:1.5;margin-top:5px;margin-bottom:10px;font-size:var(--font-size-2)}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-title .product-ext-name{font-weight:400;font-size:14px;display:none}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-price-wrap{border-top:1px solid var(--divider);border-bottom:1px solid var(--divider);padding:10px 0}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-price-wrap .product-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-price-wrap .product-price .icon-shandian{font-size:var(--font-size-1);color:var(--price);display:none}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-price-wrap .product-price .sale-price{color:var(--price);font-weight:700;font-size:var(--font-size-2)}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-price-wrap .product-price .sale-price .currency{font-size:var(--font-size-1)}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-price-wrap .product-price .old-price{color:var(--text-2);margin-left:10px}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-price-wrap .product-price .price-off{margin-left:10px;background:url(../images/off-bg.png);padding:5px 10px 5px 5px;background-size:contain;background-repeat:no-repeat;background-position:center;color:#fff}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-price-wrap .flash-sale-wrap{display:none;margin-top:10px;color:var(--theme-1);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-price-wrap .flash-sale-wrap div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-price-wrap .flash-sale-wrap div i{font-size:var(--font-size-1);color:var(--price)}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-price-wrap .flash-sale-wrap div #countdown label.vam{background:var(--theme-1);color:var(--theme-text-1);padding:5px;margin:0 5px}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-color-wrap{margin-top:10px;display:none}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-color-wrap .color-label{margin-bottom:10px}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-color-wrap .color-label .label{font-weight:700;font-size:var(--font-size-2);margin-right:5px}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-color-wrap .color-label #current_color_label{color:var(--success)}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-color-wrap .color-image-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-color-wrap .color-image-wrap .color-image-item{display:inline-block;margin-right:10px;margin-bottom:5px;position:relative;width:25px;height:25px;border-radius:50%;border:1px solid var(--divider);-ms-flex-negative:0;flex-shrink:0}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-color-wrap .color-image-wrap .color-image-item img{width:23px;height:23px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.product-detail-dialog .product-detail-wrap .product-info-wrap .product-color-wrap .color-image-wrap .color-image-item.active::before{content:"";display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;position:absolute;right:-5px;top:-2px;background:var(--success);width:10px;height:10px;border-radius:50%;border:1px solid #fff}.product-detail-dialog .product-detail-wrap .product-info-wrap .size-wrap{margin-top:10px}.product-detail-dialog .product-detail-wrap .product-info-wrap .size-wrap .size-label-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:5px}.product-detail-dialog .product-detail-wrap .product-info-wrap .size-wrap .size-label-wrap .size-label{font-weight:700;margin-right:10px;font-size:var(--font-size-2)}.product-detail-dialog .product-detail-wrap .product-info-wrap .size-wrap .size-label-wrap .size-guide{text-transform:capitalize;text-decoration:underline}.product-detail-dialog .product-detail-wrap .product-info-wrap .size-wrap .size-item-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-detail-dialog .product-detail-wrap .product-info-wrap .size-wrap .size-item-wrap .size-item{border:1px solid var(--divider);margin:5px 5px 5px 0;padding:0 10px;height:30px;line-height:30px;min-width:30px;text-align:center;border-radius:5px;cursor:pointer}.product-detail-dialog .product-detail-wrap .product-info-wrap .size-wrap .size-item-wrap .size-item.active{background:var(--theme-1);border-color:var(--theme-1);color:var(--theme-text-1)}.product-detail-dialog .product-detail-wrap .btn-wrap{padding:10px 0}.product-detail-dialog .close-btn{position:absolute;top:50px;right:20px;background:#fff;height:30px;width:30px;border-radius:30px;line-height:30px;text-align:center;cursor:pointer}.add-product-dialog{background:rgba(0,0,0,.3);z-index:10;position:fixed;left:0;right:0;top:0;bottom:0;display:none}.add-product-dialog .dialog-wrap{background:#fff;border-radius:10px;padding:50px 0 50px 0;position:absolute;top:50%;left:50%;width:700px;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.add-product-dialog .dialog-wrap .title{font-size:var(--font-size-2);font-weight:700;text-align:center;color:var(--theme-1)}.add-product-dialog .dialog-wrap .title i{display:block;font-size:40px;margin-bottom:20px;font-weight:400}.add-product-dialog .dialog-wrap .close-btn{position:absolute;right:20px;top:20px}.add-product-dialog .dialog-wrap .close-btn i{width:35px;height:35px;line-height:35px;border-radius:50%;font-size:20px;background:--light-gray;color:var(--text-1);display:inline-block;text-align:center;cursor:pointer}.add-product-dialog .dialog-wrap .close-btn i:hover{background:#e5e5e5}.gift-list-dialog{background:rgba(0,0,0,.3);z-index:13;position:fixed;left:0;right:0;top:0;bottom:0;display:none}.gift-list-dialog .gift-list-wrap{background:#fff;border-radius:10px;padding:20px;position:absolute;top:50%;left:50%;width:700px;height:70%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.gift-list-dialog .gift-list-wrap .title-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px;border-bottom:1px solid var(--divider);position:absolute;top:10px;left:20px;right:20px}.gift-list-dialog .gift-list-wrap .title-wrap .title{font-size:22px;font-weight:700;text-transform:capitalize}.gift-list-dialog .gift-list-wrap .title-wrap .icon-guanbi{font-size:24px;cursor:pointer}.gift-list-dialog .gift-list-wrap .gift-list{position:absolute;top:55px;left:20px;right:20px;bottom:60px;overflow-y:auto;padding-bottom:10px}.gift-list-dialog .gift-list-wrap .gift-list .desc{line-height:1.5;margin-top:10px}.gift-list-dialog .gift-list-wrap .gift-list .gift-list-box{margin-top:10px}.gift-list-dialog .gift-list-wrap .gift-list .gift-list-box .gift-item-box{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid var(--divider);padding:5px;margin-bottom:10px}.gift-list-dialog .gift-list-wrap .gift-list .gift-list-box .gift-item-box img{width:70px;display:block;border-radius:5px}.gift-list-dialog .gift-list-wrap .gift-list .gift-list-box .gift-item-box .gift-info-box{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:5px}.gift-list-dialog .gift-list-wrap .gift-list .gift-list-box .gift-item-box .gift-info-box .name-wrap{color:var(--text-1);line-height:1.5}.gift-list-dialog .gift-list-wrap .gift-list .gift-list-box .gift-item-box .gift-info-box .price-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:5px}.gift-list-dialog .gift-list-wrap .gift-list .gift-list-box .gift-item-box .gift-info-box .price-box .price2{color:var(--price);font-weight:700}.gift-list-dialog .gift-list-wrap .gift-list .gift-list-box .gift-item-box .gift-info-box .price-box .price1{color:var(--text-2);margin-left:5px}.gift-list-dialog .gift-list-wrap .gift-list .gift-list-box .gift-item-box .gift-info-box .price-box i{color:var(--text-1);font-size:var(--font-size-2);font-weight:700;cursor:pointer;font-size:24px}.gift-list-dialog .gift-list-wrap .gift-list .gift-list-box .gift-item-box .gift-info-box .price-box i.disable{opacity:.5}.gift-list-dialog .gift-list-wrap .gift-list .gift-list-box .gift-item-box .gift-info-box .attr-item{margin-top:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;visibility:hidden}.gift-list-dialog .gift-list-wrap .gift-list .gift-list-box .gift-item-box .gift-info-box .attr-item select{border:1px solid var(--divider);margin-left:5px;width:100px;height:25px;line-height:25px;border-radius:5px}.gift-list-dialog .gift-list-wrap .gift-list .gift-list-box .gift-item-box:last-child{margin-bottom:0}.gift-list-dialog .gift-list-wrap .bottom-btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0;gap:10px;position:absolute;bottom:0;left:20px;right:20px}.gift-list-dialog .gift-list-wrap .bottom-btn-wrap .btn{display:inline-block;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid transparent;font-weight:700;padding:12px;border-radius:4px;color:var(--theme-text-1);border:1px solid var(--theme-1);background-color:var(--theme-1);cursor:pointer;letter-spacing:.5px;text-transform:capitalize;text-align:center}.checkout-method-dialog{background:rgba(0,0,0,.3);z-index:13;position:fixed;left:0;right:0;top:0;bottom:0;display:none}.checkout-method-dialog .close-btn{position:absolute;top:50px;right:50px;background:#fff;height:30px;width:30px;border-radius:30px;line-height:30px;text-align:center;cursor:pointer}.checkout-method-dialog .close-btn i{font-size:20px}.checkout-method-dialog .checkout-content-wrap{position:relative;background:#fff;position:fixed;width:800px;top:50%;left:50%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);padding:10px;overflow-y:auto}.checkout-method-dialog .checkout-content-wrap .checkout-title{margin-top:30px;text-align:center;font-size:24px;font-weight:700;margin-bottom:10px}.checkout-method-dialog .checkout-content-wrap .checkout-desc{text-align:center}.checkout-method-dialog .checkout-content-wrap .checkout-option-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;margin:20px 0}.checkout-method-dialog .checkout-content-wrap .checkout-option-wrap #privacyCheckout{display:none}.checkout-method-dialog .checkout-content-wrap .checkout-option-wrap .option-card{border-radius:5px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15);width:100%;padding:20px 10px 7px 10px;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;border:1px solid var(--divider)}.checkout-method-dialog .checkout-content-wrap .checkout-option-wrap .option-card .option-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;position:relative}.checkout-method-dialog .checkout-content-wrap .checkout-option-wrap .option-card .option-header span{margin-left:5px;font-weight:700}.checkout-method-dialog .checkout-content-wrap .checkout-option-wrap .option-card .option-header i{font-size:22px;color:#1890ff;padding-left:3px}.checkout-method-dialog .checkout-content-wrap .checkout-option-wrap .option-card .option-features{list-style:none;padding-left:10px}.checkout-method-dialog .checkout-content-wrap .checkout-option-wrap .option-card .option-features li{margin-bottom:10px;position:relative;padding-left:20px}.checkout-method-dialog .checkout-content-wrap .checkout-option-wrap .option-card .option-features li:before{content:"•";font-weight:700;position:absolute;left:0;color:#1890ff}.checkout-method-dialog .checkout-content-wrap .checkout-option-wrap .option-card .btn-wrap .btn{width:100%;text-align:center;margin-bottom:10px;cursor:pointer}.checkout-method-dialog .checkout-content-wrap .checkout-option-wrap .option-card .option-desc{font-size:12px;color:var(--text-2);padding-left:8px;line-height:1.5}.checkout-method-dialog .checkout-content-wrap .checkout-option-wrap .option-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:var(--divider)}