html {
	background: #fff url(/img/bg.jpg) center 0 fixed no-repeat;
	margin: 0;
	padding: 0;
}

body {
	background: transparent;
	margin: 0;
	padding: 0;
}

html, body, input, textarea, select, table {
	font-family: 'Roboto Slab', sans-serif;
	color: #5c483d;
	font-weight: 400;
}

hr {
	color: #e4e4e4;
	background: #e4e4e4;
	clear: both;
	margin: 30px 0;
}

h1, h2, h3, h4, h5 {
	font-weight: 400;
	line-height: 1.1em;
	margin: 1.25em 0 20px 0;
}

.cartIco strong strong, .menu h3, .filtr h3, .cena, .date, .price, .formik th, .cartBox, td.t5, td.t6 {
	font-family: "Times New Roman", "New York CE", "Times CE", times, serif;
	font-style: italic;
}

h1, .HPindex h2 {
	font-size: 3em;
	font-weight: 100;
	margin-top: 0;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.1em;
	margin: 1em 0;
	font-weight: 400;
}

strong {
	font-weight: 700;
}

a {
	color: #8A255A;
}

input[disabled], textarea[disabled], select[disabled], .btn[disabled] {
	opacity: .5;
	cursor: default;
}

input, textarea, select, button, .btn {
	margin: 3px 0;
	background: #fff;
	border: 1px solid #c6c6c6;
	color: black;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 12px;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	outline: 0;
}

input, textarea, select {
	font-size: 16px;
	-webkit-transition: border-color 1s;
	transition: border-color 1s;
}

input:focus, textarea:focus, select:focus {
	border-color: #8A255A;
}

body {
	font-size: .9em;
	line-height: 1.5em;
}

#base {
	position: relative;
}

