/* header */
.navCont {
	padding: 5px 0;
	display: flex;
	align-items: center;
}
.logo_in_header_bottom #banner {
	border-top: none;
}
#sitelogo {
	min-width: 250px;
	text-align: center;
	padding: 4px;
	width: 18%;
    box-sizing: border-box;
}
#sitelogo img {
    vertical-align: middle;
}

.headerblocks {
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.searchblock {
	flex-grow: 1;
	min-width: 280px;
}

#box-id-header_block .userHTMLContent {
	text-align: center;
	min-height: 36px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: 97%;
	max-width: 720px;
	padding: 0 0 5px 0;
	box-sizing: border-box;
	flex-wrap: wrap;
}
#box-id-header_block p {
	margin: 0 5px;
}
#box-id-header_block p a {
	display: block;
	color: #000;
	transition: .2s;
	white-space: nowrap;
	color: #C9C1BD;
}
#box-id-header_block p a:hover {
	text-decoration: none;
	color: #2ca729;
}
#box-id-header_block p .fa {
    font-size: 1.3rem;
    vertical-align: middle;
    margin-right: 5px;
}
.searchblock form {
    margin: 0 auto;
	width: 97%;
	max-width: 720px;
	position: relative;
}
.searchblock label > span {
	display: none;
}
.searchblock label input {
    height: 44px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    width: 100%;
    padding: 0 40px 0 15px;
}
.searchblock label input:focus {
    outline: none;
    border-color: #2ca729;
}
.searchblock button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	background: transparent;
	border: none;
	cursor: pointer;
}
.itemsblock {
    text-align: right;
	padding: 0 10px;
	box-sizing: border-box;
}

.headerflags {
    line-height: 31px;
    white-space: nowrap;
    padding-bottom: 5px;
}
.headerflags a, .headerflags img {
    display: inline-block;
    vertical-align: middle;
    color: #888;
}
.headerflags img {
    padding-bottom: 4px;
}
.headerflags a {
	margin-right: 10px;
	transition: .2s;
	filter: grayscale(.5);
	opacity: .6;
	vertical-align: bottom;
}
.headerflags a.actived,
.headerflags a:hover {
	filter: grayscale(0);
	opacity: 1;
}

.accblock {
	padding: 0;
}
.accblock ul {
    list-style: none;
	text-align: right;
	max-width: 280px;
	font-size: 0;
}
.accblock ul li {
	display: inline-block;
	font-size: 0.8rem;
}
.accblock ul a {
	display: block;
	padding: 3px 12px;
	color: #555555;
}
.accblock ul a:hover {
	background: #2CA729;
	color: #fff;
	text-decoration: none;
}

.cartblock {
    display: inline-block;
}

.scart {
    height: 44px;
    vertical-align: middle;
    background: #555555;
    color: #fff;
    padding: 0 15px 0 0;
    text-decoration: none !important;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
	margin-left: 0px;
	white-space: nowrap;
}
.scart:hover {
	background: #2CA729;
}
.scart .fa {
    width: 40px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    font-size: 1.3rem;
}

#menu-cont {
    padding: 0;
    background: #2ca729;
}
#main-menu {
	margin: 0;
	width: 100%;
}
@media only screen and (min-width: 900px) {
	header:not(.logo_menu_middle) #main-menu .menuCont > ul > .menuItem > .menuLink {
		padding: 13px 16px;
	}
	header:not(.logo_menu_middle) #main-menu .menuCont > ul > .menuItem > .menuLink.select,
	header:not(.logo_menu_middle) #main-menu .menuCont > ul > .menuItem:hover > .menuLink {
		color: #568e70 !important;
		background: #fff;
	}
	header:not(.logo_menu_middle) #main-menu .menuCont > ul > .menuItem {
		margin: 0;
	}
}
@media only screen and (min-width: 700px) {
	#menu-cont.fixed {
		border-bottom: 1px solid #2ca729;
		background-color: #2ca729;
	}
}
#main-menu .menuButton {
    padding: 10px 15px;
}

/* main */
#main {
	padding: 40px 0;
}
#content {
	border: none;
	padding-top: 0px;
}

