@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-300.eot'); 
  src: local('Open Sans Light'), local('OpenSans-Light'),
	   url('../fonts/open-sans-300.eot?#iefix') format('embedded-opentype'), 
	   url('../fonts/open-sans-300.woff2') format('woff2'), 
	   url('../fonts/open-sans-300.woff') format('woff'), 
	   url('../fonts/open-sans-300.ttf') format('truetype'), 
	   url('../fonts/open-sans-300.svg#OpenSans') format('svg'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-regular.eot'); 
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
	   url('../fonts/open-sans-regular.eot?#iefix') format('embedded-opentype'), 
	   url('../fonts/open-sans-regular.woff2') format('woff2'), 
	   url('../fonts/open-sans-regular.woff') format('woff'), 
	   url('../fonts/open-sans-regular.ttf') format('truetype'), 
	   url('../fonts/open-sans-regular.svg#OpenSans') format('svg'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-300italic.eot'); 
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
	   url('../fonts/open-sans-300italic.eot?#iefix') format('embedded-opentype'), 
	   url('../fonts/open-sans-300italic.woff2') format('woff2'), 
	   url('../fonts/open-sans-300italic.woff') format('woff'), 
	   url('../fonts/open-sans-300italic.ttf') format('truetype'), 
	   url('../fonts/open-sans-300italic.svg#OpenSans') format('svg'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-italic.eot'); 
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
	   url('../fonts/open-sans-italic.eot?#iefix') format('embedded-opentype'), 
	   url('../fonts/open-sans-italic.woff2') format('woff2'), 
	   url('../fonts/open-sans-italic.woff') format('woff'), 
	   url('../fonts/open-sans-italic.ttf') format('truetype'), 
	   url('../fonts/open-sans-italic.svg#OpenSans') format('svg'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-600.eot'); 
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
	   url('../fonts/open-sans-600.eot?#iefix') format('embedded-opentype'), 
	   url('../fonts/open-sans-600.woff2') format('woff2'), 
	   url('../fonts/open-sans-600.woff') format('woff'), 
	   url('../fonts/open-sans-600.ttf') format('truetype'), 
	   url('../fonts/open-sans-600.svg#OpenSans') format('svg'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-600italic.eot'); 
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
	   url('../fonts/open-sans-600italic.eot?#iefix') format('embedded-opentype'), 
	   url('../fonts/open-sans-600italic.woff2') format('woff2'), 
	   url('../fonts/open-sans-600italic.woff') format('woff'), 
	   url('../fonts/open-sans-600italic.ttf') format('truetype'), 
	   url('../fonts/open-sans-600italic.svg#OpenSans') format('svg'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-700.eot'); 
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
	   url('../fonts/open-sans-700.eot?#iefix') format('embedded-opentype'), 
	   url('../fonts/open-sans-700.woff2') format('woff2'), 
	   url('../fonts/open-sans-700.woff') format('woff'), 
	   url('../fonts/open-sans-700.ttf') format('truetype'), 
	   url('../fonts/open-sans-700.svg#OpenSans') format('svg'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-700italic.eot'); 
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
	   url('../fonts/open-sans-700italic.eot?#iefix') format('embedded-opentype'), 
	   url('../fonts/open-sans-700italic.woff2') format('woff2'), 
	   url('../fonts/open-sans-700italic.woff') format('woff'), 
	   url('../fonts/open-sans-700italic.ttf') format('truetype'), 
	   url('../fonts/open-sans-700italic.svg#OpenSans') format('svg'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-800italic.eot'); 
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
	   url('../fonts/open-sans-800italic.eot?#iefix') format('embedded-opentype'), 
	   url('../fonts/open-sans-800italic.woff2') format('woff2'), 
	   url('../fonts/open-sans-800italic.woff') format('woff'), 
	   url('../fonts/open-sans-800italic.ttf') format('truetype'), 
	   url('../fonts/open-sans-800italic.svg#OpenSans') format('svg'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-800.eot'); 
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
	   url('../fonts/open-sans-800.eot?#iefix') format('embedded-opentype'), 
	   url('../fonts/open-sans-800.woff2') format('woff2'), 
	   url('../fonts/open-sans-800.woff') format('woff'), 
	   url('../fonts/open-sans-800.ttf') format('truetype'), 
	   url('../fonts/open-sans-800.svg#OpenSans') format('svg'); 
}

:root {
	--base-color: #494949;
	--border-radius: .25rem;
	--main-button-color: #ffffff;
	--main-button-background: #c71922;
	--main-button-background-hover: #b6151d;
	--system-button-color: #ffffff;
	--system-button-background: #adadad;
	--system-button-background-hover: #818181;
	--disabled-color: #c2c2c2;
	--href-color: #c71922;
	--check-color:#c71922;
	--check-border-color: #e1dfdc;
}

html {
	font-size: 16px;
}

body {
	color: #231e1f;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
}

a, a:link, a:visited {
	color: #666666;
}

	a:hover {
		color: #c71922;
	}

	a, a:before, a:after, button, span.wo, #filtrovani li span, #filtrovani .load_next, input[type="submit"],
	header #top #basket-i,header #top #wishlist, header #top #account, header #top #search #search-button,
	#nav ul.subs .all, #footer-logos > div > span.title, .homepage .sbanner2 img,
	.homepage .sbanner4 img {
		-webkit-transition: all .1s ease;
		-o-transition: all .1s ease;
		transition: all .1s ease;
	}

a, a:link, a:visited {
	color: #b6151d;
}

ol li::before {
	line-height: 1.625rem;
}

.button {
	background: #bf953d;
	background: var(--main-button-background,#bf953d);
	border-radius: .25rem;
	border-radius: var(--border-radius,.25rem);
	color: #FFFFFF;
}

.wrap {
	width: 100%;
	max-width: 1820px;
	margin: 0 auto;
	padding: 0 15px;
	overflow: visible;
}

.wrap.wrapin {
	margin: 135px auto 10px;
	padding: 12px 15px 15px;
}

.wrap.wrapin.homepage {
	padding-top: 0;
}

.wrap.wrapin.tpage {
	max-width: 1250px;
}

.wrap.wrapin.basket {
	max-width: 1400px;
}

#info-alert-move-top .wrap > p {
	width: calc(100% - 40px);
	padding: 0 15px;
}

#info-alert-move-top .info {
	display: none;
}

#info-alert-move-top .close {
	right: 24px;
}

	#info-alert-move-top .close::after {
		content: "\e644";
		color: #8d8d8d;
	}

header {
	background: #fff;
	height: 134px;
	box-shadow: -3px 5px 10px rgba(0, 0, 0, .05);
	z-index: 5;
	position: fixed;
	top: 0;
}
	
	header.info-alert-move-top {
		top: 0;
	}
	
	header::before {
		content: "";
		width: 100%;
		height: 1px;
		background: #e8eaef;
		position: absolute;
		top: 73px;
		left: 0;
	}

	header .wrap {
		padding: 0;
	}

	header #top {
		width: 100%;
	}

	header #logo {
		top: 20px;
		left: 15px;
		width: 144px;
		height: 35px;
		background-image: url('../images/header/logo-mode.svg');
	}

	header #top #basket-i {
		width: 40px;
		height: 40px;
		top: 16px;
		right: 15px;
	}

		header #top #basket-i::before {
			content: "\e67f";
			font-size: 20px;
			font-weight: bold;
			color: #000;
			line-height: 40px;
			padding-left: 3px;
		}
				
		header #basket-i #nr {
			background: #c71922;
			top: 21px;
			right: 5px;
		}
		
			header #basket-i #nr.noitems {
				display: block;
			}
	
	header #top #wishlist {
		width: 40px;
		height: 40px;
		top: 16px;
		right: 55px;
	}

		header #top #wishlist::before {
			content: "\e62c";
			font-size: 20px;
			color: #000;
			line-height: 40px;
		}
	
	header #topmenu_position {
		position: static;
		width: auto;
	}

	#topmenu li.account {
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: absolute;
		top: 16px;
		right: 95px;
		background: transparent;
		color: transparent;
		font-size: 0;
		padding: 0;
	}

		#topmenu li.account::before {
			content: '\e722';
			font-family: "icomoon";
			font-size: 20px;
			color: #000;
			line-height: 40px;
		}
		
		#topmenu li.account.logged::before {
			content: '\e6ee';
		}		
		
		#topmenu li ul {
			box-shadow: 0 0 20px rgba(0, 0, 0, .2);
			background:#fff;
			top:40px;
			left:-50px;
			width:170px;
		}
		
		#topmenu li ul li {
			
		}
		
		
		
	header #special_menu {
		position: absolute;
		top: 15px;
		right: 165px;
	}

		header #special_menu button {
			border: 1px solid #e8eaef;
			border-radius: 4px;
			background: transparent;
			color: #24325c;
			cursor: pointer;
			font-size: 13px;
			font-weight: 700;
			margin: 0;
			padding: 12px 22px;
		}

		header #special_menu button::after {
			content: "\e642";
			font-family: "icomoon";
			font-size: 11px;
			margin-left: 7px;
		
		}

		header #special_menu .special_menu_items {
			left: -65px;
			right: -65px;
			padding: 16px 0 0;
			position: absolute;
			top: 42px;
			z-index: 5;
			display: none;
		}
			
			header #special_menu:hover .special_menu_items,
			header #special_menu .special_menu_items:hover {
				display: block;
			}
		
		header #special_menu ul {
			background: #fff;
			border-radius: 4px;
			box-shadow: 0 0 20px rgba(0, 0, 0, .2);
			list-style: none;
			position: relative;
			margin: 0;
			padding: 20px;
		}
	
			header #special_menu ul::before {
				border-color: transparent transparent #fff;
				border-style: solid;
				border-width: 0 10px 10px;
				content: "";
				height: 0;
				position: absolute;
				left: 50%;
				right: 50%;
				transform: translateX(-50%);
				top: -10px;
				width: 0;
			}

		header #special_menu a {			
			display: block;
			padding: 5px 0;
			color: #24325c;
		}

			header #special_menu a:hover {
				color: #c71922;
			}
	
	header #genders {
		display: flex;
		gap: 5px;
		padding: 15px;
		position: absolute;
		top: 3px;
		left: 173px;
	}

		header #genders a {
			height: 42px;
			line-height: 42px;
			align-items: center;
			background: #fff;
			border: 1px solid #24325c;
			border-radius: 4px;
			color: #24325c;
			display: flex;
			font-size: 12px;
			font-weight: 700;
			padding: 0 1rem;
			text-decoration: none;
		}

			header #genders a::before {
				font-family: "icomoon";
				font-size: 20px;
				padding-right: 10px;
			}
			
			header #genders a.female::before {
				content: "\e839";
			}
			
				header #genders a.male::before {
					content: "\e805";
				}

			header #genders a.active {
				background: #c71922;
				border: 1px solid #c71922;
				color: #fff;
			}

	header #search {
		top: 0;
		height: 73px;
		right: 350px;
		left: 413px;
		border-left: 1px solid #e8eaef;
		border-right: 1px solid #e8eaef;
		padding: 0 30px;
		display: flex;
		align-items: center;
	}
		
		header #search .in {
			border-radius: 0;
			background: transparent;
			padding: 0;
		}
		
			header #search .in::before {
				left: 0;
				font-size: 16px;
				color: #000;
			}
	
		header #search #search_form {
			display: flex;
			height: 100%;
			width: 100%;
			align-items: center;
		}

		header #search #srch {
			width: calc(100% - 103px);
			height: 73px;
			border: none;
			font-size: 16px;
			color: #8d8d8d;
		}

		header #search #search-button {
			background: #24325d;
			border-radius: 4px;
			color: #fff;
			font-size: 14px;
			font-weight: 700;
			height: 45px;
			padding: 0 28px;
		}
	
	header #menu_position {
		top: 74px;
		width: 100%;
		min-width: auto;
	}
	
	#nav > li > a {
		font-size: 1rem;
		font-weight: 700;
		color: #24325c;
		position: relative;
		padding: 0 30px;
	}
		
		#nav > li:last-of-type > a{
			display: flex;
			align-items: center;
			gap: 8px;
			flex-direction: row-reverse;
		}
		
		#new_collection_link span {
			display: flex;
			flex-direction: column;
			align-items: center;
			line-height: 1;
			color: #0c44a5;
		}
		
		#new_collection_link small {
			font-size: 11px;
			font-weight: 400;
		}
		
		#new_collection_link::before {
			content: "NEW";
			float: right;
			text-align: center;
			background: #c71922;
			color: #fff;
			border-radius: 4px;
			font-size: 11px;
			font-weight: 700;
			height: 20px;
			line-height: 20px;
			width: 40px;
		}
		
		#nav > li:first-of-type > a {
			padding-left: 15px;
		}
		
		#nav > li:hover > a {
			color: #24325c !important;
		}
		
		#nav > li > a.selectedtree {
			color: #c71922 !important;
		}
		
		#nav > li > a.selectedtree::after,
		#nav > li > a:hover::after {
			border-bottom: 2px solid #c71922;
			bottom: 0;
			content: "";
			left: 20px;
			pointer-events: none;
			position: absolute;
			right: 20px;
		}

			#nav > li:first-of-type > a::after,
			#nav > li:first-of-type > a:hover::after {
				left: 10px;
			}

