html {
	background-color: white;
	margin: 0;
	padding: 0;
	min-width: 985px;
}

body {
	background: transparent;
	margin: 0;
	padding: 0;
	min-width: 985px;
}

html, body, input, textarea, select, table {
	font-family: 'Open sans', sans-serif;
	color: #333;
}


/*    font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
font-family: "Verdana CE", Verdana, "Arial CE", "Lucida Grande CE", "Geneva CE", "Helvetica CE", Arial, lucida, sans-serif;
font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, "Lucida Grande CE", lucida, sans-serif;
font-family: "Georgia CE", "Times New Roman", "New York CE", "Times CE", Georgia, times, serif;
*/

.menu ul ul ul a:before, .kroky a:before, .kroky span:before, .userBox: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;
}

hr {
	color: #e8e8e8;
	background: #dbdbdb;
	clear: both;
}

h1 {
	margin: 0 0 20px 0;
	color: #000;
}

h2 {
	margin: .8em 0 20px 0;
	color: #000;
}

h3 {
	margin: .8em 0 20px 0;
}

h4 {
	font-size: 1em;
	margin: 1em 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	margin: 1em 0;
	text-transform: uppercase;
	font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a {
	color: #000;
}

a {
	color: #31b8ff;
}

input, textarea, select, button, .btn {
	margin: 3px 0;
	border: 1px solid #d6d6d6;
	text-transform: none;
	font-size: 1.1em;
	color: black;
	padding: 10px;
	display: inline-block;
	background: White;
	text-decoration: none;
	width: 100%;
}

input:focus, textarea:focus, select:focus {
	border-color: #31b8ff;
}

#page {
	font-size: .9375em;
	line-height: 1.4em;
	background: url(/img/shipping.png) 100% 0 no-repeat;
}

#base {
	position: relative;
}

