body, h1, h2, h3, .button, button {
	font-family: 'Montserrat', Verdana, sans-serif;
}
body {
	background: #f2f2f2;
}
.pagebox > *+.box, .pagebox > *+.boxSimple {
    margin-top: 25px;
}
.oCont {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
h1 {
	color: #d83a2f;
}
:lang(cs) h1 {
	color: #6ea31a;
}

/* cz bttns */
:lang(cs) .button:not(:hover), :lang(cs) button:not(:hover), :lang(cs) .buttonBasic:not(:hover) {
	background: #6ea31a;
	border-color: #6ea31a;
	color: #fff;
}

.menuLink.select, #main-menu .menuItem:hover > .menuLink, #sideMenu .menuItem:hover > .menuLink, #main-menu-side .menuItem:hover > .menuLink {
    color: #ED1C24 !important;
    background-color: transparent;
}
:lang(cs) .menuLink.select, :lang(cs) #main-menu .menuItem:hover > .menuLink, :lang(cs) #sideMenu .menuItem:hover > .menuLink, :lang(cs) #main-menu-side .menuItem:hover > .menuLink {
    color: #6ea31a !important;
}
:lang(cs) a {
	color: #6ea31a;
}
:lang(cs) footer a {
	color: #000;
}
#menu-cont {
    padding: 0;
	border-bottom: 10px solid #ed1c24;
	background: #ffffff;
}
:lang(cs) #menu-cont {
	border-color: #6ea31a;
}
#main-menu {
    margin: 0;
    padding: 10px;
	box-sizing: border-box;
	background: #ffffff;
}
#main-menu .menuLink {
	color: #000;
}
#banner {
	border: none;
}
.topAccount a, .topAccount a:visited {
    border: none;
    background: transparent;
    color: #aeaaa9;
	padding: 0;
	font-size: 16px;
}
.topAccount a:hover {
	background: transparent;
	color: #000000;
}
.topAccount a .fa {
	display: none;
}
.topAccount li {
	margin-right: 20px;
}

#logo {
    width: 410px;
	text-align: center;
	height: auto;
}
#logo > a {
    position: relative;
	display: inline-block;
	padding-top: 0;
}
#logo img {
	max-width: 100%;
	vertical-align: middle;
}
.headerinfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-items .topCart {
	margin: 10px 10px 2px;
	display: flex;
}
#header-items .topCart a, #header-items .topCart a:visited {
	background-color: #ED1C24;
	color: #000;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 47px;
}
:lang(cs) #header-items .topCart a, :lang(cs) #header-items .topCart a:visited {
	background: #6ea31a;
}
#header-items .topCart .smallCartPrice,
:lang(cs) #header-items .topCart a.smallCartPrice {
	background: #dde1e3;
	transition: .2s;
}
#header-items .topCart:hover .smallCartPrice {
	color: #fff;
	background: #ed1c24;
	text-decoration: none;
}
:lang(cs) #header-items .topCart:hover a.smallCartPrice {
	background: #6ea31a;
}
.topCart img {
	vertical-align: middle;
	padding-bottom: 3px;
}
.smallCartIco {
	position: relative;
	width: 46px;
	text-align: center;
}
.smallCartItems {
    width: 20px;
    background: #000;
    color: #fff;
    display: block;
    line-height: 20px;
    font-size: 10px;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    position: absolute;
    right: -8px;
    top: -7px;
}

.topSearch {
    margin: 10px 10px 2px;
}
.topSearch button .fa {
	display: none;
}
.topSearch button {
    height: 100%;
    width: 47px;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
    background: #ed1c24 url(/templates/img/search.png) no-repeat center;
}
:lang(cs) .topSearch button {
	background-color: #6ea31a;
	background-image: url(/templates/img/search.png);
	background-repeat: no-repeat;
	background-position: center;
}

#header-items > li {
	min-height: auto;
	margin-top: 10px;
	margin-bottom: 2px;
}

#box-id-top_info {
	text-align: right;
	margin: 5px 0;
}
#box-id-top_info a {
	margin-right: 10px;
	white-space: nowrap;
}
#box-id-top_info a, #box-id-top_info p {
	font-size: 16px;
	color: #000;
	text-decoration: none !important;
	text-transform: uppercase;
}

#header-items, .headerinfo {
	max-width: 1150px;
	margin: 0 auto;
	padding-top: 5px;
}

