body {
	font-family: 'Open Sans', sans-serif;
}

/*

drap: c0ada4;
graenn: 51593c;
graenn2: 6f7a52;
guli: edcf7a;
guli2: f8e693;
orange: cc7c00;

*/
.lang_link span {
	font-size: 16px;
}
.lang_link {
	text-decoration: none !important;
}

body a {
	/*color: #6f8604;*/
	color: #6f7a52;
	transition: color 0.3s;
}
body a:hover {
	/*color: #5a6d04;*/
	color: #c0ada4;
	transition: color 0.3s;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	font-family: Georgia;
	/*color: #6f8604;*/
	color: #6f7a52;
}


article h1:first-child {
	text-align: center;
	margin-bottom: 30px;
}

.uk-offcanvas-bar {
	/*background: #6f8604;*/
	background: #6f7a52;
	color: #FFF;
}

nav#mobile ul li,
nav#mobile ul {
	list-style: none;
	padding:0;
	margin:0;
}
nav#mobile ul li > ul {
	background: #e5e5e5;
	display: none;
}
nav#mobile ul li > ul li a {
	color: #222;
}
nav#mobile ul li > ul li > ul {
	background: #FFF;
}
nav#mobile ul li > ul li > ul li a {
	font-weight: 400 !important;
}
nav#mobile ul li a:hover {
	text-decoration: none !important;
}
nav#mobile ul li a {
	text-decoration: none !important;
	position: relative;
	display: block;
	font-weight: 600 !important;
	padding: 0.5em;
	border-bottom: 1px solid #EEE;
	color: #FFF;
	z-index: 999;
}
nav#mobile ul li a span {
	text-align: center;
	margin-top: 0px;
	float: right;
	z-index: 1000;
}
nav#mobile ul li {
	display: block;	
}


button.mobile-button {
	/*background: #6f8604;*/
	background: #6f7a52;
	color: #FFF;
	padding: 0.4em;
	padding-bottom: 0.2em;
	border: none;
	cursor: pointer;
	border-radius: 4px;
}


#main {
	padding-top: 30px;
	padding-bottom: 30px;
}
#main article {
	line-height: 1.6em;
	font-size: 1.2em;	
}


#haus {
	display: block;
	background: #eee3de;
	padding-top: 10px;
	padding-bottom: 10px;
	/*background: #FFF;*/
	text-align: center;
	clear: both;
}




#banner {
	margin: 0;
	padding: 0;
}
#banner-container {
	/*background: #fcfce4;*/
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}


button.customPrevBtn:hover,
button.customNextBtn:hover {
	opacity: 1;
	transition: opacity 0.3s;
}
button.customPrevBtn,
button.customNextBtn {
	position: absolute;
	z-index: 250;
	top: 46%;
	cursor: pointer;
	font-size: 3em;
	text-shadow: 0px 0px 16px #000;
	background: none;
	border: none;
	color: #FFF !important;
	transition: opacity 0.3s;
	opacity: 0.85;
}
button.customPrevBtn {
	left: 16%;
}
button.customNextBtn {
	right: 16%;
}


.banner-overlay-container {
	position: absolute;
	bottom: 30px;
	display: block;
	z-index: 200;
	width: 100%;
	left: 0;
}

.banner-overlay {
	z-index: -200;
	color: #FFF !important;
	margin: 0 auto;
	width: 280px;
	position: relative;
	display: block;
}
.banner-overlay div {
	padding-bottom: 0.7em;
	text-shadow: 0px 0px 16px #000;
}
.banner-overlay div:nth-child(1),
.banner-overlay div:nth-child(3) {
	text-transform: uppercase;
}
.banner-overlay div:nth-child(2) {
	text-transform: lowercase;
	/*font-style: italic;*/
	font-family: Georgia !important;
}
.banner-overlay div:nth-child(3) {
	padding-bottom: 0em !important;
}

.frontbox {
	height: 195px;
	display: block;
	position: relative;
}
.frontbox-slogan {
	font-family: Georgia !important;
	color: #FFF !important;
	font-size: 1.2em;
	font-style: italic;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background: rgba(111, 122, 82, 0.75);
	position: absolute;
	bottom: 1em;
	left: 0;
	width: 100%;
}

