/* IE delalo z mne neznamych duvodu asi 100px vysku */
#produkty-znacky {
 height:40px;
}

#prepinac-tabulka-podrobne {
	height:20px;
	line-height:20px;
	margin-top:15px;
	padding-left:20px;
	font-weight:bold;
	background-color:#F1EBE4;
}

#lista {
	padding-left:0px;
 /* background:url('lista_prefix.jpg') 10px 8px no-repeat;*/
	margin:8px 0 5px 0;
 /* font-weight:bold;*/
	padding-bottom:5px;
 /* border-bottom:2px solid #b9b9b9;*/
	min-height:40px;
	
	line-height: 40px;
}
#lista h1{
	margin:0;
	padding:25px 0 20px 0;
	height:auto;
	text-transform:none;
	font-weight:normal;
	font-size:37px;
	color:#6f492c;
	
	border-bottom:0;
	text-align:center;
}
#lista, #lista a {
 /*color:#aaa;*/
	text-transform: uppercase;
}

#lista a {
	/*text-decoration:underline;*/
}

#lista a:hover {
 /* text-decoration:none;*/
}

/* obecne veci */

.nadpis_velky{
	font-weight:normal;
	border-bottom:3px solid #2d2a2c;
	margin:0;
	padding:0;
	font-size:25px;
	overflow:hidden;
	
}

.nadpis_velky span{
	
}

.nadpis_maly{
	height:20px;
	overflow:hidden;
	border-bottom:4px solid #3dbf43;  
	padding:0;
	
}

.nadpis_maly span{
	color:#FFFFFF;
	
	font-weight: bold;
	display: block;
	text-align:center;
	width:150px;
	height:20px;
	line-height:20px;
	background:#c7c7c7;
	margin:0;
	padding:0;
}


.chyby{
	color: #CE0000;
}

.button_zeleny,.button_zeleny_stredni,.button_zeleny_velky{

	
	text-align: center;
	color: white;

	border: 0;
	cursor: pointer;
}

.button_zeleny:hover, .button_zeleny_stredni:hover, .button_zeleny_velky:hover{
	background:#70430D;
	color:white;
	text-decoration:underline;
	
}

.button_zeleny,.button_zeleny_stredni,.button_zeleny_velky{
	 font-size:16px;
	line-height:30px;
	height:30px;
	display: block;  
}

input.button_zeleny, input.button_zeleny_stredni, input.button_zeleny_velky{
	 font-size:16px;
	line-height:30px;
	height:30px;
	 display:inline;
	font-weight: bold; 
 
}

.button_zeleny{
	width:90px;
	background: #70430D url('button_zeleny.jpg') top left no-repeat;    
}
input.button_zeleny{
	width:100px;      
}

.button_zeleny_stredni{
	width:150px;  
	font-size:16px;
	line-height:30px;
	height:30px;
	color:#70430D;
	background: #efe3d6  top left no-repeat;  
	display:block;
}
input.button_prepocitat{
		background: url(prepocitat.png) 0 8px no-repeat;
	padding: 2px 10px 2px 25px;
	font-size: 14px;
	color: #dc5437;
	text-decoration: underline;
	width: 150px;
	line-height: 30px;
	border: 0;
	cursor: pointer;
	text-align: left;
	display: block;
	float: right;
	margin-top: -74px;
	margin-right: 325px;
}
input.button_prepocitat:hover{
	text-decoration:none;
	 
}
.referer_zpet {
text-align: left;
	float: left;
	background: url(referer_zpet.png) 0 13px no-repeat;
	padding: 6px 10px 2px 25px;
	font-size: 14px;
	color: #dc5437;
	text-decoration: underline;
	width: 350px;
	line-height: 30px;
	border: 0;
	cursor: pointer;
	text-align: left;
	display: block;
	float: left;
	/* margin-top: -74px; */
	/* margin-right: 325px; */
		/* úpravy 2019 */
	padding: 6px 30px;
	text-decoration: none;
	background-position: left center;
	}
