
#best-sellers_in_cat {
    clear: both;
    display: inline-block;
    margin-bottom: 0;
    width: 100%
}


#best-sellers_in_cat ul {
 display: block;
    /*list-style-type: decimal;*/
    /*list-style-position: outside;*/
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;}
#best-sellers_in_cat li {
	float:left !important;
	width: 100% !important;
  height: auto !important;
	padding:10px 0 !important;
	border-bottom:1px dotted #ccc
}
#best-sellers_in_cat li.last_item {border:none}
#best-sellers_in_cat li a.products-block-image {
	display:block;
	padding-left: 5px;
	min-width: 95px;
	float:left;
	 width: 15%;
	text-decoration:none;
}
#best-sellers_in_cat li span.number {
	display:block;
	float:left;
	margin-top:6px;
	width:20px;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	text-align:center
}
#best-sellers_in_cat li img {
	border:1px solid #ededed;
	max-width: 45px;
	height: auto;
}

.bs-name {
    font-weight: 600;
    font-size: 16px;
}

.bs-description {
    font-size: 14px;
}
.bs-price {float: right; width: 11%; text-align: right; font-weight: 600;font-size:14px;}
.bs-price .availability {font-size:12px}
#best-sellers_in_cat li div.bs-content {
	float:left;
	 width: 70%;
	 margin-right: 2%
}

#best-sellers_in_cat p.lnk {
	display: inline-block;
    float: right;
    margin-top: 9px;
    text-align: right;
}
#best-sellers_in_cat .lnk .button_large {
	padding:0;
	border:none;
	background:none
}
#best-sellers_in_cat .lnk .button_large:hover {text-decoration:underline}
#best-sellers_in_cat .label-success {
	color: #36943e;
	border: 0;
	background: transparent;
}
#best-sellers_in_cat .label-danger {
	color: #DD1421;
	border: 0;
	background: transparent;
}

#dm_hide_block_button {
	display: none;
}

#dm_hide_block_button_hide {
	display: none;
}

#dm_button_show_hide_form {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) and (max-width: 990px) {
#best-sellers_in_cat li div.bs-content {width: 55%}
}

@media (min-width: 480px) and (max-width: 767px) {
#best-sellers_in_cat li div.bs-content {width: 59%}
}

@media (max-width: 479px) {
	#best-sellers_in_cat li div.bs-content {width: 47%}
#best-sellers_in_cat li img {max-width: 63px}
#best-sellers_in_cat li a.products-block-image  {min-width: 74px}
.bs-price {width: 20%}
.bs-description {display: none;}
}
