@font-face {
	font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	src:url('../fonts/GTAmerica-Regular.eot');
	src:url('../fonts/GTAmerica-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GTAmerica-Regular.woff2') format('woff2'), 
		url('../fonts/GTAmerica-Regular.woff') format('woff'), 
		url('../fonts/GTAmerica-Regular.ttf') format('truetype'),
		url('../fonts/GTAmerica-Regular.svg#GTAmerica-Regular') format('svg');
	font-weight:400 500;
	font-style:normal;
	font-display: swap;
}
/*
@font-face {
	font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	src:url('../fonts/GTAmerica-Bold.eot');
	src:url('../fonts/GTAmerica-Bold.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/GTAmerica-Bold.woff2') format('woff2'), 
		url('../fonts/GTAmerica-Bold.woff') format('woff'), 
		url('../fonts/GTAmerica-Bold.ttf') format('truetype'),
		url('../fonts/GTAmerica-Bold.svg#GTAmerica-Bold') format('svg');
	font-weight:700;
	font-style:normal;
	font-display: swap;
}*/

:root {
	--base-color: #777777;
	--border-radius: 0rem;

	--main-button-color: #ffffff;
	--main-button-background: #101820;
	--main-button-background-hover: #888888;

	--system-button-color: #ffffff;
	--system-button-background: #888888;
	--system-button-background-hover: #101820;

	--disabled-color: #c2c2c2;
	--href-color: #101820;
	--check-color: #101820;
	--check-border-color: #e1dfdc;
}

a, a::before, a::after, button, input[type="button"], input[type="button"], input[type="submit"], input[type="submit"], .button, #cookie-warning .closew, .product:hover .name h2, .icon,
.uplatnit, .nfo, .mn_info, #odeslat, .pricti, .odecti, .number span, #deliveryOptions label, #search-buttonm, .all, .koupit, .close, .scroll-top .inner,
#step0_continue_shopping, #step1_continue_shopping, #step2_continue_shopping, #step3_continue_shopping, .product, .product_container .static-banners .btext span,
#step0_continue_order, #step0_continue_order_top, #step0_continue_reservation, #step1_continue_order, #step2_continue_order, #step3_continue_order,
.dokoncit_registraci, .odeslat, a.odeslat, #wl2basket, #wl2email, footer section .footer_nav .footer_nav_section #odeslat {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#step0_continue_shopping,
#step1_continue_shopping,
#step2_continue_shopping,
#step3_continue_shopping {
	margin-bottom:10px;
}

html {
	font-size:16px;
}

body {
	font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size:15px;
	color:#000E1D;
	background:#f0ddd7;
}

.hpbody {
	background-color: #fff;
}

.hpbody body {
	background:none;
}

#count {
	display:none;
}

::-moz-selection {
	background: #101820 !important;
	color: #ffffff;
}

a, a:link, a:visited {
	color:#181617;
	text-decoration:none;
}

	a:hover {
		color:#101820;
		text-decoration:none;
	}

.wrap.homepage {
	width:100%;
	max-width:2560px;
}

.wrap {
	width:100%;
	max-width:1728px;
}

.wrap.basket,
.wrap.item_list,
.wrap.item_detail,
header .wrap,
footer .wrap, {
	max-width:1728px;
}

.wrap.page,
.wrap.branches {
	padding:50px 40px 0 40px;
}

#basketListTable .image img {
	max-width:120px;
}

#basketListTable .vyprodano,
#basketListTable .neniskladem {
	color:#000;
}

#fancybox-wrap, #fancybox-wrap * {
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-o-box-sizing:content-box;
	-ms-box-sizing:content-box;
	box-sizing:content-box;
}
	
.wrapin {
	background:none;
	padding-top:50px;
	padding-bottom:50px;
}

.wrapin.homepage {
	padding: 0;
}

.wrapin.top {
	margin-top:103px;
	padding-top: 72px;
	padding-left: 50px;
	padding-right: 50px;
	min-height: calc(100dvh - 99px - 430px); /* Nebude fungovat vždy na 100%... */
}

#info-alert-move-top.height38 ~ .wrapin.top {
	min-height: calc(100dvh - 99px - 430px - 38px);
	
}

.wrapin.homepage {
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

/*** HEADER ***/
header {
	background:#f0ddd7;
	height: 103px;
	border-bottom: 1px solid #000;
}

header.header_homepage {
	background: transparent;
	border-bottom: none;
}

header.header_homepage.bg {
	background:#f0ddd7;
}



header.header_homepage.topslide {
	background:#f0ddd7;
}

	header #top {
		width:100%;
	}

		header #top > a:first-child {
			z-index:13;
		}

		header #top #logo {
			width: 162px;
			height: 85px;
			background-image: url("../images/logo-color.svg");
			background-size: 162px 85px;
			background-position: center top;
			background-repeat: no-repeat;
			top: 11px;
			left: 43px;
			z-index: 15;
			transition: all .1s ease;
		}
		
		header.topslide #top #logo {
		  width: 142px;
		  height: 70px;
		  background-size: 142px 70px;		
			top:30px;
			left: 50px;
		}
		
		header.header_homepage #top #logo {
			background-image: url("../images/logo-color.svg");
		}
		
		header.header_homepage.topslide #top #logo {
			background-image: url("../images/logo-color.svg");
		}		

		header #top #menu_position {
			top:0px;
			width:100%;
			min-width:350px;
			z-index:1;
		}
		
		header #top #menu_position.hide {
			display:none;
		}
			   
		header.topslide #top #menu_position {
			top:40px;
		}
			   
		header #top #sublogo {
			display:none;
		}
		
		



		header #top #languages_position {
			top:0px;
			z-index:21;
		}

.topslide {
	position:fixed;
	top:-40px;
	z-index:13;
	height:90px;
}

.topslide-nav {
	text-align:center !important;
}

.topslide #top #logo {
	/*top: 56px;*/
	/*height:26px;*/
}

	.topslide #nav > li > a {
		line-height:50px;
		height: 50px;
	}	
	
#nav {
	width: 100%;
	padding: 0 50px;
	text-align:center;
}

#nav > li {
	border-left:0;
	width:auto;
	display:inline-block;
	float:none;
}

	#nav > li > a {
		font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-size:22px;
		line-height:102px;
		font-weight:500;
		background-color: transparent !important;
		color: #000 !important;
		height: 102px;
		text-transform: lowercase;
		padding:0 15px;
			-webkit-transition: all 0s ease;
			-moz-transition: all 0s ease;
			-o-transition: all 0s ease;
			transition: all 0s ease;
	}
	
		@media(max-width:1400px) {
			#nav > li > a {
				font-size:20px;
				padding: 0 12px;
			}
			}
			
		@media(max-width:1300px) {
			#nav > li > a {
				font-size:18px;
				padding: 0 10px;
			}
			}
			
		@media(max-width:1200px) {
			#nav > li > a {
				font-size:16px;
				padding: 0 8px;
			}
			}			
	
		#nav > li > a:first-letter {
			text-transform: uppercase;
		}
		
		.header_homepage #nav > li > a {
			color:#101820 !important;
		}
		
		.header_homepage.topslide #nav > li > a {
			color:#000 !important;
		}

	#nav > li:hover > a,
	#nav > a:hover,
	#nav > li .selectedtree {
		background-color:transparent !important;
		text-decoration:underline;
		color:#000 !important;
	}

	.screen_high #nav > li > a,
	.screen_med #nav > li > a,
	.screen_low #nav > li > a,
	.screen_ultralow #nav > li > a,
	.pda_hor #nav > li > a,
	.pda_ver #nav > li > a {
		
	}

#nav ul.allin {
	padding-bottom:0;
}

#nav .sep {
	min-width:150px;
}

#nav ul.subs {
	border: 0px none transparent;
	top: 85px;
	padding: 10px 50px;
	background:#fff;
	-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
	height: auto;
	z-index: 14;
}

	#nav li:hover ul.subs {
		display:none;
	}

#nav ul.subs img {
	float:left;
	clear:left;
	display:block;
	margin-right:40px;
}

header.topslide #nav ul.subs {
	top:58px;
}

	#nav ul.subs > li {
		min-width:14%;
		margin:0 0 10px 0;
		border:none;
		min-height:10px;
		padding:0;
	}

		#nav ul.subs > li:nth-child(5n+2) {
			margin:0;
		}

		#nav ul.subs > li > a {
			color: #000;
			font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
			font-size:17px;
			line-height:20px;
			font-weight:600;
		}

		#nav ul.subs > li:hover > a {
			color:#101820;
			text-decoration:underline;
		}

		#nav ul.subs > li li {
			padding-left:0;
		}

			#nav ul.subs > li li a {
				font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
				font-size:15px;
				line-height:20px;
				font-weight:400;
				color: #000;
				padding: 10px 50px 0 0;
			}

			#nav ul.subs > li li a:hover {
				color:#101820;
				text-decoration:underline;
			}

	#nav ul.subs .all {
		display:none;
	}

	#nav li.nth-child5:hover ul.subs {
		display:none;
	}

		header #top #search {
			top: 26px;
			right: 20px;
			left: auto;
			float: right;
			clear: none;
			overflow: visible;
			width: 40px;
			height: 40px;
			border: none;
			color: transparent;
			cursor: pointer;
			z-index: 3;
			color: #ffffff;
			border-radius: 0;
		}
		
			header.topslide #top #search {
				top: 42px;
			}
		
			header #top #search:after {
						display:block;
						width:40px;
						height:40px;
						border:solid transparent 1px;
						content: " ";
						color:#000;
						background: url(../icons/amaso-search.svg) no-repeat !important;
						background-size: 24px !important;
						background-position: center !important;	 
			}
			
			header #top #search.clicked:after {
				display:none;
			}
			
			
						header.header_homepage #top #search:after {
							/*color:#fff;*/
						}
						
							header.header_homepage.topslide #top #search:after {
							color:#000;
						}				
			
			header #top #search:before {
				display: none;
			}

			header #top #search.clicked {
				z-index: 25;
				right: 20px;
				width:calc(100% - 360px - 60px - 70px) !important;
				/*max-width:420px;*/
				height: 48px;
				margin: 0;
				padding-bottom: 0px;
				background: #f0ddd7;
				border-bottom: 1px solid #000;
			}

	
	
@media(max-width:1600px) {
	
	header #top #search.clicked {
		width:calc(100% - 313px - 40px - 70px) !important;
	}
	
}

@media(max-width:1360px) {

	header #top #search.clicked {
		width:calc(100% - 255px - 40px - 70px) !important;
	}
	
}






				header #top #search.clicked:before {
					display: none;
				}

			header #top #search .close {
				display: none;
				z-index: 1;
				position: absolute;
				right: 1px;
				top:1px;
				width: 48px;
				height: 48px;
				margin: 0;
			}
			
				header #top #search .close:after {
					display:inline-block;
				width: 48px;
				height: 48px;  
				line-height:48px;
				text-align:center;
					font-family: icomoon;
					content: '\e610';	  
					color:#000;							
				}

			header #top #search .close:hover {
		   
			}

			header #top #search #srch {
				display: none;
				z-index: 5;
				width: 100%;
				height: 45px;
				padding-right: 15%;
				padding-left: 28px;
				border:none;
				background: none;
				color: #000;
				font-size: 16px;
				text-align: left;
				text-indent: 0;
				outline: none;
			}

				header #top #search #srch::placeholder {
					color: #000;
					color: rgba(0,0,0,1);
					font-weight: 400;
				}

				header #top #search #srch:-ms-input-placeholder {
					color: #000;
					color: rgba(0,0,0,1);
					font-weight: 700;
				}

				header #top #search #srch::-ms-input-placeholder {
					color: #000;
					color: rgba(0,0,0,1);
					font-weight: 700;
				}

				header #top #search #srch:focus {
					outline: none;
				}

			header #top #search #search-button {
				display: none;
			}

			header #top #search.clicked #search-button {
				position: absolute;
		    z-index: 1;
		    right: 43px;
		    top: 4px;
		    height: 36px;
		    margin: 0;
		    font-size: 1rem;
		    font-weight: 600;
		    text-shadow: none;
		    border: none;
		    background: #000;
    		color: #F0DDD7;
		    border-radius: 0;
		    border: 1px solid #000;
			}

				header #top #search.clicked #search-button::after {
					display: none;
				}

				header #top #search.clicked #search-button:hover {
					background-color: #F0DDD7;
					color: #000;
				}
				
header #search .in {
	background:transparent;
	padding:0;
}
				
header #search .in::before {
	display:none;
}

#search-results {
	top: 89px;
  background: #f0ddd7;
  border: 1px solid #000;
}

#search-results::before {
	display:none;
}

#search-results::after {
	display:none;
}

#search-results .close {
	top:0;
	background:#000;
	color:#F0DDD7;
	font-weight:700;
}

#search-results #search-items .search_others {
	background: transparent;
	border: 1px solid #000;
	display:none;
}

#search-results #search-items .search_products {
	width:100%;
}

#search-results .search_item.paging .paging b,
#search-results .search_item.paging .paging a:hover {
	color: #f0ddd7;
}

#search-results .search_item.paging .paging > * {
	border: 1px solid #000;
}

#search-results .search_item .item {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #000;
}

#search-results .search_item .image img {
	left: 0;
	right: auto;
	bottom: auto;
}

#search-results #search-term {
  font-size: 22px;
  font-weight: 500;
}











header #top #basket-i {
	top:26px;
	right:62px;
	z-index:10;
	background:none;
}

	header.topslide #top #basket-i,
	header.topslide #top #wishlist,
	header.topslide #top #topmenu_position {
		top:42px;
	}

header #top #wishlist {
	width: 40px;
	height: 40px;
	top:26px;
	right:138px;
	z-index:10;
	background:none;
}

	header #top #basket-i::before {
		display:block;
		width:40px;
		height:40px;
		border:solid transparent 1px;
		content: " ";
		color:#000;
		background: url(../icons/amaso-basket.svg) no-repeat !important;
		background-size: 24px !important;
		background-position: center !important;
	}
	
	header #top #wishlist::before {
		display:block;
		width:40px;
		height:40px;
		border:solid transparent 1px;
		content: " ";
		color:#000;
		background: url(../icons/amaso-wishlist.svg) no-repeat !important;
	background-size: 24px !important;
	background-position: center !important;
		
		
	}	
	
	header.header_homepage #top #basket-i::before,
	header.header_homepage #top #wishlist::before {
		/*color:#fff;*/
	}
	
		header.header_homepage.topslide #top #basket-i::before,
		header.header_homepage.topslide #top #wishlist::before {
		color:#000;
	}	
	
	header #basket-i {
		width:40px;
		height:40px;
	}
	
	header #basket-i #nr {
		background:red;
		color:#fff;
		top:0;
		right:0;
	}
	
		header #wishlist #nr {
		background:red;
		color:#fff;
		top:0;
		right:0;
	}	


	header #top #basket-i .noitems {
		background-color:#208931 !important;
	}

	header #top #basket-i #celkem {
		top:13px;
		color:#fff;
		text-transform:uppercase;
		font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-weight:900;
		font-size:.9375rem;
		line-height:.9375rem;
	}

		header #top #basket-i #celkem strong {
			display:none;
		}
		

