	.eshop-products-list {
  background: #e3e3e3 none repeat scroll 0 0;
  margin: 0 -15px;
  padding: 15px 0;
}
.eshop-products-list.featurelist {
  background: none;
  margin: 0;
  padding: 15px 0;
}
.eshop-products-list .eshop-image-block img {
	width:100%;
	height:auto;
}
.catintro img.img-polaroid {
	width:100%;
	height:auto;
}
/*
.eshop-products-list .ajax-block-product {
  border: 1px solid #ccc;
  margin-left: 2.5%;
  margin-bottom: 2.5%;
  padding: 10px;
  max-height: 130px;
	min-height: 130px;
	overflow: hidden;
}
.eshop-products-list .ajax-block-product > div {
	padding:0 !important;
}

.eshop-products-list .ajax-block-product > div.eshop-info-block {
	padding-left:5px !important;
}
.eshop-products-list .eshop-info-block h5 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 7px 0;
}
.eshop-products-list .eshop-info-block .eshop-product-desc {
    line-height: 18px;
}
div#products-list div.eshop-buttons div.eshop-cart-area button.btn.btn-primary {
  border-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 1);
  display: inline-block;
  height: 26px;
  line-height: 100%;
  padding: 0;
  position: relative;
  width: 26px;
  background: #ff5a01;
}
div#products-list div.eshop-buttons div.eshop-cart-area button.btn.btn-primary i {
  font-size: 15px;
  left: 4px;
  position: absolute;
  top: 5px;
}
div#products-list div.eshop-buttons div.eshop-cart-area button.btn.btn-primary span {
	overflow:hidden;
	position: relative;
	text-indent:-999em;
	display:inline-block;
}
div#products-list div.eshop-buttons {
  left: 10px;
  position: absolute;
  top: 40px;
  width: 57px;
}
div#products-list div.eshop-product-price p span.price {
	white-space:nowrap;
	font-size:20px
}
/*
.featurelistbox h3 {
	color: #00a3b2;
	font-family: "Times New Roman",Times,serif;
	text-transform: uppercase;
	white-space: normal;
	word-break: normal;
	word-wrap: break-word;
}
.featurelistbox .list .spanbox {
	padding:10px;
}
.featurelistbox {
	padding-left:15px !important;
	padding-right:0 !important;
}
*/
h4#subcatmenu_button {
	font-family: "Times New Roman",Times,serif;
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0;
	position:relative;
}
h4#subcatmenu_button::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f107";
	color: rgba(0, 0, 0, 0.4);
	position: absolute;
	right: 0;  
}
.open h4#subcatmenu_button::after {
	content: "\f106";
}
#subcatmenucontainer {
	border:1px solid rgba(0,0,0,0.2);
	padding:5px 8px;
	cursor:pointer;
	position:relative;
	}
#subcatmenucontainer:hover,
#subcatmenucontainer.open {
	border:1px solid rgba(255,255,255,0.8);
	background:rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.2);
	}
#subcatmenu {
  display: block;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
#subcatmenu li {
	margin:0;
	padding:0;
	display:block;
	float:none;
}
#subcatmenu li a {
	margin:0 0 1px 0;
	padding:3px 6px;
	background:rgba(255,255,255,0.6);
	display:block;
	float:none;
}
#subcatmenu li a:hover {
	background:rgba(255,255,255,0.9);
}
.pagination-list li i {
  display: block;
  height: 17px;
  width: 13px;
}
.pagination-list li i::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.pagination-list li i.icon-next::before {
	content: "\f105";
}	
.pagination-list li i.icon-last::before {
	content: "\f101";
}
.pagination-list li i.icon-first::before {
	content: "\f100";
}
.pagination-list li i.icon-previous::before {
	content: "\f104";
}
div.eshop-category-wrap {
	margin-bottom: 15px;
	}
div.eshop-category-wrap:hover {
	box-shadow:0 2px 3px rgba(0,0,0,0.3)
}
div.eshop-category-wrap,
div.eshop-category-wrap div.image {
	position: relative;
	z-index:1;
}
div.eshop-category-wrap div.image a img {
	max-width:100%;
	margin-top:20px;
}
div.eshop-category-wrap .eshop-info-block h5 {
	font-family: "Times New Roman",Times,serif;
	font-size:16px;
	font-weight:normal !important;
}
div.eshop-category-wrap .eshop-info-block {
	position: absolute;
	width:100%;
	z-index:2;
	background:rgba(177,216,207,0.6) !important;
	min-height:55px;
}
/*
@media (min-width: 768px) {
	.catintro img.img-polaroid {
	  height: auto;
	  width: auto;
	}
	.catintro {
	  position: relative;
	  z-index: 1;
	}
	.subcats {
		z-index: 2;
		position: relative;
	}
}
@media (min-width: 991px) {
	.catintro img.img-polaroid {
	  height: auto;
	  margin-left: -100px;
	  width: auto;
	}
}
*/