.header-in, .main-in, .footer-in {
	width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.header {}

.header-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-in .logo {
	padding: 25px 0;
	text-align: center;
	display: table-cell;
	width: 339px;
	vertical-align: bottom;
}

.header-in .logo a, .header-in .logo span {
	display: block;
}

.header-in .logo img {
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	max-width: 339px;
}

.topBar {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 0 0 0 30px;
	vertical-align: middle;
	text-align: right;
	justify-content: flex-end;
}

.topBox, .userBox, .favBox {
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
}

.midCol, .rightCol, .leftCol {
	float: left;
	min-height: 1px;
}

.leftCol {
	width: 238px;
	margin-left: -1215px;
	padding: 1px 0 30px 0;
}

.midCol {
	margin-left: 276px;
	width: 924px;
}

.xLayout .midCol {
	margin: 0;
	padding-left: 0;
	width: 100%;
	border: 0;
}

.xLayout .content {
	padding: 15px;
}

.noBackground .content {
	padding: 0 0 30px 0;
}

.xLayout.basket .content {
	background: transparent;
	padding: 0;
}

.cartBox {
	padding-left: 47px;
	background: transparent url(../img/basket4.png) no-repeat 0 center;
	text-align: left;
	position: relative;
}

.cartBox a {
	color: #31b8ff;
	text-decoration: none;
}

.cartBox a em {
	font-style: normal;
	font-size: 13px;
	font-weight: 600;
}

.cartBox strong {
	display: block;
	white-space: nowarp;
	font-size: 1em;
	line-height: 1.1em;
	color: #000;
	font-weight: 600;
}

.cartBox i, .logBar i {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
	margin-right: 4px;
	font-size: 14px;
	background: #cb3e00;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
}

.cartBox .currBtn {
	background: #fff;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	line-height: 17px;
	text-align: center;
	font-size: 15px;
	position: absolute;
	left: -2px;
	bottom: 0px;
	border: 2px solid #fff;
	color: #31b8ff;
	border: 2px solid #31b8ff;
}

.cartBox a:hover, .logBar a:hover {
	color: #333;
	text-decoration: none;
}

.secPrice {
	color: #9c9ca9;
}

.shopNum {
	position: absolute;
	top: 0;
	left: 22px;
	display: inline-block;
	background: #ff0000;
	color: white;
	font-size: .85rem;
	line-height: 16px;
	border-radius: 8px;
	text-align: center;
	padding: 0 3px;
	min-width: 16px;
	font-size: 11px;
	font-weight: 600;
}

.favBox {
	position: relative;
	text-align: left;
	padding: 0 0 0 10px;
}

.favBox .shopNum {
	top: 0;
	left: 28px;
}

.favBox a {
	display: inline-block;
	line-height: 38px;
	font-size: 22px;
	min-width: 30px;
	text-align: center;
}

.userBox a {
	text-decoration: none;
}

.userBox strong {
	display: block;
	line-height: 1.3em;
	font-weight: 600;
	font-size: 13px;
}

.userBox em {
	font-style: normal;
	font-size: .75em;
	font-weight: 600;
	line-height: 1.3em;
}

.userBox em a {
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
}

.userBox {
	text-align: left;
	padding: 10px 0 10px 10px;
	margin-left: 10px;
	position: relative;
	line-height: 1.2em;
}


/*.userBox:before{ position: absolute; left: 20px; top: 10px; content: "\f007"; color: #31b8ff; font-size: 40px; line-height: 40px  }*/

.logBar {
	padding-right: 25px;
	min-width: 128px;
}

.logBar i {
	background: #9f9f9f;
}

.logBar a {
	display: block;
}

.logBar a strong {
	display: block;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.1em;
}

.topNav {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.topNav ul {
	float: right;
	padding: 0 0 0 0;
	text-transform: uppercase;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.topNav ul a {
	padding: 25px 0;
	border-bottom: 1px solid transparent;
	display: block;
	text-decoration: none;
	font-size: 1em;
	text-align: center;
	color: white;
	font-weight: 600;
	line-height: 1.2em;
	color: #000;
}

.topNav li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 13px;
}

.topNav ul ul a, .topNav li:hover a, .topNav a.aktivni {
	border-color: #000;
	text-decoration: none;
}

.sub {
	position: absolute;
	background: black;
	background-color: rgba(0, 0, 0, .8);
	left: 0;
	top: 45px;
	z-index: 100;
	width: 100%;
	padding: 10px 0;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

.sub ul {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
}

.sub ul li {
	display: block;
	border: 0 !important;
	width: 25%;
	float: left;
	margin: 0;
	padding: 7px;
}

.sub ul a {
	text-align: left;
	line-height: 1.15em;
	color: #CB3E00 !important;
	font-weight: bold;
	padding: 3px 3px;
	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;
}

.sub ul li:nth-of-type(5n+5) {
	clear: left;
}

.sub ul a:hover {
	text-decoration: underline;
	color: #CB3E00;
}

.topNav .open {
	display: none;
}

.socTop {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}

.socTop a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	width: 40px;
	display: inline-block;
	height: 40px;
	line-height: 38px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
}

.search {
	display: inline-block;
	text-align: center;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

.search span i {
	width: 100%;
	display: inline-block;
	border: 0;
	padding: 0;
	margin: 0 10px;
	font-size: 18px;
	color: #31b8ff;
	line-height: 40px;
	width: 40px;
}

.search:hover span i {
	color: #333;
}

.searchBox {
	position: fixed;
	left: 0;
	top: 20px;
	width: 100%;
	padding: 0 10px;
	z-index: 6000;
	text-align: center;
	display: none;
}

#search {
	overflow: visible !important;
}

.searchBox input {
	padding: 20px;
	margin: 0;
	height: 70px;
	padding-left: 60px;
	border: 0;
}

.searchBox input:focus {
	border-color: white;
}

.searchBox fieldset {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 200;
}

.searchBox button {
	width: 70px;
	height: 70px;
	margin: 0;
	margin-left: -70px;
	border: 0;
	background: #31b8ff;
	color: white;
}

.searchBox button:hover {
	background: #31b8ff;
	color: black;
}

.searchBox .fa-times {
	position: absolute;
	left: 0;
	top: 0;
	color: black;
	line-height: 75px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	z-index: 201;
}

.over {
	content: " ";
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
}

.search.searchFull {
	padding: 0;
	display: block;
}

.search fieldset {
	position: relative;
}

.autocompleteOpen input {
	border-bottom: 0 !important;
	position: relative;
	z-index: 1001;
}

.autocomplete {
	position: absolute;
	margin-top: 0;
	padding-bottom: 10px;
	white-space: normal;
	text-align: left;
	font-size: .9em;
	background: white;
	width: 100%;
	z-index: 1000;
	max-width: 1200px;
	left: 0;
	border: 0;
	;
}

.autocomplete:after, .autocomplete ul:after {
	content: " ";
	display: block;
	clear: both;
}

.autocomplete img {
	height: auto;
	display: block;
	margin: 0 auto;
}

.autocomplete a {
	text-decoration: none;
	display: table;
	width: 100%;
	line-height: 1.2em;
	border: 1px solid transparent;
}

.autocomplete a i {
	color: #737478;
	font-size: 20px;
	line-height: 1.2em;
	width: auto;
}

.autocomplete a span {
	display: table-cell;
	vertical-align: top;
	padding: 5px 5px;
	text-align: center;
}

.autocomplete a span+span {
	width: 100%;
	text-align: left;
	font-weight: 400;
	vertical-align: middle;
}

.autocomplete a span+span em {
	font-weight: 400;
}

.autocomplete a span+span+span {
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	min-width: 0;
}

.autocomplete a strong {
	font-weight: normal;
}

.autocomplete h4 {
	margin: 0px 10px 0 10px;
	padding: 10px 0 5px 0;
	font-size: 1em;
	font-weight: 600;
	border-color: rgba(0, 0, 0, .1);
	color: black;
}

.autocomplete h4:first-child {
	border: 0;
	margin-top: 0;
}

.autocomplete ul {
	margin: 0;
	padding: 0 5px;
}

.autocomplete ul li {
	width: 50%;
	float: left;
	padding: 2px;
}

.autocompleteOpen input, .autocompleteOpen button {
	border-bottom-color: white;
}

.autocomplete .autocompleteSelected a, .autocomplete .autocompleteSelected a:hover {
	border-color: #dfdfdf;
	text-decoration: none;
}

.autocomplete a:hover {
	border-color: #dfdfdf;
	text-decoration: none;
	color: black;
}

.autocomplete a em {
	font-size: .9em;
	line-height: 1.2em;
	color: #737478;
	font-style: normal;
	display: block;
	padding: 2px 0;
}

.menu {
	font-weight: 600;
}

.menu ul a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 10px 10px 15px;
	display: block;
	line-height: 1.2em;
	color: #000;
}

.menu li {
	position: relative;
	margin: 0;
	padding: 0;
	padding-right: 20px;
}

.menu ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dbdbdb;
}

.menu ul ul a {
	font-size: 1em;
	text-transform: none;
	font-weight: 400;
	padding: 0 3px 0 40px;
	display: block;
	text-transform: uppercase;
	font-size: .9em;
	color: #333;
	line-height: 1.2em;
}

.menu ul ul a:hover {
	color: #31b8ff;
}

.menu ul ul li {
	border: 0 !important;
	padding: 4px 0;
}

.menu ul a:hover {
	text-decoration: underline;
}