header #topmenu li.account {
	cursor:pointer;
	width: 40px;
	height: 40px;
	padding: 0;
}

	header #topmenu li.account::before {
		display:block;
		width:40px;
		height:40px;
		border:solid transparent 1px;
		content: " ";
		color:#000;
		background: url(../icons/amaso-login.svg) no-repeat !important;
		background-size: 24px !important;
		background-position: center !important;
	}

	/*header #topmenu li.account.logged::after {
	  content: "\e623";
	  font-family: "icomoon";
	  width: 16px;
	  height: 16px;
	  font-size: 6px;
	  background: #4c4c4c;
	  border-radius: 50%;
	  position: absolute;
	  top: 0;
	  right: 0;
	  line-height: 16px;
	  text-align: center;
	  color: #FFF;
	}*/
	
	header.header_homepage #topmenu li.account::before {
		/*color:#fff;*/
	}
	
		header.header_homepage.topslide #topmenu li.account::before {
		color:#000;
	}		

	header #topmenu li.account a span {
		display:none;
	}
	
		header #topmenu li.account.logged a span {
			display:inline-block;
		}


header #top #topmenu_position {
	right: 102px;
	top: 26px;
	z-index:20;
	width: auto;
}

#topmenu li {
	padding:12px 7px;
	font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size:12px;
	line-height:16px;
	font-weight:400;
}

#topmenu li a,
#topmenu li:hover ul li a {
	color: #f0ddd7;
	font-weight: 500;
}

header #top #topmenu_position ul#topmenu li.account ul {
	width: 185px;
	margin-left: 0 !important;
	left: 50%;
	transform: translateX(-50%);
	top: 42px;
	background: #000;
	border:solid #000 1px;
}

#topmenu li a, #topmenu li:hover ul li a {
	color:#f0ddd7;
}

header #top #topmenu_position #topmenu > li.account > ul::before {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: #000;
	position: absolute;
	top: -6px;
	left: calc(50% - 3px);
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
  border-left: solid #000 1px;
  border-top: solid #000 1px;
}

#topmenu li ul li:hover {
	background:#f0ddd7;
	color:#000;
}

	#topmenu li ul li:hover a {
		color:#000;
	}

header #top #topmenu_position #topmenu > li.account > ul::after {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	top: -18px;
}

	header.topslide #topmenu li ul,
	header.header_homepage #topmenu li ul {
		top:49px;
	}

#topmenu li:hover {
	background:transparent;
}
			
#topmenu li.mbasket {
	padding:0 !important;
}

	#topmenu li.mbasket a {
		height:32px;
		display:inline-block;
		line-height:32px;
		color:#fff;
	}

#topmenu .account a.myaccount {
	display: none;
}

#topmenu .account:hover > a,
#topmenu .account > a:hover {
	color:#101820 !important;
}

#topmenu .muj_ucet {
	position: fixed;
	left: 0%;
	top: calc(50% - 380px);
	box-shadow: 0px 0px 1000px 1000px rgba(0,0,0,.6);
	padding: 0;
	width: 380px;
	border: none;
	background: #ffffff;
	line-height: 1.2;
	z-index: 9999999999;
}

#topmenu .muj_ucet p {
	line-height:1.2;
}

#topmenu .zakaznicka_karta {
	display:none; /* !!! */ 
}

#topmenu .prihlaseni,
#topmenu .registrace,
#topmenu .zapomenute_heslo,
#topmenu .zakaznicka_karta {
	padding: 20px;
}

#topmenu .registrace {
	display:none;
}

#topmenu .prihlaseni,
#topmenu .zapomenute_heslo {
	border-bottom: 1px solid #dcdcdc;
}

#topmenu .prihlaseni {
	position: relative;
}

	#topmenu .prihlaseni h2,
	#topmenu .registrace h2,
	#topmenu .zapomenute_heslo h2,
	#topmenu .zakaznicka_karta h2 {
		margin: 0 0 12px 0 !important;
		color: #1c1c1c;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
	}

	#topmenu .prihlaseni p, #topmenu .registrace p,
	#topmenu .zapomenute_heslo p,
	#topmenu .zakaznicka_karta p {
		margin: 0 0 12px 0;
		color: #494949;
		font-size: 12px;
	}

		#topmenu .registrace p:last-child {
			margin: 0;
		}

		#topmenu .prihlaseni .login-submit,
		#topmenu .zapomenute_heslo .login-submit,
		#topmenu .registrace p a.reg {
			/*min-width: 187px;*/
			width: 50%;
			/*width:calc(50% - 5px);*/
			height: 40px;
			/*margin: 13px 0 0 0 !important;*/
			padding: 0;
			border: none;
			background: #888888 !important;
			color: #ffffff;
			font-size: 14px;
			font-weight: 700;
			text-shadow: none;
			text-transform: uppercase;
		}

		#topmenu .registrace p a.reg {
			width: 100%;
			text-decoration: none;
		}

			#topmenu .prihlaseni .login-submit:hover,
			#topmenu .zapomenute_heslo .login-submit:hover,
			#topmenu .registrace p a.reg:hover {
				background: #101820 !important;
			}

/*#topmenu .login-submit-fb {
	bottom: 20px;
	left: 20px;
	width: 75px;
	width: calc(((100% - 40px) / 4) - 10px);
	height: 40px;
	padding: 0;
	background: url(../icons/facebook-letter-logo_ffffff.svg) no-repeat !important;
	background-color: #5a73ab !important;
	background-size: 25px !important;
	background-position: center !important;
	font-size: 0;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	text-indent: 0;
}

	#topmenu .login-submit-fb:hover {
		background-color: #254080 !important;
	}*/

#topmenu .registrace p a.reg-fb {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
}

/*#topmenu .login-submit-gp {
	position: absolute;
	top: auto;
	bottom: 20px;
	left: 30%;
	left:calc(((100% - 40px) / 4) + 20px);
	width: 75px;
	width: calc(((100% - 40px) / 4) - 10px);
	height: 40px;
	margin: 0;
	padding:0;
	background: url(../icons/google_ffffff.svg) no-repeat !important;
	background-color: #4081ec !important;
	background-size: 25px !important;
	background-position: center !important;
	font-size: 0;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0;
}

	#topmenu .login-submit-gp:hover {
		background-color: #1a65e5 !important;
	}*/

#topmenu .registrace p a.reg-gp {
	height: 40px;
	background:#4081ec !important;
	color:#ffffff !important;
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	text-align:center;
}

	#topmenu .registrace p a.reg-gp:hover {
		background-color: #1a65e5 !important;
	}

footer .all {
	width:100%;
	min-width:960px;
	border-top:none;
	margin-top:4px;
	background-color:#000;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-size:0.8em;
}

	footer section h4,
	footer section .title {
		color:#fff;
		font-size:14px;
		font-weight: 500;
		margin:0;
	}

	footer section .footer_nav {
		padding:50px 0 0 0;
	}

	footer section .footer_nav .columns5 {
		width:auto;
		min-width:260px;
		padding-left:50px;
	}

		footer section .footer_nav .footer_nav_section ul {
			list-style-type:none;
			margin: 8px 0 0px;
		}

		footer section .footer_nav .footer_nav_section li,
		footer section .footer_nav .footer_nav_section li a {
			color:#fff;
			font-size:16px;
		}
		
		footer section .footer_nav .footer_nav_section.footerplugin0 li:hover a {
			text-decoration:underline;
		}
		
		
		footer section .footer_nav .footer_nav_section.footerplugin4 {
			float:left;
			clear:left;
			width:calc(100% - 100px);
			margin:50px 50px 0 50px;
			border-top:solid #f0ddd7 1px;
			color:#fff;
			font-size:16px;
			position:relative;
			padding-top:50px;
		}
		
		footer section .footer_nav .footer_nav_section.footerplugin4:before {
			position:absolute;
			left:0;
			top:60px;
			float:left;
			clear:left;
				display:block;
				width:32px;
				height:32px;
				border:solid transparent 1px;
				content: " ";
				color:#000;
				background: url(../images/logo-footer.svg) no-repeat !important;
				background-size: 32px !important;
				background-position: center !important;	
		}
		
		
		footer section .footer_nav .footer_nav_section.footerplugin4:after {
			position:absolute;
			right:0;
			top:48px;
			float:left;
			clear:left;
				display:block;
				width:90px;
				height:60px;
				border:solid transparent 1px;
				content: " ";
				color:#000;
				background: url(../images/logo-white.svg) no-repeat !important;
				background-size: 90px 60px !important;
				background-position: center !important;	
		}		
		
		
		
		
		
		
		
	footer section .info-line {
		background:#000;
		margin:0;
		padding:0;
		overflow:visible;
	}
	
		footer section .info-line .wrap {
			overflow:visible;
		}
	
	footer section .info-line .copyright {
		position:relative;
		top:-36px;
		z-index:1;
		padding:0;
		width:100%;
		text-align:center;
	}
		
		footer section .info-line .copyright span,
		footer section .info-line .copyright a {
			color:#fff;
		}
	
		footer section .info-line .copyright li {
			display:none;
		}
	
		footer section .info-line .copyright li:first-child {
			display:inline-block;
		}
	
	
	footer section .footer_nav .footer_nav_section .footer-account a,
	footer section .footer_nav .footer_nav_section .footer-login a {
		display: inline-block;
		background: #f0ddd7;
		color: #000;
		padding: 13px;
		width: auto;
		height: 40px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1;
		margin: 8px 0 0;
		cursor: pointer;
	}

		footer section .footer_nav .footer_nav_section .footer-account a:hover,
		footer section .footer_nav .footer_nav_section .footer-login a:hover {
			background: #FFF;
			color: #000;
		}
		
	footer .footer-login {
		display: none;
	}

		.top.wrap.unlogged ~ footer .footer-login {
			display: block;
		}
	
	.top.wrap.unlogged ~ footer .footer-account {
		display: none;
	}


/*** BANNER ***/
.splide__pagination {
	display: none;
}

.splide-promo .splide__list {
	width:100%;
}

.splide__pagination__page {
	opacity: 1;
	width: 14px;
	height: 14px;
	background: #aaaaaa;
}

	.splide__pagination__page:hover,
	.splide__pagination__page.is-active {
		opacity: 1;
		background: #101820;
		transform: scale(1);
	}


#homepage-slider-cover {
	position:relative;
	height:calc(100vh) !important;
}

	#homepage-slider {
		height:100%;
	}

		#homepage-slider .splide__track {
			height:100%;
			position: absolute;
			top: 0;
			right: 0;
			height: 100%;			
						
		}
		

		


#homepage-slider-cover,
[id^=homepage-promo-slider].splide {
	margin-bottom:0;
}

[id^=homepage-promo-slider] strong {
	font-size:40px;
	line-height:50.32px;
	font-weight:400;
	text-align:left;
	padding:15px 0 45px 0;
	border-top:solid 1px #000000;
}

#homepage-slider .splide__pagination {
	display:flex;
	position: absolute;
	right: 0;
	left: auto;
	width: auto;
	background: #cccccc;
	transform: none;
}

#homepage-slider ul li {
	font-size: 0;
	line-height: 0;
	height:100%;
}

	#homepage-slider .outer {
	height:100%;	
	}
	
	#homepage-slider .outer a {
		display:block;
		height:100%;
	}

		#homepage-slider .outer a img {
			width: 100%;
			height: 100% !important;
			object-fit: cover;
			position:relative;
		}
		
			#homepage-slider .outer a:after {
				content:" ";
				position:absolute;
				width:100%;
				height:100%;
				left:0;
				top:0;
				display:block;
				background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.07%, rgba(115, 115, 115, 0.5) 100%);
			}

		#homepage-slider .caption h1,
		#homepage-slider .caption h2 {
			font-size: 64px;
			font-weight:700;
			margin:0 0 30px 0;
			padding:0;
			color:#fff;
		}
		
			#homepage-slider .caption p {
				text-transform:none;
				text-align:left;
				font-size: 40px;
				margin:0 0 30px 0;
				line-height:50.32px;
			}


		#homepage-slider .caption .button {
			width:306px;
			height:72px;
			color:#F0DDD7;
			background:#000;
			text-transform:none;
			font-size:22px;
			border:solid #000 1px;
		}
		
			#homepage-slider .caption .button:hover {
				background:#F0DDD7;
				color:#000;
			}

		




.static-banners p {
	line-height: 0;
	overflow: hidden;
}

.sbanner1,
.sbanner2 {
	float:left;
	clear:left;
	width:100%;
	height:calc(100vh - 10px);
	position: relative;
	background:#f0ddd7;
	border-top:solid 0px #fff;
}

	.static-banner-1,
	.static-banner-2 {
		float:left;
		clear:left;
		width:100%;	
		height:100%;
	}

		.sbanner1 p,
		.sbanner2 p {
			display:block;
			width:100%;
			height:100%;
			float:left;
			clear:left;
		}
		
		.sbanner1 a,
		.sbanner2 a {
			display:block;
			width:50%;
			float:right;
			clear:right;	
			position: absolute;
			top: 0;
			right: 0;
			height: 100%;				
		}
		
			.sbanner2 a {
				float:left;
				clear:left;
				right: auto;
				left:0;
			}
		
			.sbanner1 img,
			.sbanner2 img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}




		.static-banner-1 a.banner-content {
			position:absolute;
			top:0%;
			left:10%;
			display:flex;
			flex-direction:column;
			justify-content:center;
		}
		
		.static-banner-2 a.banner-content {
			position:absolute;
			top:0%;
			left:60%;
			display:flex;
			flex-direction:column;
			justify-content:center;
		}


		.btext-static-banner-1,
		.btext-static-banner-2 {
			font-size: 60px;
			font-weight:400;
			margin:0 0 30px 0 !important;
			padding:0;			
		}

		.subtitle-static-banner-1,
		.subtitle-static-banner-2 {
			max-width:75%;
			font-size: 40px;
			line-height:50.32px;
			font-weight:400;
			margin:0 0 30px 0 !important;
			padding:0;				
		}

		.button.button-static-banner-1,
		.button.button-static-banner-2 {
			width: 306px;
			height: 70px;
			line-height: 68px;
			color:#F0DDD7;
			background:#000E1D;
			min-width: 200px;
			padding: 0 20px;
			font-size: 22px;
			font-weight:400;
			border: 1px solid #000E1D;
		}
		
			.button.button-static-banner-1:hover,
			.button.button-static-banner-2:hover {
				color: #000E1D;
				background:#F0DDD7;
			}

