 /* Chrome, Safari, Edge, Opera */
.filter input::-webkit-outer-spin-button,
.filter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.filter input[type=number] {
  -moz-appearance: textfield;
}

.filter input[type=number],
.filter input[type=text],
.filter select {
    text-align: center;
    padding: 8px 10px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
}

.filter input {
    font-weight: 500;
    font-size: 12px;
}

.filter #price #priceMinMax{
	width: 148px;
	height: 25px;
	position: relative;
	margin-left: 22px;
	margin-top: 25px;
  }

.filter #price #priceMinMax:before {
    content: "";
    width: 148px;
    height:2px;
    background: #ebeaea;
    top: 0;
    left: -10px;
    position: absolute;
    display: block;
}

  /*
  #price{
    margin-left: -30px;
  }
  #price h2{
    margin-left: 30px;
  }
  */
  
.filter #price #priceMinMax .drag{
	cursor: pointer;
	width: 35px;
	height: 20px;
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	z-index: 5;
	font-size: 0.8em;
	float: left;
}


.filter #price #priceMinMax #priceMin{
	background: #080808;
	position: absolute;
	left: -15px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    margin-top: -5px;
}


.filter #price #priceMinMax #priceMax {
	background: #080808;
	position: absolute;
	left: 130px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    margin-top: -5px;
}

.filter #price .price-vals {
    display: flex;
    gap: 5px;
    padding-bottom: 25px;
    align-items: center;
}

.filter #price #cena_od_raw,
.filter #price #cena_do_raw {
    display: inline-block;
    flex-grow: 1;
    min-width: 10px;
}

.filter .parametr { position: relative; }

.filter .parametr .parametr-input-wrapper {
    display: flex;
    position: relative;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
}

.filter .parametr .parametr-input-wrapper input {
    padding: 0;
    flex-grow: 1;
    border: none;
}

.filter .parametr .parametr-input-wrapper.with-unit .jednotka {
    padding-left: 3px;
}
.filter .parametr .parametr-input-spec {
    width: 100%;
    box-sizing: border-box;
}

.filter .seskupeni {
	margin: 20px 0 1px 0;
}

.filter .seskupeni a.expand {
	font-size: 14px;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #234295;
	font-weight: bold;
    width: 100%;
    margin-left: -10px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.filter .seskupeni a.expand span {
	display: inline-block;
	width: 9px;
	text-align: center;
}

.filter .seskupeni .seskupeni-data {
	display: none;
}

#dalsi-parametry {

}

#dalsi-parametry #open-close-parametry {
	color: #F64C19;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

#priceMinMaxValue{
	clear:both;
}

.filter #priceMinMaxValue #priceMinValue{
	font-size: 0.9em;
	color: #333;
	float:left;
}
.filter #priceMinMaxValue #priceMaxValue{
	font-size: 0.9em;
	color: #333;
	float:right;
}

#cat-banner {
	text-align: right;
}

#cat-banner a {
	display: inline-block;
}

#other-filters {
	
}

#bestseller {
	text-align: left;
    border: 1px solid #EBEBEB;
    background: #FCFCFC;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

#bestseller #bestseller-head {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #000000;
}

#bestseller #bestseller-wrapper {
	text-align: left;
}

#bestseller #bestseller-body {
	max-height: 208px;
	overflow: hidden;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
}

#bestseller #bestseller-body.expanded {
	max-height: 709px;
}

#bestseller #down-line{
	position: relative;
	margin: 0px auto;
	cursor: pointer;
	text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #1475DA
}

#bestseller #down-line div {
    display: inline-block;
}

#bestseller #down-line .sicon {
    color: #BFBFBF;
    font-size: 13px;
    vertical-align: middle;
    margin-left: 7px;
}

#bestseller #down-line .show-more {
	display: inline;
}

#bestseller #down-line .hide-more {
	display: none;
}

#bestseller #down-line:hover > span > div {
	text-decoration: underline;
}

