#wrap h2.pag_tit { font-size: 30px; }

/* product_list */
#content_wrap #product_list li{width: calc(50% - 40px);}
#content_wrap #product_list li a{z-index: 3;}
#product_list li .clip {margin: 0 auto 20px;}
#product_list li .photo-overlay{position:absolute;top: 0;bottom: 0;left: 0;right: 0;border: 1px solid rgb(255 255 255 / 60%);margin: 20px;z-index: 1;}
#product_list li h3 {height: auto;font-size: 19px;text-align: center;font-weight: 400;letter-spacing: 2px;}
#product_list li .price_box p { margin: 0 10px; min-height: 28px; }
#product_list li .price_box p:first-letter { margin-right: 3px; font-weight: 300; font-size: 12px; }
#product_list li .price_box p.old { text-decoration: line-through; }
#content_wrap #product_list li p{font-size: 14px;color: var(--triadic1);font-family: 'Montserrat', sans-serif;font-weight: 600;text-align: center;margin-top: 20px;}
/* productdetail */
#productdetail {margin: 0 0 80px;}

/* imglist */
#imglist .clip {width: calc((100%/7) - 25px);display: inline-block;vertical-align: top;margin: 10px;}
#imglist .clip img{height:105px;}
#imglist .clip:first-child{display:block;width: calc(100% - 32.5px);}
#imglist .clip:first-child img{height:auto;}

/* 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 20px; }
#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; border-bottom: 1px rgba(var(--primary-rgb), .6) dashed; font-weight: 300; font-size: 14px; }
#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;display: flex;justify-content: center;}
#productinfo .buyBtns a {padding: 15px 60px;width: auto;margin: 0 10px;border-radius: 50px;background: var(--primary);}
#productinfo .buyBtns a.ask{background: var(--secondary);}

/* 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: 40px;border-bottom: 1px solid #eee;}
#productTabs .tabs li a {padding: 15px 30px;font-size: 17px;}
#productTabs .tabs li a:before {position: absolute;width: 0;height: 3px;background: var(--primary);display: block;bottom: 0;left: 50%;content: "";}
#productTabs .tabs li.active a:before {width: 100%;left: 0;}

@media screen and (max-width: 980px){
	#imglist .clip{width: calc((100%/4) - 23px);}
	#imglist .clip:first-child{width: calc(100% - 21.5px);}
	#productinfo { margin-top: 5vw; }
	#content_wrap #product_list li{width: calc(100% - 20px);margin: 0 10px 30px;}
}
@media screen and (min-width: 761px){
	#product_list li .clip {}
}
@media screen and (max-width: 640px){
	#imglist .clip{width: calc((100%/2) - 23px);}
	#product_list li .photo-overlay{margin:15px;}
	#product_list li { width: 65%; }
	#productinfo .buyBtns{flex-direction: column;align-items: center;}
	#productinfo .buyBtns a{margin: 5px 0;}
}