#wrap h2.pag_tit { font-size: 30px; }

/* product_list */
#product_list li .clip {}
#product_list li h3 {height: auto;font-size: 18px;color: var(--white);font-weight: 500;-webkit-line-clamp: 2;}
#product_list li .price_box{position:absolute;bottom: 0;width: 80%;height: 100%;display: flex;align-items: center;justify-content: center;flex-direction: column;opacity: 0;padding: 0 10%;}
#product_list li:hover .price_box{opacity:1;background: linear-gradient(50deg,rgb(78 112 144 / 75%), rgb(72 70 112 / 75%));}
#product_list li .price_box p {font-weight: 100;font-size: 13px;color: var(--white);margin-top: 10px;}

/* productdetail */
#productdetail { margin: 50px 0 80px; }

/* imglist */
#imglist{width:60%}
#imglist .clip { -webkit-clip-path: url(#clip_product_detail); clip-path: url(#clip_product_detail); }

/* productinfo */
#productinfo{margin-left: 5%;width: 35%;}
#productinfo .cate { padding: 2px 15px; max-width: calc(100% - 105px); height: 22px; font-weight: 100; font-size: 13px; z-index: 6; }
#productinfo h1 {margin: 10px 0 20px;text-transform: capitalize;color: #3f3f3f;border-bottom: 1px solid #ebebeb;padding-bottom: 20px;line-height: 140%;}
#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: 300;font-size: 14px;text-align: justify;line-height: 220%;color: var(--info);}
#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 0;background: linear-gradient(50deg,var(--secondary), var(--primary));font-weight: 300;font-size: 15px;}

/* 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: 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%; }
#productTabs #tabPi .photo{display:flex;flex-wrap: wrap;}
#productTabs #tabPi .photo >div{width: calc((100%/3) - 14px);margin-bottom: 20px;}
#productTabs #tabPi .photo >div:nth-child(3n-1){margin: 0 20px 20px;}

@media screen and (max-width: 1024px){
	#imglist{width:100%;}
	#productinfo{width: 100%;margin-top: 20px;margin-left: 0;}
}
@media screen and (max-width: 980px){
	#productinfo { margin-top: 5vw; }
}
@media screen and (min-width: 761px){
}
@media screen and (max-width: 640px){
	#productdetail{margin-top: 20px;margin-bottom: 0;}
	#content_wrap #product_list li {width: calc(100% - 40px);margin-bottom: 30px;}
}