.menu li {
	border-top: 1px solid #dbdbdb;
}

.menu ul a:hover, .menu .aktivni>a {
	text-decoration: none;
	color: #31b8ff;
}

.menu ul ul ul a:before {
	content: "\f105";
	display: inline-block;
	vertical-align: baseline;
	margin-right: 7px;
	line-height: 1em;
	margin-left: -12px;
}

.menu ul ul ul ul {
	margin-left: 10px;
}

.menu ul ul {
	display: none;
	padding-bottom: 10px;
	border-width: 0;
}

.menu ul ul ul {
	padding-left: 12px;
}

.menu ul .aktivni>a {}

.menu ul .aktivni>ul:nth-of-type(1) {
	display: block;
}

.menu .plus {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	line-height: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	padding: 0;
}

.menu .plus:before {
	content: "+";
	font-weight: bold;
}

.menu .aktivni .plus:before {
	content: "-";
}

.menu ul+ul a {
	color: #31b8ff;
	text-transform: none;
}

.menu ul+ul li+li {
	border: 0;
}

.menu ul+ul {
	color: #31b8ff;
}

.filtr {
	margin-top: 30px;
	background: #f7f7f7;
}

.filtr li>span {
	color: Black;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.15em;
	padding: 10px 10px;
	display: block;
	cursor: pointer;
}

.filtr li {
	border-top: 1px solid #d9d9d9;
}

.filtr {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 30px;
}

.filtr li>span:after {
	float: right;
	cursor: pointer;
	content: "\f106";
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 20px;
}

.filtr ul ul li {
	border: 0;
	padding: 2px 0;
}

.filtr input {
	margin-right: 6px;
}

.filtr ul ul {
	margin: 0;
	padding: 0;
}

.filtr .filtrCont {
	display: block;
	padding: 2px 10px 13px 10px;
	margin-top: -4px;
}

.filtr .rozbal .filtrCont {
	display: none;
}

.filtr .rozbal>span:after {
	content: "\f107";
}

.forinput {
	display: inline-block;
	line-height: 45px;
}

.filtrCont a {
	color: Black;
	text-decoration: none;
}

.next {
	cursor: pointer;
	display: block;
	padding-top: 4px;
	text-decoration: underline;
}

.filtrSub {
	padding: 10px 10px 10px 10px;
	margin: 0;
	border-top: 1px solid #d9d9d9;
}

.filtrSub .btn {
	text-transform: none;
	padding: 6px 10px;
	width: 100%;
	text-align: center;
}

.content {
	padding: 1px 0 30px 0;
}

.content ul {
	margin-left: 1.2em;
	padding: 0;
	list-style-type: disc;
}

.content ul li {
	padding: .2em 0 .2em 0;
}

.content>h1:nth-of-type(1) {
	margin: 0 0 0 0;
}

.footer-in {
	background: #f0f0f0;
	font-size: .85em;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.footer a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 20px;
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 4px;
}

.footer p {
	margin: 0;
	padding: 15px 0;
}

.down .content {
	padding: 0;
}

.catImg img {
	display: block;
	width: 100%;
	height: auto;
}

.abs {
	font-size: 1.25em;
	line-height: 1.4em;
}

.box h3 {
	font-size: 1.15em;
	line-height: 1.45em;
	color: White;
	font-weight: 300;
	background: #7f7f7f;
	padding: 10px 10px;
	text-transform: none;
	margin: 15px 0;
}

.lastvisit .pic {
	width: 50%;
	height: 105px;
	float: left;
	max-width: 139px;
}

.lastvisit .pic span {
	width: 105px;
	height: 105px;
}

.lastvisit .pic span img {
	max-width: 100px;
	max-height: 100px;
}

.lastvisit .pic:nth-of-type(2n+2) {
	border-left: 1px solid #d9d9d9;
}

.lastvisit .pic+.pic+.pic {
	border-top: 1px solid #d9d9d9;
}

.nejpr .pic {
	width: 25%;
	height: 183px;
	float: left;
}

.nejpr .pic span {
	width: 183px;
	height: 183px;
}

.nejpr .pic span img {
	max-width: 160px;
	max-height: 160px;
}

.nejpr .pic+.pic {
	border-left: 1px solid #d9d9d9;
}