#nav li .submenu {
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 40;
}

#nav li .submenu::before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: -6000px;
	bottom: 0;
	right: -6000px;
}

#nav li .submenu::after {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, transparent);
	height: 100px;
	left: -6000px;
	pointer-events: none;
	position: absolute;
	right: -6000px;
	top: 100%;
}

	#nav li:hover .submenu {
		display: block;
	}

	#nav li .submenu ul.subs {
		display: flex !important;
		flex-direction: row;
		flex-wrap: wrap;
		border: none;
		position: relative;
		top: auto;
		left: auto;
		background: #FFF;
		box-shadow: none;
		padding: 45px 15px;
	}

		#nav li .submenu ul.subs::before {
			background: #f8f8f8;
			bottom: 0;
			content: "";
			left: -6000px;
			position: absolute;
			right: -6000px;
			top: 0;
		}
		
		#nav li .submenu ul.subs img {
			display: none;
		}
		
		#nav li .submenu ul.subs > li {
			z-index: 2;
			width: 25%;
			border: none;
			min-height: auto;
			margin: 0;
			padding: 0;
			overflow: unset;
		}
		
		#nav li .submenu ul.subs > li a {
			font-size: 1rem;
			line-height: 1.5;
			color: #24325c;
			margin: 0;
			padding: 13px 0;
		}
		
			#nav li .submenu ul.subs > li a.selectedtree,
			#nav li .submenu ul.subs > li a:hover {
				background: transparent;
				font-weight: 700;
				text-decoration: underline;
			}
		
	#nav li .submenu ul.brands {
		align-items: center;
		display: flex;
		justify-content: space-around;
		position: relative;
		z-index: 2;
	}
	
		#nav li .submenu ul.brands a {
			padding: 30px;
			display: block;
			filter: grayscale(100%);
			opacity: .7;
		}
		
			#nav li .submenu ul.brands a:hover {
				filter: grayscale(0);
				opacity: 1;
			}

		#nav li .submenu ul.brands img {
			max-width: 184px;
			max-height: 50px;
		}
	