@media only screen and (max-width: 550px) {
	.headerinfo {
		flex-wrap: wrap;
	}
	#logo, #box-id-top_info {
		width: 100%;
	}
	#box-id-top_info {
		text-align: center;
	}
}

@media only screen and (min-width: 900px) {
	header:not(.logo_menu_middle) #main-menu .menuCont > ul > .menuItem {
		margin: 0 20px;
	}
	#main-menu .menuCont > ul > .menuItem:first-child > .menuLink {
		text-indent: -9999px;
		width: 30px;
		background: url(/templates/img/home.png) no-repeat center 7px;
	}
}
#main {
    padding: 30px 0;
}
@media only screen and (min-width: 1000px) {
	#content {
		padding: 0 20px;
		margin-left: 20px;
	}
	.sideColumn {
		width: 210px;
	}
}
@media only screen and (max-width: 1000px) {
	#main {
		padding: 10px 0;
	}
}

.directoryListItemTitle,
.directoryListItemTitleNoImg {
    clear: both;
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #000;
    padding: 0 10px 8px;
    box-sizing: border-box;
}
.directoryListItem {
	text-decoration: none !important;
	padding: 0px;
	position: relative;
	margin-bottom: 25px;
}
.directoryListLink {
    font-size: 1em;
}
.directoryListImageLink.linkImage {
    padding: 5px 12px 3px;
    box-sizing: border-box;
}
.directoryListImageLink > img {
	vertical-align: middle;
}
.directoryListItem:after {
    content: "";
    box-sizing: border-box;
    width: calc(100% - 18px);
    height: calc(100% - 7px);
    border: 2px solid #ed1c24;
    display: block;
    position: absolute;
    top: 0;
    left: 9px;
}
:lang(cs) .directoryListItem:after {
	border-color: #6ea31a;
}
.clean .directoryListItem:after {
    display: none;
}
.clean .directoryListItemTitle {
	overflow: 0;
	display: none;
	height: 0;
	border: 0;
	padding:0;
	margin: 0;
}
.clean .directoryListItem {
	margin-bottom: 0;
}
.vyhody {
    background: #f7160a;
    margin-left: -20px;
    margin-right: -20px;
	padding: 5px 20px 0;
	margin-top: 0 !important;
}
:lang(cs) .vyhody {
	background: #6ea31a;
}
.vyhody .directoryListItem {
	margin-bottom: 15px;
}
.vyhody a[href="#"] {
	pointer-events: none;
}
.vyhody .directoryListItemTitle {
	padding: 0;
	font-size: 16px;
	line-height: 1.2em;
	background: transparent;
}
.vyhody .directoryListItem:after {
	display: none;
}
.vyhody .directoryListImageLink.linkImage {
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 37%;
}
.vyhody .directoryListImageLink img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

footer {
    border-top: 4px solid #ed1c24;
}
:lang(cs) footer {
    border-top: 4px solid #6ea31a;
}

/* s pozadim */
.spozadim {
    margin-left: -20px;
    margin-right: -20px;
    border: solid #dbdfe1;
    border-width: 4px 0;
    box-sizing: border-box;
    padding: 30px 20px 25px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5em;
	background-image: url(/files/design/textblockbg.jpg);
	background-size: cover;
	background-position: center;
}
.spozadim .userHTMLContent {
    max-width: 1100px;
    margin: 0 auto;
}

/* grid */
.productListFGrid {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
}
.productListFGridItem2 {
    width: 33.33%;
	box-sizing: border-box;
	padding: 0 20px 20px;
	margin-bottom: 20px;
	border: solid #f4f4f5;
	border-width: 0 1px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
@media only screen and (max-width: 780px) {
	.productListFGridItem2 {
		width: 50%;
	}
}
@media only screen and (max-width: 460px) {
	.productListFGridItem2 {
		width: 100%;
	}
}
.productListFGridImage2 {
	position: relative;
	width: 100%;
}
.productListFGridImage2::after {
	width: 100%;
	padding-bottom: 75%;
	content: "";
	display: block;
}
.productListFGridImage2 .indicators, .indicators {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
	pointer-events: none;
}
.productListFGridImage2 .linkImage2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.linkImage2 img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: opacity .15s;
}
.productListFGridImage2 .linkImage2 .altImg, .productListFGridImage2 .linkImage2.hasAltImg:hover .mainImg {
	opacity: 0;
}
.productListFGridImage2 .linkImage2.hasAltImg:hover .altImg {
	opacity: 1;
}
@media only screen and (min-width: 1000px) {
	.col4 .productListFGridItem2 {
		width: 25%;
	}
}

