body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFF;
}
body, html {
	overflow-x: hidden;
}
main, div, input, textarea, select, button, form, ul, th, td,
#kat>a>span, div.vbtn::before
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:not([type=checkbox]):not([type=radio]):not([type=number]), textarea, button {
	-webkit-appearance: none;
}
input, textarea, select, button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

/*
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);

	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;


IE komp.:
-flex/column: min-height:1px / flex: 1 0 / max-width:100%
-main: +display:block

FILTER:
https://multicms.net/tools/color-solver/

*/

div.wover {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
	z-index: 2147483647;
	opacity: 0;
}
div.wover.u {
	opacity: 1;
}
div.wover.n {
	position: absolute;
	min-height: 100%;
}
div.wover div.wover {
	position: absolute;
}
div.wbox {
	display: none;
	position: relative;
	min-width: 240px;
	max-width: calc(100vw - 40px);
	max-height: calc(100vh - 40px);
	background-color: #FFF;
	text-align: left;
	border: 2px solid #333;
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555');
	overflow-y: auto;
	overscroll-behavior: none;
	font-size: 18px;
}
div.wbox>h1 {
	background-color: #940606;
	margin: 0;
	padding: 8px 40px 8px 12px;
	font-size: 18px;
	cursor: default;
	background-image: none;
	color: #FFF;
	text-align: left;
}
div.wbox>div, div.wbox>form {
	padding: 15px;
	overflow-y: auto;
	overscroll-behavior: contain;
}
div.wbox>div>h1:first-child, div.wbox>div>h2:first-child {
	margin-top: 0;
}
div.wbox>div.wclose {
	display: block;
	width: 25px;
	height: 24px;
	padding: 0;
	background: #000 url(/img/cls.png) no-repeat center center;
	position: absolute;
	right: 9px;
	top: 9px;
	cursor: pointer;
}
div.wbox form.c {
	text-align: center;
	margin: 20px 0 0 0;
}
div.wbox form.c.i {
	text-align: left;
}
div.wbox form.c .btn {
	margin: 15px 3px 0 3px;
	padding: 10px 15px;
	min-width: 100px;
	background-color: #940606;
	color: #FFF;
}
div.wbox.s {
	max-width: 500px;
}
div.wbox.bn {
	max-width: auto;
	overflow-x: hidden;
}
div.wbox.bn img.img {
	display: block;
	max-width: calc(100vw - 60px);
	max-height: calc(100vh - 60px);
}
#bprg {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}
#bprg>span {
	display: inline-block;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #FFF;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	min-width: 300px;
	max-width: 80%;
}
#bprg>div>div {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #FFF;
	margin: 0 4px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	vertical-align: middle;
}
#bprg>div>div.a {
	background-color: #009FE3;
	width: 12px;
	height: 12px;
}
.ldng {
	position: relative;
}
.ldng>*:not(.ldng1) {
	opacity: 0.2;
	pointer-events: none;
}
div.ldng1 {
	position: absolute;
	z-index: 1000;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
div.ldng2 {
  position: relative;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  transform-origin: 5px 15px;
  -webkit-animation: ldng 2s infinite linear;
  animation: ldng 2s infinite linear;
}
div.ldng2::before, div.ldng2::after {
  content: "";
  display: inline-block;
  position: absolute;
}
div.ldng2::before {
  left: -8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}
div.ldng2::after {
  left: 8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}
@-webkit-keyframes ldng {
  0% {transform: rotateZ(0deg) translate3d(0,0,0)}
  100% {transform: rotateZ(720deg) translate3d(0,0,0)}
}
@keyframes ldng {
  0% {transform: rotateZ(0deg) translate3d(0,0,0)}
  100% {transform: rotateZ(720deg) translate3d(0,0,0)}
}

#musr {
	display: none;
	position: absolute;
	width: 300px;
	right: 0;
	top: 100%;
	background-color: #EEE;
	border: 1px solid #C7C5C5;
	border-bottom: 3px solid #878585;
	-moz-box-shadow: 2px 2px 4px silver;
	-webkit-box-shadow: 2px 2px 4px silver;
	box-shadow: 2px 2px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='silver');
	z-index: 2000;
	text-align: left;
	font-size: 14px;
}
#musr>form {
	padding: 12px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#musr>form label {
	display: block;
	margin: 6px 0 3px 0;
}
#musr>form input {
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #000;
	padding: 4px;
}
#musr>form button {
	margin: 10px 0;
	width: 100%;
	padding: 10px;
}
#musr>form p {
	margin: 0;
	line-height: 150%;
}
#musr>div>a {
	display: block;
	text-decoration: none;
	padding: 6px 12px;
	color: #000;
}
#musr>div>a:hover {
	background-color: #DDD;
}

header {
	position: relative;
	text-align: left;
}
header>div {
	position: relative;
	min-width: 290px;
	max-width: 1230px;
	margin: 0 auto;
	padding: 60px 15px 40px 15px;
}
header::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 100%;
	height: 14px;
	background: url(/img/z.png) repeat-x center 0;
}
header>div>div, nav {
	display: inline-block;
	vertical-align: bottom;
}
header>div>div>a {
	font-family: 'Ribeye Marrow', cursive;
	font-weight: 400;
	font-size: 39px;
	line-height: 100%;
	text-transform: uppercase;
}
header a, footer a, footer>div>span {
	text-decoration: none;
	color: #940606;
}
header>div>div {
	width: 450px;
}
nav {
	width: calc(100% - 554px);
	text-align: right;
}
nav a, footer a, footer>div>span {
	display: inline-block;
	text-transform: uppercase;
	margin: 0 0 0 15px;
}
footer a, footer>div>span {
	margin: 0 8px;
}
footer a:hover, footer>div>span:hover {
	text-decoration: underline;
}

#bnr, footer {
	max-width: 1920px;
	margin: 0 auto;
}
#bnr img, footer>img {
	width: 100%;
	vertical-align: top;
}
footer>div {
	padding: 80px 0 40px 0;
}

div.g {
	background: url(/img/zg1.png) repeat-x center 0, url(/img/zg2.png) repeat-x center bottom;
	background-color: #E3E3E3;
	padding: 55px 0;
}

