/* facebook sidebar begin background: url("facebook32.png") no-repeat scroll left center transparent !important; */
.w2bslikebox2{display: block; background-image:url(facebook-logo.jpg); background-position:center left; background-repeat:no-repeat; float: right; height: 50px; padding: 0 0px 0 50px; width: 275px; z-index: 88888; position: fixed; right: -275px; top: 100px; background-color:#F96125;}
.w2bslikebox2 div{border:none; position: relative; display: block;}
.w2bslikebox2 span{bottom: 12px; font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute; right: 6px; text-align: right; z-index: 88888;}
.w2bslikebox2 span a{color: #808080; text-decoration: none;}
.w2bslikebox2 span a:hover{text-decoration: underline;}
.w2bslikebox2 div OBJECT{border: medium none; overflow: hidden; height: 238px; width: 275px;background:#fff; border:solid 2px #3b579d;}
/* facebook sidebar end */
#ciarka {
	margin:auto auto;
	margin-top:35px;
	margin-bottom:25px;
	width:80%;
	background-color:#666666;
	height:1px;
}
.druhauroven {
	margin:0;
	padding:0;
	list-style:none;
	margin-left:15px;
}
#submenu #druhaurovenaktivna {
	color:#fff;
	font-weight:bold;
}
#submenu #tretiaurovenaktivna {
	color:#fff;
	font-weight:bold;
}
.tretiauroven {
	margin:0;
	padding:0;
	list-style:none;
	margin-left:25px;
}
.velkosti {
	text-align:center;
	height:30px;
	margin-top:5px;
}
.velkosti span {
	border:solid #CCCCCC 1px;
	font-size:10px;
	padding:3px;
	margin-left:1px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	color:#c3b9af;
	margin-right:1px;
}

#slogan {
	text-align:center;
	font-size:27px;
	color:#c5bdb0;
	margin-top:35px;
}

.produkt_obal {
	margin-bottom:20px;
}
#menu2 {
	width:100%;
}
#menu2 div {
	text-align:center;
	width:32.333%;
	margin-left:0.5%;
	margin-right:0.5%;
	float:left;
	/*height:150px;*/
	color:#c3b9af;
	margin-bottom:20px;
}
#menu2 div img {
	width:100%;
}
#menu2 div img:hover {
	-ms-transform: scale(0.96);
-webkit-transform: scale(0.96);
o-transform: scale(0.96);
transform: scale(0.96);
transition: all 0.9s ease;
}
#menu2 div p {
	margin:0;
	padding:0;
	font-size:16px;
}
#dist {
	color:#c3b9af;
	text-align:center;
	max-width:500px;
	margin:auto auto;
	font-size:19px;
}
#dist2 {
	text-align:center;
}
#dist2 img {
	max-width:270px;
}
#dist2 img:hover {
		-ms-transform: scale(0.96);
-webkit-transform: scale(0.96);
o-transform: scale(0.96);
transform: scale(0.96);
transition: all 0.9s ease;
}
#dist3 {
	background-image:url(ramik.png);
	background-position:center;
	background-repeat:no-repeat;
	width:600px;
	margin:auto auto;
	height:356px;
	padding-top:70px;

}
/*cookies*/
#cookies {
	position:fixed;
	bottom:0;
	background-color:#ededed;
	margin:1%;
	padding:20px;
	max-width:500px;
	/*display:none;*/
	font-size:14px;
	z-index:1000;
	text-align:left;
	display:block;
}
#cookies a {
	color:#000000;
	text-decoration:underline;
}
#cookiesuhlas {
	background-color:#009900;
	text-align:center;
	height:32px;
	line-height:32px;
	width:120px;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	float:left;
}
#cookiesuhlas2 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#CCCCCC;
	text-align:center;
	height:32px;
	line-height:32px;
	width:120px;
	color:#fff;
	cursor:pointer;
	float:left;
	margin-left:20px;
}
#cookiesuhlas2 a {
	color:#fff;
	text-decoration:none;
}
#cookiesuhlas:hover, #cookiesuhlas2:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	transition:all 0.7s ease;
}
#cookieset {
	background-color:#009900;
	border:0;
	padding:7px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
}
.cookiesinfo {
	background-color:#F8F8F8;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:14px;
}
.cookiesinfo p {
	float:left;
}
.cookiesinfo label {
	float:right;
	margin-top:10px;
}
.switch {
	position:relative;
	display:inline-block;
	width:60px;
	height:34px;
}
.switch input { 
	opacity:0;
	width:0;
	height:0;
}
.slidercookies {
	position:absolute;
	cursor:pointer;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ccc;
	-webkit-transition:.4s;
	transition:.4s;
}
.slidercookies:before {
	position:absolute;
	content:"";
	height:26px;
	width:26px;
	left:4px;
	bottom:4px;
	background-color:white;
	-webkit-transition:.4s;
	transition:.4s;
}
input:checked + .slidercookies {
	background-color:#2196F3;
}
input:focus + .slidercookies {
	box-shadow:0 0 1px #2196F3;
}
input:checked + .slidercookies:before {
	-webkit-transform:translateX(26px);
	-ms-transform: translateX(26px);
	transform:translateX(26px);
}
.slidercookies.round {
	border-radius:34px;
}
.slidercookies.round:before {
	border-radius:50%;
}
/*cookies*/


.vlozit2 {
	width:60%;
	margin-left:20%;
	background-color:#ebe5d7;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:5px;
	border:0;
	color:#666347;
	text-align:center;
}
.vlozit2:hover {
	background-color:#c9c3b5;
	cursor:pointer;

}
#con {
	font-size:16px;
	
}
.spodnabunka {
	float:left;
	text-align:left;
	width:33.333%;
}
.spodnabunka h3 {
	margin:0;
	padding:0;
	padding-top:25px;
	padding-bottom:5px;
}
.spodnabunka img {
	width:80%;
}
#spodok p a {
	padding:0;
	margin:0;
}
#spodok a:hover {
	color:#000;
}
#spodok p {
	color:#444244 !important;
}
.spodokmenu {
	margin:0;
	padding:0;
}
.spodokmenu p a {
	color:#444244 !important;
}
#listovanie {
	clear:both;
	margin-top:45px;
	float:right;
}
#listovanie #strankovanie {
	margin:0;
	padding:0;
	list-style:none;
}
#strankovanie li {
	float:left;
	margin-right:10px;
	font-size:16px;
	margin-bottom:10px;
}
#strankovanie li a {
	display:block;
	padding:3px;
}
#aktivna {
	font-weight:bold;
}

/*ALL*/
.open {
	display: none;
	float: left;
	width: 40px;
	height: 30px;
	margin-right: 10px;
	background: url(menu.png) center center no-repeat #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-border-radius: 8px;
	box-shadow: inset 0 0 3px #000;
	text-indent: -999999px;
	border: 0;
	margin-top:5px;
}
#pageslide {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	padding: 15px;
	background-color: #ddd7c3;
	color: #444244;
	
	text-align:left;
	overflow:auto;
}
a img {
	border:0;
}
.reset {
	clear:both;
}
#uvodnytext {
	font-size:17px; text-align:center; padding-left:150px; padding-right:150px; padding-bottom:10px; padding-top:20px;
}
#lenmobil {
	display:none;
	visibility:hidden;
}

#lenmobilx {
	display:none;
}
#lenmobilxx {
	display:block;
}
.error {
	color:#FF0000;
	font-weight:bold;
}
#next {
	background-color:#ddd7c3;
	padding:10px;
	-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
#prew {
	background-color:#ddd7c3;
	padding:10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.produkt_text_pravy_cena s {
	color:#999999;
	font-size:15px;
}
.centrovanie {
	text-align:center;
}
.hviezdicka {
	color:#fafaf7;
}
#lavykontakt {
	float:left;
	width:25%;
}
#pravykontakt {
	float:right;
	margin-top:25px;
	width:75%;
}
#pravykontakt img {
	width:100%;
	max-width:850px;
}
#lavykontakt img {
	width:90%;
}
#include .slaba {
	color:#666666;
}
#include .slaba:hover {
	color: #444244;
}



@media only screen and (min-width:1280px)
{
#ramec {
	border:none; overflow:hidden; height:21px; width:180px; float:right;
}
#uvodnah1 {
	margin:0;
	text-align:center;
}
.cenaakcia {
	color:#444244;
}
.cenapreciarknuta {
	color:#d8d7d7;
	font-weight:normal;
	margin-right:7px;
}
h1 {
	color:#8b8557;
	font-size:21px;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:17px;
	font-weight:bold;
}

