/* list_product */
.list_product ul { font-size: 0; }
.list_product ul li {position: relative;margin-bottom: 40px;width: calc(100% / 3);display: inline-block;}
.list_product ul li a { position: absolute; width: 100%; height: 100%; display: block; top: 0; left: 0; z-index: 3; }
.list_product ul li >div { overflow: hidden; position: relative; margin: 0 20px; }
.list_product ul li .img:before {position: absolute;width: 100%;height: 100%;background: rgb(255 255 255 / 7%);display: block;top: 0;left: 0;opacity: 0;z-index: 2;content: "";}
.list_product ul li .img img { position: relative; width: 100%; height: 315px; object-fit: cover; z-index: 1; }
.list_product ul li .info {overflow: visible;position: relative;margin-top: -55px;padding: 5px;width: calc(85% - 70px);background: rgb(255 255 255 / 88%);z-index: 2;}
.list_product ul li .info .price { position: absolute; background: rgb(0 0 0 / .6); top: -39px; left: 0; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.list_product ul li .info .price font { margin: 6px 15px; display: inline-block; font-weight: 300; color: #fff; }
.list_product ul li .info .price font.old { color: rgb(255 255 255 / .4); }
.list_product ul li .info h3 {margin-bottom: 10px;font-weight: 400;font-size: 22px;color: #1f1f1f;}
.list_product ul li .info article {height: 43px;font-weight: 400;font-size: 14px;color: #2c2c2c;-webkit-line-clamp: 2;display: none;}

/* productdetail */
#productdetail { font-size: 0; }
#productdetail .row {width: 40%;display: inline-block;vertical-align: top;}
#productdetail div#productinfo{margin: 0px 0 0;}
#productdetail #imglist {margin-right: 7%;width: 50%;}
#productdetail #imglist img { width: 100%; height: 400px; object-fit: cover; }
#productdetail #imglist .slider-nav {margin: 40px 0;}
#productdetail #imglist .slider-nav img { margin: 0 10px 0 0; width: 100px; height: 100px; border: 1px #ddd solid; }
#productdetail #productinfo .cat a { font-size: 14px; color: #9b9b9b; }
#productdetail #productinfo h2 {margin: 5px 0 5px;font-weight: 400;font-size: 22px;color: #252525;padding: 10px 10px;}
#productdetail #productinfo p.cat {
    margin-left: 10px;
}
#productdetail #productinfo article {font-size: 13px;color: #696969;padding: 0px 10px;}
#productdetail #productinfo #community { margin-bottom: 15px; border-bottom: 1.5px #ccc dashed; }
#productdetail #productinfo #community ul { margin: 35px 0 10px; }

#productdetail .shopbox p { margin: 20px 0; font-size: 0; }
#productdetail .shopbox p label { margin-right: 15px; display: inline-block; font-weight: 300; font-size: 15px; color: #5d5d5d; }
#productdetail .shopbox p select { padding: 5px; border: 1px #e5e5e5 solid; display: inline-block; }

#productdetail #orderfunction a , #productdetail #orderfunction input { padding: 2px 13px; border: 1px #e5e5e5 solid; display: inline-block; color: #000; vertical-align: middle; }
#productdetail #orderfunction input { width: 30px; border-width: 1px 0; text-align: center; }

#productdetail .price font { margin-right: 10px; display: inline-block; line-height: 100%; font-family: 'Source Sans Pro', sans-serif; font-size: 12px; color: #565656; vertical-align: text-bottom; }
#productdetail .price font.offer { font-size: 18px; color: #262626; }
#productdetail .price font.old { text-decoration: line-through; }
#productdetail #productinfo .buyBtns {font-size: 0;}
#productdetail #productinfo .buyBtns a {padding: 6px 0;width: calc((100% - 15px) / 2);background: #1f1f1f;display: inline-block;text-align: center;color: #fff;}
#productdetail #productinfo .buyBtns a.ask {margin-left: 15px;background: #f2f2f2;color: #1f1f1f;}

/* productTabs */
#productTabs ul.tabs { margin: 70px 0 35px; border-bottom: 1px #ddd solid; font-size: 0; }
#productTabs ul.tabs li { display: inline-block; vertical-align: top; }
#productTabs ul.tabs li a { padding: 7px 40px; display: inline-block; color: #1f1f1f; }
#productTabs ul.tabs li.active { background: #1f1f1f; transform: skewX(-10deg); }
#productTabs ul.tabs li.active a { color: #fff; transform: skewX(10deg); }

@media screen and (max-width: 1440px){
	.list_product >.info { margin: 0 5%; }
	.list_product ul li >div { margin: 0 10px; }
	.list_product ul li .info {padding: 5px 5px 10px;width: calc(85% - 30px);}
}
@media screen and (min-width: 1281px){
	.list_product ul li:hover .img:before { opacity: 1; }
	.list_product ul li:hover .img img {-webkit-filter: blur(1px);filter: blur(1px);}
}
@media screen and (max-width: 1160px){
	.list_product ul li { width: 50%; }
	#productdetail .row { width: 40vw; }
	#productdetail #imglist { margin-right: 5vw; width: 45vw; }
}
@media screen and (max-width: 768px){
	#productdetail { text-align: center; }
	#productdetail .row , #productdetail #imglist { margin-right: 0; width: 100%; }
	#productdetail #imglist img { height: 300px; }
	#productdetail #productinfo { margin-top: 5vw; }
	.list_product ul li .info h3{text-align: center;}
}
@media screen and (max-width: 640px){
	.list_product ul li {width: 100%;margin-bottom: 30px;}
	.list_product ul li .info {margin: 0;padding: 0 15px 0px;width: calc(100% - 30px);}
	#productdetail #imglist img { height: 60vw; }
}
@media screen and (max-width: 480px){
	.list_product ul li .img img { height: 60vw; }
}