.section, .sub, .footer-in {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.header .section {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 120px;
}

.header .logo a, .header .logo span {
	display: block;
}

.header .logo img {
	display: block;
	margin: 0 0 0 0;
	width: 250px;
	height: auto;
}

.topBox a, .topBox a:hover {
	text-decoration: none;
}

.colLayout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.leftCol {
	width: 240px;
	padding: 0 0 0 0;
	min-width: 240px;
	margin-top: -45px;
}

.midCol {
	flex: auto;
	background: white;
	order: 1;
}

.xLayout .midCol {
	margin: 0;
	padding-left: 0;
	width: 100%;
	float: none;
}

.cartBox {
	vertical-align: middle;
	text-align: right;
	font-size: 1em;
	white-space: nowrap;
	line-height: 1.3em;
	padding-left: 25px;
}

.cartBox strong {
	display: block;
	white-space: nowarp;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.1em;
	min-width: 105px;
}

.cartBox i {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	font-size: 19px;
	width: 50px;
	line-height: 50px;
	background: #8a255a;
	border-radius: 50px;
	text-align: center;
	color: white;
}

.cartBox a:hover i {
	background-color: white;
	color: #8a255a;
}

.cartBox a:hover {
	text-decoration: none;
	color: white;
}

.cartBox a {
	text-decoration: none;
	font-size: .9em;
	position: relative;
	padding: 0 60px 0 0;
	display: block;
	color: white;
}

.cartBox .num {
	font-style: normal;
	text-align: center;
	color: #8a255a;
	background: #fff;
	min-width: 16px;
	padding: 0 3px;
	line-height: 14px;
	height: 16px;
	font-size: 10px;
	display: block;
	position: absolute;
	right: -5px;
	top: -12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.upper {
	line-height: 32px;
	text-align: right;
	height: 33px;
	padding: 0 0;
	background: rgba(0, 0, 0, 0.1);
}

.upper .topBarNav a {
	display: block;
	padding: 0 0%;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: .95em;
	line-height: 32px;
	text-align: center;
	white-space: nowrap;
	padding: 0 2px;
}

.upper .topBarNav a:hover {
	color: white;
	text-decoration: underline;
}

.upper .topBarNav {
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.upper li {
	float: left;
	padding-right: 12px;
}

.loginBox {
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
	position: relative;
}

.logBtn {
	background: #8A255A;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	color: white;
	display: inline-block;
	padding: 0 10px;
	margin: 3px 0 0 0;
	font-size: .95em;
	vertical-align: top;
	font-weight: 400;
}

.logBtn:hover {
	background: black;
}

.logOn {
	margin: 0;
	padding-top: 3px;
	height: 33px;
	border-radius: 0%;
	-webkit-border-radius: 0%;
	color: white;
}

.logOn:hover {
	background: #8A255A;
}

.respMenu {
	display: none;
}

.topNav {
	position: relative;
}

.topNav-in {
	background: #8A255A;
	position: static;
	position: relative;
	padding-left: 240px;
}

.xLayout .topNav-in {
	padding-left: 0;
}

.topNav ul {
	margin: 0;
	padding: 0 0;
	height: 45px;
	background: #8A255A;
}

.topNav:after, .sub:after {
	content: " ";
	display: block;
	clear: both;
}

.topNav ul a strong {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
}

.topNav ul a {
	display: block;
	padding: 0 15px;
	position: relative;
	line-height: 1.2em;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	text-align: center;
}

.topNav-in>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.topNav .section {
	position: static;
}

.topNav li {
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.topNav ul ul a {
	color: Black;
	text-decoration: none;
}

.topNav a.aktivni strong, .topNav ul a:hover strong {
	color: rgba(0, 0, 0, 0.5);
}

.topNav a.aktivni, .topNav ul a:hover {
	background: #f7f7f7;
	color: black;
}

.topNav ul:first-child li.subex:hover>a {
	background: #8A255A;
	color: white;
}

.submenu {
	position: absolute;
	background: white;
	left: 0;
	top: 45px;
	z-index: 100;
	width: 100%;
	padding: 5px 0;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.sub ul {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
	height: auto;
}

.sub ul li {
	display: block;
	border: 0 !important;
	width: 25%;
	float: left;
	margin: 0;
	padding: 10px 15px;
}

.sub ul a {
	text-align: left;
	line-height: 1.15em;
	color: #8A255A !important;
	font-weight: 600;
	padding: 3px 0;
	background: transparent;
	white-space: normal;
	display: block;
}

.sub ul ul li {
	float: none;
	padding: 0;
	width: auto;
}

.sub ul ul a {
	font-weight: 400;
	text-transform: none;
	font-size: 1em;
	display: inline-block;
	color: Black !important;
	font-size: .9em;
}

.sub ul li:nth-of-type(4n+1) {
	clear: left;
}

.sub ul a:hover {
	text-decoration: underline;
	background: transparent;
}

.topNav .open {
	display: none;
}

.topNav li.subex:hover>a:after {
	content: " ";
	display: block;
	position: absolute;
	background: #8A255A;
	width: 10px;
	height: 10px;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	z-index: 101;
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(45deg);
}

.topNav li.simple {
	position: relative;
}

.topNav .simple .submenu {
	min-width: 240px;
	border: 1px solid #e4e4e4;
}

.topNav .topNav-in > ul > li.simple:nth-last-child(1) .submenu, .topNav .topNav-in > ul > li.simple:nth-last-child(2) .submenu {
	left: auto;
	right: 0;
}

.topNav .simple .sub ul li {
	display: block;
	border: 0 !important;
	width: 100%;
	float: none;
	padding: 0;
}

.topNav .simple .sub ul a {
	background: transparent none repeat scroll 0 0;
	color: #8A255A !important;
	display: block;
	font-weight: 400;
	line-height: 1em;
	padding: 10px 15px;
	text-align: left;
	white-space: normal;
	text-transform: none;
}

.topNav-in>ul, .topNav-in>ul>li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.topNav-in>ul>li>a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search {
	clear: both;
	vertical-align: middle;
	padding: 0 0 0 25px;
	flex-grow: 10;
}

.search fieldset {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.search input {
	margin: 0;
	height: 44px;
	padding-left: 20px;
	border-radius: 22px;
	padding-right: 55px;
	width: 100%;
	-webkit-appearance: none;
	border-color: #fff;
	background: #fff;
}

.search input:focus {
	border-color: #c6c6c6;
}

.search button {
	position: absolute;
	right: 0;
	margin: 0;
	top: 0;
	padding: 0;
	background: transparent;
	color: #8A255A;
	cursor: pointer;
	border: 0;
	border-left: 0;
	line-height: 44px;
	width: 55px;
	display: inline-block;
	text-align: center;
	height: 44px;
	font-size: 18px;
}

.search button span {
	display: none;
}

.search p {
	margin: 0;
}

.search.searchFull {
	padding: 0;
	display: block;
}

.search button:hover {
	color: black;
}

.topNav .search {
	display: none;
}

.menu {
	background: #8a255a;
}

.menu h3:nth-of-type(2), .menu ul:nth-of-type(2) {
	background: #72204c;
}

.menu.simple h3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.menu h3 {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	font-size: 1.6em;
}

.menu h3 a, .menu h3 span {
	display: block;
	padding: 0px 20px;
	line-height: 45px;
	color: #fff;
}

.menu.simple ul a.aktivni {
	background: #5F163C;
	color: white;
	text-decoration: none;
}

.menu ul a {
	color: white;
	text-decoration: none;
	font-size: 1em;
	padding: 10px 0 10px 20px;
	display: block;
	text-transform: uppercase;
}

.menu li a>span {
	position: relative;
	display: block;
	padding: 0 30px 0 0px;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu ul ul {
	padding-bottom: 10px;
	display: none;
}

.menu ul ul a {
	font-size: 1em;
	text-transform: none;
	font-weight: 400;
	padding: 5px 0 5px 20px;
	font-size: .9em;
	display: block;
	position: relative;
	line-height: 1.2em;
}

.menu ul ul li {
	border: 0 !important;
	padding: 0;
	padding: 0 0 0 20px;
}

.menu ul a:hover {
	text-decoration: underline;
	background: rgba(0, 0, 0, 0.25);
}

.menu li {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.menu ul a:hover {
	text-decoration: none;
	color: #5F163C;
	color: white;
}

.menu ul ul a:before {
	content: "\f105";
	display: inline-block;
	vertical-align: baseline;
	margin-right: 7px;
	margin-left: 0;
	color: #fff;
	position: absolute;
	left: 0;
	top: 6px;
}

.menu ul ul {
	display: none;
}

.menu ul .aktivni>ul:nth-of-type(1) {
	display: block;
}

.menu.simple li +li {
	border-top-width: 1px;
}

.menu.simple li {
	position: relative;
	padding: 0 0 0 0px;
	border-top-width: 0;
}

.menu .plus {
	width: 22px;
	height: 22px;
	text-align: center;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.menu .plus span:after {
	height: 1px;
	width: 9px;
	background: #fff;
	position: absolute;
	top: 4px;
	content: " ";
	left: 0;
}

.menu .plus span:before {
	height: 9px;
	width: 1px;
	background: #fff;
	position: absolute;
	left: 4px;
	content: " ";
	top: 0;
}

.menu .plus span {
	width: 9px;
	height: 9px;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin: -5px 0 0 -5px;
}

.menu .plus:hover {
	background: rgba(0, 0, 0, 0.25);
}

.menu .plus:hover span:after, .menu .plus:hover span:before {
	background: white;
}

.menu .aktivni>span .plus span:before {
	display: none;
}

.mLab {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 30px;
	padding: 0 5px;
	text-align: center;
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.filtr, .box {
	background: white;
	border-right: 1px solid #e4e4e4;
}

.box {
	padding: 15px;
}

.filtr li>h3 {
	text-decoration: none;
	padding: 20px 20px 20px 20px;
	display: block;
	cursor: pointer;
	font-weight: 400;
	margin: 0;
	font-size: 1.6em;
}

.filtr li>h3:hover {
	color: #8A255A;
}

.filtr li+li {
	border-top: 1px solid #e4e4e4;
}

.filtr .close {
	display: none;
	cursor: pointer;
	width: 35px;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
}

.filtr li>h3:after {
	float: right;
	cursor: pointer;
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 20px;
	-webkit-transition: transform .25s;
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
}

.filtrBox >ul {
	margin: 0;
	padding: 0;
}

.filtr ul ol li {
	border: 0;
	padding: 3px 0 !important;
}

.filtr input {
	margin-right: 6px;
	max-width: 90px;
}

.filtr ol {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	list-style-type: none;
}

.filtr .filtrCont {
	display: none;
	padding: 2px 20px 13px 20px;
	margin-top: -4px;
}

.filtr .fOpen .filtrCont {
	display: block;
}

.filtr .fOpen>h3:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filtr .inputHolder {
	display: table;
	margin: 0 0;
}

.filtr .oddo {
	padding: 5px;
}

.filtrTab {
	display: table;
	width: auto;
	margin: 0 -2px;
}

.filtrTab span {
	display: table-cell;
	padding: 2px;
	vertical-align: middle;
}

.filtr .numF {
	font-size: .8em;
	line-height: 1.2em;
	vertical-align: middle;
}

.filtr .numF:before {
	content: '/';
	margin: 0 5px 0 0;
	color: rgba(0, 0, 0, 0.3);
}

.filtrCont a {
	color: Black;
	text-decoration: none;
}

.next {
	cursor: pointer;
	display: block;
	padding-top: 4px;
	text-decoration: underline;
	font-size: .8em;
	text-transform: uppercase;
}

.filtrSub {
	padding: 10px 20px;
	margin: 0;
	border-top: 1px solid #e4e4e4;
	background: #f7f7f7;
}

.filtrSub .btn {
	text-transform: none;
	padding: 6px 10px;
	width: 100%;
	text-align: center;
}

.filtrSub .row {
	max-width: 300px;
}

.fltr {
	margin-top: 30px;
}

.fltrCont {
	padding-top: 15px;
	display: none;
}

.leftMenuOn, .filtrOn {
	display: none;
	color: white;
	padding: 10px 15px;
	cursor: pointer;
	background: #8A255A;
	margin: 10px 0;
}

.filterInContent {
	margin-top: 30px;
}

.filterInContent .filtr ul li:before {
	display: none;
}

.filterInContent .filtr ul li {
	display: block;
	margin: 0;
	padding: 0;
}

.filterInContent .filtr {
	display: none;
	margin-top: 0;
}

.filterInContent {
	display: none;
}

.content {
	padding: 25px;
}

.content ul, .cke_editable ul {
	margin-left: 0;
	padding: 0;
	list-style-image: none;
}

.content ul li, .cke_editable ul li {
	padding: 0;
	margin: 4px 0;
	position: relative;
	padding-left: 20px;
	display: table;
}

.content ul li:before, .cke_editable ul li:before {
	content: " ";
	background: #656565;
	display: block;
	clear: both;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 6px;
	height: 6px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: .55em;
}

.content>h1:nth-of-type(1) {
	margin: 0 0 25px 0;
}

footer {
	margin-top: 30px;
}

footer .section {
	color: white;
}

.footer {
	text-align: center;
	color: white;
}

.footerMenu {
	padding: 15px 0;
	background: rgba(0, 0, 0, 0.75);
}

.footerBottom {
	padding: 0 0 10px 0;
	background: rgba(0, 0, 0, 0.75);
	color: rgba(255, 255, 255, 0.5);
}

.footer a:hover {
	color: white;
}

.footer a {
	text-decoration: none;
	color: white;
}

.footer p {
	padding: 5px 0;
	font-size: .9em;
	margin: 0;
}

.footerMenu:after {
	content: " ";
	display: block;
	clear: both;
}

.footerMenu ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.footerMenu li {
	display: inline-block;
	padding: 0 5px;
}

.footerMenu a {
	padding: 5px 5px;
	display: block;
}

.loginBoxWindow {
	position: absolute;
	display: none;
	top: 32px;
	right: 0;
	border-top: 5px solid #8A255A;
	z-index: 100;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.loginBoxWindow .loginBox-in a {
	font-size: .9em;
}

.loginBoxWindow input {
	margin: 0;
}

.loginBoxWindow-in:after {
	content: " ";
	display: block;
	clear: both;
}

.userCol, .passCol {
	float: left;
	width: 36%;
	padding: 0 5px;
	text-align: center;
}

.btnCol {
	float: left;
	width: 28%;
	padding: 0 5px;
}

.loginBoxWindow .btn {
	width: 100%;
}

.loginBoxWindow-in {
	background: white;
	border: 1px solid #e4e4e4;
	border-top: 0;
}

.loginBox-in {
	text-align: left;
	width: 300px;
}

.loginBox h3 {
	margin: 0 0 10px 0;
	font-size: 1.4em;
	font-weight: 100;
}

.loginBox .btn {
	width: 100%;
	text-align: left;
}

.loginBox .btn i {
	float: right;
	font-size: 12px;
	line-height: 20px;
}

.loginBox p {
	margin: 10px 0 0 0;
}

.loginBox form {
	padding: 15px;
}

.rr {
	float: left;
	width: 50%;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #e4e4e4;
	font-size: .9em;
	line-height: 1.3em;
	padding: 10px 20px;
}

.rr+.rr {
	border-left: 1px solid #e4e4e4;
}

.rr:hover {
	color: white;
	background: #8A255A;
	text-decoration: none;
}

.rr i {
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 22px;
}

.rr:hover i {
	color: white;
}

.loginBoxWindow ul {
	margin: 0;
	padding: 0;
	width: 220px;
}

.loginBoxWindow ul a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 10px 15px;
	text-align: left;
}

.loginBoxWindow ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: none;
}

.loginBoxWindow ul a i {
	min-width: 1.8em;
	display: inline-block;
}

.loginBoxWindow ul a:hover {
	color: white;
	text-decoration: none;
	background: #8A255A;
}

.loga {
	display: block;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	margin: 0;
	max-width: 1210px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

.loga span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.loga img {
	display: inline-block;
	margin-bottom: 5px;
	max-width: 100%;
	height: auto;
}

.loga p {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0;
}

.proc {
	text-align: center;
	padding: 40px 0 20px 0;
	color: white;
}

.proc:after {
	content: " ";
	display: block;
	clear: both;
}

.proc ul {
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.proc ul li {
	float: left;
	width: 14.2857%;
	margin: 0;
	padding: 0 10px;
	line-height: 1.2em;
	font-size: 1.2em;
}

.proc ul li {
	display: block;
	text-decoration: none;
	color: Black;
	padding-top: 100px;
	background: transparent url(../img/p1.png) no-repeat center 0;
	background-size: 100px auto;
}

.proc li span {
	text-align: center;
	display: table-cell;
	height: 88px;
	width: 170px;
	vertical-align: middle;
	padding: 0 0px;
}

.proc li.p2 {
	background-image: url(../img/p2.png);
}

.proc li.p3 {
	background-image: url(../img/p3.png);
}

.proc li.p4 {
	background-image: url(../img/p4.png);
}

.proc li.p5 {
	background-image: url(../img/p5.png);
}

.proc li.p6 {
	background-image: url(../img/p6.png);
}

.proc li.p7 {
	background-image: url(../img/p7.png);
}

.productBox {
	margin: 30px 0 0 0;
}

.productBox-in:after, .bm:after {
	content: " ";
	display: block;
	clear: both;
}

.productBox-in {
	background: white;
	padding: 30px 60px;
	position: relative;
	border: 1px solid #e4e4e4;
}

.productBox-slider {
	position: relative;
}

.bm {
	margin: 0;
	padding: 0;
}

.bm li+li {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	background: #8A255A;
}

.bm li {
	float: left;
	width: 33.333%;
	max-width: 200px;
	text-align: center;
	min-width: 90px;
	height: 60px;
	position: relative;
}

.bm li a {
	display: block;
	width: 100%;
	color: white;
	text-decoration: none;
	padding: 0 10px;
	vertical-align: middle;
	overflow: hidden;
}

.bm li a span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bm li.aktivni:after {
	content: ' ';
	background: #fff;
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
	position: absolute;
	z-index: 2;
}

.bm li.aktivni a, .bm li.aktivni a:hover {
	background: white;
	color: black;
	border: 1px solid #e4e4e4;
	border-bottom-color: white;
}

.bm li a:hover {
	background: black;
	color: white;
}

.productBox .itemList {
	margin: 0;
}

.productBox .itemList .row {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
}

.productBox .itemList .item {
	float: none;
	display: table-cell;
	vertical-align: top;
	width: auto;
	padding-top: 0;
	width: 220px;
	min-width: 220px;
}

.productBox-over {
	overflow: hidden;
}

.productBox .icon-arrow-left, .productBox .icon-arrow-right {
	font-size: 42px;
	line-height: 50px;
	text-align: center;
	color: #8A255A;
	cursor: pointer;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	width: 50px;
	margin-top: -25px;
	text-align: center;
}

.productBox .icon-arrow-right {
	left: auto;
	right: 0;
}

.productBox .icon-arrow-right:hover, .productBox .icon-arrow-left:hover {
	color: black;
}

.productBox h2 {
	background: white;
	display: inline-block;
	font-size: 1.4em;
	margin: 0;
	min-height: 60px;
	padding: 0 20px;
	position: relative;
	border: 1px solid #e4e4e4;
	border-bottom-color: #fff;
	bottom: -1px;
	z-index: 2;
	max-width: 300px;
	margin-right: 30px;
}

.bm li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

.bm li a, .productBox h2 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

.kategorie ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-image: none;
}

.kategorie ul li {
	float: left;
	margin: 0;
	padding: 16px 16px 0 0;
}

.kategorie li a {
	display: block;
	text-decoration: none;
	color: Black;
	text-transform: uppercase;
	line-height: 1.3em;
	border-bottom: 1px solid #e4e4e4;
	width: 170px;
}

.kategorie li span {
	text-align: center;
	display: table-cell;
	height: 45px;
	width: 170px;
	vertical-align: middle;
	padding: 0 0px;
}

.kategorie li strong {
	display: block;
	width: 170px;
	height: 125px;
	background: transparent no-repeat center center;
}

.kategorie li:nth-of-type(4n+4) {
	padding-right: 0;
}

.itemList {
	margin: 0;
}

.itemList .row:after {
	content: ' ';
	display: block;
	clear: both;
	height: 1px;
}

.itemList .row {
	display: block;
}

.itemList .item {
	width: 25%;
	padding: 30px 15px 0 15px;
	text-align: left;
	position: relative;
	overflow: hidden;
	min-width: 1%;
	float: left;
}

.content .itemList .item:nth-of-type(4n+1) {
	clear: left;
}

.content .itemList .item:nth-of-type(4n+1):after {
	display: none;
}

.content .itemList .item:after {
	content: ' ';
	display: block;
	background: #e4e4e4;
	width: 1px;
	height: calc(100% - 15px);
	top: 15px;
	position: absolute;
	left: 0;
}

.itemDesc {
	padding: 5px 0;
	min-width: 1%;
}

.item .inRow {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	flex: auto;
}

.itemListFor4 .item {
	width: 25%;
}

.item h3 a {
	color: Black;
	font-weight: 400;
}

.item h3 a:hover {
	text-decoration: none;
	color: #8A255A;
}

.item h3 {
	font-size: 1.15em;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0;
	min-width: 1%;
	padding: 5px 0;
	min-height: 3em;
}

.itemList .itemImg .pic a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.itemList .itemImg .pic {
	display: block;
	height: 0;
	padding-bottom: calc(100% / 190 * 300);
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
}

.itemImg {
	max-width: 190px;
	position: relative;
	width: 100%;
	flex: none;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

.itemPrice {
	padding: 5px 0;
}

.item p {
	margin: 0 0 0 0;
}

.price {
	font-weight: 700;
	font-style: italic;
}

.cena {
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1em;
	display: inline-block;
	white-space: nowrap;
}

.origPrice span:after {
	content: ' ';
	height: 1px;
	width: 100%;
	transform: rotate(-20deg);
	background: #8b0000;
	position: absolute;
	left: 0%;
	top: 50%;
	opacity: .8;
}

.origPrice span {
	display: inline-block;
	position: relative;
}

.origPrice {
	display: block;
	padding: 4px 0;
	vertical-align: middle;
	color: #8b0000;
}

.item .addToCart {
	padding-top: 5px;
}


/*vyjizdejici tlaictko pridani do kosiku */


/*@media screen and (min-width: 960px){
.addToCart{ position: absolute; bottom: -100%; left: 0; width: 100%; -webkit-transition: bottom 0.4s; -moz-transition: bottom .2s; -o-transition: bottom .4s ; transition: bottom .4s; }
.item:hover .addToCart{ bottom: 4px; }
}*/

.item h3 {
	-webkit-box-flex: 5;
	-ms-flex-positive: 5;
	flex-grow: 5;
}

.content .itemList .item:nth-of-type(n+5) {
	border-top: 1px solid #e4e4e4;
	margin-top: 15px;
}

.content .itemListFor4 .item:nth-of-type(n+5) {
	border-top: 0;
	margin-top: 0;
}

.lab1 {
	font-weight: bold;
	color: #008d0a !important;
}

.lab2 {
	font-weight: bold;
	color: #8B0000 !important;
}

.categories {
	margin: 30px 0 0 0;
}

.categories ol {
	margin: 0 0 0 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	-ms-align-items: stretch;
	align-items: stretch;
}

.categories ol li {
	float: left;
	margin: 0;
	padding: 0;
	width: 33.33333%;
	background: white;
}

.HPcategories ol li {
	width: 25%;
}

.categories li img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.categories li a {
	display: block;
	text-decoration: none;
	color: Black;
	line-height: 1.3em;
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid #e4e4e4;
	border-left-width: 0;
}

.categories .mDesc {
	padding-left: 20px;
	flex-grow: 100;
	font-weight: 600;
	width: 100%;
	font-size: 1.1em;
}

.categories li .mImg {
	max-width: 120px;
	flex: auto;
	width: 40%;
	min-width: 40%;
}

.categories li a:hover, .kategorie li a:hover {
	color: #8A255A;
}

.categories li:nth-of-type(3n+1) a {
	border-left-width: 1px;
}

.categories li:nth-of-type(n+4) a {
	border-top-width: 0;
}

.HPcategories li:nth-of-type(3n+1) a {
	border-left-width: 0;
}

.HPcategories li:nth-of-type(4n+1) a {
	border-left-width: 1px;
}

.HPcategories li:nth-of-type(n+4) a {
	border-top-width: 1px;
}

.HPcategories li:nth-of-type(n+5) a {
	border-top-width: 0;
}

.detPop th {
	font-size: 1.15em;
	text-align: left;
	padding: 8px 20px 8px 0;
	vertical-align: top;
}

.detPop td {
	padding: 8px 0;
	vertical-align: top;
	line-height: 1.5em;
}

.detPop p:first-child {
	margin-top: 0;
}

.detPop, .detImg {
	padding-bottom: 30px !important;
}

.detImg .itemImg {
	max-width: 480px;
}

.gray {
	color: #6c6c6c;
}

.detPop .cena {
	float: none;
	display: inline-block;
	padding: 0;
	font-weight: bold;
	font-size: 2em;
	line-height: 1em;
}

.detPop h5 {
	margin-bottom: 2px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: .9em;
	margin-top: 1.5em;
}

.detPop select {
	padding: 7px;
	text-align: center;
	margin: 0;
}

.detPop .selectric {
	max-width: 240px;
}

.socIcos {
	margin-bottom: 0;
}

.socIcos a:hover, .socIcos span:hover {
	background: #8A255A;
	color: white;
	border-color: #8A255A;
}

.socIcos a, .socIcos span {
	margin: 0 5px 0 0;
	font-size: 14px;
	color: #6c6c6c;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	width: 32px;
	line-height: 31px;
	height: 32px;
	display: inline-block;
	text-align: center;
}

.soc a {
	font-size: 1.5em;
	margin: 0 10px;
}

.detPop form:after {
	content: " ";
	display: block;
	clear: both;
}

.detPop .sizes {
	margin: 0 0 1.5em 0;
}

.detLinks {
	font-size: .9em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.detLinks span, .detLinks a {
	color: #6c6c6c;
	display: inline-block;
	text-decoration: none;
}

.detLinks i {
	margin-right: 5px;
}

.grayBox {
	background: #f7f7f7;
	padding: 15px 20px;
}

.grayBox h4 {
	margin-bottom: 12px;
	margin-top: 0;
}

.grayBox+.grayBox {
	margin-top: 10px;
}

.grayBox p {
	margin: 6px 0;
}

.bannerR {
	position: absolute;
	top: 0;
	right: -210px;
}

.gal a {
	width: 96px;
	height: 96px;
	float: left;
	border: 1px solid transparent;
	padding: 7px;
}

.gal .pic span {
	width: 100%;
	height: 80px;
	background: transparent no-repeat center center;
	background-size: cover;
}

.gal a:hover {
	border-color: black;
}

.gal {
	display: flex;
	flex-flow: row wrap;
}

.gal img, .cartImg img {
	height: auto;
	max-width: 100%;
	display: block;
}

.kosik .gal .pic {
	border: 0;
}

.potvrzeni {
	width: 100%;
	max-width: 380px;
	padding: 20px 15px;
	z-index: 10000;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	top: 20%;
	left: 50%;
	margin-left: -190px;
	text-align: center;
	position: fixed;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
}

.potvrzeni p {
	padding: 0;
	margin: 1em 0 0 0;
}

.potvrzeni button {
	padding: 10px;
	min-width: 50px;
	text-align: center;
	width: auto;
	font-size: 1em;
}

.potvrzeni h4 {
	margin: 0;
}

.potvrzeni .btn {
	line-height: 2em;
	font-size: 1.1em;
	padding: 0 10px;
}

.tab {
	font-size: 1em;
	border: 0;
	border-collapse: collapse;
	margin: 1em 0;
	width: auto;
	line-height: 1.3em;
}

.tab td, .tab th {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 6px 10px;
}

.tab th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-size: .9em;
}

.tab tr:nth-of-type(odd) {}

.tab td .btn {
	padding: 3px 15px;
	font-size: .85em;
}

.onas {
	color: white;
	font-weight: 300;
	text-align: center;
	padding: 30px 0;
	background: #8A255A;
	background-size: 100% auto;
	max-width: 1210px;
	margin-left: auto;
	margin-right: auto;
}

.onas p {
	font-size: 1.3em;
	line-height: 1.4em;
}

.onas .section {
	max-width: 960px;
}

.onas~.loga {
	margin-top: 0;
}

.leftBox {
	background: white;
	border: 1px solid #e4e4e4;
	padding: 20px;
}

.popup {
	background: White;
	background-color: rgba(255, 255, 255, .8);
	padding: 10px;
	border: 1px solid #e4e4e4;
	position: absolute;
	left: 0;
	top: 27px;
	width: 200px;
	line-height: 1.25em;
}

.popup p {
	margin: 0;
}

.popup p+p {
	margin-top: 10px;
}

.popup p strong {
	font-weight: 600;
}

.popup a {
	text-decoration: none;
}

.popup.vertical {
	left: 40px;
	top: -15px;
	width: 200px;
}

.arrow span {
	border-color: #c6c6c6;
	background: #c6c6c6;
}

.bread {
	font-size: .875em;
	color: rgba(0, 0, 0, 0.7);
	margin: 0 0 0 0;
	line-height: 1.3em;
	background: #f7f7f7;
	padding: 10px 25px;
}

.bread a {
	color: rgba(0, 0, 0, 0.7);
	text-decoration: none;
}

.bread span {
	margin: 0 5px;
}

.bread i {
	color: #8A255A;
}

.pic, .pic span {
	display: block;
}

.pic span img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.btn {
	text-decoration: none;
	margin: 0;
	width: auto;
	display: inline-block;
	text-align: center;
	line-height: 1.35em;
	padding-left: 20px;
	padding-right: 20px;
	background: #8A255A;
	border: 0;
	color: White;
	font-size: 1em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.btn:hover {
	text-decoration: none;
	color: White;
	background: black;
	border-color: black;
}

.btnmini {
	padding: 4px 15px;
	border-radius: 14px;
	font-size: .85em;
}

.btnmini i {
	margin: 0 5px;
}

.bigBtn {
	padding: 20px 20px;
	width: auto;
	min-width: 200px;
	text-transform: uppercase;
	font-weight: 400;
}

.btnKosD {
	font-size: 1.5em;
	font-weight: 300;
	padding: 20px 30px;
}

.btn2, .btnmini:hover {
	background: #5c483d;
	border-color: #5c483d;
}

.btn2:hover {
	text-decoration: none;
	color: white;
	background: #8A255A;
	border-color: #8A255A;
}

.btn3 {
	border: 1px solid #e4e4e4;
	background: White;
	color: Black;
	text-transform: uppercase;
}

.btn3:hover {
	background: #e4e4e4;
	color: Black;
	border-color: #e4e4e4;
}

.btn4 {
	border: 0;
	background: transparent;
	color: black;
	text-transform: uppercase;
	text-decoration: underline;
	width: auto;
	min-width: 50px;
}

.btn i {
	margin-left: 10px;
	font-size: 18px;
}

.btn i.icoLeft {
	margin-left: 0;
	margin-right: 10px;
}

.obr, .obr2 {
	height: auto;
	max-width: 60%;
}

ul.bookmarks {
	list-style-type: none;
	list-style-image: none;
	margin: 1em 0;
	padding: 0;
	min-height: 43px;
}

ul.bookmarks li {
	font-size: 1.2em;
	float: left;
	margin: 0 1px 0 0;
}

ul.bookmarks a {
	color: White;
	display: block;
	text-decoration: none;
	height: 100%;
}

ul.bookmarks span {
	display: table-cell;
	height: 42px;
	vertical-align: middle;
	padding: 0 15px;
	min-width: 150px;
	text-align: center;
	background: #118dc0;
	border-top: 1px solid #118dc0;
}

ul.bookmarks .active span {
	background: transparent;
	border-color: rgba(57, 57, 61, .2);
	font-weight: bold;
}

.menu ul ul a:before, .kroky a:before, .kroky span:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

main .section:after {
	clear: both;
	height: 1px;
	content: ' ';
	display: block;
}

.down {
	margin: 30px auto 0 auto;
	background: White;
}

.down p {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.down img {
	max-width: 100%;
	height: auto;
}

.down a {
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	height: 168px;
	background: #c4e2ef;
	width: 25%;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.down a+a {
	background: #fffee7;
}

.down a+a+a {
	background: #efe4e8;
}

.down a+a+a+a {
	background: #ffc100;
}

.down p+p a {
	background: #7b3205;
}

.down p+p a+a {
	background: #fff;
}

.down p+p a+a+a {
	background: #917e70;
}

.down p+p a+a+a+a {
	background: #b5ffb5;
}

.vyber {
	height: 144px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.vyber a {
	width: 33.33%;
	color: #b8b0b0;
	display: table-cell;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 20px;
	height: 144px;
	background: transparent url(../img/v1.jpg) 100% 100% no-repeat;
	background-size: 30% auto;
}

.vyber a strong {
	font-weight: 200;
	display: block;
	text-transform: none;
	font-size: 2.8em;
	color: #8a255a;
	line-height: 1.2em;
}

.vyber a+a {
	border-left: 1px solid #d1d1d2;
	background-image: url(../img/v2.jpg);
}

.vyber a+a+a {
	border-left: 1px solid #d1d1d2;
	background-image: url(../img/v3.jpg);
}

.vyber a:hover {
	text-decoration: none;
}


/*hovers*/

a:hover {
	color: black;
	text-decoration: underline;
}


/*animace*/

a, .btn, button {
	-webkit-transition: color 0.4s, border-color 0.4s, background-color 0.4s;
	transition: color 0.4s, border-color 0.4s, background-color 0.4s;
}

.logOn {
	-webkit-transition: all 0.2s;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
}

.okno, .submenu, .item .variant {
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.okno, .submenu, .item .variant {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden;
}

.raz:hover .okno, .topNav li:hover .submenu, .item:hover .variant {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
}

.item .variant, .item:hover .variant {
	-webkit-transition: bottom 0.3s ease-out;
	transition: bottom 0.3s ease-out;
}

@font-face {
	font-family: 'icomoon';
	src: url('/fonts/icomoon.eot?pwk8y6');
	src: url('/fonts/icomoon.eot?pwk8y6#iefix') format('embedded-opentype'), url('/fonts/icomoon.woff2?pwk8y6') format('woff2'), url('/fonts/icomoon.ttf?pwk8y6') format('truetype'), url('/fonts/icomoon.woff?pwk8y6') format('woff'), url('/fonts/icomoon.svg?pwk8y6#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	display: inline-block;
	text-decoration: none !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-circle-check:before {
	content: "\e042";
}

.icon-circle-cross:before {
	content: "\e043";
}

.icon-arrow-left2:before {
	content: "\e094";
}

.icon-plus:before {
	content: "\e114";
}

.icon-minus:before {
	content: "\e115";
}

.icon-check:before {
	content: "\e116";
}

.icon-cross2:before {
	content: "\e117";
}

.icon-write:before {
	content: "\e900";
}

.icon-search:before {
	content: "\e907";
}

.icon-user:before {
	content: "\e902";
}

.icon-cart:before {
	content: "\e901";
}

.icon-cross-small:before {
	content: "\e908";
}

.icon-arrow-left:before {
	content: "\e903";
}

.icon-arrow-right:before {
	content: "\e904";
}

.icon-arrow-right-big:before {
	content: "\e905";
}

.icon-arrow-left-big:before {
	content: "\e906";
}
