.box_product_index{
	margin: 15px 0;
}
.box_product_index .bx-wrapper .bx-viewport{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.box_product_index .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{
	left: -45px;
}
.box_product_index .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
	right: -36px;
}
@media screen and (max-width: 1200px){
	.box_product_index .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{
		left: -17px;
	}
	.box_product_index .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
		right: -11px;
	}
}
@media screen and (max-width: 700px){
	.box_product_index .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{
		left: -3px;
	}
	.box_product_index .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
		right: -4px;
	}
}
.box_products_index_list{
	
}
h1.titulo-box-inicio{
	background: #F4F0F1;
}
h1.titulo-box-inicio-marcas{
    background: none;
    border:none;
    text-align: center;
    background: -moz-linear-gradient(#ffffff 0%, #ffffff 49%, #000000 50%, #000000 51%, #ffffff 52%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #ffffff), color-stop(50%, #000000), color-stop(51%, #000000), color-stop(52%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(#ffffff 0%, #ffffff 49%, #000000 50%, #000000 51%, #ffffff 52%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff 0%, #ffffff 49%, #000000 50%, #000000 51%, #ffffff 52%, #ffffff 100%);
    background: linear-gradient(#ffffff 0%, #ffffff 49%, #000000 50%, #000000 51%, #ffffff 52%, #ffffff 100%);

}
h1.titulo-box-inicio-marcas span{
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}
.box_product_index_list_element{
	/*width: 25%;
	display: inline-block;
	padding: 5px;
	box-sizing: border-box;
	vertical-align: top;*/
	text-align: center;
	
}
.box_product_index_list_element_image{
	border-bottom: 1px solid #8e8e8e;
}

.box_product_index_list_element_manufacturer{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
}
.box_product_index_list_element_model{
	word-wrap: break-word;
	font-size: 12px;
	color: #666;
	overflow: hidden;
    text-overflow: ellipsis;
}
.box_product_index_list_element_price{
	color: #A82E97;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0;
}
@media screen and (max-width: 700px){
	.box_product_index_list_element{
		width: 50%;
	}
}