#bestseller #down-line.expanded .show-more {
	display: none;
}

#bestseller #down-line.expanded .hide-more {
	display: inline;
}

#bestseller #bestseller-body .line {
	height: 50px;
	position: relative;
	overflow: hidden;
    margin-bottom: 2px;
}

#bestseller #bestseller-body .line .line-nr {
	display: block;
	height: 32px;
	line-height: 32px;
	width: 32px;
	text-align: center;
	font-size: 13px;
	color: #999;
	font-weight: 600;
    border-radius: 100%;
    margin-right: 18px;
    flex-shrink: 0;
    border: 1px solid #EBEBEB;
}

#bestseller #bestseller-body .line .line-nr > span {
    position: relative;
    left: 2px;
}

#bestseller #bestseller-body .line .line-nr.place-1 {
    background: #F5DC1B;
    color: #957E00;
}
#bestseller #bestseller-body .line .line-nr.place-2 {
    background: #C9C9C9;
    color: #454545;
}
#bestseller #bestseller-body .line .line-nr.place-3 {
    background: #FAA34D;
    color: #C76B00;
}

#bestseller #bestseller-body .line img {
	margin-right: 25px;
    border-radius: 10px;
}

#bestseller-body .skladem{
	font-size: 13px;
	color: #1DB51D;
	font-weight: 500;
}

#bestseller-body .line a {
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 14px;
    display: flex;
    align-items: center;
    width: 100%;
}

#bestseller-body .nazev {
	color: #000;
    font-weight: 600;
    line-height: 20px;
    flex-grow: 1;
    margin-right: 20px;
    font-size: 15px;
}

#bestseller-body .nazev > div {
    max-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#bestseller-body .bestseller-parametry {
	color: #888888;
	font-weight: normal;
	font-size: 13px;
    line-height: 20px;

}

#bestseller-body .bestseller-dostupnost {
    font-size: 12px;
    font-weight: 500;
    width: 120px;
    flex-shrink: 0;
}

#bestseller-body .cena {
	color: #000000;
	font-size: 14px;
    margin-left: 15px;
    width: 100px;
    flex-shrink: 0;
    text-align: left;
}

#bestseller-body .gifts {
	font-weight: normal;
	font-size: 12px;
	color: #f64c19;
	white-space: nowrap;
}

#brand {
	position: relative;
	top: 0px;
}

#brand h2 {
	color: #0589c8;
	margin: 5px 0px 7px 0px;
	padding-top: 10px;
	font-size: 13px;
	text-transform: none;
	border-top: 1px solid #DDDDDD;
	text-align: left;
}

#brand .brand-all {
	overflow: hidden;
	height: 0px;
	border-top: 1px solid #EBEBEB;
	padding-top: 3px;
	display: none;
    font-weight: normal;
}

#brand #seskupeni-vyrobci {
    padding-top: 20px;
}

#brand #seskupeni-vyrobci.expanded .brand-all {
	height: auto;
	display: block;
}

#brand table {
	margin: 0;
	width: 100%;
	text-align: center;
}

#brand td {
	border: none;
	vertical-align: top;
	text-align: left;
	padding: 2px;
}
#brand label {
	margin-left: 5px;
	cursor: pointer;
}
#brand input {
	margin-left: 0px;
}

#brand #hdr-brands .sub,
.parametr-data .hdr-parametr td {
    cursor: pointer;
    color: #2667AD;
    text-align: center!important;
    font-size: 14px;
    padding-top: 10px!important;
    font-weight: normal;
}

#brand #hdr-brands .sub .more,
.parametr-data .hdr-parametr .more {
    display: block;
}

#brand #hdr-brands .sub .less,
.parametr-data .hdr-parametr .less {
    display: none;
}

#brand .expanded #hdr-brands .sub .more,
.parametr-data .expanded .hdr-parametr .more {
    display: none;
}
#brand .expanded #hdr-brands .sub .less,
.parametr-data .expanded .hdr-parametr .less {
    display: block;
}

