@charset "utf-8";

/* Category */
.list-category { margin-bottom:20px; }
.list-category .dropdown { margin-bottom:20px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

.list-sort { margin:0px 0px 20px;  padding:0 0 5px; border-bottom:1px solid #e5e5e5;}
.list-sort .on { font-weight:bold; color:crimson !important;}
.list-sort .pull-left , .list-sort .pull-right a { display:inline-block; margin:0px 10px; }
.list-sort .pull-left {margin:0; font-size:16px; color:#3a3a3a; font-weight:400;}
.list-sort .pull-left b {font-weight:600;}
.list-sort .pull-right a {font-size:14px; color:#3a3a3a; font-weight:400;}
.list-sort a.on {font-weight:600; color:#ff8800 !important;}
@media (max-width:991px) {
	.list-sort .pull-left {line-height:32px;}
}

/* List */
.list-control { line-height:1px; }
.list-page { margin:30px 0px 0px; }
.list-none { padding-top:100px; padding-bottom:100px; text-align:center; }

.shop-list .item-wrap { overflow:hidden; line-height:20px; }
.shop-list .item-row { float:left; overflow:hidden; }
.shop-list .item-list { overflow:hidden;  }
.shop-list .item-image { position:relative; overflow:hidden; margin:0px; border:1px solid #e5e5e5;}
.shop-list .item-img { position:relative; overflow:hidden; max-height:360px; }
.shop-list .item-img .wr-img { width:100%; height:auto; }
.shop-list .item-icon { position:absolute; left:10px; top:10px; line-height:1px; z-index:1; }
.shop-list .item-icon img{display: inline-block;margin-right: 3px;}
.shop-list .item-content { overflow:hidden; padding:20px 0 0; }
.shop-list .item-content strong { font-size:18px; color:#333; font-weight:500; letter-spacing:-1px; padding-right:1px; }
.shop-list .item-content .item-desc { font-size:14px; color:#666666; margin-top:6px; font-weight:500; }
.shop-list .item-cur-price { font-size:13px; padding:0px 15px; line-height:16px; height:16px; margin-top:6px; text-align:right; }
.shop-list .item-price { font-size:18px; padding:6px 0 45px; color:#151515;}
.shop-list .item-price .cust_price {font-size:14px; color:#666; padding-right:8px;}
.shop-list .item-price b {font-weight:600;}
.shop-list .item-info { text-align:center; font-size:15px; padding:8px 15px; padding-right:5px; line-height:24px; border-top:1px solid #eee; background:#fafafa; }
.shop-list .item-info span { display:inline-block; margin-right:10px; }
.shop-list .item-info span i { margin-right:2px; }
.shop-list .item-info span.item-star i { margin-right:0px; }
.shop-list #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.shop-list .item-more { text-align:center; margin:15px 0px 0px; }

.shop-list .item-point { position:absolute; left:0; bottom:0; z-index:1; margin:0px !important; padding:4px 6px 4px 15px !important; line-height:1.0 !important;}
.shop-list .item-point span { letter-spacing:0; }

@media all and (max-width:767px) {
	.responsive .list-control .pull-left,
	.responsive .list-page .pull-left { float:none !important; margin-bottom:10px; }
	.responsive .list-control .pull-right,
	.responsive .list-page .pull-right { float:none !important; }
}

@media (max-width:480px) { 
	.responsive .shop-list.xs-2 .item-price .font-18 { font-size: 15px; }
	.responsive .shop-list.xs-2 .item-info { font-size: 13px; }
}