.finobjednavkainput {
	width:30%;
	border:solid 1px #C9C9C9;
	color:#333333;
}
#vyber_dopravy {
	width:30%;
	color:#333333;
}

#navigacia {
	margin-top:10px;
	text-align:right;
}
#ciara {
	margin-top:20px;
	margin-bottom:20px;
}
.do_kosika_tlacidlo input:hover {
	background-image:url(add-to-cart-golden-with-cart-icon2.png);

}
#prew {
	float:left; display:inline; display:block; margin-bottom:15px;
}
#next {
	float:right; display:inline; display:block; margin-bottom:15px;
}
#finobjednavkainputtxt {
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.produkt_obal:hover {
-webkit-box-shadow: 2px 2px 6px 0px #21221d;
-moz-box-shadow:    2px 2px 6px 0px #21221d;
box-shadow:         2px 2px 6px 0px #21221d;
}
.include_pravy h1 {
	margin-top:0;
}
.include_pravy p {
	text-align:justify;
	color:#666347;
}
#vyber-velkosti {
	padding-top:5px;
	display:block;
}
.produkt {
	margin-bottom:15px;
}
body {
	/*overflow-x:hidden;*/
}
/*ALL*/















#produkt_image {
	float:left;
	width:45%;
	margin-right:5%;
}
#produkt_image img {
	width:100%;
}
#produkt_text {
	float:left;
	width:50%;
}
#produkt_text_mini {
	width:100%;
}
#produkt_text h1 {
	color:#1c2113;
	margin:0;
	padding:0;
	font-size:18px;
	text-align:left;
	width:100%;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:solid 1px #444244;
}
.produkt_text_lavy {
	width:50%;
	float:left;
	text-align:left;
	margin-bottom:10px;
}
.produkt_text_lavy_cena {
	width:50%;
	float:left;
	text-align:left;
	color:#666666;
	font-size:16px;
	margin-top:10px;
	margin-bottom:25px;
	font-weight:bold;
}
.produkt_text_pravy {
	width:50%;
	float:left;
	text-align:right;
	margin-bottom:10px;
}
.produkt_text_pravy_cena {
	width:50%;
	float:left;
	text-align:right;
	color:#444244;
	font-size:20px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:25px;
	
}
hr {
	height:1px;
	background-color:#aeaeae;
	border:0;
}
#do_kosika {
	padding:10px;
	background-color:#ededed;
	margin-bottom:15px;
-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}



.do_kosika_vyber {
	width:100%;
}
.do_kosika_tlacidlo {
	width:100%;
}
.do_kosika_tlacidlo input {
	width:206px;
	height:31px;
	background-color:#444244;
	border:0;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(add-to-cart-golden-with-cart-icon.png);
	background-position:center left;
	background-repeat:no-repeat;

}
.do_kosika_inputy {
	width:117px;
	margin-left:15px;
	border:solid 1px #cbc5b7;
}
.do_kosika_pred_text {
	width:70px;
	float:left;
	line-height:25px;
	margin-bottom:12px;
}
.do_kosika_pred_text2 {
	width:70px;
	float:left;
	line-height:25px;
}
.popis {
	font-weight:bold;
	color:#444244;
	font-size:16px;
	
}
.popistext {
	text-align:justify;
}
.podobne_produkty {
	background-image:url(sipka.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	border-bottom:solid 2px #444244;
	padding-bottom:3px;
	margin-top:70px;
	font-size:17px;
}
.navigacia {
	border-bottom:solid 1px #d8d7d7;
	color:#666666;
	padding-bottom:4px;
	margin:0;
	margin-bottom:15px;
}
.navigacia span {
	font-weight:bold;
}
















body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	background-image:url(bg_pattern_3.jpg);
	
	/*background-repeat:repeat-x;
	background-position:center top;*/
	background-color:#ddd7c3;
	font-size:13px;
	
}


.include_lavy {
	float:left; width:20%;  margin-top:28px;
}
.include_pravy {
	float:left; width:80%; margin-top:28px;
}
#login span {
	display:none;
}
#submenu {
	list-style:none;
	margin:0;
	padding:0;
	margin-right:10%;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.75);
}
#submenu li a {
	color:#f2e9d7;
	font-size:13px;
	width:100%;
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	text-decoration:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom:solid 1px #aea989;
	background-color:#21221d;
}
#submenu li a:hover {
	color:#fff;
	background-color:#47423f;
	text-decoration:none;
}
#subkategoriaaktivna {
	color:#fff;
	font-weight:bold;
}

#filter {
	height:56px;
	width:100%;
	border:solid 1px #f4abc2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image:url(filter.png);
}
#filter p {
	margin-top:0;
	margin-top:3px;
}
#odpocetkupon {
	padding-top:10px;
	padding-bottom:10px;
	margin-top:35px;
	color: #8B8557;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image:url(filter.png);
	padding-left:15px;
	font-weight:bold;
	float:left;
}

#vysledna_cena {
	background-color: #EDEDED; margin-top:20px; line-height:37px; height:37px; margin-bottom:35px;
}
#vysledna_cena_left {
	float:left; padding-left:15px; display:inline; font-size:14px; font-weight:bold;
}
#vysledna_cena_right {
	float:right; display:inline; font-size:18px; padding-right:10px; font-weight:bold; color: #8B8557;
}






#filter2 {
	min-height:41px;
	padding-top:10px;
	width:100%;
	border:solid 1px #cfcfcf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color:#fff0f4;
	margin-top:7px;
	font-weight:bold;
}
.filter_input {
	width:23%;
	float:left;
	padding-left:2%;
}
.filter_input2 {
	width:48%;
	float:left;
	padding-left:2%;
}
.filter_input p {
	margin:0;
	padding:0;
	margin-top:7px;
	margin-bottom:5px;
	color:#666666;
	font-weight:bold;
}
.filter_input select {
	border:solid 1px #f9bccf;
	width:80%;
	color:#666666;
	font-size:13px;
	max-width:160px;
}

.filter_input2 select {
	border:solid 1px #f9bccf;
	width:60%;
	color:#666666;
	font-size:13px;
	max-width:160px;
	margin-left:10px;
}

iframe {
	border:0;
	overflow:hidden;
}
#vrch_full {
	height:46px;
	width:100%;
	min-width:1171px; /*toto*/
	background-image:url(vrch.png);
	padding-left:1%;
	padding-right:1%;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#vrch {
	max-width:1151px;
	width:1151px; /*toto*/
	margin:auto auto;
}
#login {
	float:left;
	display:inline;
	color:#666666;
	line-height:46px;
}
#kosik {
	float:right;
	display:inline;
	line-height:53px;
	color:#666666;
	background-image:url(shopping-bag-icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:30px;
}
	
#kosik span {
	font-weight:bold;
	margin-left:15px;
}
#login a, #kosik a {
	color:#666666;
	text-decoration:none;
}
#login a:hover, #kosik a:hover {
	color:#444244;
}

#facebook {
	width:32px;
	height:29px;
	float:right;
	padding-top:9px;
}

#obal {
	max-width:1151px;
	width:1151px; /*toto*/
	margin:auto auto;
	text-align:left;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	z-index:0;
	-webkit-box-shadow: 0px 5px 10px 0px #838365;
-moz-box-shadow:    0px 5px 10px 0px #838365;
box-shadow:         0px 5px 10px 0px #838365;
}
#logo {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#logo a {
	display:block;
	width:329px;
	margin:auto auto;
	height:67px;
	background-image:url(logo.png);
}
#logo a:hover {
	background-image:url(logo2.png);
}
#menu {
	
	border-top:solid 1px #ddd7c3;
	border-bottom:solid 2px #606359;
	line-height:54px;
	background-color:#21221d;
	
	background-color:#21221d;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