main, div.main {
	display: block;
	min-width: 320px;
	max-width: 1230px;
	margin: 50px auto;
	padding: 0 15px;
	text-align: left;
}
main.h {
	margin: 0 auto;
	padding: 0 0 50px 0;
	position: relative;
	z-index: 9999;
}
div.main.c {
	text-align: center;
}
div.g>div.main {
	margin: 0 auto;
}
main.m {
	max-width: 600px;
}
h2.c {
	text-align: center;
}

a[name="format"] {
	position: absolute;
	top: -50px;
}
#xprods {
	position: relative;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	margin-bottom: -12%;
}
#prods {
	display: flex;
	max-width: 1020px;
	margin: 0 auto;
}
#prods>div {
	display: flex;
	flex-direction: column;
	flex: 0 0 32%;
	border: 1px solid #999;
	background: #EDEDED;
	text-align: center;
	padding: 15px 25px;
}
#prods>div:nth-child(2) {
	position: relative;
	flex: 0 0 36%;
	margin: -40px -1px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}
#prods>div>div.p {
	flex: 1;
	font-size: 15px;
	padding: 0 0 10px 0;
}
#prods>div>div:first-child {
	font-size: 14px;
}
#prods>div>div:first-child>div {
	font-size: 18px;
	font-weight: 700;
}
#prods>div img {
	vertical-align: top;
	margin: 15px 0 10px 0;
	border: 5px solid #FFF;
	max-width: 80%;
}
#prods>div>div.c {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 15px 0;
}
#prods>div>div.c>span {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 14px;
}
#prods>div>div.c>div {
	font-size: 32px;
	font-weight: 700;
	color: #940606;
	line-height: 100%;
}
#prods>div .btn {
	width: 210px;
}

#xkat {
	position: relative;
	text-align: center;
	margin: 40px 0 0 0;
/*
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	margin-bottom: -12%;
*/
}
#kat {
	width: calc(100% - 92px);
	display: inline-block;
	vertical-align: middle;
	padding: 20px;
}
#kat>a {
	position: absolute;
	display: block;
	-webkit-box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.5);
	cursor: pointer;
	-webkit-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
#kat>a.m {
	transform: scale(0.8);
}
#kat>a::after {
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,0.7) 100%);
}
#kat>a>span {
	text-align: left;
	position: absolute;
	z-index: 2;
	left: 15px;
	bottom: 15px;
	color: #FFF;
	font-family: 'Ribeye Marrow', cursive;
	font-weight: 400;
	font-size: 27px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	text-transform: uppercase;
	line-height: 130%;
}
#kat img {
	width: 100%;
	vertical-align: top;
}
#kat>a>b {
	display: block;
	position: absolute;
	z-index: 3;
	width: 170px;
	height: 22px; /*fixní výška*/
	top: 0;
	right: 0;
	background: #F00;
	color: #FFF;
	font-size: 12px;
	line-height: 100%;
	padding: 5px;
	transform-origin: 0 0;
	transform: translate(calc(29.2893% + 15.55px),-15.55px) rotate(45deg); /*posun=w-w/srqt(2) */
	clip-path: polygon(22px 0,calc(100% - 22px) 0,100% 100%,0 100%);
}
/*
#kat>a>b::before {
	position: absolute;
	left: -22px;
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 22px 22px;
	border-color: transparent transparent #F00 transparent;
}
#kat>a>b::after {
	position: absolute;
	right: -22px;
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 0 22px;
	border-color: transparent transparent transparent #F00;
}
*/
[data-rsm-move-left], [data-rsm-move-right] {
	position: absolute;
	top: 50%;
	display: block;
	width: 46px;
	height: 46px;
	margin: -23px 0 0 0;
	background: url(/img/ar.svg) no-repeat;
	background-size: 100%;
	cursor: pointer;
}
[data-rsm-move-left] {
	left: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
[data-rsm-move-right] {
	right: 0;
}

#mk {
	text-align: center;
	margin: 0 0 30px 0;
	background: linear-gradient(90deg, 
	 transparent calc(50% - 1px), 
	 #E3E3E3 calc(50%), 
	 transparent calc(50% + 1px)
  );
	counter-reset: mk;
}
#mk div.p {
	display: flex;
	align-items: center;
}
#mk div.p>div {
	flex: 0 0 calc(50% - 46px);
	margin: 35px 0;
}
#mk div.p>div:nth-child(2) {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	margin: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #FFF;
	border: 1px solid #E3E3E3;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 700;
}
#mk div.p>div:nth-child(2)::after {
	display: inline-block;
	counter-increment: mk;
  content: counter(mk);
}
#mk div.p>div:first-child {
	font-size: 24px;
	font-weight: 700;
	text-align: right;
}
#mk div.p>div:last-child {
	font-size: 14px;
	text-align: left;
}

#mn {
	display: none;
	float: right;
	width: 32px;
	height: 32px;
	background: url(/img/i_mn.svg) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	margin: 48px 0 0 15px;
}
#mn.a, #mn:hover {

}
#xmenu {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 100%;
	right: 0;
	background: #FFF;
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5); 
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5);
	padding: 4px 0;
}
#xmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#xmenu ul ul {
	display: none;
}
#xmenu ul li {

}
#xmenu ul li>a {
	padding: 6px 15px;
	margin: 0;
	white-space: nowrap;
}

