#wrap h2.pag_tit { font-size: 30px; }

/* product_list */
#product_list li .clip {margin: 0 auto 10px;border-radius: 15px;}
#product_list li h3 {height: auto;font-size: 20px;}
#product_list li p {overflow: hidden;height: auto;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 14px;font-weight: 300;color: #555;margin-top: 10px;text-align: center;}

/* productdetail */
#productdetail { margin: 50px 0 80px; }

/* imglist */
#imglist .clip { -webkit-clip-path: url(#clip_product_detail); clip-path: url(#clip_product_detail); }

/* productinfo */
#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;color: var(--info);font-weight: 400;}
#productinfo .txt font {margin-bottom: 25px;font-weight: 300;font-size: 16px;font-family: 'Kanit', sans-serif;color: #888;display: block;}
#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;border-bottom: 1px rgba(var(--black-rgb), .15) dashed;font-weight: 300;font-size: 15px;color: var(--info);text-align: justify;line-height: 200%;}
#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 15px 10px 30px;background: var(--primary);border-radius: 50px;width: auto;}
#productinfo .buyBtns a b{width: 35px;height: 35px;background: var(--white);border-radius: 50px;display: inline-flex;align-items: center;justify-content: center;margin-left: 20px;}
#productinfo .buyBtns a b svg{width: 18px;height: 18px;fill: var(--primary);}
#productinfo .buyBtns a svg {width: 25px;height: 25px;fill: var(--complement);}
#productinfo .buyBtns a:hover b svg{animation: arrow-move-right-data-v-1d069175 1s .2s;}

/* 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%; }

/* tabs_container */
#tabs_container ol{padding-left:30px;margin-bottom: 30px;}
#tabs_container li{list-style: disc;}
#tabs_container table{margin:15px 0;width:100%;border-collapse:collapse}
#tabs_container td, #tabs_container th{padding:10px;border:1px solid #a2a9b1;text-align: center;vertical-align: middle;}
#tabs_container td:first-child{text-align:left;}

@media screen and (max-width:1024px){
	#productdetail >div{width:100%;}
	#productdetail >div >div{width:100%;}
	#productinfo{margin-top:20px;}
}
@media screen and (max-width: 980px){
	#productinfo { margin-top: 5vw; }
}
@media screen and (min-width: 761px){
}
@media screen and (max-width: 640px){
	#product_list li { width: 65%; }
	#tabs_container table{display:block;overflow-x:auto;white-space:nowrap}
}