.button_zeleny_velky{
	width:150px;
	background: #70430D url('button_zeleny_velky.jpg') top left no-repeat;   
}
input.button_zeleny_velky{
	width:160px;
}


.cistic{
	/*clear:both;*/
}

.text-nalevo{
	text-align: left;
}

.text-napravo{
	text-align: right;
}

.text-nastred{
	text-align: center;
	padding:0 0 5px 0;
	
}

.cena{
	color: #245177;
	font-size: 16px;
	font-weight: bold;
}

/* ------------------------- kosik --------------- */

#div-formular-kosik {
 /*border: 1px solid  #FE8A01;*/
 /*width:98%;*/
 /*float:left;*/
 position:relative;
 font-size:15px;

}
#div-formular-kosik strong{
 /*border: 1px solid  #FE8A01;*/

}
#div-formular-kosik p{
 /*border: 1px solid  #FE8A01;*/
 font-size:15px;
 color:#504034;
	/* úpravy 2019 */
 font-size: 16px;
}
#div-formular-kosik hr{
	height: 1px;
	border-top: 1px solid #dfdfdg;
	background:nonel;
	margin: 10px 0 10px 0;
	padding:0;
	font-size:0;
}
#div-formular-kosik #del{
font-weight: bold;
	/*padding: 8px;
	border-radius: 100%;*/
	background: #dc5437;
	color: white;
	width: 30px;
	height: 30px;
	font-size: 12px;
	display: block;
	text-align: center;
	margin: 0 15px;
	background: #dc5437 url(kosik_del.png) top left no-repeat;
}
#div-formular-kosik #del:hover{
color:#FF0000;
}
#div-formular-kosik table {
 border-collapse:left;
 /*border-top: 1px solid #dfdfdf;  
 border-bottom: 1px solid #dfdfdf;*/
 margin:0;

	/* úpravy 2019 */
 width: 100%;
}

#div-formular-kosik td {
 
 padding-left:4px;
 padding-top: 2px;
	/* úpravy 2019 */
 padding: 5px;
}
	/* úpravy 2019 */
#div-formular-kosik td.text-napravo.cena-format {
	padding-right: 20px;
}

#div-formular-kosik .kosik_top{  
	margin-top: 5px;
}
#div-formular-kosik .kusy{  
	text-align: center;
	width: 20px;
	vertical-align: middle;
	/* color: #888888; */
	color: #010101;
	border: 1px solid #e5d7c2;
	height: 18px;
	line-height: 18px;

	padding: 7px 15px;
	font-size: 15px;

}
#div-formular-kosik .kosik_top td{  
 
	color:#FFFFFF;
	color:#70430D;
	height: 20px;
 /* border-right: 1px solid #FFFFFF;*/
	padding:15px 0 0 0;
	font-size:16px;
	
}
#div-formular-kosik .kosik_top .kosik-cena
{
width:170px;
}
.kosik_top td strong{  
 
	font-weight:normal;
	color:#70430D;

} 
.kosik-cena {
	width:140px;
}
.kosik_row {
background:white;
box-shadow: 0px 1px 3px #dedede;
}
.kosik_row_spacer {
height:20px;
}
#sluzby_obal .button_zeleny_stredni, #sluzby_obal .button{
	float: right;
	margin-right: 5px;
}