#front-slogan {
	z-index: 200;
	color: #FFF !important;
	margin: 0 auto;
	width: 240px;
	position: relative;
	display: block;
	padding-top: 20px;
	vertical-align: middle;
	min-height: 140px;
	text-transform: lowercase;
	/*color: #29a403 !important;*/
	/*color: #6f8604 !important;*/
	color: #6f7a52 !important;
}
#front-slogan div {
	padding-bottom: 0.7em;
}
#front-slogan div:nth-child(1) {
	font-family: Georgia !important;
}
#front-slogan div:nth-child(3) {
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 0em !important;
}
#front-slogan div:nth-child(2) {
	text-transform: lowercase;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia !important;
}
@media only screen and (max-width : 1200px) {
	#front-slogan {
		width: 160px;
	}
	.banner-overlay {
		width: 240px;
	}
}
@media only screen and (max-width : 1000px) {
	.banner-overlay {
		width: 180px;
	}
}




#front .inner {
	/*outline: 1px solid red;*/
}
#front {
	position: relative;
	display: block;
	margin: 0;
	margin-top: -10px;
	padding-top: 30px;
	padding-bottom: 30px;
	/*background: #fcfce4;*/
	/*background: #c0ada4;*/
	background: #f8e693;
	background-image: url('/static/frontbg1.png'), url('/static/frontbg2.png');
	background-position: top center, bottom center;
	background-repeat: repeat-x, repeat-x;
}

.banner-left .inners a,
.banner-left .inners {
	color: #f8e693;
}
.banner-left .inners {
	padding: 20px;
	color: #f8e693;
}
.banner-left {
	background: #6f7a52;
}
.banner-left h2,
.banner-left h3 {
	font-family: Georgia !important;
	/*color: #6f8604;*/
	color: #f8e693;
}


.news-overlay {
	z-index: 2000;
	position: absolute;
	top: 100px;
	background: #f8e693;
	width: 300px;
	padding: 20px;
	color: #6f7a52;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.news-overlay h3,
.news-overlay h2,
.news-overlay a {
	color: #6f7a52;
}
.news-overlay h3,
.news-overlay h2 {
	font-family: Georgia !important;
}
.news-overlay.left {
	left: 20px;
}
.news-overlay.right {
	right: 20px;
}


nav#leftmenu {
	/*background: #6f8604;*/
	background: #6f7a52;
	/*background: #29a403;*/
}
nav#leftmenu ul li {
	display: block;
	clear: both;
	vertical-align: middle;
	/*background: #6f8604;*/
	background: #6f7a52;
	transition: background 0.3s;
}
nav#leftmenu ul li.active,
nav#leftmenu ul li:hover {
	transition: background 0.3s;
	/*background: #5a6d04 !important;*/
	/*background: #c0ada4 !important;*/
	background: #f8e693 !important;
}
nav#leftmenu ul li a i {
	position: absolute;
	font-size: 1.4em;
	left: -2px;
	top: 0;
	padding: 0;
	margin: 0;
}
nav#leftmenu ul li a:hover {
	text-decoration: none;
	color: #000;
}
nav#leftmenu ul li a > i,
nav#leftmenu ul li.active a > i,
nav#leftmenu ul li:hover a > i {
	color: #FFF !important;
}
nav#leftmenu ul li.active a,
nav#leftmenu ul li:hover a {
	color: #000;
}
/*nav#leftmenu ul li.active a span.line {
	background: #FFF;
	width: 100px;
	outline: 1px solid red;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 48%;
	padding: 0;
	margin: 0;
}*/
nav#leftmenu ul li a {
	position: relative;
	overflow: hidden;
	font-size: 1em;
	padding: 0;
	display: block;
	vertical-align: middle;
	margin: 0;
	padding: 1em 2em;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: #FFF;
}
nav#leftmenu ul {
	list-style: none;
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0;
}