#breadcrumbs {
	position: static;
	padding: 20px 0;
}

	#breadcrumbs a {
		color: #757575;
		text-decoration: underline;
	}

		#breadcrumbs a:hover {
			color: #b6151d;
		}

.homepage .brands ul {
	display: flex;
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
	align-items: center;
	justify-content: center;
}

	.homepage .brands ul li {
		width: 100%;
		max-width: 200px;
		text-align: center;
	}

	.homepage .brands a {
		display: inline-block;
		padding: 20px;
	}
	
	.homepage .brands img {
		max-width: 112px;
		max-height: 50px;
		width: auto !important;
		height: auto !important;
	}
	
	.homepage .static-banners > div img {
		-webkit-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;	
	}
	
	.homepage .static-banners > div:hover img {
		-webkit-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;	
	}	
	
.homepage .sbanner1 img {
    width: 100% !important;
    height: auto !important;
}	

.homepage .sbanner3,
.homepage .sbanner5 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	width: calc(100% + 20px);
}

	.homepage .sbanner3 > div,
	.homepage .sbanner5 > div {
		position: relative;
		overflow: hidden;
		padding: 10px;
		width: 25%;
	}
	
	.homepage .sbanner3 > div:first-of-type,
	.homepage .sbanner3 > div:last-of-type,
	.homepage .sbanner5 > div {
		width: 50%;
	}
	
	.homepage .sbanner3 > div a,
	.homepage .sbanner5 > div a {
		display: block;
		overflow: hidden;
		line-height: 0;
		border-radius: 4px;
	}
	
	.homepage .sbanner3 img,
	.homepage .sbanner5 img {
		border: 0;
		max-width: 100%;
		height: auto !important;
	}
		
		.homepage .sbanner3 > div:hover img,
		.homepage .sbanner5 > div:hover img {
			transform: scale(1.1);
		}
	
		.homepage .sbanner5 img {
			filter: grayscale(95%);
			opacity: .35;
		}
	
		.homepage .sbanner5 > div:hover img {
			filter: grayscale(0);
			opacity: 1;
		}
	
	.homepage .sbanner3 .banner-content,
	.homepage .sbanner5 .banner-content {
		position: absolute;
		top: 50%;
		left: 50%;
		text-align: center;
		transform: translate(-50%, -50%);
	}
	
	.homepage .sbanner3 .btext,
	.homepage .sbanner5 .btext {
		background: rgb(0 0 0 / 20%);
		border: 2px solid #fff;
		color: #fff;
		font-size: 32px;
		font-size: max(2vw, 1rem);
		font-weight: 700;
		text-align: center;
		border-radius: 4px;
		padding: 10px 25px;
		line-height: 1.25;
	}
	
	.homepage .sbanner5 .btext {
		background: transparent;
		border-color: #24325c;
		color: #24325c;
	}
	
		.homepage .sbanner5 > div:hover .btext {
			background: #24325c;
			color: #FFF;
		}

	.homepage .sbanner3 .button,
	.homepage .sbanner5 .button {
		background: #24325c;
		border-radius: 4px;
		color: #fff;
		font-size: 13px;
		font-weight: 700;
		padding: 20px 30px;
		height: auto;
		line-height: 1;
		margin: 1rem 0 0;
	}

.homepage .features {
	margin: 2rem;
	color: #24325d;
}
	
	.homepage .features ul {
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
		align-items: center;
		justify-content: space-around;
	}

	.homepage .features a {
		color: #24325d;
	}
	
	.homepage .features strong {
		display: inline-block;
		margin-top: .25rem;
	}