#menu ul li {
	float:left;
	/*width:16.5%;*/
	text-align:center;
}
#menu ul li a {
	font-size:14px;
	color:#f2e9d7;
	text-decoration:none;
	display:block;
	padding-left:37px;
	padding-right:37px;

	
}
#menu ul li a:hover {
	background-color:#47423f;
	color:#FFFFFF;

}
#hlavnaaktivna {
	font-size:14px;
	text-decoration:none;
	display:block;
	background-color:#47423f;
	color:#FFFFFF;
}
#hlavnaaktivnaa {
	color:#FFFFFF;
}
.informacie {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
	margin-top:15px;
}
.informacie li {
	padding-left:10px;
	background-image:url(square.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.informacie li a {
	text-decoration:none;
	color:#666666;
}
.informacie li a:hover {
	color:#444244;
}


.baner_posun {
	margin-top:3%;
}
#banery {
	margin-top:20px;
}
.banery_prve {
	width:32.333333%;
	float:left;
	display:inline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.banery_prve_stred {
	width:33.333333%;
	float:left;
	display:inline;
	/*margin-right:20px;*/
	margin-right:1%;
	margin-left:1%;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.banery_prve2 {
	width:32.333333%;
	float:right;
	display:inline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.banery_prve img, .banery_prve2 img, .banery_prve_stred img {
	width:100%;
}

.banery_prve img:hover, .banery_prve2 img:hover, .banery_prve_stred img:hover {
-webkit-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 6px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 6px 0px rgba(50, 50, 50, 0.75);
}



.h2_home {
	height:67px;
	background-image:url(h2_home.png);
	background-position:center;
	text-align:center;
	line-height:67px;
	font-size:13px;
	color:#666347;
	text-transform:uppercase;
}





.produkt {
	float:left;
	width:23%;
	margin-left:1%;
	margin-right:1%;
}
.reset1 {
	clear:both;
}
.produkt_obal {
	display:block;
}
.produkt_obal_akcia {
	background-image:url(akcia.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
}
.produkt_image {
	position:relative;
	z-index:-1;
	left:3px;
	top:3px;
	width:100%;
	display:inherit;
}
.produkt_image img {
	width:100%;
}
.produkt h3, .produkt h2 {
	font-size:14px;
	color:#666347;
	text-align:center;
	margin:0;
	margin-top:15px;
	height:65px;
}




.produkt .cena {
	font-weight:bold;
	color:#666347;
	font-size:20px;
	text-align:center;
}
.produkt .info {
	text-align:center;
	color:#666666;
	text-decoration:none;
	font-size:13px;
	display:block;
	border-top:solid 1px #d8d7d7;
	border-bottom:solid 1px #d8d7d7;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;

}
.produkt .info:hover {
	color:#444244;
	text-decoration:none;
}


/*
.produkt {
	float:left;
}



.produkt_obal {
	width:276px;
	height:243px;
	display:block;
}
.produkt_obal_akcia {
	width:276px;
	height:243px;
	background-image:url(akcia.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
}

.produkt_image {
	background-color:#9999CC;
	position:relative;
	z-index:-1;
	left:3px;
	top:3px;
	width:273px;
	height:240px;
	display:inherit;
}
.produkt h3 {
	font-size:14px;
	color:#666666;
	text-align:center;
	margin:0;
	margin-top:15px;
}
.produkt .cena {
	font-weight:bold;
	color:#666666;
	font-size:20px;
	text-align:center;
}
.produkt .info {
	text-align:center;
	color:#666666;
	text-decoration:none;
	font-size:13px;
	display:block;
	border-top:solid 1px #d8d7d7;
	border-bottom:solid 1px #d8d7d7;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;

}
.produkt .info:hover {
	color:#444244;
}

*/








#spodok_full {
	width:100%;
	min-width:1171px; /*toto*/
	padding-left:1%;
	padding-right:1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	
}
#spodok {
	max-width:1171px;
	background-color:#21221d;
	background-image:url(vintage.jpg);
	margin:auto auto;
	/*height:50px;
	line-height:50px;*/
}
.copy {
	float:left;
}
#cms {
	float:right;
}
#spodok #cms a {
	margin:0;
}
#cms a:hover {
	color:#333333;
}

#spodok p {
	color:#fafaf7;
}
#spodok a {
	color:#444244;
	margin-left:15px;
	text-decoration:none;
}




#delimiter {
	height:20px;
}





/*back*/
.back-to-top {
	padding:10px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background-color:none !important;
	padding:12px;
	position:relative;
	z-index:50;
	font-size:15px;
	
}
.back-to-top:hover {	
	background-color:none !important;
	color:#fff;
}	
/*back*/




















































/*
* {
  margin: 0;
  padding: 0;
}

body {
  _width: 70%;
  color: #888;
  font: 14px/20px Helvetica, Arial, sans-serif;
  margin: 0;
  max-width: 1151px;
  text-align: center;
  text-shadow: 0 -2px 1px #000;
  -webkit-font-smoothing: antialiased;
  }
*/


.callbacks_container {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  /*left: 0;*/
  opacity: 0.8;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }




  
  
  
  
  
  


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}



#zadajkupon {
	float:left;
	margin-top:25px;
	height:27px;
}
#objednajsubmit {
	padding-left:10px;
	padding-right:10px;
	height:27px;
	margin-left:10px;
	background-color:#444244;
	border:0;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
float:left;
margin-top:25px;
}
#objednajsubmit2 {
	padding-left:10px;
	padding-right:10px;
	height:27px;
	/*margin-left:10px;*/
	background-color:#444244;
	border:0;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}
#objednajsubmit:hover, #objednajsubmit2:hover {
	background-color: #8B8557;
}







































#produkt_image_dalsie {
	width:100%;
	margin-top:3px;
	text-align:center;
	
}
#produkt_image_dalsie img {
	width:20%;
	margin-right:1%;
	margin-left:1%;
}
.zlom {
	clear:both;
}
#include {
	/*margin-left:1.5%;
	margin-right:1.5%;*/
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom:2.5%;
	min-height:500px;
	/*background-color:#FFFFFF;
	position:relative;
	z-index:-1;*/
	/*margin-left:1.5%;
	margin-right:1.5%;*/
	
}
#include a {
	text-decoration:none;
	color:#444244;
}
#include a:hover {
	text-decoration:none;
	color:#666666;
}


#objednajsubmit {
	padding-left:10px;
	padding-right:10px;
	height:27px;
	background-color:#444244;
	border:0;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;

}
#objednajsubmit:hover {
	background-color: #8B8557;
}
#responzive {
	display:none;
}
#nav li ul {
	display:none;
}
.menudoplnok {
	display:none;
}
#oddelovac {
	display:none;
}

.menudoplnok {
	display:none;
	visibility:hidden;
}
#oddelovac {
	display:none;
	visibility:hidden;
}

#include {
	color: #666666;
	text-align:left;
}
#include a {
	text-decoration:none;
	color:#444244;
}
#include a:hover {
	text-decoration:none;
	color:#666666;
}



}


















@media only screen and (min-width:1024px) and (max-width:1279px)
{




#ramec {
	border:none; overflow:hidden; height:21px; width:180px; float:right;
}
.cenaakcia {
	color:#444244;
}
.cenapreciarknuta {
	color:#d8d7d7;
	font-weight:normal;
	margin-right:7px;
}
h1 {
	color:#8b8557;
	font-size:21px;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:17px;
	font-weight:bold;
}

.finobjednavkainput {
	width:40%;
	border:solid 1px #C9C9C9;
	color:#333333;
}
#vyber_dopravy {
	width:40%;
	color:#333333;
}
#navigacia {
	margin-top:10px;
	text-align:right;
}
#ciara {
	margin-top:20px;
	margin-bottom:20px;
}
.do_kosika_tlacidlo input:hover {
	background-image:url(add-to-cart-golden-with-cart-icon2.png);

}
.produkt h2 {
	height:50px;
}
#prew {
	float:left; display:inline; display:block; margin-bottom:15px;
}
#next {
	float:right; display:inline; display:block; margin-bottom:15px;
}
#finobjednavkainputtxt {
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.produkt_obal:hover {
-webkit-box-shadow: 2px 2px 6px 0px #21221d;
-moz-box-shadow:    2px 2px 6px 0px #21221d;
box-shadow:         2px 2px 6px 0px #21221d;
}
.include_pravy h1 {
	margin-top:0;
}
.include_pravy p {
	text-align:justify;
	color:#666347;
}
#vyber-velkosti {
	padding-top:5px;
	display:block;
}
.produkt {
	margin-bottom:15px;
}
body {
	/*overflow-x:hidden;*/
}
/*ALL*/















#produkt_image {
	float:left;
	width:45%;
	margin-right:5%;
}
#produkt_image img {
	width:100%;
}
#produkt_text {
	float:left;
	width:50%;
}
#produkt_text_mini {
	width:100%;
}
#produkt_text h1 {
	color:#1c2113;
	margin:0;
	padding:0;
	font-size:18px;
	text-align:left;
	width:100%;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:solid 1px #444244;
}
.produkt_text_lavy {
	width:50%;
	float:left;
	text-align:left;
	margin-bottom:10px;
}
.produkt_text_lavy_cena {
	width:50%;
	float:left;
	text-align:left;
	color:#666666;
	font-size:16px;
	margin-top:10px;
	margin-bottom:25px;
	font-weight:bold;
}
.produkt_text_pravy {
	width:50%;
	float:left;
	text-align:right;
	margin-bottom:10px;
}
.produkt_text_pravy_cena {
	width:50%;
	float:left;
	text-align:right;
	color:#444244;
	font-size:20px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:25px;
	
}
hr {
	height:1px;
	background-color:#aeaeae;
	border:0;
}
#do_kosika {
	padding:10px;
	background-color:#ededed;
	margin-bottom:15px;
