/* list_product */
.list_product ul { font-size: 0; }
.list_product ul li {position: relative;width: calc((100%/5) - 24px);display: inline-block;position: relative;background-color: #FFF;border: solid 1px #CCC;margin-left: auto;margin-right: auto;margin: 5px 10px;}
.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;}
.list_product ul li .img:before { position: absolute; width: 100%; height: 100%; background: rgba(31, 31, 31, .6); display: block; top: 0; left: 0; opacity: 0; z-index: 2; content: ""; }
.list_product ul li .img img {position: relative;width: 100%;height: 170px;object-fit: scale-down;z-index: 1;}
.list_product ul li .info {overflow: visible;padding: 0px 0;margin: 20px 10px;z-index: 2;width: 80%;max-width: 280px;margin-left: auto;margin-right: auto;}
.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; height: 37px; font-weight: 400; font-size: 22px; color: #1f1f1f; }
.list_product ul li .info article {height: 30px;-webkit-line-clamp: 1;font-family: "Fjalla One", sans-serif;font-weight: 400;padding: 10px 22px;font-size: 17px;letter-spacing: .1em;color: #5a5a5a;background-color: #efefef;}

/* productdetail */
#productdetail { font-size: 0; }
#productdetail .row { width: 40%; display: inline-block; }
#productdetail #imglist {margin-right: 8%;width: 38%;}
#productdetail #imglist a{
    background-size: cover;
}
#productdetail #imglist img {height: 400px;object-fit: cover;background-color: #fff;}
#productdetail #imglist .slider-nav { margin-top: 40px; }
#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 15px;font-weight: bold;font-size: 26px;color: #252525;}
#productdetail #productinfo article {font-size: 16px;color: #404040;font-weight: 700;}
#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;color: #000;}
#productdetail .shopbox p b a{
    color: #291670;
    vertical-align: baseline;
}
#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 {background: #f4f4f4;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 {}
	.list_product ul li .info {padding: 0px 0px 0px;width: calc(95% - 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(4px); filter: blur(4px); }
}
@media screen and (max-width: 1160px){
	.list_product ul li {width: calc((100%/3) - 24px);}
	#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 {
    width: calc(100% - 20px);
    margin: 10px 10px;
}
	.list_product ul li {width: calc((100%/2) - 24px);}
}
@media screen and (max-width: 640px){
	.list_product ul li {width: calc((100%/2) - 12px);margin: 5px 5px;}
#content h3{
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    height: 23px;
}
#content h3:before{
    display: none;
}
.list_product ul li .info article{
    padding: 5px 8px;
    font-size: 14px;
    height: 20px;
}
	#productdetail #imglist img { height: 60vw; }
}
@media screen and (max-width: 480px){
	.list_product ul li .img img {height: 33vw;}
}