#sluzby h3 {
	font-size: 18px;
	margin: 25px 0 15px 0;
	padding:0;
	width:80%;
	font-weight:700;
	color:#474747;
}
#sluzby p {
	font-size: 15px;
	line-height:23px;
 color:#504034;
}
#sluzby strong {
	font-size: 15px;
 font-weight:700;
 color:#504034;
}
#sluzby strong {
	font-size: 15px;
 font-weight:700;
 color:#504034;
}
#sluzby .zdarma {

 color:#df5a3b;
}
#sluzby b {

 color:#FF0000;
}
#sluzby hr{
	height: 1px;
	background-color: #000000;
}
#sluzby form input{
	_border:0;
	color:#dc5437;
 
}
#sluzby form{
	background: white;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 3px #dedede;
}
.kroky_obal {
	width: fit-content;
	margin: 20px auto;
}
	.kroky_obal .kosik_krok1,
	.kroky_obal .kosik_krok2,
	.kroky_obal .kosik_krok3,
	.kroky_obal .kosik_krok4 {
		padding: 0 20px;
	width: fit-content;
	font-size: 150%;
}
.kroky_obal.krok1 a,
.kroky_obal.krok2 a,
.kroky_obal.krok3 a,
.kroky_obal.krok4 a {
	color: #dc5437;
	text-decoration: none;
}
.kroky_obal.krok2 a:hover {
	color: #dc5437;
	text-decoration: underline;
}
#sluzby h2.nadpis_velky {
	padding-bottom: 20px;
}
#sluzby p {
	margin: 10px 0;
}
table.sluzby_vyber {
	width: 90%;
	margin: 0 auto;
}

	/* úpravy 2019 */
table.sluzby_vyber td.prava b {
	font-size: 16px;
	text-transform: uppercase;
}

#oznameni-objednavky {
	font-size: 150%;
	padding: 20px;
}

#objednat{
	margin: 20px 0px 0 0;
text-align:center;
	font-size:15px;

}

#objednat .button_objednat{
	 /* min-width: 440px;*/
	display: block;
	vertical-align: middle;
	line-height: 55px;
	font-size: 25px;
	color: #FFFFFF;
	float: right;
	border: 0;
	cursor: pointer;
	border-radius: 4px;
	background: #dc5437 url(kosik_btn2.png) right top no-repeat;
	padding: 0px 80px 0 50px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	border-radius: 4px;
	height: 71px;
	font-family: 'Roboto Slab', serif, Arial, verdana, Helvetica, sans-serif;
		float: none;
	margin: 40px auto;
	width: fit-content;
		/* úpravy 2019 */
	transition: .5s;
	background: #dc5437 url(arrow-white.png) right no-repeat;
	background-position-x: calc(100% - 25px);
	background-size: 25px;
}
#objednat .button_objednat:hover {
	transition: .5s;
	text-decoration: none;
	background-color: #B93519;
}
#objednat .button_objednat_dokoncit{
		min-width: 440px;

}
#objednat .button_objednat_kosik{

	line-height: 57px;
	font-size: 16px;
	background: #dc5437 url(kosik_btn.png) right top no-repeat;
	padding: 0px 45px 0 30px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	border-radius: 4px;
	float: right;
	margin:0;
	height: 55px;
		/* úpravy 2019 */
	transition: .5s;
	background: #dc5437 url(arrow-white.png) right no-repeat;
	background-position-x: calc(100% - 20px);
	background-size: 18px;
	
}
	/* úpravy 2019 */
#objednat .button_objednat_kosik:hover {
	transition: .5s;
	text-decoration: none;
	background-color: #B93519;
}
#sluzby #objednat .button_objednat {
	transition: .5s;
	margin-top: 60px;
	background: #dc5437 url(arrow-white.png) right no-repeat;
	background-position-x: calc(100% - 25px);
	background-size: 25px;
}
#sluzby #objednat .button_objednat:hover {
	transition: .5s;
	text-decoration: none;
	background-color: #B93519;
}
#objednat .button_objednat_velky{
	height: 34px;
	width: 200px;
	background: #FF0000 url('proceed.png') top left no-repeat;
	
	padding: 2px 20px;
	vertical-align: middle;
	line-height: 39px;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 auto;
	border: 0;
	cursor: pointer;
}
#formular-objednavka .objednavka-box {

	background: white;
	padding: 30px 90px;
	width: 1020px;
	box-shadow: 0px 1px 3px #dedede;
	margin-bottom: 30px;
}
#formular-objednavka .objednavka-box h3{
color: #474747;
font-size:18px;
font-weight:700;
}
#formular-objednavka .objednavka-box h3.modry-nadpis{
color: #dc5437;
font-size:18px;

}
#formular-vypis-kosiku {
	margin:0;padding:0;
}

