/* product_list */
#product_list{display: flex;flex-direction: row;flex-wrap: wrap;}
#product_list li {padding: 40px 0 50px;-webkit-justify-content: space-between;justify-content: space-between;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;width: 100%;display: flex;flex-direction: column;}
#product_list li .tit {padding: 20px 0 20px 0;display: flex;justify-content: center;}
#product_list li .tit h3 {margin-right: 10px;font-size: 20px;position: relative;font-weight: 400;}
#product_list li .tit h3:before {content: '';position: absolute;right: -50px;top: 15px;height: 4px;margin-left: 30px;border-top: 1px solid #9a9a9a;border-bottom: 1px solid #9a9a9a;transition: 1s ease-out;width: 30px;}
#product_list li .tit p { line-height: 34px; }
#product_list li article {margin-bottom: 20px;height: 230px;line-height: 180%;letter-spacing: 0.5px;font-weight: 200;-webkit-line-clamp: inherit;margin-left: 50px;}
#product_list li .price_box { align-items: baseline; }
#product_list li .price_box p { margin-right: 15px; line-height: 100%; }
#product_list li .price_box p.price { padding: 0 5px; border-bottom: 2px var(--secondary) solid; font-size: 22px; }
#product_list li .price_box p:first-letter , #product_list li .price_box p.price:first-letter { margin-right: 4px; font-weight: 300; font-size: 12px; }
#product_list li .img_box{
    text-align: center;
}
#product_list li .img_cover {height: 100%;border-bottom-right-radius: 150px;position: relative;}
#product_list li:after {content: "";position: absolute;width: 90%;height: 150px;background: #f3f3f39e;z-index: -1;right: 0px;bottom: 20px;border-bottom-right-radius: 150px;border-top-left-radius: 150px;}

/* productdetail */
#productdetail { margin-bottom: 60px; }
#productdetail >div { -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }

/* productinfo */
#productinfo .cate {padding: 2px 15px;max-width: calc(100% - 105px);height: 22px;font-weight: 100;font-size: 13px;z-index: 6;background-color: #f3f3f3;color: #000;}
#productinfo .title {margin: 25px 0;line-height: 170%;text-align: inherit;font-weight: 600;}
#productinfo .txt { margin-bottom: 15px; align-items: center; }
#productinfo .txt label { margin-right: 15px; width: 50px; }
#productinfo .txt font.price { font-weight: 600; font-size: 25px; }
#productinfo .txt font.sell:first-letter { margin-right: 4px; font-weight: 300; font-size: 12px; }
#productinfo article {margin-bottom: 30px;padding-bottom: 15px;border-bottom: 1px #9a9a9a47 solid;font-weight: 300;font-size: 17px;}
#productinfo .buyBtns { margin-top: 30px; }
#productinfo .buyBtns a {padding: 10px 0;background-image: url(/images/45/bg4.jpg);}

/* orderfunction */
#orderfunction a[data-action="plusBtn"] { width: 35px; height: 37px; border: 1px rgba(var(--secondary-rgb), .6) solid; line-height: 37px; font-size: 20px; }
#orderfunction a.limit[data-action="plusBtn"] { line-height: 34px; }
#orderfunction input { padding: 5px 15px; width: 30px; background: none; border: rgba(var(--secondary-rgb), .6) solid; border-width: 1px 0; }

/* productTabs */
#productTabs { margin-bottom: 60px; }
#productTabs .tabs { margin-bottom: 30px; background: rgba(var(--black-rgb), .08); }
#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%; }
#product_list li {padding: 0px 20px 30px;width: calc((100% / 4) - 40px);}


@media screen and (min-width: 1281px){

}
@media screen and (max-width: 1280px){
	#imglist { margin-bottom: 40px; }
	#imglist img { height: 450px; }
	#product_list li article{margin-left: 0;}
    #product_list li {padding: 0px 20px 30px;width: calc((100% / 2) - 40px);}

}
@media screen and (min-width: 1025px){
	#product_list li .img_cover {height: 300px;width: 300px;}
}
@media screen and (max-width: 980px){
	#product_list li article {height: 92px;-webkit-line-clamp: 3;letter-spacing: .05em;margin-left: 0;}
	#product_list li .price_box {margin-bottom: 0px;}
	#product_list li{width: 100%;padding: 10px 0 40px;}
	#product_list li .tit{padding-bottom: 10px;margin-bottom: 10px;}
}
@media screen and (max-width: 768px){
	#imglist img { height: 70vw; }

}
@media screen and (max-width: 480px){
	#product_list li .img_cover { height: 70vw; }
        #product_list li {padding: 0px 20px 30px;width: calc((100% / 1) - 40px);}

}