/*Logo*/
@media(max-width:768px) {
	.contentinfo span {
		font-size: 16px !important;
	}	
	.informace2 p {
		font-size: 13px !important;
	}	
	.informace2 {
		gap: 25px !important;
	}	
	.logo_image {
		max-width: 250px !important;
	}
    .submenu {
        display: none;
    }

    .submenu.d-block {
        display: block;
    }	
	.kategorie .container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}	
	.submenu .col-xs-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
	}
	.submenu a {
    border-radius: 0px !important;
	}
}
@media(min-width:768px) {
	.logo_image {
		max-width: 250px !important;
	}	
}
@media(max-width:670px) {
.informace {
    flex-direction: column !important;
    justify-content: center !important;
    gap: 4px !important;
    align-items: center;
}	
}
/*mobil pc*/
.mobil {
	display: none;
}
.pc {
	display: flex;
}
@media(max-width:1099px) {
.mobil {
	display: flex !important;
}
.pc {
	display: none !important;
}
.hlavni-slider {
    width: 100% !important;
}	
}

/*Header*/
.topbar {
    padding: 9px 0;
    background-color: #f7f7f7;	
}
.headermiddle {
	padding-top: 20px;
	padding-bottom:	20px;
}
.informace {
    display: flex;
    flex-direction: row;
	justify-content: flex-end;
    gap: 20px;	
}
.informace2 {
    display: flex;
    flex-direction: row;
	justify-content: flex-end;
    gap: 50px;	
}
.informace a, .odkazyhlavicka a {
	text-decoration: none;
	font-size: 14px;
}
.informace a:hover, .odkazyhlavicka a:hover {
	text-decoration: underline;
}
.informace p {
	font-size: 14px;
	padding: 0; 
	margin: 0;
}
.informace2 p {
	font-size: 14px;
	padding: 0; 
	margin: 0;
}
.informace i {
	color: #0365ae;
	padding-right: 5px;
}
.informace2 i {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #f7f7f7;
    color: #a8a8a8;
    border-radius: 100%;
    font-size: 20px;	
}
.odkazyhlavicka {
	display: flex;
    gap: 0px;	
}
.odkazyhlavicka a:after {
    content: "";
    height: 10px;
    width: 1px;
    background: #a8a8a8;
    display: inline-block;
    margin-left: 9px;
    margin-right: 8px;
}
.odkazyhlavicka a:last-child:after {
	display: none !important;
}
.contentinfo span {
	color: #0365ae;
	font-size: 18px;
	font-weight: 600;
}
.sidlo, .piste, .volejte {
    display: flex;
    align-items: center;	
}
.hodiny, .telefon, .odkaz {
    display: flex;
    align-items: center;
	gap: 15px;	
}
.hodiny i {
	font-weight: 400;
}
.telefon a {
	text-decoration: none;
}
.header .sticky {
    z-index: 999 !important;
    position: fixed !important;
    width: 100%;
    top: 0;	
}

.header {
    background-color: transparent;
    transition: all 1s;
    z-index: 10;
    position: relative;
    width: 100%;
}
/*.header.isPulled {
    position: fixed;
    width: 100%;
	transition: all 1000ms ease;
	transform: translateY(0px);
	z-index: 999;
}*/
.header .sticky{
	-webkit-box-shadow: 0px 8px 30px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 8px 30px -2px rgba(0,0,0,0.1);
	box-shadow: 0px 8px 30px -2px rgba(0,0,0,0.1);	
}
.header .row, .header .container{
	height: 100%
}