.vyber {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

.vyber span {
	margin-right: 10px;
	display: inline-block;
}

.vyber span label {
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	padding-bottom: 0;
	padding-top: 0;
}

.news {
	background: white;
	color: #818285;
	text-transform: uppercase;
	padding: 25px 15px;
	margin-bottom: 13px;
}

.news h2 {
	margin: 0 0 15px 0;
	color: #31b8ff;
	font-size: 1.25em;
}

.news h3 {
	color: #31b8ff;
	font-size: 1em;
	margin: 0 0 8px 0;
}

.news p {
	margin: 0;
}

.news a:hover {
	color: #000;
}

.catList-in:after, .cat a:after {
	content: " ";
	display: block;
	clear: both;
}

.catList {
	margin-top: -10px;
	margin-bottom: 10px;
}

.cat {
	float: left;
	width: 33.33%;
	padding: 10px;
}

.cat h2 {
	margin: 0;
	font-size: 1.25em;
	font-weight: 400;
}

.cat h2 a {
	border: 1px solid #dbdbdb;
	display: block;
	color: #000;
}

.cat img {
	width: 100%;
	height: auto;
	max-height: 250px;
	max-width: 250px;
	display: block;
	margin: 0 auto;
}

.cat .img {
	display: table;
	width: 100%;
}

.cat .img span {
	display: table-cell;
	height: 250px;
	width: 100%;
	vertical-align: middle;
}

.cat a:hover {
	border-color: #31b8ff;
}

.cat strong {
	font-weight: 400;
	float: left;
	min-height: 50px;
	line-height: 1.2em;
	max-width: 50%;
}

.cat .more {
	float: right;
	color: #565656;
	font-size: 12px;
	line-height: 1.4em;
	max-width: 50%;
}

.cat .more i {
	color: #31b8ff;
	margin-left: 4px;
}

.cat .txt {
	display: block;
	padding: 0 30px;
}

.razeni {
	border-bottom: 1px solid #d6d6d6;
	padding: 10px 0;
	border-top: 1px solid #d6d6d6;
	margin-top: 30px;
}

.raz {
	color: #7f7f7f;
	text-align: right;
}

.raz .selectricWrapper, .raz select {
	max-width: 150px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.vypis {
	margin-top: -10px;
}

.vypis .row {
	margin-left: -10px;
	margin-right: -10px;
}

.vypis .item {
	width: 33.33%;
	vertical-align: top;
	padding: 10px;
	text-align: left;
	float: left;
}

.vypis .item-in:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.vypis .item-in {
	position: relative;
	border: 1px solid #dbdbdb;
	transition: box-shadow .5s;
}

.vypis .item-in:after {
	content: " ";
	display: block;
	clear: both;
}

.vypis h3 {
	margin: 0;
	font-size: 1em;
	line-height: 1.25em;
	display: flex;
	align-items: center;
	min-height: 80px;
	padding: 8px 0;
}

.vypis h3 a {
	padding: 0 55px 0 20px;
	color: #000;
	flex: auto;
	vertical-align: middle;
}

.vypis h3 span {
	color: #565656;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.4em;
	display: block;
}

.vypis h3 a:hover {
	color: #31b8ff;
	text-decoration: none;
}

.item .cena {
	display: block;
}

.item .cena {
	color: #333;
	text-align: right;
	text-decoration: none;
	font-weight: 700;
	background: #f8f8f8;
	border-top: 1px solid #dbdbdb;
}

.item .cena span {
	display: inline-block;
	border-bottom: 1px solid #31b8ff;
	text-align: right;
}

.item .cena span:after {
	content: " ";
	background: #31b8ff url(../img/basket3.png) no-repeat center center;
	width: 60px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.item .cena strong {
	min-width: 80px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	padding-right: 10px;
}

.item .cena:hover span:after {
	background-color: #333;
}

.vypis .pic {
	width: 100%;
	height: 150px;
	background: white;
}

.vypis .pic a {
	display: table;
	width: 100%;
}

.vypis .pic a span {
	width: 100%;
	height: 160px;
	vertical-align: middle;
}

.vypis .pic span img {
	max-width: 242px;
	max-height: 140px;
	height: auto;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.labelsR {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 2;
}

.labelsR span {
	display: block;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	font-size: 1.5em;
	background: #478f00;
	color: White;
	font-weight: bold;
	width: 60px;
	line-height: 60px;
}

.labelsR span em {
	font-style: normal;
	margin-right: 3px;
}

.labelsL {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.labelsL span {
	display: inline-block;
	padding: 2px 5px;
	color: White;
	text-transform: uppercase;
	background: Black;
	margin-bottom: 2px;
}

.labelsL span.l1 {
	background: #478f00;
}

.l1 {
	color: #478f00;
}

.labelsL span.l2 {
	background: transparent url(../img/lab1.png) no-repeat;
	width: 62px;
	height: 62px;
}

.l2 {
	color: #c20900;
}

.labelsL span.l3 {
	background: #8b0ee3;
}

.l3 {
	color: #8b0ee3;
}

.labelsL span.l4 {
	background: #0e9fe3;
}

.l4 {
	color: #0e9fe3;
}

.HPindex .content {
	padding: 0;
}

.HPtext {
	padding: 15px 30px;
	background: white;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #818285;
}

.row .detImg, .row .detPop {
	padding-bottom: 15px;
}

.detImg .pic {
	border: 1px solid #dbdbdb;
	background: white;
	width: 100%;
}

.detImg .pic span img {
	max-width: 350px;
	max-height: 350px;
	height: auto;
	width: 100%
}

.links span, .links a {
	text-decoration: none;
	display: inline-block;
	color: #6C6C6C;
}

.links {
	font-size: .9em;
	margin-top: 15px;
}

.links i {
	margin-right: 5px;
}

.detImg .labelsL {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 2;
}

.detPop th {
	font-size: 1em;
	text-align: left;
	padding: 5px 20px 5px 0;
	vertical-align: top;
}

.detPop td {
	padding: 5px 0;
	vertical-align: top;
	line-height: 1.5em;
	color: #333;
	font-weight: 600;
}

.detPop p {
	margin-top: 0;
}

.gray {
	color: #7f7f7f;
}

.detPop .cena {
	float: none;
	display: inline-block;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #000;
	font-weight: 700;
	vertical-align: middle;
}

.detPop .cena span {
	color: #9c9ca9;
	font-size: 11px;
	line-height: 1.2em;
	display: block;
	font-family: Dosis, sans-serif;
}

.detPop .data {
	margin-bottom: 20px;
}

.detPop .units {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.detPop .units h3 {
	font-size: 1em;
}

.detPop .units .numInput {
	display: block;
	width: 100%;
	max-width: 163px;
	margin-top: 3px;
	text-align: left;
}

.detPop .units select {
	height: 58px;
}

.detPop .insertToCart {
	width: 100%;
	max-width: 163px;
}

.perPieceInfo {
	color: #31b8ff;
	font-weight: bold;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
}

.loga {
	border: 1px solid #dbdbdb;
	border-width: 1px 0;
	display: flex;
	flex-flow: row wrap;
}

.loga a {
	width: 14.2857%;
	float: left;
	height: 171px;
	background: white;
	display: table;
	padding: 5px;
}

.loga a strong {
	display: table-cell;
	width: 100%;
	height: 171px;
	vertical-align: middle;
	text-align: center;
}

.loga img {
	width: 100%;
	max-width: 150px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.logaIn {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 30px 0;
}

.logaIn img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.logaIn .loga2 {
	max-width: 270px;
	padding: 0 10px;
	text-align: center;
}

.loga2 img {
	max-width: 100%;
	height: auto;
}

.gal {
	padding-top: 5px;
	width: 100%;
}

.gal .pic {
	border-bottom: 1px solid transparent;
	padding-bottom: 10px;
	background: transparent;
}

.gal .pic span {
	width: 100%;
	height: 90px;
	background: white no-repeat center center;
	background-size: contain;
}

.gal a {
	padding: 5px;
	width: 33.33%;
	float: left;
}

.gal .pic:hover {
	border-color: #31b8ff;
}

.white {
	color: #333;
}

.kosik .gal .pic {
	border: 0;
}

.dokosiku fieldset {
	display: block;
}

.dokosiku button {
	background: #31b8ff;
	font-size: 1.1em;
	padding: 0px 0 0 0;
	border: 0;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	height: 60px;
	display: inline-block;
	color: White;
	margin: 0;
	text-transform: uppercase;
}

.dokosiku button img {
	display: block;
	margin: 0 auto;
}

.dokosiku button:hover {
	background: Black;
}

.dokosiku .numInput {
	display: inline-block;
	width: 113px;
	margin: 0;
	line-height: 58px;
	padding-right: 35px;
	position: relative;
}

.dokosiku .numInput input {
	line-height: 58px;
	height: 58px;
	width: 70px;
	padding: 0 15px;
	text-align: right;
}

.dokosiku .numInput span {
	background: White;
	top: 0;
	width: 27px;
	height: 27px;
	right: 0;
	line-height: 27px;
}

.dokosiku .numInput span+span {
	top: auto;
	bottom: 0;
	right: 0;
}

.numInput i {
	font-style: normal;
}

.detContent .row+.row {
	margin-top: 25px;
}

.numInput {
	text-align: right;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	margin-right: 3px;
	white-space: nowrap;
	border: 0;
	background: white;
	padding-right: 23px;
	line-height: 36px;
	border: 1px solid #dbdbdb;
}

.numInput input {
	padding: 0 2px 0 8px;
	color: #000;
	font-size: 1.25em;
	line-height: 60px;
	height: 60px;
	vertical-align: top;
	width: 36px;
	background: White;
	border: 0;
	text-align: center;
	margin: 0;
}

.numInput span {
	display: inline-block;
	position: absolute;
	right: 1px;
	top: 1px;
	text-align: center;
	width: 16px;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
	color: #31b8ff;
	padding: 0 1px;
	z-index: 5;
}

.numInput span+span {
	top: auto;
	bottom: 1px;
}

.numInput span:hover {
	color: black;
	background: #d6d6d6;
}

.potvrzeni {
	width: 100%;
	max-width: 380px;
	padding: 20px 15px;
	z-index: 10000;
	background-color: #F4F4F4;
	border: 1px solid silver;
	top: 20%;
	left: 50%;
	margin-left: -190px;
	text-align: center;
	position: fixed;
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
	-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 #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 6px 10px;
	border-color: rgba(255, 255, 255, .2);
}

.tab th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-size: 1.1em;
}

.tab tr:nth-of-type(odd) {}

div.kosik {
	padding: 0;
}

.spodek {
	padding-top: 20px;
}

.kosik th {
	text-align: left;
	font-weight: normal;
	font-size: .75rem;
	border-top: 0;
	padding: 10px;
	color: #565656;
	border: 1px solid #dbdbdb;
	border-width: 0 0 1px 0;
	text-transform: uppercase;
}

.kosik td {
	padding: 6px 10px;
	border: 1px solid #dbdbdb;
	border-width: 1px 0;
}

.kosik .cartProductRow td {
	padding: 0 10px;
}

.removeTD {
	text-align: right;
}

.kosik td h4 {
	font-size: 1em;
}

.kosik tr:last-child td {
	border: 0;
}

.kosik {
	width: 100%;
	margin: 0;
}

.kosik .gal {
	padding: 0;
}

.kosik .sm td {
	padding: 30px 10px;
}

.kosik .numInput input {
	font-size: 1em;
}

.kosik td.total {
	color: #31b8ff;
	font-weight: 700;
}

.kosik .cena {
	font-size: 1.8em;
	line-height: 1.2em;
	float: none;
}

.tip {
	text-align: right;
}

.popisek {
	display: none;
}

.removeTD a {
	display: inline-block;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: white;
	background: #565656;
	font-size: 12px;
}

.removeTD a:hover {
	background: #31b8ff;
	color: White;
}

.kroky {
	margin-bottom: 20px;
	border: 1px solid #dbdbdb;
	border-width: 1px 0;
}

.kroky a, .kroky span {
	background: #dbdbdb;
	color: #333;
	text-decoration: none;
	display: inline-block;
	display: table-cell;
	width: 198px;
	padding: 10px;
	text-align: center;
	font-weight: 600;
	border-left: 1px solid #fff;
	text-transform: uppercase;
	font-size: .75rem;
}

.kroky em {
	font-style: normal;
	color: black;
	display: none;
}

.kroky a.aktivni, .kroky span.aktivni {
	background: #31b8ff;
	color: white;
}

.kroky a.aktivni em, .kroky span.aktivni em {
	color: white;
}

.ceny td {
	padding: 12px 5px 12px 4px;
	vertical-align: middle;
	line-height: 1.2em;
}

.ceny td img {
	display: block;
}

.ceny table {
	margin-top: 1em;
}

.green {
	color: white;
	font-weight: bold;
}

.red {
	color: red;
}

.ceny tr:hover td {
	background: black;
	cursor: pointer;
}

.ceny .checked td, .ceny .checked:hover td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.black {
	color: #333;
}

.btnPA {
	float: right;
}

.xLayout .footer-in {
	border: 0;
}

.suma {
	float: right;
}

.suma td {
	padding: 3px 0;
	text-align: right;
	font-size: 1.5em;
	line-height: 1.4em;
}

.suma th {
	padding: 3px 30px 3px 0;
	text-align: left;
	font-weight: 400;
}

.ceny .col-6 {
	border-right: 1px solid #d6d6d6;
	border-color: rgba(255, 255, 255, .2);
}

.ceny .col-6+.col-6 {
	border: 0;
	border-left: 1px solid #d6d6d6;
	margin-left: -1px;
	border-color: rgba(0, 0, 0, .15);
}

.ceny h5, .ceny hr {
	font-weight: bold;
	margin: 20px 0;
}

.ceny td strong {
	font-size: 1.15em;
}

.zal {
	margin: 20px 0;
	border-bottom: 2px solid #31b8ff;
}

.zal ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.zal ul li {
	display: table-cell;
	width: 33.33%;
	margin: 0;
	text-align: left;
	padding: 0;
	border: 0;
}

.zal li i {
	font-size: 30px;
	float: left;
	line-height: 1.2em;
	margin-right: 12px;
}

.zal li strong {
	font-size: 1.15em;
	display: block;
	text-transform: uppercase;
}

.zal li a {
	text-decoration: none;
	display: block;
	padding: 15px 5% 15px 5%;
	color: #636363;
	font-size: .85em;
}

.zal li.aktivni a {
	background: #31b8ff;
	border-bottom: 0;
	color: white;
	font-weight: bold;
}

.zal li.aktivni strong {
	font-weight: 700;
}

.zal li.aktivni {
	border: 1px solid #d6d6d6;
	border-bottom-color: white;
	background: White;
	position: relative;
	z-index: 2;
	border: 0;
}

.zal:after {
	content: " ";
	display: block;
	border-bottom: 1px solid #d6d6d6;
	width: 100%;
	clear: both;
	position: relative;
	top: -1px;
	z-index: 1;
	border-color: rgba(255, 255, 255, .2);
}

.zal li a:hover {
	text-decoration: none;
	color: Black;
	background: #EBEBEB;
}

.zal li.aktivni a:hover {
	background: transparent;
	color: #31b8ff;
}

.plusko {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	width: 34px;
	line-height: 34px;
	height: 34px;
	color: white;
	background: #31b8ff;
	font-size: 12px;
	text-align: center;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.plusko:hover {
	background: #333;
	color: white;
}

.row label {
	display: block;
	padding-top: 10px;
	font-size: 1.15em;
	padding-bottom: 2px;
	font-size: .95em;
}

.pozn {
	font-size: .75em;
	line-height: 1.2em;
	color: #818181;
}

.spodek {}

.spodek button {
	text-align: right;
	min-width: 270px;
}

.kosik-in h4 {
	margin-top: 0;
}

.zal~.tab th {
	border-top: 0;
}

.popis {
	color: White;
	position: absolute;
	left: 0;
	bottom: 20px;
	background: #31b8ff;
	max-width: 370px;
	padding: 15px 20px;
	width: 100%;
}

.popis h2 {
	color: White;
	margin: 0;
	line-height: 1.25em;
	font-size: 1.9em;
	text-transform: uppercase;
	font-weight: normal;
}

.popis p {
	color: White;
	color: rgba(255, 255, 255, .8);
	margin: 0;
}

.popis a {
	color: White;
}

.slide img {
	width: 100%;
	height: auto;
}

#slideshow-bottom-img, #slideshow-top-img {
	transition: opacity 1s linear;
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	background-size: cover;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	display: block;
}

#slideshow-bottom-img {
	opacity: 0;
}

.fadeIn {
	opacity: 1!important;
}

#pda, #dodaciadresa {
	display: none;
}

#pda .col-3+.col-3 {
	border-left: 1px solid #D6D6D6;
}

#pda .btn {
	margin: 1px 0;
}

.prepinac {
	white-space: nowrap;
	padding: 0 0;
	text-align: center;
	z-index: 5;
	position: absolute;
	left: 50%;
	bottom: 25px;
	z-index: 8;
	width: 300px;
	margin-left: -150px;
}

.prepinac span {
	display: inline-block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	border: 1px solid white;
	cursor: pointer;
	margin-right: 9px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.prepinac span.aktivni, .prepinac span:hover {
	background: white;
}

.popup {
	background: White;
	background-color: rgba(255, 255, 255, .8);
	padding: 10px;
	border: 1px solid #cbd5db;
	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: #cbd5db;
	background: #cbd5db;
}

.textBox {
	padding: 0;
}

.bread {
	font-size: .8em;
	color: #565656;
	margin: 0 0 20px 0;
	line-height: 1.3em;
	padding: 10px 5px;
	border: 1px solid #dbdbdb;
	border-width: 1px 0;
}

.bread a {
	color: #31b8ff;
	text-decoration: none;
}

.bread i {
	margin: 0 5px;
}

.pic {
	overflow: hidden;
	display: table;
	position: relative;
}

.pic a {
	display: table;
	width: 100%;
}

.pic span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.pic span img {
	display: block;
	margin: 0 auto;
}

.btn {
	text-decoration: none;
	margin: 0;
	width: auto;
	display: inline-block;
	text-align: center;
	line-height: 1.2em;
	padding: 20px 20px;
	background: #31b8ff;
	border: 0;
	color: White;
	text-transform: uppercase;
	font-size: 1.15em;
	font-weight: 600;
	font-size: .875em;
}

a.btn {
	line-height: 58px;
	padding-top: 0;
	padding-bottom: 0;
}

.btn:hover {
	text-decoration: none;
	color: white;
	background: #333;
}

.btn2, .btnmini {
	background: Black;
}

.btn2:hover, .btnmini:hover {
	text-decoration: none;
	color: White;
	background: #000;
}

.btn3 {
	background: black;
	color: white;
}

.btn3:hover {
	background: #31b8ff;
	color: white;
}

.btn i {
	margin-right: 10px;
}

.btnmini {
	padding: 4px 11px;
	font-size: .95em;
}

.inputBtn {
	background: #CB3E00;
	border-color: #CB3E00;
	color: White;
}

.inputBtn:hover {
	background: Black;
	border-color: Black;
}

.btnKosD {
	font-size: 1.5em;
	font-weight: 300;
	padding: 20px 30px;
}

.navig {
	margin-top: 10px;
}

.navig a, .navig strong {
	color: #333333;
	width: 40px;
	line-height: 38px;
	min-width: 32px;
	text-align: center;
	display: inline-block;
	margin: 1px;
	border: 1px solid #d6d6d6;
	text-decoration: none;
}

.navig strong {
	background: #595e62;
	font-weight: bold;
	background: #F7F7F7;
}


/*.navig span{ display: inline-block;  content: "..."; color: #e8e8e8; line-height: 30px; margin: 0 5px; }*/

.navig a:hover {
	background: #F7F7F7;
	text-decoration: none;
}

.navig i {
	font-size: 1.2em;
}

.navig em {
	font-style: normal;
	margin-right: 20px;
}

.navig .btn {
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0 auto;
	padding: 20px;
}

.ps {
	float: right;
	white-space: nowrap;
	margin-top: 61px;
	padding-left: 10px;
	height: 38px;
	background-color: rgba(0, 0, 0, .8);
}

.ps .selectricWrapper {
	max-width: 70px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	text-align: left !important;
}

.ps span {
	font-size: .9em;
}

.form {
	padding-top: 15px;
}

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;
}

.okno {
	background: White;
	background-color: rgba(255, 255, 255, .85);
	text-align: left;
	padding: 7px;
	z-index: 10;
	position: absolute;
	right: 0;
	min-width: 100px;
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
}

.okno a {
	text-decoration: none;
	color: #333;
}

.raz .okno a {
	display: inline-block;
	padding: 1px 10px;
}

.raz .okno a:hover {
	background: Black;
	color: White;
	text-decoration: none;
}

.inputBox {
	padding: 5px 0;
}

.inputBox * {
	margin: 0;
}

.article {
	margin-top: 20px;
	border: 1px solid #dbdbdb;
	border-width: 0;
}

.article+.article {
	padding-top: 20px;
	border-width: 1px 0 0 0;
}

.articleFtr {
	font-size: .9em;
	line-height: 33px;
	margin: 2em 0;
}

.article .articleFtr {
	font-size: .9em;
	line-height: 1.3em;
	padding: 5px 0 0 0;
	margin: 0;
}

.articleFtr a {}

.articleFtr span {
	margin-right: 10px;
	white-space: nowrap;
}

.date {
	margin: 0;
	font-size: .9em;
	line-height: 1.1em;
}

.article h3 {
	margin: 5px 0 5px 0;
	font-size: 1.1em;
	text-align: left;
}

.article img {
	width: 180px;
	height: auto;
	display: block;
}

.article .text p {
	display: block;
	margin: 0;
}

.articleFtr .num {
	line-height: 14px;
	font-size: .85em;
	color: White;
	background: transparent url(../img/comm.png) no-repeat;
	padding-bottom: 5px;
	vertical-align: text-top;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	min-width: 15px;
}

.more {
	display: inline-block;
	line-height: 1.5em;
}

.article .aPic, .article .text {
	display: table-cell;
	vertical-align: top;
	float: none;
}

.article .text {
	width: 100%;
}

.article .aPic img {
	margin: 0;
	margin-right: 25px;
	margin-top: 0;
	width: 150px;
}

.related .aPic img {
	width: 100%;
	max-width: 100px;
	height: auto;
	margin-top: 0;
}

.related .aPic {
	float: left;
	display: block;
	padding-top: 0;
	margin-right: 20px;
}

.related .article h3 {
	font-size: 1.15em;
	margin: 4px 0;
	line-height: 1.3em;
}

.related .article .date {
	font-size: .8em;
	line-height: 1.2em;
}

.related .article .text {
	margin: 0;
	line-height: 1.4em;
	font-size: .9em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.related .article {
	width: 50%;
	float: left;
	padding: 10px 0;
	margin: 0;
	border-width: 0 1px 0 0;
	padding-right: 25px;
}

.related .article:nth-of-type(even) {
	padding-left: 25px;
	padding-right: 0;
	border: 0;
}

.section+.section {
	border-width: 1px 0 0 0;
	margin-top: 30px;
}

.dateRange {
	font-weight: 300;
	margin: 0 0 30px 0;
}

.dateRange strong {
	font-weight: 300;
	font-size: 1.8em;
	display: block;
}

.aImg {
	width: 100%;
	height: auto;
	max-width: 30%;
	margin-left: 30px;
	float: right;
}


/*hovers*/

a:hover {
	color: #333;
	text-decoration: underline;
}


/*animace*/

a {
	-webkit-transition: color, background-color 0.4s;
	-ms-transition: color, background-color 0.4s;
	-moz-transition: color, background-color .4s;
	-o-transition: color, background-color .4s;
	transition: color, background-color 0.4s;
}

.btn, button, .navig a {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
}

.okno, .sub, .item .variant {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.okno, .sub, .item .variant {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden;
}

.raz:hover .okno, .topNav li:hover .sub, .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;
	-moz-transition: bottom 0.3s ease-out;
	-ms-transition: bottom 0.3s ease-out;
	-o-transition: bottom 0.3s ease-out;
	transition: bottom 0.3s ease-out;
}

.row:before, .row:after {
	content: " ";
	display: table;
}

#searchPopup {
	position: absolute;
	z-index: 150;
}

.cartsmall {
	display: block;
	font-weight: 100;
	font-size: .7em;
}

#outOfStockTitle {
	color: White;
	font-weight: 800;
	font-size: 1.3em;
	margin-top: 40px;
	display: inline-block;
}

#saleOffDefault {
	color: #FFFFFF;
}

