.sf_product_toplist{
	position: relative;
}
.sf_product_toplist_nr{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #313131;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #f1f1f1;
	font-size: 20px;
	font-weight: bold;
}
.sf_product_list_title a{
	color: #313131;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
	display: block;
	margin-bottom: 8px;
}
.sf_product_list_title:hover a{
	color: #8ebf5b;
}
.sf_product_toplist .woocommerce-product-rating{
	justify-content: left;
}
.sf_product_toplist .star-rating{
	margin-top: 0px !important;
}

.sf_product_list_cart{
	display: inline-block !important;
    border-radius: 5px;
    font-size: 15px;
    background-color: #8ebf5b;
	color: #fff !important;
	border: 1px solid #8ebf5b;
	line-height: 34px !important;
	padding: 0 40px;
}
.sf_product_list_cart:hover{
	background-color: #2a5244;
    border-color: #2a5244;
	color: #fff;
}
.sf_product_list_desc{
	min-height: 100px;
}
.sf_product_list_image{
	overflow: hidden;
	text-align: center;
	position: relative;
}
.sf_toplist_info_wrapper{
	text-align: center;
}
.sf_product_list_image img {
    max-height: 188px;
    width: auto;
}

.sf_product_toplist .sf_badges{
	right: 0px;
    left: unset;
}
.sf_product_toplist .sf_vivino_badge{
	width: 50px;
	height: 50px;
}