.menu {
	background-color: #1a1a1d;
	min-height: 60px;
	position: relative;
	z-index: 10;
}
.menu .container {
	height: 60px;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu ul li {
	display:inline-block;
	list-style: none;
	margin-left: 20px;
    margin-right: 15px;
	position: relative;
}

.menu ul li a {
    color: #fff;
    text-transform: none;
    font-size: 15px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: inline-block;
}


@media (max-width: 1100px) {
.sub-menu li {
    width: 100% !important;
}
.menu > ul > li > a:before {
		display: none !important;
	}
}
@media (min-width: 1100px) {
.menu ul li:first-child {
    margin-left: 0;
}	
.menu ul li:last-child {
	margin-right: 0;
}	
    .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
}
.menu-item-has-children:after {
        content: '\f0d7';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        height: 100%;
        display: inline-flex;
        align-items: center;
        font-size: 13px;
        top: 0px;
        position: relative;
        margin-left: 5px;
		color: #fff;
 }


.sub-menu .current-menu-item.menu-item-has-children a:after {
		color: #fff;
 }
.sub-menu .sub-menu .current-menu-item.menu-item-has-children a:after {
		display: none !important;
 }
.sub-menu .current-menu-item.menu-item-has-children .sub-menu a:after {
	display: none !important;
}
.sub-menu .menu-item-has-children .sub-menu a:after {
	display: none !important;
}
.sub-menu .sub-menu .menu-item-has-children a:after {
		display: none !important;
 }
.sub-menu .sub-menu .menu-item-has-children a:after {
        display: none !important;
 }
.sub-menu li {
	width: 100% !important;
}
.sub-menu .menu-item-has-children:after {
	display: none !important;
}
.sticky .menu-item-has-children:after {
		color: #fff;
 }
.menu-item-has-children:hover:after {
		color: #fff;
}
.sub-menu .menu-item-has-children:hover:after {
	display: none !important;
}
.sub-menu .current-menu-item.menu-item-has-children:after {
	display: none !important;
}
.sticky .current-menu-ancestor:after {
		color: #fff;
 }
.current-menu-ancestor:after {
		color: #fff;
}
.current-menu-ancestor > a {color:#fff !important}

.menu > ul > .current-menu-ancestor > a:before {
    width: 100%;
    left: 0;
    right: auto;
}
.menu .current-menu-item > a:before {
    width: 100%;
    left: 0;
    right: auto;
}
.current-menu-item a[aria-current="page"] {color:#fff !important}
.current-menu-item.menu-item-has-children:after {color:#fff !important}


.menu > ul > li:hover > a:before {
    width: 100%;
    left: 0;
    right: auto;
}
.menu > ul > li > a:before {
    content: "";
    width: 0px;
    height: 2px;
    background: var(--barvaodkazuhover);
    position: absolute;
    bottom: 12px;
    left: auto;
    right: 0;
    transition: all 0.2s linear;
}


.menu ul li:hover a {
	color: var(--barvaodkazuhover);
	text-decoration: none;
}
.menu ul li:hover .sub-menu a {
	color: #fff;
	text-decoration: none;
}
.menu ul li:hover .sub-menu a:hover {
	background: #313134 none repeat scroll 0 0;
	color: #fff !important;
	text-decoration: none;
}

#menu-hlavni-menu li:focus+.sub-menu, #menu-hlavni-menu li:focus-within .sub-menu {
		opacity: 1;
        transform: translateY(0);
        visibility: visible;
}
#menu-hlavni-menu li:focus+.sub-menu a, #menu-hlavni-menu li:focus-within .sub-menu a {
	color: #fff;
    text-decoration: none;
}


.sub-menu {
    background: #1a1a1d;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
	border-radius: 0px;
    visibility: hidden;
    display: block;
    left: auto;
    position: absolute;
	box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.08);
    top: 60px;
	z-index: 9999;
	-webkit-box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.08);
	min-width: 200px;
	text-align: left !important;
}
.sticky .sub-menu {
    top: 55px;
}

.sub-menu li {
	margin: 0 !important;
    padding: 0;
	width: fit-content;
	width: -moz-fit-content;
	display: block !important;
}

.sub-menu a:hover{
    color: var(--barvaodkazuhover) !important;
	text-decoration: none;
}

