﻿
ul#shp_storeitemlist_item > li{float:left;margin:0;}
.mdItemSort{
	border-radius: 2px;
    background: #fff;
    border-right: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 1px 5px -2px rgba(0,0,0,.52);
    -moz-box-shadow: 0 1px 5px -2px rgba(0,0,0,.52);
    box-shadow: 0 1px 5px -2px rgba(0,0,0,.52);
}
.mdItemSort ul{overflow-x: auto; font-size: 0; white-space: nowrap; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; line-height: 40px;
}
.mdItemSort li{font-size: 1rem;display: inline-block;vertical-align: top; padding: 0 6px;  position: relative;}
.mdItemSort li:first-child{padding-left: 10px;border-left: none;}
.mdItemSort li:last-child{padding-right: 10px;}
.mdItemSort a, .mdItemSort em {display: block;padding: 0 5px;}

ul#shp_storeitemlist_item{position:relative;margin-left:-1px;margin-right:-22px;overflow:hidden;margin-top:22px; }
ul#shp_storeitemlist_item > li{
	position: relative;
}

ul#shp_storeitemlist_item > li:before{}
ul#shp_storeitemlist_item > li:after{}
ul#shp_storeitemlist_item .elPrice { color: #c00;line-height: 1;}
ul#shp_storeitemlist_item .elTitle , ul#shp_storeitemlist_item .elReview ,ul#shp_storeitemlist_item .elPrice{ padding:8px 8px 0;background-color: #fafafa;}
ul#shp_storeitemlist_item .elPrice em:nth-of-type(2n+1){font-weight: bold}
ul#shp_storeitemlist_item .elPrice em:nth-of-type(2n){text-decoration: line-through;color: #bbb;margin-left:5px; }
ul#shp_storeitemlist_item .elReview {padding-bottom: 8px;}
ul#shp_storeitemlist_item .elTitle{
	display: block;display: -webkit-box; 
	display: box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;line-clamp: 2;line-height: 1.2;
	text-align: left;font-size: 12px;
	color: #000;line-height:17px;
	min-height: 42px;
}
ul#shp_storeitemlist_item .priceUpdater{text-align: left;margin-top:5px;}
ul#shp_storeitemlist_item .description{height: auto;}
ul#shp_storeitemlist_item .elPhoto {
	min-height: 125px;
    padding: 0 8px 8px;
    border-bottom: 1px solid #e3e3e3;
}
@media screen and (max-width:1023px){
	.products{
		width: 100%;
		padding: 0;margin-bottom: 0;
	}
}
ul#shp_storeitemlist_item > li > a{margin-left:1px;display: block;
	padding: 8px 0 0;
    border-radius: 2px;
    background: #fff;
    border-right: 1px solid #d8d8d8;
    float: left;
    position: relative;
    margin-right: 22px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 5px -2px rgba(0,0,0,.52);
    -moz-box-shadow: 0 1px 5px -2px rgba(0,0,0,.52);
    box-shadow: 0 1px 5px -2px rgba(0,0,0,.52);
}

@media screen and (max-width:479px){
	ul#shp_storeitemlist_item{
		margin: 0;
		padding-right: 5px;
	}
	ul#shp_storeitemlist_item > li > a{
		margin:0px; 
		box-shadow:none;
		border: 1px solid #e7e7e7;
	}
	ul#shp_storeitemlist_item > li{width:50%;padding:5px 0 0 5px;}
	ul#shp_storeitemlist_item > li:nth-of-type(2n+1){clear:both;}
 	ul#shp_storeitemlist_item > li:nth-of-type(2n+1):after{content:normal;}
 	ul#shp_storeitemlist_item .elPhoto {min-height: 110px}
}
@media screen and (min-width:480px) and (max-width:639px){
	ul#shp_storeitemlist_item > li{width:33.33%;}
 	ul#shp_storeitemlist_item > li:nth-of-type(3n+1){clear:both;}
 	ul#shp_storeitemlist_item > li:nth-of-type(3n+1):after{content:normal;}
 	ul#shp_storeitemlist_item .elPhoto {min-height: 120px}
}
@media screen and (min-width:640px) and (max-width:799px){
	ul#shp_storeitemlist_item > li{width:25%;}
 	ul#shp_storeitemlist_item > li:nth-of-type(4n+1){clear:both;}
 	ul#shp_storeitemlist_item > li:nth-of-type(4n+1):after{content:normal;}
 	ul#shp_storeitemlist_item .elPhoto {min-height: 125px}
}
@media screen and (min-width:800px){
	ul#shp_storeitemlist_item > li{width:20%;}
 	ul#shp_storeitemlist_item > li:nth-of-type(5n+1){clear:both;}
 	ul#shp_storeitemlist_item > li:nth-of-type(5n+1):after{content:normal;}
 	ul#shp_storeitemlist_item .elPhoto {min-height: 125px}
}