div.nsp {
	position: absolute;
	display: none;
	left: 0;
	margin: 0 !important;
	border: 1px solid #B6B6B6;
	background-color: #FFF;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	text-align: left;
	font-size: inherit;
	z-index: 999999;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 300px;
}
div.nsp>div, div.nsp>a {
	display: block;
	padding: 4px 6px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
div.nsp>div:hover, div.nsp>a:hover {
	background-color: #EEE;
}
div.nsp>div.a, div.nsp>a.a {
	background-color: #DDD;
}
div.nsp>span.c {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 5px;
	top: 5px;
	background-image: url(/img/nspc.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
div.nsp>span.x {
	display: block;
	background-color: #D8D8D8;
	padding: 4px;
}
div.nsp>span.x span {
	text-decoration: underline;
	cursor: pointer;
}
div.nspp {
	position:absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 18px;
	z-index: 5000;
	cursor: default;
	padding: 2px 0 0 0;
	display: flex;
	align-items: center;
}
div.nspp>div{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-color:#000 transparent transparent transparent;
	margin: 5px 0 0 5px;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}


div.gal {
	margin: 50px -1.5%;
}
div.gal a {
	position: relative;
	display: inline-block;
	width: 22%;
	margin: 0 1.5% 50px 1.5%;
	text-decoration: none;
	outline: none;
}
div.gal a img {
	border: 0;
	width: 100%;
	vertical-align: top;
}
div.gal a>span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 8px;
	background: rgba(0,0,0,0.5);
	font-size: 11px;
	color: #FFF;
	text-align: center;
}

div.lst {
	margin: -15px;
}
div.lst>a {
	display: inline-block;
	width: calc(25% - 30px);
	margin: 15px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
div.lst>a img {
	width: 100%;
	border: 0;
	vertical-align: top;
}
div.lst>a:hover {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.6);
}

u.ntrm {
	cursor: pointer;
}

/*
#k_frm {
	max-width: 550px;
	margin: 0 auto;
}
#k_frm>table {
	width: 100%;
	border: 0;
	border-spacing: 0;
}
#k_frm>table td {
	padding: 4px 0;
}
*/

#cookies {
	position: fixed;
	z-index: 2000000;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 75%;
	padding: 30px;
	background: #000;
	background: rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4); 
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4);
	overflow-y: auto;
	overscroll-behavior: contain;
	text-align: left;
}
#cookies>div {
	margin: 0 auto;
	max-width: 1404px;
}
#cookies a {
	color: #FFF;
}
#cookies div, #cookies td {
	color: #FFF;
}
#cookies>div>div:first-child>div {
	color: #FFF;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 10px 0;
}
#cookies_b {
	text-align: right;
}
#cookies_b>div {
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 5px 10px;
	margin: 10px 0 0 8px;
	cursor: pointer;
}
#cookies_b>div[data-m="1"] {
	background: rgba(255,255,255,0.2);
}
#cookies_b>div:hover {
	background: #3F8F31;
	color: #FFF;
}
#cookies_i {
	display: none;
	background: rgba(0,0,0,0.1);
	padding: 15px;
	border-radius: 10px;
	margin: 15px 0 0 0;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3); 
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
}
div.cookies {
	margin: 18px 0 0 0;
}
div.cookies>div:first-child>div:first-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
div.cookies>div:first-child>div:first-child>div:first-child, #cookies_i>div:first-child>div {
	color: #FFF;
	font-size: 1.05em;
	font-weight: 700;
}
div.cookies div.cookies_m {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	cursor: pointer;
}
div.cookies div.cookies_m::before {
	display: inline-block;
	content: ">";
	font-weight: 900;
	margin: 0 6px 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.cookies div.cookies_m.a::before {
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
div.cookies div.cookies_c {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #FFF;
	border-radius: 8px;
	width: 70px;
	height: 24px;
	margin: 0 0 0 25px;
	cursor: pointer;
}
div.cookies div.cookies_c>div {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 20px;
	left: 2px;
	top: 2px;
	background: #3F8F31;
	border-radius: 6px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.cookies div.cookies_c>div::after {
	display: block;
	content: "ANO";
	font-size: 12px;
	color: #FFF;
}
div.cookies div.cookies_c.d {
	pointer-events: none;
}
div.cookies div.cookies_c.d>div {
	background: #666;
}
div.cookies div.cookies_c.n>div {
	left: 33px;
	background: #900;
}
div.cookies div.cookies_c.n>div::after {
	content: "NE";
}
div.cookies table {
	display: none;
	width: 100%;
	min-width: 600px;
	border: 0;
	border-spacing: 0;
	margin: 15px 0 0 0;
}
div.cookies table th, div.cookies table td {
	padding: 3px 10px;
}
div.cookies table th {
	background: #555;
	color: #FFF;
	font-weight: 500;
	white-space: nowrap;
}
div.cookies table th:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
div.cookies table th:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
div.cookies table tr:nth-child(odd) td {
	font-size: 0.9em;
	padding-top: 0;
	padding-bottom: 8px;
}
div.cookies>div:first-child>div:first-child, #cookies_i>div:first-child>div {
	margin: 0 0 8px 0;
}
@media only screen and (max-width:420px) {
 #cookies {
	padding: 15px;
 }
 div.cookies>div:first-child>div:first-child>div:first-child {
	flex: 0 0 100%;
 }
 div.cookies>div:first-child>div:first-child>div:last-child {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
 }
}
#cookies-consent {
	display: inline-block;
	cursor: pointer;
}
#cookies-consent:hover {
	text-decoration: underline;
}

div.ytvideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-bottom: 40px;
}
div.ytvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
form {
	margin: 0;
}
textarea {
	resize: none;
}
select {
	background-color: #FFF;
}
.fld, .fld100 {
	border: 1px solid #333;
	color: #000;
	background-color: #FFF;
	padding: 3px;
}
.fld100 {
	width: 100%;	
}
.fld.q, .fld100.q, input[data-required], textarea[data-required] {
	background: url(/img/req.png) no-repeat right 2px top 2px;
}
.btn {
	display: inline-block;
	border: 0;
	border-radius: 8px;
	padding: 15px 25px;
	background: #F58D55;
	color: #036;
	font-family: 'Ribeye Marrow', cursive;
	font-size: inherit;
	line-height: 100%;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	text-transform: uppercase;
	cursor: pointer;
}
.btn:hover {
	background: #000;
	color: #FFF;
}
.btns {
	text-align: center;
	margin: 30px 0;
}
.btns .btn {
	margin: 10px;
}
.uootblm, .uootbl {
	width: 100%; border: 0;
}

body:not(#foo) input[type=checkbox] {
	display:none;
}
body:not(#foo) input[type=checkbox]+label {
	padding-left: 25px;
	min-height: 16px;
	background: url(img/chk0.png) no-repeat 2px center;
} 
body:not(#foo) input[type=checkbox]:checked+label{
	background-image: url(/img/chk1.png);
}

