.wrapper-productos{
	background-color: #e5e5e5;
	padding-bottom: 20px;
}
.search-wrapper{
	height: 100px;
}
.search-form{
	width: 460px;
	text-align: center;
	padding-top: 30px;
	margin: 0 auto;
}
.search-input{
	padding: 10px 15px;
	min-width: 280px;
	border: 1px solid #dddcdd;
	color: #414141
}
.search-input:focus{
	outline: none;
	border: 1px solid #B8B6B8;
}
.search-submit{
	background-color: blue;
	background-color: #366DC2;
	color: #fff;
	cursor: pointer;
	border: none;
	border: 1px solid #dddcdd;
	border-left: none;
	padding: 8px 20px;
	font-size: 17px;
}
.categorias-box{
	width: 220px;
	float: left;
}
.cat-ul{
	list-style: none;
	width: 100%;
	background-color: #fff;
	border: 1px solid #dddcdd;
	box-shadow: 0 2px 2px rgba(0,0,0,0.10);
}
.cat-ul li{
	border-bottom: 1px solid #dddcdd;
}
.cat-ul li a{
	color: #9d9d9d;
	padding: 10px 14px;
	text-decoration: none;
	display: block;
	background-color: #fff;
}
.cat-ul li a:hover{
	background-color: #eff5ff;
	color: #4973b3;
	transition: all .1s;
	-webkit-transition: all .1s; /* Safari */
}
.productos-box{
	width: 745px;
	float: left;
	background-color: #fff;
	min-height: 350px;
	margin-left: 10px;
	border: 1px solid #dddcdd;
	box-shadow: 0 2px 2px rgba(0,0,0,0.10);
}
.products-wrap ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.producto{
	margin: 0;
	text-align: left;
	cursor: pointer;
	vertical-align: top;
	width: 245px;
	border: 1px dotted #CACACA;
	border-left: none;
	margin-left: -1px;
	border-top: none;
	display: inline-block;
	height: 283px;
	position: relative;
}
.producto .wrp{
	margin: 16px;
}
.product-desc a{
	color: #366DC2;
	text-decoration: none;
	font-size: 19px;
	font-weight: 100;
	line-height: 25px;
}
.precio{
	line-height: 35px;
	text-align: right;
	font-size: 18px;
	color: #053B64;
	position: absolute;
	bottom: 0;
	right: 10px;
}
.producto:hover{
	background-color: #eff5ff;
}
.pagination{
	margin: 15px 0;
}
.pagination ul{
	list-style: none;
	text-align: center;
}
.pagination ul li{
	display: inline-block;
	padding: 7px 10px;
}
.pagination ul li.current{
	background-color: #385b83;
}
.pagination ul li a{
	color: #5a90e1;
	text-decoration: none;
	display: block;
}
.select-order{
	position: absolute;
	right: 35px;
	top: 12px;
}
.select-order select{
	padding: 3px;
	color: #515151;
	border: 1px solid #dddcdd;
	min-width: 150px;
}

/*====== Producto CSS =========*/
.cat-links{
	font-size: 13px;
	padding: 10px;
}
.cat-links a{
	color: #0C60A5;
	margin: 0 4px;
}
.zm-plugin{
	margin: 10px;
	float: left;
}
.thumbs-img ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.img-big{
	border: 1px solid #C5C5C5;
	width: 327px;
	height: 327px;
	margin-bottom: -1px;
	background-color: #fff;
}
.thumbs-img ul li{
	display: inline-block;
	border: 1px solid #C5C5C5;
	margin: 0;
	width: 109px;
	margin-right: -5px;
	height: 109px;
}
.info-product{
	width: 360px;
	float: left;
	margin: 10px;
}
.info-product .description{
	text-align: justify;
	color: #858585;
	height: 315px;
	max-height: 315px;
	overflow-y:auto;
	padding-right: 10px;
	box-shadow: inset 0 0 10px #fff;
}
.info-product .precio-box{
	background-color: #f4f4f4;
	height: 100px;
	border: 1px solid #C5C5C5;
	margin: 15px 30px;	
}
.precios{
	width: 200px;
	vertical-align: middle;
	float: left;
}
.precios .precio-desc{
	text-decoration:line-through;
	color: #B6B6B6;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	border-bottom: 1px dotted #C5C5C5;
	vertical-align: bottom;
}
.precios .precio-nuevo{
	font-size: 28px;
	line-height: 50px;
	vertical-align: top;
	color: #366DC2;
	text-align: center;
}
.cart{
	float: left;
	height: 100px;
	width: 88px;
	display: inline;
}
.cart a{
	display: block;
	background-color: #366DC2;
	width: 98px;
	background-position: center;
	height: 100px;
	background-image: url(http://museiccarwash.com/static/img/cart.png);
}
.cart a:hover{
	background-color: #2F5FA6;
}
.hidden-info{
	display: none;
	min-height: 100px;
}
.down-button{
	background-color: #366DC2;
	text-decoration: none;
	color: #fff;
	height: 39px;
	padding: 10px 10px 10px 33px;
	line-height: 80px;
	background-image: url(http://museiccarwash.com/static/img/down-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.related-products{
	width: 607px;
	margin: 10px auto;
	border: 1px solid #C5C5C5;
	padding: 0;

}
.related-products ul{
	list-style: none;
	text-align: center;
	margin: 3px 0 0 0;
	padding: 0;
}
.related-products ul li{
	border-right: 1px solid #C5C5C5;
	width: 146px;
	height: 146px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
.hidden-blck{
	background-color: rgba(54,109,194,.8);
	height: 60px;
	position: absolute;
	bottom: -60px;
	width: 100%;
	z-index: 999;
	transition: all .2s;
	-webkit-transition: all .2s; /* Safari */
}
.hidden-blck a{
	color: #fff;
	text-decoration: none;
}
.hidden-blck .price{
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #30548c;
	font-size: 14px;
	padding: 4px;
}
.related-products ul {
	vertical-align: top;
}
.related-products ul li img {
	height: 146px;
}
.related-products ul li:hover > .hidden-blck{
	bottom: 0;
}
.wrap-info{
	width:600px;
	margin:0 auto;
}
.wrap-info p{
	color: #4E4E4E;
}
.not-found{
	line-height: 55px;
	text-align: center;
	color: rgb(214, 110, 110);
	font-size: 25px;
}