/* list_product */
.list_product ul { font-size: 0; }
.list_product ul li {position: relative;margin-bottom: 50px;width: calc(100% / 4);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 4px;}
.list_product ul li .img:before {position: absolute;width: 100%;height: 100%;background: rgb(249 249 249 / 29%);display: block;top: 0;left: 0;opacity: 0;z-index: 2;content: "";}
.list_product ul li .img img {position: relative;width: 100%;height: 250px;object-fit: contain;z-index: 1;background-color: #fff;}
.list_product ul li .info {overflow: visible;position: relative;z-index: 2;margin: -55px auto 0;padding: 16px 20px;width: calc(85% - 40px);-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);background: rgb(255 255 255 / .4);-webkit-transform: translateY(20px);-ms-transform: translateY(10px);transform: translateY(10px);transition: all .5s ease-out;}
.list_product ul li .info .price {position: absolute;background: rgb(0 0 0 / .6);top: -40px;left: 0;-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);}
.list_product ul li .info h3{}
.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 {height: 38px;font-weight: 400;font-size: 22px;color: #000000;border: 1px solid rgb(0 0 0 / 18%);padding: 5px 12px;text-align: center;}
.list_product ul li .info article {height: 43px;font-weight: 400;font-size: 14px;color: #2c2c2c;-webkit-line-clamp: 2;display: none;}
#productdetail .shopbox p a {
    color: #fff;
    padding: 5px 20px;
    border: 1px solid rgb(255 255 255 / 19%);
}

/* productdetail */
#productdetail {font-size: 0;display: flex;}
#productdetail .row {width: 40%;display: inline-block;}
#productdetail #imglist {margin-right: 6%;/* width: 50%; */}
#productdetail #imglist img {width: 100%;height: 400px;object-fit: contain;}
#productdetail #imglist .slider-nav { margin-top: 40px; }
#productdetail #imglist .slider-nav img {margin: 0 10px 0 0;width: 100px;height: 100px;background-color: #fff;}
#productdetail #productinfo .cat a {font-size: 15px;color: #abb8ce;}
#productdetail #productinfo h2 {margin: 5px 0 15px;font-weight: 400;font-size: 25px;padding: 10px 0px 0;text-transform: capitalize;}
#productdetail #productinfo article {font-size: 24px;}
#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;margin-top: 20px;}
#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: rgb(42 61 93);color: #ffffff;}

/* productTabs */
#productTabs ul.tabs {margin: 70px 0 35px;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 {}
}
@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);}
.list_product ul li:hover .info{
	    -webkit-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	    transform: translateY(-30px);
	    transition: all .5s ease-out;
}
}
@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;display: flex;flex-direction: column;flex-wrap: wrap;}
	#productdetail .row , #productdetail #imglist { margin-right: 0; width: 100%; }
	#productdetail #imglist img {height: 60vw;}
	#productdetail #productinfo { margin-top: 5vw; }
}
@media screen and (max-width: 640px){
	.list_product ul li { width: 100%; }
	.list_product ul li .info {/* margin: -55px auto 0; *//* padding: 25px 30px 40px; *//* width: calc(85% - 60px); */-webkit-backdrop-filter: blur(8px);/* backdrop-filter: blur(8px); *//* background: rgb(255 255 255 / .4); */}
	#productdetail #imglist img { height: 60vw; }
}
@media screen and (max-width: 480px){
	.list_product ul li .img img { height: 60vw; }
}