.homepage .sbanner6 {
	margin: 2rem 0;
}

	.homepage .sbanner6 > div {
		overflow: hidden;
		position: relative;
		background: #f8f8f8;
		padding: 3.5rem;
		border-radius: 4px;
	}

	.homepage .sbanner6 .banner-content {
		display: flex;
		gap: 3rem;
	}

	.homepage .sbanner6 .btext {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

		.homepage .sbanner6 .btext strong {
			color: #020202;
			font-size: 1.25rem;
			font-weight: 700;
		}

		.homepage .sbanner6 .btext span {
			color: #6e6e6e;
			font-size: 14px;
			font-weight: 600;
		}

		.homepage .sbanner6 .button {
			background: #24325c;
			border-radius: 4px;
			color: #fff;
			font-size: 13px;
			font-weight: 700;
			padding: 20px 30px;
			height: auto;
			line-height: 1;
		}

			.homepage .sbanner6 .button:hover {
				background: #c71922;
			}
		
			.homepage .sbanner6 .button.button-gender_switch_M {
				background: #c71922;
			}
		
			.homepage .sbanner6 .button.button-gender_switch_M:hover {
				background: #24325c;
			}
		
	.homepage .sbanner6 img {
		position: absolute;
		top: -120px;
		right: 0;
		pointer-events: none;
	}

.homepage .branches {
	display: flex;
	flex-direction: row;
	padding: 40px 0;
}
	
	.homepage .branches img {
		width: 100% !important;
		height: auto !important;
		max-width: 100%;
	}
	
	.homepage .branches .shop {
		width: 60%;
		position: relative;
		border-radius: 4px;
		overflow: hidden;
		line-height: 0;
	}

		.homepage .branches .shop div {
			color: #fff;
			min-width: 200px;
			position: absolute;
			text-align: center;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}

		.homepage .branches .shop strong {
			display: block;
			font-size: 28px;
			font-weight: 700;
			line-height: 1.25;
			padding-bottom: 15px;
		}

		.homepage .branches .shop span {
			display: block;
			font-size: 18px;
			padding-bottom: 24px;
			line-height: 1;
		}

		.homepage .branches .shop a {
			background: #24325c;
			border: none;
			border-radius: 4px;
			color: #fff;
			font-size: 14px;
			font-weight: 700;
			line-height: 1;
			padding: 15px 50px;
			text-decoration: none;
			display: inline-block;
		}

			.homepage .branches .shop a:hover {
				background: #c71922;
			}

	.homepage .branches .map {
		display: block;
		margin-top: 2%;
		margin-left: -7.94%;
		width: 43%;
		line-height: 0;
		z-index: 0;
	}

h1 {
	font-size: 30px;
	font-weight: 600;
	padding: 0 0 25px;
	color: #000;
}

#vypis-produktu h1 {
	margin: 0;
	border: none;
	background: none;
}

#razeni {
	float: none;
	display: inline-block;
	margin: 0 0 20px;
}
	
	#razeni ul {
		float: left;
		clear: left;
		width: 100%;
		position: relative;
		display: flex;
		list-style: none;
	}
 							
		#razeni ul::after {
			content: "";
	    width: 100%;
	    height: 40px;
	    background: transparent;
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    z-index: 0;
	    border-bottom: 1px solid #e8eaef;
		}	
	
		#razeni ul li,
		#razeni ul li:last-child {
			width: auto !important;
			min-width: auto !important;
			margin-right: 0 !important;
			z-index: 1;
			padding: 0 30px;
		}
			
			#razeni ul li:first-of-type {
				padding-left: 0;	
			}
			
			#razeni ul li a {
				height: 50px;
				line-height: 50px;
				background: transparent !important;
				border: none !important;
				font-size: 14px;
				font-weight: 700;
				position: relative;
				color: #686b74;
				white-space: nowrap;
			}
			
				#razeni ul li a:hover {
					border-color: silver;
					color: #000;
				}
			
				#razeni ul li a.selected {
					color: 	#24325c;
				}
			
					#razeni ul li a::after {
						content: "";
				    width: 100%;
				    height: 40px;
				    background: transparent;
				    position: absolute;
				    left: 0;
				    bottom: 0;
				    z-index: 0;
						border-bottom: 2px solid transparent;
					}
			
						#razeni ul li a:hover::after {
							border-bottom-color: silver;
						}
				
						#razeni ul li a.selected::after {
							border-bottom-color: #c71922;
						}

#cat-in-actual-group {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: stretch;
	padding: 0 0 15px;
	gap: 10px;
}
	
	@media all and (min-width: 768px) {
		#cat-in-actual-group {
			grid-template-columns: repeat(6, 1fr);
		}
	}
	
	@media all and (min-width: 1300px) {
		#cat-in-actual-group {
			grid-template-columns: repeat(8, 1fr);
		}
	}
	
	@media all and (min-width: 1850px) {
		#cat-in-actual-group {
			grid-template-columns: repeat(10, 1fr);
		}
	}
	
	#cat-in-actual-group li {
		border: 1px solid #e8eaef;
		border-radius: 4px;
		padding: 0;
		font-size: 12px;
		text-align: center;
	}
	
		#cat-in-actual-group li a {
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			align-items: center;
			gap: 5px;
			width: 100%;
			height: 100%;
			color: #24325c;
			padding: 10px;
		}

			#cat-in-actual-group li a:hover {
				box-shadow: -3px 5px 10px rgba(0, 0, 0, .05);
			}
	
		#cat-in-actual-group li img {
			max-width: 50px;
			max-height: 50px;
		}

#vypis-produktu {
	width: calc(100% - 240px - 30px);
}

#filtrovani {
	width: 240px;
	margin: 0;
}

#filtrovani .in #headfilters {
	display: block;
	color: #000;
	font-weight: 700;
	padding: 15px 0;
}

#filtrovani h2 {
	font-size: 14px;
	color: #000;
}

#filtrovani #costfilter {
	width: 98%;
}

#filtrovani #costfilter form {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

#filtrovani #costfilter form #cost-slider {
	float: left;
	width: 100%;
}

#filtrovani li.inactive {
	display:none;
}

#filtrovani li a {
	white-space: break-spaces;
}

#filtrovani .par-velikost li,
#filtrovani .par-sirka li,
#filtrovani .par-delka li {
	width:50%;
	clear:none;
}

.filter-block .par.par-sirka,
.filter-block .par.par-delka {
	max-height:400px !important;
}

#filtrovani .filter-block .label-obal~span {
	display: none;
}

.filter-block .par.par-barva {
	max-height:600px !important;
}

#filtrovani .ui-slider .ui-slider-handle {
	background: #24325c !important;
	align-items: center !important;
	border: 0 !important;
	border-radius: 100% !important;
	display: flex !important;
	justify-content: center !important;

}

