#page_content.boxed
{
	overflow: visible;
}

.subCategoryList
{
	list-style-type: none;
}

.subCategoryList .img-wrap img[src=""]
{
	display: none;
}

.subCategoryList .img-wrap
{
	text-align: center;
	height: 230px;
	overflow: hidden;
}

.subCategoryList .img-wrap img
{
	max-height: 280px;
	max-width: 200px;
	padding-top: 15px;
	
}

.product-list.layout1 .boxed
{
	overflow: visible;
}

.product-list .boxed hr
{
	margin-bottom: 10px;
}

.subCategoryList .boxed:hover,
.product-list .boxed:hover
{
	border-color: rgba(0, 0, 0, 0.4);
}

.product-list .modal-header
{
	border-color: transparent;
}

.product-list .img-wrap
{
	height: 260px;
	width: 750px;
	display: table-cell;
	vertical-align: middle;
}

.product-list .img-wrap img
{
	max-height: 250px;
	max-width: 185px;
}

.product-list .product-stock img
{
	top: 0 !important;
	max-width: 18px;
}

.special_price_listing
{
	position: absolute;
	background: #DD1E31;
	padding: 8px 16px;
	border-radius: 5px 0px 0px 0px;
	color: #fff;
	font-weight: 800;
	font-size: 100%;
	top: 10px;
	left: 15px;
}

.btn.quick-info
{
	margin-top: -250px;
	opacity: 0;
	position: relative
}

.text-center:hover .btn.quick-info
{
	opacity: 1;
}


.modal-header .special_price_listing
{
	left: 	0px;
	top:	0px;
}