#vypis-produktu h1,
.basket.wishlist h3,
.basket>h2,
.basket>h1,
.obal-box-last h1 {
	margin:0;
	color:#000E1D;
	font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 60px;
	line-height: 1.258;
	font-weight: 400;
	text-align:left;
	border:none;	
}  

.page h1:first-of-type,
.branches h1 {
	margin:25px 0 0 0;
	color:#000E1D;
	font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 64px;
	line-height: 1.2;
	font-weight: 700;
	text-align:left;
	border:none;	
}	

	#map_wrapper,
	#map_canvas {
		height:600px;
	}
	
	
	.splide-promo .splide__list {
		gap:3%;
		
	}	
	
	.splide-promo .splide__slide {
		width:17.6% !important;
	}
	
	
 	#vypis-produktu .product,
	#vypis-produktu2 .product,
	#vypis-produktu3 .product,
	#vypis-produktu4 .product,
	#vypis-produktu5 .product {
		width:calc(25% - (3% * 3) / 4);
		margin-right:3%;
		-webkit-transition: all .1s ease;
		-moz-transition: all .1s ease;
		-o-transition: all .1s ease;
		transition: all .1s ease;
	}
	
	 	#vypis-produktu .product:nth-child(4n+0),
		#vypis-produktu2 .product:nth-child(4n+0),
		#vypis-produktu3 .product:nth-child(4n+0),
		#vypis-produktu4 .product:nth-child(4n+0),
		#vypis-produktu5 .product:nth-child(4n+0) {
			margin-right:0;
		}	

	
 	#vypis-produktu .product .image,
	#vypis-produktu2 .product .image,
	#vypis-produktu3 .product .image,
	#vypis-produktu4 .product .image,
	#vypis-produktu5 .product .image {

	}

		#vypis-produktu .product .image img,
		#vypis-produktu2 .product .image img,
		#vypis-produktu3 .product .image img,
		#vypis-produktu4 .product .image img,
		#vypis-produktu5 .product .image img {
			max-height: 100%;
			max-width: 100%;
			bottom:auto;
			
		} 
	

	#vypis-produktu .popis {
		
	}

	#vypis-produktu .popis p {
		font-size:40px;
		color:#000;
	}



/*** BREADCRUMBS ***/
header #breadcrumbs {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	padding: 0 .625rem;
	background-color: transparent;
	color: #000;
	top: 125px;
	left: 40px;
	text-align: left;
	padding:0;
	font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	display: none !important;
}

/*** ITEMLIST ***/
#vypis-produktu {
	width:calc(100% - 360px - 60px);
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}







.woreload #vypis-produktu{
	padding: 0;
}



	/* homepage + itemlist - produkt */
	
	.splide-promo .splide__slide {
		padding-right:0;
	}
	
	.product {
		width: 100%;
	padding-top: 0%;
	height:auto;
	position:relative;
	padding-bottom: 20px;
	/*overflow: hidden;*/
	border:0;
	margin: 20px 0 50px 0;
	min-width:1px;
	}
	
	.product .hover-box-images {
		right:-75px;
			top:0px;
			max-height:100%;
			width:85px;
			height:100%;
			background:#fff;
	}		
	
		.product .hover-box-images .imgbox {
			line-height:0;
		}
	
		.product .hover-box-images img {
			width:65px;
			height:auto;
			margin:0 0 10px 10px;
		}
		
	
	
	

		
		/* rozestupy položek 3 na řádek */
		
		@media only screen and (min-width: 1290px) and (max-width: 1590px)  {
		 	#vypis-produktu .product,
			#vypis-produktu2 .product,
			#vypis-produktu3 .product,
			#vypis-produktu4 .product,
			#vypis-produktu5 .product {
				width:calc((100% / 3) - ((3% * 2) / 3));
				margin-right:3%;
			}
			
			 	#vypis-produktu .product:nth-child(4n+0),
				#vypis-produktu2 .product:nth-child(4n+0),
				#vypis-produktu3 .product:nth-child(4n+0),
				#vypis-produktu4 .product:nth-child(4n+0),
				#vypis-produktu5 .product:nth-child(4n+0) {
					margin-right:3%;
				}	
				
			 	#vypis-produktu .product:nth-child(3n+0),
				#vypis-produktu2 .product:nth-child(3n+0),
				#vypis-produktu3 .product:nth-child(3n+0),
				#vypis-produktu4 .product:nth-child(3n+0),
				#vypis-produktu5 .product:nth-child(3n+0) {
					margin-right:0px;
				}
		}
		
		@media only screen and (max-width: 1289px)  {
		 	#vypis-produktu .product,
			#vypis-produktu2 .product,
			#vypis-produktu3 .product,
			#vypis-produktu4 .product,
			#vypis-produktu5 .product {
				width:calc((100% / 2) - ((3% * 1) / 2));
				margin-right:3%;
			}
			
			 	#vypis-produktu .product:nth-child(4n+0),
				#vypis-produktu2 .product:nth-child(4n+0),
				#vypis-produktu3 .product:nth-child(4n+0),
				#vypis-produktu4 .product:nth-child(4n+0),
				#vypis-produktu5 .product:nth-child(4n+0) {
					margin-right:3%;
				}	
				
			 	#vypis-produktu .product:nth-child(3n+0),
				#vypis-produktu2 .product:nth-child(3n+0),
				#vypis-produktu3 .product:nth-child(3n+0),
				#vypis-produktu4 .product:nth-child(3n+0),
				#vypis-produktu5 .product:nth-child(3n+0) {
					margin-right:3%;
				}
				
			 	#vypis-produktu .product:nth-child(2n+0),
				#vypis-produktu2 .product:nth-child(2n+0),
				#vypis-produktu3 .product:nth-child(2n+0),
				#vypis-produktu4 .product:nth-child(2n+0),
				#vypis-produktu5 .product:nth-child(2n+0) {
					margin-right:0px;
				}				
		}
		
			
	
	
	
		.product .product-in {
			float:none;
			clear:none;
			position:static;
		}
		
		.product .add-to-wishlist {
			right:10px;
			top:10px;
			width:18px;
			height:18px;
			z-index:0;
		}
	
		.product .image {
			float:left;
			clear:left;
			position: relative;
			min-height: 1px;
			height:auto;
			margin-bottom: 20px;
			border:0;
			aspect-ratio:1;
		}

			.product .image img {
				position: absolute;
					margin: auto;
				max-width:100%;
				max-height:100%;
				width:auto;
				height:auto;
			}
			
		.product .name {
			padding: 0;
	    position: static;
	    height: 51px;
	    line-height: 100%;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-align: left;
	    -o-text-overflow: ellipsis;
	    text-overflow: ellipsis;
		}
			
			.product .name h2 {
				font-weight:400;
				font-size:22px;
				line-height: 25px;
				font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
				margin: 0 !important;
			}
			
			.unlogged .product .name:after {
				content: ' ';
				position:absolute;
				width:100%;
				height:1px;
				bottom: 0px;
				display:block;
				background:#000;
			}			
			
			.unlogged #vypis-produktu.switched .product .name:after {
				display:none;
			}
		
			.product .name h2:first-letter {
			}
			
			.product .name h2:first-line {
				color:#000;
			}
		
		
		.product .costs_heads {
	    float: left;
	    clear: left;
	    width: 100%;
	    height: 45px;
	    display: flex;
	    align-items: center;
	    justify-content: flex-end;
		}
		
		.product .cost_original {
			
		}
		
			.product .cost {
				position: static;
				float: right;
				width:auto;
				margin:0;
				padding:0;
				height:28px;
			}
			
			.product .cost .value {
				text-align:left;
				padding:0;
				color:#000;
				font-weight:500;
				font-size:22px;
				line-height:1.22;
				font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
			}
			
			.product .cost .value.show-original-cost-value,
			.product .cost .cost_unit {
				float: left;
				width: auto;
				text-align:left;
				padding:0;
				color:#000;
				font-weight:500;
				font-size:22px;
				line-height: 27px;
				font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
			}
			
				.product .cost .cost_unit {
					font-size: 15px;
					line-height: 30px;
				}
			
			.product .cost_original {
				top:auto;
				bottom:-20px;
			}
			
			.product .cost_original .value {
				text-align:left;
				font-size:16px;
				padding-left:15px;
				color:#92949b;
			}
			
		.product .optional {
			color:#000;
			font-weight:500;
			font-size:15px;
			line-height:18.87px;
			top:auto;
			bottom:70px;
			right:0;
			width:auto;
		}
			
		.product .colors {
			width:100%;
			bottom:48px;
		}

			.product .colors ul {
				text-align:left;
			}
			
				.product .colors ul li {
					float:none;
					clear:none;
					display:inline-block;
					border-radius: 50%;
					width:16px;
					height:16px;
				padding:0;		
				margin:0;	
				line-height:0;
				border:solid transparent 1px;
				}
				
					.product .colors ul li img {
						border-radius: 50%;
					}
					
					.product .colors ul li.bila img {
						border:solid #737373 1px;
					}
				
					.product .colors li.selected {
						border:solid transparent 1px;
				}
				
		.product .promo {
			top:auto;
			bottom:90px;
			left:15px;
			width:auto;
			z-index:0;
		}
		
			.promo div {
				float:left;
				border-radius:0;
				clear:none;
				margin:0 8px 0 0;
				padding:5px 8px;
				min-width:1px;
				font-size:0.75rem;
				font-weight:100;
				font-family:'ProximaNova-Regular';
			}
		
			.promo .discount {
				display:inline-block;
				background:#ac6d15;
				/*background:#d07e97;*/
			}
			
				.promo .discount span {
					margin-left:3px;
				}
				
					.promo .discount .minus {
						margin-right:5px;
					}
			
			.promo .doprodej,
			.promo .tip {
				display:none;
			}
			
			.promo .new {
				background:#000;
			}


		.product .addtobasket {
			
		}
		
		.product .addtobasket:before {
			position:absolute;
			top:-11px;
			content: ' ';
			display:block;
			background:#000;
			width:100%;
			height:1px;
		}


		.qtyProduct .addtobasket.qtyChange {
	    width: 100%;
	    height: 50px;
	    margin: 11px 0 0 0;
	    border: solid #000 1px;
	    position: relative;
	    float: left;
	    clear: left;
	    bottom: auto;
	    text-align: center;
		}


			.qtyProduct .addtobasket .koupit,
			.qtyProduct .addtobasket .vicemoznosti,
			.qtyProduct .koupitnr {
				width:100%;
				height:100%;
				font-size:22px;
				color:#F0DDD7;
				background:#000;
			}
			
			.qtyProduct .addtobasket .koupit:hover,
			.qtyProduct .addtobasket .vicemoznosti:hover,
			.qtyProduct .koupitnr:hover {
				background:transparent;
				color:#000;
			}			

			.qtyProduct.inbasket .addtobasket.qtyChange .qtyDecrease,
			.qtyProduct.inbasket .addtobasket.qtyChange .qtyIncrease {
				border-radius:50%;
				background:#000;
				color:#F0DDD7;
				width:30px;
				height:30px;
				line-height:50%;
				padding-bottom:2px;
				vertical-align: baseline;
			}

			.qtyProduct.inbasket .addtobasket.qtyChange .qtyDecrease:hover,
			.qtyProduct.inbasket .addtobasket.qtyChange .qtyIncrease:hover {
				background: transparent;
				color: #000;
				border:solid #000 1px;
			}
			
			.qtyProduct.inbasket .addtobasket.qtyChange .qtyNumber {
				background:transparent;
				font-size:22px;
				line-height:1.22;
				margin:0 30px;
			}
			
			.qtyProduct.not-avail .addtobasket .koupit {
				cursor: not-allowed;
			}


/*** SWITCHED ***/

#vypis-produktu.switched .product ,
#vypis-produktu2.switched .product,
#vypis-produktu3.switched .product,
#vypis-produktu4.switched .product,
#vypis-produktu5.switched .product {
	width:100%;
	height:62px;
	margin:0 0 -1px 0;
	top:-1px;
	background:transparent;
	border-bottom:solid #000 1px;
}

#vypis-produktu.switched .product .image,
#vypis-produktu2.switched .product .image,
#vypis-produktu3.switched .product .image,
#vypis-produktu4.switched .product .image,
#vypis-produktu5.switched .product .image {
	display:none;
}
		
		#vypis-produktu.switched .product .addtobasket.qtyChange::before {
			display: none;
		}
	
		#vypis-produktu.switched .product .addtobasket.qtyChange {
		position: absolute;
			top:10px;
			right:0;
			width:214px;
			height:40px;
			margin: 0;
		}
		
		#vypis-produktu.switched .product .addtobasket .koupit,
		#vypis-produktu.switched .product .addtobasket .vicemoznosti,
		#vypis-produktu.switched .product .koupitnr {
			height:38px;
		}
		
		#vypis-produktu.switched .product .addtobasket .koupit {
			font-size:15px;
		}
		
		#vypis-produktu.switched .qtyProduct.inbasket .addtobasket.qtyChange .qtyNumber {
			font-size:15px;
		}
		

#vypis-produktu.switched .product .name,
#vypis-produktu2.switched .product .name,
#vypis-produktu3.switched .product .name,
#vypis-produktu4.switched .product .name,
#vypis-produktu5.switched .product .name {
	position: absolute;
	top:16px;
	left:20px;
	bottom:auto;
	max-width:calc(44% - 20px);
	height: 27px;
	-webkit-line-clamp: 1;
}