#filtrovani .ui-slider .ui-slider-handle::before {
	border-left: 1px solid hsla(0, 0%, 100%, .5);
	border-right: 1px solid hsla(0, 0%, 100%, .5);
	content: "";
	height: 10px;
	width: 2px;
}


	#filtrovani .par-barva > ul > li:not(.droplink) > a > span::before {
		content: "";
		margin-right: 7px;
		height: 19px;
		width: 19px;
		border-radius: 50%;
		display: inline-flex;
		float: left;
		align-items: center;
		justify-content: center;
	}

	#filtrovani .par-barva li a[title="Béžová"] > span::before { background: #ffe6ab }
	#filtrovani .par-barva li a[title="Černá"] > span::before { background: #2b2b2b }
	#filtrovani .par-barva li a[title="Fialová"] > span::before { background: #990399 }
	#filtrovani .par-barva li a[title="Modrá"] > span::before { background: #4168df }
	#filtrovani .par-barva li a[title="Oranžová"] > span::before { background: #ff881a }
	#filtrovani .par-barva li a[title="Šedá"] > span::before { background: #8b8b8b }
	#filtrovani .par-barva li a[title="Vínová"] > span::before { background: #993366 }
	#filtrovani .par-barva li a[title="Multicolor"] > span::before { background: linear-gradient(90deg,#ec56a5 2.11%,#e9bc1c 54.11%,#416ef7) }
	#filtrovani .par-barva li a[title="Zlatá"] > span::before { background: #FFC000 }
	#filtrovani .par-barva li a[title="Bílá"] > span::before { background: #efefef }
	#filtrovani .par-barva li a[title="Červená"] > span::before { background: #db0404 }
	#filtrovani .par-barva li a[title="Hnědá"] > span::before { background: #796640 }
	#filtrovani .par-barva li a[title="Růžová"] > span::before { background: #f94ea0 }
	#filtrovani .par-barva li a[title="Zelená"] > span::before { background: #7db58e }
	#filtrovani .par-barva li a[title="Žlutá"] > span::before { background: #ffad48 }
	
	#filtrovani .par-barva li a[title="Fosforová"] > span::before { background: #d5e4ad }
	#filtrovani .par-barva li a[title="Krémová"] > span::before { background: #f4f0e5 }
	#filtrovani .par-barva li a[title="Hořčicová"] > span::before { background: #e7b200 }
	#filtrovani .par-barva li a[title="Khaki"] > span::before { background: #575531 }
	#filtrovani .par-barva li a[title="Tyrkysová"] > span::before { background: #bed7dc }
	
	
	
	#filtrovani .par-barva li a[title="Stříbrná"] > span::before { background: linear-gradient(225deg, #b9b9b9 3.06%, #dbdbdb) }
	
	#filtrovani .par-barva li:not(.droplink) > a > span {
    display: flex;
    align-items: center;
    gap: 0;
	}






#iitm {
	float: left;
	width: 100%;
}

#iitm .itm:not(.empty) {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

@media all and (max-width: 1500px) {
	#iitm .itm:not(.empty) {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}

@media all and (max-width: 1200px) {
	#iitm .itm:not(.empty) {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}



#next {
	margin-top: 25px;
}

#strankovani a,
#strankovani2 a, 
#strankovani span.wo, 
#strankovani2 span.wo {
	border: 1px solid #e8eaef;
	width: 44px;
	height: 44px;
	line-height: 42px;
	background: #FFF;
	font-size: 14px;
	color: #24325c;
}

#strankovani a:hover, 
#strankovani2 a:hover, 
#strankovani span.wo:hover, 
#strankovani2 span.wo:hover {
	background: #FFF;
	border-color: #000;
	color: #fc363b;
}

#strankovani strong, 
#strankovani2 strong, 
#strankovani b, 
#strankovani2 b {
	border: 2px solid #24325c;
	width: 44px;
	height: 44px;
	line-height: 40px;
	background: #FFF;
	font-size: 14px;
	font-weight: 700;
	color: #24325c;
}

#strankovani .prev, 
#strankovani2 .prev,
#strankovani .next, 
#strankovani2 .next {
	float: none;
	font-size: 0 !important;
	min-width: auto !important;
}

	#strankovani .prev::before, 
	#strankovani2 .prev::before {
		content: "\e641";
		font-family: "icomoon";
		font-size: 14px;
	}

	#strankovani .next::before, 
	#strankovani2 .next::before {
		content: "\e640";
		font-family: "icomoon";
		font-size: 14px;
	}

#vypis-produktu .textarea_bottom {
	float: left;
	clear: left;
	width: 100%;
	color: #5c5c5c;
	margin-top: 15px;
}

#detail-images .splide__track {
	height: auto;
}

#vypis-produktu .extrawrap {
	max-width: 1400px;
	float: none;
	margin: auto;
}

#vypis-produktu .extrawrapper {
	float: left;
	clear: left;
	width: 100%;
}

#vypis-produktu #image-box {
	position: sticky;
	top: 165px;
	width: 56%;
}

#vypis-produktu .other-images li {
	width: 90% !important;
	height: 0 !important;
	padding-bottom: 125%;
}

#vypis-produktu .other-images li:hover {
	border-color: #000;
}

#vypis-produktu .other-images li.is-active {
	border: 2px solid #24325c;
}

#vypis-produktu .other-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#vypis-produktu #info-box {
	padding-right: 0;
	width: 42%;
}

#vypis-produktu #image-box .detail-other-images-in {
	float: left;
	clear: none;
	width: 25%;
	max-width: 150px;
	height: auto;
	direction: rtl;
	margin-top: 0;
}

#vypis-produktu #image-box #detail-images {
	float: left;
	clear: none;
	width: 75%
}

#vypis-produktu .main-image ul li .outer {
	height: 0;
	padding-top: 125%;
	display: block;
	position: relative;
}

#vypis-produktu .main-image img {
	width: auto;
	height: 100%;
	bottom: auto;
	right: auto;
	object-fit: cover;
}

#vypis-produktu .main-image .splide__pagination {
	display: none;
}

#vypis-produktu .other-images .splide__list {
	width: auto !important;
}

#vypis-produktu #watchdog {
	float: left;
  clear: left;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  display: block;
  color: #000;
  margin-bottom: 5px;
}

	#vypis-produktu #watchdog::before {
	float: left;
	clear: left;
	display: block;
	content: "\e624";
	font-family: "icomoon";
	font-size: 1rem;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;	
	}
	
	#vypis-produktu #watchdog a {
	color: #000;
	}

