.product-content{ 
	padding-top: 40px;
}

.product-container {
	color: #313131;
	background: white;
	padding-top: 50px;
}

.sabores {
	border-top: 1px solid #db1143;
}

.title p {
	font-family: 'ws-b';
	font-size: 21px;
}

.description {
	font-family: 'ws-m';
	font-size: 18px;
	padding-bottom: 5px;
}

.sabores-title {
	font-family: 'ws-sb';
	font-size: 18px;
	padding-top: 5px;
}

.product-details {
	padding-bottom: 20px;
}

.redbox {
	border: 1px solid #db1143;
}

.redbox-title {
	border-bottom: 1px solid #db1143;
	font-family: 'ws-b';
	font-size: 21px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
}

.redbox-content {
	font-family: 'ws-m';
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 18px;
	min-height: 200px;
}
.product-size	 {
	position: relative;
}


.cantidades-diarias {
	display: flex;
	flex-direction: row;
	justify-content: space-around;	
}

.daily-text-container {
	position: absolute;
	left: 0;
	top: 59%;
	height: 40%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.daily-text {
	font-family: 'aller-std';
	width: 80%;
}
.daily-quantity {
	font-family: 'aller';
	text-align: center;
}
/*@media only screen  and (max-device-width: 1079px)  {
	.daily-text {
		font-size: 11px;
	}

	.daily-quantity {
		font-size: 15px;
	}
}
@media only screen and (max-device-width: 991px)  {
	.daily-text {
    font-size: 3.5vh;
	}
	.daily-quantity {
    font-size: 5vh;
	}

}
@media only screen and (max-device-width: 767px) {
	.daily-text {
    font-size: 3vw;
	}
	.daily-quantity {
		font-size: 5vw;
	}
}
*/


.producto {
	height: 200px;
	padding-top: 0;
	position: relative;
}

.producto img {
    width: auto;
    margin: 9px 0;
}
.producto h3 {
	height: 25%;
	margin-top: 0;
	margin-bottom: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
}


.related {
	padding: 20px;
}
.related-title {
	font-size: 21px;
	font-family: 'ws-b';
	border-top: 1px solid #db1143;
	padding-top: 10px;
	padding-bottom: 20px;
}



.producto h3, .producto h3:hover, .producto h3:focus {
	font-size: 40px;
	font-family: 'nucd';
	outline: none;
	color: white;
	text-decoration: none;
}

.related-categories a:focus,.related-categories a:hover  {
	outline: none;
	border: none;
	text-decoration: none;
}

.related-categories a:focus img,.related-categories a:hover img{
	filter: invert(72%);
}

.related-categories a:focus h3,.related-categories a:hover h3{
	color: #474747;
}



@media (min-width: 992px){
	.product-size.col-md-2 {
	    width: 20%;
	}
}


.products-slider-container {
	background: #f4f4f4;
	position: relative;
}
.products-slider {
	width: 92%;
	position: initial;
	margin-left: 4%;
	background: #e1e1e1;
}

.related-product {
	height: 150px;
	width: auto;
}
.products-slider a:focus, .products-slider a:active {
	outline: none;
}

.products-slider .slick-prev {
	position: absolute;
	left: 0;
	background: #ededed;
	height: 100%;
	color: #313131;
	border-right: 1px solid #9c9c9c;
	width: 50px;
}

.products-slider .slick-next {
	position: absolute;
	right: 0;
	background: #ededed;
	height: 100%;
	border-left: 1px solid #9c9c9c;
	width: 50px;
}
.products-slider .slick-arrow:before {
	color: #313131;
}



@media only screen and (max-width: 991px)  {
	.product-details .redbox{
		margin-bottom: 10px;
	}

	.product-size {
		margin-bottom: 10px;
	}


}