#best-sellers_block_right {
	position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}
.item-sellers {
	position:relative;
	clear:both;
	margin-bottom:20px;
	display:inline-block;
	width:100%;
}
#best-sellers_block_right  h4.title_best-sellers {
	position: relative;
    font-family: 'Fredoka One', cursive;
    margin-bottom: 45px;
    display:block;

}
#best-sellers_block_right  h4.title_best-sellers:before {
	content: "";
    border-bottom: 1px dashed #b7d6e0;
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 1px;
    right: 0;
    margin: 0 -30px;
}

#best-sellers_block_right  h4.title_best-sellers a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    background: transparent;
    color: #f95d96;
    display: inline-block;

}
#best-sellers_block_right  a.product-name {
	color:#5e686d;
	font-size:14px;
}
#best-sellers_block_right  a.product-name:hover{
	color:#f95d96;
}
.sellers-img {
	width:90px;
	float:left;
	margin-right:15px;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	overflow:hidden;
}
.sellers-content {
	overflow:hidden;
}
#best-sellers_block_right .product-description {
	display:none;
}
#best-sellers_block_right .price-box {
    line-height: 20px;
    margin: 10px 0;
}
#best-sellers_block_right .price-box .price {
	display:block;
}
/*# sourceMappingURL=blockbestsellers.css.map */