.unlogged #vypis-produktu.switched .product .name,
.unlogged #vypis-produktu2.switched .product .name,
.unlogged #vypis-produktu3.switched .product .name,
.unlogged #vypis-produktu4.switched .product .name,
.unlogged #vypis-produktu5.switched .product .name {
	max-width:100%;
}

#vypis-produktu.switched .product .avail,
#vypis-produktu2.switched .product .avail,
#vypis-produktu3.switched .product .avail,
#vypis-produktu4.switched .product .avail,
#vypis-produktu5.switched .product .avail {
	position: absolute;
	top:22px;
	left:calc(40% + 70px);
	bottom:auto;
}
	
#vypis-produktu.switched .product .cost,
#vypis-produktu2.switched .product .cost,
#vypis-produktu3.switched .product .cost,
#vypis-produktu4.switched .product .cost,
#vypis-produktu5.switched .product .cost {
	position: absolute;
	top:18px;
	left:65%;
	bottom:auto;
}


	@media(max-width:1400px) {
		#vypis-produktu.switched .product .addtobasket.qtyChange {
			width:180px;
		}
		
		#vypis-produktu.switched .product.inbasket .addtobasket.qtyChange .qtyNumber {
			margin: 0 20px;
		}
	}
	
	@media(max-width:1300px) {
		#vypis-produktu.switched .product .addtobasket.qtyChange {
			width:160px;
		}
		
		#vypis-produktu.switched .product.inbasket .addtobasket.qtyChange .qtyNumber {
			margin: 0 10px;
		}
		
		#vypis-produktu.switched .product .name h2 {
			font-size:18px;
			line-height:30px;
		}		
	}	
	
	@media(max-width:1200px) {
		#vypis-produktu.switched .product .addtobasket.qtyChange {
			width:150px;
		}
		
		#vypis-produktu.switched .product.inbasket .addtobasket.qtyChange .qtyNumber {
			margin: 0 5px;
		}
	}	
	
	@media(max-width:1150px) {
		#vypis-produktu.switched .product .addtobasket.qtyChange {
			width:140px;
		}
		
		#vypis-produktu.switched .product.inbasket .addtobasket.qtyChange .qtyNumber {
			margin: 0 2px;
		}
	}

	@media(max-width:1100px) {
		#vypis-produktu.switched .product .addtobasket.qtyChange {
			width:126px;
		}
		
		#vypis-produktu.switched .product.inbasket .addtobasket.qtyChange .qtyNumber {
			margin: 0 0px;
		}
		
		
		#vypis-produktu.switched .product .name,
		#vypis-produktu2.switched .product .name,
		#vypis-produktu3.switched .product .name,
		#vypis-produktu4.switched .product .name,
		#vypis-produktu5.switched .product .name {
			top:16px;
			left:20px;
			max-width:calc(35% - 20px);
		}
		
		#vypis-produktu.switched .product .promo,
		#vypis-produktu2.switched .product .promo,
		#vypis-produktu3.switched .product .promo,
		#vypis-produktu4.switched .product .promo,
		#vypis-produktu5.switched .product .promo {
			left: 36%;
		}
		
		#vypis-produktu.switched .product .other_sign,
		#vypis-produktu2.switched .product .other_sign,
		#vypis-produktu3.switched .product .other_sign,
		#vypis-produktu4.switched .product .other_sign,
		#vypis-produktu5.switched .product .other_sign {
			left:calc(36% + 70px);
			bottom:auto;
		}
		
		#vypis-produktu.switched .product .cost,
		#vypis-produktu2.switched .product .cost,
		#vypis-produktu3.switched .product .cost,
		#vypis-produktu4.switched .product .cost,
		#vypis-produktu5.switched .product .cost {
			left:60%;
		}
		
		#vypis-produktu.switched .product .cost .value.show-original-cost-value {
			font-size:18px;
		}
		
		#vypis-produktu.switched .product .avail,
		#vypis-produktu2.switched .product .avail,
		#vypis-produktu3.switched .product .avail,
		#vypis-produktu4.switched .product .avail,
		#vypis-produktu5.switched .product .avail {
			left:calc(26% + 85px);
		}
				
	}

/*** STRANKOVANI ***/
#strankovani,
#strankovani2 {
	font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size:.8125rem;
}

	#strankovani span,
	#strankovani2 span {
		display:inline-block;
		width: 48px;
		height: 48px;
	}

	#strankovani a,
	#strankovani2 a,
	#strankovani span.wo,
	#strankovani2 span.wo {
		color: #494244;
		background: transparent;
		font-size: 18px;
		line-height: 48px;
		font-weight: 400;
		width: 48px;
		height: 48px;
		text-shadow: none;
		box-shadow: none;
		border: 1px solid #494244;
		padding: 0;
		margin:2px;
		border-radius:50%;
	}

		#strankovani a:hover,
		#strankovani2 a:hover,
		#strankovani span.wo:hover,
		#strankovani2 span.wo:hover {
			background-color:#000;
			color:#F0DDD7;
		}

	#strankovani strong,
	#strankovani2 strong {
		color:#fff;
		background:#000;
		font-size: 18px;
		line-height:48px;
		font-weight:700;
		width:48px;
		height:48px;
		text-shadow:none;
		box-shadow:none;
		border:1px solid #000;
		padding:0;
		margin:2px;
		border-radius:50%;
		color:#F0DDD7;
	}

	#strankovani span.prev,
	#strankovani span.next,
	#strankovani2 span.prev,
	#strankovani2 span.next {
		cursor:not-allowed;
		color:#777 !important;
		font-size: 18px;
		font-weight:700;
		height:48px;
		line-height:48px;
		border-radius:50%;
	}

	#strankovani span.prev,
	#strankovani2 span.prev {
		background-image:url('../icons/left-chevron-gray.svg') !important;
		background-size:10px 10px !important;
		background-repeat:no-repeat !important;
		background-position:left center !important;
		text-indent:10px;
	}

	#strankovani span.next,
	#strankovani2 span.next {
		background-image:url('../icons/right-chevron-gray.svg') !important;
		background-size:10px 10px !important;
		background-repeat:no-repeat !important;
		background-position:right center !important;
		text-indent:17px;
	}

	#strankovani span.prev.wo,
	#strankovani2 span.prev.wo {
		background-image:url('../icons/left-chevron-black.svg') !important;
	}

	#strankovani span.next.wo,
	#strankovani2 span.next.wo {
		background-image:url('../icons/right-chevron-black.svg') !important;
	}

	#strankovani span.prev:first-letter,
	#strankovani span.next:first-letter,
	#strankovani2 span.prev:first-letter,
	#strankovani2 span.next:first-letter {
		text-transform:uppercase;
	}

	#strankovani span.prev.wo,
	#strankovani span.next.wo,
	#strankovani2 span.prev.wo,
	#strankovani2 span.next.wo {
		cursor:pointer;
		border:none;
		color:#ffffff !important;
	}

	#strankovani a.prev,
	#strankovani a.next,
	#strankovani2 a.prev,
	#strankovani2 a.next {
		color:#666;
	}

		#strankovani a.prev:hover,
		#strankovani a.next:hover,
		#strankovani2 a.prev:hover,
		#strankovani2 a.next:hover {
			background:#777;
			color:#fff;
		}

#next a {
	border:solid #000 1px;
	color:#F0DDD7;
}

	#next a:hover {
		background:#F0DDD7;
		color:#000;
	}

/*** KATEGORIE ***/
#categories {
	margin:0 0 1.5rem 0;
	padding:0;
	width:360px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
		
		@media(max-width:1600px) {

			#categories {
				width:313px;
			}			

		}
		
			
		@media(max-width:1360px) {
			
			#categories {
				width:255px;
			}	
			
		}



  #categories ul {
	  border-top:1px solid #000;
	  border-bottom:2px solid #000;
	  list-style-type: none;
  }

  #categories li {
	  background:transparent;
	  border-bottom:1px solid #000;
	  min-height:50px;
  }
		
		#categories li:last-of-type {
			border-bottom: none;
		}
		
	  #categories li:hover {
			background:transparent;
			color:#000;
	  }

	  #categories li a {
		font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		height:auto;
		line-height:50px;
		color:#000;
	  }

	  #categories li:hover a {
		  text-decoration:none;
		  min-height:50px;
		  color:#000;
		  font-weight:500 !important;
	  }
			
	  #categories li a:first-letter {
	  	text-transform:uppercase;
	  }
	  
	  #categories li.selectedtree a {
	  	color:#000;
	  }
	  
	  #categories li.selected a {
	  	background:transparent !important;
	  }
	  
	  #categories li.selectedtree a {
	  	background:transparent;
	  	font-weight: 500 !important;
	  }
	  
	  #categories li.level0 a {
	  	font-size:22px;
	  	text-indent:0;
	  	font-weight:500;
	  	border-top:solid #000 1px;
	  	
	  }
	  
	  #categories li.level1 a {
	  	font-size:22px;
	  	text-indent:32px;
	  	font-weight:400;
	  }
	  
	  #categories li.level2 a {
	  	font-size:20px;
	  	text-indent:64px;
	  	font-weight:400;
	  }	  
	  
		#categories li.level0:not(.selected):not(.selectedtree) {
			/*border-bottom-width: 2px;*/
		}

/*** FILTROVANI ***/

#filtrovanitop-button {
	border:none;
	width:auto;
	text-align:left;
	padding:10px 0 20px 40px;
}

	#filtrovanitop-button:first-letter {
		text-transform:uppercase;
	}

	#filtrovanitop-button:after {
		font-family: icomoon;
		content: '\e6cd';
		padding:5px;
	}

	 

	.filter-block {
		width:auto;
		float:left;
		clear:none;
		min-width:300px;
	}
	
	.filter-block.filter-block-sezona {
		min-width:150px;
	}

	#filtrovanitop {
		padding:20px 40px;
		background:#fff;
	}

	#filtrovani h2,
	#filtrovanitop h2 {
		color:#000;
		text-transform:uppercase;
	}

	.filter-block .par {
		max-height:262px !important;
		max-width:400px;
	}


	#filtrovani li,
	#filtrovanitop li {
		float:left;
		clear:none;
		display:block;
		width:50%;
	}
	
	#filtrovani .filter-block-sezona li,
	#filtrovanitop .filter-block-sezona li {
		width:100%;
	}
	
	#filtrovani .filter-block-velikost li,
	#filtrovanitop .filter-block-velikost li {
		width:33.33%;
	}	
	
	#filtrovani li a,
	#filtrovanitop li a {
		display:inline;
	}


.ui-corner-all {
	border-radius:4px !important;
}

#cost-slider {
	background:#fff;
}

	#cost-slider .ui-slider-handle {
		height:20px;
		margin-top:0;
	}

	#cost-slider .ui-slider-range {
		background:#101820;
	}

.ui-widget-content {
	border-color:#ddd !important;
}

#razeni-select {
	position:relative;
	color:#000;
	width:155px;
	float:left;
	clear:left;
	padding: 0;
	margin: 6px 30px 0 0;
}

#razeni-select select {
	z-index:3;
	font-size:22px;
	line-height:30px;
	height:40px;
	font-weight:500;
	border:none;
	color:#000;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background:transparent;
	text-decoration:underline;
}

#razeni-select select option {
	width:214px;
	background:#000;
	color:#fff;
	font-size:15px;
	font-weight:400;
}

	#razeni-select .select-wrapper:after {
		display:block;
		width:40px;
		height:36px;
		border:solid transparent 1px;
		content: " ";
		color:#000;
		background: url(../icons/sort-icon.svg) no-repeat !important;
		background-size: 24px !important;
		background-position: center 15px !important;
	}

#grid-switch {
	float:left;
	clear:none;
	height: 35px;
	cursor:pointer;
	height:30px;	
	margin: 11px 0 0;
	width:100px;
}

	#grid-switch:before {
		display:block;
		width:80px;
		content: "List";
		font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";		
		font-size: 22px;
		line-height:30px;
		height:40px;
		font-weight:500;		
		text-decoration:underline;
		background: url(../icons/list-icon.svg) no-repeat !important;
		background-size: 32px !important;
		background-position: right 8px !important;		
	}
	
	#grid-switch.switched:before {
		display:block;
		width:80px;
		content: "Grid";
		font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";		
		font-size: 22px;
		line-height:30px;
		height:40px;
		font-weight:500;		
		text-decoration:underline;
		background: url(../icons/grid-icon.svg) no-repeat !important;
		background-size: 32px !important;
		background-position: right 8px !important;
	}

/*** ITEM DETAIL ***/
#vypis-produktu.itemdetail {
}

#vypis-produktu #image-box {
	width:50%;
	float:left;
	clear:left;
}

	#vypis-produktu #image-box .main-image {
	
	}
	
	#vypis-produktu #image-box .detail-other-images-in,
	#vypis-produktu #image-box .detail-other-images-in-all {
		float:left;
		clear:none;
		width:102px;
		/*height:700px;*/
		overflow-y: auto;
		overflow-x: hidden;
		direction: rtl;
	}
	
	#vypis-produktu #detail-images {
		float:left;
		clear:none;
		/*width:calc(100% - 102px);*/
		width:100%;
	}

	#detail-images .splide__track {
		height:auto;
	}
	
		#vypis-produktu .main-image a {
			background-color: rgba(235, 235, 235, 1);
			display:inline-block;
		}
	
	#vypis-produktu .main-image img {
		position:static;
		border:0;
		/*mix-blend-mode: darken;*/
	}

	#vypis-produktu .other-images {
	}
	
		#vypis-produktu .other-images img {
			width:102px;
			height:200px;
		}
		
		#vypis-produktu .detail-other-images-in {
			margin-top:0;
		}
		
		#vypis-produktu .other-images a {
			margin:0;
		}

		#vypis-produktu .main-image .splide__list {
			display:block;
					flex-direction:column !important;
		}
				
		#vypis-produktu .main-image ul {
			text-align:left;
			align-items:unset;
		}
		
		#vypis-produktu .main-image ul li {
			float:left;
			clear:none;
			width:100% !important;
			text-align:left;
		}		
		
			#vypis-produktu .main-image ul li:nth-child(2),
			#vypis-produktu .main-image ul li:nth-child(3) {
				clear:left;
			}
		
		
		
		#vypis-produktu .splide__arrows {
			display:none;
		}
		
		
	 #vypis-produktu .other-images a.is-active,
	 #vypis-produktu .other-images a:hover {
	 	border:0;
	 }
	
	#vypis-produktu .other-images a {
		float:left;
		clear:left;
		cursor:pointer;
		border:solid transparent 1px;
	}
	
	#vypis-produktu .other-images a:hover {
		border:solid #000 1px;
	}
	
	#vypis-produktu .other-images a.active {
		border:solid #101820 1px;
	}	
	
		#vypis-produktu .other-images a {
			width:102px;
			height:102px;
		}