#breadcrumbs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#breadcrumbs .divider {
	/*color: #6f8604;*/
	color: #6f7a52;
	padding: 0;
	margin: 0;
	margin-left: 1.2em;
}
#breadcrumbs ul li {
	float: left;
	text-transform: uppercase;
	padding: 0.6em;
	margin: 0;
}
#breadcrumbs ul li span {
	padding: 0;
	margin: 0;
}
#breadcrumbs ul li a {
	text-decoration: none !important;
}










#nav-container {
	position: absolute;
	display: block;
	z-index: 5000;
	top: 0;
	left: 0;
	width: 100%;
	/*background: rgba(0,0,0,0.5);*/
	/*background: rgba(81, 89, 60, 0.75);*/
	/*background: rgba(204, 124, 0, 0.75);*/
	background: rgba(250, 130, 74, 0.75);
}
#nav-container.sub {
	position: relative;
	display: block;
}
nav#top {
	position: relative;
	min-height: 50px;
}
nav#top ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	display: table;
}
nav#top ul li {
	padding: 0;
	margin: 0;
	font-family: Georgia;
	display: table-cell;
	vertical-align: top;
}
nav#top ul li a small {
	display: block;
	font-size: 0.6em;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2em;
	padding-top: 0.5em;
	/*color: #ffce00;*/
	color: #f8e693;
	transition: all 0.25s;
}
nav#top ul li a {
	text-align: center;
	display: block;
	vertical-align: top;
	color: #FFF;
	min-height:50px;
	font-size: 1.4em;
	padding: 12px 10px;
	background-color: rgba(255, 255, 255, 0);
	transition: all 0.25s;
}
nav#top ul li.active > a,
nav#top ul li:hover > a {
	text-decoration: none;
	color: #000;
	/*background-color: rgba(255, 255, 255, 1);*/
	/*background-color: rgba(238, 227, 222, 0.95);*/
	/*background-color: rgba(237, 207, 122, 0.95);*/
	background-color: rgba(248, 230, 147, 0.9);
	transition: all 0.25s;
}
nav#top ul li.active > a small,
nav#top ul li:hover > a small {
	/*color: #29a403;*/
	/*color: #6f8604;*/
	color: #6f7a52;
	transition: all 0.25s;
}



nav#top ul li > ul {
	display: none;
	/*padding: 3em 2em !important;*/
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	/*background: #FFF url('../static/grdbak.png') top center repeat-x;*/
	/*background-color: rgba(238, 227, 222, 0.95);*/
	/*background-color: rgba(237, 207, 122, 0.95);*/
	background-color: rgba(248, 230, 147, 0.9);
}
nav#top ul li:hover > ul {
	display: block;
	position: absolute;
	left: 0 !important;	
}
nav#top ul li > ul li.active a,
nav#top ul li > ul li a:hover {
	/*color: #29a403;*/
	/*color: #6f8604;*/
	color: #6f7a52;
	background: none !important;
}
nav#top ul li > ul li a {
	font-size: 1em;
	padding: 12px;
	min-height: 0 !important;
	padding-top: 2px;
	background: none !important;
	padding-bottom: 2px;
	/*font-weight: bold;*/
	font-family: 'Open Sans', sans-serif;
	/*text-transform: uppercase;*/
	text-align: left;
	color: #000;
}
nav#top ul li > ul {
	padding-top: 12px;
	padding-bottom: 12px;
}
nav#top ul li > ul li {
	width: 30%;
	padding-bottom: 0.5em;
	float: left;
}

@media only screen and (max-width : 1200px) {
	nav#top ul li a {
		font-size: 1.2em;
	}
	nav#top ul li > ul li {
		width: 50%;
		float: left;
	}
	nav#top ul li > ul li a {
		font-size: 0.8em;
	}
}
@media only screen and (max-width : 968px) {
	nav#top ul li > ul li {
		width: 50%;
		float: left;
	}
	#main article {
		font-size: 1em;
	}
	#banner-container {
		display: none;
	}
}


nav#top ul li:hover > ul li:hover > ul {
	display: none;
}












/* helpers */
.kal-float-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}




