.productListFGridCartInfo2 {
	margin-top: auto;
	margin-bottom: 10px;
}
.productListFGridTitle2 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.productListFGridTitle2 a {
	color: #000;
}
.productListFGridDescription2 {
    margin: 5px 0 0;
    font-size: 12px;
}
.productListGridIdentCont {
    /* text-align: left; */
    font-weight: bold;
	font-size: 12px;
	margin: 15px 0;
}
.productListFGridCartInfo2 .price {
    color: #ed1c24;
    font-weight: bold;
	font-size: 20px;
	order: 2;
	margin: 0 5px;
}
:lang(cs) .productListFGridCartInfo2 .price {
	color: #6ea31a;
}
.productListGridCart2 label {
	display: none;
}
.productListGridCart2 .button, .productListGridCart2 button {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 11px 20px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	border: none;
}
.productgridpricecont {
    display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
}
.productgridpricecont .priceDiscount {
	order: 1;
	margin: 0;
}
.productgridpricecont .priceDiscount span+span {
	display: none;
}
.productListMainControls {
	display: none;
}
.productinfocont {
    box-sizing: border-box;
    border: 1px solid #ed1c24;
    padding: 0 20px 20px;
    margin-top: 10px;
}
:lang(cs) .productinfocont {
	border-color: #6ea31a;
}
.productlisttext {
    /*font-weight: 600;*/
    font-size: 13px;
}
.productListTitleCont h1 {
	text-transform: uppercase;
	font-weight: 900;
}

.priceSliderFlex > .priceFilterFrom, .priceSliderFlex > .priceFilterTo {
	display: none;
}
.noUi-target {
    background: #dde1e3;
    border-radius: 0;
    border: none;
}
.noUi-connect {
    background: #737373;
}
.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 44px;
    left: -6px;
    top: -6px;
    box-shadow: none;
    border: none;
    background: #ed1c24;
    border-radius: 7px;
}
:lang(cs) .noUi-horizontal .noUi-handle {
	background: #6ea31a;
}
.noUi-horizontal .noUi-handle:focus {
    outline-color: transparent;
}