#vypis-produktu #info-box {
	right:0%;
	width:50%;
	max-width:900px;
	margin:83px 0 1.5rem 0;
	padding:0 0 0 8%;
	border-right:0;
}

#vypis-produktu #info-box2 {
	margin:0;
	padding:0 0 0 .75rem;
	width:40% !important;
	float:right !important;
}

#vypis-produktu #info-box #bonuspoints {
	color:#35477a;
}

#orderForm .bonuspoints {
	float:left;
	display:block;
	color:#35477a;
	margin:10px 0;
}

#orderForm tr.bonuspoints {
	float:none;
	display:contents;
	color:#35477a;
}

	#orderForm tr.bonuspoints td {
		color:#35477a;
	}



#vypis-produktu #colors ul li {
	border:1px solid #eee;
		background-color: rgba(235, 235, 235, 1);
}

	#vypis-produktu #colors ul li img {
		mix-blend-mode: darken;
	}

#vypis-produktu #sizes ul li.enabled,
#vypis-produktu #sizes ul li.enablex {
	color:#181617;
	border:1px solid transparent;
}

#vypis-produktu #colors ul li.selected,
#vypis-produktu #sizes ul li.selected {
	border:1px solid #181617;
	color:#181617;
}

#vypis-produktu #colors ul li.disablex,
#vypis-produktu #colors ul li.disablex {
	border: 1px solid #444 !important;
}

#colors ul li {
	margin: 0 8px 8px 0;
	padding: 0px;
	min-width: 10%;
	font-size: 1rem;
	line-height:0;
	min-width:0;
}

#vypis-produktu #sizes ul li {
	min-width:40px;
	height:40px;
	line-height:27px;
	border-color:#444444;
	font-weight:700;
}

#vypis-produktu #sizes ul li.disabled,
#vypis-produktu #sizes ul li.disablex {
	color:#aaa;
}



#vypis-produktu #sizes ul li.disablex {
	/*background: transparent;
	background: -moz-linear-gradient(-45deg, transparent 0%, transparent 49%, #444 49%, #444 51%, transparent 51%, transparent 100%), -moz-linear-gradient(0deg, transparent 0%, transparent 49%, #444 49%, #444 51%, transparent 51%, transparent 100%);
	background: -webkit-linear-gradient(-45deg, transparent 0%,transparent 49%,#444 49%,#444 51%,transparent 51%,transparent 100%), -webkit-linear-gradient(0deg, transparent 0%,transparent 49%,#444 49%,#444 51%,transparent 51%,transparent 100%);
	background: linear-gradient(135deg, transparent 0%,transparent 49%,#666 49%,#444 51%,transparent 51%,transparent 100%), linear-gradient(45deg, transparent 0%,transparent 49%,#444 49%,#444 51%,transparent 51%,transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='transparent',GradientType=1 );
	border: 1px solid transparent !important;*/
	border:1px solid transparent;
}

	#vypis-produktu #sizes ul li span {
		display:none;
	}

#vypis-produktu #storages {
	margin-top:20px !important;
}

#vypis-produktu #storages .storage_id {
	color: #181617;
	line-height: 22px;
	width:auto;
}

	#vypis-produktu #storages .scount {
		text-align:right;
		width:auto;
	}

	#vypis-produktu #storages .scountskladem {
		color: green;
	}
	
	#vypis-produktu #storages .scountneni-skladem {
		color:#d1222f;
	}	

#vypis-produktu.itemdetail .cart-info {
	display: none;
}
	
#vypis-produktu #countandsubmit {
	margin: 30px 0 40px -15px;
	position:relative;
}

#vypis-produktu #countandsubmit .label {
	display:none;
}

#vypis-produktu #countandsubmit .koupit {
	color:#F0DDD7;
	width: 306px;
	background:#101820;
	float:left;
	height:70px;
		line-height: 70px;
	font-size: 22px;
	font-weight: 500;
	text-shadow:none;
	margin-left:15px;
	border:solid #F0DDD7 1px;
}

	#vypis-produktu #countandsubmit .koupit:hover {
		background:transparent;
		color:#000;
		border:solid #101820 1px;
	}
	
	#vypis-produktu .cart-info.show ~ #countandsubmit #qtyminus,
	#vypis-produktu .cart-info.show ~ #countandsubmit #qtyplus,
	#vypis-produktu .cart-info.show ~ #countandsubmit #cnt,
	#vypis-produktu .cart-info.show ~ #countandsubmit .unit {
		display: inline-block;
	}
	
#vypis-produktu #info-box .add-to-wishlist { 
	position:relative;
	left:0;
	top:-51px;
	float:right;
}

	#vypis-produktu #info-box .add-to-wishlist::before {
		position:relative;
		left:0;
		top:0;
	}
	

#vypis-produktu #info-box div.label {
	font:400 16px/20px "GTAmerica", arial, tahoma;
	color:#181617;
}

#vypis-produktu #info-box #colors div.label,
#vypis-produktu #info-box #sizes div.label {
	margin-top:0px;
	color:#181617;
	font-weight:700;
}

#vypis-produktu #info-box #colors div.label span {
	font-weight:400;
	text-transform:lowercase;
	display:inline-block;
}

#vypis-produktu #info-box #colors div.label span::first-letter {
	text-transform:uppercase;
}

#vypis-produktu #info-box #sizes div.label span {
	font-weight:400;
	display:inline-block;
}

#vypis-produktu #info-box .nazev {
}

	#vypis-produktu #info-box .nazev h1 {
		margin: 0 0 33px;
		font:400 60px/1.25 "GTAmerica", arial, tahoma;
		text-align:left;
		/*text-transform:lowercase;*/
		color:#181617;
		padding:0;
		border:none;
	}
	
	#vypis-produktu #info-box .nazev h1:first-letter {
		/*text-transform:uppercase;*/
	}

#vypis-produktu #info-box .info .label {
	font:600 22px/1.22 "GTAmerica", arial, tahoma;
	width:auto;
}

#vypis-produktu #info-box .info .value {
	font:400 22px/1.22 "GTAmerica", arial, tahoma;
	width:auto;
	float:left;
	padding-left:6px;
}

#vypis-produktu #info-box .info .tabulka-velikosti .value {
	padding:0;
}

#vypis-produktu #info-box .info .tabulka-velikosti .value a {
		display: block;
	text-decoration:underline;
	margin-top: 10px;
	color:#181617
}

	#vypis-produktu #info-box .info .tabulka-velikosti .value a:hover {
		color: #181617;
		text-decoration: none;
	}

#vypis-produktu #info-box3 {
	margin-top: 100px;
}

#vypis-produktu #info-box3 [id^="homepage-promo-slider"] .splide__track {
	padding-bottom:60px;
}

#vypis-produktu .info {
	margin: 0;
}

#vypis-produktu .info0 {
	margin-top:10px !important;
}

#vypis-produktu .info2 {
	float:left;
	clear:none;
	width: auto;
	margin: 50px 0 0;
}

.unlogged #vypis-produktu .info2 {
	display:none;
}

	#vypis-produktu #info-box .info.info2 .value {
		padding:0;
		font-size:22px;
		line-height:50.32px;
	}

#vypis-produktu #info-box .cost {
	margin-top:00px;
}

#costs {
	float: left;
	clear: none;
	margin:50px 35px 0 0;
	width:auto;
}

#costs .cost .label {
	display:none;
}

#costs .cost .value {
	float: left;
	clear: none;
	width: auto;
	text-align:left;
	font-size:40px;
	font-weight:500;
	line-height:50.32px;
	color:#181617;
}

#costs .cost .cost_unit {
	float: left;
  clear: none;
  width: auto;
  font: 400 22px / 1.22 "GTAmerica", arial, tahoma;
  height: 50.32px;
  line-height: 68px;
  margin-left: 12px;
}

#costs .cost_original .label {
	display:none;
}

#costs .cost_original .value {
	text-decoration:line-through;
	color:#181617;
	text-align:left;
	float:left;
	font-size:22px;
}

#costs,
#short-description,
#vypis-produktu .count,
#vypis-produktu .info {
	border:none;
}

#vypis-produktu .info.info3 {
	display:none;
}

#costs .save {
	display:none;
}

#vypis-produktu #colors {
	margin-top:20px !important;
}

	#vypis-produktu #countandsubmit #qtyminus {
		width:30px;
		height:30px;
		line-height:21px;
		font-size:15px;
		font-weight: 500;
		font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		border: none;
		border-radius:50%;
		background:#000;
		color: #F0DDD7;
		margin:20px 15px;
		display: none;
	}
	
		#vypis-produktu #countandsubmit .inpin {
			position:relative;
		}

	#vypis-produktu #countandsubmit #qtyplus {
		width:30px;
		height:30px;
		line-height:21px;
		font-size:15px;
		font-weight: 500;
		font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		border: none;
		border-radius:50%;
		background:#000;
		color:#F0DDD7;
		margin:20px 15px;
		display: none;
	}
	
	#vypis-produktu #countandsubmit .unit {
		float: left;
    font-size: 22px;
    font-weight: 400;
    font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 70px;
    width: auto;
    margin-left: 4px;
		display: none;
	}
	
#vypis-produktu #countandsubmit #qtyminus:hover, 
#vypis-produktu #countandsubmit #qtyplus:hover {
	background: transparent;
	color: #000;
	border:solid #000 1px;
}
	
	#vypis-produktu #countandsubmit .pocet {
		width: auto;
		height: 70px;
		background:transparent;
		border:none;
		line-height:1.22;
		font-size:22px;
		font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";		
		field-sizing: content;
		max-width: 147px;
		display: none;
	}


#vypis-produktu #info-box #social-sites {
	width:50%;
	float:right;
}

#vypis-produktu #short-description {
	font-size:22px;
	font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	margin: 0 0 33px;
}

#vypis-produktu #info-box #short-description .text {
	font-size: 22px;
	line-height: 1.22;
	color: #181617;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#vypis-produktu #info-box #short-description .text.clicked {
	-webkit-line-clamp: 999;
}

#vypis-produktu #info-box #short-description a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
  font-size: 16px;
  font-size: 22px;
  line-height: 1.22;
  color: #181617;
}

#vypis-produktu #short-description p {
}

#vypis-produktu #share {
	
}

#vypis-produktu #share .label {
	display:none;
}

#vypis-produktu .count {
	display:none;
}

#vypis-produktu #dotaz-na-prodejce {
	width:100%;
}

	#vypis-produktu #dotaz-na-prodejce strong {
		width:30%;
		line-height:2rem;
		margin-bottom:.5rem;
	}

	#vypis-produktu #dotaz-na-prodejce input {
		width:70%;
		height:2rem;
		float:none;
		margin-bottom:.5rem;
		text-indent:6px;
	}

	#vypis-produktu #dotaz-na-prodejce span {
		padding-left:5px;
		float:none;
	}

	#vypis-produktu #dotaz-na-prodejce textarea {
		width:70%;
		height:5rem;
		margin-bottom:.5rem;
	}

	#vypis-produktu #dotaz-na-prodejce img {
		width:70%;
		margin-bottom:.5rem;
	}

	#vypis-produktu #dotaz-na-prodejce button {
		width:35%;
		font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-size:1rem;
		line-height:1.0625rem;
		font-weight:900;
		text-transform:uppercase;
		background:#008abf;
		border:none;
		-moz-transition:background-color 0.3s linear;
		-webkit-transition:background-color 0.3s linear;
		-o-transition:background-color 0.3s linear;
		transition:background-color 0.3s linear;
	}

		#vypis-produktu #dotaz-na-prodejce button:hover {
			background-color:#000;
			-moz-transition:background-color 0.3s linear;
			-webkit-transition:background-color 0.3s linear;
			-o-transition:background-color 0.3s linear;
			transition:background-color 0.3s linear;
		}



#vypis-produktu .wishlist-wrap {
	position:relative;
}

#vypis-produktu .wishlist:hover {
	
}

#vypis-produktu .wishlist-wrap:after {
	position:absolute;
	top:0;
	left:0;
	font-family: icomoon;
	content: '\e660';
	font-size:22px;
	font-weight:700;
	line-height:45px;
	pointer-events: none;
}

#vypis-produktu .wishlist-wrap:hover:after {
	position:absolute;
	top:0;
	left:0;
	font-family: icomoon;
	content: '\e798';
	font-size:22px;
	font-weight:700;
	line-height:45px;
	pointer-events: none;
}

#vypis-produktu .wishlist-wrap.not:after {
	position:absolute;
	top:0;
	left:0;
	font-family: icomoon;
	content: '\e798';
	font-size:22px;
	font-weight:700;
	line-height:45px;
	pointer-events: none;
}

#vypis-produktu .wishlist-wrap:hover.not:after {
	position:absolute;
	top:0;
	left:0;
	font-family: icomoon;
	content: '\e660';
	font-size:22px;
	font-weight:700;
	line-height:45px;
	pointer-events: none;
}

#vypis-produktu .wishlist {
	height:45px;
	background:none;
	font-size:22px;
	line-height:45px;
	text-indent:30px;
	padding: 0;
}
		

		
		
		
		

/*** PROMO ***/
#vypis-produktu .promo {
	top:0;
	margin-left:50px;
}

