.clear { clear: both; }
.about-home p { text-align: justify; }

.home-categories {
    clear: both;
    float: left;
    margin-top: 20px;
    padding: 35px 0;
    width: 100%;
}


.home-categories li.cat_item:nth-child(4n) {
    margin-right: 0;
}
.home-categories .cat_item {
    margin-bottom: 25px;
    margin-right: 25px; display: inline-block; vertical-align: top;
	 border: 1px solid #c5c5c6;
    height: 181px;
    overflow: hidden;
    width: 228px;
}
.home-categories .cat_item .cat_img {
    display: inline-block;
    height: 136px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.home-categories .cat_name {
    height: 40px;
    text-align: center;
}

.home-categories .cat_name a {
    color: #fff;  background: #5f5f5f;
    display: inline-block; vertical-align:top;
    font-size: 16px;
    line-height: normal;
    padding: 4px 20px 20px 20px;
    text-decoration: none; width:100%;
}
.home-categories li.cat_item:hover .cat_name a{background: #0060ad;} 

.home-new-products { background: #ccc; width: 100%; float: left;}

.home-new-products .product-items { width: 225px; float: left; border: 1px solid #eee;}

.home-new-products .product-name {
	border: 1px solid red;
	padding: 16px;
	text-align: justify;
}

.product-enquiry-button {
	text-align: center;
}

.product-enquiry-button button{
	text-align: center; width: 115px; height: 38px;
	
}


/* .add-to-cart {
	display: none;
} */

.tabs { display: none; }

.links > img {
	width: 186px;
}

.newproductRow {
    clear: both;
    padding: 24px 0;
}
.newproductRow h2 {
    margin-bottom: 20px;
}
.newproductRow .home-page-new-grid.products-grid li {
    background: #fff none repeat scroll 0 0;
    clear: none !important;
    height: 380px;
    margin-right: 2% !important;
    padding:0 0 20px 0; border: 1px solid #d2d3d4;
    width:23.2%;
}
.newproductRow .home-page-new-grid.products-grid > li:nth-child(4n) {margin-right:0!important;}
.home-page-new-grid.products-grid li .actions {
    bottom: 20px;
}
.newproductRow .home-page-new-grid.products-grid li.add-to-links {
    margin: 0;
}
.newproductRow .home-page-new-grid.products-grid li .product-image{
    border:none; margin-bottom: 15px;
}
.newproductRow .home-page-new-grid.products-grid li .product-short {
    font-size: 14px;
}
/* .category-products .pages {
	display: none;
} */

.collection_grid .pages {
	display: block !important;
}


/* contact us */

div.contact-google-map { width: 100%; margin-bottom:20px;}



/* shopping cart */

.cart-table {
	float: left;
	width: 100% !important;
}

.cart-forms { display: none; }

.cart-totals-wrapper { display: none; }

.checkout-types { display: none; }


.price-box {
	display: none;
}

#header-search {width: 35% !important; } 

#search_mini_form { float: left; width: 68%; }

.btn.button.top_enquiry { padding-bottom: 10px; padding-top: 10px; }

.top_enquiry { float: right; }


.actions {
	display: block !important;
}

.product-name {
	min-height: 50px;
}

.products-grid .actions { padding-top: 0 !important; min-height: auto !important;}

.this_captcha {
    background: #3399cc none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 8px;
    text-align: center;
    width: 140px;
}


.cat_description { text-align: justify; width: 90% !important; }