input[type="text"]::-ms-clear, input[type="search"]::-ms-clear, input:not([type])::-ms-clear {
	display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration
{
	-webkit-appearance: none;
	-moz-appearance: textfield;
	display: none;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
input[type="number"] {
	-moz-appearance: textfield;
}

div.alrt {
	margin: 10px 0;
	padding: 8px;
	background-color: #FFCCCC;
	border: 3px solid #C00;
}
div.ov {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

div.pg {
	clear: both;
	padding: 2px 0;
	margin: 10px 0;
}
div.pg, div.pg td, div.pg select {
	font-family: inherit;
	font-size: 11px;
	vertical-align: middle;
}
div.pg b, div.pg a {
	display: inline-block;
	margin: 5px 0 5px 3px;
	background-color: #E4E2E2;
	color: #7F7F7F;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding: 8px 0;
	width: 28px;
}
div.pg b, div.pg a:hover {
	background-color: #666;
	color: #FFF;
}
div.pg b {
	cursor: default;
}

table.n {
	width: 100%;
	border: 0;
}
table.n td {
	vertical-align: top;
}
.break, .clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}
#preloader {
	display:none;
}

div.crsl {
	overflow: hidden;
	position: relative;
}
div.crsl>div {
	width: 100%;
	display: none;
	position: relative;
	z-index: 100;
}
div.crsl>div[data-u] {
	cursor: pointer;
}
div.crsl>div:first-child, div.crsl.ah>div:first-child {
	display: block;
}
div.crsl>div>img {
	width: 100%;
	vertical-align: top;
	border: 0;
}
div.crsl>div:first-child, div.crsl.ah>div:first-child {
	display: block;
}
div.crsl>span.m {
	position: absolute;
	z-index: 9999;
	left: 10px;
	right: 10px;
	bottom: 3%;
}
div.crsl>span.m>span {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 10px;
	background: #FFF;
	margin: 0 5px;
	cursor: pointer;
}
div.crsl>span.m>span.a {
	background: #666;
	cursor: default;
}
div.crsl>span.arw {
	position: absolute;
	min-width: 300px;
	max-width: 1390px;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
div.crsl>span.arw>a {
	position: absolute;
	display: block;
	z-index: 1000;
	content: "";
	background: url(/img/aw.svg);
	background-size: 100%;
	width: 56px;
	height: 56px;
	cursor: pointer;
	top: 50%;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0.7;
}
div.crsl>span.arw>a:first-child {
	left: -90px;
	-ms-transform: translate(0,-50%) rotate(180deg);
	-o-transform: translate(0,-50%) rotate(180deg);
	-webkit-transform: translate(0,-50%) rotate(180deg);
	-moz-transform: translate(0,-50%) rotate(180deg);
	transform: translate(0,-50%) rotate(180deg);
}
div.crsl>span.arw>a:last-child {
	right: -90px;
}
div.crsl>span.arw>a:hover {
	opacity: 1;
}

div.rsm {
	position: relative;
	overflow: hidden
}
div.rsm::after {
	display: block;
	content: "";
	clear: both;
	height: 0;
}

div.rub_c {
	display: flex;
	height: 100%;
}
div.rub_c>div:first-child {
	flex: 0 0 53.1%;
	display: flex;
	border: 1px solid transparent;
	padding: 0;
	margin: 1.74% 2.04% 9.4% 1.74%;
	font-family: inherit;
	font-size: 10px;
	background: transparent;
}
div.rub_c>div:first-child>div {
	outline: 0;
}
/*
div.rub_c>div:first-child:focus:not([readonly]) {
 border-color: #940606;
}
*/
div.rub_ac {
	flex: 1;
	padding: 19.8% 1% 0 8.2%;
}
div.rub_a>div {
	line-height: 100%;
	padding: 3.9% 0;
	font-size: inherit;
}
div.rub_a>div:first-child {
	display: inline-block;
	min-width: 50%;
}
div.rub_a>div:last-child {
	font-size: inherit !important;
	padding-left: 4.3%;
	padding-top: 2.4%;
	letter-spacing: 1.48rem;
}
div.rub_a {
	margin: 0 0 30px 0;
}
div.vbtn {
	margin: 0 0 10px 0;
	cursor: pointer;
}
div.vbtn::before {
	display: inline-block;
	vertical-align: middle;
	content: "+";
	width: 24px;
	height: 24px;
	background: #940606;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	line-height: 100%;
	margin: -3px 10px 0 0;
	padding: 2px 0 0 0;
}

div.wbox.adr {
	width: 90%;
	max-width: 600px;
}
div.wbox.adr, div.wbox.adr>form {
	overflow: unset;
}
div.wbox.adr>form>div {
	margin: 0 0 6px 0;
}
div.wbox.adr label {
	display: inline-block;
	vertical-align: middle;
	width: 170px;
}
div.wbox.adr label+input[type="text"], div.wbox.adr select, div.wbox.adr select+div {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 180px);
	margin: 0 0 0 10px;
	border: 1px solid #CCC;
	padding: 4px;
}
div.wbox.adr select+div {
	padding: 0;
}
div.wbox.adr select+div>input {
	width: 100%;
	padding: 4px;
	border: 0;

}

div.wbox .btn {
	margin: 10px 10px 0 0;
}


#rub_adr>div {
	margin: 0 0 15px 0;
}
#rub_adr>div>span {
	cursor: pointer;
}
#rub_adr>div>div {
	margin: 6px 0 0 0;
}
#rub_adr>div>div>span {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(/img/i_ed.svg) no-repeat center center;
	background-size: contain;
	margin: 0 8px 0 0;
}
#rub_adr>div>div>span:last-child {
	background-image: url(/img/cls.svg);
	background-size: 90%;
}

#obj2, #obj3 {
	display: none;
}
#ed_prod {
	padding: 10px;
	background: #F2F2F2;
	margin: 0 0 15px 0;
	font-size: 14px;
}