-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}



.do_kosika_vyber {
	width:100%;
}
.do_kosika_tlacidlo {
	width:100%;
}
.do_kosika_tlacidlo input {
	width:206px;
	height:31px;
	border:0;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(add-to-cart-golden-with-cart-icon.png);
	background-position:center left;
	background-repeat:no-repeat;
}
.do_kosika_inputy {
	width:117px;
	margin-left:15px;
	border:solid 1px #cbc5b7;
}
.do_kosika_pred_text {
	width:70px;
	float:left;
	line-height:25px;
	margin-bottom:12px;
}
.do_kosika_pred_text2 {
	width:70px;
	float:left;
	line-height:25px;
}
.popis {
	font-weight:bold;
	color:#444244;
	font-size:16px;
	
}
.popistext {
	text-align:justify;
}
.podobne_produkty {
	background-image:url(sipka.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	border-bottom:solid 2px #444244;
	padding-bottom:3px;
	margin-top:70px;
	font-size:17px;
}
.navigacia {
	border-bottom:solid 1px #d8d7d7;
	color:#666666;
	padding-bottom:4px;
	margin:0;
	margin-bottom:15px;
}
.navigacia span {
	font-weight:bold;
}
















body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	/*background-image:url(pozadie.png);
	background-repeat:repeat-x;
	background-position:center top;*/
	background-color:#ddd7c3;
	font-size:13px;
	
}


.include_lavy {
	float:left; width:20%;  margin-top:28px;
}
.include_pravy {
	float:left; width:80%; margin-top:28px;
}
#login span {
	display:none;
}
#submenu {
	list-style:none;
	margin:0;
	padding:0;
	margin-right:10%;
}
#submenu li a {
	color:#f2e9d7;
	font-size:13px;
	width:100%;
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	text-decoration:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom:solid 1px #aea989;
	background-color:#21221d;
}
#submenu li a:hover {
	color:#1c2113;
	text-decoration:none;
}
#subkategoriaaktivna {
	color:#444244;
	font-weight:bold;
}
#filter {
	height:56px;
	width:100%;
	border:solid 1px #f4abc2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image:url(filter.png);
}
#filter p {
	margin-top:0;
	margin-top:3px;
}
#odpocetkupon {
	padding-top:10px;
	padding-bottom:10px;
	margin-top:35px;
	color: #8B8557;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image:url(filter.png);
	padding-left:15px;
	font-weight:bold;
	float:left;
}
#vysledna_cena {
	background-color: #EDEDED; margin-top:20px; line-height:37px; height:37px; margin-bottom:35px;
}
#vysledna_cena_left {
	float:left; padding-left:15px; display:inline; font-size:14px; font-weight:bold;
}
#vysledna_cena_right {
	float:right; display:inline; font-size:18px; padding-right:10px; font-weight:bold; color: #8B8557;
}






#filter2 {
	min-height:41px;
	padding-top:10px;
	width:100%;
	border:solid 1px #cfcfcf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color:#fff0f4;
	margin-top:7px;
	font-weight:bold;
}
.filter_input {
	width:23%;
	float:left;
	padding-left:2%;
}
.filter_input2 {
	width:48%;
	float:left;
	padding-left:2%;
}
.filter_input p {
	margin:0;
	padding:0;
	margin-top:7px;
	margin-bottom:5px;
	color:#666666;
	font-weight:bold;
}
.filter_input select {
	border:solid 1px #f9bccf;
	width:80%;
	color:#666666;
	font-size:13px;
	max-width:160px;
}

.filter_input2 select {
	border:solid 1px #f9bccf;
	width:60%;
	color:#666666;
	font-size:13px;
	max-width:160px;
	margin-left:10px;
}

iframe {
	border:0;
	overflow:hidden;
}
#vrch_full {
	height:46px;
	width:100%;
	
	background-image:url(vrch.png);
	padding-left:1%;
	padding-right:1%;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#vrch {
	margin:auto auto;
}
#login {
	float:left;
	display:inline;
	color:#666666;
	line-height:46px;
}
#kosik {
	float:right;
	display:inline;
	line-height:53px;
	color:#666666;
	background-image:url(shopping-bag-icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:30px;
}
#kosik span {
	font-weight:bold;
	margin-left:15px;
}
#login a, #kosik a {
	color:#666666;
	text-decoration:none;
}
#login a:hover, #kosik a:hover {
	color:#444244;
}

#facebook {
	width:32px;
	height:29px;
	float:right;
	padding-top:9px;
}

#obal {
	width:96%;
	margin:auto auto;
	text-align:left;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	z-index:0;
	-webkit-box-shadow: 0px 5px 10px 0px #838365;
-moz-box-shadow:    0px 5px 10px 0px #838365;
box-shadow:         0px 5px 10px 0px #838365;
}
#logo {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#logo a {
	display:block;
	width:329px;
	margin:auto auto;
	height:67px;
	background-image:url(logo.png);
}
#logo a:hover {
	background-image:url(logo2.png);
}
#menu {
	height:44px;
	border-top:solid 1px #ddd7c3;
	border-bottom:solid 2px #606359;
	line-height:44px;
	background-color:#21221d;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
#menu ul li {
	float:left;
	width:20%;
	text-align:center;
}
#menu ul li a {
	font-size:13px;
	color:#f2e9d7;
	text-decoration:none;
	display:block;

	
}
#menu ul li a:hover {
	background-color:#47423f;
	color:#FFFFFF;

}
#hlavnaaktivna {
	font-size:14px;
	text-decoration:none;

	display:block;
	background-color:#47423f;
	color:#FFFFFF;
}
#hlavnaaktivnaa {
	color:#FFFFFF;
}
.informacie {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
	margin-top:15px;
}
.informacie li {
	padding-left:10px;
	background-image:url(square.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.informacie li a {
	text-decoration:none;
	color:#666666;
}
.informacie li a:hover {
	color:#444244;
}


.baner_posun {
	margin-top:3%;
}
#banery {
	margin-top:20px;
}
.banery_prve {
	width:32.333333%;
	float:left;
	display:inline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.banery_prve_stred {
	width:33.333333%;
	float:left;
	display:inline;
	/*margin-right:20px;*/
	margin-right:1%;
	margin-left:1%;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.banery_prve2 {
	width:32.333333%;
	float:right;
	display:inline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.banery_prve img, .banery_prve2 img, .banery_prve_stred img {
	width:100%;
}

.banery_prve img:hover, .banery_prve2 img:hover, .banery_prve_stred img:hover {
-webkit-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 6px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 6px 0px rgba(50, 50, 50, 0.75);
}



.h2_home {
	height:67px;
	background-image:url(h2_home.png);
	background-position:center;
	text-align:center;
	line-height:67px;
	font-size:13px;
	color:#666347;
	text-transform:uppercase;
}





.produkt {
	float:left;
	width:23%;
	margin-left:1%;
	margin-right:1%;
}
.reset1 {
	clear:both;
}
.produkt_obal {
	display:block;
}
.produkt_obal_akcia {
	background-image:url(akcia.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
}
.produkt_image {
	position:relative;
	z-index:-1;
	left:3px;
	top:3px;
	width:100%;
	display:inherit;
}
.produkt_image img {
	width:100%;
}
.produkt h3, .produkt h2 {
	font-size:14px;
	color:#666347;
	text-align:center;
	margin:0;
	margin-top:15px;
}
.produkt .cena {
	font-weight:bold;
	color:#666347;
	font-size:20px;
	text-align:center;
}
.produkt .info {
	text-align:center;
	color:#666666;
	text-decoration:none;
	font-size:13px;
	display:block;
	border-top:solid 1px #d8d7d7;
	border-bottom:solid 1px #d8d7d7;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;

}
.produkt .info:hover {
	color:#444244;
	text-decoration:none;
}


/*
.produkt {
	float:left;
}



.produkt_obal {
	width:276px;
	height:243px;
	display:block;
}
.produkt_obal_akcia {
	width:276px;
	height:243px;
	background-image:url(akcia.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
}

.produkt_image {
	background-color:#9999CC;
	position:relative;
	z-index:-1;
	left:3px;
	top:3px;
	width:273px;
	height:240px;
	display:inherit;
}
.produkt h3 {
	font-size:14px;
	color:#666666;
	text-align:center;
	margin:0;
	margin-top:15px;
}
.produkt .cena {
	font-weight:bold;
	color:#666666;
	font-size:20px;
	text-align:center;
}
.produkt .info {
	text-align:center;
	color:#666666;
	text-decoration:none;
	font-size:13px;
	display:block;
	border-top:solid 1px #d8d7d7;
	border-bottom:solid 1px #d8d7d7;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;

}
.produkt .info:hover {
	color:#444244;
}

*/








#spodok_full {
	width:100%;
	min-width:none; /*toto*/
	padding-left:1%;
	padding-right:1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	
}
#spodok {
	max-width:1171px;
	background-color:#21221d;
	background-image:url(vintage.jpg);
	margin:auto auto;
	/*height:50px;
	line-height:50px;*/
}



#cms {
	float:right;
}
#spodok #cms a {
	margin:0;
}
#cms a:hover {
	color:#333333;
}