#add-to-basket-popup.fancybox-content {
	overflow: unset;
}

	#add-to-basket-popup #add-to-basket .name h2 {
		font-size: 1rem;
		font-weight: bold;
		color: #000000;
	}

	#add-to-basket-popup #add-to-basket .info {
		display: block;
	}

		#add-to-basket-popup #add-to-basket .info ul {
			list-style: none;
			text-align: left;
			margin: .5rem 0 1rem;
			padding: 0;
			font-size: 14px;
			line-height: 1.5;
		}

		#add-to-basket-popup #add-to-basket .info ul li.item_code,
		#add-to-basket-popup #add-to-basket .info ul li.ean,
		#add-to-basket-popup #add-to-basket .info ul li.color {
			display: none;
		}
	
	#add-to-basket .info-text {
		display: none;
	}
	
.product {
	width: 100%;
	height: auto;
	min-width: auto;
	border: none;
	border-bottom: 1px solid #e9ebef;
	padding: 0 0 45px;
}
	
	.product .product-in {
		position: static;
	}
	
	.product .promo {
		top: 0;
		padding-top: calc(133.33% - 60px);
	}

		.promo div {
			border-radius: 0;
			margin: 0 5px 4px 0;
			padding: 4px 8px;
			font-weight: 700;
			min-width: auto;
		}

		.promo .discount {
			display: block;
			background: #c71922;
			font-size: 0;
			display:none;
		}
		
			.promo .discount > span {
				font-size: 13px;
			}
		
				.promo .discount .minus {
					margin-right: 2px !important;	
				}
		
			.promo .discount span .separator {
				display:inline-block;
				height:5px;
				padding-left:2px;
			}
		
		.promo .nova-kolekce {
			background: #FFF;
			color: #000;
		}
		
		#info-box .promo .nova-kolekce {
			border: 1px solid #ccc;
		}
		
		.promo .new {
			background: #f6f6f6;
			color:#000;
		}
		
		.promo .promoted_vouchers {
			background: #c71922;
			color:#fff;
		}
		
			.promo .promoted_vouchers small {
				font-size:0.5rem;
			}		

	.product .image {
		width: 100%;
		height: 0;
		padding-bottom: 133.33%;
		overflow: hidden;
		border: 1px solid #e9ebef;
	}

		.product .image img {
			width: 100%;
			height: 100%;
			max-width: 100%;
			max-height: 100%;
			margin: 0 auto;
			object-fit: cover;
		}

		.product:hover .image img {
			opacity: .9;
		}

	.product .name {
		height: auto;
		position: static;
		overflow: visible;
		text-align: left;
		margin: 0;
		padding: 10px 0;
		min-height: 40px;
	}

		.product .name h2 {
			font-size: 16px;
			font-weight: 400;
			color: #000;
			margin: 0 !important;
			min-height: 40px;
		}
			
			.product:hover .name h2 {
				color: #c71922;
			}
			
	.product .costs_heads {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.product .cost {
		float: left;
		clear: none;
		width: auto;
		position: static;
		height: auto;
		overflow: visible;
	}

		.product .cost .value {
			float: left;
			clear: none;
			width: auto;
			color: #c71922;
			font-size: 20px;
			font-weight: 600;
		}

	.product .cost_original {
		float: left;
		clear: none;
		width: auto;
		position: static;
		height: auto;
		overflow: visible;
		margin: 0;
	}

		.product .cost_original .value {
			font-size: 16px;
			line-height: 1;
		}

	.product .subname {
		position: absolute;
		width: 100%;
		height: auto;
		top: auto;
		bottom: 12px;
		font-size: 12px;
		font-weight: 700;
		min-height: 17px;
	}

	.product .subname h3 {
		font-size: 12px;
		font-weight: 700;
		color: #000;
	}
	
	.product .other_sign .discount,
	.product .other_sign .discount_logged,
	.product .other_sign .item_count {
		display: none;
	}
	
	.product .add-to-wishlist {
		width: 35px;
		height: 35px;
		position: absolute;
		top: 15px;
		right: 15px;
		border: 1px solid #e8eaef !important;
		background: #FFF !important;
		border-radius: 100%;
	}
	
	.product .add-to-wishlist::before {
		font-size: 16px;
		line-height: 35px;	
	}
	
	.product .sizes {
		position: absolute;
		top: auto;
		bottom: 8px;
		width: 100%;
		background: #FFF;
		display: none;
	}
		
		.product:hover .sizes {
			display: block;
		}
		
	.product .sizes .szposition {
		position: static;
	}
		
	.product .sizes ul {
		background: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 3px;
	}

	.product .sizes ul {
		border: none;
		width: 100%;
	}

		.product .sizes ul li.available {
			display: none;
		}

	.product .sizes span.color {
		display: none;
	}

	.product .sizes ul li {
		border: none;
		display: inline-block;
		float: none;
		clear: none;
		margin: 0;
		padding: 3px 8px;
		background: #FFF;
		border: 1px solid #e8eaef;
		font-size: 13px;
		border-radius: 4px;
	}

	.product .sizes a {
		color: #000;
	}

#vypis-produktu.itemdetail .logo.logo_detail {
	float: left;
	clear: left;
	position: static;
	max-width: 150px;
	max-height: 30px;
	width: auto;
	height: auto;
}

	#vypis-produktu.itemdetail .logo.logo_detail img {
		max-width: 100%;
		max-height: 30px;
	}
	
#vypis-produktu #costs {
	border: none;
	padding: 30px 0 20px;
}

#vypis-produktu #info-box .promoted_vouchers {
	width: auto;
	background: #c71922;
	color: #fff;
	padding: 6px 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	margin: -1rem 0 2rem;
}

	#vypis-produktu #info-box .promoted_vouchers .voucher_code {
		font-weight: 600;
		background: #9f141b;
		color: #FFF;
		padding: 8px;
		border-radius: .25rem;
	}

	#vypis-produktu #info-box .promoted_vouchers .cost_with_voucher {
		font-weight: 700;
		color: #FFF;
		margin-left: 1rem;
	}

#vypis-produktu.itemdetail #info-box .add-to-wishlist {
	float: left;
	clear: none;
	width: 48px;
	height: 48px;
	line-height: 46px;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	border: 1px solid #f2f2f2 !important;
	border-radius: 100%;
	margin-top: 3px;
}

	#vypis-produktu.itemdetail #info-box .add-to-wishlist:hover {
		border-color: silver !important;
	}

	#vypis-produktu.itemdetail #info-box .add-to-wishlist::before {
		line-height: 48px;
	}

