
/*BACKGROUND PRODUCT LIST*/
.background_list {
	width: 100%;
	height: 440px;
	background-image: url(../images/producto/product_list_imagen.jpg);
}

.background_list_title {
	 margin-bottom: 15px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 35px;
	margin: 30px 0;
}

.background_list_title1 {
	text-transform: capitalize;
	font-size: 21px;
	font-family: 'Courgette',cursive;
	color: #ffffff;
}

.enlace_inicio {
	color: #ffffff!important;
}

.enlace_inicio:hover {
	color: #ff9b00!important;
}

.slider-content {
    text-align: center;
    z-index: 999;
    position: relative;
	background-color: rgba(0,0,0,.2);
	min-height: 360px;
}

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    border-radius: 4px;

}

.breadcrumb>li {
    display: inline-block;
	font-size: 15px;
	color: #ffffff;
}

/*END BACKGROUND PRODUCT LIST*/

/*CATEGORIA*/

.background_categoria {
	width: 100%;
	height: 440px;
	background-image: url(../images/categoria/background_categoria.jpg);
}













/*END CATEGORIA*/


#product_list_bg {
	overflow: visible;
	background-color: #202020;
	
}
#product_list_bg_content {
	border:none;
	margin:0 auto;
	width:1170px;
	position:relative;
	overflow: hidden;
	height:auto;
}
#product_list_bg_content_left {
	margin:20px 20px 20px 0px;
  width: 770px;
	min-height:400px;
	position:relative;
	float:right;
}
#product_list_bg_content_left_title{
	width:auto;
	height:40px;
	font-size:14px;
	line-height:40px;
	padding:0px 20px;
	margin-bottom:27px;
	color: #fff;
	}
#product_list_bg_content_left_title img{
	border:0;
	}
#product_list_bg_content_left img{
	border:0;
	}



/******************Categories*******************************/
#product_list_bg_content_left_categories{
	height:110px;
    background:rgba(160, 160, 160, 0.04);
	font-size:14px;
	line-height:40px;
	}
#product_list_bg_content_left_categories_content {
	margin:10px auto 10px auto;
	width:575px;
	height:110px;
	position:relative;
	overflow:hidden;
}
.box_li
{
	padding:10px 10px 10px 0;
	width:75px;
	height:130px;
}
#product_list_bg_content_left_categories_content img{
	border:0;
}
#product_list_bg_content_left_categories_content a:link {
	text-decoration: none;
}
#product_list_bg_content_left_categories_content a:visited {
	text-decoration: none;
}
#product_list_bg_content_left_categories_content a:hover {
	text-decoration: none;
}
#product_list_bg_content_left_categories_content a:active {
	text-decoration: none;
}
#product_list_bg_content_left_categories_content .last{
	float:right;	
	padding:3px 0px 3px 0px;
}
#product_list_bg_content_left_categories_content .title1{
	margin:3px 0px;
	padding:0;
	width:75px;
	height:30px;
	line-height:1.3;

	font-size:12px;
	overflow:hidden;
}
#product_list_bg_content_left_categories .prev{
	position:absolute;
	left:10px;
	top:93px;
	background:url(../images/icon1.png) center center no-repeat;
	height:27px;
	width:28px;
	border:0;
	}
#product_list_bg_content_left_categories .next{
	position:absolute;
	right:15px;
	top:93px;
	border:0;
	height:27px;
	width:28px;
	background:url(../images/icon2.png) center center no-repeat;
	}
/*************************************************/
#product_list_bg_content a:link {
	text-decoration: none;
	color: #ffffff;
}
#product_list_bg_content a:visited {
	text-decoration: none;
	color: #ffffff;
}
#product_list_bg_content a:hover {
	text-decoration: none;
	color: #ffb045;
}
#product_list_bg_content a:active {
	text-decoration: none;
}
#product_list_bg_content_left_product
{
	padding:0;
	margin:0;
	list-style:none;
}
#product_list_bg_content_left_product li{
	float: left;
    display: block;
    position: relative;
	margin: 4px;
    /*background-color: rgb(0, 0, 0);*/
    /*background-image: radial-gradient(at top,rgba(100,100,100,.6) 0,rgb(0, 0, 0) 80%);*/
    background-image: -webkit-radial-gradient(at top,rgba(100,100,100,.6) 0,rgb(0, 0, 0) 80%);
    background-image: -moz-radial-gradient(at top,rgba(100,100,100,.6) 0,rgb(0, 0, 0) 80%);
    background-image: -o-radial-gradient(at top,rgba(100,100,100,.6) 0,rgb(0, 0, 0) 80%);
    background-size: 100% 56px;
    background-repeat: no-repeat;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    padding: .3625rem;
}
#product_list_bg_content_left_product_title{
	margin:3px 0px;
	padding:0;
	line-height:25px;
	font-size:18px;
	overflow:visible;
	line-height:14px;
}
#product_list_bg_content_left_product_abbreviation{
	margin:3px 0px;
	padding:0;
	line-height:1.3;
	font-size:14px;
	overflow:visible;
}
#product_list_bg_content_left_product_price{
	margin:3px 0px;
	padding:0;
	line-height:1.3;

	font-size:18px;
}
#product_list_bg_content_left_product_price_discount{

	text-decoration: line-through;
}
#product_list_bg_content_left_product .add_cart{
	width:118px;
	height:25px;
	cursor:pointer;
}
#add_cart{
	background: none;
    color: #e62129;
    padding: 10px;
    border-radius: 3px;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    border: 1px dashed #e62129;
	}
#add_cart:hover{
	background: none;
    color: #c1c1c1;
    padding: 10px;
    border-radius: 3px;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #ff9a11;
	}
#add_cart1{
	background: none;
    color: #e62129;
    padding: 10px;
    border-radius: 3px;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    border: 1px dashed #e62129;
	margin-top: 7%;
    width: 120px;
	}
#add_cart1:hover{
	background: none;
    color: #c1c1c1;
    padding: 10px;
    border-radius: 3px;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #ff9a11;
	}
    