.sub-menu > li > a:before {
    content: "";
    width: 0px;
    height: 2px;
    background: var(--barvaodkazuhover);
    position: absolute;
    bottom: 0px;
    left: auto;
    right: 0;
    transition: all 0.2s linear;
}
.sub-menu > li:hover > a:before {
    width: 100%;
    left: 0;
    right: auto;
}

.sub-menu a {
	padding: 10px 12px 10px 12px !important;
	font-size: 14px !important;
	font-weight: 500;
	display: block;
	width: 100%;
	color: #000;
}
.sub-menu li:last-child a {
	padding-bottom: 15px !important;
}

@media (min-width: 1099px) {
.header_opener {
    display: none !important;
}
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.header_cart, .header_opener {
    flex: none;
    position: relative;
    z-index: 2;
}
.header_opener {
    color: #689AAA;
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 4px;
	margin-left: 25px;
}
.menuOpener {
    align-items: center;
    color: inherit;
    display: flex;
    justify-content: center;
}

.header button {
	background: none;
    border: 0;
	outline: 0;
    padding: 0;
}

header_opener:focus, button:focus {
	border: none!important;
	outline: none!important;
}

.logo {
	max-width: 250px;
}
.header_logo {
    display: flex;
	justify-content: center;
    height: 90px;
	width: fit-content;
	width: -moz-fit-content;
}

.mobilodkaz {
	display: none;
}
@media (max-width: 690px) {
.contentinfo span {
    font-size: 12px !important;
}	
.informace2 p {
    font-size: 12px !important;
}	
.headermiddle {
    padding-top: 0px;
    padding-bottom: 0px;
}
.informace2 i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.header .sirkac {
	 width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;	
	}
	.mobilodkaz {
		display: block !important;
	}	
	.mobilodkaz .odkaz {
	justify-content: center !important;	
	}
	.informace2 .odkaz {
		display: none !important;		
	}
.hodiny, .telefon, .odkaz {
    gap: 5px;
    flex-direction: row;
    text-align: start;
}
.header a.newbuttonp {
    padding: 10px 25px 10px 25px !important;
    font-size: 12px !important;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}	
}
@media (max-width: 576px) {
	.logo{max-width:100%}
	.logo_image{width:100%;}
	.hidden-xs {display:none !important}
}
	.logo{max-width:100%}
	.logo_image{width:100%; max-width: 250px}

@media(min-width:768px) {
	.social{min-width: 170px}
}

.hamburgerCross.isActive:after, .isActive .hamburgerCross:after {
    top: 0.6875rem;
    transform: rotate(45deg);
    transition-delay: 0s,.08s;
}
.hamburgerCross:after {
    background: #fff;
    top: 1.375rem;
    transition-delay: .12s,0s;
    transition-duration: .08s,.12s;
    transition-property: top,transform;
    transition-timing-function: ease-in-out;
}
.hamburgerCross span, .hamburgerCross:after, .hamburgerCross:before {
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transform-origin: 50% 50%;
    width: 30px;
}

.hamburgerCross.isActive:before, .isActive .hamburgerCross:before {
    top: 0.6875rem;
    transform: rotate(-45deg);
    transition-delay: 0s,.08s;
}
.hamburgerCross:before {
    background: #fff;
    top: 0;
    transition-delay: .12s,0s;
    transition-duration: .08s,.12s;
    transition-property: top,transform;
    transition-timing-function: ease-in-out;
}

.sticky .hamburgerCross span, .sticky .hamburgerCross:before, .sticky .hamburgerCross:after {
	background: #fff;
}

.hamburgerCross.isActive span, .isActive .hamburgerCross span {
    opacity: 0;
}
.hamburgerCross span {
    background: #fff;
    top: 0.6875rem;
    transition-delay: .08s;
    transition-duration: 0s;
    transition-property: opacity;
    transition-timing-function: linear;
}
@media(min-width:1099px) and (max-width:1200px){
		.menu ul li {
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media(max-width:1200px){
	.odkazyhlavicka {
		justify-content: center;
		margin-bottom: 0px;
	}
	.informace {
		justify-content: center;
	}	
	.informace2 {
		justify-content: center;
	}	
	.header_logo {
		margin: 0 auto;
	}
	.menu ul li a{font-size:16px;}
	.row { margin-left: 0 !important; max-width: 100%;}
}

@media (max-width: 1099px) {
	.sub-menu > li > a:before {
		display: none !important;
	}	
	#menu-hlavni-menu {
		width: 100%;
	}
	#menu-hlavni-menu li li li a {
		width: 70%;
		padding: 15px 15% !important;
	}	

	#menu-hlavni-menu * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
	
	#menu-hlavni-menu li a {
	font-size: 13px;
    font-weight: 400;
    line-height: 25px;	
    display: block;
    float: left;
    width: 90%;
    padding: 15px 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255,255,255,0.5);
    text-decoration: none;
	}	
    #menu-hlavni-menu li {
    position: relative;
    float: left;
    width: 100%;
    }

    .toggle-submenu {
    margin-top: 1px;
    width: 32px;
    height: 32px;
    padding: 9px 10px 8px!important;
    text-align: center;
    line-height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255,255,255,0.1);
    border: none!important;
    border-left: 1px solid rgba(255,255,255,0.4)!important;
    border-bottom: 1px solid rgba(255,255,255,0.2)!important;
    }

    .toggle-submenu i {
        font-size: 18px;
        color: #fff;
    }

	#menu-hlavni-menu ul.sub-menu {
		display: none;
		padding-left: 0;
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

    #menu-hlavni-menu li.open > ul.sub-menu {
        display: block;
    }	
	