#fotur {
	display: block;
	/*background: #FFF;*/
	background: #c0ada4;
	clear: both;
}
#fotur .inner-container {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	/*border-top: 3px solid #f2f2f2;*/
}
#fotur .2 a:hover i,
#fotur .social a i {
	color: #000;
}
#fotur a:hover,
#fotur a {
	color: #6f7a52;
}
#fotur .social i {
	color: #DDD;
	padding-left: 10px;
	padding-right: 10px;
}


@media only screen and (max-width : 768px) {
	#fotur .inner {
		text-align: center !important;
	}
}

























.product-list .prod-img-link {
	display: block;
	text-align: center;
	width: 100%;
}
.product-list .prod-img {
	text-align: center;
	border-radius: 4px;
	max-height: 250px;
}
.product-list {
	position: relative;
}
.product-list .soldout.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	background: #f8e693;
	padding: 10px;
	box-sizing: border-box;
	font-weight: bold;
}






.product-list .image-container {
	display: block;
	position: relative;
	height: 250px;
	opacity: 0;
	transition: opacity 0.3s;
}

.product-list .image-container.shown {
	opacity: 1;
	transition: opacity 0.3s;
}
.product-list .info {
	text-align: center;
	margin-top: 0.8em;
	font-size: 0.8em;
	font-family: 'Open Sans', sans-serif !important;
	min-height: 90px;
	max-height: 90px;
	overflow: hidden;
}
.product-list .info a:hover,
.product-list .info a {
	text-decoration: none;
}
.product-list .info h3 {
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	font-size: 1.5em;
	color: #161342;
	font-family: Georgia !important;
}
.product-list span.vnr {
	font-size: 0.9em;
	font-family: 'Open Sans', sans-serif !important;
	padding: 0;
	margin: 0;
	color: #CCC;
}
.product-list .info a {
	font-family: Georgia !important;
	font-weight: bolder;
}
.product-list .description {
	max-height: 100px;
	margin-bottom: 0.5em;
}


.product-list .price {
	height: 50px;
	font-family: 'Open Sans', sans-serif !important;
	min-width: 100px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: right;
	display: inline-block;
}
.product-list .price a:hover {
	text-decoration: none;
}
.product-list .price a:hover i {
	font-size: 1.1em;
	transition: font-size 0.12s;
}
.product-list .price a {
	float: left;
	display: table;
	width: 50px;
	text-align: center;
	height: 50px;
}
.product-list .price span {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-top: 0.5em;
	padding-right: 0.6em;
	padding-left: 0.6em;	
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
}
.product-list .price a i {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #FFF;
	transition: font-size 0.2s;
}
.product-list .new {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	width: 96px;
	height: 89px;
	background: transparent url('../static/new.png');
	background-repeat: no-repeat;
}
.product-list {
	margin-bottom: 2em !important;
}














.product-list.cat {
	border-radius: 4px;
}
.product-list.cat {
	height: 200px;
}
.product-list.cat h3 {
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 1em;
	display: block;
	text-align: center;
	font-size: 1.3em;
	color: #161342;
	font-family: Georgia !important;
}



button {
	border-radius: 4px;
}
.button {
	border-radius: 4px;
}


a.takki,
button.takki {
	display: inline-block;
	/*background: #29a403;*/
	/*background: #6f8604;*/
	background: #6f7a52;
	border-radius: 4px;
	text-align: center;
	border: none !important;
	padding: 0.5em 1em;
	margin: 0;
	font-size: 1em;
	font-weight: bolder;
	font-family: 'Open Sans', sans-serif !important;
	color: #FFF;
	text-transform: uppercase;
	transition: all 0.3s;
}
a.takki.fit,
button.takki.fit {
	display: block !important;
}
a.takki:hover,
button.takki:hover {
	/*background: #5a6d04;*/
	/*background: #c0ada4;*/
	background: #f8e693;
	transition: all 0.3s;
	text-decoration: none;
	color: #000 !important;
}