.mapa {
	position: relative;
	max-width: 870px;
}

.mapa img, .mapa svg {
	width: 100%;
	height: auto;
	display: block;
}

.svg, .mapa svg {
	position: absolute;
	left: 0;
	top: 0;
}

.floatTitle {
	position: absolute;
	top: 0;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.32);
	padding: 2px 7px;
	border-radius: 2px;
	opacity: 0;
	background: #FFF;
	color: #000;
	z-index: 9999;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 200ms;
	-moz-transition-property: opacity;
	-moz-transition-duration: 200ms;
	transition: opacity 200ms ease-in-out;
}

.modalWindow {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	padding: 25px 10px 25px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modalWindow-in {
	overflow: auto;
	max-height: 100%;
	max-width: 320px;
	padding: 30px;
	position: relative;
	text-align: center;
	background-color: white;
}

.modalWindowScroll {
	height: 100%;
	overflow: auto;
}

.modalWindow-in .closeWindow {
	cursor: pointer;
	text-align: center;
	right: 0;
	top: 0;
	position: absolute;
	width: 35px;
	line-height: 35px;
	cursor: pointer;
	font-size: 18px;
}

.modalWindow-in .closeWindow:hover {
	color: #333;
}

.modalWindow h2 img {
	margin-right: 10px;
	vertical-align: middle;
}

.modalWindowPrice {
	text-align: center;
	margin: 15px 0;
	font-size: 1.25em;
	font-weight: 700;
	display: block;
}

.modalWindow h2 {
	margin: 0 0 5px 0;
}

.modalWindowInCart .modalWindow-in li {
	padding: 2px 0;
}

.modalWindowInCart .modalWindow-in ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.modalWindowInCart .modalWindow-in {
	min-height: 30vh;
	max-width: 760px;
	width: 100%;
	text-align: left;
}

.modalBottomBtns {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-content: center;
}

.modalWindowProduct .modalWindow-in {
	max-width: 730px;
}

.modalWindowProduct__hdr {
	font-size: 1.5em;
	margin: 0 0 1em 0;
	text-align: left;
}

.modalWindowProduct .modalWindowBox {
	display: flex;
}

.modalWindowProductL .item {
	border-width: 0;
	box-shadow: none;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}

.modalWindowProductL {
	flex: auto;
}

.modalWindowProductR .btn {
	padding: 10px;
	line-height: 1.2em;
}

.modalWindowProductR {
	margin-left: 25px;
	width: 50%;
	max-width: 50%;
	text-align: left;
}

.modalWindowProductR .itemRow__text {
	width: 100%;
	padding-right: 0;
}

.modalWindowProductR .itemRow__cont {
	flex-flow: row wrap;
}

.modalWindowProductR .btn--toCart i {
	margin: 0;
}

.goToShop {
	font-size: .875em;
	margin-top: 20px;
	text-align: center;
}

.itemRow {
	border-width: 0 0 1px 0;
	display: flex;
	align-items: center;
	padding: 5px;
}

.itemRow__img {
	width: 20%;
	max-width: 80px;
	margin-left: -5px;
	min-width: 80px;
}

.itemRow__img img {
	display: block;
	width: 100%;
}

.itemRow__text {
	flex: auto;
}

.itemRow__cont {
	padding: 0 15px;
	flex: auto;
	display: flex;
	align-items: center;
}

.itemRow__hdr {
	flex: auto;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
}

.itemRow__text {
	padding-right: 10px;
}

.itemRow__btns {
	flex: none;
	white-space: nowrap;
}

.itemRow__priceBox {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-self: center;
}

.itemRow__priceBox .item__origPrice {
	padding-right: 5px;
}

.itemRow__priceBox .item__price {
	padding-right: 5px;
}

.itemRow__ava {
	font-size: .75rem;
	font-weight: 700;
}

.item__link {
	text-decoration: none;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}

.toFav__link:hover {
	color: var(--secColor);
	text-decoration: none;
}

.toFav__link {
	text-decoration: none;
	cursor: pointer;
	font-size: .9em;
	color: #333;
	margin: 2px 0;
	display: inline-block;
}

.toFav__link i {
	margin: 0 5px 0 0;
	font-size: 14px;
	border: 1px solid #565656;
	border-radius: 50%;
	width: 32px;
	line-height: 32px;
	height: 32px;
	display: inline-block;
	text-align: center;
}

.toFav__link.active i, .toFav__link:hover i {
	color: white;
	background: #31b8ff;
	border-color: #31b8ff;
}

.pseudoLink:hover {
	color: #333;
}

.pseudoLink {
	color: #31b8ff;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	margin-top: 4px;
	font-size: .9em;
}