#spodok p {
	font-size:13px;
	margin:0;
	padding:0;
	float:left;
	color:#fafaf7;
}
#spodok a {
	color:#444244;
	margin-left:15px;
	text-decoration:none;
}




#delimiter {
	height:20px;
}






/*back*/
.back-to-top {
	padding:10px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background-color:none !important;
	padding:12px;
	position:relative;
	z-index:50;
	font-size:15px;
	
}
.back-to-top:hover {	
	background-color:none !important;
	color:#fff;
}	
/*back*/




















































/*
* {
  margin: 0;
  padding: 0;
}

body {
  _width: 70%;
  color: #888;
  font: 14px/20px Helvetica, Arial, sans-serif;
  margin: 0;
  max-width: 1151px;
  text-align: center;
  text-shadow: 0 -2px 1px #000;
  -webkit-font-smoothing: antialiased;
  }
*/


.callbacks_container {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  /*left: 0;*/
  opacity: 0.8;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }




  
  
  
  
  
  


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}



#zadajkupon {
	float:left;
	margin-top:25px;
	height:27px;
}
#objednajsubmit {
	padding-left:10px;
	padding-right:10px;
	height:27px;
	margin-left:10px;
	background-color:#444244;
	border:0;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
float:left;
margin-top:25px;
}
#objednajsubmit2 {
	padding-left:10px;
	padding-right:10px;
	height:27px;
	margin-left:10px;
	background-color:#444244;
	border:0;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}
#objednajsubmit:hover, #objednajsubmit2:hover {
	background-color: #8B8557;
}







































#produkt_image_dalsie {
	width:100%;
	margin-top:3px;
	text-align:center;
	
}
#produkt_image_dalsie img {
	width:20%;
	margin-right:1%;
	margin-left:1%;
}

.zlom {
	clear:both;
}
#include {
	/*margin-left:1.5%;
	margin-right:1.5%;*/
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom:2.5%;
	/*background-color:#FFFFFF;
	position:relative;
	z-index:-1;*/
	/*margin-left:1.5%;
	margin-right:1.5%;*/
	
}
#include a {
	text-decoration:none;
	color:#444244;
}
#include a:hover {
	text-decoration:none;
	color:#666666;
}


#objednajsubmit {
	padding-left:10px;
	padding-right:10px;
	height:27px;
	background-color:#444244;
	border:0;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;

}
#objednajsubmit:hover {
	background-color: #8B8557;
}
#responzive {
	display:none;
}
#nav li ul {
	display:none;
}
.menudoplnok {
	display:none;
}
#oddelovac {
	display:none;
}

.menudoplnok {
	display:none;
	visibility:hidden;
}
#oddelovac {
	display:none;
	visibility:hidden;
}

#include {
	color: #666666;
	text-align:left;
}
#include a {
	text-decoration:none;
	color:#444244;
}
#include a:hover {
	text-decoration:none;
	color:#666666;
}



}




























@media only screen and (min-width:640px) and (max-width:1023px)
{
#menu2 div {
	text-align:center;
	width:32.3333%;
	margin-left:0.5%;
	margin-right:0.5%;
	float:left;
	/*height:150px;*/
	color:#c3b9af;
}

.w2bslikebox2{
	display:none;
}
#ramec {
	display:none;
}
.cenaakcia {
	color:#444244;
}
.cenapreciarknuta {
	color:#d8d7d7;
	font-weight:normal;
	margin-right:7px;
}
h1 {
	color:#8b8557;
	font-size:21px;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:17px;
	font-weight:bold;
}

.finobjednavkainput {
	width:50%;
	border:solid 1px #C9C9C9;
	color:#333333;
}
#vyber_dopravy {
	width:50%;
	color:#333333;
}
#navigacia {
	margin-top:10px;
	text-align:right;
}
#ciara {
	margin-top:20px;
	margin-bottom:20px;
}
.do_kosika_tlacidlo input:hover {
	background-image:url(add-to-cart-golden-with-cart-icon2.png);

}
#prew {
	float:left; display:inline; display:block; margin-bottom:15px;
}
#next {
	float:right; display:inline; display:block; margin-bottom:15px;
}
#finobjednavkainputtxt {
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.produkt h2 {
	height:60px;
}
.produkt_obal:hover {
-webkit-box-shadow: 2px 2px 6px 0px #21221d;
-moz-box-shadow:    2px 2px 6px 0px #21221d;
box-shadow:         2px 2px 6px 0px #21221d;
}
.include_pravy h1 {
	margin-top:0;
}
.include_pravy p {
	text-align:justify;
	color:#666347;
}
#vyber-velkosti {
	padding-top:5px;
	display:block;
}
.produkt {
	margin-bottom:15px;
}
body {
	/*overflow-x:hidden;*/
}
/*ALL*/















#produkt_image {
	float:left;
	width:40%;
	margin-right:5%;
}
#produkt_image img {
	width:100%;
}
#produkt_text {
	float:left;
	width:55%;
}
#produkt_text_mini {
	width:100%;
}
#produkt_text h1 {
	color:#1c2113;
	margin:0;
	padding:0;
	font-size:18px;
	text-align:left;
	width:100%;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:solid 1px #444244;
}
.produkt_text_lavy {
	width:50%;
	float:left;
	text-align:left;
	margin-bottom:10px;
}
.produkt_text_lavy_cena {
	width:50%;
	float:left;
	text-align:left;
	color:#666666;
	font-size:16px;
	margin-top:10px;
	margin-bottom:25px;
	font-weight:bold;
}
.produkt_text_pravy {
	width:50%;
	float:left;
	text-align:right;
	margin-bottom:10px;
}
.produkt_text_pravy_cena {
	width:50%;
	float:left;
	text-align:right;
	color:#444244;
	font-size:20px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:25px;
	
}
hr {
	height:1px;
	background-color:#aeaeae;
	border:0;
}
#do_kosika {
	padding:10px;
	background-color:#ededed;
	margin-bottom:15px;
-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
#uvodna_posledna {
	display:none;
}


.do_kosika_vyber {
	width:100%;
}
.do_kosika_tlacidlo {
	width:100%;
}
.do_kosika_tlacidlo input {
	width:206px;
	height:31px;
	background-color:#444244;
	border:0;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(add-to-cart-golden-with-cart-icon.png);
	background-position:center left;
	background-repeat:no-repeat;
}
.do_kosika_inputy {
	width:117px;
	margin-left:15px;
	border:solid 1px #cbc5b7;
}
.do_kosika_pred_text {
	width:70px;
	float:left;
	line-height:25px;
	margin-bottom:12px;
}
.do_kosika_pred_text2 {
	width:70px;
	float:left;
	line-height:25px;
}
.popis {
	font-weight:bold;
	color:#444244;
	font-size:16px;
	
}
.popistext {
	text-align:justify;
}
.podobne_produkty {
	background-image:url(sipka.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	border-bottom:solid 2px #444244;
	padding-bottom:3px;
	margin-top:70px;
	font-size:17px;
}
.navigacia {
	border-bottom:solid 1px #d8d7d7;
	color:#666666;
	padding-bottom:4px;
	margin:0;
	margin-bottom:15px;
}
.navigacia span {
	font-weight:bold;
}
















body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	/*background-image:url(pozadie.png);
	background-repeat:repeat-x;
	background-position:center top;*/
	background-color:#ddd7c3;
	font-size:13px;
	
}


