/*Indikátor rezervací*/
.btn-indicator {
  position: relative;
}

.btn-indicator::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 10px;
  height: 10px;
  background-color: #ff4d4f;
  border-radius: 50%;
}


/*Přepínač jazyka*/
#currency-switcher {
    background: none;
    border-radius: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	margin-bottom: 0;
}
#currency-switcher option {
}

.currency-dropdown {
  position: relative;
  display: inline-block;
  font-family: inherit;
}

.domov .sticky .currency-selected {
	color: #1c1c2e;
}
.currency-options button:focus {
  color: #58C2F4;
}


.currency-selected {
  background: #fff;
  border: 1px solid #ddd !important;
  border-radius: 999px;
  padding: 6px 14px !important;
  font-size: 14px;
  font-weight: 500;
  color: #1c1c2e;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  min-width: 64px;
}

.currency-selected:hover {
  background: #f2f2f2;
  color: #1c1c2e !important;
}

.currency-options {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  display: none;
  flex-direction: column;
  z-index: 1000;
  min-width: 100%;
  overflow: hidden;
}

.currency-options button {
  background: none;
  border: none;
  padding: 8px 14px !important;
  font-size: 14px !important;
  text-align: left;
  cursor: pointer;
  color: #1c1c2e;
  transition: background 0.2s;
}

.currency-options button:hover {
  background: #f7f7f7;
}

.currency-dropdown.open .currency-options {
  display: flex;
}

.domov .currency-selected {
	color: #fff;
}

/*Logo*/
@media(max-width:768px) {
.btn-indicator::after {
    top: 4px;
    right: 7px;
    width: 8px;
    height: 8px;
}	
.currency-selected {
    padding: 6px 12px !important;
    font-size: 12px !important;
    min-width: auto !important;
	height: 26px;
    line-height: 13px;	
}	
.header_lang img {
	width: 24px !important;
	height: 24px !important;
	min-width: 24px !important;
}	
	.logo_image {
		max-width: 160px !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: 200px !important;
	}	
}


/*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_lang {
        margin-left: 10px !important;
    }
	.header_curr {
        margin-left: 10px !important;
    }	
}

/*Header*/
.header {
    z-index: 999 !important;
    position: fixed !important;
}

.header {
    background-color: transparent;
    height: 90px;
    transition: all 1s;
    z-index: 1;
    position: relative;
    width: 100%;
}
.nenidomov .logo_image.fix { display: none; }
.domov .logo_image.scroll { display: none; }

/*.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);
	background-color: #fff !important;		
}
.header .row, .header .container{
	height: 100%
}

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

.menu ul li {
	display:inline-block;
	list-style: none;
	margin-left: 30px;
    margin-right: 18px;
	position: relative;
}
@media(min-width:1400px) {
.jazyk ul li {
    margin-left: 16px !important;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .jazyk ul li {
        margin-left: 20px !important;
    }
	.jazyk ul li a {
    font-size: 16px !important;
	}
}
@media (max-width: 1200px) {
    .jazyk ul li {
        margin-left: 20px !important;
		margin-right: 0 !important;
    }
	.jazyk ul li a {
    font-size: 14px !important;
	}
}
.menu ul li a {
	color: #fff;
	text-transform: none;
	font-size: 18px;
	font-weight: 500;
	padding-top: 35px;
	padding-bottom: 35px;
	text-decoration: none;
}

.sticky .menu ul li a {
	color: #000;
}
.sticky .fix {
	display: none !important;
}
.sticky .scroll {
	display: block !important;
}
.scroll {
	display: none;
}
@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: '\f078';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        height: 100%;
        display: inline-flex;
        align-items: center;
        font-size: 14px;
        top: 0px;
        position: relative;
        margin-left: 5px;
		color: #fff;
 }
.sticky .menu-item-has-children:after {
		color: #000;
 }
.menu-item-has-children:hover:after {
		color: var(--barvaodkazuhover);
}
.sticky .current-menu-ancestor:after {
		color: var(--barvaodkazuhover);
 }
.current-menu-ancestor:after {
		color: var(--barvaodkazuhover);
}
.current-menu-ancestor > a {color:var(--barvaodkazuhover) !important}

.menu > ul > .current-menu-ancestor a:before {
    width: 100%;
    left: 0;
    right: auto;
}
.current-menu-item a {color:var(--barvaodkazuhover) !important}

.menu > ul > .current-menu-item a:before {
    width: 100%;
    left: 0;
    right: auto;
}
.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: -2px;
    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: #000;
	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: #000;
    text-decoration: none;
}


.sub-menu {
    background: #fff;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
	border-radius: 6px;
    visibility: hidden;
    display: block;
    left: auto;
    position: absolute;
	box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.08);
    top: 35px;
	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:first-child a {
	padding-top: 15px !important;
}
.sub-menu a {
	padding: 10px 15px 10px 15px !important;
	font-size: 16px !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 {
	display: flex;
	max-width: 250px;
}
.header_logo {

}

@media (max-width: 576px) {
.currency-selected {
    padding: 3px 8px !important;
    font-size: 13px !important;
    min-width: auto !important;
    height: 24px !important;
    line-height: 13px !important;
}
.currency-options button {
    background: none;
    border: none;
    padding: 8px 14px !important;
    font-size: 13px !important;
}	
	.header_lang img {
		width: 20px !important;
		height: 20px !important;
		min-width: 20px !important;
	}	
    .header_lang {
        margin-left: 10px !important;
    }	
	.hidden-xs {
		display:none !important;
	}
	.logo_image {
			width: 150px;
			max-width: 100% !important;
	}
}
	.logo{max-width:100%}


@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: #000;
}

.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){
	.menu ul li a{font-size:16px;}
	.row { margin-left: 0 !important; max-width: 100%;}
}

@media (max-width: 1099px) {
.menu-item-has-children:after {
		display: none !important;
	}	
.jazyk ul li a {
    font-size: 18px !important;
	}	
.header_mobileMenu.isOpened .header_menu {
    opacity: 1;
	display: block;
}
.header .menu-item-has-children a:after { content:"\f067";font-family: "Font Awesome 6 Free"; font-weight: 900; margin-left: 10px;}
.header .sub-menu li a:after{display: none !important}
}
	
@media (max-width: 1099px) {
.sticky .menu ul li a {
    color: #fff;
}	
.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;
}
.menu ul li a {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
	color: #fff;
}
.header_menu {
    opacity: 0;
	background: #000;
    position: absolute;
    width: 100%;
    left: 0;
    top: 90px;
	z-index: 999;
	display: none;
	padding-top: 40px;
	padding-bottom: 40px;
}
.menu ul li a {
    padding-top: 0;
    padding-bottom: 0px;
	margin-bottom: 30px;
}
.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: #e7000e;
}
.sub-menu a {
    padding: 0 15px 0 15px !important;
    display: 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_curr {
        margin-left: 20px !important;
    }
	.header_mobileMenu {
			display: flex;
			justify-content: end;
			align-items: center;
	}
}
.header_lang {
    display: flex;	
	align-items: center;
}
.header_curr {
    display: flex;	
	align-items: center;
}
.header_lang img {
    display: flex;	
	border-radius: 100%;
	width: 24px;
	height: 24px;
	min-width: 24px;
}