/*
 * Powered by ueeshop.com		http://www.ueeshop.com
 * 广州联雅网络科技有限公司		020-83226791
 */
.default_products_detail4 .default_products_detail4_content{max-width: 1440px;margin: 0 auto;padding-bottom: 90px;}

.default_products_detail4 #location{display: inline-flex;align-items: center;}
.default_products_detail4 #location a.home{display: inline-block;width: 24px;height: 18px;display: inline-block;background: url(/u_file/themes/svg/location_icon_home.svg) no-repeat center;font-size: 0;margin-left: 0;transform: translateY(-2px);min-width: 24px;}
.default_products_detail4 #location a{display: -webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;max-width: 25%;font-size: 16px;line-height: 18px;color: #323232;margin: 0 5px;}
.default_products_detail4 #location a:last-child{display: -webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}

body .themes_products_detail .wide{padding: 0 30px; max-width: 1560px;box-sizing: border-box;width: auto;}
#location{padding:34px 0 ; }
.default_products_detail4{background: #fff;}
.default_products_detail4 .detail_wrapper { box-sizing: border-box; max-width: 1560px; margin: 0 auto; padding: 0 30px; }

.products_detail_box .detail_left { box-sizing: border-box; width: 43.05%; float: left;position: sticky;top: 0; }
.products_detail_box .detail_left .thumb_size { max-width: 100%; }

/* 产品图 */
.products_detail_box .thumb_big { position: relative; overflow: hidden; width: 100%; padding-top: 100%; transition: .5s; }
.products_detail_box .thumb_big ul { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.products_detail_box .thumb_big ul li { position: relative; width: 100%; height: 100%; float: left; }
.products_detail_box .thumb_big ul li .video_container { display: none; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; transform: translate(-50%,-50%); z-index: 3; background-image: url(../../../images/mweb/icon_video_play.png) ; background-repeat: no-repeat; background-size: 80px; background-position: center center; }
.products_detail_box .thumb_big ul li iframe { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 11;}
.products_detail_box .thumb_big ul li video { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 11;}
.products_detail_box .thumb_big ul li img{ margin: 1px; }
.products_detail_box .thumb_size .thumb_tab { display: none; position: absolute; left: 10px; bottom: 30px; border-radius: 27px; width: 45px; height: 27px; line-height: 27px; background-color: rgba(0, 0, 0, .4); text-align: center; font-size: 15px; color: #fff; }
.products_detail_box .thumb_small { position: relative; overflow: hidden; margin-top: 20px; padding-top: calc(20% - 15px); }
.products_detail_box .thumb_small.no_start{display: flex; justify-self: center;}
.products_detail_box .thumb_small ul { display: flex; flex-flow: row; justify-content: center; width: 100%; height: 100%; transition: all .3s ease-in-out; }
.products_detail_box .thumb_small ul li { width: calc(20% - 15px); height: 63px; margin-right: 7px; float: left; cursor: pointer; box-sizing: border-box; border: 1px solid transparent; position: relative; display: flex; flex-wrap: nowrap; align-content: center; justify-content: space-evenly;}
.products_detail_box .thumb_small ul li.current { border-color: #000; }
.products_detail_box .thumb_small ul li.video_pic_box { position: relative; }
.products_detail_box .thumb_small ul li.video_pic_box:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0) url(../../../images/products/icon_video.png) no-repeat center center; background-image: none;}
.products_detail_box .thumb_small ul li img{display: block;object-fit: cover;}
.products_detail_box .thumb_small .switching_btn { position: absolute; top: 50%; z-index: 10; transform: translateY(-50%); width: 22px; height: 22px; cursor: pointer; }
.products_detail_box .thumb_small .thumb_switching_left { left: 0; background:url(../../../images/global/switching_icon_left.png) no-repeat center rgba(236, 236, 236, .8); background-size: 8px 14.4px; }
.products_detail_box .thumb_small .thumb_switching_right { right: 0; background:url(../../../images/global/switching_icon_right.png) no-repeat center rgba(236, 236, 236, .8); background-size: 8px 14.4px; }
@media screen and (max-width: 1000px) {
    .products_detail_box .thumb_big ul li .video_container { display: block; }
}

.products_detail_box.layout_pc_left .detail_left { width: 50%; }
.products_detail_box.layout_pc_left .detail_left .thumb_package { display: flex; align-items: center; }
.products_detail_box.layout_pc_left .detail_left .thumb_small { min-width: 46px; order: 2; margin-top: 0; margin-left: 10px;  }
.products_detail_box.layout_pc_left .detail_left .thumb_small ul { flex-flow: column; }
.products_detail_box.layout_pc_left .detail_left .thumb_small ul li { margin-right: 0; margin-bottom: 15px; }
.products_detail_box.layout_pc_left .detail_left .thumb_small .thumb_switching_left { top: 0; left: 50%; transform: translateX(-50%) rotate(90deg); }
.products_detail_box.layout_pc_left .detail_left .thumb_small .thumb_switching_right { top: auto; bottom: 0; left: 50%; transform: translateX(-50%) rotate(90deg); }
.products_detail_box.layout_pc_left .detail_left .thumb_size { order: 1; }
.products_detail_box.layout_pc_left .detail_right { width: 45%; }
.products_detail_box.layout_pc_bottom_tiled .thumb_small { display: none; }
.products_detail_box.layout_pc_bottom_tiled .thumb_big { overflow: unset; padding-top: 0; }
.products_detail_box.layout_pc_bottom_tiled .thumb_big ul { position: static; }
.products_detail_box.layout_pc_bottom_tiled .thumb_big ul li { display: block; margin-bottom: 12px; float: none; }
.products_detail_box.layout_pc_bottom_tiled .thumb_big[data-relate-method="multiple-single"] ul li:not(.local_video) img { display: block !important; }
.products_detail_box.layout_pc_bottom_tiled .detail_left::-webkit-scrollbar { border-radius: 5px; width: 5px; background-color: #fff; }
.products_detail_box.layout_pc_bottom_tiled .detail_left::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #eee; }
.products_detail_box.layout_pc_bottom_tiled .detail_left::-webkit-scrollbar-thumb:hover { background-color: #fff; }
.products_detail_box.layout_pc_bottom_tiled .thumb_big ul li.has_video img {opacity: 0;}
@media screen and (max-width: 768px) {
    .products_detail_box .thumb_big ul li .thumb_video_pic { transform: none; }
    .products_detail_box .thumb_small .switching_btn { width: 26px; height: 26px; }
    .products_detail_box.layout_mobile_hide .thumb_size .thumb_tab { display: block; }
    .products_detail_box.layout_mobile_show .thumb_size .thumb_tab { display: none; }
    .products_detail_box.layout_mobile_hide .thumb_small { display: none; }
    .products_detail_box.layout_mobile_show .thumb_small { display: block; box-sizing: border-box; }
    .products_detail_box.layout_pc_left .detail_left { display: block; width: 100%; }
    .products_detail_box.layout_pc_left .detail_left .thumb_package { display: inherit; position: relative; }
    .products_detail_box.layout_pc_left .detail_left .thumb_small { order:unset; overflow: hidden; width: calc( 100% - 20px ); margin-top: 20px; }
    .products_detail_box.layout_pc_left .detail_left .thumb_small ul { display: inherit; }
    .products_detail_box.layout_pc_left .detail_left .thumb_small ul li { margin-right: 15px; margin-bottom: 0px; }
    .products_detail_box.layout_pc_left .detail_left .thumb_small .thumb_switching_left { top: 50%; left: 0; transform: translateY(-50%); }
    .products_detail_box.layout_pc_left .detail_left .thumb_small .thumb_switching_right { top: 50%; right: 0; left: auto; transform: translateY(-50%) rotate(0deg); }
    .products_detail_box.layout_pc_left .detail_left .thumb_size { order: unset; position: relative;}
    .products_detail_box.layout_pc_left .detail_right { width: 100%; }
    .products_detail_box.layout_pc_bottom_tiled .thumb_big { overflow: hidden;}
    .products_detail_box.layout_pc_bottom_tiled .thumb_big ul { position: absolute; }
    .products_detail_box.layout_pc_bottom_tiled .thumb_big ul li { float: left; }
    .products_detail_box.layout_pc_bottom_tiled .thumb_big ul li.has_video img {opacity: 1;}
}

.products_detail_box .detail_right{width: 54%;float: right;box-sizing: border-box;}
.products_detail_box .detail_right h5{margin-bottom: 2px;padding-top:0;line-height:1.2;font-size: 16px;text-transform: uppercase;}
.products_detail_box .detail_right .detail_name{line-height: 1.2; font-size: 40px;font-family: 'Leaguespartan-Semibold'; margin-bottom: 8px;word-break: break-word;color: #333333;}
.products_detail_box .detail_right .detail_number{line-height: 1.4; font-size: 12px;color:#666666; margin-bottom: 12px;}
.products_detail_box .detail_right .detail_sku{line-height: 1; font-size: 12px;color:#666666; margin-bottom: 12px;}
.products_detail_box .detail_right .detail_brief{font-size: 14px;margin-bottom: 16px;}
.products_detail_box .detail_right .prod_info_currency{ display: inline-block; margin-right: 10px; vertical-align: middle; position: relative; z-index: 21; font-size: 14px;  }
.products_detail_box .detail_right .prod_info_currency dt{ position: relative; }
.products_detail_box .detail_right .prod_info_currency.prod_info_currency_more{ padding: 5px 14px 5px 0; }
.products_detail_box .detail_right .prod_info_currency.prod_info_currency_more dt:after{ content:''; width: 8px; height: 4px; background: url(../../../images/global/icon_currency_down.png) no-repeat center center / 100%; position: absolute; top: 50%; transform: translateY(-50%); right: -14px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s;  }
.products_detail_box .detail_right .prod_info_currency.prod_info_currency_more:hover dt:after{ transform: rotate(0) translateY(-50%); }
.products_detail_box .detail_right .prod_info_currency a:hover{ text-decoration: none; }
.products_detail_box .detail_right .prod_info_currency .box{ position: absolute; top: 50%; transform: translateX(-50%); }
.products_detail_box .detail_right .prod_info_currency dd{display:none; font-size:12px;border-radius:0 0 4px 4px; -webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px;}
.products_detail_box .detail_right .prod_info_currency dd .close{ display: none; }
.products_detail_box .detail_right .prod_info_currency dd ul{text-indent:0px; position: relative;clear: both;}
.products_detail_box .detail_right .prod_info_currency dd ul li{padding: 0;margin: 0;line-height: 30px;text-align: center;}
.products_detail_box .detail_right .prod_info_currency dd a{display:block;font-size: 14px;}
.products_detail_box .detail_right .prod_info_currency dd a:hover{background:#222222; text-decoration:none; color:#fff;}
.products_detail_box .detail_right .prod_info_currency_more:hover{border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; background:#fff;}
.products_detail_box .detail_right .prod_info_currency_more:hover .arrow{transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.products_detail_box .detail_right .prod_info_currency_more:hover dd{display:block; width: 90px; box-shadow:0 0px 12px #e8e8e8; -webkit-box-shadow:0 0px 12px #e8e8e8; position: absolute; top: 35px; left: 50%; transform: translateX(-50%);background: #fff;}
.products_detail_box .detail_right .detail_price{box-sizing:border-box;padding:15px 0;display:flex;align-items: center;margin-bottom:5px;font-size:18px;}
.products_detail_box .detail_right .detail_price del{margin-right:5px;vertical-align:middle;}
.products_detail_box .detail_right .detail_price strong{vertical-align:middle;font-size:46px;margin-right:14px;font-family: "Leaguespartan-Regular";color: #333333;}
.products_detail_box .detail_right .detail_price em{margin-left: 6px;font-size: 14px;}
.products_detail_box .detail_right .detail_brief{border-top-width:0px;border-top-style:solid;line-height:24px;border-top-color:#e5e5e5;padding:10px 0 10px 0;color: #404852;}
.products_detail_box .detail_right .detail_price .products_sales_size{font-size: 18px;}
.products_detail_box .detail_right .detail_price del{display: none;}
.products_detail_box .detail_right .detail_price .products_sales_color{padding-top: 4px;color:#f04444;font-size: 30px;font-weight: bold;}
.products_detail_box .detail_right .detail_line{height: 1px;margin: 35px 0;background: #e8e8e1;}
.products_detail_box .detail_right .detail_qty .inventory{margin-left: 20px;font-size: 14px;}
.products_detail_box .detail_right .detail_actions{margin-top: 0; margin-bottom: 0; font-size: 0;}
.products_detail_box .detail_right .detail_actions .button{display:block;width:48.65%;line-height:22px;margin-right:2.7%;margin-bottom: 15px;padding:18px 20px;border-radius: 30px;border:1px solid transparent;color:#fff;font-size: 24px;cursor:pointer;float:left;overflow:hidden;box-sizing:border-box;font-family: 'Leaguespartan-Semibold';}
.products_detail_box .detail_right .detail_actions .button:nth-child(2n){margin-right: 0;}
.products_detail_box .detail_right .detail_actions .button.notallowed{ float: none; width: 100%;cursor: not-allowed;background-color: #f6f6f6;color: #aaa;}
.products_detail_box .detail_right .detail_actions .button[disabled]{cursor:not-allowed;}
.products_detail_box .detail_right .detail_actions #addtocart_button[disabled]{background-color:#f6f6f6!important; border-color:#f6f6f6!important; color:#aaa!important;}
.products_detail_box .detail_right .detail_actions #arrival_notice_button {width: 100%; margin-top: 15px;}
.products_detail_box .detail_right .detail_actions #arrival_notice_button.hide {display: none;}
.products_detail_box .detail_right .detail_actions .button.full{width: 100%;margin: 0 0 15px;}
.products_detail_box .detail_right .detail_share{margin-top: 20px;padding-top: 20px;border-top: 1px solid #e8e8e1;}
.products_detail_box .detail_right .detail_favorite{margin-top: 10px;text-align: center;}
.products_detail_box .detail_right .detail_favorite a{height:46px; line-height:46px; padding-left:38px; font-size:14px; color:#222; background: url(../../../images/products/icon_fav.png) no-repeat -9px -2px; display:inline-block;}
.products_detail_box .detail_right .detail_favorite a.is_in{background-position: -9px -52px;}
.products_detail_box .group_promotion{margin-top:60px;}
.products_detail_box .detail_description .editor_txt{padding:5px 0;}
@media screen and (min-width: 1000px) {
    .products_detail_box .detail_right .detail_actions.detail_button_box{ max-width: 620px; }
    #form_btn_opt{ max-width: 750px; }
}
@media screen and (max-width: 1000px) {
	.products_detail_box .prod_info_form li.attr_show .btn_attr:not(.selected):hover{ box-shadow: 0 0 0 1px #e8e8e1;}
    .products_detail_box .detail_right .detail_share{border-top: unset;margin-bottom: 10px;}
}

.products_detail_box .detail_right .detail_qty h5{font-weight: 600;}
/* 批发价 */
.products_detail_box .detail_wholesale{margin-top: 5px;}
.products_detail_box .detail_wholesale ul{background:url(../../../images/products/icon_wholesale.png) #f5f5f5 15px 20px no-repeat;padding: 20px 20px 20px 50px;}
.products_detail_box .detail_wholesale ul li{line-height: 26px;font-size: 14px;color: #555;}
.products_detail_box .detail_wholesale ul li span{color: #ff696d;font-weight: bold;}

/* 满减活动 */
.products_detail_box .detail_full_reduction{margin-top: 16px;margin-bottom: 36px;padding: 20px 20px 20px 55px;position: relative;}
.products_detail_box .detail_full_reduction i{display: block;width: 24px;height: 27px;background-image: url(../../../images/products/icon.png);background-position: 0 0;position: absolute;left: 9px;top: 50px;}
.products_detail_box .detail_full_reduction i.ico_path{width: 39px;height: 39px;}
.products_detail_box .detail_full_reduction ul li{line-height: 26px;font-size: 14px;color: #222;}
.products_detail_box .detail_full_reduction ul li span{color: #eb3e3e;font-weight: bold;}
.products_detail_box .detail_full_reduction .f_title{height: 30px;line-height: 30px;font-size: 20px;color: #222;font-weight: bold;}
.products_detail_box .gifts_full_reduction i{background-image: unset;top: 20px;font-size: 27px;color: #eb3e3e;}
.products_detail_box .gifts_full_reduction ul li>a{padding-left: 3px;text-transform: unset; text-decoration: underline;font-size: 12px;}
.products_detail_box .detail_full_reduction strong{font-weight: bold;}
@media(max-width: 828px){
	.products_detail_box .detail_full_reduction i{top: 40px;}
}

/* 属性按钮 */
.prod_info_form li.attr_show .attr_title{line-height: 1.2;padding-top: 0; text-transform: unset;color: #000;margin-bottom: 0;}
.prod_info_form li.attr_show .btn_attr{margin: 9px 12px 0 0;padding:8px 23px 8px;font-size:14px;height:auto;line-height:26px;border:0;box-shadow:0 0 0 2px #e5e5e5;color:#000;border-radius: 40px;}
.prod_info_form li.attr_show.overseas_attr_show_list .btn_attr{border-radius: 40px;}
.prod_info_form li.attr_show .btn_attr:hover, .prod_info_form li.attr_show .btn_attr.selected{border: 0;box-shadow: 0 0 0 2px #000;}
.prod_info_form li.attr_show .btn_attr.out_stock{border: none;}
.prod_info_form li input[type=text]{width: 100%;height: 40px;line-height: 40px;font-size: 14px;}
.prod_info_form li textarea{width: 100%;height: 80px;}
.prod_info_form .custom_attr_box li .pic_box{text-align: left;}
.prod_info_form .custom_attr_box li .checkbox_attr{font-size: 12px;}
.prod_info_form .custom_attr_box li .checkbox_attr span{line-height: 28px;margin-left: 5px;vertical-align: top;}
.prod_info_form .attributes{margin-bottom: 0;}
.prod_info_form .attributes_tips{padding:1px;}

.prod_info_form li.attr_show.attr_show_list .attr_title strong{font-size: 16px; color: #333333;}
.prod_info_form li.attr_show.attr_show_list .attr_title span{font-size: 14px;color: #333333;}
.prod_info_form li.attr_show .btn_attr .attr_pic{width: 34px;height: 34px;padding: 0;margin: 1px 0;}
.prod_info_form li.attr_show .btn_attr.selected .attr_pic{padding: 0;}
.prod_info_form li.attr_show[data-type=picture] .btn_attr{width: 40px;height: 38px;line-height: 38px;}
.prod_info_form li.attr_show[data-type=picture] .btn_attr[data-is-picture="0"]{width: auto;height: auto;line-height: 1;}
.prod_info_form li.attr_show[data-type=picture] .btn_attr[data-is-picture="1"]{padding: 0;}

.prod_info_form li.attr_show[data-type=picture] .btn_attr{border-radius: 50%;}
.prod_info_form li.attr_show .btn_attr .attr_pic, .prod_info_form li.attr_show .btn_attr .attr_pic img{border-radius: 50%;}

#inventory{ margin-left: 16px; display: inline-block; vertical-align: top; font-size: 14px; color: #888888; }

/* 数量按钮 */
.prod_info_quantity{display: flex;align-items: center;font-size:0px; line-height: 48px;}
.prod_info_quantity .quantity_box{display:inline-block;width:203px;height:42px;border:1px #e6e7e8 solid;background:#fff;border-left:none;border-right:none;text-align:center;}
.prod_info_quantity .quantity_box input{width:203px;height:42px;line-height:42px;color:#222222;border:0;outline:0;text-align:center;font-size:16px;}
.prod_info_quantity .qty_box{line-height:42px;display:inline-block;vertical-align:top;}
.prod_info_quantity .qty_box>div{width:42px;height:42px;line-height:42px;overflow:hidden;text-align:center;font-size:20px;cursor:pointer;border:1px solid #e6e7e8;user-select:none; -moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;font-weight:bold;color:#ddd;color:#000;}
.prod_info_quantity .qty_box>div.notallow{color:#e6e7e8;}
.prod_info_quantity .qty_box #btn_cut{border-right-width:0;}
.prod_info_quantity .qty_box #btn_add{border-left-width:0;}
.prod_info_quantity .qty_box>div.notallow{cursor:not-allowed;}


.prod_info_quantity .prod_info_inventory{font-size: 14px;line-height: 48px;margin-left: 20px;}

.prod_info_quantity .prod_info_inventory strong{font-weight: 600;}

.prod_info_quantity .prod_info_inventory .prod_stock_status{padding-left: 3px;}


.detail_bacgkround{width:100%;margin-bottom:20px;box-sizing:border-box;}

/* 询盘按钮修改 */
#inquiry_box #inquiry_btn{width:48.65%;margin-right:2.7%;padding: 20px ; font-weight: 600;}



/* 产品评论 */
.products_review{margin-top: 60px;padding: 60px 0;border-top: 1px solid #e8e8e1;}
.products_review .review_title{font-size: 24px;text-align: center;text-transform: uppercase;line-height: 1.2;}
.products_review .review_toolbar{margin-top: 30px;padding: 35px 20px;background: #f9f9f9;}
.products_review .review_toolbar .toolbar_star{margin-top: 10px;float: left;}
.products_review .review_toolbar .toolbar_star strong{ margin-right: 20px; display: inline-block; font-size: 18px; color: #222222; vertical-align: middle; font-weight: bold; }
.products_review .review_toolbar .toolbar_star .total_review{font-size: 18px;color: #666;vertical-align: middle;}
.products_review .review_toolbar .toolbar_btn{line-height: 20px;padding: 10px 25px;font-size: 12px;border: 1px solid #3b3b3b;color: #3b3b3b;float: right;}
.products_review .reviews_list_box{position: relative;}
.products_review .reviews_list_box .list_item{padding: 20px;border-bottom: 1px solid #eee;}
.products_review .reviews_list_box .list_item .item_name{position: relative;}
.products_review .reviews_list_box .list_item .item_name strong{font-size: 18px;color: #000;}
.products_review .reviews_list_box .list_item .item_name span{position: absolute;right: 0;top: 0;font-size: 12px;color: #666;text-transform: uppercase;letter-spacing: 1px;}
.products_review .reviews_list_box .list_item .item_star{margin-top: 5px;}
.products_review .reviews_list_box .list_item .item_content{ padding: 0 12px 12px 0;line-height: 24px;margin-top: 15px;font-size: 14px;}
.products_review .reviews_list_box .list_item .item_img{font-size: 0;}
.products_review .reviews_list_box .list_item .item_img a{display: inline-block;width: 80px;height: 80px;margin-right: 10px;margin-top: 10px;}
.products_review .reviews_list_box .list_item .item_reply{width: 100%;background-color: #f9f9f9;padding: 30px;box-sizing: border-box;}
.products_review .reviews_list_box .list_item .item_reply .item_reply_content{margin-bottom: 10px; line-height: 24px; font-size: 14px; color:#444444;}
.products_review .reviews_list_box .list_item .item_reply .item_reply_author{font-size: 14px;color:#888888;}
.products_review #turn_page{height: 40px;line-height: 40px;}
.products_review #turn_page li{height: 40px;line-height: 40px;margin: 0 7px;border: 0;text-transform: uppercase;border-radius: 0;}
.products_review #turn_page li .icon_page_prev{margin-right: 20px;}
.products_review #turn_page li .icon_page_next{margin-left: 20px;}
.products_review #turn_page font, .products_review #turn_page a{width: 40px;height: 40px;}
.products_review #turn_page .page_button, .products_review #turn_page .page_noclick{width: auto;}
.products_review .prod_review_more{margin-top: 30px;padding: 0;}

/* may like */
.products_may_like{margin-top: 60px;padding-top: 60px;border-top: 1px solid #e8e8e1;}
.products_may_like .like_title{font-size: 24px;line-height: 1.2;text-transform: uppercase;}
.products_may_like .icon_discount, .products_may_like .icon_seckill{padding: 7px 10px;background:#ff696d;position: absolute;right: 0;top: 0;color: #fff;font-family: 'Akko', sans-serif;z-index: 1;}
.products_may_like .icon_seckill{display: none;}
.products_may_like .like_products_box{margin-top: 50px;}
.products_may_like .like_products_box .like_products_item{width: 23.5%;margin-left: 2%;margin-bottom: 40px;float: left;}
.products_may_like .like_products_box .like_products_item:nth-child(4n+1){margin-left: 0;clear: both;}
.products_may_like .like_products_box .like_products_item .item_img{display: block;position: relative;}
.products_may_like .like_products_box .like_products_item .item_name{display: block;max-height: 54px;line-height:18px;margin-top: 10px;font-size: 14px;overflow: hidden;}
.products_may_like .like_products_box .like_products_item .item_price{margin-top: 5px;font-size: 16px;}
.products_may_like .like_products_box .like_products_item .item_price del{margin-left: 5px;}

/* 促销倒计时 */
.detail_promotion_box{width: 100%;padding:15px;margin-bottom: 26px; background-color: #f74545;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between; border-radius: 35px; }
.detail_promotion_box .countdown_time{display: inline-block; margin:5px 0;vertical-align: middle;}
.detail_promotion_box .countdown_time span{display: inline-block;vertical-align: middle;margin-left:5px;color:#fff;font-size: 14px;}
.detail_promotion_box .countdown_time .day_count,.detail_promotion_box .countdown_time .day_seconds{min-width: 32px;padding:5px;background-color: #fff;color:#333333;border-radius: 5px;text-align: center;}
.detail_promotion_box .sales_progress{display: inline-block;vertical-align: middle; color:#fff;flex: 1;}
.detail_promotion_box .sales_progress .sales_progress_title{font-size: 18px;font-family: 'Leaguespartan-Semibold';font-weight: bold;text-transform: uppercase;text-align: center;transform: translateY(2px);}
.detail_promotion_box .sales_progress .progress_item{display: none; margin-top: 8px;}
.detail_promotion_box .sales_progress .progress_box{display: inline-block;position: relative; width:140px;height: 8px;border-radius: 4px;background-color: rgba(0,0,0,.2);vertical-align: middle;margin-right: 6px;}
.detail_promotion_box .sales_progress .progress_box .progress_percent{position: absolute;top:0;left: 0;height: 100%; border-radius: 4px;background-color: #fff; width: 0;}
.detail_promotion_box .sales_progress .detail_sales{display: inline-block;}
@media screen and (max-width: 750px) {
    .detail_promotion_box{flex-wrap: wrap;border-radius: 88px;}
    .detail_promotion_box .sales_progress{flex: auto;width: 100%;margin-bottom: 10px;margin-left: 5px;}
}

.detail_visual_sales{display: inline-block; margin: 8px 0 12px;padding:4px 8px 1px; background-color: #ffe7e7; color:var(--ThemesProductSoldFontColor);font-size: 12px;border-radius: 5px;text-transform: lowercase;}
/* 运费估算 - start */
.products_detail_box .detail_right .freight_estimate {margin-top: 0; font-size: 14px; line-height: 24px; position: relative; text-align: left;}
.products_detail_box .detail_right .freight_estimate.masked .price,
.products_detail_box .detail_right .freight_estimate.masked .info{ opacity: 0; }
.products_detail_box .detail_right .freight_estimate .price {font-weight: bold; font-family: 'OpenSans-Bold'; text-transform: uppercase;}
.products_detail_box .detail_right .freight_estimate .price i {display: none;}
.products_detail_box .detail_right .freight_estimate .date {color: #999; word-wrap: break-word;}
.products_detail_box .detail_right .freight_estimate .info i {margin-left: 4px; font-size: 12px;}
.products_detail_box .detail_right .freight_estimate .freight_btn {cursor: pointer;}
.products_detail_box .detail_right .freight_estimate .freight_btn:hover {color: #eb3e3e;}
.products_detail_box .detail_right .freight_estimate .mob_btn {display: none;}
.products_detail_box .detail_right .freight_estimate.no_delivery .freight_btn {padding-left: 22px; position: relative;}
.products_detail_box .detail_right .freight_estimate.no_delivery .freight_btn::before {content: ''; display: block; position: absolute; top: 5px; left: 0; width: 18px; height: 18px; background: url('../../../images/ico/icon_warn_circle.png') no-repeat 0 0; background-size: 100% 100%;}
.products_detail_box .detail_right .freight_estimate.no_delivery .freight_btn strong {font-family: 'OpenSans-Bold'; font-weight: bold;}
.products_detail_box .detail_right .freight_estimate.no_delivery .freight_btn:hover {color: #333;}
.products_detail_box .detail_right .freight_estimate.no_delivery .freight_btn:hover span {color: #eb3e3e;}
/* 弹窗 */
#freight_estimate_table {position: fixed; top: 20%; left: 50%; transform: translateX(-50%);  z-index: 100000; background-color: #fff; padding: 20px 30px; font-size: 14px; line-height: 20px; min-width: 810px; border-radius: 5px;}
#freight_estimate_table .close_btn {width: 15px; height: 15px; display: flex; justify-content: center; align-items: center; position: absolute; top: 20px; right: 15px;}
#freight_estimate_table .close_btn i {font-size: 12px;}
#freight_estimate_table .item {margin-bottom: 20px; display: flex; flex-direction: column;}
#freight_estimate_table .item .label {margin-bottom: 15px; line-height: 26px; font-family: 'OpenSans-Bold';}
#freight_estimate_table .item .tips { margin: -10px 0 10px; font-size: 12px; color: #EE3E3E; }
#freight_estimate_table .item.bottom {text-align: center;}
#freight_estimate_table button.apply {width: 120px; color: #fff; line-height: 36px; background-color: #222; font-family: 'OpenSans-Bold';}
#freight_estimate_table button.apply:disabled {background-color: #efefef; border-color: #efefef; color: #d5d5d5; cursor: no-drop;}
#freight_estimate_table .ship_method .memo {padding: 10px; color: #999; font-size: 12px;}
#freight_estimate_table .ship_method .memo::before {content: '*'; padding: 0 5px; font-size: 14px;}
/* 列表 */
#freight_estimate_table .table_list {width: 100%;max-height: 320px;overflow-y: auto;list-style: none;}
#freight_estimate_table .table_list li,
#freight_estimate_table .table_list li label {width: 100%; position: relative; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; cursor: pointer;}
#freight_estimate_table .table_list .thead {background-color: #f9f9f9;}
#freight_estimate_table .table_list li.checked {font-family: 'OpenSans-Bold'; font-weight: bold;}
#freight_estimate_table .no_delivery .table_list li {display: flex; align-items: center; box-sizing: border-box; border-radius: 5px; padding: 10px; background-color: #fff4e5; text-align: left; cursor: unset;}
#freight_estimate_table .no_delivery .table_list li::before {content: ''; display: block; width: 24px; height: 24px; margin-right: 5px; background: url('../../../images/ico/icon_warn_triangle.png') no-repeat center;}
#freight_estimate_table .table_list .col {padding: 10px 15px;}
#freight_estimate_table .table_list .col:nth-of-type(1) {width: 20px; padding: 10px;}
#freight_estimate_table .table_list .col:nth-of-type(2),
#freight_estimate_table .table_list .col:nth-of-type(4) {width: 35%}
#freight_estimate_table .table_list .col:nth-of-type(3) {width: 20%;}
#freight_estimate_table .radiobox input[type="radio"] {display: none;}
#freight_estimate_table .radiobox .pos {display: inline-block; position: relative; box-sizing: border-box; width: 18px; height: 18px; border-radius: 50%; border: 1px solid #c5ced6; background-color: #fff;}
#freight_estimate_table .radiobox .pos::after {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); content: ""; width: 9px; height: 9px; border-radius: 50%; background-color: #fff;}
#freight_estimate_table .radiobox input[type="radio"]:checked + .pos {background-color: #eb3e3e; border-color: #eb3e3e;}
/* 下拉框 */
#freight_estimate_table .dropdown {box-sizing: border-box; width: 278px; padding: 10px; position: relative; cursor: pointer; font-size: 14px; border: 1px solid #c4cdd5; border-radius: 4px;}
#freight_estimate_table .dropdown .txt {position: relative; padding-right: 20px; height: 20px;}
#freight_estimate_table .dropdown .txt .val {overflow: hidden; text-overflow:ellipsis; white-space: nowrap; line-height: 20px}
#freight_estimate_table .dropdown .txt i {position: absolute; top: 0; right: 0;}
#freight_estimate_table .dropdown .menu {box-sizing: border-box; display: none; position: absolute; left: -1px; top: 100%; z-index: 2; width: calc(100% + 2px); padding: 10px; border: 1px solid #ddd; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; background: #fff;}
#freight_estimate_table .dropdown:hover {border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
#freight_estimate_table .dropdown .filter {width: 100%; display: inline; position: relative;}
#freight_estimate_table .dropdown .filter i {position: absolute; top: 0; right: 10px;}
#freight_estimate_table .dropdown .filter input {width: 100%; padding: 0 30px 0 10px; box-sizing: border-box; background-color: #f0f0f0; border: 0; color: #999; font-size: 14px; line-height: 30px; border-radius: 5px;}
#freight_estimate_table .dropdown .list{height: 220px; margin: 10px 0; overflow-y: scroll;}
#freight_estimate_table .dropdown .list::-webkit-scrollbar {width: 4px; height: 4px; background-color: #fff; box-shadow: unset;}
#freight_estimate_table .dropdown .list::-webkit-scrollbar-track {background-color: #fff; box-shadow: unset;}
#freight_estimate_table .dropdown .list::-webkit-scrollbar-thumb {border-radius: 10px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #999;}
#freight_estimate_table .dropdown .list li {padding: 0 10px;}
#freight_estimate_table .dropdown .list li:hover {background-color: #f7f7f7;}
#freight_estimate_table .dropdown .list li.selected {color: #ee5858;}
#freight_estimate_table .dropdown .list label {width: 100%; padding: 10px 0; display: inline-block; cursor: pointer; position: relative}
#freight_estimate_table .dropdown .radiobox .pos {display: none;}
/* 运费估算 - end */

.visual_box{ margin: 6px 0 6px; font-size: 0; }
.visual_box>*{ margin-right: 10px; display: inline-block; vertical-align: middle; }
.visual_box .review_star_xl span{margin-right: 2px;}
.visual_box .review_star_xl span{ margin-right: 0; }
.visual_box strong{ font-size: 14px; color: #000000;  }
.visual_box .detail_visual_sales{ margin: 0 auto; margin-right: 10px; }
.visual_box .mixed_wholesale_tips {line-height: 20px;}
.visual_box .total_review{ font-size: 16px; color: #1e71ce;  }

@media screen and (max-width:1300px){
    .prod_info_quantity .quantity_box{width: 150px;}
    .prod_info_quantity .quantity_box input{width: 150px;}
}

@media screen and (max-width:1200px){
    .prod_info_quantity .quantity_box{width: 110px;}
    .prod_info_quantity .quantity_box input{width: 110px;}
    .prod_info_quantity .prod_info_inventory{margin-left: 10px;}
}
@media screen and (max-width:1000px){
    .prod_info_quantity .qty_box{line-height: 50px;}
    .prod_info_quantity .quantity_box{width: 60px;height: 50px;}
    .prod_info_quantity .qty_box>div{height: 50px;width: 50px;line-height: 50px;}
    .prod_info_quantity .quantity_box input{width: 60px;height: 50px;}
    .prod_info_quantity .qty_box>div.notallow{width: 50px;height: 50px;line-height: 50px;}
    .prod_info_quantity .prod_info_inventory{margin-left: 10px;}
}

@media screen and (max-width:840px){
    .prod_info_quantity .qty_box>div{width: 40px;}
    .prod_info_quantity .quantity_box{width: 40px;}
    .prod_info_quantity .quantity_box input{width: 40px;}
}


@media (max-width: 1000px) {
    .products_detail_box{padding: 0 10px;}
    .products_detail_box .detail_description{margin-top: 20px;padding: 0 10px;}
    .products_may_like{padding-left: 10px;padding-right: 10px;}
    .products_review{padding-left: 10px;padding-right: 10px;}

    .currency_mask{ display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999; background: #000000b3; }
    .products_detail_box .detail_right .prod_info_currency_more:hover dd{ display: none; z-index: 10000; }
    .products_detail_box .detail_right .prod_info_currency{ position: static; }
    .products_detail_box .detail_right .prod_info_currency:hover dd{ position: fixed; top: unset!important; bottom: 0; width: 100%;max-height: 100%; overflow-y: auto;}
    .products_detail_box .detail_right .prod_info_currency dd ul{ background: #ffffff; }
    .products_detail_box .detail_right .prod_info_currency dd ul li{ line-height: 45px; }
    .products_detail_box .detail_right .prod_info_currency dd a{ font-size: 18px; color: #666666; }
    .products_detail_box .detail_right .prod_info_currency:hover dt:after{ transform: rotate(0) translateY(-50%);  }
    .products_detail_box .detail_right .prod_info_currency dd a:hover{ background: #f4f4f4; color: #000; }
    .products_detail_box .detail_right .prod_info_currency dd .close{ display: block; float: right; width: 48px; height: 48px;  background: url(../../../images/global/icon_currency_close.png) no-repeat center center / 18px; }

    /* 运费估算 - start */
    .products_detail_box .detail_right .freight_estimate {padding: 20px 30px 20px 20px; font-size: 16px;}
    .products_detail_box .detail_right .freight_estimate.no_delivery {background-color: transparent;}
    .products_detail_box .detail_right .freight_estimate .freight_btn i {display: none;}
    .products_detail_box .detail_right .freight_estimate .mob_btn {display: block; box-sizing: border-box; position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 10px 30px 10px 10px;}
    .products_detail_box .detail_right .freight_estimate .mob_btn .arrow {width: 30px; height: 30px; text-align: center; vertical-align: middle; margin-top: -15px; position: absolute; top: 50%; right: 0; transform: rotate(-90deg);}
    .products_detail_box .detail_right .freight_estimate .mob_btn i {font-size: 24px;}
    .products_detail_box .detail_right .freight_estimate.no_delivery .freight_btn {padding-left: 24px;}
    .products_detail_box .detail_right .freight_estimate.no_delivery .freight_btn::before {width: 20px; height: 20px; background-size: 100%;}
    /* 弹窗 */
    #freight_estimate_table {top: 0; bottom: 0; left: 0; transform: unset; width: 100vw; min-width: unset;padding: 0 0 100px 0; border: 0; overflow-y: scroll; border-radius: unset; font-size: 16px; line-height: 28px; background-color: #f2f2f2;}
    #freight_estimate_table .inner {padding: 20px;}
    #freight_estimate_table .top {position: fixed; top: 0; z-index: 100; width: 100%; height: 70px; box-sizing: border-box; text-align: center; background-color: #fff; border-bottom: 1px solid #f2f2f2;}
    #freight_estimate_table .close_btn {top: 28px; left: 20px; font-size: 16px; transform: rotate(90deg);}
    #freight_estimate_table .close_btn i {font-size: 24px;}
    #freight_estimate_table form {margin-top: 68px;}
    #freight_estimate_table .item {margin-bottom: 25px; background-color: #fff; flex-direction: row; justify-content: space-between;}
    #freight_estimate_table .item.bottom {position: fixed; flex-direction: column; justify-content: flex-end; bottom: 0; width: 100vw; max-height: 120px; margin: 0; background-color: #f2f2f2;}
    #freight_estimate_table .item.bottom .memo {padding: 10px; font-size: 12px; line-height: 20px; text-align: left; color: #999;}
    #freight_estimate_table .item.ship_method .cnt {width: 100%;}
    #freight_estimate_table .item .label {font-family: 'OpenSans-Regular'; font-weight: normal;}
    #freight_estimate_table .item .cnt {padding-right: 20px; font-family: 'OpenSans-Bold'; font-weight: bold;}
    #freight_estimate_table .item .sel_btn {position: absolute; right: 18px; transform: rotate(-90deg);}
    #freight_estimate_table .item .sel_btn i {font-size: 18px; color: #999;}
    #freight_estimate_table .item .label {margin: 0; line-height: 28px;}
    #freight_estimate_table button.apply {background-color: #000; width: 100%; padding: 15px 20px; font-family: 'OpenSans-Regular'; font-size: 24px; line-height: 30px;}
    #freight_estimate_table button.apply:disabled {background-color: #aeaeae; color: #fff; border-color: #aeaeae;}
    /* 列表 */
    #freight_estimate_table .table_list {max-height: unset;}
    #freight_estimate_table .table_list li label {align-items: flex-start;}
    #freight_estimate_table .table_list li {flex-direction: column; padding: 20px 0; border-bottom: 1px solid #e8e8e1;}
    #freight_estimate_table .table_list li:first-child {padding-top: 0;}
    #freight_estimate_table .table_list li:last-child {padding-bottom: 0; border: 0;}
    #freight_estimate_table .ship_method.no_delivery {background-color: rgba(0, 0, 0, 0);}
    #freight_estimate_table .ship_method.no_delivery .table_list li {display: flex; flex-direction: column; background: unset;}
    #freight_estimate_table .ship_method.no_delivery .table_list li::before {width: 68px; height: 68px; margin: 30px auto; background-image: url('../../../images/ico/icon_warn_circle.png'); background-size: 100%;}
    #freight_estimate_table .table_list li .col:nth-of-type(1) {padding: 0; width: calc(100% - 30px);}
    #freight_estimate_table .table_list li .col:nth-of-type(2) {padding: 0; width: 30px; display: flex; justify-content: flex-end;}
    #freight_estimate_table .table_list li .col .itm {font-size: 16px; line-height: 28px; color: #999;}
    #freight_estimate_table .table_list li .col .itm:nth-of-type(1) {font-size: 18px; line-height: 32px; color: #333; font-family: 'OpenSans-Bold';}
    #freight_estimate_table .radiobox .pos {width: 24px; height: 24px; border-color: #aeaeae;}
    #freight_estimate_table .radiobox .pos:after {display: none;}
    #freight_estimate_table .radiobox input[type="radio"]:checked + .pos {border-color: #eb3e3e; background: #eb3e3e url("../../../images/ico/selected_icon.png") no-repeat center; background-size: 70%;}
    /* 下拉框 */
    #freight_estimate_table .freight_fixed_side {position: fixed; top: 0; right: -100%; z-index: 200; width: 100vw; height: 100vh; display: flex; justify-content: flex-end; background-color: rgba(0, 0, 0, 0.5);}
    #freight_estimate_table .freight_fixed_side .cnt {width: 80%; height: 100%; box-sizing: border-box; background-color: #fff; transform: translateX(100%); transition: all 0.3s;}
    #freight_estimate_table .freight_fixed_side .cnt.focus {transform: translateX(0);}
    #freight_estimate_table .freight_fixed_side .dropdown {width: 100%; height: 0; margin-top: 70px; padding: 0; border: 0;}
    #freight_estimate_table .freight_fixed_side .menu {display: block; border: 0; left: 0; padding: 0;}
    #freight_estimate_table .freight_fixed_side .filter {margin-top: 20px; padding: 0 20px; display: inline-block; box-sizing: border-box;}
    #freight_estimate_table .freight_fixed_side .filter input {padding: 0 20px 0 40px; font-size: 18px; line-height: 42px; font-family: 'OpenSans-Regular';}
    #freight_estimate_table .freight_fixed_side .filter i {top: 8px; left: 30px; right: unset; font-size: 20px;}
    #freight_estimate_table .freight_fixed_side .list li {padding: 0 20px 0 0; font-size: 16px;}
    #freight_estimate_table .dropdown .list li {padding: 0 40px 0 20px; color: #333;}
    #freight_estimate_table .dropdown .radiobox .pos {display: inline-block; position: absolute; top: 50%; right: -20px; transform: translateY(-50%); width: 18px; height: 18px;}
    /* 运费估算 - end */
}
@media (min-width: 768px) {
    .default_products_detail1 .products_may_like .like_products_box .like_products_item:hover .item_img img.ok:nth-child(1){opacity: 0; z-index: -1;}
    .default_products_detail1 .products_may_like .like_products_box .like_products_item:hover .item_img img.ok:nth-child(2){opacity: 1;transform: scale(1);}
    .products_may_like .like_products_box .like_products_item .item_img img.ok:nth-child(2){opacity: 0;transform: scale(1.2);}
}
@media (max-width: 768px) {
    .default_products_detail1{margin-top: 0;}
    .products_detail_box{padding: 0;}
    .products_detail_box .thumb_size .thumb_tab{display: block;z-index: 100;}
    .products_detail_box .thumb_small{display: none;}
    .products_detail_box .detail_left{width: 100%;float: none;overflow: hidden;position: relative;}
    .products_detail_box .detail_right{width: 100%;float: none;margin-top: 15px;padding:0 10px;}

    .products_may_like{margin-top: 10px;padding-top: 15px;}
    .products_may_like .like_title{font-size: 16px;text-align: center;}
    .products_may_like .like_products_box{margin-top: 15px;}
    .products_may_like .like_products_box .like_products_item{width: 49%;margin-left: 2%;margin-bottom: 20px;}
    .products_may_like .like_products_box .like_products_item:nth-child(2n+1){margin-left: 0;clear: both;}
    .products_may_like .like_products_box .like_products_item .item_img img:nth-child(2){display: none;}
    .products_may_like .like_products_box .like_products_item .item_name{font-size: 14px;max-height: 44px;line-height: 22px;}

	.box_promotion_simple{margin-top:25px;}
	.group_promotion{margin-top:0;}

    .products_review{margin-top: 30px;padding:15px 0;}
    .products_review .review_title{font-size: 16px;}
    .products_review .review_toolbar{margin-top: 15px;padding: 15px;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
    .products_review .review_toolbar .toolbar_star{width: 100%;text-align: center;}
    .products_review .review_toolbar .toolbar_btn{margin-top: 10px;float: left;clear: both;}
    .products_review .review_toolbar .clear{display: none;}
    .products_review .prod_review_more{margin-top: 15px;}
    .products_review #turn_page li{width: 32px;height: 32px;line-height: 32px;}
    .products_review #turn_page li em{top: 10px;left: 12px;}
    .products_review #turn_page li .icon_page_prev, .products_review #turn_page li .icon_page_next{margin: 0;}
    .products_review #turn_page font, .products_review #turn_page a{width: 32px;height: 32px;}

    .products_detail_box .detail_right .detail_name{font-size: 20px;}
    .products_detail_box .detail_right .detail_price{font-size: 18px;}
    .products_detail_box .detail_right .detail_line{margin: 15px 0;}
    .products_detail_box .detail_right .detail_actions{margin-top: 0;}
    .products_detail_box .detail_right .detail_share{padding-top: 5px;text-align: center;}
}

/* 添加到收藏夹 */
.products_detail_box .detail_right .detail_favorites{margin-bottom: 26px;}
.products_detail_box .detail_right .detail_favorites .favorite_btn {display: inline-flex;align-items: center;}
.products_detail_box .detail_right .detail_favorites .favorite_btn .iconfont{color: #000000;font-size: 16px;}
.products_detail_box .detail_right .detail_favorites .favorite_btn .text{color: #000018;font-size: 14px;line-height: 24px;padding-left: 6px;}
.products_detail_box .detail_right .detail_favorites .favorite_btn .favorites_count{color: #999999;font-size: 14px;line-height: 24px;padding-left: 6px;}
.products_detail_box .detail_right .detail_favorites .favorite_btn.is_in .iconfont{color:#eb3e3e}
.products_detail_box .detail_right .detail_favorites .favorite_btn.is_in .iconfont::before{content: "\e6b0";}
.products_detail_box .detail_right .detail_favorites .favorite_btn,.products_detail_box .detail_right .detail_favorites .favorite_btn:hover{text-decoration: none;}
@media screen and (max-width:768px){
    .products_detail_box .detail_right .detail_favorites .favorite_btn{width: auto;height: auto;line-height: 22px;font-size: 16px;text-align: center;justify-content: center;box-sizing: border-box;}
}

/* 手机版视频 */
.products_detail_box .pro_video{display: none;}
@media screen and (max-width:768px){
    .products_detail_box .thumb_big ul li iframe{ top: 50%; left: 50%;transform: translate(-50%,-50%);}
    .products_detail_box .thumb_big ul li.current a{ background: none; opacity: 0; }
    .products_detail_box .thumb_big ul li.current .thumb_video_pic{ opacity: 0; }
    .products_detail_box .video_container{display:block;height:100%;width:100%;z-index:3;position:absolute;top:0;left:0;right:0;bottom:0;cursor:pointer;*background-color:rgba(0,0,0,0.1);background-size:80px;background-repeat:no-repeat;background-position:center center;background-image:url(../../../images/mweb/icon_video_play.png);}
    .products_detail_box .pro_video{display:block;position:fixed;top:0;bottom:0;left:0;right:0;margin:auto;width:0;height:0;overflow:hidden;background:#000;transition:0.3s all;-webkit-transition:0.3s all;-moz-transition:0.3s all;}
    .products_detail_box .pro_video *{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}
    .products_detail_box .pro_video .close{position:absolute;display:inline-flex;align-items:center;justify-content:center;top:0;right:0;width:36px;height:36px;color:#fff;font-size:16px;z-index: 101;}
    .products_detail_box .pro_video.play{width: 100%;height: 100%;z-index: 9999;}
    .products_detail_box .thumb_big .pro_video.play iframe{height: 100%;width: 100%;}
}

.default_products_detail4 .detail_share{width: 100%;display: flex;align-items: center;justify-content: center;margin-top: 20.5px;}
.default_products_detail4 .detail_share .detail_share_text{font-size: 18px;color: #000018;}

.detail_left .detail_share .share_toolbox{margin-left: 9.5px;}
.detail_left .detail_share .share_toolbox li{width: 42px;height: 42px;    margin: 7.5px;}
.detail_left .detail_share .share_toolbox li a{position:relative;width:42px;height:42px;line-height:42px;background:none;font-family:"iconfont" !important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-indent:0;font-size:0;}
.detail_left .detail_share .share_toolbox li a::before{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;font-size:42px;}
.detail_left .detail_share .share_toolbox li a.share_s_facebook::before{content:"\e64e";color:#3a589b;}
.detail_left .detail_share .share_toolbox li a.share_s_twitter::before{content:"\e661";color: #1C1C1B;}
.detail_left .detail_share .share_toolbox li a.share_s_pinterest::before{content:"\f211";color:#ca3737;}
.detail_left .detail_share .share_toolbox li a.share_s_whatsapp::before{content:"\e97b";color:#25d366;}
.detail_left .detail_share .share_toolbox li a.share_s_line{background-image: url(../../../../../../u_file/themes/svg/line.svg);background-size: 100% 100%;background-position: 0px 0;}
.detail_left .detail_share .share_toolbox li a.share_s_tumblr{background-image: url(/u_file/themes/svg/tumblr.svg);background-size: 100% 100%;background-position: 0px 0;}
.detail_left .detail_share .share_toolbox li a.share_s_linkedin { background-image: url(/u_file/themes/svg/linkedin.svg); background-size: 100% 100%; background-position: 0px 0; }

.detail_right .detail_share .share_toolbox{margin-left: 9.5px;}
.detail_right .detail_share .share_toolbox li{width: 42px;height: 42px;    margin: 7.5px;}
.detail_right .detail_share .share_toolbox li a{position:relative;width:42px;height:42px;line-height:42px;background:none;font-family:"iconfont" !important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-indent:0;font-size:0;}
.detail_right .detail_share .share_toolbox li a::before{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;font-size:42px;}
.detail_right .detail_share .share_toolbox li a.share_s_facebook::before{content:"\e64e";color:#3a589b;}
.detail_right .detail_share .share_toolbox li a.share_s_twitter::before{content:"\e661";color: #1C1C1B;}
.detail_right .detail_share .share_toolbox li a.share_s_pinterest::before{content:"\f211";color:#ca3737;}
.detail_right .detail_share .share_toolbox li a.share_s_whatsapp::before{content:"\e97b";color:#25d366;}
.detail_right .detail_share .share_toolbox li a.share_s_line{background-image: url(../../../../../../u_file/themes/svg/line.svg);background-size: 100% 100%;background-position: 0px 0;}
.detail_right .detail_share .share_toolbox li a.share_s_tumblr{background-image: url(/u_file/themes/svg/tumblr.svg);background-size: 100% 100%;background-position: 0px 0;}
.detail_right .detail_share .share_toolbox li a.share_s_linkedin { background-image: url(/u_file/themes/svg/linkedin.svg); background-size: 100% 100%; background-position: 0px 0; }

.magnifier img {max-height: none; opacity: 1;}


.mobile_magnify_box{display: none;position: fixed;top:0px;bottom:0px;left:0px;right:0;padding-top: 57px; background-color: #000;z-index: 10001;overflow-y: auto;}
.mobile_magnify_box ul li{margin-bottom: 10px;}
.mobile_magnify_box ul li:last-child{margin-bottom: 0;}
.mobile_magnify_box .magnift_close{position: fixed;top:10px;right:10px; width: 37px;height: 37px;background:url(../../../images/global/magnify_close.png) no-repeat center #fff;border-radius: 50%;background-size: 50%;}

.default_products_detail4 #pro_detail_coupon .cou_item{margin-top:0;margin-bottom: 10px;font-family: 'Arial';}
.default_products_detail4 .prod_info_form li{margin-bottom: 35px;}
.default_products_detail4 .prod_info_form li.attr_show{margin-bottom: 25px;}
.default_products_detail4 .prod_info_form li.attr_select{max-width: 320px;background: #f4f4f4;padding: 16px 10px 8px;border-radius: 5px;}
.default_products_detail4 .prod_info_form li.attr_select .box_select{background-color: #f4f4f4;border-color: #f4f4f4;padding-left: 0;font-size: 24px;}
.default_products_detail4 .prod_info_form li.attr_select .box_select:before{content: "\e62e";font-size: 30px;color: #b7b7b7;}
.default_products_detail4 .prod_info_form li.attr_select .box_select>select{font-size: 24px;color: #333333;padding-left: 0;}
.default_products_detail4 .prod_info_form .custom_attr_box li.total_extras{margin-top:-20px;}
.default_products_detail4 .prod_info_form .custom_attr_box li.total_extras h5{margin-bottom:30px;font-size: 12px;}
.default_products_detail4 #app_wholesale_list_box{padding: 0;margin-bottom: 25px;}
.default_products_detail4 #app_wholesale_list_box .pw_title{margin-bottom: 12px; line-height: 1.2;font-size: 16px;}
.default_products_detail4 .products_detail_box .detail_right .detail_qty{margin-top: 10px;margin-bottom: 10px;}
.default_products_detail4 .products_detail_box .detail_right .detail_qty h5{margin-bottom: 10px;}
.default_products_detail4 #app_wholesale_total_price_box{margin:0 auto 20px;}
.default_products_detail4 #form_btn_opt .formnow{margin-bottom: 3px;margin-top: 0;border-radius: 56px;}
.default_products_detail4 #distribution_box .pro_distribution_box{margin-bottom: 10px;}
.default_products_detail4 .detail_share.detail_share_mb{display: none;}
@media screen and (max-width:768px){
    #location{display: none;}
    .default_products_detail4 .detail_wrapper{ padding: 0 15px; }
    .default_products_detail4 .detail_share{margin-top: 0px;display: none;}
    .default_products_detail4 .detail_share.detail_share_mb{display: flex;margin-top: 0px;}
    .default_products_detail4 .detail_left{width:100%; box-sizing:border-box;margin-top:12px;}
    .products_detail_box .thumb_size .thumb_tab{left:unset;top:unset;right:11px;bottom:11px;background-color:rgba(0, 0, 0, 0.4);height: 24px;line-height: 24px;font-size: 14px;width: 60px;letter-spacing: 2px;}
    .products_detail_box .detail_right{width: 100%;}
    .themes_products_detail .wide{padding: 0 0;}
    .products_detail_box .detail_right{padding: 0 0 ;}
    .products_detail_box .detail_right .detail_number{ margin-bottom: 5px; }
    .products_detail_box .detail_full_reduction{box-sizing: border-box;}
    .products_detail_box .detail_right .detail_name{margin-top: 8px;margin-bottom: 8px; line-height: 28px; font-size:20px;}
    .review_star_xl span{font-size:14px;}
    .visual_box{margin-top:13px;}
    .visual_box .total_review{font-size:12px;}
    .products_detail_box .detail_right .detail_price{ display: block;padding: 8px 0;margin-bottom: 0;}
    .products_detail_box .detail_right .detail_brief p{margin: 0;}
    .products_detail_box .detail_right .detail_price strong{font-size:24px;margin-right:5px;}
    .products_detail_box .detail_right .detail_price del{font-size:15px;margin-right:0;}
    .products_detail_box .detail_right .detail_brief{font-size:14px;line-height:26px;padding:13px 18px 17px 18px;}
    .prod_info_form li.attr_show.attr_show_list .attr_title strong{font-size:14px;}
    .prod_info_form li.attr_show.attr_show_list .attr_title span{font-size:13px;}
    .prod_info_form li.attr_show{padding-top:0;}
    .default_products_detail4 .prod_info_form li{margin-bottom: 10px;}
    .default_products_detail4 .prod_info_form li.attr_show{margin-bottom: 10px;}
    .prod_info_form li.attr_show .btn_attr{margin:10px 10px 0 0;padding:2px 26px;line-height: 36px;box-shadow: 0 0 0 2px #c5c5c5;}
    .prod_info_form li.attr_show .attr_title{padding-top: 10px;}
	/*.prod_info_form li.attr_show .btn_attr .attr_pic{width: 38px;height: 38px;}
    .prod_info_form li.attr_show[data-type=picture] .btn_attr{width: 38px;height: 38px;}
    .prod_info_form li.attr_show .btn_attr .attr_pic img{max-width: 36px;max-height: 36px;}*/
    .prod_info_quantity .quantity_box{height:48px;width:70px;}
    .prod_info_quantity .quantity_box input{height:48px;line-height:48px;width:70px;font-size:14px;}
    .prod_info_quantity .qty_box>div{width:48px;height:48px;line-height:48px;}
    .prod_info_quantity .qty_box>div.notallow{width: 48px;height: 48px;line-height: 48px;}
    .prod_info_quantity .qty_box{line-height:48px;}
    .products_detail_box .detail_right .detail_actions .button{width:100%;margin-left:0;margin-right:0;padding:13px 20px;font-size:15px;}
    .custom_attr_box{padding-top: 10px;}
    .products_detail_box .detail_right .custom_attr_box h5{margin-bottom:10px;padding-top:15px;}
    .products_detail_box  .detail_right .detail_qty h5{padding:0 0;margin:0 0;margin-bottom:5px;}
    #themes_pdetial_under_button{margin:0px 0 0 0;}
    #inquiry_box #inquiry_btn{padding:13px 20px;}
    .products_detail_box .detail_right .detail_favorites{margin:15px 3px 0 3px;}
    #themes_pdetial_button{margin-left: 0;margin-right: 0;margin-bottom: 0;}
    .products_detail_box .detail_description{margin-top: 0; padding:0 0;}
    .products_detail_box .detail_description .editor_txt{padding-left:15px;padding-right:15px;}
    .products_review .review_toolbar .toolbar_star .total_review{font-size:16px;}
    .products_may_like{padding-left:15px;padding-right:15px;}
    .detail_left .detail_share .share_toolbox li{width: 30px;height: 30px;margin: 5px;}
    .detail_left .detail_share .share_toolbox li a{width: 30px;height: 30px;line-height: 30px;}
    .detail_left .detail_share .share_toolbox li a::before{font-size: 30px;}
    .detail_right .detail_share .share_toolbox li{width: 30px;height: 30px;margin: 5px;}
    .detail_right .detail_share .share_toolbox li a{width: 30px;height: 30px;line-height: 30px;}
    .detail_right .detail_share .share_toolbox li a::before{font-size: 30px;}
    .default_products_detail4 .detail_share .detail_share_text{font-size: 14px;}

    .products_detail_box .thumb_big ul li.current a{ background: none; opacity: 0; }
    .products_detail_box .thumb_big ul li.current .thumb_video_pic{ opacity: 0; }

    /*.detail_left .detail_share .share_toolbox li a.share_s_tumblr{background-image: url(../../../images/global/icon_follow_detail_cur.png);background-size: 100%;background-position: 0px -480px;}
    .detail_left .detail_share .share_toolbox li a.share_s_line{background-image: url(../../../images/global/icon_follow_detail_cur.png);background-size: 100%;background-position: 0px -420px;}
    .detail_left .detail_share .share_toolbox li a.share_s_linkedin { background-image: url(../../../images/global/icon_follow_detail_cur.png); background-size: 100%; background-position: 0px -90px; }*/
}
@media screen and (max-width: 768px) {
    .products_detail_box .detail_right .detail_actions #addtocart_button.pre_sales_button{ padding: 14px 20px; font-size: 16px;  }
}
@media screen and (max-width: 1000px) {
    .default_products_detail4 #form_btn_opt .formnow:last-child{margin-bottom: 0;}
}

.detail_presales_brief{ margin-bottom: 15px; padding: 8px 10px 8px 38px; line-height: 1.5; background-color: #f5f5f5; font-size: 14px; color: #555555; box-sizing: border-box; }
.products_detail_box .detail_right .detail_actions #addtocart_button.pre_sales_button{ width: 100%; padding: 18px 20px; border-radius: 5px; font-size: 18px;box-sizing: border-box; }

#themes_pdetial_attr_button .global_products_may_like .like_title{ font-size: 16px; color: #000; }
#themes_pdetial_attr_button .global_products_may_like .like_title span{ font-weight: normal; font-size: 12px; color: #000; }

.default_products_detail4 .other_msg_box{display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;max-width: 620px;}
.default_products_detail4 .other_msg_box .list{width: 50%;margin: 12.5px 0;}
.default_products_detail4 .other_msg_box .list .item{display: flex;align-items: center;justify-content: flex-start;}
.default_products_detail4 .other_msg_box .list .item .icon{width: 30px;}
.default_products_detail4 .other_msg_box .list .item .msg{width: calc( 100% - 30px );margin-left: 10px;}
.default_products_detail4 .other_msg_box .list .item .msg .name{font-size: 18px;color: #333333;font-family: 'Leaguespartan-Semibold';}
.default_products_detail4 .other_msg_box .list .item .msg .brief{font-size: 16px;color: #7f7f7f;}

.prod_info_form li.attr_show.attr_show_list .attr_title_flex, .prod_info_form li.attr_select .attr_title_flex{align-items: center;}
.prod_info_form li .attr_title_flex strong{margin-bottom: 0;}
.prod_info_form li.attr_show.attr_show_list .attr_title span{font-size: 16px;}

#for_us_with_box{padding: 22px 11px;border: 1px solid #cccccc;border-radius: 10px;}
#for_us_with_box .content{}
#for_us_with_box .content .title{font-size: 18px;color: #333333;font-family: 'Leaguespartan-Semibold';}
#for_us_with_box .content .list{display: flex;align-items: center;justify-content: space-between;margin-top: 18px;justify-content: space-between;}
#for_us_with_box .content .list .photo_box{min-width: 150px;max-width: 150px;width: 150px;height: auto;border-radius: 8px;margin-right: 0;}
#for_us_with_box .content .list .photo_box video{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;width: 100%;height: 100%;object-fit: cover;}
#for_us_with_box .content .list .msg_box{display: flex;align-items: center;justify-content: center;width: calc( 100% - 160px );}
#for_us_with_box .content .list .msg_box .msg{width: auto;max-width: max-content;margin: 0 10%;}
#for_us_with_box .content .list .msg .name{margin-bottom: 10px;}
#for_us_with_box .content .list .msg .name a{font-size: 18px;color: #333333;font-family: 'Leaguespartan-Semibold';text-decoration: none;}
#for_us_with_box .content .list .msg .brief{display: -webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 16px;line-height: 1.2;color: #7f7f7f;margin: 8px 0 13px;}
#for_us_with_box .content .list .msg .brief .themes_products_price{font-size: 18px;font-family: 'Leaguespartan-Semibold';}
#for_us_with_box .content .list .add_cart_box .add_cart{display: inline-block;height: 32px;line-height: 36px;font-size: 16px;color: #ffffff;background: #90c31f;padding: 0 38px;border-radius: 38px;margin-top: 22px;}
#for_us_with_box .content .list .add_cart_box .add_cart:hover{text-decoration: none;}

.prod_info_form .func_box{display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;margin: 35px 0 45px;}
.prod_info_form .func_box .detail_qty{margin-right: 20px;}
.prod_info_form .func_box .prod_info_quantity .quantity_box{width: 109px;height: 58px;line-height: 58px;background-color: #f4f4f4;border-color: #f4f4f4;}
.prod_info_form .func_box .prod_info_quantity .quantity_box input{width: 90px;height: 58px;line-height: 58px;background-color: #f4f4f4;font-size: 24px;}
.prod_info_form .func_box .prod_info_quantity .qty_box>div{width: 48px;height: 58px;line-height: 58px;border-color: #f4f4f4;background-color: #f4f4f4;}
.prod_info_quantity .qty_box #btn_cut{border-radius: 30px 0 0 30px;}
.prod_info_quantity .qty_box #btn_add{border-radius: 0 30px 30px 0;}
.prod_info_form .func_box .detail_button_box{}
.products_detail_box .detail_right .detail_actions.detail_button_box{width: calc( 100% - 220px );}
.products_detail_box .detail_right .detail_actions.horizontal_type .button{margin-top: 10px;margin-bottom: 10px;}

.products_detail_box .download_box{display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;margin-top: 50px;}
.products_detail_box .download_box .list:first-child{margin-right: 39px;}
.products_detail_box .download_box .list a{display: flex;align-items: center;justify-content: space-between;padding: 10px;border-radius: 30px;border: 3px solid #9bc144;margin-bottom: 10px;}
.products_detail_box .download_box .list a:hover{text-decoration: none;}
.products_detail_box .download_box .list a span{color: #000000;}
.products_detail_box .download_box .list a span.s1{font-size: 28.95px;font-family: 'Leaguespartan-Semibold';margin-right: 15px;}
.products_detail_box .download_box .list a span.s2{font-size: 14px;font-family: 'Leaguespartan-Regular';margin-right: 5px;}
.products_detail_box .download_box .list a img{font-size: 0;}

.default_products_detail_nav{width: 100%;padding: 0;background-color: #181818;}
.default_products_detail_nav .detail_nav_box{display: flex;align-items: center;justify-content: space-between;max-width: 1440px;margin: 0 auto;}
.default_products_detail_nav .detail_nav_box .item_box{display: flex;align-items: center;justify-content: flex-start;}
.default_products_detail_nav .detail_nav_box .item{position: relative;margin-left: 115px;padding: 35px 0;cursor: pointer;}
.default_products_detail_nav .detail_nav_box .item:first-child{margin-left: 0;}
.default_products_detail_nav .detail_nav_box .item a{font-size: 24px;font-family: 'Leaguespartan-Semibold';color: #ffffff;cursor: pointer;}
.default_products_detail_nav .detail_nav_box .item.on a, .default_products_detail_nav .detail_nav_box .item:hover a{text-decoration: none;color: #90c31f;}
.default_products_detail_nav .detail_nav_box .item:after{position: absolute;left: 50%; bottom: 0%; transform: translate(-50%, 0%);content: '';width: 41px;height: 6px;background: #181818;}
.default_products_detail_nav .detail_nav_box .item.on:after, .default_products_detail_nav .detail_nav_box .item:hover:after{display: block;background: #90c31f;}
.default_products_detail_nav .detail_nav_box .shopping_addtocart_button{height: auto;margin-left: 0;}
.default_products_detail_nav .detail_nav_box .shopping_addtocart_button .shopping_addtocart_add_btn{height: 50px;line-height: 54px;border-color: #90c31f;border-radius: 50px;background-color: #90c31f;color: #ffffff;font-size: 20px;font-family: 'Leaguespartan-Semibold';}
.default_products_detail_nav .detail_nav_box .shopping_addtocart_button .shopping_addtocart_buy_btn{height: 50px;line-height: 54px;border-color: #90c31f;border-radius: 50px;background-color: #181818;color: #90c31f;font-size: 20px;font-family: 'Leaguespartan-Semibold';margin-left: 18px;}

.detail_nav_content{display: none;background: #ffffff;}
.detail_nav_content .specification_content{max-width: 1440px;margin: 0 auto;padding: 0;}

.default_products_review2 .reviews_menu{display: flex;border-bottom: 1px solid #d9d9d9;padding-top: 15px;}
.default_products_review2 .reviews_menu .menu_item{line-height: 40px;padding: 0 35px;margin-__left__: 20px;font-size: 16px;border-bottom: 2px solid transparent;color: #000;cursor: pointer;}
.default_products_review2 .reviews_menu .menu_item.cur{border-bottom: 2px solid #000;}
.default_products_review2 .picture_reviews_box{display: none;}

@media screen and (max-width: 1000px){
	.default_products_review2 .reviews_menu{overflow-x: auto;}
	.default_products_review2 .reviews_menu .menu_item{padding: 0 20px;margin-__left__: 10px;}
}
.default_products_review2 .container_width_1400{max-width: 1440px;margin: 0 auto;}
.default_products_review2 .products_review{margin: 0 auto;}
body.lang_ar .default_products_review2 .products_review .review_toolbar .toolbar_star .total_review{margin-left: 10px;}
.products_review{border-top: 0;}
.products_review .review_toolbar .toolbar_btn{font-size: 14px;}

.shopping_addtocart_button{opacity: 0;}

.default_products_detail_nav{}
.default_products_detail_nav.fixed{position: fixed;width: 100%;top: 0;left: 0;z-index: 1002;}
.default_products_detail_nav_bg{display: none;}
.default_products_detail_nav_bg.fixed{display: block;background: #fff;}

@media(max-width: 1440px){
	.default_products_detail_nav .detail_nav_box{padding: 0 15px;}
 	.detail_nav_content{width: 100%;padding: 0;}
	.products_detail_box .detail_right .detail_actions.detail_button_box{width: 96%;}
}
@media(max-width: 1000px){
	.default_products_detail_nav .detail_nav_box{padding: 0 5px;}
	.default_products_detail_nav .detail_nav_box .item{padding: 29px 0;margin-left: 20px;}
	.default_products_detail_nav .detail_nav_box .shopping_addtocart_button .shopping_addtocart_add_btn, .default_products_detail_nav .detail_nav_box .shopping_addtocart_button .shopping_addtocart_buy_btn{width: auto;height: 35px;line-height: 39px;padding: 0 20px;}
	.prod_info_form .func_box{margin: 15px 0;}
	.products_detail_box .detail_right .detail_actions.detail_button_box{width: 100%;}
	.products_detail_box .detail_right .detail_actions.horizontal_type .button{width: 100%;margin: 0 0 10px 0;}
	.default_products_detail4 .products_detail_box .detail_right .detail_qty{margin-bottom: 20px;}
	.default_products_detail #addtocart_button{margin-right: 0;;margin-bottom: 10px;}
	body .ly_header_73 .ly_header_menu i{color: #ffffff;}
}
@media(max-width: 768px){
	.default_products_detail4 #location{padding: 15px 2% 5px;}
	.products_detail_box .download_box{margin: 15px 2% 0;}
	.products_detail_box .download_box .list{width: auto;margin-right: 0;}
	.products_detail_box .download_box .list:first-child{margin-right: 10px;}
	.products_detail_box .download_box .list a{padding: 5px;}
	.products_detail_box .download_box .list a span.s1{font-size: 20px;margin-right: 8px;}
	.products_detail_box .download_box .list a span.s2{font-size: 12px;}
	.products_detail_box.layout_pc_left .detail_right{width: 96%;margin: 0 auto;}
	.default_products_detail_nav .detail_nav_box{width: 96%;flex-wrap: wrap;justify-content: center;padding: 0;}
	.default_products_detail_nav .detail_nav_box .item{margin: 0 5px;padding: 15px 0;}
	.default_products_detail_nav .detail_nav_box .item a{font-size: 14px;}
	.default_products_detail_nav .detail_nav_box .item:after{height: 3px;}
	.default_products_detail_nav .detail_nav_box .item_box{flex-wrap: wrap;}
	.default_products_detail4 .default_products_detail4_content{padding-bottom: 20px;}
	.default_products_detail_nav .detail_nav_box .shopping_addtocart_button{margin: 10px 0;opacity: 1;}
	.default_products_detail_nav .detail_nav_box .shopping_addtocart_button .shopping_addtocart_add_btn, .default_products_detail_nav .detail_nav_box .shopping_addtocart_button .shopping_addtocart_buy_btn{font-size: 16px;}
	#for_us_with_box{margin-top: 10px;}
	#for_us_with_box .content .list{justify-content: space-between;}
	#for_us_with_box .content .list .photo_box{min-width: 130px;max-width: 130px;width: 130px;height: auto;margin-right: 0;}
	#for_us_with_box .content .list .msg_box{width: calc( 100% - 140px );flex: unset;}
	#for_us_with_box .content .list .msg .brief{display: -webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
	#for_us_with_box .content .list .msg_box .msg{margin: 0 10%;}
	#for_us_with_box .content .list .add_cart_box .add_cart{width: 100%;padding: 0;text-align: center;}

	.detail_bacgkround{margin-bottom: 0;}
	.detail_bacgkround .editor_txt ul{margin-top: 0}
	.products_detail_box .detail_right .detail_brief{padding: 10px;margin-bottom: 0;}
	.prod_info_form .func_box{margin-top: 5px;}
	.products_detail_box .detail_full_reduction{margin-bottom: 5px;margin-top: 5px;padding-top: 10px;padding-bottom: 10px;}
	.products_detail_box .detail_right .freight_estimate{margin-bottom: 15px;}
	.default_products_detail4 .other_msg_box .list{margin: 8px 0;}
	.default_products_detail4 .other_msg_box .list .item .msg .name{font-size: 14px;}
	.default_products_detail4 .other_msg_box .list .item .msg .brief{font-size: 12px;}

	.default_products_detail4 #distribution_box .pro_distribution_box{margin: 10px auto;padding-left: 3px;padding-right: 3px;}

	.detail_promotion_box{text-align: center;margin: 10px 0;}
	.detail_promotion_box .countdown_time.fr{float: none;width: 100%;}
}

.default_products_detail_nav .detail_nav_box .item.download_item{}
.default_products_detail_nav .detail_nav_box .item.buynow_item a{text-decoration: none;color: #90c31f;}
.default_products_detail_nav .detail_nav_box .item.download_item:after,
.default_products_detail_nav .detail_nav_box .item.buynow_item:after{content: unset;}

#distribution_box .pro_distribution_box{background: transparent;}


.default_products_detail #buynow_button, body .default_products_detail #buynow_button:hover{}
.default_products_detail_nav .detail_nav_box .item.buynow_item a{background: linear-gradient(to right, #90c31f 0%, #1cc96a 45%, #339dff 80%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-position: 100% center;transition: all .3s;}