.producto_precio_sin_oferta {
	font-family: "Roboto", sans-serif;
	font-weight: weight;
	font-size: 11px;
	font-style: normal;
	color:#444;
	text-decoration: line-through;
  }

.producto_describe {
	font-family: "Roboto", sans-serif;
	font-weight: weight;
	font-size: 12px;
	font-style: normal;
	color:#444;
  }

.producto_titulo a {
  font-family: "Roboto", sans-serif;
  padding-left:10px;
  padding-right:10px;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
}

#producto_precio {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 26px;
	font-style: normal;
  }


.producto {
	width:280px;
	background-color:#fff;
	position: relative;
	float:left; 
	margin-left:10px;
	margin-top:10px;
	padding:2px;
	min-height:500px;
	border: 1px solid #c5c5c5;
}

.producto:hover{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
}

.producto_fn_carousel {
	width:300px;
	background-color:#fff;
	margin-left:20px;
	margin-top:10px;
	padding:2px;
	min-height:430px;
	border: 1px solid #c5c5c5;
}

.producto_fn_carousel img{
	max-width:300px;
	height:auto;
}

.producto_fn_carousel:hover {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
}

.producto_titulo a{
	font-family: "Montserrat", sans-serif;
	color: #000;
	text-decoration:none;
	font-weight: 500;
	padding:2px;
}

.producto_titulo a:hover{
	font-family: "Montserrat", sans-serif;
	color: #0d6efd;
	text-decoration:none;
	font-weight: 500;
	padding:2px;
}

.producto_descripcion {
	font-family: "Montserrat", sans-serif;
	color: var(--gray-dark);
	text-decoration:none;
	font-weight: 500;
	font-size: 12px;
	padding:2px;
}

.producto_precio_descripcion {
	font-family: "Montserrat", sans-serif;
	color: #00a650;
	text-decoration:none;
	font-weight: 700;
	font-size: 12px;
	padding:2px;
	text-align: center;
}

.producto_precio {
	font-family: "Montserrat", sans-serif;
	color: var(--gray-dark);
	text-decoration:none;
	font-weight: 400;
	font-size: 24px;
	padding:2px;
	text-align: center;
}

.producto_precio_stock {
	font-family: "Montserrat", sans-serif;
	text-align: center;
}

.producto_imagen {
	width: 100%;
	height: auto;
	padding:2px;
}

 
#producto_carousel {
	width: 1110px;
	position:relative;
	height: 450px;
	padding-top:6px;
	overflow:hidden;
}

#producto_carousel_inner {
  height: 450px;
  width:1310px;
}

.producto_galeria {
	background-image: repeating-linear-gradient(45deg, rgba(97,97,97,0.1) 0px, rgba(97,97,97,0.1) 2px,transparent 2px, transparent 4px),linear-gradient(90deg, rgb(43,43,43),rgb(43,43,43));
}