/* Index title */
#home_cat_product {
padding: 45px 35px;
margin: 15px -15px 0 -15px!important;
}

#home_cat_product .nav-tabs{
	border-bottom:0!important;
}

#home_cat_product .d_var{
	color:#00661A;
}

#home_cat_product a.catprod_title{
border: 1px solid #c9cccc;
background-color: #ffffff;
padding:5px 15px;
}

#home_cat_product .row{
max-width:1600px;
	margin:0 auto;
}

#home_cat_product .catprod_title{
position: relative;
display: block;
text-transform: none;
font-weight: 600;
font-size: 16px;
line-height: 16px;
margin-top: 0;
margin-bottom: 20px;
border-bottom: 0px;
float:left;
margin-right:10px;
}

#home_cat_product a.catprod_title {
display: inline-block;
}

#home_cat_product .catprod_title .arrows_container {
position: absolute;
right: 0;
top: 0;
}

#home_cat_product .catprod_title span {
display: inline-block;
padding: 7px 0;
margin-bottom: -1px;
border-bottom: 0px;
}

#home_cat_product .col-sm-3 {
margin-bottom: 20px;
}

#home_cat_product .bx_box {
background: #fff;
border: 0px;
border-top: 0;
}


#home_cat_product .product_container {
position: relative;
padding: 15px 15px;
text-align:left;
}

#home_cat_product ul li .left-block {
float: left;
border: 0;
padding: 0px 12px 0 0;
position: relative;
}

#home_cat_product a.product-flags-plist span.product-flag.new {
background: #00b0ff;
}

#home_cat_product  .right-block {
float: none;

}

#home_cat_product .right-block .name_block {
font-weight: 300;
font-size: 14px;
line-height: 16px;
color: #252f3d;
margin: 14px 0 6px;
text-transform:none;
}

#home_cat_product .right-block .name_block button {
font-size: 14px;
line-height: 16px;
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

#home_cat_product .right-block .name_block button:hover {
text-decoration: underline;
}

#home_cat_product .right-block .comments_note {
margin: 6px 0 4px;
}

#home_cat_product  .right-block .comments_note span.nb-comments {
display: none;
}

#home_cat_product .right-block p.product-desc {
display: none;
margin: 0 0 2px;
}

#home_cat_product  .product-price-and-shipping .price {
font-weight: 700;
color: #252f3d;
font-size: 15px;
line-height: 22px;
}

#home_cat_product .right-block .product-price-and-shipping span.regular-price {
line-height: 20px;
}

#home_cat_product .right-block .old-price.product-price {
font-size: 14px;
color: #999999;
}

#home_cat_product .right-block .button-container {
display: none;
}

#home_cat_product .slider-btn {
font-weight: normal;
width: 20px;
height: 22px;
line-height: 26px;
text-align: center;
margin-top: 5px;
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}

#home_cat_product .slider-btn button {
cursor: pointer;
color: #000;
left: 0;
right: 0;
text-decoration: none;
}

#home_cat_product .slider-btn button:before {
display: none;
}

#home_cat_product .slider-btn button.disabled {
cursor: default;
color: #ccc;
}

@media (min-width: 992px) {

#home_cat_product .col-sm-3:nth-child(4n+1) {
/*clear: both;*/
}
	
	#home_cat_product .product_container{
		width:16.66%;
	}

}

@media (min-width: 481px) and (max-width: 991px) {

#home_cat_product {
margin: 0 0 0px;
}

#home_cat_product .col-sm-3:nth-child(2n+1) {
/*clear: both;*/
}
}

/* Load script fix */

#home_cat_product ul li:nth-child(n+5) {
/*display: none;*/
}

#home_cat_product .bx-wrapper ul li {
display: block;
}