#formular-vypis-kosiku table td {
	border-bottom: 0px solid rgb(222, 220, 221);
}

	/* úpravy 2019 */
#div-formular-kosik td.cena-format p {
	font-size: 18px;
	line-height: 1.2;
}
#div-formular-kosik td.cena-format span {
	font-size: 16px;
	line-height: 1.2;
}

.text-napravo {
padding-right:20px;
}
.cena-format {
/*text-align:left;
padding-left:25px;*/
		/* úpravy 2019 */
	line-height: 1.5;
}
.cena-format p{
color:#474747;
font-weight:700;
font-size:18px;
}
.cena-format span{
color:#474747;
font-weight:400;
font-size:12px;
	/* úpravy 2019 */
font-size: 14px;

}
.znacka-model a {
color:#474747;
font-weight:700;
font-size:18px;
}
.znacka-model a:hover {
color:#474747;
text-decoration:underline;
}
#formular-vypis-ceny-kosiku-div table td {
	border:0;
}
#formular-vypis-ceny-kosiku-div table td.text-vpravo {
	padding-right:10px;
	text-align:right;
}
#formular-vypis-ceny-kosiku-div table td.kosik-cena {
		padding-left: 10px;
	text-align: left;
	width: 111px;
		/* úpravy 2019 */
	text-align: right;
	padding-right: 20px;
}
#formular-vypis-ceny-kosiku-div {
	text-align:right;
	width:100%;
	float:right;
	/*border-top:px solid #FE8A01;
	border-bottom:1px solid #FE8A01;*/
	margin:10px 20px;  
	/*background:#DDDBDB;*/
		/* úpravy 2019 */
	margin: 0;

}

#formular-vypis-ceny-kosiku .objednavka-celkem-td {
	/*border-top:1px solid #FE8A01;*/
	/*padding-top: 10px;*/
	font-size:15px;
	color:#504034;
	text-align:right;
	padding-right:10px;
	font-weight:700;
		/* úpravy 2019 */
	padding-right: 0;
	text-align: center;
}
#formular-vypis-ceny-kosiku .objednavka-celkem-td span.objednavka-celkem{
	/*border-top:1px solid #FE8A01;*/
	/*padding-top: 10px;*/
	font-size:15px;
	color:#504034;
	text-align:right;
	padding-right:10px;
	font-weight:700;
}
#formular-vypis-ceny-kosiku .objednavka-celkem-td span.modre{
	/*border-top:1px solid #FE8A01;*/
	/*padding-top: 10px;*/
	font-size:20px;
	color:#df5a3b;
	text-align:left;
	padding-left:10px;
	font-weight:700;
}
#formular-vypis-ceny-kosiku  {
	text-align:right;
	width:60%;
	float: right;
}
#formular-vypis-ceny-kosiku  .kosik-cena p{
	font-weight:700;
	color:#474747;
}
#formular-vypis-ceny-kosiku {
	border-collapse: collapse;
}
.objednavka-celkem-tr {
	background: #fbefdd;
	border-radius: 4px;
	width: 340px;
	padding: 10px;
	box-shadow: 0px 1px 3px #dedede;
	float: right;
	margin: 20px -20px 20px 0;
}
.objednavka-celkem-tr {
	background: #dae8ba;
	border-radius: 4px;
	width: 340px;
	padding: 10px;
	box-shadow: 0px 1px 3px #dedede;
	float: right;
	margin: 20px -20px 20px 0;
		/* úpravy 2019 */
	margin-right: -5px;
}
.objednavka-celkem-sdph {
	font-size:130%;
 
}