#vypis-produktu .product .promo,
#vypis-produktu2 .product .promo,
#vypis-produktu3 .product .promo {
		top:auto;
	bottom:70px;
	margin-left:0;
	left:0;
}

	#vypis-produktu .promo div {
		background:#101820;
		color:#fff;
		font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-weight:400;
		font-size:15px;
		padding:3px 8px 3px 8px;
		text-transform:capitalize;
		border:0px solid #e3e3e3;
		border-radius:0;
	}
	
	#vypis-produktu .promo div.discount {
		background:#ac6d15;
	}

	#vypis-produktu .promo .new,
	#vypis-produktu .product .promo .new,
	#vypis-produktu2 .product .promo .new,
	#vypis-produktu3 .product .promo .new {
		background:transparent;
		padding-left:0;
		padding-right:0;
		color:#101820;
	}
	
	#vypis-produktu .promo .akce,
	#vypis-produktu .product .promo .akce,
	#vypis-produktu2 .product .promo .akce,
	#vypis-produktu3 .product .promo .akce {
		background:#AA3C39;
	}	

	#vypis-produktu .promo .nejprodavanejsi,
	#vypis-produktu2 .promo .nejprodavanejsi,
	#vypis-produktu3 .promo .nejprodavanejsi,
	#vypis-produktu .product .promo .nejprodavanejsi,
	#vypis-produktu2 .product .promo .nejprodavanejsi,
	#vypis-produktu3 .product .promo .nejprodavanejsi {
		background:#236467;
	}

	#vypis-produktu .promo .vyprodano,
	#vypis-produktu2 .promo .vyprodano,
	#vypis-produktu3 .promo .vyprodano,
	#vypis-produktu .product .promo .vyprodano,
	#vypis-produktu2 .product .promo .vyprodano,
	#vypis-produktu3 .product .promo .vyprodano {
		background:#000;
	}

	#vypis-produktu .promo .vyprodej,
	#vypis-produktu2 .promo .vyprodej,
	#vypis-produktu3 .promo .vyprodej,
	#vypis-produktu .product .promo .vyprodej,
	#vypis-produktu2 .product .promo .vyprodej,
	#vypis-produktu3 .product .promo .vyprodej {
		background:#AA6D39;
	}

	#vypis-produktu .promo .skladem,
	#vypis-produktu2 .promo .skladem,
	#vypis-produktu3 .promo .skladem {
		background:#2D8633;
		display:none;
	}
	
	#vypis-produktu .product .promo .skladem,
	#vypis-produktu2 .product .promo .skladem,
	#vypis-produktu3 .product .promo .skladem {
		display:block;
		background:transparent;
		color:#fff;
		padding:0;
	}
	
		#vypis-produktu .product .promo .skladem span,
		#vypis-produktu2 .product .promo .skladem span,
		#vypis-produktu3 .product .promo .skladem span {
			color:#000;
			font-size:15px;
			line-height:18.87px;
		} 

		.product .other_sign {
			display: none;
		}
		
		
		.product .avail {
			float: left;
			clear: left;
			display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    gap: .3rem;
			color:#000;
			width:auto;
			height:auto;
			font-size:15px;
			line-height:18.87px;
			text-align:left;
			position: absolute;
    	bottom: 92px;
		}
			
			.product .avail .nr {
				display: block;
			}
			
	
#vypis-produktu #info-box .promo {
	width:100%;
	float:left;
	clear:left;
	left:0;
	top:0;
	position:relative;
	margin:20px 0 0 0;
}
	
	
	

/*** KOSIK ***/
#add-to-basket {
	background: #f0ddd7;
	border:none;
}

	#add-to-basket .in {
	}

#add-to-basket .chybove-hlasky {
}

#add-to-basket .nadpis {
	text-align:center;
}

	#add-to-basket .nadpis h1 {
		background:#101820;
		color:#fff;
	}

header #breadcrumbs.clear.max {
	left:1.5rem !important;
}

#basket-steps {
	margin: 32px 0;
	padding: 0;
}

	#basket-steps ul {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 234px;
	}
		
		#basket-steps ul::before {
			display: none;
		}
		
		#basket-steps ul li {
			width: auto;
		}

	#basket-steps .number {
		background:transparent;
	}

		#basket-steps .number span {
			width: 59px;
			height: 59px;
			line-height: 57px;
			font-size: 22px;
			border: 1px solid #000;
			background: #F0DDD7;
			color: #000E1D;
			cursor: pointer;
		}
			
			#basket-steps .number span:hover,
			#basket-steps ul li.active .number span,
			#basket-steps ul li.checked .number span {
				background: #000E1D;
				color: #F0DDD7;
			}

#basket-steps .stpn {
	color:#000;
	text-shadow:none;
	font-size:1.0625rem;
	line-height:1.3125rem;
	font-weight:300;
	background:#cdcdcd;
	text-transform:uppercase;
	border-right: 1px solid #aaaaaa;
	text-decoration:underline;
}

#basket-steps .stpn .nr {
	text-decoration:none;
}

#basket-steps .stpo {
	background:#dddddd;
	color:#000;
	text-shadow:none;
	font-size:1.0625rem;
	line-height:1.3125rem;
	font-weight:300;
	text-transform:uppercase;
	border-right: 1px solid #aaaaaa;
}

#basket-steps .stpa {
	background:#cdcdcd;
	color:#000;
	text-shadow:none;
	font-size:1.0625rem;
	line-height:1.3125rem;
	font-weight:300;
	text-transform:uppercase;
	border-right: 1px solid #aaaaaa;
}

#basket-steps .stpb {
	background:#cdcdcd;
	color:#000;
	text-shadow:none;
	font-size:1.0625rem;
	line-height:1.3125rem;
	font-weight:300;
	text-transform:uppercase;
	border-right: 1px solid #101820;
}

#basket-steps .lasti {
	background:#dddddd;
	color:#000000;
	text-shadow:none;
	font-size:1.0625rem;
	line-height:1.3125rem;
	font-weight:300;
	text-transform:uppercase;
}

#addressFormWrap {
	display: flex;
	gap: 3.75rem;
	margin: 15px 0;
}

#addressFormWrap .obal-box {
	border: none;
}

	#addressFormWrap .nadpis-udaje {
		font-size: 22px;
		font-weight: 500;
		padding: 0 0 20px 20px;
		border: none;
		border-bottom: 1px solid #000;
		color: #000E1D;
	}

		#addressFormWrap .nadpis-udaje::before {
			display: none;
		}

		#addressFormWrap .nadpis-udaje > a {
			margin: 0;
			text-decoration: underline;
			font-size: 22px;
			font-weight: 400;
			color: #000E1D80;
		}

			#addressFormWrap .nadpis-udaje > a:hover {
				color: #000E1D;
			}
	
	#addressFormWrap .stp3u {
		display: grid;
    grid-template-columns: 164px 1fr;
    height: auto;
    align-items: center;
    margin-bottom: 14px;
	}
	
	#addressFormWrap .udaj-text-before {
    line-height: 1.25;
    color: rgba(0, 0, 0, 60%);
    font-size: 22px;
    font-weight: 400;
    margin: 0;
	}

	#addressFormWrap .udaj-input-obal {
		margin: 0;
    min-height: auto;
    font-size: 22px;  
    font-weight: 400;  
	}
	
	#addressFormWrap .udaje-obal > * {
		float: left;
		clear: left;
		width: 100%;
		margin-bottom: 25px;
	}
	
#addressForm .udaje-obal {
	border: none;
	padding: 35px 20px 0;
}
	
#addressForm .udaje-obal p {
	margin-top: 0;
  font-size: 22px;
  font-weight: 400;
}

#dodAddressBtns {
	display: flex;
	/*flex-direction: row;*/
	flex-direction:column;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 1rem;
	
}

	#dodAddressBtns a {
		display: inline-block;
		background: #000E1D;
		color: #F0DDD7;
		min-height: 40px;
		display: flex;
		align-items: center;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.25;
		padding: .5rem 2rem;
		border: 1px solid #000E1D;
		justify-content: center;
		text-align:center;
	}

	#dodAddressBtns a:hover {
		background: #F0DDD7;
		color: #000E1D;
	}

.basket h3 {
	font:700 34px/50px "GTAmerica", arial, tahoma;
}

#basketListTable-global table {
	border-collapse:collapse;
	border-spacing:0;
}

#basketListTable-global {
	border:none;
}

#basketListTable {
	border:none;
}

#basketListTable-wrap #basketListTable thead th {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  height: 60px !important;
  line-height:60px;
  border: none;
  display: table-cell;
  width: 25%;
  float: none;
  text-align: left;
  padding: 0 0 0 20px;
}

#basketListTable td,
#basketListTable td.cena,
#basketListTable td.pocet,
#basketListTable td.dostupnost,
#basketListTable td.nazev {
	width: 20%;
	vertical-align:middle;
	border:none;
	border-bottom: none;
	font-size: 15px;
	font-weight:400;
	padding: 0 4px 0 20px !important;
	text-align: left;
	float: none;
	display: table-cell;
}

#basketListTable .image,
#basketListTable-wrap #basketListTable thead th.zbozi,
#basketListTable-wrap #basketListTable thead th.cenacn {
	display: none;
}

#basketListTable.basketstep1 thead th.cena {
	display:none !important;
}

#basketListTable.basketstep1 thead th.cenacn {
	display:table-cell !important;
	order:3;
}

#basketListTable.basketstep1 thead th.lst {
	display:none !important;
}

#basketListTable.basketstep1 thead th.cenacn {
	
}


#basketListTable td.nazev {
	width: 37%;
	padding-left: 20px !important;
}

#basketListTable td.lst {
	min-width: 70px;
}

#basketListTable .pocet {
	position:relative;
}

#basketListTable .pocet-kusu {
	width: auto;
	line-height:60px;
}

#basketListTable .pricti,
#basketListTable .odecti {
  border-radius: 50%;
  background: #000;
  color: #F0DDD7;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
}

#basketListTable .pricti:hover,
#basketListTable .odecti:hover {
	background: transparent;
	color: #000;
	border:solid #000 1px;
}

#basketListTable .odecti {
	order: 1;
}

#basketListTable .pricti {
	order: 3;
}

#basketListTable .kusu {
	display: inline-block;
	width: 50px;
	-moz-appearance: textfield;
	background: transparent;
	line-height: 1.22;
	margin: 0 30px;
	font-size: 15px;
	height: 32px;
	border-radius: 0;
	border: none;
	order: 2;
}

#basketListTable .nazev {
	width: 25%;
	border-left:none;
	color:#000;
	padding: 0 !important;
}

#basketListTable .nazev a {
	text-decoration: none;
}

#basketListTable .nazev a.upravit {
	font-size: 1rem;
	font-weight: 500;
}

#basketListTable .nazev a:hover {
	color:#101820;
}

#basketListTable.basketstep0 .cenac,
#basketListTable.basketstep0 .cenacn {
	display:none;
}





#basketListTable,
#basketListTable a {
	color: #000E1D;
}

#basketListTable .cena {
	color:#000E1D;
	font-size:16px;
	font-weight:700;
}

#basketListTable .skladem {
	background:transparent;
	color:#2d8633;
	font-weight:700;
	padding:3px 8px 3px 8px;
	text-transform:uppercase;
	border:none;
}

#sumarizace {
	background:transparent;
	padding: 40px 0;
}
	
	#sumarizace .popis {
		width: auto;
		text-align: left;
	}
	
	#sumarizace .castka {
		width: 244px;
		text-align: left;
		margin: 0;
	}
	
		#sumarizace .castka strong {
			color:#000;
		}
	
	#sumarizace .suma {
		width: 600px;
	}
	
	#sumarizace .sumas {
		height: auto;
	}
	
		#sumarizace .sumas .popis strong,
		#sumarizace .sumas .castka strong {
			font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
			font-size: 40px;
			font-weight: 500;
		}

	#sumarizace .sumabez {
		margin-top: 10px;
		height: auto;
	}
	
		#sumarizace .sumabez .popis,
		#sumarizace .sumabez .castka {
			font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
			font-size: 15px;
			font-weight: 500;
			padding-left: 2px;
		}

#sumarizace .slevove-kody {
	display: none;
}

#step0_continue_shopping,
#step1_continue_shopping,
#step2_continue_shopping,
#step3_continue_shopping {
	height: 50px;
	line-height: 48px;
	border: 1px solid #000;
	background: #F0DDD7;
	color: #000;
	font-size: 22px;
	font-weight: 400;
	padding: 0 28px;
	min-width: 228px;
	text-align: center;
}

	#step0_continue_shopping:hover,
	#step1_continue_shopping:hover,
	#step2_continue_shopping:hover,
	#step3_continue_shopping:hover {
		background: #000;
		color: #F0DDD7;
	}

#orderLoginForm {
	border:none;
}

#delivery_top,
#payments_top {
	color:#000000;
	background:none;
	font-family: "GTAmerica", arial, tahoma;
	font-weight:400;
}

#deliveryOptions .d_date {
	display: none;
}

#deliveryOptions .d_text_logo {
	width:300px;
}

#deliveryOptions .d_cash,
#deliveryOptions .p_cash {
	color:#2d8633;
	font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight:400;
	text-transform:uppercase;
}

#deliveryOptions .xnote, .mnote {
	color:#999999;
	border-color:#000000;
}

#deliverySummary {
	background:none;
	border:none;
	border-top:1px solid #000000;
	margin-bottom:20px;
	width:40%;
	float:right;
}

#deliverySummary div {
	width:100%;
}
	
.spodni-udaje {
	background:none;
	display:none;
}

.one-click {
	background:transparent;
}

.udaj-input:focus,
.udaj-select:focus,
.udaj-textarea:focus,
.udaj-input-full:focus,
.udaj-textarea:focus,
.udaj-select:focus,
#pick-up-date input:focus {
	border-color:#aaaaaa;
}

.nadpis-udaje {
	font-size: 32px;
	font-weight: 500;
}

	.nadpis-udaje::before {
		border-color: #000;
	}

.udaje-obal input[type=button],
.udaje-obal .change {
	margin-top: 33px;
	color: #f0ddd7;
	font-size: 14px;
	font-weight: 500;
	background: #000;
	border: 1px solid #000;
	text-transform: none;
}

.udaje-obal input[type=button]:hover, 
.udaje-obal .change:hover {
	background: #f0ddd7;
	color: #000;
}

.udaj-input-block {
	line-height: 1.25;
}

.udaj-text-before {
  line-height: 1.25;
  margin-top: 36px;
}

.udaj-input-obal {
	margin: 36px 0 0 0;
}

.obal-nadpis-udaje label.udaj-text,
.obal-nadpis-udaje label:not(.static):not(.static-label).empty-label {
	padding: 0;
	position: absolute;
	left: 1px;
	top: -23px;
	background: transparent;
}

.udaj-input, .udaj-input-full, #pick-up-date input {
	background: transparent;
	border: 1px solid #000;
}

.udaje-obal .address {
	border:none;
	border-bottom: solid #000 1px;
}

.udaje-obal .address .title {
	font-size:22px;
	font-weight:500;
}

.udaj-text-info p.system-info {
	color: #000;
}

.obal-box .udaje-obal .odeslat {
	color: #f0ddd7;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #000;
}

.obal-box .udaje-obal .odeslat:hover {
	background: #f0ddd7;
	color: #000;
}