a.takki.alt,
button.takki.alt {
	/*background: #fcfce4 !important;*/
	background: #c0ada4 !important;
	/*border: 1px solid #6f8604 !important;*/
	border: 1px solid #6f7a52 !important;
	color: #222 !important;
}

button.takki.alt:hover,
a.takki.alt:hover {
	background: #e3e399 !important;
}




















/*.product-slider .owl-dot span {
	background-color: #161342 !important;
}
.product-slider .owl-dot:hover span,
.product-slider .owl-dot.active span {
	background-color: #FF0000 !important;
}*/

.product-slider-container {
	position: relative;
	display: block;
}
.product-slider-container button {
	background: #FFF;
	cursor: pointer;
	border-radius: 50%;
	border: none !important;
	color: #264890 !important;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 40%;
}
.product-slider-container button.customNextBtn {
	right: -60px;
}
.product-slider-container button.customPrevBtn {
	left: -60px;
}
















#cartModal {
	z-index: 10000;
}



.cart-info {
	top: 5px;
	position: relative;
}
.cart-info-count {
	position: relative;
	display: inline-block;
	text-align: center;
	background: #FFF;
	border-radius: 50%;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	width: 22px;
	height: 22px;
}


























/* product view styles */
.product-option h3 {
}
.product-option button {
	background: #FFF !important;
	display: block;
	float: left;
	margin-right: 1em;
	cursor: pointer;
	border: 2px solid #e6e6e6 !important;
	border-radius: 4px;
	color: #AAA;
	margin-bottom: 1em;
}
.product-option button.selected {
	color: #76943e !important;
	background: #e6e6e6 !important;
	text-decoration: none;
}
.product-option button span {
	display: block;
	font-size: 15px;
	padding: 8px;
	font-weight: bold;
}
.product-option {
	clear: both;
}
.add-to-cart-button.plain {
	font-weight: bold;
	display: block;
}
.add-to-cart-button.plain:hover {
	text-decoration: none;
}

.product-image {
	display: block;
	padding: 1em;
	text-align: center;
	border: 1px solid #e6e6e6;
}
.extra-images-carousel .item {
	border: 1px solid #e6e6e6;	
}


form.product-quantity input.quantity-input {
	width: 40px;
}
form.product-quantity {
	margin-bottom: 1em;
}


.product-price {
	font-weight: bolder;
	font-size: 26px;
	color: #222 !important;
	margin-bottom: 1.2em;
}

.no-option-selected {
	display: none;
	margin-bottom: 1em;
}







form input,
form select,
form textarea {
	padding: 0;
	color: #000 !important;
	font-weight: bold !important;
	margin: 0;
	border: 2px solid #e6e6e6 !important;
	padding: 8px;
	border-radius: 4px;
}




table.mycart td.centered,
table.mycart th.centered {
	text-align: center;
}
table.mycart {
	border-collapse: collapse;
}
table.mycart th,
table.mycart td {
	padding: 8px;
	vertical-align: middle;
	text-align: left;
	font-size: 15px;
	border-bottom: 1px solid #EEE;
}
table.mycart td img {
	max-width: none !important;
}



form .formrow {
	display: block;
	margin-bottom: 0.5em;
}
form .formrow label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.1em;
	font-size: 0.85em;
}





.uk-alert ul li,
.uk-alert ul {
	margin: 0;
	padding:0;
	list-style: none !important;
}
.uk-alert ul li {
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}






form select,
form textarea,
form input {
	border-radius: 4px;
	padding: 8px;
	/*border: 2px solid #6f8604 !important;*/
	border: 2px solid #6f7a52 !important;
	/*background: #fcfce4;*/
	background: #eee3de;
	/*color: #6f8604;*/
	color: #6f7a52;
}




.product-vnr {
	margin-top: 0;
	padding-top: 0;
	color: #888 !important;
	font-size: 0.8em !important;
}




button.button:hover,
a.button:hover,
button.button,
a.button {
	text-decoration: none;
	/*background: #6f8604;*/
	background: #6f7a52;
	cursor: pointer;
	color: #FFF;
	border: none !important;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px;
	font-size: 16px;
}


html body button.button {
	padding: 10px !important;
}