.flip, .flip>div {
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	z-index: 1;
}
.flip>div {
	display: block;
	background: #FFF;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-clip: padding-box;

	-webkit-transition: -webkit-transform .4s cubic-bezier(.2, .85, .4, 1.275);
	transition: -webkit-transform .4s cubic-bezier(.2, .85, .4, 1.275);
	transition: transform .4s cubic-bezier(.2, .85, .4, 1.275);
	transition: transform .4s cubic-bezier(.2, .85, .4, 1.275), -webkit-transform .4s cubic-bezier(.2, .85, .4, 1.275);
/*
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform .75s ease-in-out;
	transition: -webkit-transform .75s ease-in-out;
	transition: transform .75s ease-in-out;
	transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out;
*/

	overflow: hidden;
}
.flip>div:first-child {
	z-index: 10;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}
.flip>div:last-child {
	position: absolute !important;
	bottom: 0;
	z-index: -1;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flip.a>div:first-child {
	z-index: -1;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.flip.a>div:last-child {
	z-index: 1;
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

#b_obj3_r, #b_obj3_p, #b_obj3_n  {
	display: inline-block;
	cursor: pointer;
	user-select: none;
}
#b_obj3_r::before, #b_obj3_p::before, #b_obj3_n::before {
	display: inline-block;
	vertical-align: top;
	content: "";
	width: 24px;
	height: 24px;
	background: url(/img/i_flip.svg) 0/contain no-repeat;
	margin: 0 8px 0 0;
}
#b_obj3_p::before, #b_obj3_n::before {
	background-image: url(/img/i_arb.svg);
}
#b_obj3_n::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#b_obj3_p, #b_obj3_n {
	margin: 0 0 0 15px;
}
#obj3_ad {
	display: inline-block;
	border-left: 2px solid #CCC;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}
#obj3_ad>span {
	display: inline-block;
	font-weight: 500;
}

#obj3_s {
	border: 3px solid #F2F2F2;
}
#obj3_s>div:first-child {
	background: #F2F2F2;
	padding: 5px 10px;
}
#obj3_s>div:last-child {
	padding: 10px;
}
#obj3_s1 {
	font-weight: 600;
	font-size: 32px;
	text-align: center;
}
#obj3_s2 {
	margin: 10px 0;
	text-align: center;
}
#obj3_s2 div.d {
	text-decoration: underline;
	cursor: pointer;
}
#obj3_s2 div.d+div {
	display: none
}

div#blgn, div#bcart {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: url(/img/i_lg.svg) center/contain no-repeat;
	cursor: pointer;
	margin: 0 0 0 20px;
}
div#bcart {
	background-image: url(/img/i_cart.svg);
}

#cart {
	width: 100%;
	border: 0;
	border-spacing: 0;
}
#cart th, #cart td {
	text-align: left;
	border: 1px solid #F2F2F2;
	padding: 8px;
}
#cart th {
	font-weight: 600;
	background: #E9E9E9;
}
#cart td:first-child {
	width: 150px;
}
#cart td:first-child img {
	width: 100%;
	vertical-align: top;
}
#cart th:nth-last-child(2), #cart td:nth-last-child(2) {
	text-align: right;
}
#cart td:last-child {
	width: 16px;
}
#cart_ps {
	text-align: right;
	margin: 15px 0;
}
#cart_ps>span {
	display: inline-block;
	font-weight: 700;
	font-size: 27px;
	margin: 0 0 0 10px;
}

#cart div.rm {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(/img/i_rmv.svg) 0/contain no-repeat;
	filter: invert(93%) sepia(0%) saturate(1%) hue-rotate(190deg) brightness(89%) contrast(91%);
	cursor: pointer;
}
#cart div.rm:hover {
	filter: invert(10%) sepia(68%) saturate(6944%) hue-rotate(0deg) brightness(105%) contrast(115%);
}

div.tc {
	display: flex;
	justify-content: space-between;
}

#cart_cp {
	display: flex;
	margin: 15px 0;
}
#cart_cp>input[type="text"] {
	width: 250px;
	border: 1px solid #666;
	padding: 5px;
}
#cart_cp>input.btn {
	border-radius: 0;
	padding: 5px 10px;
	margin: 0 0 0 5px;
}

#cart2 {
	display: none;
}
#cart2>form {
	max-width: 600px;
	margin: 0 auto;
}
#cart2 div.n {
	font-weight: 600;
	margin: 15px 0;
}
#cart2 div.n:first-child {
	margin-top: 0;
}
#cart2 div.i {
	display: flex;
	align-items: center;
	margin: 5px 0;
}
#cart2 div.i>label {
	flex: 0 0 120px;
	line-height: 110%;
}
#cart2 div.i>input {
	flex: 0 0 calc(100% - 120px);
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 2px 0;
}
#cart2 div.c {
	padding-left: 120px;
}
#cart2_fa {
	display: none;
}

#prispevek {
	max-width: 700px;
	margin: 30px auto 0 auto;
	padding: 10px 20px;
	cursor: pointer;
}
#prispevek>div.n {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#prispevek>div.n>div>div:first-child {
	font-weight: 600;
	font-size: 20px;
}
#prispevek>div.n>div>div:last-child {
	font-size: 15px;
}
#prispevek>div.n>img {
	margin: 0 0 0 20px;
	vertical-align: top;
}
#prispevek>div.p {
	display: none;
	padding: 10px 0 0 0;
}
#prispevek>div.p div.pr {
	display: flex;
}
#prispevek>div.p div.pr>span {
	min-width: 60px;
	background: #F58D55;
	border: 2px solid #F58D55;
	color: #FFF;
	margin: 0 4px 0 0;
	padding: 6px;
	border-radius: 6px;
	text-align: center;
}
#prispevek>div.p div.pr>div {
	position: relative;
	display: flex;
	align-items: center;
	border: 2px solid #F58D55;
	border-top: 0;
	background: #FFF;
	border-radius: 6px;
	padding: 0 8px;
}
#prispevek>div.p div.pr>div>input {
	width: 45px;
	background: transparent;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: 600;
	text-align: right;
	margin: 0 5px 0 0;
}
#prispevek>div.p div.pr>div>span:first-child {
	position: absolute;
	left: 0;
	right: 0;
	top: -7px;
	color: #F58D55;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