.noUi-handle:before, .noUi-handle:after {
	display: none;
}
.prodfilterrow {
    display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.prodfilterrowtitle {
    width: 200px;
}
.prodfilterrowprices {
    flex: 1;
    max-width: 250px;
}
.noUi-horizontal .noUi-tooltip {
    bottom: auto;
    top: 100%;
    font-weight: bold;
    border: none;
    background: transparent;
    padding: 3px;
}
.prodfiltervariants .formFieldBTitle {
    width: 200px;
}
.prodfiltervariants .formFieldBInput {
	flex: 1;
}
.noUi-horizontal .noUi-handle:focus {
    outline-color: transparent;
}
@media only screen and (max-width: 500px) {
	.prodfilterrow {
		flex-wrap: wrap;
	}
	.prodfilterrowtitle {
		width: 100%;
	}
	.prodfilterrowprices {
		max-width: 100%;
		flex: 1 0 100%;
	}
}

/* product description strip */
.pdstrip .productListDescription {
    max-height: 90px;
	overflow: hidden;
	position: relative;
}
.pdstrip .productListDescription.isFull {
	max-height: unset;
}
.pdstrip .productListDescription.slideFull {
	max-height: 4000px;
	transition: 1s;
}
.pdstrip .productListDescription::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 24px;
	left: 0;
	right: 0;
	background: linear-gradient(rgba(255,255,255,0), #fff);
}
.pdstrip .productListDescription.isFull::after, .pdstrip .productListDescription.slideFull::after {
	display: none;
}

/* sidemenu */
/*#sideMenu .menuLink>.fa {
    display: none;
}*/
#sideMenu .rollable .menuLink > .fa, #main-menu-side .rollable .menuLink > .fa {
    color: #000;
    background-color: transparent;
	border-left: 1px solid transparent;
	width: 25px;
}
#sideMenu .rollable .menuLink > .fa:hover, #main-menu-side .rollable .menuLink > .fa:hover {
    color: #ED1C24;
    background-color: transparent;
}
:lang(cs) #sideMenu .rollable .menuLink > .fa:hover, :lang(cs) #main-menu-side .rollable .menuLink > .fa:hover {
    color: #6ea31a;
}
#sideMenu .menuLink > .fa, #main-menu-side .menuLink > .fa {
	line-height: 2.5em;
}
#sideMenu .menuCont {
	margin-top: 30px;
	margin-left: 15px;
}
@media only screen and (max-width: 1000px) {
	#sideMenu .menuCont {
		margin-top: 0;
		margin-left: 10px;
		margin-right: 10px;
	}
}
#sideMenu .rollable .menuLink {
    border: none;
    background: 0 0;
    color: #576872;
    font-weight: 600;
    font-size: .8rem;
    line-height: .9rem;
	padding: 8px;
	font-weight: 900;
}
#sideMenu .rollable>.menuItem>.menuLink {
    padding-left: 35px;
}
#sideMenu .menuCont .submenu.level1 {
    margin-left: 30px;
    margin-bottom: 0;
}
#sideMenu .rollable .submenu .menuLink {
    text-transform: none;
}
#sideMenu .submenu .menuLink {
    padding-left: 5px;
}
#sideMenu .rollable>.menuItem:nth-child(1)>.menuLink {
    background: url(/templates/img/menu/1.png) 3px center no-repeat;
}
#sideMenu .rollable>.menuItem:nth-child(2)>.menuLink {
    background: url(/templates/img/menu/2.png) 3px center no-repeat;
}
#sideMenu .rollable>.menuItem:nth-child(3)>.menuLink {
    background: url(/templates/img/menu/3.png) 10px center no-repeat;
}
#sideMenu .rollable>.menuItem:nth-child(4)>.menuLink {
    background: url(/templates/img/menu/4.png) 7px center no-repeat;
}
#sideMenu .rollable>.menuItem:nth-child(5)>.menuLink {
    background: url(/templates/img/menu/7.png) 10px center no-repeat;
}
#sideMenu .rollable>.menuItem:nth-child(6)>.menuLink {
    background: url(/templates/img/menu/6.png) 6px center no-repeat;
}
#sideMenu .rollable>.menuItem:nth-child(7)>.menuLink {
    background: url(/templates/img/menu/8.png) 6px center no-repeat;
}
#sideMenu .rollable>.menuItem:nth-child(8)>.menuLink {
    background: url(/templates/img/menu/5.png) 7px center no-repeat;
}
#sideMenu .rollable>.menuItem:nth-child(9)>.menuLink {
    background: url(/templates/img/menu/9.png) 6px center no-repeat;
}
#sideMenu .rollable>.menuItem:nth-child(10)>.menuLink {
    background: url(/templates/img/menu/10.png) 3px center no-repeat;
}

/* cz menu */
:lang(cs) #sideMenu .rollable>.menuItem:nth-child(1)>.menuLink {
    background: url(/templates/img/cz/1.png) 3px center no-repeat;
}
:lang(cs) #sideMenu .rollable>.menuItem:nth-child(2)>.menuLink {
    background: url(/templates/img/cz/2.png) 3px center no-repeat;
}
:lang(cs) #sideMenu .rollable>.menuItem:nth-child(3)>.menuLink {
    background: url(/templates/img/cz/3.png) 10px center no-repeat;
}
:lang(cs) #sideMenu .rollable>.menuItem:nth-child(4)>.menuLink {
    background: url(/templates/img/cz/4.png) 7px center no-repeat;
}
:lang(cs) #sideMenu .rollable>.menuItem:nth-child(5)>.menuLink {
    background: url(/templates/img/cz/7.png) 10px center no-repeat;
}
:lang(cs) #sideMenu .rollable>.menuItem:nth-child(6)>.menuLink {
    background: url(/templates/img/cz/6.png) 6px center no-repeat;
}
:lang(cs) #sideMenu .rollable>.menuItem:nth-child(7)>.menuLink {
    background: url(/templates/img/cz/8.png) 6px center no-repeat;
}
:lang(cs) #sideMenu .rollable>.menuItem:nth-child(8)>.menuLink {
    background: url(/templates/img/cz/5.png) 7px center no-repeat;
}
:lang(cs) #sideMenu .rollable>.menuItem:nth-child(9)>.menuLink {
    background: url(/templates/img/cz/9.png) 6px center no-repeat;
}
:lang(cs) #sideMenu .rollable>.menuItem:nth-child(10)>.menuLink {
    background: url(/templates/img/cz/10.png) 3px center no-repeat;
}