.menu-item-has-children:after {
		display: none !important;
	}		
.header_mobileMenu.isOpened .header_menu {
    opacity: 1;
	display: block;
}
.header .menu-item-has-children.current_page_parent span.fa-plus {
	color: var(--barvaodkazuhover) !important;
	font-weight: 900;
	margin-left: 10px;
}
.header .menu-item-has-children span.fa-plus {
	color: #fff !important;
	font-weight: 900;
	margin-left: 10px;
}
	
.header .sub-menu li a:after{
	display: none !important
}

.open span.toggle-submenu:first-of-type {
		background: #000 !important;
}
.open .sub-menu span.toggle-submenu:first-of-type {
		background: #253039 !important;
}
#menu-hlavni-menu li li a {
    width: 80%;
    padding: 15px 10% !important;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255,255,255,0.25);
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none!important;
    visibility: visible;
}	
#menu-hlavni-menu li span.toggle-submenu {
    margin-top: 1px;
    width: 32px;
    height: 38px;
    padding: 9px 10px 8px!important;
    text-align: center;
    line-height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: #253039;
    border: none!important;
    border-left: 1px solid rgba(255,255,255,0.4)!important;
    border-bottom: 1px solid rgba(255,255,255,0.4)!important;
}	
	
.menu ul li:hover a {
    color: #fff !important;
    text-decoration: none;
}	
.menu li:last-child a {
	margin-bottom: 0px !important;
}	
.header_mobileMenu{
		position: unset !important;
	}
.menu ul li {
    display: block;
    list-style: none;
    padding-right: 0;
	text-align: left !important;
	margin: 0 !important;
}
	
	

.menu.sticky .header_menu {
		top: 60px;
}
	
.header_menu {
    opacity: 0;
    background: #000;
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    z-index: 999999;
    display: none;
}
.menu ul li a {
    padding-top: 0;
    padding-bottom: 0px;
	margin-bottom: 10px;
}
.sub-menu {
    opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0px) !important;
	transition: none !important;
	top: 0 !important;
	margin: 0 0 20px 0 !important;
    background: none;
    display: none;
    position: relative;
    z-index: 99;
    width: fit-content;
	width: -moz-fit-content;
    text-align: center !important;
    box-shadow: none;
    background: #2f2f2f;
}
.sub-menu a {
    padding: 0 12px 0 12px !important;
    display: inline-block;
    width: 100%;
}	
	

}