/*  generovane seznamy */
/* -- v nadkategorii -- */
#seznam-nadkategorii-div {
	margin:10px;
}

#seznam-nadkategorii { 
	padding-left:10px;
	margin-left:10px;
}

#seznam-nadkategorii .kategorie a { /* odkaz na kategorii*/
	font-size:15px;
	font-weight:bold;
	color:#26782E;
}
#seznam-nadkategorii .kategorie a:hover {
	text-decoration: underline;
}
.seznam-podkategorii-div {  
}

.seznam-podkategorii {
	padding:10px 40px;
}

#seznam-nadkategorii .podkategorie a { /* odkaz na podkategorii*/
	font-size:12px;
	font-weight:normal;
	color:#464B55;
}

#seznam-nadkategorii .podkategorie a:hover {
	text-decoration: underline;
}


/* -- v kategorii -- */

#generovany-seznam-podkategorii {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:10px;

}

.generovany-seznam-podkategorie {
	float:left;
	width:375px;
	height:430px;
	position:relative;
	margin:0 10px 10px 13px;
	background: white;
	overflow:hidden;
	box-shadow: 0px 1px 3px #dedede;
	 /* border:1px solid #D9A33E;*/
}

.generovany-seznam-podkategorie-content {
	/*border:1px solid #287D2F;*/
	text-align:center;
 /*height:260px;*/
}
.generovany-seznam-podkategorie-content .obr_nahled{
	
	text-align:center;

}
.generovany-seznam-podkategorie>.generovany-seznam-podkategorie-content {
	/* pro Mozillu prenastaveni pripadne vysky */
 /* height:258px;*/
}
.generovany-seznam-podkategorie-content .obr_nahled img {
		width: 325px;
		height: auto;
}

#generovany-seznam-podkategorii .nadpis {
	background: url(kategorie.jpg) top left no-repeat;
	margin:0 0 0px 0;
	padding:20px 0 10px 0;
	color: #6f492c;
	background: #dc5437;
}

#generovany-seznam-podkategorii .nadpis a {
	font-size:28px;
	padding:5px 0;
	display:block;
	 color: #6f492c;
	 color: #dc5437;
	 color: white;
	 font-family: "atrament-web-n6", "atrament-web";
}
#generovany-seznam-podkategorii .nadpis a:hover {
text-decoration:underline;
}

/* odkaz na dalsi produkty */

#dalsi-produkty {
	/*background: url('search_grad_inv.jpg') bottom left repeat-x;*/
	text-align: right;
	font-weight: bold;
	height:25px;
	width:100%;
	_width:99%;
	float:left;
	border:0px solid black;
	margin-top:10px;
	position:relative;
}
 
#dalsi-produkty a {
	padding: 0 3px 0 3px;
	vertical-align: bottom;
	color: #333;
}

#dalsi-produkty img { 
	border:0;
}

#dalsi-produkty .img {
	padding: 0 1px;
	position:relative;
	top:5px; 
	border:0px solid black;
}


#dalsi-produkty .akt {
	background: #555;
	color: #EEE;
	vertical-align: bottom;
	padding: 3px 3px 2px 3px;  
}

.warn, .oznameni {
	color:#f00;
	font-size:15px;
	font-weight:bold;
	padding:10px;
}
	
#text_uvodka{
	padding-bottom: 2px;
}

#text_uvodka #uvodka_odhozeni{
	width: 100%;  
	float: left;
	height: 2px;
}
#objednavka_login_div
/* panel css */

#podkategorie-aktivni, #kategorie-aktivni {
	text-decoration: underline;
}

.mouseMenuActivated .kategorie, .mouseMenuActivated .podkategorie, .mouseMenuActivated #top-spodek .nadkategorie .panel {  
	display: none;
}

.mouseMenuActivated .show-kategorie .kategorie {
	display: block;
}