#vypis-produktu.itemdetail #countandsubmit {
	width: auto;
	margin-right: 20px;
}

	#vypis-produktu.itemdetail #countandsubmit .label,
	#vypis-produktu.itemdetail #countandsubmit .inp {
		display: none;
	}

	#vypis-produktu.itemdetail #countandsubmit .koupit {
		background: #c71922;
		font-size: 15px;
		font-weight: 700;
	}

		#vypis-produktu.itemdetail #countandsubmit .koupit:hover {
			background: #b6151d;
		}

#vypis-produktu #info-box .info1 {
	border-top: 1px solid #e8eaef;
	padding: 30px 0 20px;
}

	#vypis-produktu #info-box .info1 .text {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		font-size: 14px;
		color: #737681;
		gap: 30px;
	}

	#vypis-produktu #info-box .info1 .label {
		display: inline-block;
		float: none;
		width: auto;
		margin-right: 3px;
	}

	#vypis-produktu #info-box .info1 .value {
		display: inline-block;
		float: none;
		width: auto;
	}

	#vypis-produktu #info-box .info1 a {
		text-decoration: underline;
		color: #737681;
	}

		#vypis-produktu #info-box .info1 a:hover {
			color: #b6151d;
		}
	
	#vypis-produktu #info-box .text .item_colors {
		margin-left:-20px;
	}
		
	#vypis-produktu #info-box .text .item_colors .label {
		display:none;
	}

#vypis-produktu.itemdetail #info-box .promo {
	float: left;
	clear: left;
	width: 100%;
	position: static;
	margin: 0 0 20px;
}

#vypis-produktu.itemdetail #info-box h1 {
	font-size: 28px;
	font-weight: 700;
	color: #000;
}

#sizes ul li {
	min-width: 60px;
	border: 1px solid #e8eaef;
	border-radius: 4px;
	height: 40px;
	line-height: 38px;
	padding: 0;
	color: #000;
}
	
	#sizes ul li:hover {
		border-color: #000;
	}
	
	#sizes ul li.selected {
		border: 2px solid #24325c;
		line-height: 36px;
	}

#sizes .label {
	color: #000;
	font-size: 15px;
	font-weight: 700;
}

#colors ul {
	display: flex;
	flex-wrap: wrap;
}

	#colors ul li {
		border: 1px solid #e8eaef;
		padding: 0;
		line-height: 0;
		min-width: auto;
	}

		#colors ul li:hover {
			border-color: #000;
		}
		
		#colors ul li.selected {
			border: 2px solid #24325c;
		}
		
		#colors ul li a {
			width: 100%;
			height: 100%;
			padding: 5px;
			display: flex;
			align-items: center;
		}
		
			#colors ul li.selected {
				padding: 5px;
				display: flex;
				align-items: center;
			}
		
	#colors img {
		width: auto;
		height: auto;
		max-width: 60px;
		max-height: 80px;
		font-size: 0;
	}
	
#vypis-produktu #info-box .count {
	border: none;
	min-height: 48px;
	margin-bottom: 24px;
}

	#vypis-produktu #info-box .count .label {
		display: none;
	}
	
	#vypis-produktu #info-box .count .item_count.danger {
		display: inline-block;
		background: #ffe187;
		border-radius: 4px;
		font-size: 14px;
		padding: 10px 20px;
	}
	
#colors .label {
	color: #000;
	font-size: 15px;
	font-weight: 700;
}

#costs .label {
	display: none;
}

#costs .cost {
	float: left;
	clear: none;
	width: auto;
}

	#costs .cost .value {
		float: left;
		clear: none;
		width: auto;
		text-align: left;
		color: #c71922;
		font-size: 26px;
		font-weight: 700;
	}

#costs .cost_original {
	float: left;
	clear: none;
	width: auto;
	margin-top: 7px;
}

	#costs .cost_original .value {
		float: left;
		clear: none;
		width: auto;
		color: #000;
		font-size: 16px;
		padding-left: 10px;
		text-decoration: line-through;
	}

#costs .save {
	float: right;
	clear: none;
	width: auto;
	margin-top: 7px;
}

	#costs .save .value {
		font-size: 0;
		float: left;
		clear: left;
		width: auto;
	}
	
	#costs .save .percent {
		background: #c71922;
		color: #fff;
		display: inline-block;
		font-size: 12px;
		font-weight: 700;
		margin-bottom: 5px;
		padding: 4px 8px;
	}
	
		#costs .save .percent .bracket {
			display: none;
		}
	
#vypis-produktu #bookmarks {
	border: none;
	border-top: 1px solid #e8eaef;
	padding: 0;
}

	#vypis-produktu #bookmarks>ul {
		list-style: none;
	}

		#vypis-produktu #bookmarks div.bitem strong {
			display: inline-block;
			float: none;
			width: auto;
			margin: 0;
			padding: 0;
		}
		
		#vypis-produktu #bookmarks div.bitem strong.bitem-strong {
			float: left;
			clear: left;
			width: 100%;
			padding: 25px 0;
		}
		
		#vypis-produktu #bookmarks>ul li.idbm {
			display: none;
		}

		#vypis-produktu #bookmarks>ul li.bookmark {
			float: left;
			clear: left;
			width: 100%;
			border: none;
			border-bottom: 1px solid #e8eaef;
			padding-bottom: 25px;
		}
		
		#vypis-produktu #bookmarks>ul li.bookmark#divbm0 ul {
			list-style: none;
			padding: 0;
			display: flex;
			flex-direction: column;
			flex-wrap: nowrap;
			gap: 10px;
			float: left;
			clear: left;
			width: 100%;
			justify-content: center;
		}
		
		#vypis-produktu #bookmarks>ul li.bookmark#divbm0 .title {
			display: none;
		}

		#vypis-produktu #bookmarks>ul li.bookmark#divbm0 a {
			display: flex;
			align-items: center;
			padding: 0;
			color: #000;
		}
		
			#vypis-produktu #bookmarks>ul li.bookmark#divbm0 img {
				margin-right: 10px;	
			}

#removefilters {
	margin: 0;
}

	#removefilters::before {
		content: "Použité filtry:";
		color: #24325c;
		display: block;
		font-size: 14px;
		font-weight: 700;
		padding: 0 0 10px;
		width: 100%;
	}

	#removefilters ul li ul li {
		border-color: #24325c;
	}

		#removefilters ul li ul li:hover {
			background: #c71922;
			border-color: #c71922;
		}

		#removefilters ul li ul li a {
			padding: 10px 30px 10px 12px;
		}

		#removefilters ul li ul li a::after {
			top: 15px;
		}

#categories {
	display: none !important;
}

#search-results {
	top: 74px;
}

