/*
 * 
 * @author David Mrózek
 * @contact <admin@valasinec.cz>
 * @since 2015
 * @copyright Copyright (c) 2015 - 2023 David Mrózek
 *
 * @link https://prestashop.valasinec.cz/content/2-obchodni-podminky
 * @license https://prestashop.valasinec.cz/content/3-licencni-podminky
 *
 * Tento kód je chráněn autorským právem a nesmí být šířen bez předchozího písemného souhlasu autora.
 * V rámci licenčních podmínek můžete tento kód používat a upravovat pouze pro vlastní potřeby.
 * Pro jakékoli dotazy nebo další informace nás kontaktujte.
 *
 */

#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: 11%;
	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: 75px;
	height: auto;
}

.bs-name {font-weight: 600}
.bs-price {float: right; width: 11%; text-align: right; font-weight: 600}
.bs-base_price {font-size: 0.8em; text-decoration: line-through;}
#best-sellers_in_cat li div.bs-content {
	float:left;
	 width: 72%;
	 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;
}

div.bs-counter {
    padding-right: 15px;
    }


#best-sellers_in_cat .bs-counter span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-weight: 500;
    border: 2px solid #444;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #444;
}

#best-sellers_in_cat li {
    display: flex;
    align-items: center;
    
}

#best-sellers_in_cat li.item1 .bs-counter span {background-color: rgb(242, 196, 100); border-color: rgb(242, 196, 100); color: #fff;}
#best-sellers_in_cat li.item2 .bs-counter span {background-color: rgb(206, 206, 206); border-color: rgb(206, 206, 206); color: #fff;}
#best-sellers_in_cat li.item3 .bs-counter span {background-color: rgb(220, 168, 109); border-color: rgb(220, 168, 109); color: #fff;}

#best-sellers_in_cat .bs-counter span {background-color: #f6f6f6; border-color: #f6f6f6; color: #666;}


@media (min-width: 768px) and (max-width: 990px) {
#best-sellers_in_cat li div.bs-content {width: 50%}
}

@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;}
}