.mouseMenuActivated .active .kategorie, .mouseMenuActivated .active-sub .podkategorie {
	display: block;
}

#top-spodek .nadkategorie .show-in-menu.panel,
#top-spodek .nadkategorie .show-in-panel.panel
{
	display: block;   
	position: absolute;
	/* left: 240px; */
}

#top-spodek .nadkategorie .show-in-menu.panel .kategorie,
#top-spodek .nadkategorie .show-in-panel.panel .kategorie,
#top-spodek .nadkategorie .show-in-menu.panel .podkategorie,
#top-spodek .nadkategorie .show-in-panel.panel .podkategorie          
{
	display: block;
}        

#top-spodek .nadkategorie .show-in-menu.panel,
#top-spodek .nadkategorie .show-in-panel.panel
{
	background: #fff;
	background: #adcc6e;
	/* box-shadow: 1px 10px 50px #888; */
	padding: 10px 15px;
	display: inline-block;
	display: block;
	position: absolute;
	top: 35px;
	/* width: calc(100vw - 680px); */
	min-width: 200px;
	/* max-width: 895px; */
	width: 100%;
	right: 0;
	left: 0;
	/*-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;*/
	box-shadow: 3px 3px 30px 0 rgba(0,0,0,.2);
		/* úpravy 2019 */
	box-sizing: border-box;
}


ul.podkategorie span.name {
	/* color: #adcc6e; */
	color: #df5a3b;
	font-size: 21px;
	line-height: 40px;
	width: 100%;
	padding-right: 30px;
	text-align: left;
	text-transform: none;
	position: relative;
	padding-bottom: 5px;
	display: block;
	width: fit-content;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;

	/*border-bottom: 1px solid #df5a3b;*/
	background: url(./sipka_menu.png) center right no-repeat;

		/* úpravy 2019 */
	padding: 0 28px;
	text-align: center;
	background: url(./arrow-white.png) right no-repeat;
	background-size: 18px;

}
ul.podkategorie a:hover span.name {
	/* color: #df5a3b; */
	color: #adcc6e;
	background-image: url(./sipka_menu_hover.png);
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
		/* úpravy 2019 */
	background: url(./arrow-green.png) right no-repeat;
	background-size: 18px;

}
#top-spodek .kategorie .podkategorie li a:after {
    background: #adcc6e;
    content: "";
    margin: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    transition: width .3s;
}
#top-spodek .kategorie .podkategorie li a:hover:after {
	width: 100%;
}
#top-spodek ul.kategorie {
	padding: 0;
	margin: 0;
		/* úpravy 2019 */
	padding: 0;
	height: 80px;
	width: 1050px;
	margin: 0 auto;
}

#top-spodek .panel .kategorie {
	display: block;
	width: auto;

}


#top-spodek .panel .podkategorie {
	margin: 15px 0;
}

#top-spodek .panel .kategorie li {
	width: auto;
}

#top-spodek .panel .podkategorie li {
	display: inline-block;
	/* padding-bottom: 0; */
	width: 100%;
	height: 100%;
}

#top-spodek .panel .kategorie li a {
	padding: 0;
	margin: 0;
	margin-right: 15px;
	width: auto;    
	font-weight: bold;
	font-size: 15px;
	position: relative;
}


#top-spodek .panel .podkategorie li a {
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	height: 100%;
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	margin: 0 auto;
	background: none;
	position: relative;
}
#top-spodek .panel .podkategorie li a:hover {
	background: none;
	color: #f37036;
	height: 100%;
}
#top-spodek .panel .podkategorie li a .image img {
	display: block;
	margin: 0 auto;
}

#top-spodek .panel .kategorie li a:hover,
#top-spodek .panel .kategorie li a:focus
{
	background: none;
	text-decoration: underline
}


/* HAM MENU SUPPORT */
.shop_menu {
	position: relative;
	z-index: 2;
}