#prispevek>div.p div.pr>div>span:last-child {
	font-weight: 500;
}
#prispevek>div.p>div:last-child {
	padding: 6px 0 0 0;
	font-size: 15px;
}
#prispevek>div.p div.pr>span.a, #prispevek>div.p div.pr>div.a {
	border-color: #000;
}

div.obx {
	max-width: 700px;
	margin: 0 auto;
}
div.obx>b {
	display: inline-block;
	margin-bottom: 6px;
}
div.dpx>b {
	display: block;
	padding: 10px;
}
div.obx div label {
	display: block;
	margin-bottom: 2px;
}
div.obx div.x label {
	display: inline;
}
div.obx label span {
	color: #CC0000;
}
div.obx input[type="text"], div.obx input[type="password"], div.obx select, #dobj textarea {
	width: 100%;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
}
div.obx div {
	padding: 5px 0;
}
div.obx.z div span {
	display: block;
	padding: 2px;
	border: 1px solid #999;
	background-color: #FFF;
}
#dobj textarea {
	margin-top: 4px;
	width: calc(100% - 15px);
}
#fa1, #fa2 {
	margin: 0 0 -1px 0;
}
#fa1x {
	display: none;
}
#fa1x.a, #fa2x.a {
	display: block;
}
div.obx div.u {
	margin-bottom: 8px;
}
div.obx div.cp {
	margin-bottom: 8px;
	display: inline-block;
	width: 15%;
}
div.obx div.p {
	display: inline-block;
	width: 64px;
	margin-right: 1.6%;
}
div.obx div.m {
	display: inline-block;
	width: calc(47.6% - 64px);
	margin-right: 1.6%;
}
div.obx div.p1, div.obx div.p2 {
	display: inline-block;
	width: 49.2%;
}
div.obx div.p1 {
	margin-right: 1.6%;
}
div.souhl {
	text-align: center;
	margin: 20px 0 0 0;;
}
/*
#dadr {
	margin: 0 0 -2px 5px;
}
#dadrb.d, #dadrb.d label {
	color: #CCC;
}
#dadrb.d input, #dadrb.d input:disabled, #dadrb.d select, #dadrb.d select:disabled {
	background-color: #F2F2F2;
	border-color: #CCC;
}
*/

div.podk {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
}
div.podk>div {
	margin: 0 8px 8px 0;
	background: #EEE;
	padding: 8px 16px;
	cursor: pointer;
}
div.podk>div.a {
	background: #F58D55;
	color: #FFF;
}


/*** EDITOR> ***/
div.fsize {
	display: flex;
	align-items: center;
}
div.fsize>span {
	width: 24px;
	height: 24px;
	border: 2px solid #000;
	border-radius: 50%;
	margin: 0 10px 0 0;
	background: url(/img/i_p.svg) no-repeat center center;
	background-size: 70%;
	margin: 0 12px 0 0;
	cursor: pointer;
}
div.fsize>span:last-child {
	background-image: url(/img/i_ms.svg);
	margin: 0 0 0 12px;
}
div.fsize>div {
	color: #666;
	font-size: 14px;
	margin: 0 0 0 4px;
}
div.fsize>input[type="number"] {
	border: 0;
	font-size: 18px;
	font-weight: 700;
	width: 30px;
	text-align: right;
}
div.ffam>div {
	font-size: 24px;
	margin: 0 0 10px 0;
	cursor: pointer;
}
div.ffam1{font-family:'Roboto'}
div.ffam2{font-family:'Bree Serif'}
div.ffam3{font-family:'Grand Hotel'}
div.ffam4{font-family:'Libre Baskerville'}


body.grab, body.grab * {
	cursor: n-resize !important;
	cursor: grabbing !important;
}
#editor {
	max-width: 1000px;
	margin: 0 auto;
}
#edc, #rub {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 330px);
}
#rub>div {
	background-size: 100%;
}
div.col {
	display: inline-block;
	vertical-align: top;
	width: 140px;
}
div.col:first-child {
	margin: 0 25px 0 0;
}
div.col:last-child {
	margin: 0 0 0 25px;
}
#obj3>div.flip, #obj3_s {
	max-width: calc(100% - 330px);
	margin: 0 auto;
}
#obj3_i>img {
	width: 100%;
	vertical-align: top;
}
div.obj3_b {
	margin: 50px 0;
}

#ed, #rub>div, #obj3_i, #obj3_a {
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
}
#ed>div[data-t="3"]>span[contenteditable="true"], #ed>div[data-t="4"]>span[contenteditable="true"] {
	cursor: text;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	padding: 0 1px;
}
#ed>div[data-t="3"], #ed>div[data-t="4"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 8px 16px 8px 12px;
	margin: -8px -16px -8px -12px;
}
#ed>div.cr {
	display: block;
	border: 1px dashed #C00;
	pointer-events: none;
	z-index: 19999;
}
#edc div.dc {
	display: none;
	position: absolute;
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 100%;
}
#edc div.dc.v {
	background-size: auto 100%;
}
body.drgi #ed>div *, body.drgi #ed>div[data-t="2"], body.drgi #ed>div[data-t="3"], body.drgi #ed>div[data-t="4"],
body.drgc #ed *, body.drgt #ed *,
body.drgi #plu, body.drgc #plu,
#ed>div[data-t="0"],
#ed>div[data-t="6"],
#ed>div[data-lm="1"]
{
	pointer-events: none;
}
div.pg>div {
	position: absolute;
	cursor: default;
	outline: none;
}
div.pg>div>span>span {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
div.pg>div[data-t="3"] span, div.pg>div[data-t="4"] span {
	display: inline-block;
	position: relative;
	outline: none;
	white-space: nowrap;
}
div.pg>div[data-t="3"] {
	overflow-x: hidden;
}
div.pg>div[data-t="3"]>span {
	display: flex;
	height: 100%;
	line-height: 100%;
	align-items: center;
}
div.pg>div>span>span>img {
	width: 100%;
	border: 0;
}
div.pg>div[data-t="6"] {
	background-repeat: no-repeat;
	background-size: 100%;
}
div.pg>div[data-t="0"], div.pg>div[data-t="6"], #grd {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
div.pg>div[data-t="1"]>span, div.pg>div[data-t="2"]>span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
div.pg>div[data-t="1"]>span:empty, div.pg>div[data-t="2"]:empty {
	-webkit-background: repeating-linear-gradient(45deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2) 4px,rgba(0,0,0,0.05) 4px,rgba(0,0,0,0.05) 8px);
	-moz-background: repeating-linear-gradient(45deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2) 4px,rgba(0,0,0,0.05) 4px,rgba(0,0,0,0.05) 8px);
	-o-background: repeating-linear-gradient(45deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2) 4px,rgba(0,0,0,0.05) 4px,rgba(0,0,0,0.05) 8px);
	background: repeating-linear-gradient(45deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2) 4px,rgba(0,0,0,0.05) 4px,rgba(0,0,0,0.05) 8px);
	-webkit-filter: none !important;
	filter: none !important;
}
div.pg>div[data-t="1"]:not(.a)>span:empty, div.pg>div[data-t="2"]:empty:not(.a) {
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
}