.rotatinggallery .gallery {
    justify-content: flex-start;
}

/* rotator */
.productListBannerTitle > a, .productListBannerTitle > a:visited {
	font-size: 0.8rem;
}
.productListBannerTitle, .productListBannerDescription {
    padding: 0 10px;
    margin: 0;
}
.productListBannerDescription {
	display: none;
}
.productListBannerCartInfo {
    font-size: 0.55rem;
	font-weight: bold;
	padding: 5px 10px;
}
.productListBannerCart {
    display: none;
}
.banner .bx-wrapper {
    padding: 0 28px;
    margin: 0 auto;
	box-sizing: border-box;
	max-width: 1181px !important;
}
.productListBannerItem {
    width: 212px !important;
    padding: 5px 0 0;
    margin: 0 !important;
    box-sizing: border-box;
}
.banner .bx-wrapper .bx-viewport {
    background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.productListListItem {
	margin-bottom: 10px;
}

/* tip item */
.tipItem {
    display: flex;
    flex-flow: row wrap;
    background: #fff;
    box-sizing: border-box;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
.tipItemImgCont {
    width: 35%;
}
.tipItemImgCont a {
	display: block;
}
.tipItemImgCont img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.tipItemText {
    flex: 1;
    box-sizing: border-box;
    padding: 15px;
    text-align: right;
}
.tipItemText {
    flex: 1;
    box-sizing: border-box;
    padding: 15px;
    text-align: right;
    display: flex;
    flex-direction: column;
}
.tipItemCart {
    margin-top: auto;
}
.tipItem .indicators {
    margin: 10px 0 0;
}
.tipItemDescription {
	margin-top: 15px;
}
.tipItemTitle {
    font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.tipItemWarehouse {
	font-weight: bold;
	margin: 10px 0;
}
@media only screen and (max-width: 900px) {
	.tipItemImgCont {
		width: 45%;
	}
}
@media only screen and (max-width: 640px) {
	.tipItemImgCont {
		width: 100%;
		text-align: center;
	}
	.tipItemText {
		text-align: center;
	}
}

/* NOLINKS - odkazy nad patickou */
.nolink .directoryList.gallery {
    margin: 0;
    padding: 15px 15px 5px;
    background: #2CA729;
}
.directoryListItem2 {
    text-align: center;
    padding: 10px;
    display: flex;
    border: 1px solid #eee;
opacity: .75;
transition: .25s;
cursor: default;
}
.directoryListItem2:hover {
opacity: 1;
}
.nolinkImage {
    position: relative;
    width: 100%;
    display: block;
max-width: 100%;
}
.nolinkImage::after {
    display: block;
    content: "";
    padding-bottom: 60%;
width: 100%;
}
.nolinkImage img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    filter: brightness(1000);
}
.nolink figure {
    display: flex;
    flex-direction: column;
width: 100%;
}
figcaption.nolinkWrap {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
width: 100%;
}
.nolinkTitle {
    text-transform: uppercase;
    color: #eee;
    font-size: 1.4rem;
    line-height: 1.2em;
    margin-bottom: 10px;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nolinkText {
    line-height: 1.1;
    color: #ddd;
    font-weight: bold;
}
.nolinkTitle span, .nolinkText p {
    max-width: 100%;
max-height: 100%;
display: block;
}

/* directory odkazy */
.directoryOdkazy {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -5px;
}
.directoryOdkazItem {
    width: calc(50% - 10px);
    margin: 5px;
}
.directoryOdkazBg {
    display: block;
    background-size: cover;
    background-position: center;
    padding-bottom: 85%;
    width: 100%;
    position: relative;
}
.odkazWrap {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
	min-height: 160px;
}
.odkazTitle {
    font-weight: bold;
    font-size: 1rem;
}
.odkazText {
    margin: 5px 0;
    color: #000;
}
.odkazLink {
    margin-top: auto;
    align-self: baseline;
    padding: 8px 12px;
    background: #555555;
    color: #fff;
}
.odkazLink:hover {
	background: #2CA729;
}
@media only screen and (max-width: 600px) {
	.directoryOdkazItem {
		width: calc(100% - 10px);
	}
}


/* GRID */
.productListFGrid {
	display: block;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.productListFGridItem2 {
	display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 5px;
    box-sizing: border-box;
    width: 23%;
    width: calc(25% - 10px);
	border: 1px solid #e5e6e6;
	text-align: center;
	transition: .2s;
}
@media only screen and (max-width: 1230px) {
	.productListFGridItem2 {
		width: 31%;
		width: calc(33.3% - 10px);
	}
}
@media only screen and (max-width: 1000px) {
	.productListFGridItem2 {
		width: 23%;
		width: calc(25% - 10px);
	}
}
@media only screen and (max-width: 880px) {
	.productListFGridItem2 {
		width: 31%;
		width: calc(33.3% - 10px);
	}
}
@media only screen and (max-width: 660px) {
	.productListFGridItem2 {
		width: 49%;
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 440px) {
	.productListFGridItem2 {
		width: 100%;
		width: calc(100%);
	}
}

.productListFGridItem2:hover {
	border-color: #0A1F73;
}

.productListFGridImage2 {
    position: relative;
}
.productListFGridImage2:after {
	content: " ";
	display: block;
	width: 100%;
	padding-bottom: 100%;
}

.linkImage2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.linkImage2 img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.productListFGridInfo2 {
    position: absolute;
    top: 0;
    left: 0;
}

.productListFGridInfo2 .indicator {
    margin: 0;
    float: left;
    clear: left;
	line-height: 1;
	padding: 6px;
}

.productListFGridInfo2 .indicator:nth-child(n+2) {
    margin-top: 5px;
}

.productListFGridText2 {
	position: relative;
	margin-bottom: 5px;
}

.productListFGridTitle2 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.productListFGridTitle2 a {
	display: block;
}

.productListFGridCartInfo2 {
    margin-top: auto;
}

.productListFGridCartInfo2 .price {
    font-size: 1.3rem;
}

.productListFGridCartInfo2 .price span {
    display: none;
}
.productListFGridCartInfo2 .priceDiscount {
	margin-top: 5px;
	font-size: 0.9rem;
}

.productListGridIdentCont2 {
    margin: 0;
    font-weight: bold;
    font-size: .8rem;
}

.productListGridCart2 label {
    display: none !important;
}

@media only screen and (max-width: 900px) {
	.searchblock {
		margin: 5px 0;
		width: 100%;
		min-width: 250px;
	}
	.navCont, .headerblocks {
		flex-wrap: wrap;
	}
	.itemsblock {
		margin-left: auto;
	}
	#sitelogo {
		width: 100%;
	}
	.langblock {
		display: inline-block;
	}
	.headerflags a {
		font-size: 0;
		margin-right: 5px;
	}
}
@media only screen and (max-width: 800px) {
	#box-id-header_block .userHTMLContent {
		display: none;
	}
	.searchblock {
		width: auto;
	}
}
@media only screen and (max-width: 550px) {
	.accblock ul {
		max-width: 100%;
	}
}

/* okno */
#oknoall * {
	margin: 0;
	padding: 0;
}

#oknoall {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	background: RGBA(0, 0, 0, 0.6);
	font-size: 100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	transition: .2s;
}

#oknoall.active {
	opacity: 1;
	visibility: visible;
}

#oknoall::before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}

#oknoall .closespace {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#oknoCont {
	display: inline-block;
	position: relative;
	width: 730px;
	padding: 15px;
	background: white;
	color: black;
	box-sizing: border-box;
	max-width: 90%;
	text-align: center;
	max-height: 90vh;
	transition: .3s;
	vertical-align: middle;
	margin-top: -75px;
}

.active #oknoCont {
	margin-top: 0;
}

#box-id-banner_okno {
	max-height: 80vh;
	overflow-y: auto;
}

#oknoCont .box {
	border: none;
}

#oknoCont .closepop {
	width: 30px;
	height: 30px;
	font-size: 30px;
	cursor: pointer;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: -15px;
	transition: .3s;
	font-family: PT Sans, sans-serif;
}

#oknoCont .closepop:hover {
	color: #fff;
	background: red;
}

#oknoCont h2,
#popupCont p {
	color: #000;
	background-color: #fff;
}