.shop_menu {
	/*padding-right: 10px;*/
	/*position: absolute;*/
	/* border-right: 1px solid #cfcfcf; */
		/* úpravy 2019 */
	height: 80px;
}
.shop_menu .nadkategorie {
	visibility: hidden;
}

.shop_menu .nadkategorie.mouseMenuActivated {
	visibility: visible;
}

.shop_menu .full_page_closer {
	display: none;
}
#jump-top {
	display: none;
	text-align: center;
	padding:1em 0;
	font-weight: bold;
	font-size: 120%;
	background-color: #5b636d;
}
#jump-top a {
	color: #fff;
}
#jump-top a:hover {
	color: #f37036;
}
.shop_menu li {
		position: relative;
		z-index: 1;
}

#top-spodek .nadkategorie.temporary_show, #top-spodek .nadkategorie.temporary_show * {
	display: block !important;
}
	/* HAM MENU SUPPORT */
	/*.nadkategorie,*/#modul_zobrazeni_znacek_off, #modul_zobrazeni_znacek {
		display: none;
	}
	
	/*#jump-top, #jump-top-spodek {
		display: block;
	}*/
	body:not(:target) #top-spodek:target .nadkategorie,
	body:not(:target) #top-spodek:target #modul_zobrazeni_znacek,
	body:not(:target) #top-spodek:target #modul_zobrazeni_znacek_off {
		display:block;
	}
	body:not(:target) #top-spodek:target #jump-top {
		display: none;
	}
	body:not(:target) #top-spodek:target .shop_menu .full_page_closer {
		display: block;
	}
		body:not(:target) #top-spodek:target .shop_menu .nadkategorie li.full_page_closer a {
			display: block;
			position: fixed;
			left: 0;
			top: 0;
			padding: 0;
			margin: 0;
			width: 100vw;
			height: 100vh;
			background: none;
	}

	/* css fix for menu */
	/*#top-spodek .shop_menu .nadkategorie .panel {
		position: relative;
		left: 0;
		margin: 0 !important;
		width: auto;
		max-width: 100%;
		column-count: 1;
		box-sizing: border-box;
	}*/

	#top-spodek .nadkategorie li a {
		width: auto;
	}
		
		#top-spodek .panel.show-in-menu + li.active,
		#top-spodek .panel.show-in-panel + li.active {
		display: none;
	}
text-align:left;
}
#oznameni-objednavky
{
font-size:22px;
color:#FF0000;
}


@media only screen and (min-width: 1250px) {

	#top-spodek .podkategorie li {
		padding: 25px;
		margin: 10px;
		background: #fff;
	}

	#top-spodek .kategorie li .image {
		display: block;
		padding-bottom: 5px;
	}

	#top-spodek .kategorie li .image { 
		display: block;
		position: relative;
		text-align: center; 
		/*border-bottom: 1px solid #df5a3b;*/
	}

	#top-spodek .kategorie li, #top-spodek .kategorie li a {
		display: inline-block;
		width: auto;
	}

		/* úpravy 2019 */
	#top-spodek .kategorie li {
		float: left;
	}
	#top-spodek .kategorie li.chranena-dilna-menu {
		float: right;
	}
	#top-spodek .kategorie li.chranena-dilna-menu a {
		transition: .5s;
		line-height: 50px;
		padding: 15px 15px;
		box-sizing: border-box;
	}
	#top-spodek .kategorie li.chranena-dilna-menu a:hover {
		opacity: 1;
		color: #fff;
		height: auto;
		transition: .5s;
		background: #adcc6e;
		text-decoration: none;
	}

	#top-spodek .kategorie .podkategorie li a, #top-spodek .kategorie .podkategorie li {
		width: 225px;
		float: none;
	}

		/* úpravy 2019 */
	#top-spodek .kategorie .podkategorie li {
		float: left;
	}

	#top-spodek .kategorie li a:hover {
		background: none;
		font-weight: bold;
		text-decoration: none;
		/* color: #f37036; */
		color: #6f492c;
		/* background: url(/grafika/menu-arrow-active.png) no-repeat; */
		background: url(/grafika/zobak.png) center no-repeat;
		background-position-y: 100%;
		/* background-position-x: 100%; */
		height: 35px;
			/* úpravy 2019 */
		height: 80px;
	}
	#top-spodek .kategorie li a#kategorie_id_286:hover {
		background: none;
	}

	#top-spodek .nadkategorie li.panel.show-in-menu, #top-spodek .nadkategorie li.panel.show-in-panel   {
		left: auto;
		display: inline-block;
		transition: .5s;
		/* margin-left: -150px; */
			/* úpravy 2019 */
		top: 80px;
	}