#ed * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.slx {
	position: absolute;
	z-index: 50000;
}
div.sl.ht,div.sl.hb,div.sl.hl,div.sl.hr {
	position: absolute;
}
div.sl.ht {
	height: 6px;
	background: url(ed/sl_h.gif) repeat-x 0 0;
	cursor: n-resize;
	top: 0;
	left: 7px;
	right: 7px;
}
div.sl.hb {
	height: 6px;
	background: url(ed/sl_h.gif) repeat-x 0 bottom;
	cursor: s-resize;
	bottom: 0;
	left: 7px;
	right: 7px;
}
div.sl.hl {
	width: 6px;
	background: url(ed/sl_v.gif) repeat-y 0 0;
	cursor: w-resize;
	top: 7px;
	bottom: 7px;
	left: 0;
}
div.sl.hr {
	width: 6px;
	background: url(ed/sl_v.gif) repeat-y right 0;
	cursor: e-resize;
	top: 7px;
	bottom: 7px;
	right: 0;
}
div.sl.o.ht,div.sl.o.hb,div.sl.o.hl,div.sl.o.hr {
	cursor: default;
}
div.sl.o.ht {
	left: 0;
	right: 0;
}
div.sl.o.hb {
	left: 0;
	right: 0;
}
div.sl.o.hl {
	top: 0;
	bottom: 0;
}
div.sl.o.hr {
	top: 0;
	bottom: 0;
}
div.sl.nw,div.sl.ne,div.sl.sw,div.sl.se {
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #AAA;
	border: 1px solid #666;
}
div.sl.nw {
	cursor: nw-resize;
	left: 0;
	top: 0;
}
div.sl.ne {
	cursor: ne-resize;
	right: 0;
	top: 0;
}
div.sl.sw {
	cursor: sw-resize;
	left: 0;
	bottom: 0;
}
div.sl.se {
	cursor: se-resize;
	right: 0;
	bottom: 0;
}
#ovi_r, #ovi_c, #ovi_m {
	position: absolute;
	cursor: pointer;
	z-index: 1000;
}
#ovi_r {
	right: 8px;
	bottom: 8px;
}
#ovi_c {
	right: 8px;
	top: 8px;
}
#ovi_m {
	left: 8px;
	top: 8px;
}
#ovi_m.a rect.m {
	fill: transparent;
}
#ed>div.ed #ovi_r, #ed>div.ed #ovi_c {
	display: none;
}

#frm {
	white-space: nowrap;
}
#frm div.in>div {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	pointer-events: none;
	text-align: center;
}
#frm span, #frm div.in {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	border: 1px solid #666;
	margin: 0 8px 0 0;
	font-size: 14px;
	user-select: none;
}
#frm img {
	width: 100%;
	vertical-align: top;
	border: 0;
	cursor: pointer;
}

#lyt>div {
	display: inline-block;
	position: relative;
	margin: 0 10px 10px 0;
	border: 1px solid #666;
	cursor: pointer;
}
#lyt>div:last-child {
	margin-bottom: 0;
}
#lyt>div>div {
	position: absolute;
	border: 1px solid #666;
}
#lyt>div>div[data-tp="1"] {
	border: 0;
	background-color: #EEE;
}

#objs {
	display: none;
}

div.col>span:first-child, div.col span.hd {
	display: block;
	font-size: 15px;
	margin: 0 0 15px 0;
}
div.col span.hd {
	margin-top: 25px;
}
div.col>div:first-child>span.hd {
	margin-top: 0;
}
#ed_m3 {
	background: #F2F2F2;
	margin: 30px 0 0 0;
	padding: 15px 15px 10px 15px;
}
#ed_m3>span {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	font-size: 15px;
}
#ed_m3>div {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 120px);
}

#xlyt {
	max-height: calc(100% - 30px);
}
#xfrm {
	padding: 0 0 6px 0;
}

.scrl {
  scrollbar-width: thin;
  scrollbar-color: #CCC #f5f5f5;
}
.scrl.x {
	overflow-x: auto;
	overflow-y: hidden;
}
.scrl.y {
	overflow-x: hidden;
	overflow-y: auto;
}
.scrl.x::-webkit-scrollbar {
	height: 10px;
}
.scrl.y::-webkit-scrollbar {
	width: 10px;
}
.scrl::-webkit-scrollbar {
	background-color: #f5f5f5
}
.scrl::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #f5f5f5
}
.scrl::-webkit-scrollbar-thumb {
	background: #CCC;
}