footer {
	line-height: 0;
}

footer .all {
	display: inline-block;
	overflow: hidden;
	background: #FFF;
	margin-top: 80px;
}

footer section .footer_nav {
	overflow: visible;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	align-content: center;
}

	footer section .footer_nav .footer_nav_section {
		width: auto;
		margin: 40px 0 0;
	}

		footer section .footer_nav .footer_nav_section ul {
			float: left;
			clear: left;
			width: 100%;
			list-style: none;
			margin: 0;
			padding: 0;
		}

		footer section .footer_nav .footer_nav_section li {
			color: #000;
			padding-bottom: 8px;
		}

		footer section .footer_nav .footer_nav_section a {
			display: inline-block;
			color: #24325c;
			padding: 7px 0;
		}

			footer section .footer_nav .footer_nav_section a:hover {
				color: #fc363b;
			}

footer section .footer_nav .footer_nav_section.footerplugin3 a {
	display: flex;
	align-items: center;
	padding: 0;
}

footer section .footer_nav .footer_nav_section.footerplugin3 img {
	margin-right: 10px;
}

footer a.sheet-btn {
	color: #000;
}

footer section p {
	margin: 0;
	line-height: 0;
	color: #000;
}

footer section h4, footer section .title {
	float: left;
	width: 100%;
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 0;
}

footer section.footer_nav_section.footerplugin0 {
	width: 100%;
	margin: auto;
	position: relative;
	overflow: visible;
	background: #f8f8f8;
	align-items: center;
	justify-content: center;
	display: flex;
	gap: 64px;
	padding: 30px 0 20px;
}

	footer section.footer_nav_section.footerplugin0::before {
		background: #f8f8f8;
		bottom: 0;
		content: "";
		left: -6000px;
		position: absolute;
		right: -6000px;
		top: 0;
		z-index: 0;
	}
	
	footer section.footer_nav_section.footerplugin0 .title {
		display: none;
	}
	
	footer section.footer_nav_section.footerplugin0 .texts {
		width: auto;
		z-index: 1;
	}
	
		footer section.footer_nav_section.footerplugin0 .texts p {
			float: left;
			clear: left;
			width: 100%;
			font-size: 22px;
			font-weight: 700;
			padding: 0 0 12px;
			line-height: 1;
		}
		
		footer section.footer_nav_section.footerplugin0 .texts span {
			float: left;
			clear: left;
			width: 100%;
			line-height: 1;
			color: #4f4f4f;
		}
		
		footer section.footer_nav_section.footerplugin0 .texts ul {
			display: flex;
			gap: 40px;
			padding: 14px 0;
			list-style: none;
		}
		
		footer section.footer_nav_section.footerplugin0 .texts li {
			padding: 6px 0;
		}
		
			footer section.footer_nav_section.footerplugin0 .texts li::before {
				content: "\e623";
				font-family: "icomoon";
				color: #219653;
				margin-right: 7px;
			}
		
	footer section.footer_nav_section.footerplugin0 form {
		position: relative;
		z-index: 1;
		width: 450px;
	}
		
		footer section.footer_nav_section.footerplugin0 form::before {
			content: "\e62e";
			font-family: "icomoon";
			color: #219653;
			position: absolute;
			top: 27px;
			left: 14px;
			color: #9da2b1;
		}

	footer section.footer_nav_section.footerplugin0 form .vas_email {
		background: #FFF;
		border: 1px solid #9da2b1;
		font-size: 16px;
		border-radius: 4px;
		padding: 15px 150px 15px 40px;
		height: auto;
		color: #000;
		width: 100%;
		max-width: none;
		text-indent: 0;
	}

	footer section.footer_nav_section.footerplugin0 form #odeslat {
		position: absolute;
		top: 4px;
		right: 4px;
		padding: 12px 30px;
		width: auto;
		max-width: none;
		height: auto;
		background: #24325c;
		border-radius: 4px;
		font-size: 16px;
		font-weight: 700;
	}

		footer section.footer_nav_section.footerplugin0 form #odeslat:hover {
			background: #141e37;
		}
	
	footer section.footer_nav_section.footerplugin0 .checktermsnewsletter {
		font-size: 12px;
		line-height: 1;
		color: #828282;
	}
	
	footer section.footer_nav_section.footerplugin0 #checktermsnewsletter + span {
		width: 18px;
		height: 18px;
		background: #FFF;
		border: 1px solid #9da2b1;
		border-radius: 4px;
		vertical-align: sub;
	}
	
	footer section.footer_nav_section.footerplugin0 #checktermsnewsletter + span::before {
		background: transparent;
		top: 1px;
		left: 0;
		width: 16px;
		height: 15px;
	}
	
footer section.footer_nav_section.footerplugin1 {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: visible;
}

footer section.footer_nav_section.footerplugin1::before {
	background: #fff;
	bottom: 0;
	content: "";
	left: -6000px;
	position: absolute;
	right: -6000px;
	top: 0;
	z-index: 0;
	border-bottom: 1px solid #e8eaef;
	border-top: 5px solid #e8eaef;
}

	footer section.footer_nav_section.footerplugin1 ul {
		display: flex;
		margin: auto;
		float: none;
		max-width: 1230px;
		padding: 32px 0 30px;
		list-style: none;
		align-items: center;
		justify-content: space-between;
		z-index: 1;
		position: relative;
		color: red;
	}

	footer section.footer_nav_section.footerplugin1 li {
		display: flex;
		align-items: center;
		color: red;
		padding: 0;
	}
	
footer section .info-line {
	float: left;
	overflow: visible;
	border-top: 1px solid #e8eaef;
	background: #FFF;
}
	
	footer section .info-line .wrap {
		display: flex;
		justify-content: space-between;
	}
	
	footer section .info-line .socialni-site {
		width: auto;
	}
	
	footer section .info-line .copyright {
		width: auto;
	}
		
		footer section .info-line .copyright li {
			color: #727272;
		}
				
		footer section .info-line .copyright a {
			color: #000;
		}
		
@media all and (max-width: 1270px) {
	#razeni ul li {
		padding: 0 20px;
	}
	
	header #special_menu {
		display: none;
	}
	
	header #search {
		right: 157px;
	}
	
	#nav > li > a {
		padding: 0 20px;
	}
	
}

@media all and (max-width: 1070px) {
	
	header #search {
		left: 396px;
		right: 137px;
		padding: 0 12px;
	}
	
	header #search #srch {
		padding: 0;
	}
	
	header #search .in::before {
		display: none;
	}
	
}