.include_lavy {
	float:left; width:30%;  margin-top:28px;
}
.include_pravy {
	float:left; width:70%; margin-top:28px;
}
#login span {
	display:none;
}
#submenu {
	list-style:none;
	margin:0;
	padding:0;
	margin-right:10%;
}
#submenu li a {
	color:#f2e9d7;
	font-size:13px;
	width:100%;
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	text-decoration:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom:solid 1px #aea989;
	background-color:#21221d;
}
#submenu li a:hover {
	color:#fff;
	background-color:#47423f;
	text-decoration:none;
}
#subkategoriaaktivna {
	color:#fff;
	font-weight:bold;
}
#filter {
	height:56px;
	width:100%;
	border:solid 1px #f4abc2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image:url(filter.png);
}
#filter p {
	margin-top:0;
	margin-top:3px;
}
#odpocetkupon {
	padding-top:10px;
	padding-bottom:10px;
	margin-top:35px;
	color: #8B8557;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image:url(filter.png);
	padding-left:15px;
	font-weight:bold;
	float:left;
}
#vysledna_cena {
	background-color: #EDEDED; margin-top:20px; line-height:37px; height:37px; margin-bottom:35px;
}
#vysledna_cena_left {
	float:left; padding-left:15px; display:inline; font-size:14px; font-weight:bold;
}
#vysledna_cena_right {
	float:right; display:inline; font-size:18px; padding-right:10px; font-weight:bold; color: #8B8557;
}






#filter2 {
	min-height:41px;
	padding-top:10px;
	width:100%;
	border:solid 1px #cfcfcf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color:#fff0f4;
	margin-top:7px;
	font-weight:bold;
}
.filter_input {
	width:23%;
	float:left;
	padding-left:2%;
}
.filter_input2 {
	width:48%;
	float:left;
	padding-left:2%;
}
.filter_input p {
	margin:0;
	padding:0;
	margin-top:7px;
	margin-bottom:5px;
	color:#666666;
	font-weight:bold;
}
.filter_input select {
	border:solid 1px #f9bccf;
	width:80%;
	color:#666666;
	font-size:13px;
	max-width:160px;
}

.filter_input2 select {
	border:solid 1px #f9bccf;
	width:60%;
	color:#666666;
	font-size:13px;
	max-width:160px;
	margin-left:10px;
}

iframe {
	border:0;
	overflow:hidden;
}
#vrch_full {
	height:46px;
	width:100%;
	
	background-image:url(vrch.png);
	padding-left:1%;
	padding-right:1%;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#vrch {
	margin:auto auto;
}
#login {
	float:left;
	display:inline;
	color:#666666;
	line-height:46px;
}
#kosik {
	float:right;
	display:inline;
	line-height:53px;
	color:#666666;
	background-image:url(shopping-bag-icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:30px;
}
#kosik span {
	font-weight:bold;
	margin-left:15px;
}
#login a, #kosik a {
	color:#666666;
	text-decoration:none;
}
#login a:hover, #kosik a:hover {
	color:#444244;
}

#facebook {
	width:32px;
	height:29px;
	float:right;
	padding-top:9px;
}

#obal {
	width:96%;
	margin:auto auto;
	text-align:left;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	z-index:0;
	-webkit-box-shadow: 0px 5px 10px 0px #838365;
-moz-box-shadow:    0px 5px 10px 0px #838365;
box-shadow:         0px 5px 10px 0px #838365;
}
#logo {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#logo a {
	display:block;
	width:329px;
	margin:auto auto;
	height:67px;
	background-image:url(logo.png);
}
#logo a:hover {
	background-image:url(logo2.png);
}
#menu {
	height:88px;
	border-top:solid 1px #ddd7c3;
	border-bottom:solid 2px #606359;
	line-height:44px;
	background-color:#21221d;
	
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
#menu ul li {
	float:left;
	width:25%;
	text-align:center;
}
#menu ul li a {
	font-size:13px;
	color:#f2e9d7;
	text-decoration:none;
	display:block;

	
}
#menu ul li a:hover {
	background-color:#47423f;
	color:#FFFFFF;

}
#hlavnaaktivna {
	font-size:14px;
	text-decoration:none;

	display:block;
	background-color:#47423f;
	color:#FFFFFF;
}
#hlavnaaktivnaa {
	color:#FFFFFF;
}
.informacie {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
	margin-top:15px;
}
.informacie li {
	padding-left:10px;
	background-image:url(square.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.informacie li a {
	text-decoration:none;
	color:#666666;
}
.informacie li a:hover {
	color:#444244;
}


.baner_posun {
	margin-top:3%;
}
#banery {
	margin-top:20px;
}
.banery_prve {
	width:32.333333%;
	float:left;
	display:inline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.banery_prve_stred {
	width:33.333333%;
	float:left;
	display:inline;
	/*margin-right:20px;*/
	margin-right:1%;
	margin-left:1%;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.banery_prve2 {
	width:32.333333%;
	float:right;
	display:inline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.banery_prve img, .banery_prve2 img, .banery_prve_stred img {
	width:100%;
}

.banery_prve img:hover, .banery_prve2 img:hover, .banery_prve_stred img:hover {
-webkit-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 6px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 6px 0px rgba(50, 50, 50, 0.75);
}



.h2_home {
	height:67px;
	background-image:url(h2_home.png);
	background-position:center;
	text-align:center;
	line-height:67px;
	font-size:13px;
	color:#666347;
	text-transform:uppercase;
}





.produkt {
	float:left;
	width:31.33333%;
	margin-left:1%;
	margin-right:1%;
}
.reset2 {
	clear:both;
}
.produkt_obal {
	display:block;
}
.produkt_obal_akcia {
	background-image:url(akcia.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
}
.produkt_image {
	position:relative;
	z-index:-1;
	left:3px;
	top:3px;
	width:100%;
	display:inherit;
}
.produkt_image img {
	width:100%;
}
.produkt h3, .produkt h2 {
	font-size:14px;
	color:#666347;
	text-align:center;
	margin:0;
	margin-top:15px;
}
.produkt .cena {
	font-weight:bold;
	color:#666347;
	font-size:20px;
	text-align:center;
}
.produkt .info {
	text-align:center;
	color:#666666;
	text-decoration:none;
	font-size:13px;
	display:block;
	border-top:solid 1px #d8d7d7;
	border-bottom:solid 1px #d8d7d7;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;

}
.produkt .info:hover {
	color:#444244;
	text-decoration:none;
}


/*
.produkt {
	float:left;
}



.produkt_obal {
	width:276px;
	height:243px;
	display:block;
}
.produkt_obal_akcia {
	width:276px;
	height:243px;
	background-image:url(akcia.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
}

.produkt_image {
	background-color:#9999CC;
	position:relative;
	z-index:-1;
	left:3px;
	top:3px;
	width:273px;
	height:240px;
	display:inherit;
}
.produkt h3 {
	font-size:14px;
	color:#666666;
	text-align:center;
	margin:0;
	margin-top:15px;
}
.produkt .cena {
	font-weight:bold;
	color:#666666;
	font-size:20px;
	text-align:center;
}
.produkt .info {
	text-align:center;
	color:#666666;
	text-decoration:none;
	font-size:13px;
	display:block;
	border-top:solid 1px #d8d7d7;
	border-bottom:solid 1px #d8d7d7;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;

}
.produkt .info:hover {
	color:#444244;
}

*/








#spodok_full {
	width:100%;
	min-width:none; /*toto*/
	padding-left:1%;
	padding-right:1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	
}
#spodok {
	max-width:1171px;
	background-color:#21221d;
	background-image:url(vintage.jpg);
	margin:auto auto;
	/*height:50px;
	line-height:50px;*/
}


#cms {
	float:right;
}
#spodok #cms a {
	margin:0;
}
#cms a:hover {
	color:#333333;
}

#spodok p {
	font-size:13px;
	margin:0;
	padding:0;
	float:left;
	color:#fafaf7;
}
#spodok a {
	color:#444244;
	margin-left:15px;
	text-decoration:none;
}





#delimiter {
	height:20px;
}





/*back*/
.back-to-top {
	padding:10px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background-color:none !important;
	padding:12px;
	position:relative;
	z-index:50;
	font-size:15px;
	
}
.back-to-top:hover {	
	background-color:none !important;
	color:#fff;
}	
/*back*/




















































/*
* {
  margin: 0;
  padding: 0;
}

body {
  _width: 70%;
  color: #888;
  font: 14px/20px Helvetica, Arial, sans-serif;
  margin: 0;
  max-width: 1151px;
  text-align: center;
  text-shadow: 0 -2px 1px #000;
  -webkit-font-smoothing: antialiased;
  }
*/


.callbacks_container {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  /*left: 0;*/
  opacity: 0.8;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }




  
  
  
  
  
  


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}



#zadajkupon {
	float:left;
	margin-top:25px;
	height:27px;
}
#objednajsubmit {
	padding-left:10px;
	padding-right:10px;
	height:27px;
	margin-left:10px;
	background-color:#444244;
	border:0;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
