.letakgrupa {
	cursor: pointer;
	position: absolute;
}

.letakgrupa i {
	font-size: 250%;
	--fa-primary-color: #E4201E; --fa-secondary-color: #000000aa;
}

.letakgrupa:hover i {
	--fa-secondary-color: #000000;
}

.letakgrupamodalbody {
	height: 60vh;
	overflow-y: scroll;
}


.h-30-nomh {
	height: 30% !important;
}


.kauf-cena {
	background: #e10915;
	color: #fff;
}

.kauf-cena-karta {
	background: #5d9ad3;
	color: #fff;
}

@media(max-width: 768px){
	.kauf-cena, .kauf-cena-karta {
		min-height: 3.2em;
	}
}

.filter-butt, .filter-butt-small {
	border:  1px solid #E4201E;
	padding: 0.5em 1em;
	color: #E4201E;
	background: #ffffff;
	font-weight: bold;
	text-align: center;
  	border-radius: 3em;
  	cursor: pointer;
  	white-space: nowrap;
}

.filter-butt.active, .filter-butt-small.active {
	color: #ffffff;
	background: #E4201E;
}

.filter-butt-small {
	padding: 0.2em 0.5em;
	font-size: 80%;
}


.columnize4 {
	-webkit-column-gap: 20px;
   	-moz-column-gap: 20px;
	column-gap: 20px;
    -webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.kategore-line {
	border: 1px solid #dee2e6;
	border-radius: 3em;
}

.kategore-line img {
	height: 1.8em;
}

.kategore-line .txtbox {
	height: 1.8em;
  	line-height: 1.8em;
  	overflow: hidden;
	text-overflow: ellipsis;
  	white-space: nowrap;
}

.letakzbozi .letakzbozi-border {
	border-right: 1px solid #dee2e6;
}

.noborder .letakzbozi .letakzbozi-border {
	border-right: none;
}



.jmenopopis strong, .jmenopopis small {
	line-height: 1.3em;
  	height: 2.6em;
	 margin-bottom: 0.2em;
	 overflow: hidden;
	text-overflow: ellipsis;
  	white-space: nowrap;
}




@media (min-width: 992px) {
 	.col-lg-4.filtr-item {
    	width: 33%;
  	}
}

.jmenopopis small {

}




.bootstrap-autocomplete a.dropdown-item.reklama {
    padding: 0;
    border: 1px solid #00162A;
    border-bottom-width: 2px;
    background: #00162A;
    color: #ffffff;
    line-height: 1.5em;
}

.bootstrap-autocomplete a.reklama span.adimg {
	display: flex;
	text-align: left;
	overflow: hidden;
	background: #ffffff;
}

.bootstrap-autocomplete a.reklama span.adimg img {
	max-height: 8em;
	max-width: 100%;
}

.bootstrap-autocomplete a.reklama .heading {
	font-size: 1.5em;
  	line-height: 1.3em;
  	height: 1.3em;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	font-weight: bold;
}

.bootstrap-autocomplete a.reklama .subheading {
	font-size: 1em;
  	line-height: 1.3em;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	font-weight: bold;
}

.bootstrap-autocomplete a.reklama .adnote {
	font-size: 0.7em;
	line-height: 1.1em;
}


.bootstrap-autocomplete a.reklama .adprice {
	color: #FFFF3F;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.3em;
}

.bootstrap-autocomplete a.reklama .adprice .sml, .bootstrap-autocomplete a.reklama .adoldprice .sml {
	font-size: 0.75rem;
	line-height: 1.4em;
}

.bootstrap-autocomplete a.reklama .adoldprice {
	font-weight: bold;
	line-height: 1.3em;
}

.bootstrap-autocomplete a.reklama .butt .btn {
	font-weight: bold;
	line-height: 3em;
	color: #097FBB;
	padding-top: 0;
	padding-bottom: 0;
	background: #ffffff;
}

.bootstrap-autocomplete a.reklama .butt .btn img {
	max-height: 3em;
	margin-right: 0.3em;
}





.top-promo-item {
	height: 6em;
}

.top-promo-img-wrap {
	height: 6em;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.owl-carousel.letaky-top-promo .owl-item img {
	width: unset;
	display: unset;
}

.top-promo-img-wrap img {
	width: 100%;
	height: auto;
}

.top-promo-item .logo {
	height: 4em;
}


