/* product_list */
#product_list >div{margin:auto;width:100%}
#content_wrap #product_list li{background:var(--white);box-shadow:0 0 15px rgb(0 0 0 / 5%);margin: 15px 15px 50px;padding: 70px 40px;width: calc((100%/4) - 110px);}
#product_list li >a{z-index:1}
#product_list li:after{content:'';width:100%;height:7px;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,var(--primary),var(--secondary));z-index:0}
#product_list li:hover:after{height:100%}
#product_list li .clip{margin-bottom:30px;z-index:1}
#product_list li h3{font-size:20px;text-align:center;margin:20px 0 10px;font-weight:600;height:auto;z-index:1;position:relative}
#product_list li:hover h3,#product_list li:hover article{color:#fff}
#product_list li p{text-align:center}
#product_list li p a{display:inline-block;background:linear-gradient(90deg,var(--primary),var(--secondary));position:relative;z-index:2;color:var(--white);font-size:15px;padding:5px 15px}
#product_list li:hover p a{background:var(--white);color:var(--primary)}
#product_list li article{font-weight:300;-webkit-line-clamp: 2;font-size: 14px;height:auto;color:var(--info);z-index:1;position:relative}

/* productdetail */
#productdetail { margin: 50px 0 80px; }

/* productinfo */
#productinfo .cate {padding: 0;height: 22px;font-weight: 400;font-size: 14px;border: 0;}
#productinfo h1 {margin: 10px 0 20px;color: var(--info);}
#productinfo .txt { margin-bottom: 15px; }
#productinfo .txt label { margin-right: 15px; width: 50px; }
#productinfo .price font { font-weight: 600; font-size: 25px; }
#productinfo article {margin-bottom: 30px;padding-bottom: 15px;font-weight: 400;font-size: 16px;color: var(--info);line-height: 200%;text-align: justify;}
#productinfo .sell_box >* { line-height: 100%; font-size: 17px; vertical-align: baseline; }
#productinfo .sell_box span { margin: 0 3px 0 15px; }
#productinfo .sell_box b { font-size: 36px; }
#productinfo .buyBtns { margin-top: 30px; }
#productinfo .buyBtns a {padding: 10px 40px;background: linear-gradient(90deg,var(--primary), var(--secondary));width: auto;}

/* orderfunction */
#orderfunction a[data-action="plusBtn"] { margin: 0 2px; width: 35px; height: 35px; background: rgba(var(--secondary-rgb), .3); border-radius: 5px; line-height: 30px; font-weight: 600; font-size: 28px; }
#orderfunction a.limit[data-action="plusBtn"] { line-height: 27px; font-size: 33px; }
#orderfunction input { margin: 0 5px; width: 30px; border-width: 0 0 1px; }
#orderfunction .addcar { float: right; }

/* productTabs */
#productTabs .tabs {margin-bottom: 30px;background: #f1f1f1;}
#productTabs .tabs li a { padding: 15px 30px; }
#productTabs .tabs li a:before { position: absolute; width: 0; height: 3px; background: var(--primary); display: block; bottom: 0; left: 0; content: ""; }
#productTabs .tabs li.active a:before { width: 100%; }
table{margin:15px 0;width:100%;border-collapse:collapse}
td,th{padding:10px;border: 1px solid #ccced1;text-align: center;}
tr:first-child {background:#323232;color: #fff;}

@media screen and (max-width: 1024px){
	#content_wrap #product_list li{width: calc((100%/3) - 110px);}
}
@media screen and (max-width: 980px){
	#productinfo { margin-top: 5vw; }
}
@media screen and (max-width: 768px){	
	#content_wrap #product_list li{width: calc(50% - 110px);margin-bottom: 15px;}
}
@media screen and (max-width: 640px){
	table{display:block;overflow-x:auto;white-space:nowrap}
	#content_wrap #product_list li{width: calc(100% - 110px);margin-bottom: 15px;}
}