.hide-no-logged {
	display: none !important;
}

.op a,
p.obchodni-podminky a {
	text-decoration: underline;
}

.op a:hover,
p.obchodni-podminky a:hover {
	text-decoration: none;
}

.homepage h2 {
	border:medium none;
	text-transform:uppercase;
	color:#000;
	font-size:2.82em;
	margin-bottom:20px;
}

.homepage form {
	text-align:center;
}

	.homepage form .value {
		width:100%;
		text-align:center;
	}

	.homepage form .name {
		width:100%;
		text-align:center;
		line-height:2em;
	}

	.homepage form input {
		height:40px;
		width:200px;
	}

	.homepage form p {
		background:transparent;
		color:#222;
		text-align:center;
		font-size:1.2em;
		width:100%;
	}

.homepage #ui_login {
	display:inline-block;
	float:none;
	clear:none;
	width:20%;
	padding:14px 12px;
	font-size:.75rem;
	line-height:.75rem;
	font-weight:900;
	color:#fff;
	background-color:#7f9145;
	text-transform:uppercase;
	-moz-transition:background-color 0.3s linear;
	-webkit-transition:background-color 0.3s linear;
	-o-transition:background-color 0.3s linear;
	transition:background-color 0.3s linear;
}

	.homepage #ui_login:hover {
		background-color:#000;
		-moz-transition:background-color 0.3s linear;
		-webkit-transition:background-color 0.3s linear;
		-o-transition:background-color 0.3s linear;
		transition:background-color 0.3s linear;
	}

#basket-fade .in .tobasket {
	background:#7f9145;
	border:none;
}

#basket-fade .product .info .cost {
	display:none;
}

.obal-box {
	background: transparent;
	border: 1px solid #000;
}

#homepage-text-news {
	width:100%;
	margin-bottom:30px;
}

	#homepage-text-news h2 {
		border:none;
		font-size:2.82em;
		margin-bottom:-25px;
	}

	#homepage-text-news h3 {
		display:none;
	}

	#homepage-text-news p {
		text-align:center;
		line-height:1em;
	}

/* TEXTOVE STRANKY PAGES*/
.page > h1 {
	margin-top:40px;
	font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.info-box {
	margin:0;
}

.branches #store h3 {
	color:#aaa;
}

ul.stores li {
	border:none;
}

@media all and (max-width: 1400px) {
	ul.stores li {
		width:50%;
	}
}

.pda_ver ul.stores li,
.pda_hor ul.stores li,
.screen_ultralow ul.stores li,
.screen_low ul.stores li,
.screen_med ul.stores li {
	width:50% !important;
}

ul.stores li h3 {
	max-width:66%;
}

.branches #store .open-box .today strong,
.branches #store .open-box .today span {
	background:#101820;
	color:#fff;
}

	
ul.stores li div.open-close .today strong,
ul.stores li div.open-close .today span {
	background:#101820;
	color:#fff;
}


ul.stores li div.open-close span {
	letter-spacing:0;
}

ul.stores li div.open-close .today {
	background:#101820;
}

.anchor {
	display: block;
	position: relative;
	top: -110px;
	visibility: hidden;
}

.boxchart {
	float:left;
	clear:none;
	width:49%;
}

.boxchart0,
.boxchart2 {
	margin-right:2%;
}

.boxchart2,
.boxchart4 {
	clear:left;
}

.chart {
	width:100%;
	margin-bottom:20px;
}

.chart tr {
	height:40px;
	background: #fff;
	color:#000;
}

.chart tr:nth-child(even) {
	background: #ddd;
} 

.chart tr:first-child {
	background: #312f30;
	color:#fff;
} 

.chart td {
	text-align:center;
}

.chart td:first-child {
	text-align:left;
	text-indent:10px;
}

#basketListTable .lst {
	max-width: 37px;
	min-width: auto;
}


/**** HLEDANI ***/
.ui-autocomplete {
}

.ui-widget-content {
}

.ui-widget-content a {
	color:#777 !important;
}

	.ui-menu .ui-menu-item a {
		color:#777 !important;	
	}

	.ui-menu .ui-menu-item:hover a {
		color:#4c4c4c !important;
		border-color:transparent !important;
	}
	
li.ui-menu-item.g {
	color:#101820 !important;
}

li.ui-menu-item.even {
}

li.ui-menu-item.odd {
}

li.ui-menu-item b {
	color:#101820 !important;
}

li.ui-menu-item .item .info .cost {
	color:#101820 !important;
}

.ui-widget-content {
	border:solid #101820 1px !important;
}
	
	.obal-box-last .datum,
	.obal-box-last .orderid,
	.obal-box-last .email {
		color:#000;
	}
	
	#vas-nazor {
		display:none;
	}

	/*#vypis-produktu a,
	#vypis-produktu2 a,
	#vypis-produktu3 a,
	#vypis-produktu4 a,
	#vypis-produktu5 a {
		color:transparent;
	}*/

#languages {
	width: 30px;
}
	
	#languages li {
		width: auto;
	}
	
	#languages > li > a {
		width: 100%;
		font-size: 0;
		text-indent: 0
	}
	
	#languages li a span {
		display: none;
	}
	
	#languages li ul {
		left: auto;
  	right: 0;
  	top:32px;
	}
	
	#languages a {
		height:32px;
		line-height:32px;
	}
	
#basket-languages .en_US, .ui-icon.en_US, .ui-icon.ui-state-active.en_US, .en_US {
	background-image: url('../../images/flags/eu_EU.png') !important;
}	

#default,
#iitm {
	float:left;
	width:100%;
}

	#iitm {
		margin-top:10px;
	}
	
	#vypis-produktu.switched #iitm,
	#vypis-produktu2.switched #iitm,
	#vypis-produktu3.switched #iitm,
	#vypis-produktu4.switched #iitm,
	#vypis-produktu5.switched #iitm {
		margin-top:60px;
	}

#branch-id option:disabled, .branch-id option:disabled {
	color: #5d5d5d;
}

footer a, footer a:link, footer a:visited, footer #ineshop_heart {
	color: #000;
}

#setting-menu strong {
	font-weight: 500;
	display:none;
}

#setting-menu ul {
	list-style-type:none;
}

#setting-menu ul li {
	font-size: 22px;
	font-weight: 500;
}

#setting-menu ul li a { 
	color: #000;
	font-weight: 400;	
}

#setting-menu ul li b {
	color: #000;
	font-weight: 500;
}

#login-step-one,
#login-in-basket,
#delivery_payments_top,
#nejlevnejsi-varianta-dopravy,
.basket br,
#deliveryOptions .d_cash,
.basket .spodni-udaje {
	display:none;
}

.pulprava,
.pulleva {
	float:left !important;
	clear:left !important;
	width:100%;
	margin-top:0px;
	padding-bottom:0px;
}

#deliveryOptions {
	margin-bottom:30px;
}

#orderForm {
	float: right;
	width: 100%;
}

.basketright {
	float:right;
	width:48% !important;
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 0;
}

.kontaktni-informace .udaje-obal,
.fakturacni-udaje .udaje-obal, 
#note-udaje .udaje-obal { 
	min-height:auto;
	margin-bottom: 0px;
	padding: 0 20px 20px 20px;
}

#firemni-udaje-obal .udaje-obal{ 
	margin-bottom: 30px;
	padding: 0 20px 20px 20px;
}

#firemni-udaje {
	margin-bottom: 30px;
}

#basketListTable .pocet-kusu form {
  float: left;
  clear: none;
  width: auto;
  border: 1px solid #000;
  margin: 10px 0 10px 0;
  width: 214px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
	
#basketListTable .cenac {
	width: 15%;
	font-size:20px;
	text-align:center;
}

#confirmationSummary {
	float: left;
	clear: left;
	width: 47.5%;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	margin-top: 20px;
}

	#confirmationSummary .tr {
		float:left;
		clear:left;
		width:100%;
		border-bottom:solid #7f7f7f 1px;
	}
	
		#confirmationSummary .tr div {
			width:50%;
			float:left;
			clear:none;
			line-height:60px;
			font-weight:bold;
		}
		
		#confirmationSummary .tr div:nth-child(2) {
			text-align:right;
			font-weight:normal;
		}		
		
		#confirmationSummary .tr div.total {
			color:#000;
			font-weight:bold;
		}				
		
		
	#pobocka-prodejna .overlay {
		display:none;
	}
		
	#pobocka-prodejna .innerpage {
		width:750px;
		/*height:50%;*/
		height:auto;
		margin-top:10%;
	}
	
		#pobocka-prodejna .innerpage h3 {
		font-family:'Roboto', sans-serif;
		font-size:1.6em;
		line-height:2em;
		color:#000;
		width:100%;
		text-align:center;
		border-bottom:solid #7f7f7f 2px;
		margin-top:0px;
		display:block;
			background-color:transparent;
			background-image:url("../icons/cross-basket.svg");
			background-size:18px 18px;
			background-position:right center;	
			background-repeat:no-repeat;	
		cursor:pointer;
		}
	
	#pobocka-prodejna .innerpage .prodejna,
	#pobocka-prodejna-selected .prodejna {
		clear:left;
		clear:left;
		width:100%;
		margin-bottom:20px;
		height:50px;
		cursor:pointer;
	}
	
	#pobocka-prodejna-selected .prodejna .vyberte {
		line-height:50px;
	}
	
	#pobocka-prodejna-selected {
		margin-top:-40px;
		margin-bottom:10px;
		float:left;
		clear:left;
		height:50px;
		width:100%;
	}
	
		#pobocka-prodejna .innerpage .prodejna .branche-logo,
		#pobocka-prodejna-selected .prodejna .branche-logo {
			float:left;
			clear:left;
			width:15%;
			height:50px;
			margin:0px;
		}
		
			#pobocka-prodejna .innerpage .prodejna .branche-logo img,
			#pobocka-prodejna-selected .prodejna .branche-logo img {
				display:block;
			}
			
		#pobocka-prodejna .innerpage .prodejna .text,
		#pobocka-prodejna-selected .prodejna .text {
			display:block;
			float:left;
			clear:none;
			width:85%;
			line-height:25px;
			margin-bottom:0px;
		}			
		
			#pobocka-prodejna .innerpage .prodejna .text strong,
			#pobocka-prodejna-selected .prodejna .text strong {
				float:left;
				clear:left;
			}
			
			#pobocka-prodejna .innerpage .prodejna .text i,
			#pobocka-prodejna-selected .prodejna .text i {
				float:left;
				clear:left;
				font-style:normal;
			}
			
			#pobocka-prodejna .innerpage .prodejna .text .vybrat,
			#pobocka-prodejna-selected .prodejna .text .vybrat {
				float:right;
				clear:right;
				line-height:50px;
				color:#e4d9cd;
				width: 20%;
				text-align:center;
			}			
			
	
		
	.overlay-background {
		position:fixed;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:#222;
		opacity:0.4;
		filter:alpha(opacity=40);
		-moz-opacity:0.4;
		-khtml-opacity:0.4;
		z-index:2147483645;
		display:none;
	}
	
	.overlay {
		position:relative;
		z-index:2147483646;
		overflow:auto;
	}

	.overlay {
		position:fixed;
		width:100%;
		left:0;
		height:100%;
		top:1%;
		padding:16px 0;
	}
	
	.overlay .innerpage {
		width:1100px;
		height:100%;
		margin:auto;
		Xbox-shadow: 0 0 10px #888;
		padding:30px;
		background:#fff;
		border-radius:6px;
	}
	
	.overlay .innerpage .qr {
		width:1070px;
		height:100%;
		border:0;
	}
	
	#deliverySummary {
		display: none !important;
	}	
	
	#step0_continue_order, 
	#step0_continue_order_top, 
	#step0_continue_reservation, 
	#step1_continue_order, 
	#step2_continue_order, 
	#step3_continue_order, 
	#pay_and_finish, 
	#pay_and_finish2 {
		height: 50px;
		line-height: 48px;
		background: #000E1D;
		color: #F0DDD7;
	  font-size: 22px;
	  font-weight: 400;
		padding: 0 29px;
		border: 1px solid #000;
	}

		#step0_continue_order:hover, 
		#step0_continue_order_top:hover, 
		#step0_continue_reservation:hover, 
		#step1_continue_order:hover, 
		#step2_continue_order:hover, 
		#step3_continue_order:hover, 
		#pay_and_finish:hover, 
		#pay_and_finish2:hover {
			background: #F0DDD7;
			color: #000E1D;
		}
		
	#confirmationButton {
		float:right;
		width: auto;
		height: 50px;
		line-height: 48px;
		padding: 0 45px;
		margin-top:20px;
		background:#000E1D;
		color:#F0DDD7;
		font-size: 22px;
		font-weight: 400;
		background-repeat:no-repeat;
		cursor:pointer;		
		border: 1px solid #000E1D;
	}
		
		#confirmationButton:hover {
			background: #F0DDD7;
			color: #000E1D;
		}
		
	.basket-info-text {
		width:100%;
		text-align:right;
		float:left;
	}
		
	#confirmationForm .souhlas {
		float:right;
		clear:right;
		width: auto;
		height: auto;
		margin:15px 0;
		text-align:center;
		font-size:0.8em;
	}	
	
		#confirmationForm .souhlas br {
			display:block;
		}
	
		#confirmationForm .souhlas a {
			font-size:1em;	
		}

#stepconfirmation_continue_shopping,
#step_continue_shopping,
#step1_continue_shopping,
#step2_continue_shopping,
#step3_continue_shopping,
#step4_continue_shopping {
	display:none !important;
}
		
.basket h3,
.basket h4 {
	font-family:'Roboto', sans-serif;	
	font-size:1.4em;
	color:#000;
	font-weight:normal;
}		

	.basket h3 {
		display:none;
	}

.basket .items-head h3 {
	display: block;
	/*font-size: 26px;*/
	float: right;
}
	
