.recomendo-widget-vertical {
	display: flex;
	flex-wrap: wrap;
}


.recomendo-widget-vertical figure {
	text-align: justifty;
	width: 15em;
}

.recomendo-widget-vertical ul li {
	list-style: none;
	margin: 0em 0em 1.5em 0em;
}


.recomendo-widget-horizontal div {
	display: flex;
	flex-wrap: wrap;
}


.recomendo-widget-horizontal ul li {
	list-style: none;
	float: left;

}


/* Uncomment to show titles
.recomendo-widget-horizontal figcaption {
	display: none;
}
*/

.recomendo-widget-horizontal figure {
	display: flex;
	flex-wrap: wrap;
	text-align: justify;
	margin-right: 10px;
   	margin-top: 80px;
   	width: 180px;
}

.slick-prev:before, .slick-next:before {
    color:grey !important;

}


div.recomendo-carousel  {
    text-align: center;
    position: relative;
}

h2.recomendo-product-title {
	font-size: 1em;
	font-weight: 400;
}

.recomendo-star-rating {
	margin: auto;
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
	color: #96588a;
}

.recomendo-star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.recomendo-star-rating span {
	overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.recomendo-star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}