.bonusmenu {
    margin-top: 15px;
}
:lang(cs) #sideMenu .bonusmenu .rollable>.menuItem>.menuLink {
    background: url(/templates/img/menu/darcek.png) 5px center no-repeat;
}

/* detail */
.column2detail {
    display: flex;
    flex-flow: row wrap;
    padding: 0 20px 20px;
    box-sizing: border-box;
    border: 1px solid #ed1c24;
    margin-top: 10px;
    width: 100%;
}
:lang(cs) .column2detail {
	border-color: #6ea31a;
}
.column2detail h1 {
	width: 100%;
	margin: 15px 0;
    text-transform: uppercase;
    font-weight: 900;
}
.detailLeftCol {
	display: block;
	width: 50%;
    max-width: 360px;
}
.detailRightCol {
    flex: 1;
	padding-left: 10px;
	width: auto;
}
.detailInfo {
    margin-top: 15px;
    padding: 0;
    background: transparent;
    box-sizing: border-box;
}
.detailCartInfo button, .detailCartInfo2 > button {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 11px 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    border: none;
}
.detailCartInfo .textInput {
    text-align: center;
    background: #dde1e3 !important;
}
.detailPriceInfo > .price {
    color: #ed1c24;
    font-weight: bold;
    font-size: 22px;
    order: 2;
    margin: 0 5px;
}
:lang(cs) .detailPriceInfo > .price {
	color: #6ea31a;
}
#warehouse-status-cont {
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
}
.detailCartInfo {
    margin: 20px 0 0;
    text-align: right;
}
.productinfo, .productSocialButtons {
    text-align: right;
    padding-right: 0;
}
.detaillonginfo, .productCombinations > h3 {
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 25px;
    font-size: 14px;
    background: #ed1c24;
    color: #fff;
	line-height: 1em;
	margin-top: 25px;
}
:lang(cs) .detaillonginfo, .productCombinations > h3 {
	background: #6ea31a;
}
.detailLong {
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ed1c24;
}
:lang(cs) .detailLong {
	border-color: #6ea31a;
}
/*.detailShort {
    font-weight: bold;
}*/
.detailadditional {
    margin-top: 15px;
}
.activeForm {
    display: inline-block;
    background: #19528a url(/templates/img/question.png) no-repeat 11px center;
    color: #fff;
    font-weight: bold;
    padding: 9px 15px 9px 45px;
    font-size: 12px;
    cursor: pointer;
    transition: .2s;
}
.activeForm:hover {
	background-color: #000;
}
.productCombinations {
	margin-top: 0;
}
.productCombinations > h3 {
	background: #e0e4e6;
	color: #d83a2f;
}

.column2detail .productCombinations > h3 {
	width: 100%;
	border-bottom: 1px solid #ccc;
	background: transparent;
	padding: 0 0 10px;
	margin-top: 15px;
}
.column2detail .productCombinations > .productCombList {
	margin-top: 0;
}
.productCombinations > .productCombList > .productComb {
	max-width: 100%;
}
.productCombName > .productCombText > ul + p {
	margin-top: 0;
}
.productCombinations .productCombCartCont {
    align-self: center;
}
.disabledComb > .productCombName {
    cursor: pointer;
}