.leftbasket {
	float:left;
	clear:none;
	width:48%;
}	
	
	.leftbasket .basket .items-head h3 {
		float:left;
	}
	
			#vypis-produktu #bookmarks {
				border:0;
				margin-top:50px;
			}
			
				#vypis-produktu #bookmarks ul {
					display:flex;
					justify-content: space-between;
					margin:0 0 30px 0;
					border:none;
				}
			
				#vypis-produktu #bookmarks ul li.idbm {
					width:auto;
					border:0;
					font-size:22px;
					color:#000;
					font-weight:400;
					padding:0;
					height:1.22;
					line-height:1.22;
					text-align:center;
					font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
				}
				
					#vypis-produktu #bookmarks ul li.idbm:hover {
						/*font-weight:500;*/
						border-bottom:solid #000 2px;
					}
				
					#vypis-produktu #bookmarks ul li.selected {
						font-weight:500;
						border-bottom:solid #000 2px;
					}
					
						#vypis-produktu #bookmarks ul li.selected:hover {
							border-bottom:solid #000 2px;
						}
					
				#vypis-produktu #bookmarks div h1 {
					display:none;
				}
				
				#vypis-produktu #bookmarks div strong.bitem-strong {
					font-size:0;
					color:transparent;
					height:0;
					line-height:0;
					margin:0;
					padding:0;
					display:none;
				}				
				
				#divbm0 > div:nth-child(2) > strong {
					display:inline-block !important;
					color:#000;
					padding:25px 0 0 0;
				}
				
				#vypis-produktu #bookmarks div.bitem {
					text-align:justify;
					font-size: 1rem;
				line-height: 1.6rem;
				color:#000;
				}
				
					#vypis-produktu #bookmarks div.bitem p {
						padding:0;
						margin:0 0 25px 0;
					}
				
					#vypis-produktu #bookmarks div.bitem div.param {
						color:#000;
						font-size:22px;
						line-height:1.22;
						padding:0;
					}
				
					#vypis-produktu #bookmarks div.bitem div.param:nth-child(2n) {
						background:transparent;
					}
				
					#vypis-produktu #bookmarks div.bitem div.param div.label {
						display:none;
					}
					
					#vypis-produktu #bookmarks div.bitem div.param div.value {
						width:100%;
						text-align:left;
					}		
					
					
					#vypis-produktu #bookmarks div.bitem ul {
						margin:0 0 25px 0;
						padding:0;
						list-style-type:none;
						line-height:1.6rem;
						display:block;
						border:none;
					}
					
						#vypis-produktu #bookmarks div.bitem ul strong {
							float:none;
							clear:none;
							display:inline;
							margin:0;
						}
					
						#vypis-produktu #bookmarks div.bitem ul li ul {
							margin:0;
						}
						
						#vypis-produktu #bookmarks div.bitem ul li ul li {
							list-style-type:circle;
							margin:0 0 0 20px;
						}						
					
										
					#vypis-produktu #bookmarks div.bitem table {
						width: 100%;
					margin:0 0 50px 0;
					color:#000;
					}
					
						#vypis-produktu #bookmarks div.bitem table tr {
							border:solid #d9d9d9 1px;
							font-size:1rem;
							height: 2.8125rem;
							line-height: 2.8125rem;
						}	
					
						#vypis-produktu #bookmarks div.bitem table th {
							border:solid #d9d9d9 1px;
							background:#EFEFEF;
							text-align:center;
						}
					
							#vypis-produktu #bookmarks div.bitem table td:first-child {
							text-align: center;
							font-weight:700;
							}
							
							#vypis-produktu #bookmarks div.bitem table td {
							border:solid #d9d9d9 1px;
							text-align:center;
							}

#basket_step0_esitmated_delivery_date {
	background: transparent;
	padding: 10px 20px;
	font-size: 22px;
	font-weight: 500;
	color: #000E1D;
}

#basket_step0_esitmated_delivery_date .nazev {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 4px;
	color:#000;
}

.basket.wishlist h3 {
	display: block;
	margin-bottom: 90px;
}

.basket.wishlist #basketListTable {
	border-top: 1px solid #000;
	padding-bottom:50px;
}

#basketListTable .row,
#basketListTable tr {
	height: 60px;
	border-bottom: 1px solid #000;
	position: relative;
}

#confirmationSummary,
#basketListTable tr.delivery_payment,
#basketListTable .row .select,
#basketListTable .row .image,
#basketListTable .row.main {
	display: none;	
}		

#basketListTable .zbozi {
	float: left;
	clear: none;
  width: 40%;
  text-indent: 0;
  padding: 0 13px;
}

#basketListTable .name {
  font-weight: 400;
  font-size: 22px;
  font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 19px;
  width: auto;
  height: 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#basketListTable a.iname:hover {
	text-decoration: underline;
}

#basketListTable .delete {
	float: right;
	width: 60px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#basketListTable .imgdel {
  float: right;
  background: none;
  color: #af2626;
  font-size: 0;
}

    #basketListTable .imgdel:hover {
      background: none;
      color: #f27878;
    }

    #basketListTable .imgdel::before {
      content: "\e610";
      font-family: "icomoon";
      font-size: 17px;
      color: #000;
      padding: 6px;
    }
    
    
    
	#basketListTable.basketstep1 .imgdel {
		display:none;
	}
	
	#basketListTable.basketstep1 .dostupnost {
		display:none !important;
	}	
	
	#basketListTable.basketstep1 .lst {
		display:none !important;
	}		
	
	#basketListTable.basketstep1 {
	}
	
	#basketListTable.basketstep1 thead tr {
		display:flex;
		height:61px;
	}	
	
	#basketListTable.basketstep1 tbody tr:not(.delivery_payment) {
		display:flex;
		height:64px;
	}
	
	
	
	
	
	
	
	
		#basketListTable.basketstep1 .nazev,
		#basketListTable.basketstep1 .image {
			width:43% !important;
			order:1;
		}			
		
		#basketListTable.basketstep1 .name {
			height:62px;
			line-height:62px;
		}
	
		#basketListTable.basketstep1 .pocet {
			width:30% !important;
			order:2;
			line-height:61px;
		}
		
		#basketListTable.basketstep1 .cena {
			display:none;
		}
		
		#basketListTable.basketstep1 .cenac {
			/*margin-left:15%;*/
			width:20% !important;
			order:3;
			line-height:61px;
			text-align:left;
		}
	
	

#basketListTable .dostupnost {
  float: left;
  clear: none;
	width: 25%;
	height: 100%;
	display: flex;
  align-items: center;
  padding-right: 12px;
}

#basketListTable .cena {
  float: left;
  clear: none;
	width: auto;
	height: 100%;
	display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
	#basketListTable td.cena {
		font-size: 22px;
 		font-weight: 500;
	}
	
	#basketListTable .cena .unit {
		font-size: 15px;
    margin-left: 7px;
    margin-top: 5px;
	}
	
.wishlist .row.qtyProduct .qtyChange {
  float: left;
  clear: none;
  width: auto;
  border: 1px solid #000;
  margin: 10px 0 10px 0;
  width: 214px;
  height: 40px;
  position: absolute;
  right: 73px;
  display: flex;
	align-items: center;
	justify-content: center;
}

	.wishlist .row.qtyProduct .qtyChange .koupit,
	.wishlist .row.qtyProduct .qtyChange .qtyNumber {
    font-size: 15px;
	}



.obal-box .order-item-title {
	color: #000E1D;
}

@media(max-width:1600px) {
	
	#vypis-produktu,
	#vypis-produktu2,
	#vypis-produktu3 {
		width:calc(100% - 313px - 40px);
	}
	
}

@media(max-width:1360px) {

	#vypis-produktu,
	#vypis-produktu2,
	#vypis-produktu3 {
		width:calc(100% - 255px - 40px);
	}
	
	#vypis-produktu h1, .basket.wishlist h3, .basket>h2, .basket>h1 {
		font-size: 50px;
	}
	
	#vypis-produktu .popis p {
		font-size: 33px;
	}
	
	#categories li.level0 a,
	#categories li.level1 a {
		font-size: 18px;
	}
	
	#categories li.level2 a {
		font-size: 16px;
	}
	
	#vypis-produktu #bookmarks div.bitem table tr {
		font-size:0.875rem;
		height: 2.2rem;
		line-height: 2.2rem;
	}
	
	#basketListTable .zbozi {						
		width: 32%;
	}
	
	#basketListTable .dostupnost {						
		width: 18%;
	}
	
	#basketListTable .name {
		font-size: 18px;
	}
	
	#vypis-produktu #bookmarks ul li.idbm {
		font-size: 1.25rem;
	}
	
	#vypis-produktu #bookmarks div.bitem {
		font-size:0.875rem;
		line-height: 1.4rem;
	}
	
	#vypis-produktu #bookmarks div.bitem table tr {
		font-size:0.75rem;
		height: 2.0rem;
		line-height: 2.0rem;
	}
	
	#vypis-produktu #info-box .nazev h1 {
		font-size: 3rem;
		margin-bottom: 22px;
	}
	
	#vypis-produktu #info-box .info .label,
	#vypis-produktu #info-box .info .value,
	#vypis-produktu #info-box .info.info2 .value {
		font-size: 1.25rem;
	}
							
}					

@media(max-width:1280px) {
	#vypis-produktu #bookmarks ul li.idbm {
		font-size:1rem;
	}
	
	#vypis-produktu #bookmarks div.bitem {
		font-size:0.75rem;
		line-height: 1.2rem;
	}
	
	#vypis-produktu #bookmarks div.bitem table tr {
		font-size:0.70rem;
		height: 1.8rem;
		line-height: 1.8rem;
	}	
	
	#vypis-produktu #info-box .nazev h1 {
		font-size: 2.5rem;
		margin-bottom: 18px;
	}
	
	#vypis-produktu #info-box .info .label,
	#vypis-produktu #info-box .info .value,
	#vypis-produktu #info-box .info.info2 .value {
		font-size: 1rem;
	}												
}	

@media(max-width:1040px) {
	#vypis-produktu #bookmarks ul li.idbm {
		font-size:0.9rem;
	}
	
	#vypis-produktu #bookmarks div.bitem {
		font-size:0.7rem;
		line-height: 1.0rem;
	}
	
	#vypis-produktu #bookmarks div.bitem table tr {
		font-size:0.65rem;
		height: 1.6rem;
		line-height: 1.6rem;
	}										
}

.scroll-top .inner {
	background:#F0DDD7;
	opacity:1;
	border:solid #000 1px;
	width:40px;
	height:40px;	
}

.scroll-top .inner:after {
	content: "\e643";
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	font-family: icomoon;
	text-align:center;
	color:#000;
	font-size:24px;
	
	border-radius:50%;
}

.scroll-top .inner:hover {
	background:#000;
	border:solid #F0DDD7 1px;
}

.scroll-top .inner:hover:after {
	color:#F0DDD7;
}

#add-to-basket .to-basket .do-kosiku {
	background:#000;
	color:#F0DDD7;
	border:solid #000 1px;
	font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  height: 70px;
  line-height: 70px;
  font-size: 22px;
  font-weight: 500;	
}

#add-to-basket .to-basket .do-kosiku:hover {
	background:#F0DDD7;
	color:#000;
}

#add-to-basket .back .pokracovat-v-nakupu {
	background:#F0DDD7;
	border:solid #000 1px;
	font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 22px;
  font-weight: 400;
  color:#000;
  height: 70px;
  line-height: 70px;  
}

#add-to-basket .back .pokracovat-v-nakupu:hover {
	background:#000;
	color:#F0DDD7;	
}

.menu_devices,
.menu_newsletter,
.menu_delete_account {
	display:none !important;
}

.obal-box.billing-information-box .change {
	display:none !important;
}

.account_settings {
	
}

	.account_settings .obal-box {
		border:none;
	}
	
	.udaj-text-info p.system-info {
		font-size:15px;
	}

	.account_settings .nadpis-udaje {
		margin:0;
		color:#000E1D;
		font-family: "GTAmerica", system-ui, -apple-system, "GTAmerica", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-size: 60px;
		line-height: 1.258;
		font-weight: 400;
		text-align:left;
		border:none;
	}
	
	.account_settings .nadpis-udaje::before {
		display:none;
	}
	
	.obal-box .order-line {
		border:none;
		border-bottom: 1px solid #000;
		padding:15px 0 15px 20px;
	}	
	
	.obal-box .order-line:hover {
		background:transparent;
	}
	
	.obal-box .order-images .mn_info {
		display:none;
	}
	
	span.order-status {
		color:#F0DDD7 !important;
		background:#000 !important;
		border-radius:0;
	}
	
	.obal-box .order-line span.order-datetime:before,
	.obal-box .order-line span.order-id:before,
	.obal-box .order-line span.order-cost:before {
		content: "Datum: ";
		display:block;
		float:left;
		clear:left;
		margin-right:10px;
		font-weight:400;
		font-size: 15px;
	}
	
	.obal-box .order-line span.order-id:before {
		content: "Číslo objednávky: ";
	}
	
	.obal-box .order-line span.order-cost:before {
		content: "Orientační cena: ";
	}
	
	.obal-box .order-line span.order-datetime,
	.obal-box .order-line span.order-id,
	.obal-box .order-line span.order-cost {
		color:#000;
		font-weight:500;
		font-size: 22px;
		line-height: 22px;
		margin-right:20px;
	}
	
	.obal-box .order-line span.order-datetime {
		min-width:185px;
	}
	
	.obal-box .order-line span.order-id {
		min-width:185px;
	}	


	.obal-box .order-title {
		font-weight:500;
		font-size: 22px;
	}
	
	.obal-box .order-customer ul,
	.obal-box .order-customer ul li,
	.obal-box .order-note p {
		font-size: 15px;
	}
	
	.obal-box .order-delivery-payment span {
		font-size: 15px;
	}
	
	.obal-box .order-status-history ul li span.check,
	.obal-box .order-status-history ul li span.uncheck {
		color:#F0DDD7;
		background:#000;
	}
	
	.obal-box .order-status-history ul li:last-child span.title {
		font-size: 15px;
		font-weight:400;
	}
	
	.obal-box .order-status-history ul li span.timestamp {
		color:#000;
		font-size: 15px;
	}
	
	.obal-box .order-item,
	.obal-box .order-item:first-of-type {
		border-bottom:solid #000 1px;
		padding:15px 0 15px 20px;
	}
	
	.obal-box .order-item-title {
		font-size:22px;
		font-weight:400;
	}
	
	.obal-box .order-item-state,
	.obal-box .order-item-count {
		font-size: 15px;
		font-weight:400;
		color:#000;
	}
	
	.obal-box .order-item-cost {
		color:#000;
		font-size:22px;
		font-weight:500;
	}
	
	.obal-box .order-item:last-of-type {
		border:none;
	}
	
	.obal-box .order-item-image {
		display:none;
	}
	
	.minop2 {
		display:none;
	}
	
	.obal-box .order-item-state {
		display:none;
	}