#brand #hdr-brands .sub:hover,
.parametr-data .hdr-parametr:hover
{
	text-decoration: underline;
}

.parametr-data table.expandable tr {
    display: none;
}

.parametr-data table.expandable.expanded tr,
.parametr-data table.expandable tr.param-shown {
    display: table-row;
}

.nofound {
	top: -25px;
	position: relative;
	width: 100%;
}

.device-filter {
	font-weight: bold;
	text-align: center;
	padding: 5px 0px
}

.device-filter a {
	float: none !important;
	display: inline-block !important;
	font-weight: normal;
}

.device-filter a.deviceOfferClose {
	background: none !important;
}

.device-filter a.deviceOfferClose:hover {
	color: #000000 !important;
	text-decoration: underline !important;
}

.device-filter .close-dialog {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 11px;
	height: 11px;
	background: url('/img/close.png') no-repeat center center;
	border: 2px solid #34aae2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 1px;
}


.menuSub {
	margin: 10px 0 25px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.menuSub a.kategorieSub {
    display: block;
    width: 190px;
    border: 1px solid #EBEBEB;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.menuSub a.kategorieSub:hover {
	background-color: #F2F6FE;
    border: 1px solid #5274B0;
}

.menuSub a.orangerino {
	border-color: #ef5611;
	background-color: #ffe5d8;
	color: #d84807;
}

.menuSub a.orangerino:hover {
	background-color: #ffccb3;
	border-color: #ef5611;
}

.menuSub a.kategorieSub .container {
	padding: 0 5px;
	box-sizing: border-box;
}

.menuSub a.kategorieSub .container img {
	padding: 7px 0;
	float: left;
}

.menuSub a.kategorieSub .container span.name {
    display: block;
    vertical-align: middle;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding-left: 7px;
}

.menuSub a.kategorieSub .container span.name span.text {
    text-decoration: none;
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    overflow: hidden;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

#kategorie-text.collapsed {
    height: 5em;
    overflow: hidden;
}

#kategorie-text #kategorie-text-inner {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

#kategorie-text-show-more {
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

#kategorie-text-show-more.collapsed::before {
    position: absolute;
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    top: -21px;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
}

#kategorie-text-show-more .show-more > div, #kategorie-text-show-more .show-less > div {
    display: inline-block;
}

#kategorie-text-show-more .show-more:hover > div, #kategorie-text-show-more .show-less:hover > div {
    text-decoration: underline;
}

#kategorie-text-show-more .show-more, #kategorie-text-show-more .show-less {
    color: #2667AD;
    cursor: pointer;
}

#kategorie-text-show-more .show-more .sicon, #kategorie-text-show-more .show-less .sicon {
    color: #BFBFBF;
    font-size: 13px;
    margin-left: 5px;
    text-decoration: none!important;
}

#kategorie-text-show-more .show-more {
    display: none;
}

#kategorie-text-show-more.collapsed .show-more {
    display: block;
}

#kategorie-text-show-more .show-less {
    display: block;
}

#kategorie-text-show-more.collapsed .show-less {
    display: none;
}

.filtersBox {
    margin-bottom: 15px;
    line-height: 36px;
}

.filtersBox a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 18px;
    padding: 5px 30px 5px 10px;
    background: #f6f6f6;
    border-radius: 4px;
    margin-right: 8px;
    position: relative;
}

.filtersBox a .sicon {
    margin-left: 10px;
    font-size: 12px;
    vertical-align: middle;
    position: absolute;
    height: 28px;
    line-height: 28px;
    top: 0;
    right: 10px;
}

.filtersBox a:hover .sicon {
    text-decoration: none;
}

.filtersBox a:first-letter {
    text-transform: uppercase;
}

.filtersBox a.cancel-all {
    border: 0;
    background: initial;
    color: #2667AD;
    font-weight: 500;
}