div.ed_b>div {
	display: flex;
	align-items: center;
	margin: 0 0 30px 0;
	cursor: pointer;
	user-select: none;
}
div.ed_b>div>span {
	flex: 1;
}
div.ed_b>div::before, div.talgn>div, div.valgn>div {
	display: block;
	content: "";
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	border-radius: 50%;
	margin: 0 10px 0 0;
	background: url(/img/i_p.svg) no-repeat center center;
	background-size: 70%;
}
div.talgn>div, div.valgn>div {
	display: inline-block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
	cursor: pointer;
}
div.talgn>div.talgn1 {
	background-image: url(/img/ah-l.svg);
}
div.talgn>div.talgn2 {
	background-image: url(/img/ah-c.svg);
}
div.talgn>div.talgn3 {
	background-image: url(/img/ah-r.svg);
}
div.valgn>div.valgn1 {
	background-image: url(/img/av-t.svg);
}
div.valgn>div.valgn2 {
	background-image: url(/img/av-c.svg);
}
div.valgn>div.valgn3 {
	background-image: url(/img/av-b.svg);
}
div.ed_b>div#b_v::before {
	background-size: 50%;
}
div.ed_b>div#b_p::before {
	background-image: url(/img/i_m.svg);
}
div.ed_b>div#b_o::before {
	background-image: url(/img/i_rot.svg);
}
div.ed_b>div#b_zv::before {
	background-image: url(/img/i_zv.svg);
}
div.ed_b>div#b_zm::before {
	background-image: url(/img/i_zm.svg);
}
div.ed_b>div#b_tx::before {
	background-image: url(/img/i_tx.svg);
	background-size: 45%;
}

div.ed_b>div:hover {
	color: #940606;
}
div.ed_b>div:hover::before,
div.fsize>span:hover,
div.ffam>div.a,
div.ffam>div:hover,
div.talgn>div.a,
div.talgn>div:hover,
div.valgn>div.a,
div.valgn>div:hover
{
	filter: invert(10%) sepia(70%) saturate(5486%) hue-rotate(355deg) brightness(92%) contrast(103%);
	filter: brightness(0) saturate(100%) invert(10%) sepia(70%) saturate(5486%) hue-rotate(355deg) brightness(92%) contrast(103%);
}

#ed div.pn_m, #ed div.pn_r {
	position: absolute;
	width: 48px;
	height: 48px;
	background: #940606 url(/img/a.svg) no-repeat center center;
	background-size: 50%;
	border-radius: 50%;
	cursor: pointer;
}
#ed div.pn_r {
	background-image: url(/img/ao.svg);
}
#ed div.pn_m.l {
	left: 15px;
	top: 50%;
	margin-top: -24px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
#ed div.pn_m.r {
	right: 15px;
	top: 50%;
	margin-top: -24px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#ed div.pn_m.t {
	top: 15px;
	left: 50%;
	margin-left: -24px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#ed div.pn_m.b {
	bottom: 15px;
	left: 50%;
	margin-left: -24px;
}
#ed div.pn_r.l {
	left: 15px;
	bottom: 15px;
	-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#ed div.pn_r.r {
	right: 15px;
	bottom: 15px;
}
#ed div.pn_ro {
	position: relative;
	width: 200px;
	height: 200px;
	border: 1px dashed #000;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#ed div.pn_ro>div {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #940606;
	border-radius: 50%;
	margin: -15px 0 0 -15px;
	cursor: crosshair;
}

div.scolor {
	position: relative;
}
div.scolor>div {
	cursor: pointer;
}
div.scolor>ul {
	display: none;
	position: absolute;
	left: 0;
	bottom: -14px;
	background: #FFF;
	z-index: 1000;
	border: 2px solid #CCC;
	min-width: 100%;
	padding: 3px 0;
}
main div.scolor>ul li::before {
	display: none;
}
main div.scolor>ul li {
	padding: 1px 10px;
	cursor: pointer;
}
div.scolor>ul li>div, div.scolor>div>div {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin: 0 5px 3px 0;
}
div.scolor>ul li:hover {
	background: #F5F5F5;
}
div.scolor>div:hover {
	color: #940606;
}


/*** <EDITOR ***/



@media print {
 header, nav, footer, #lcol, #rcol {
	display: none;
 }
 #main, #cont, main {
	float: none;
	width: 100%;
 }
}

@media only screen and (max-width:980px) {
 div.gal a {
	width: 30.3%;
	margin: 0 1.5% 40px 1.5%;
 }
 #xprods {
	-ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
	margin: 80px 0;
 }
}
@media only screen and (max-width:880px) {
 #xkat {
	text-align: center;
	-ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
	margin: 30px 0;
 }
 #kat>a {
	transform: scale(0.9) !important;
 }

 #xprods {
	margin: 40px 0;
 }
 #prods>div .btn {
	width: 90%;
 }
 #prods>div:nth-child(2) {
	margin: -10px -1px;
 }

}
@media only screen and (max-width:780px) {
 div.gal a {
	width: 47%;
	margin: 0 1.5% 40px 1.5%;
 }
 #mk div.p>div:first-child br {
	display: none;
 }

 #ed_m, #ed_m2, #edc {
	display: block;
	width: 100%;
 }
 div.col:first-child {
	margin: 0 0 20px 0;
 }
 div.col:last-child {
	margin: 20px 0 0 0;
 }
 div.ed_b {
	display: flex;
 }
 div.ed_b>div {
	margin: 0 15px 0 0;
 }
 #ed_m3>span {
	display: block;
	width: auto;
	margin: 0 0 15px 0;
 }


}
@media only screen and (max-width:700px) {
	#prods {
		display: block;
	}
	#prods>div {
		max-width: 300px;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
		margin: 20px auto !important;
	}
}
@media only screen and (max-width:580px) {
 #mk {
	background: none;
	margin-bottom: 50px;
 }
 #mk div.p {
	flex-direction: column;
	margin: 30px 0 0 0;
 }
 #mk div.p>div:first-child {
	order: 2;
	margin: 10px 0;
	text-align: center;
 }
 #mk div.p>div:nth-child(2) {
	order: 1;
 }
 #mk div.p>div:last-child {
	order: 3;
	margin: 0;
	text-align: center;
 }

}
@media only screen and (max-width:480px) {
 div.gal {
	margin-left: 0;
	margin-right: 0;
 }
 div.gal a {
	width: 100%;
	margin: 0 0 30px 0;
 }

 div.wbox.adr label {
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
 }
 div.wbox.adr input[type="text"], div.wbox.adr select {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
 }



}
@media only screen and (max-width:440px) {
 #musr {
	width: auto;
	left: 0;
 }


}