.kategorie-rozbal .active-sub .panel .show-in-panel {
	display: inline-block;
}
	.mouseMenuActivated .active-sub .podkategorie {
		display: none; /* changing */
	}

		/* úpravy 2019 */
	#top-spodek .nadkategorie li.panel.show-in-panel ul.podkategorie,
	#top-spodek .nadkategorie li.panel.show-in-menu ul.podkategorie {
		padding: 0;
		width: 1180px;
		margin: 0 auto;
	}
	#top-spodek .nadkategorie li.panel.show-in-menu ul.podkategorie li {
		float: left;
	}

}


@media only screen and (max-width: 1250px) {
	#top-spodek .kategorie .panel, #top-spodek .kategorie .podkategorie {
			display: none;
	}

	#top-spodek .panel .podkategorie {
		margin: 0;
	}

	#top-spodek .image {
		display: none;
	}

	#top-spodek .nadkategorie .show-in-menu.panel, #top-spodek .nadkategorie .show-in-panel.panel {
		top: auto;
		display: block
	}

	#jump-top, #jump-top-spodek, #top-spodek #jump-top a {
		display: block;
	}
	body:not(:target) #top-spodek:target .nadkategorie,
	body:not(:target) #top-spodek:target #modul_zobrazeni_znacek,
	body:not(:target) #top-spodek:target #modul_zobrazeni_znacek_off {
		display:block;
	}
	body:not(:target) #top-spodek:target #jump-top {
		display: none;
	}
	body:not(:target) #top-spodek:target .shop_menu .full_page_closer {
		display: block;
	}
	body:not(:target) #top-spodek:target .shop_menu .nadkategorie li.full_page_closer a {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		padding: 0;
		margin: 0;
		width: 100vw;
		height: 100vh;
		background: none;
	}


}

/* HAM SUPPORT SPODEK */

	#top-spodek {
		width: 100%;
		left: 0;
		margin-top: 75px;
		height: 40px;
		position: relative;
		background: white;
		top: 0;
		padding-top: 10px;
			/* úpravy 2019 */
		margin: 0;
		padding: 0;
		height: 80px;
		line-height: 80px;
	}


	#top-spodek .full_page_closer, #top-spodek a {
		display: none;
	}

	#jump-top-spodek {
		/* display: none; */
		text-align: center;
	}

	body:not(:target) #top-spodek:target {
		z-index: 100;
		/*background: #fff;*/
		/*overflow: auto;*/
		height: auto;
		padding: 0;
		/*border: 1px solid #cfcfcf;
		border-top: 0;/*/
	}

	body:not(:target) #top-spodek:target a
	{
		display:block;
		float: none;
		position: relative;
		z-index: 2;
		font-size: 24px;
	}
	body:not(:target) #top-spodek:target #jump-top-spodek {
		display: none;
	}
	body:not(:target) #top-spodek:target .full_page_closer {
		display: block;
				position: fixed;
				left: 0;
				top: 0;
		padding: 0;
		margin: 0;
				width: 100vw;
				height: 100vh;
		background: none;
		z-index: 1
	}

/*#jump-top-spodek, #jump-top-spodek a {
		display: block;
}*/