﻿/* product common */
.prodimg{position:relative;}
.prodimg img {width: 100%;}
.prodwish {position:absolute; top:12px;right:12px;width:24px;height:24px;overflow:hidden;}
.prodwish:before {content:'';display:inline-block;width: 24px;height: 24px;background-image: url(/Images/like_off.svg);background-size: 100%;background-position: top;vertical-align: bottom;margin-right: 0;}
.prodwish.on:before {background-image: url(/Images/like_on.svg);}

.prodwish img {width:24px; height:24px;}
.sizeplus {position:absolute;bottom:0;right:0;width:20px;height:20px;background-color:rgba(29,29,29,0.5);text-align:center;vertical-align:middle;cursor:pointer;}
.sizeplus img {width:10px;height:10px;}
.sizeminus {position:absolute;bottom:0;right:0;width:20px;height:20px;text-align:center;vertical-align:middle;cursor:pointer;}
.sizeminus img {width:10px;}
.sizelist{position:absolute;bottom:0;left:0;right:0;display:none;width:100%;padding:2px 12px 18px 12px;background-color:rgba(29,29,29,0.5);box-sizing:border-box;}
.sizelist > ul > li{float:left;width:25%;font-size:10px;font-weight:600;color:#fff;margin-top:16px;}
.sizelist > ul > li.snone{color:#a1a1a1;}

.prod_name {display: inline-block;width: 100%;height: 20px;font-family: 'Spoqa Han Sans Neo';font-size:16px;font-weight: 500;color: #151515;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;letter-spacing:-0.05em;margin-bottom:7px;}
.prod_price{font-size:18px;font-weight:500;color:#151515;}
.prod_price em{margin-right:2px;font-weight:600;color:#0065b1;}


/* product icon */
.p_icon_area{height:20px;margin-top:16px;}
.p_icon_new{display:inline-block;font-size:12px;font-weight:400;color:#fff;line-height:20px;padding:0 10px;background-color:#55b4ff;border-radius:10px;}
.p_icon_best{display:inline-block;font-size:12px;font-weight:400;color:#fff;line-height:20px;padding:0 10px;background-color:#0065b1;border-radius:10px;}
.p_icon_restock{display:inline-block;font-size:12px;font-weight:400;color:#fff;line-height:20px;padding:0 10px;background-color:#00adba;border-radius:10px;}


/* product wrapper type1 */
.sub_cont_title{font-size:12px;font-weight:600;font-family:"Spoqa Han Sans Neo";color:#1d1d1d;padding:0 20px 16px;}
.product_list_cont_type1{padding: 0 0 36px;box-sizing: border-box;}
.product_list_cont_type1>ul {overflow: hidden;}
.product_list_cont_type1>ul>li {float: left;width: 48%;vertical-align: top;margin: 30px 0 0 0;box-sizing: border-box;}
.product_list_cont_type1>ul>li:nth-child(2n) {margin: 30px 0 0 4%;}
.product_list_cont_type1>ul>li:nth-child(1) {margin: 0;}
.product_list_cont_type1>ul>li:nth-child(2) {margin: 0 0 0 4%;}
.product_list_cont_type1>ul>li a.listitems {position: relative;display: block;margin-top: 0;}
.product_list_cont_type1 .none_msg{width: 100%;height: 200px;font-size: 15px;color: #a1a1a1;text-align: center;padding: 100px 20px;border: 1px solid #f4f4f4;}


@media(min-width:602px) {
	.sizelist{position:absolute;bottom:0;left:0;right:0;display:none;width:100%;padding:2px 18px 24px 18px;background-color:rgba(29,29,29,0.5);box-sizing:border-box;}
	.sizelist > ul > li{font-size:12px;margin-top:22px;}
				
	.prod_name {height: 23px;font-size:18px;}
	.prod_price{font-size:24px;}


	/* product icon */
	.p_icon_area{height:25px;margin-top:16px;}
	.p_icon_new{display:inline-block;font-size:13px;font-weight:400;color:#fff;line-height:25px;padding:0 15px;background-color:#0065b1;border-radius:15px;}
	.p_icon_best{display:inline-block;font-size:13px;font-weight:400;color:#fff;line-height:25px;padding:0 15px;background-color:#55b4ff;border-radius:15px;}
	.p_icon_restock{display:inline-block;font-size:13px;font-weight:400;color:#fff;line-height:25px;padding:0 15px;background-color:#00adba;border-radius:15px;}
}