/* Navigace pro podřazené položky */
.kategorie .container {
 
}

.submenu {
    list-style: none; /* Odstranění bulletů */
    padding: 0; /* Odstranění výchozího paddingu */
    margin: 0; /* Odstranění výchozího marginu */
    align-self: center;
}

.submenu div {
    margin-right: 0px; /* Mezera mezi položkami */
}

.submenu a {
    background-color: #f4f4f4;
    color: #000;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    transition: all 0.3s;
    cursor: pointer;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.submenu .col-xs-12:first-child a {
	border-bottom-left-radius: 6px;
}
.submenu .col-xs-12:last-child a {
	border-bottom-right-radius: 6px;
}
.submenu .col-xs-12:first-child {
	padding-left: inherit !important;
	padding-right: 0px !important;
}
.submenu .col-xs-12 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.submenu .col-xs-12:last-child {
	padding-left: 0px !important;
	padding-right: inherit !important;
}
.submenu .col-xs-12 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.show-products {
	background-color: var(--barvaodkazuhover);
    color: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.show-products.active {
	background-color: #000;
    color: #fff;
}

/* Aktivní položka */
.submenu a.active {
    background-color: var(--barvaodkazuhover) !important;
    color: #fff !important;
    pointer-events: none; /* Zamezí kliknutí na aktivní položku */
}

/* Efekt při najetí myší */
.submenu a:hover {
    background-color: var(--barvaodkazuhover) !important;
    color: #fff !important;
}

@media(min-width:1200px) and (max-width:1400px) {
.menu ul li {
    margin-right: 0px !important;
}		
}
@media(min-width:1099px) {
    .header_lang {
        margin-left: 50px !important;
    }
	.header_lang:empty {
        margin-left: 0px !important;
    }
	.header_mobileMenu {
			display: flex;
			justify-content: start;
			align-items: center;
	}
}
.header_lang {
    display: flex;
    height: 30px;
    margin-top: 0px;
    align-items: center;
    justify-content: end;
    margin-left: 0px;	
}
.header_lang .lang_list {
    position: relative;
}
.header_lang .lang_list a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}
.header_lang .lang_list a:before {
    content: "";
    width: 0px;
    height: 2px;
    background: var(--barvaodkazuhover);
    position: absolute;
    bottom: -2px;
    left: auto;
    right: 0;
    transition: all 0.2s linear;
}
.sticky .header_lang .lang_list a {
    color: #000;
}
.header_lang .lang_list a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.header_lang .lang_list a:hover {
    text-decoration: none;
}
.header_lang i {
    color: #e7000e;
    font-size: 20px;
    margin-right: 10px;
}

.sub-menu .menu-item-has-children a:after {
        content: '\f0da';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        height: 100%;
        display: inline-flex;
        align-items: center;
        font-size: 13px;
        top: 0px;
        position: absolute;
        right: 12px;
		color: #fff;
 }


/* 3. úroveň submenu */
@media(min-width:1098px) {
#menu-hlavni-menu li ul.sub-menu li ul.sub-menu {
    position: absolute;
    top: 0;
    left: 200px;
    display: none;
    background: #1a1a1d;
    min-width: 200px;
    z-index: 9999;
    padding: 0;
	border-radius: 0px;
}
}

/* Zobrazit 3. úroveň submenu pouze při hoveru na jejího rodiče */
#menu-hlavni-menu li ul.sub-menu li:hover > ul.sub-menu {
    display: block;
}

/* Stylování položek 3. úrovně */
#menu-hlavni-menu li ul.sub-menu li ul.sub-menu li a {
    display: block;
    white-space: nowrap;
    text-decoration: none;
}

#menu-hlavni-menu li:hover > ul.sub-menu {
    display: block;
}