float:left;
margin-top:25px;
}
#objednajsubmit2 {
	padding-left:10px;
	padding-right:10px;
	height:27px;
	margin-left:10px;
	background-color:#444244;
	border:0;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}
#objednajsubmit:hover, #objednajsubmit2:hover {


	background-color: #8B8557;
}






































#produkt_image_dalsie {
	width:100%;
	margin-top:3px;
	text-align:center;
	
}
#produkt_image_dalsie img {
	width:31.333%;
	margin-right:1%;
	margin-left:1%;
}

.zlom {
	clear:both;
}
#include {
	/*margin-left:1.5%;
	margin-right:1.5%;*/
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom:2.5%;
	/*background-color:#FFFFFF;
	position:relative;
	z-index:-1;*/
	/*margin-left:1.5%;
	margin-right:1.5%;*/
	
}
#include a {
	text-decoration:none;
	color:#444244;
}
#include a:hover {
	text-decoration:none;
	color:#666666;
}


#objednajsubmit {
	padding-left:10px;
	padding-right:10px;
	height:27px;
	background-color:#444244;
	border:0;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;

}
#objednajsubmit:hover {
	background-color: #8B8557;
}
#responzive {
	display:none;
}
#nav li ul {
	display:none;
}
.menudoplnok {
	display:none;
}
#oddelovac {
	display:none;
}

.menudoplnok {
	display:none;
	visibility:hidden;
}
#oddelovac {
	display:none;
	visibility:hidden;
}

#include {
	color: #666666;
	text-align:left;
}
#include a {
	text-decoration:none;
	color:#444244;
}
#include a:hover {
	text-decoration:none;
	color:#666666;
}



}






























@media only screen and (max-width:639px)
{
#responzive {
	position:absolute;
	top:0;
	z-index:10000;
	left:0;

}
#lenmobilx {
	display:block;
}
#lenmobilxx {
	display:none;
}
#lenmobilxxx {
	height:50px;
}
#dist3 {
	background-image:none;
	width:100%;
	margin:auto auto;
	height:auto;
	padding-top:0px;

}


#menu2 {
	display:none;
}
.w2bslikebox2{
	display:none;
}
#ramec {
	display:none;
}
.centrovaniemobil {
	text-align:center;
	display:block;
}
#mobil_nie {
	display:none;
}
#lavykontakt {
	float:none;
	width:100%;
}
#pravykontakt {
	float:none;
	margin-top:25px;
	width:100%;
}
#pravykontakt img {
	width:100%;
	max-width:850px;
}

.cenaakcia {
	color:#444244;
}
.cenapreciarknuta {
	color:#d8d7d7;
	font-weight:normal;
	margin-right:7px;
}
h1 {
	color:#8b8557;
	font-size:21px;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:17px;
	font-weight:bold;
}

.finobjednavkainput {
	width:100%;
	border:solid 1px #C9C9C9;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom:5px;
	color:#333333;
}
#vyber_dopravy {
	width:100%;
	color:#333333;
}


#navigacia {
	margin-top:10px;
	text-align:right;
}
#ciara {
	margin-top:20px;
	margin-bottom:20px;
}
.do_kosika_tlacidlo input:hover {
	background-image:url(add-to-cart-golden-with-cart-icon2.png);

}
#prew {
	float:left; display:inline; display:block; margin-bottom:15px;
}
#next {
	float:right; display:inline; display:block; margin-bottom:15px;
}
#finobjednavkainputtxt {
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.produkt_obal:hover {
-webkit-box-shadow: 2px 2px 6px 0px #21221d;
-moz-box-shadow:    2px 2px 6px 0px #21221d;
box-shadow:         2px 2px 6px 0px #21221d;
}
.include_pravy h1 {
	margin-top:0;
}
.include_pravy p {
	text-align:justify;
	color:#666347;
}
#vyber-velkosti {
	padding-top:5px;
	display:block;
}
.produkt {
	margin-bottom:15px;
}
body {
	overflow-x:hidden;
}
/*ALL*/















#produkt_image {
	float:none;
	width:100%;
	margin-right:0%;
}
#produkt_image img {
	width:100%;
}
#produkt_text {
	float:none;
	width:100%;
}
#produkt_text_mini {
	width:100%;
}
#produkt_text h1 {
	color:#1c2113;
	margin:0;
	padding:0;
	font-size:18px;
	text-align:center;
	width:100%;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:solid 1px #444244;
}
.produkt_text_lavy {
	width:50%;
	float:left;
	text-align:left;
	margin-bottom:10px;
}
.produkt_text_lavy_cena {
	width:50%;
	float:left;
	text-align:left;
	color:#666666;
	font-size:16px;
	margin-top:10px;
	margin-bottom:25px;
	font-weight:bold;
}
.produkt_text_pravy {
	width:50%;
	float:left;
	text-align:right;
	margin-bottom:10px;
}
.produkt_text_pravy_cena {
	width:50%;
	float:left;
	text-align:right;
	color:#444244;
	font-size:20px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:25px;
	
}
hr {
	height:1px;
	background-color:#aeaeae;
	border:0;
}
#do_kosika {
	padding:10px;
	background-color:#ededed;
	margin-bottom:15px;
}



.do_kosika_vyber {
	width:100%;
	text-align:center;
	
}
.do_kosika_tlacidlo {
	width:100%;
	text-align:center;
}
.do_kosika_tlacidlo input {
	width:206px;
	height:31px;
	background-color:#444244;
	border:0;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(add-to-cart-golden-with-cart-icon.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin-top:10px;
}
.do_kosika_inputy {
	width:206px;
	border:solid 1px #cbc5b7;
	text-align:center;
}
.do_kosika_pred_text {

	line-height:25px;
	margin-bottom:10px;
}
.do_kosika_pred_text2 {

	line-height:25px;
}
.popis {
	font-weight:bold;
	color:#444244;
	font-size:16px;
	
}
.popistext {
	text-align:justify;
}
.podobne_produkty {
	background-image:url(sipka.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	border-bottom:solid 2px #444244;
	padding-bottom:3px;
	margin-top:70px;
	font-size:17px;
}
.navigacia {
	display:none;
}
.navigacia span {
	font-weight:bold;
}
















body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	/*background-image:url(pozadie.png);
	background-repeat:repeat-x;
	background-position:center top;*/
	font-size:13px;
	
}


.include_lavy {
	float:left; width:20%;  margin-top:28px; display:none;
}
.include_pravy {
	float:left; width:100%; margin-top:28px;
}
#login span {
	display:none;
}
#submenu {
	list-style:none;
	margin:0;
	padding:0;
	margin-right:10%;
}
#submenu li a {
	color:#f2e9d7;
	font-size:13px;
	width:100%;
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	text-decoration:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom:solid 1px #aea989;
	background-color:#21221d;
}
#submenu li a:hover {
	color:#1c2113;
	text-decoration:none;
}
#subkategoriaaktivna {
	color:#444244;
	font-weight:normal;
}
#filter {
	height:56px;
	width:100%;
	border:solid 1px #f4abc2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image:url(filter.png);
}
#filter p {
	margin-top:0;
	margin-top:3px;
}
#odpocetkupon {
	padding-top:10px;
	padding-bottom:10px;
	margin-top:35px;
	color: #8B8557;
	width:100%;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image:url(filter.png);
	padding-left:15px;
	font-weight:bold;
	text-align:center;
}





#vysledna_cena {
	background-color: #EDEDED; margin-top:20px; line-height:37px; height:37px; margin-bottom:35px;
}
#vysledna_cena_left {
	float:left; padding-left:15px; display:inline; font-size:14px; font-weight:bold;
}
#vysledna_cena_right {
	float:right; display:inline; font-size:18px; padding-right:10px; font-weight:bold; color: #8B8557;
}






#filter2 {
	min-height:41px;
	padding-top:10px;
	width:100%;
	border:solid 1px #cfcfcf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color:#fff0f4;
	margin-top:7px;
	font-weight:bold;
}
.filter_input {
	width:23%;
	float:left;
	padding-left:2%;
}
.filter_input2 {
	width:48%;
	float:left;
	padding-left:2%;
}
.filter_input p {
	margin:0;
	padding:0;
	margin-top:7px;
	margin-bottom:5px;
	color:#666666;
	font-weight:bold;
}
.filter_input select {
	border:solid 1px #f9bccf;
	width:80%;
	color:#666666;
	font-size:13px;
	max-width:160px;
}

.filter_input2 select {
	border:solid 1px #f9bccf;
	width:60%;
	color:#666666;
	font-size:13px;
	max-width:160px;
	margin-left:10px;
}

iframe {
	border:0;
	overflow:hidden;
}
#vrch_full {
	display:none;
}