:lang(cs) .productCombinations > h3 {
	color: #6ea31a;
}
.combwrapper {
    border: 1px solid #e0e4e6;
    box-sizing: border-box;
    padding: 13px 20px 0;
}
.combValueNames {
    display: flex;
    color: #d83a2f;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 10px;
}
:lang(cs) .combValueNames {
	color: #6ea31a;
}
.spacer1 {
	flex: 1;
	text-align: center;
	margin: 0;
}
.spacer2 {
	width: 160px;
	text-align: right;
}
.productCombList2 {
    margin: 0;
	list-style: none;
	font-weight: bold;
}
.productComb2 {
    border-top: 1px solid #ed1c24;
    display: flex;
    align-items: center;
	padding: 20px 0;
}
.productComb2:hover {
	background: #eee;
}
.detailCartInfo2 > button {
	border: none;
	background: #ED1C24;
	cursor: pointer;
}
:lang(cs) .detailCartInfo2 > button {
	background: #6ea31a;
}
.detailCartInfo2 > button:hover {
	background: #000000;
}
.productCombinations .productCombPrice .price > .dph {
	display: none;
}
.productCombPrice .priceDiscount {
	margin: 0;
}
.productCombinations .productCombPrice .price {
    line-height: 1.2em;
}
.productCombinations .productCombPrice .priceCombTaxValueNumber {
    vertical-align: text-bottom;
    color: #ed1c24;
    font-weight: bold;
    font-size: 22px;
}
:lang(cs) .productCombinations .productCombPrice .priceCombTaxValueNumber {
	color: #6ea31a;
}
.hind {
	display: none;
}
@media only screen and (max-width: 540px) {
	.detailLeftCol, .detailRightCol {
		width: 100%;
		padding-left: 0;
	}
}
@media only screen and (max-width: 700px) {
	.combValueNames, .productComb2 {
		flex-wrap: wrap;
	}
	.hind {
		display: block;
	}
	.hinm {
		display: none;
	}
	.spacer1, .spacer2 {
		flex: 1 0 50%;
		text-align: center;
	}
}
@media only screen and (max-width: 460px) {
	.spacer1, .spacer2 {
		flex: 1 0 100%;
	}
}

.rotatinggallery .galleryItem {
	margin-bottom: 5px;
}
.rotatinggallery .bx-wrapper .gallery {
	justify-content: flex-start;
}
.rotatinggallery .bx-wrapper {
	margin-bottom: 0;
}
.rotatinggallery .bx-wrapper .bx-controls-direction a {
	z-index: 1;
}

/* detail tabs */
.detailTabs {
	margin-top: 25px;
}
.detailTabs .floxTabs {
	margin: 0;
	padding: 0;
}
.detailTabs .floxTabsItem {
	box-sizing: border-box;
	padding: 15px 25px;
	font-size: 14px;
	line-height: 1em;
	font-weight: 700;
	border: 1px solid transparent;
	border-width: 1px 1px 0;
}
.detailTabs .floxTabsItem:hover {
	background: #e0e4e6;
}
.detailTabs .floxTabsItem.active {
	background: #ed1c24;
}
.detailTabs .floxTabsItem.active a {
	color: #fff;
}
.detailTabs .floxTabsContent {
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #ed1c24;
	background: transparent;
}
.detailTabs .floxTabsContent .textInput, .detailTabs .floxTabsContent .textareaInput {
	border: 1px solid #e0e4e6 !important;
	font: inherit;
}

/* rozcestnik v detaile */
.vdetaile {
	margin: 20px -5px -5px;
}
.vdetaile .directoryListItem {
	background: #dde1e3;
	border: 1px solid #dde1e3;
	margin: 0;
	display: flex;
	align-items: center;
	margin: 5px;
	width: calc(25% - 10px) !important;
	justify-content: center;
	box-sizing: border-box;
}
.vdetaile .directoryListItem:hover {
	background: #eee;
	border-color: #ed1c24;
}
:lang(cs) .vdetaile .directoryListItem:hover {
	border-color: #6ea31a;
}
.vdetaile .directoryListItem:after {
	display: none;
}
.vdetaile .directoryListItemTitle {
    background: transparent;
    padding: 15px 5px 15px 0;
    font-size: 15px;
	color: #d83a2f;
	line-height: 1.1em;
	text-align: left;
	flex: 1;
}
:lang(cs) .vdetaile .directoryListItemTitle {
	color: #6ea31a;
}
.vdetaile figure {
    display: flex;
	align-items: center;
	flex: 1;
}
.vdetaile .directoryListImageLink.linkImage {
    padding: 0;
    width: 70px;
    text-align: center;
    display: block;
}
@media only screen and (max-width: 800px) {
	.vdetaile .directoryListItem {
		width: calc(50% - 10px) !important;
	}
}
@media only screen and (max-width: 500px) {
	.vdetaile .directoryListItem {
		width: calc(100% - 10px) !important;
	}
}

