/**** 768 - 1023 / tablet **********************************************************/
@media (max-width:1023px) {

/**** layout **********************************************************/
div.resp-width {
	width:715px;
}
.no-tablet, div.rezervacni-box-link {
	display:none;
}
.tablet-show {
	display:block!important;
}

.flexslider {
	height:auto;
}


body {
	xpadding-top: 40px;
}

.detail-topbar {
	padding:5px 20px 5px 20px;
}
.dt-img img {
	max-height:40px;
}
.dt-butt a.button {
	font-size:14px!important;
}
/*** topbar ***/
.topbar-out {
	position:static;
	padding:0 0 0 0;
	margin-left: -20px;
}
.topbar {
	display:none;
}
.topbar-in {
	text-align:left;
}
.detail-topbar {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	padding:0 20px 0 20px;
}
.detail-topbar > * {
	margin-left:20px;
}
.dt-butt {
	margin-left:50px;
}
.dt-img img {
	max-height:60px;
}
.dt-title h3 {
	line-height:1em;
}
.stuck {
	display:block;
	position: static;
	width: 100%;
	background-color: none;
	box-shadow: none;
}




div.head {
	background-color: white;
	position: sticky;
	top: 0;
	z-index: 90;
	padding-bottom: 5px;
	border-bottom: 3px solid #aaa;
	box-shadow: 0px 15px 10px -15px #111; 
}

.autorizovany {
	display: none;
}

div.topphone {
	top: 37px;
}
a.to-home {
	width: 160px;
	margin: 22px 0 0 60px;
	background-size: contain;
}


/*** cart ***/
div.cart {
	position:absolute;
	left:auto;
	right:0;
	top:27px;
	height: 41px;
	display: flex;
	align-items: center;
}
a.cart-in {
	width: auto;
	position: relative;
}
a.cart-in img {
	height: 24px;
	position: static;
}

.cart-icon--pc {
	display: none;
}
.cart-icon--mobile {
	display: block;
}

a.cart-in span.cart-num {
	position: absolute;
	padding: 2px;
	height: 12px;
	line-height: 1;
	font-size: 11px;
	white-space: nowrap;
	right: -3px;
	bottom: -3px;
	top: auto;
	background: black;
	border-radius: 100vw;
	min-width: 12px;
	color: white;
	display: grid;
	place-items: center;
}
a.cart-in span.cart-price {
	display: none;
}

/*** search ***/
.showsearch {
	display: block;
	position: absolute;
	top: 27px;
	right: 36px;
	height: 41px;
	width: 41px;
	display: grid;
	place-items: center;
}
.showsearch img {
	height: 24px;
}
form.search {
	position:static;
	margin:0 0 10px 0;	
	display: none;
}
.search-in {
	display: flex;
}
form.search input.search-input {
	width: auto;
	flex: 1;
}

/*** login ***/
div.log-links {
	right:auto;
	left: auto;
	right: 80px;
	top: 27px;
	background: none;
	border: 0;
	padding: 0;
}
div.log-links a {
	font-size: 13px;
}
div.log-links a.reg-link {
	display: none;
	padding: 0;
}
div.log-links a.log-link {
	margin: 0;
	color: black;
	width: 41px;
	height: 41px;
	background-position: center center;
	background-size: 24px 24px; 
	padding: 0;
}
div.log-links .log-link-txt {
	display: none;
}

div.log-links--logged {
	height: 41px;
	display: flex;
	align-items: center;
}




ul.topmenu {
	height:auto;
	margin:0 0 0 0;
	display:flex;
	justify-content: center;
	align-items: center;
	position:fixed;
	z-index: 90;
	top:0;
	left:0;
	padding:0;
	text-align:center;
	width:100%;	
	border-radius: 0;
	min-height: 40px;
	display: none;
}
ul.topmenu li {
	float:none;
	display:inline-block;
}
ul.topmenu li a {
	height:auto;
	line-height:normal;
	font-size:12px;
	color:white;
	text-decoration:none;
	padding:5px;
	margin:0 0 0 0;
	border-right:none;
	background:#1D3417;
	float:none;
	display:inline-block;
	font-weight:normal;
}
ul.topmenu li.m-home a {
	background-image:url(../img/menu/home.png);
	background-repeat:no-repeat;
	background-position:center center;
	padding:0 0 0 0;
	width:68px;
	display:none;
}



/*** javascript menu ***/
ul.topmenu ul {
  xposition:static;
  width:100%;
  left:0;
}
ul.topmenu ul li {
	display:block;
  float:none;
  margin:0 0 0 0;
  padding:0 0 0 0;
  text-align:center;
}
ul.topmenu ul li a {
  padding-left:10px;
  padding-right:10px;
  text-align:center;
	font-weight:normal;
}



div.page {
	padding-top: 1em!important;
}
div.l, div.r {
	float:none;
	width:auto;
}
div.l {
	margin:0;
	
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: white;
	padding: 17px 20px;
	z-index: 10001;
	display:none;	
	overflow: auto;										
}
div.l.mobile-down {	
  display: block;
}
.hidemenu, .showmenu {
	display: block;
}
.showmenu {
	position: absolute;
	top: 27px;
	left: 0;
	display: flex;
	align-items: center;
	gap: 0.5em;
	background: url(../img/green_grad.jpg) repeat-x top left;
	color: white;
	border-radius: 3px;
	height: 41px;
	line-height: 41px;
	padding: 0 10px 0 10px;
}
.showmenu:hover {
	text-decoration: none;
}
.hidemenu {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	background: url(../img/red_grad.jpg) repeat-x top left;
	color: white;
	border-radius: 3px;
	height: 41px;
	line-height: 41px;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
}
.hidemenu:hover {
	text-decoration: none;
}

/*** menu kategorie ***/
a.showmenu-kategorie {
	display:block;
	background:url(../img/icons/arr.png) no-repeat 13px 9px #D02912;
	padding:10px 15px 10px 40px;
	margin:0 0 3px 0;
	color:white;
	font-size:17px;
	font-weight:bold;
	border-radius:2px;
}
a.showmenu-kategorie:hover {
	background-color:#ED4D2B;
	text-decoration:none;
}
ul.cat-menu {
	margin:0 0 5px 0;
}


div.copy-logo {
	display:none;
}


/*** item ***/
.item {
	margin:0 10px 10px 0;
	width:216px;
}

/*** detail zbozi ***/
div.detail-text {
	width:450px;
}


/*** objednavka 2020 ***/
div.steps a {
	margin:0 10px 0 0;
	font-size:12px;
}
div.steps a span {
	margin:0 7px 0 0;
	width:24px;
	height:24px;
	line-height:24px;
	font-size:12px;
}
div.steps img {
	margin:5px 10px 0 0;
	width:12px;
}




.strankovani div.str-in {
	width:500px;
}


/*** aut-logo ***/
a.aut-logo {
	width:328px;
}
a.aut-logo.third {
	margin-right:15px!important;
}
a.aut-logo.second {
	margin-right:0!important;
}

/**** loga **********************************************************/
div.loga img {
	height:30px;
	margin:0 5px 0 5px;
}
div.loga strong {
	font-size:13px;
}

}