#login {
	float:left;
	display:inline;
	color:#666666;
	line-height:46px;
}
#kosik {
	float:right;
	display:inline;
	line-height:46px;
	color:#666666;
}
#kosik img {
	margin-top:10px;
	margin-right:10px;
	float:left;
}
#kosik span {
	font-weight:bold;
	margin-left:15px;
}
#login a, #kosik a {
	color:#666666;
	text-decoration:none;
}
#login a:hover, #kosik a:hover {
	color:#444244;
}

#facebook {
	width:32px;
	height:29px;
	float:right;
	padding-top:9px;
}
.callbacks_containerx, #nav {
	display:none;
}


#uvodnytext {
	text-align:center;
	padding:0;
	padding-top:7px;
}









.copy {
	display:none;
}
#obal {
	width:96%;
	min-width:280px;
	margin:auto auto;
	text-align:left;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	z-index:0;
	-webkit-box-shadow: 0px 5px 10px 0px #838365;
-moz-box-shadow:    0px 5px 10px 0px #838365;
box-shadow:         0px 5px 10px 0px #838365;
}
#logo {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#logo a {
	display:block;
	width:329px;
	margin:auto auto;
	height:67px;
	background-image:url(logo.png);
}
#logo a:hover {
	background-image:url(logo2.png);
}
#menu {
	height:40px;
	border-top:solid 1px #ddd7c3;
	border-bottom:solid 2px #606359;
	line-height:40px;
	background-color:#21221d;
	position:absolute;
	top:0;
	width:100%;
	z-index:1000;
	left:0;
	
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
#menu ul li {
	float:left;
	width:25%;
	text-align:center;
}
#menu ul li a {
	font-size:13px;
	color:#f2e9d7;
	text-decoration:none;
	display:block;

	
}
#menu ul li a:hover {
	background-color:#8b8557;
	color:#FFFFFF;

}
#hlavnaaktivna {
	font-size:14px;
	text-decoration:none;

	display:block;
	background-color:#cbc5ac;
	color:#000;
}
#hlavnaaktivnaa, #subkategoriaaktivna {
	color:#000;
}

.informacie {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
	margin-top:15px;
}
.informacie li {
	padding-left:10px;
	background-image:url(square.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.informacie li a {
	text-decoration:none;
	color:#666666;
}
.informacie li a:hover {
	color:#444244;
}


.baner_posun {
	margin-top:3%;
}
#banery {
	margin-top:20px;
}
.banery_prve {
	width:32.333333%;
	float:left;
	display:inline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.banery_prve_stred {
	width:33.333333%;
	float:left;
	display:inline;
	/*margin-right:20px;*/
	margin-right:1%;
	margin-left:1%;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.banery_prve2 {
	width:32.333333%;
	float:right;
	display:inline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.banery_prve img, .banery_prve2 img, .banery_prve_stred img {
	width:100%;
}

.banery_prve img:hover, .banery_prve2 img:hover, .banery_prve_stred img:hover {
-webkit-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 6px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 6px 0px rgba(50, 50, 50, 0.75);
}



.h2_home {
	height:67px;
	background-image:url(h2_home.png);
	background-position:center;
	text-align:center;
	line-height:67px;
	font-size:13px;
	color:#666347;
	text-transform:uppercase;
}





.produkt {
	float:left;
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
.reset3 {
	clear:both;
}
.produkt_obal {
	display:block;
}
.produkt_obal_akcia {
	background-image:url(akcia.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
}
.produkt_image {
	position:relative;
	z-index:-1;
	left:3px;
	top:3px;
	width:100%;
	display:inherit;
}
.produkt_image img {
	width:100%;
}
.produkt h3, .produkt h2 {
	font-size:14px;
	color:#666347;
	text-align:center;
	margin:0;
	margin-top:15px;
	height:65px;
}
.produkt .cena {
	font-weight:bold;
	color:#666347;
	font-size:20px;
	text-align:center;
}
.produkt .info {
	text-align:center;
	color:#666666;
	text-decoration:none;
	font-size:13px;
	display:block;
	border-top:solid 1px #d8d7d7;
	border-bottom:solid 1px #d8d7d7;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;

}
.produkt .info:hover {
	color:#444244;
	text-decoration:none;
}









#spodok_full {
	width:100%;
	min-width:none; /*toto*/
	padding-left:1%;
	padding-right:1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	
}
#spodok {
	max-width:1171px;
	background-color:#21221d;
	background-image:url(vintage.jpg);
	margin:auto auto;
	/*height:50px;
	line-height:50px;*/
}

.spodnabunka {
	width:90%;
	margin-left:5%;
	text-align:center;
	margin-right:5%;
}



#cms {
	display:none;
}


#spodok p {
	font-size:13px;
	margin:0;
	padding:0;
	float:none;
	color:#fafaf7;
	padding-top:5px;
	padding-bottom:5px;
}
#spodok p a:hover {
	text-decoration:underline;
}
#spodok a {
	color:#444244;
	/*margin-left:15px;*/
	text-decoration:none;
}




#delimiter {
	height:20px;
}





/*back*/
.back-to-top {
	float:none;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background-color:#8b8557;
	/*padding-left:10px;
	padding-right:10px;
	position:relative;*/
	z-index:50;
	margin-right:0;
	width:100%;
	display:block;
	clear:both;
	padding-top:7px;
	margin-top:10px;
	padding-bottom:7px;
	
}
.back-to-top:hover {	
	background-color:#1c2113;
	color:#fff;
}	
/*back*/



.callbacks_container {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  /*left: 0;*/
  opacity: 0.8;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }




  
  
  
  
  
  


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}



#objednajsubmit, #objednajsubmit2 {
	padding-left:10px;
	padding-right:10px;
	height:27px;
	background-color:#444244;
	border:0;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	width:100%;

}
#objednajsubmit:hover, #objednajsubmit2:hover {
	background-color: #8B8557;
}















#responzive a {
	color:#c5bdb0;
	font-size:1.5em;
	text-decoration:none;
}
.open {
	display: block;
}
#pageslide {
	width: 200px;
	list-style:none;
}
#pageslide #nav {
	list-style:none;
	margin:0;
	padding:0;
	padding-bottom:35px;
}
.nav-one a {
	color: #666347;
}
#pageslide #nav li ul {
	list-style:none;
	margin:0;
	margin-left:15px;
	padding:0;
}
#pageslide #nav li {
	padding: 0px 0;
	padding-bottom:5x;
	font-weight:bold;
}
#pageslide #nav li a {
	font-size:100%;
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	border: none;
	text-decoration:none;
}
#pageslide #nav li a:hover {
	text-decoration: underline;
	color:#000;
}
#pageslide #nav li #submenu li {
	margin:0;
	padding:0;
}
#oddelovac {
	border-bottom:solid 1px #000000;
	color:#000;
}
.menudoplnok a, #oddelovac a {
	color:#000;
}


#pageslide #nav li .subky {
	font-weight:normal;
}




















#produkt_image_dalsie {
	width:100%;
	margin-top:3px;
	text-align:center;
	
}
#produkt_image_dalsie img {
	width:20%;
	margin-right:1%;
	margin-left:1%;
}

.zlom {
	clear:both;
}
#include {
	/*margin-left:1.5%;
	margin-right:1.5%;*/
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom:2.5%;
	/*background-color:#FFFFFF;
	position:relative;
	z-index:-1;*/
	/*margin-left:1.5%;
	margin-right:1.5%;*/
	
}
#include a {
	text-decoration:none;
	color:#444244;
}
#include a:hover {
	text-decoration:none;
	color:#666666;
}


#objednajsubmit {
	padding-left:10px;
	padding-right:10px;
	height:27px;
	background-color:#444244;
	border:0;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;

}
#objednajsubmit:hover {
	background-color: #8B8557;
}


#include {
	color: #666666;
	text-align:left;
}
#include a {
	text-decoration:none;
	color:#444244;
}
#include a:hover {
	text-decoration:none;
	color:#666666;
}
#listovanie {
	width:100%;
	text-align:center;
	float:none;
	margin-top:50px;
}
#strankovanie li {
	float:left;
	margin-right:5px;
	margin-left:5px;
	font-size:16px;
}
#strankovanie li a {
	display:block;
	padding:10px;
}

}

/*
#listovanie {
	clear:both;
	margin-top:45px;
	float:right;
}
#listovanie #strankovanie {
	margin:0;
	padding:0;
	list-style:none;
}
#strankovanie li {
	float:left;
	margin-right:10px;
	font-size:16px;
}
#strankovanie li a {
	display:block;
	padding:3px;
}
#aktivna {
	font-weight:bold;
}
*/