/* breadcrumbs */
.breadcrumbs img {
	vertical-align: text-bottom;
	padding-right: 5px;
}
.breadcrumbs .invisible {
	display: none;
}
.breadcrumbs a {
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
}
.breadcrumbs li>span {
	color: #ed1c24;
	text-transform: uppercase;
	font-weight: 900;
}
:lang(cs) .breadcrumbs li>span {
	color: #6ea31a;
}

/* detail form */
.detailForm, .quatroalert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.detailForm.actived, .quatroalert.actived {
	visibility: visible;
	opacity: 1;
}
.closeForm, .closeqspace {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
}
.detailFormCont, .quatroalertcontent {
    position: relative;
    box-sizing: border-box;
    padding: 30px 15px;
    max-width: 100%;
	max-height: 100%;
	margin-top: -150px;
	transition: .3s;
}
.detailForm.actived .detailFormCont, .quatroalert.actived .quatroalertcontent {
	margin-top: 0;
}
#box-id-detail_form, #box-id-quatroinfo {
    background: #fff;
    padding: 25px 20px;
    box-sizing: border-box;
    max-height: calc(100vh - 60px);
	overflow-y: auto;
	width: 400px;
	max-width: 100%;
}
.closeDetailForm, .closeqwindow {
    font-size: 30px;
    line-height: 28px;
    color: #eee;
    position: absolute;
    right: 15px;
	top: 0;
	cursor: pointer;
	opacity: .6;
	transition: .2s;
}
.closeDetailForm:hover, .closeqwindow:hover {
	opacity: 1;
}
.detailForm .formFieldB:nth-child(1), .detailForm .formFieldB:nth-child(2) {
	display: none;
}
.formFieldB:nth-child(3) {
	margin-top: 0;
}
.detailForm .fieldset {
	margin-top: 0;
}
.detailForm .formFieldBRow {
	margin-right: 0;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.detailForm .formFieldBTitle, .detailForm .formFieldBInput {
	width: 100%;
	margin: 0;
	font-size: 14px;
}
.detailForm .formFieldBInput > .selectInput, .detailForm .formFieldBInput > .textInput, .detailForm .formFieldBInput > .textareaInput {
    max-width: 100%;
    font-size: 14px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    padding: 10px 12px;
}
.detailForm .formBasicSubmitCont > .submit {
	font-size: 14px;
	font-weight: 900;
	padding: 8px 20px;
	color: #ffffff;
}

/* novinky */
.novinky {
    display: flex;
    flex-flow: row wrap;
}
.newsAnotation2 {
    width: calc(25% - 20px);
    text-align: center;
    box-sizing: border-box;
    margin: 0 10px 15px;
}
.newsImage2 {
    max-width: 100%;
    vertical-align: middle;
}
.newstextcont {
    padding: 15px 5px 5px;
}
.newsAnotationTitle2 {
    color: #000;
    text-transform: uppercase;
}
.newstextcont > h3 {
    font-size: 16px;
    line-height: 20px;
}
.newsContentShort2 {
    margin-top: 10px;
    line-height: 1.3em;
}
@media only screen and (max-width: 1000px) {
	.newsAnotation2 {
		width: calc(33.3% - 20px);
	}
}
@media only screen and (max-width: 780px) {
	.newsAnotation2 {
		width: calc(50% - 20px);
	}
}
@media only screen and (max-width: 460px) {
	.newsAnotation2 {
		width: calc(100% - 20px);
	}
}

/* copyright */
.footerUnder {
	background: #f7160a;
	color: #fff;
}
:lang(cs) .footerUnder {
	background: #6ea31a;
}
#box-id-copyright {
    box-sizing: border-box;
    padding: 5px 20px;
}
.footerColumn25 {
    padding: 15px 20px;
}
footer p+p {
	margin-top: 0;
}
.footerColumn25:last-child {
    padding: 0;
}
footer img {
	vertical-align: middle;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
	.footerColumn25 {
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 730px) {
	.detailRightCol .detailPriceInfo, .detailRightCol .productCartContainer, .havevars ~ .warehouses, .havevars ~ .productinfo {
		margin-right: 0;
		text-align: right;
		width: 100%;
	}
	.havevars ~ .warehouses #warehouse-status-cont, .havevars ~ .warehouses #warehouse-delivery-info {
		padding: 0;
		text-align: right;
	}
	#box-id-proce_over_limit {
		float: none;
		text-align: right;
	}
}
