@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Amita', cursive;
	font-size:14px;
	font-weight:400;
	line-height:1.2;
	color:#73594c;
	
	text-align:center;
	
	background: #f2f2f2;
}

a {
	color: #73594c;
	text-decoration:none;
}

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

strong, b {
	font-weight:700;
}

h1, h2, h3, h4, h5 {
	font-size:22px;
	font-weight:700;
	border-bottom: 1px solid #cdba9a;
	
	margin-bottom:25px;
}
.main-title {
	display: block;
	border-bottom: 1px solid #cdba9a;
	margin-bottom:25px;
}
.main-title>h1, .main-title>h2 {
	display: inline-block;
	font-size:22px;
	font-weight:700;
	border-bottom: none;
	margin-bottom:0px;
}

h3 {
	font-size:18px;
	border-bottom: none;
	
	margin-bottom:10px;
}

h4, h5 {
	font-size:14px;
	border-bottom: none;
	
	margin:5px 0;
	margin-top:10px;
}

hr {
	position:relative;
	border:none;
	height:1px;
	margin:25px 0 25px 0;
	background-color:#cdba9a;
	overflow: visible; 
}

/*
hr:after {
	content: "";
	position:absolute;
	bottom:-7px;
	left:0;
	
	width:100%;
	padding-bottom:7px;
	background-image: url('../html_files/ornament_bottom.svg');	
	background-size: auto;
	background-position:bottom;
	background-repeat:no-repeat;
}
*/

.head-flex {
	width:96%;
	padding:0 2%;
	display:flex;
	justify-content:space-between;	
}
.head-flex img{
	display:inline-block;
	float: left;	
}

.voucher-form {
	text-align: left;
    width: auto;
    display: table;
    background: #eceae7;
    padding: 10px 0 10px 10px;
    margin-bottom: 25px;
    border-radius: 6px;	
}
.voucher-form>* {
	display:inline-block;
	text-align:left;	
}
.voucher-form>input {
	border:1px solid #80808052;	
}

.search-input {
	display:inline-block;	
	margin-top:25px;
	padding:0 10px;
	text-align:left;
	border:1px solid #80808052;
}

.search-button {
	position:absolute;
	top: 17px;
	right: -8px;
	background:#f2f2f2;
	border:1px solid #80808052;
	box-shadow:none;
	
	width: 40px;
	height: 41px;
	
	background-image: url(../html_files/search.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.search-button:hover {
	position:absolute;
	top: 17px;
	right: -8px;
	background: #e2e2e2;
	border:1px solid #80808052;
	box-shadow:none;
	
	width: 40px;
	height: 41px;
	
	background-image: url(../html_files/search.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.cart-info {
	text-align: left;
	float: right;
	margin-top: 10px;
	margin-left:5px;
	font-size:14px;	
	font-weight:700;
	color:#533728;
}
.cart-status{
	margin-top: 15px;	
}
@media screen and (max-width: 768px) {
	.head-flex {
		width: 100%;
		padding: 0;
		/* display: inline-flex; */
		text-align: left;
		margin-bottom: 10px;
	}
	.head-flex img, .cart-info{
		display:inline-block;
		float:right;
	}
	.cart-status{
		margin: 10px 10px 0 0;
	}
	.cart-info {
		text-align: right;
		float: left;
		margin-top: 10px;
		margin-right: 5px;
		font-size: 14px;
		font-weight: 700;
		color: #533728;
	}
}

.logo {
	max-width:96%;
	float: left;
	margin:13px 2% 0 2%;

	filter: drop-shadow( -2px -1px 0 rgba(0,0,0,0.3));
}
@media screen and (max-width: 768px) {
	.logo {
		margin: -10px 0px 0px 10px;
		width: 150px;
		float:none;
	}
}

.button-paging {

	background:#f2f2f2;
	border:1px solid #80808052;
	box-shadow:none;

	padding: 5px 15px;
	margin: 0 5px; 

    background-position: center;
    background-repeat: no-repeat;
	border-radius: 6px;
}

.button-paging.numbers {
	padding: 5px 10px;
	margin: 0 2px; 
}

.button-paging.active { 
	background:#80808052;
}

hr.ornament:after {
	content: " ";
	position:absolute;
	top:0px;
	left:0;
	
	width:100%;
	padding-bottom:25px;
	background-image: url('../html_files/ornament_bottom.svg');	
	background-size: auto;
	background-position:center top;
	background-repeat:no-repeat;
}

hr.lily:before {
	content: "";
	position:absolute;
	top:-18px;
	left:0;
	
	width:100%;
	padding-bottom:25px;
	background-image:  url('../html_files/lily_top.svg');	 /*no-repeat, center bottom, url('../html_files/lily_bottom.svg'), */
	background-size: auto;
	background-position: center top;
	background-repeat: no-repeat;
}
hr.lily:after {
	content: "";
	position:absolute;
	bottom:-7px;
	left:0;
	
	width:100%;
	padding-bottom:7px;
	background-image: url('../html_files/lily_bottom.svg');	
	background-size: auto;
	background-position:bottom;
	background-repeat:no-repeat;
}

.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}

ul, li, ul>li {
	list-style: disc;
    margin-left: 15px;
}

header, aside, main, .ico-panel, footer {
	display:inline-block;
	width: 100%;
	max-width:1980px;
}

aside {
	width:280px;
	-ms-grid-row: 1;
  	-ms-grid-column: 1;
}

header {
	/*min-height:180px;*/
	margin-bottom:40px;
	
	background-image: url('../html_files/bg.svg?time=1421');
	background-position:center;
}
@media screen and (max-width: 768px) {
	header {
		margin-bottom:15px;
		background-position:center top;
		background-repeat: no-repeat;
		/*background-image:none;
		background-color:#ebe6e0;*/
	}
}

button, .button, submit {
	display: inherit;
    text-align: center;
    height: 40px;
    padding: 0 15px;
	
    font-family: 'Amita', cursive;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    color: #73594c;
	white-space:nowrap;
	
    cursor: pointer;
    background: #ceb99a;
    transition: 0.4s;
    box-shadow: 0 3px 0 #73594c;
    border-radius: 6px;
	margin:10px;
	margin-bottom:3px;
	border:0;
	outline:none;
}

.inline-button {
	display:inline-block;	
}

button:hover, .button:hover, submit:hover {
	background: #847269;
    color: #f2f2f2;
    /* text-decoration: underline; */
}
button.arrow, .button.arrow, submit.arrow {
    height: 43px;
    text-align: center;
    padding: 0 7px;
    font-size: 28px;
    line-height: 42px;
    box-shadow: none;
    border-bottom: 3px solid #ebe7e1;
    background: #f2f2f2;	
}
button.arrow:hover, .button.arrow:hover, submit.arrow:hover {
	background: #847269;
    color: #f2f2f2;	
	border-bottom:3px solid #73594c;
}
button.arrow:first-of-type, .button.arrow:first-of-type, submit.arrow:first-of-type {
	border-radius: 6px 0 0 6px;	
}
button.arrow:last-of-type, .button.arrow:last-of-type, submit.arrow:last-of-type {
	border-radius: 0 6px 6px 0;;	
}

.auto-width {
	display: inline-block;
	width:auto;	
}

.button.small {
	width:20px;
	height:20px;
    padding: 0 5px;
}

input {
	display: block;
    text-align: center;
    height: 43px;

    font-family: 'Amita', cursive;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    color: #73594c;

	margin-top:10px;
	margin-bottom:3px;
	padding:0;

	background: #f2f2f2;
	border:0;
	box-shadow: 0 0 10px #00000014 inset;	
	border-radius: 6px;
	
	transition: 0.4s;
	outline:2px solid rgba(28,159,213,0.0);
}
input:focus {
	outline:2px solid rgba(28,159,213,0.25);
}

select.select-custom {
	font-family: 'Amita', cursive;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    color: #73594c;
    min-width: 200px;
    padding: 0px 50px 0px 10px;
    /*margin: 10px 0;*/
    background: #f2f2f2;
    border: 1px solid #cdba9a;
    box-shadow: 0 0 10px #00000014 inset;
    border-radius: 6px;
    transition: 0.4s;
    outline: 2px solid rgba(28,159,213,0.0);
    -webkit-appearance: button;
    background-image: url(../html_files/ico_select.svg), -webkit-linear-gradient(#f2f2f2, #f2f2f2 40%, #f2f2f2);
    background-position: 100% center;
    background-repeat: no-repeat;
    cursor: pointer;
	-webkit-appearance: none;
}

.custom-select {
	position:relative;
	
	display: inline-block;
    text-align: center;
	
	min-width:200px;
	
	/*
	min-width:150px;
	height: 43px;
    */
	
	font-family: 'Amita', cursive;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    color: #73594c;

/*
	margin-top:10px;
	margin-bottom:3px;
*/	
	padding:0;
	
	background: #f2f2f2;
	border:1px solid #cdba9a;

	box-shadow: 0 0 10px #00000014 inset;	
	border-radius: 6px;
	
	transition: 0.4s;
	outline:2px solid rgba(28,159,213,0.0);
}

/*hide original SELECT element: */
.custom-select select {
  display: none; 
}

.custom-select.disabled {
	cursor: alias;
	opacity:1;
}

.select-selected {
	padding:0 15px;
	margin:0;
	text-align:left;
  /*background-color: DodgerBlue;*/
}

.select-selected:before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 40px;
    height: 100%;
    border: none;
    background-color: #dcd4cd;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 21px;
  right: 14px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #73594c transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #73594c transparent;
  top: 14px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  	font-family: 'Amita', cursive;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	color: #73594c;
	text-align:left;
	
	padding:0 15px;
	
  	border: none;
  	cursor: pointer;	
}

.select-items div {
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;	
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #cdba9a;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  
  max-height: 500px;
  overflow-y: scroll;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom-input-group, .custom-radio-group {
	display:flex;
	justify-content:space-between;
	margin-bottom:10px;
}

.custom-input-group label, .custom-radio-group label {
    width: 100%;
    padding: 16px 15px 14px 10px;
    margin-right: -10px;
    border: none;
    border-radius: 6px 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    background-color: #dcd4cd;
}

.custom-input-group input {
	position:relative;
	
	display: inline-block;
    text-align: left;
	
	min-width:170px;
	height:auto;
	
	font-family: 'Amita', cursive;
    font-size: 16px;
    font-weight: 400;
    /*line-height: 45px;*/
    color: #73594c;

	padding:0 15px;
	margin:0;
	
	background: #f2f2f2;
	border:1px solid #cdba9a;

	box-shadow: 0 0 10px #00000014 inset;	
	border-radius: 6px;
	
	transition: 0.4s;
	outline:2px solid rgba(28,159,213,0.0);	
}

.custom-radio-group label {
	font-weight:400;
	
	padding: 14px 30px 14px 15px;
	margin-right:-10px;
	
	border-radius:0 6px 6px 0;
}
.custom-radio-group input {
	padding:0;
	margin:0;
}

/* --- BEGIN OF custom select languages --- */

.custom-select-lang {
	position:relative;
	
	display: inline-block;
    text-align: center;
	
	/*
	min-width:200px;

	min-width:150px;
	height: 43px;
    */
	
	font-family: 'Amita', cursive;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    color: #73594c;

/*
	margin-top:10px;
	margin-bottom:3px;
*/	
	padding:0;
	
	transition: 0.4s;
	outline:0;
}

/*hide original SELECT element: */
.custom-select-lang select {
  display: none; 
}

.select-selected-lang {
	margin:0;
	text-align:left;
}

.select-selected-lang:before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 40px;
    height: 100%;
    border: none;
}

/* Style the arrow inside the select element: */
.select-selected-lang:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #73594c transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected-lang.select-arrow-active-lang:after {
  border-color: transparent transparent #73594c transparent;
  top: 14px;
}

/* style the items (options), including the selected item: */
.select-items-lang div, .select-selected-lang {
  	font-family: 'Amita', cursive;
	font-size: 18px;
	font-weight: 400;
	line-height: 45px;
	color: #73594c;
	text-align:left;
	
	padding:0 30px 0 10px;
	
  	border: none;
  	cursor: pointer;
	height:40px;
	transition:0.4s;
}

.select-items-lang{
	
}

.select-selected-lang[value=cs]{
	background-image: url(/html_files/cs-flag.svg);	
	background-position: left;
	background-repeat:no-repeat;
    text-shadow: 0px 0px 3px black;
    color: white;
	margin-left: 4px;
}
.select-selected-lang[value=de]{
	background-image: url(/html_files/de-flag.svg);	
	background-position: left;
	background-repeat:no-repeat;
    text-shadow: 0px 0px 3px black;
    color: white;
	margin-left: 4px;
}
.select-selected-lang[value=en]{
	background-image: url(/html_files/en-flag.svg);	
	background-position: left;
	background-repeat:no-repeat;
    text-shadow: 0px 0px 3px black;
    color: white;
	margin-left: 4px;
}

.select-items-lang div[value=cs]{
	background-image: url(/html_files/cs-flag.svg);	
	background-position: left;
	background-repeat:no-repeat;
    text-shadow: 0px 0px 3px black;
    color: white;
	margin-left: 4px;
}
.select-items-lang div[value=de]{
	background-image: url(/html_files/de-flag.svg);	
	background-position: left;
	background-repeat:no-repeat;
    text-shadow: 0px 0px 3px black;
    color: white;
	margin-left: 4px;
}
.select-items-lang div[value=en]{
	background-image: url(/html_files/en-flag.svg);	
	background-position: left;
	background-repeat:no-repeat;
    text-shadow: 0px 0px 3px black;
    color: white;
	margin-left: 4px;
}

.select-selected-lang:hover {
	text-decoration:underline;
}

.select-items-lang div {
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;	
}

/* Style items (options): */
.select-items-lang {
  position: absolute;
  background-color: #cdba9a;
  top: 100%;
  left: -3px;
  right: 12px;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide-lang {
  display: none;
}

.select-items-lang div:hover, .same-as-selected-lang {
  background-color: rgba(0, 0, 0, 0.1);
}

/* --- END OF custom select languages --- */

/* CHECKBOX */

.checkbox {
    position: relative;
	display:inline-block;
	margin:10px;
	height:30px;
	line-height:1.2;
	padding: 10px 0 0 95px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
	transition:0.2s;
}

.checkbox>span {
	position:relative;
	vertical-align:middle;
	top:5px;
}

.checkbox>span i {
	color:#989898;
	display:block;
	font-size: 11px;
}

/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	display:none;
}

/* Create a custom checkbox */
.checkbox .checkmark {
    position: absolute;
    top: 0;
	left:0;
    height: 40px;
    width: 80px;
	border-radius:20px;
    background-color: #dcd4cd;
	transition:0.2s;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #999999;
}

.checkbox:hover input:checked ~ .checkmark {
    background-color: #B99B6E;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #ceb99a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox .checkmark:before {
    content: "";
	position:absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
	border-radius:15px;
	background:#f2f2f2;
	transition:0.6s;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:before {
    left:45px;
}

.checkbox .checkmark:after {
	content: "";
    position: absolute;
    left: 17px;
    top: 15px;
    width: 3px;
    height: 6px;
    border: solid #f2f2f2;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
	transition:0.6s;
	display:block;
}

.checkbox input:checked ~ .checkmark:after {
	display:block;
    left:58px;
	border-color: #ceb99a;
}

/* RADIO */

.radio {
    position: relative;
	display:inline-block;
	width: calc(100% - 65px);
	margin:10px 5px;
	height:30px;
	line-height:1;
	padding: 5px 0 5px 55px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}

.radio>span {
	position:relative;
	vertical-align:middle;
}

.radio>span i {
    color: #989898;
    display: block;
    font-size: 12px;
	margin-top:3px;
}

.radio.disabled {
	color: #dcd4cd;	
	cursor:auto;
}
.radio.disabled .checkmark:before {
	background:none;	
}
.radio.disabled .checkmark:after {
	border:none;	
}
.radio.disabled:hover input ~ .checkmark {
    background-color: #dcd4cd;
}
.radio.disabled>span i {
	display:none;
}

/* Hide the browser's default checkbox */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	display:none;
}

/* Create a custom checkbox */
.radio .checkmark {
    position: absolute;
    top: 0;
	left:0;
    height: 40px;
    width: 40px;
	border-radius:20px;
    background-color: #dcd4cd;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
    background-color: #999999;
}

.radio:hover input:checked ~ .checkmark {
    background-color: #B99B6E;
}

/* When the checkbox is checked, add a blue background */
.radio input:checked ~ .checkmark {
    background-color: #ceb99a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radio .checkmark:before {
    content: "";
	position:absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
	border-radius:15px;
	background:#f2f2f2;
	transition:0.6s;
}

/* Show the checkmark when checked */
.radio input:checked ~ .checkmark:before {
    left:5px;
}

.radio .checkmark:after {
	content: "";
    position: absolute;
    left: 17px;
    top: 15px;
    width: 3px;
    height: 6px;
    border: solid #f2f2f2;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
	transition:0.6s;
	display:block;
}

.radio input:checked ~ .checkmark:after {
	display:block;
	border-color: #ceb99a;
}

/* CSS ICONS */

i.ico_success {
	position:relative;
    width: 30px;
    height: 30px;
	margin:20px;
	border-radius:15px;
	background:#98ca4c;
	transition:0.6s;
	display:inline-block;
}

i.ico_success:after {
	content: "";
    position: absolute;
    left: 13px;
    top: 10px;
    width: 3px;
    height: 6px;
    border: solid #f2f2f2;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
	transition:0.6s;
	display:block;
}

i.ico_error {
	position:relative;
    width: 30px;
    height: 30px;
	margin:20px;
	border-radius:15px;
	background:#ff6190;
	transition:0.6s;
	display:inline-block;
}

i.ico_error:after {
	content: "X";
    position: absolute;
    left: 11px;

    top: 9.5px;
    /* width: 3px; */
    /* height: 6px; */
    /* border: solid #f2f2f2; */
    border-width: 0 2px 2px 0;
    /* transform: rotate(45deg); */
    transition: 0.6s;
    color: #f2f2f2;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

textarea {
	position: relative;
    display: inline-block;
    text-align: left;
    width: calc(100% - 22px);
    font-family: 'Amita', cursive;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    color: #73594c;
    padding: 0 10px;
    background: #f2f2f2;
    border: 1px solid #cdba9a;
    box-shadow: 0 0 10px #00000014 inset;
    border-radius: 6px;
    transition: 0.4s;
    outline: 2px solid rgba(28,159,213,0.0);
}

form dialog {
	display:none;
	position:relative;
	margin:0px 5px 10px 5px;
	max-width:218px;
	min-height:14px;
	padding:12px 15px;
	color:#F8F8F8;
	text-align:center;
	font-size:12px;
	/*border-radius:19px;*/
	background:#FF6190;
	border:0px solid #999999;
	transition:0.4s;
	opacity:0;
}

form dialog.show {
	transition:0.4s;
	display:inline-block;
	opacity:1;
}

form dialog:after {
	content:"";
	position: absolute;
	top:-7px;
	right:30px;
	width:14px;
	height:14px;
	transform: rotate(45deg);
	background:#FF6190;
}

form.offer-form dialog {
	margin-bottom:-10px;
}

.nav_strip {
	text-align:left;
	width:100%;
	border-bottom: 1px solid #cdba9a;
	margin-bottom:25px;
}

.nav_strip > * {
	display:inline-block;
	font-size:16px;
}
.nav_strip h2, .nav_strip h1 {
	font-size:22px;
	margin:0;
	text-decoration:none;
	border: none;
}
.nav_strip a {
	font-weight:700;
	font-size:16px;
	
}
.product_subtitle {
	text-align:left;
	font-size:16px;
	font-weight:400;
	margin-top:-20px;
}

@media screen and (max-width: 768px) {
/*  	.nav_strip {
		text-align:center;
	}*/
	.custom-select {
		min-width:none;
	}
	.product_subtitle {
		text-align:center;
	}
}

/*** DESKTOP MAIN MENU ***/

.desktop {
	display:block;
}
.desktop-table {
	display:table;
}
.mobile {
	display:none; 
}
.mobile-table {
	display:none;	
}

menu.main {
	display:inline-block;
	width:96%;
	padding:0 2%;
	height:40px;
	font-size:18px;
	background: rgba(242,242,242,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}

menu.main .column:first-of-type {
	width:50%;
	float:left;
	
	display:flex;
	justify-content: space-between;
}

menu.main .column:last-of-type {
	max-width: 40%;
	float:right;
	
	display:flex;
	justify-content: space-between;
}

menu.main p, 
menu.main a,
menu.main span {
	margin-top:11px;
	height:18px;
	
	color: #816b5d;
}

menu.main a>img,
menu.main span>img,
menu.main .column>img{
	vertical-align: sub;
}

menu.main i.vl {
	margin-top:13px;
	margin-left:10px;
	margin-right:10px;
	height:14px;
	min-height:14px;
	max-height:14px;
  	border-left: 1px solid #aa9c93;
}

@media screen and (max-width: 899px) {
  	menu.main {
		display:none;
	}
	.mobil {
		display:block;	
	}
	.mobile-table {
		display:table;	
	}
	.desktop, .desktop-table {
		display:none;
	}
}

/*** END of DESKTOP MAIN MENU ***/


/*** MOBILE MAIN MENU ***/

menu.main-mobile {
	display:none;
	width:96%;
	padding:0 2%;
	height:40px;
	font-size:18px;
	background: rgba(242,242,242,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}

.menu-floater-left{
	display: inline-block;
    width: auto;
    float: left;	
}

.menu-floater-right{
	display: inline-block;
    width: auto;
    float: right;	
}

.menu-floater-right>a{
   	margin: 10px;	
}

menu.main-mobile p, 
menu.main-mobile a,
menu.main-mobile span {
	margin-top:11px;
	height:18px;
	
	color: #816b5d;
}

menu.main-mobile a>img,
menu.main-mobile span>img,
menu.main-mobile .column>img{
	vertical-align: text-bottom;
}

@media screen and (max-width: 899px) {
  	menu.main-mobile {
		display:block;
	}
}

/*** END of MOBILE MAIN MENU ***/

main.fixed {
	padding-top:50px;	
}

/*** DESKTOP CATEGORY MENU ***/

nav.horizontal {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;

	/*width:96%;*/
	width:auto;
	overflow: visible;
	padding:0 2%;
	height:50px;
	margin-top:5px;
	background: rgba(57,22,3,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	
	transition:0.5s;
}

nav.horizontal.fixed {
    position: fixed;
    top: 0;
    margin-top: 0;
    width: 96%;
    opacity: 0.6;
	z-index:1;
	transition:0.4s;
	z-index:999;
}
nav.horizontal.fixed:hover {
    opacity: 1;
}

nav.horizontal .category-item{
	display:none;
	margin-top:17px;
	height:17px;
	font-size:17px;
}

nav.horizontal a, nav.horizontal span{
	color: #c9c6c1;	
}

nav.horizontal .more {
	margin-top:20px;
	display:block;
	cursor:pointer;
}
nav.horizontal .more:hover {
	text-decoration:underline;
}

nav.horizontal .more>img {
	width: 12px;
	margin-top: -5px;
}

nav.horizontal i.vl {
	display:none;
	margin: 20px 5px 10px 5px;
	height:10px;
	min-height:10px;
	max-height:10px;
  	border-left: 1px solid #a09289;
}

@media screen and (min-width: 1600px) {
  	nav.horizontal>div:last-of-type, nav.horizontal i.vl:last-of-type {
	  display: none;
	}
}
@media screen and (max-width: 899px) {
  	nav.horizontal {
		display:none;
	}
}

/*** END of DESKTOP CATEGORY MENU ***/

/***  MOBILE CATEGORY MENU  ***/

nav.mobile {
	display:none;
	font-size:17px;
	color: #c9c6c1;
	/*background: rgba(57,22,3,0.8);*/
	/*box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);*/
	height:53px;
	overflow:hidden;
}

nav.mobile.fixed {
    position: fixed;
    top: 0;
	left:0;
    margin-top: 0;
    width: 100%;
   /* opacity: 0.6;*/
	z-index:1;
	transition:0.4s;
	z-index:999;
}
nav.mobile.fixed:hover {
    opacity: 1;
}

nav.mobile.open{
	display: inline;
    height: 100%;
    overflow: scroll;
}
nav.mobile.open .menu-button{
	margin: 6px 10px 0px 0;
    padding: 5px 8px 22px 8px;
	border-radius: 8px 8px 0 0;
}

nav.mobile a{
	font-size:16px;
	color: #c9c6c1;
}

nav.mobile .category-menu-header{
	height: 53px;
	background: rgba(57,22,3,0.8);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}

nav.mobile input{
    display: inline-block;
	line-height:1;
    float: left;
    text-align: left;
	width:200px;
	height:41px;
    margin: 6px 5px 5px 10px;
	padding: 10px;
}

nav.mobile .menu-button{
    position: relative;
    display: inline-block;
    float: right;
    /* width: 96%; */
    margin: 6px 10px 0px 0;
    padding: 5px 8px;
    font-size: 15px;
    color: #ebe7e1;
    text-align: right;
    background: rgb(58, 23, 4);
    border-radius: 8px;
}

nav.mobile>.category-item{
	display: inline-block;
    width: calc(100% - 20px);
    padding: 12px 0;
    background: rgb(58, 23, 4);
    border-bottom: 1px solid #837167;
}

.subcategory-button{
    padding: 6px 10px;
    border: 1px solid #ffffff29;
    border-radius: 8px;
    float: left;
    margin-left: 10px;
}

.subcategory-group{
	display:none;
	padding-top: 12px;
	margin-bottom:-12px;
}

.subcategory-group.open{
	display:block;
}

.subcategory-group>.category-item{
	padding: 12px 0;
	border-bottom:none;
	border-top: 1px solid #837167;
}

@media screen and (max-width: 899px) {
	nav.mobile {
		display:block;
	}
}


/*** END of CATEGORY MENU ***/

/*	nav.horizontal .menu-button {
		display: inline-block;
		width: 100%;
		text-align: right;
		font-size: 20px;
		color: #ebe7e1;
		margin-top: 9px;
		margin-right: 10px;
	}
*/
/*
	nav.horizontal:after {
		content: "kategorie";
		font-size: 20px;
		color: #ebe7e1;
		top: 14px;
		padding-right:40px;
		right: 2%;
		position: absolute;	
		background-image:url('../html_files/menu-white.svg');
		background-position:right center;
		background-repeat:no-repeat;
	}
*/	
/*
	nav.horizontal.open{
		height:auto;	
	}
	
	nav.horizontal .subcategory-button {
		display: block;
		position: relative;
		float: left;
		margin-left: 20px;
		margin-top: 5px;
	}
	
	nav.horizontal .category-item{
		display:block;	
		width:100%;
		padding-bottom:15px;
		border-bottom:1px solid #837167;
	}	
	nav.horizontal .category-item:first-of-type {
		margin-top:60px;
	}
	nav.horizontal .dropdown {
		display: none;
	}
*/
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
	margin-top:0;
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    margin: 0px -10px;
}

.dropdown-content {
	display: none;
	padding-top: 25px;
	position: absolute;
	width:max-content;
	right: 0;
	z-index: 1;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
.dropdown-content:after {
    content: " ";
    /* display: block; */
    position: absolute;
    top: 20px;
	right: 30px;
    /* left: 0px; */
    width: 20px;
    height: 20px;
    background-color: #ceba9a;
    z-index: 1;
    transform: rotate(45deg);
}

.dropdown-content .link {
	
	font-size:14px;
	font-weight:400;
	color: #5a3723;
	padding: 15px 20px 10px 20px;
	background-color: #ceba9a;
	border-bottom: 1px solid #ac9988;
	margin: 0px;
	display: block;
}

.dropdown-content .link:last-of-type {
	border-bottom: 0px;
}

.dropdown-content .link:hover {
	/*background-color: #f1f1f1*/
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
/*
@media screen and (max-width: 1599px) {
  	nav.horizontal a:nth-last-child(-n+6), nav.horizontal i.vl:nth-last-child(-n+6) {
	  display: none;
	}
	nav.horizontal a:last-of-type, nav.horizontal i.vl:last-of-type {
	  display: block;
	}
}
@media screen and (max-width: 1399px) {
  	nav.horizontal a:nth-last-child(-n+8), nav.horizontal i.vl:nth-last-child(-n+8) {
	  display: none;
	}
	nav.horizontal a:last-of-type, nav.horizontal i.vl:last-of-type {
	  display: block;
	}
}
@media screen and (max-width: 1199px) {
  	nav.horizontal a:nth-last-child(-n+14), nav.horizontal i.vl:nth-last-child(-n+14) {
	  display: none;
	}
	nav.horizontal a:last-of-type, nav.horizontal i.vl:last-of-type {
	  display: block;
	}
}
@media screen and (max-width: 999px) {
  	nav.horizontal a:nth-last-child(-n+16), nav.horizontal i.vl:nth-last-child(-n+16) {
	  display: none;
	}
	nav.horizontal a:last-of-type, nav.horizontal i.vl:last-of-type {
	  display: block;
	}
}
@media screen and (max-width: 899px) {
  	nav.horizontal a:nth-last-child(-n+20), nav.horizontal i.vl:nth-last-child(-n+20) {
	  display: none;
	}
	nav.horizontal a:last-of-type, nav.horizontal i.vl:last-of-type {
	  display: block;
	}
}
*/
/*
@media screen and (max-width: 767px) {
  	nav.horizontal * {
		display:none;
	}
}
*/
/*
main * { 
 border: 1px solid red;
 position: relative;
}
*/
/*
.grid-container *:after { 
 content:attr(class);
 position: absolute;
 top: 0;
 left: 0;
}
*/

.main-grid {
	width: 96%;
	margin: 0 2%;
	display: -ms-grid;
	display: grid;
	
	/*-ms-grid-rows: 100px;*/
  	-ms-grid-columns: 320px 1fr;
  	grid-template-columns: 320px 1fr;
	
  	/*grid-template-rows: auto repeat(auto-fill, auto) auto;*/
	
  	justify-content: center;
  	align-content: end;
  /*grid-template-rows: auto 1fr 1fr;*/
  /*grid-template-areas: "vertical text text text" "vertical \31  \32  \33 " "\34  \35  \36  \37 ";*/
}

.main-nogrid {
	width: 96%;
	margin: 0 2%;
}

section.home {

	-ms-grid-row: 1;
  	-ms-grid-column: 2;

	display: grid;
  	grid-template-columns: 1fr 1fr 1fr 1fr;
	
	height: fit-content;
}

section.related {
	display: -ms-grid;
	-ms-grid-row: 1;
  	-ms-grid-column: 2;
  	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	
	display: grid;
  	grid-template-columns: 1fr 1fr 1fr 1fr;
	
	max-width: calc(100% - 160px);
	margin: 0 80px;
	height: fit-content;
}

@media screen and (max-width: 1199px) {
	section.home {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 768px) {
	section.home {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 425px) {
	section.home {
		display: grid;
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 899px) {
  	.main-grid {
		display:inline-block;
		text-align:center;
	}
	main.nogrid {
		display:inline-block;
	}
}

.flex_container {
	display:flex;
	justify-content: space-evenly;
	margin-bottom:25px;
}
.flex-break {
	width: 100%;	
}

@media screen and (max-width: 659px) {
	.flex_container {
		display:inline-block;
		width:100%;
		margin-bottom:0px;
	}
	.flex_container .map_container{
		width:100%;
		height: 300px;	
	}
	.flex_container .inline_container{
		vertical-align: text-top;	
		margin-bottom:10px;
	}
}

.dialog-window {
	display:none;	
}

.product_options {
	display:inline-block;
	width:calc(100% - 50px);
	text-align: right;
    padding: 25px;
	background:#ebe6e0;
	color:#73594c;
	font-size:14px;
}
.product_options label {
	display: inline-block;
	font-size:14px;	
	padding: 5px 0 0 5px; /* 10px 5px 10px 10px;*/
	overflow:hidden;
	border-radius:0;
}
.product_options label>* {
	display: inline-block;
}

.product_options label>.description {
	font-weight:400;
}

.product_options .img {
    width: 57px;
    height: 47px;
    background-size: cover;
    background-position: center;
    border-radius: 6px 0 0 6px;
	cursor:pointer;
}
@media screen and (max-width: 768px) {
	.product_options{
		width:calc(100% - 20px);
		padding: 10px;
		padding-bottom:25px;	
	}
	.product_options input {
		min-width: 50px;
    	max-width: 50px;
	}
	.product_options label {
		font-size:12px;
	}
}


.ui-dialog {
	position:absolute;
	margin-top: 50px;
	box-shadow: 0 0 1000px #000000;
	z-index:100;
	
}
.ui-dialog-titlebar {
    background: #391603cc;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.ui-dialog-title {
	font-size:17px;
	color: #c9c6c1;
	margin: 22px 5px 5px 20px;
	
}
.ui-dialog-titlebar-close {
	font-family: 'Amita', cursive;
    font-size: 17px;
    color: #c9c6c1;
    height: auto;
    margin: 10px 10px 5px 10px;
    background: none;
    border: 0;
    cursor: pointer;
    box-shadow: none;
}
.ui-state-disabled { cursor: default !important; } 
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }

.dialog-window-image.ui-dialog{
	margin:0;	
}
.dialog-window-image.ui-dialog-content img{
	max-width: inherit;
    max-height: inherit;	
}

.product_container {
	position:relative;
	display:flex;
	justify-content: center;
	margin-top:25px;
	margin-bottom:25px;
	/*background: rgba(236, 232, 226, 0.5);*/
}
.product_container:after {
	content: " ";
	position:absolute;
	top:-18px;
	left:0;
	
	width:100%;
	padding-bottom:25px;
	background-image: url('../html_files/lily_top.svg');	
	background-size: auto;
	background-position:center top;
	background-repeat:no-repeat;
}
@media screen and (max-width: 768px) {
	.product_container {
		display:block;
		margin-bottom:25px;
		background: #ebe6e0;
	}
}

.flex_left {
	justify-content: left;
}

.text, .filters { 
	grid-column: 1 / 5; 
	-ms-grid-column: 1;
	-ms-grid-column-span:4;
	/*grid-area: text;*/
	text-align: left;
}

.filters {
	margin: 15px 5px;
}

.text > *, .filters > * {
	margin-left: 5px;
}
.text > ul li {
	margin-left: 45px;
}

.category-tile {
	
	position: relative;
    display: none; /*inherit;*/
    width: calc(100% - 30px);
    margin: 10px; 
	margin-top: 15px;
	margin-left: 20px; 
    height: 50px;
    background: #ebe6e0;
    box-shadow: 0 0 10px #00000005;
    font-size: 16px;
    text-align: left;
	
	border: solid #d0bd9f;
	border-width: 1px 0 1px 0;
}
.category-tile.no-img {
	width: calc(100% - 20px);
    margin: 10px; 
}

.category-tile:after {
	content: "";
    position: absolute;
    top: -24%;
    left: 0;
    width: 100%;
    padding-bottom: 23px;
    background-image: url(../html_files/productTop.svg);
    background-size: 105%;
    background-position: top;
    background-repeat: no-repeat;
}
.category-tile>img {
	position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: -10px;
    left: -10px;
}
.category-tile>a {
    margin: auto auto;
    margin-left: 45px;
    margin-right: 10px;
    text-align: center;
}

.cuted-for-mobile {
	max-height: none;
}

.gallery-button {
	position: relative;
    display: block;
    width: 100%;
    margin: 10px;
    height: 50px;
    background: #ebe6e0;
    box-shadow: 0 0 10px #00000005;
    font-size: 16px;
    line-height: 50px;
    border: solid #d0bd9f;
    border-width: 1px 0 1px 0;
}

.gallery-tile {
	position: relative;
    display: block;
    width: 300px;
    margin: 10px;
    height: 50px;
    background: #ebe6e0;
    box-shadow: 0 0 10px #00000005;
    font-size: 16px;
    line-height: 50px;
    border: solid #d0bd9f;
    border-width: 1px 0 1px 0;
}

@media screen and (max-width: 768px) {
	.category-tile {
		display: inherit;
		height: 60px;
		border-radius: 12px;
	}
	.category-tile:last-of-type {
		margin-bottom:30px; 
	} 
	.category-tile>img {
		max-width: 70px;
		max-height: 70px;
		top: -10px;
		left: -10px;
		mix-blend-mode: multiply;
	}
	.category-tile>a {
		margin-left: 60px;
	}
	.category-tile.no-img>a {
		margin-left:10px;
	}
	
  	.cuted-for-mobile {
		max-height: 32px;
		margin-bottom: 20px;
		/* text-overflow: ellipsis; */
		overflow: hidden;
		position:relative;
		transition:0.4s;
	}
	.cuted-for-mobile * {
		max-width:99%;
	}
	.cuted-for-mobile:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 50px;
		background: url(../html_files/ico_more.svg), linear-gradient(#ebe6e000, #f1f1f1);
		background-position: 50% 10px;
		background-repeat: no-repeat;
		color: #c5ac84;
		border-bottom: 1px solid;
		border-bottom-color: #cfc8c5;
		/* z-index: 999; */
		bottom: 0px;
		text-align: center;
		line-height: 88px;
		font-size: 40px;
		/* text-shadow: 0 0 15px black; */
		cursor:pointer;
	}
	.uncuted {
		max-height: none;
		padding-bottom: 40px;
	}
	.uncuted:after {
		transform: rotate(180deg);
		bottom: -20px;
	}
}

.inline_container {
	grid-column: none;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

.inline_container a {
	font-weight: 600;	
}

.inline_container a.button {
	font-weight: 400;	
}

.vertical-middle {
	margin:auto;
}

.map_container {
	width: 49%;
}

@media screen and (max-width: 1199px) {
  	.text, .filters { 
		grid-column: 1 / 4;
	}
}
@media screen and (max-width: 768px) {
  	.text, .filters { 
		grid-column: 1 / 3;
	}
}
@media screen and (max-width: 425px) {
  	.text, .filters { 
		grid-column: 1 / 2;
	}
}

/*
.\31  { grid-area: \31 ; }

.\32  { grid-area: \32 ; }

.\33  { grid-area: \33 ; }

.\34  { grid-area: \34 ; }

.\35  { grid-area: \35 ; }

.\36  { grid-area: \36 ; }

.\37  { grid-area: \37 ; }
*/

nav.vertical {
	/*grid-column: 1 / 2;
	grid-row: 1 / 3;*/
	width: 280px;
	/*grid-area: vertical;*/
	margin: 0 10px 0 10px;
	
	justify-self: center;
}
nav.vertical>.navHead, nav.vertical>.navFoot {
	padding-bottom: 29%;
	background-image: url('../html_files/rollEnd.svg');
	background-repeat:no-repeat;
	background-size: 100%;
}
nav.vertical>.navBody {
	/*background-color:#ceb99a;*/
	color:#5a3723;
}
nav.vertical>.navFoot {
	transform: scaleY(-1.0);
}

nav.vertical hr {
	border:none;
	height:1px;
	margin:0;
	background-color:#ac9988;
}
nav.vertical>.navBody>ul {
	margin:0;
	list-style-type:none;
	border-bottom:0;
}

nav.vertical>.navBody li  {
	margin:0px;
	list-style-type:none;
}

nav.vertical>.navBody>ul ul {
	margin-left:5px;
	list-style-type:none;
}
nav.vertical ul>li:last-of-type {
	border-bottom:0;
}
nav.vertical a {
	display:block;
	padding:12px 0 10px 0;
	margin:0px;
	border-bottom:1px solid #ac9988;
	transition:0.4s;
}
nav.vertical a.main {
	background-color:#ceb99a;
}
nav.vertical .hide {
	display:none;	
}
nav.vertical a.sub#_1 {
	background-color:#decfba;	
}
nav.vertical a.sub#_2 {
	background-color:#e4dcd0;	
}
nav.vertical a:active {
	font-weight:700;	
}
/*
nav.vertical hr:first-of-type {
	margin:0 0 12px 0;
}
nav.vertical hr:last-of-type {
	margin:10px 0 0 0;
}
*/
@media screen and (max-width: 899px) {
  	nav.vertical {
		display:none;
	}
}


p.firstLetter::first-letter {
	font-size:60px;
	vertical-align: text-top;
	line-height:14px;
}

.row {
	width: 100%;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/*
article {
	position:relative;
	width: calc(100% - 20px);
	height: 400px;
	margin: 0 10px 25px 10px;
	
	border: solid #d0bd9f;
	border-width: 1px 0;
}
*/

article {
	position:relative;
	width: calc(100% - 20px);
	
	padding-top:143%;
	margin: 10px 10px 25px 10px;
	
	border: solid #d0bd9f;
	border-width: 1px 0 1px 0;
	
	justify-self: center;
	line-height:1;
	
	/*max-width: calc(25% - 25px);*/
	display: -ms-inline-flexbox;
}


@media screen and (max-width: 899px) {
  	article {
		display:inline-block;
	}
}

article:after {
	content: "";
	position:absolute;
	top:-3%;
	left:0;
	
	width:100%;
	padding-bottom:23px;
	background-image: url('../html_files/productTop.svg');	
	background-size:100%;
	background-position:top;
	background-repeat:no-repeat;
}

article .item {
	display:block;
	position:absolute;
	top:0;
	left:0;

	width:96%;
	min-height:100%;
	max-height:100%;
	
	margin: 0 2%;
	background:#ebe6e0;
	box-shadow: 0 0 10px #00000014;	
}

article .imageContainer {
	position:relative;
	/*top:9px;*/
	width:100%;
	padding-top:100%;
	background-image: url('../html_files/watermark.svg');
	background-position:center;
	background-size:contain;
	/*background-color:#fff;*/
}

article .imageField {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
	background-size:cover;
	background-position:center center;
	mix-blend-mode: multiply;
}

/*
article .imageField {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
*/

article img {
	display:inline-block;
	position:relative;
	max-width:100%;
	max-height:100%;
	mix-blend-mode: multiply;
}

article h3 {
	margin:10px 10px 0 10px;
	margin-bottom: 0px;
	font-size: 16px;
	max-height: 2.5em;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
}
@media screen and (max-width: 425px) {
	article h3 {
		font-size: 22px;
	}
}

article hr {
	display:inline-block;
	width:70%;
	border:none;
	margin:5px 0 5px 0;
	height:1px;
	background-color:#d0bd9f;
}
/*
article .title {
	font-size:12px;
	line-height:1.2;
	margin:0 10px;
	min-height:3.6em;
	max-height:3.6em;
	white-space: normal; 
	overflow:hidden;
	text-overflow: clip;
}
*/
article .title {
	font-size: 12px;
    /* line-height: 1.2; */
    margin: 0 10px;
    /* min-height: 0.6em; */
    max-height: 2em;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
}

article .strip {
	position: absolute;
	display: flex;
    justify-content: space-evenly;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
	line-height:35px;
    float: left;
    font-size: 18px;
	border:solid rgba(235, 230, 224, 0.5);
	border-width:10px 0 9px 0;
	/*margin:10px 0 9px 0;*/	
}
@media screen and (max-width: 425px) {
	article .strip {
		height:40px;
		font-size: 20px;
		line-height:45px;
	}
}

article button {
	/*position:relative;*/
	text-align:center;
	padding:0 20px;
	height:30px;
	line-height:35px;
	border: none;
	box-shadow: 0 2px 0 #73594c;
	margin:0;
}
/*
article button:hover {
	background:#f2f2f2;
	text-decoration:underline;
}
*/
@media screen and (max-width: 425px) {
	article button {
		font-size: 20px;
		padding: 0 30px;
		margin-top: -14px;
		margin-right: 10px;
		width: 50%;
		height: 50px;
		text-align: center !important;
		display: inline-block;
	}
}

article button>i {
	position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background:#ebe6e0;	
}
article button>i:nth-of-type(1), article button>i:nth-of-type(3) {
	top:-5px;
}
article button>i:nth-of-type(2), article button>i:nth-of-type(4) {
	bottom:-5px;
}
article button>i:nth-of-type(1), article button>i:nth-of-type(2) {
	left:-5px;
}
article button>i:nth-of-type(3), article button>i:nth-of-type(4) {
	right:-5px;
}

.article-code {
	position: absolute;
    width: calc(100% - 10px);
    margin: 5px;
    font-size: 11px;
}

article .sale-ico {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-color: #ecaf55d4;
    border-radius: 20px;
    color: #f2f2f2;
    z-index: 1;
    line-height: 40px;
    font-size: 11px;
}

@media screen and (max-width: 768px) {
	article .sale-ico {
		position: absolute;
		top: 10px;
		left: 20px;
		width: 60px;
		height: 60px;
		background-color: #ecaf55d4;
		border-radius: 30px;
		color: #f2f2f2;
		z-index: 1;
		line-height: 60px;
		font-size: 13px;
	}
}

article .sale {
	display: inline-block;
    line-height: 0.9;
	margin-top:-5px;
}

article .sale>strike {
	font-size:14px;
	font-weight:400;
	color: #73594cb8;
}

.sign-ico {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 40px !important;
    height: 40px !important;
    background-color: #ecaf55d4 !important;
    border-radius: 20px;
    color: #f2f2f2;
    z-index: 1;
    line-height: 40px;
    font-size: 11px;
}

/*
#product_loader {
	position:relative;
	width:100%;
	text-align:center;
	opacity:0;
	transition:0.5s;
}
#product_loader:after {
	content:'';
	display:inline-block;
	border-top: 10px solid #ceb99a;
    border-right: 10px solid #ebe5df;
    border-bottom: 10px solid #ceb99a;
    border-left: 10px solid #ebe5df;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 2s linear infinite;		
}


@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
*/

.icoPanel {
	height:178px;
	background:#ebe6e0;	
	
	border: solid #d0bd9f;
	border-width: 1px 0;
	
	margin: 25px 0;
	max-width:1980px;
}
/*
	.flexbin {
	   }
	  .flexbin:after {
		content: '';
		flex-grow: 999999999;
		min-width: 300px;
		height: 0; }
	  .flexbin > * {
		position: relative;
		display: block;
		height: 300px;
		margin: 2.5px;
		flex-grow: 1; }
		.flexbin > * > img {
		  height: 300px;
		  object-fit: cover;
		  max-width: 100%;
		  min-width: 100%;
		  vertical-align: bottom; }
	  .flexbin.flexbin-margin {
		margin: 2.5px; }
*/
.image_row {
	padding:0 25px;
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	margin: -10px;
}

.image_row:after {
    content: '';
    flex-grow: 999999999;
    min-width: 300px;
    height: 0; 
}

.image_column {
	position: relative;
    display: block;
    height: 300px;
    margin: 10px;
    flex-grow: 1;
}

.image_column img {
	height: 300px;
	object-fit: cover;
	max-width: 100%;
	min-width: 100%;
	vertical-align: bottom;
	
	/*outline:1px solid #cdba9a;*/
	/*outline-offset: 4px;*/
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.image {
	position: relative;
    display: inline-block;
    height: auto;
    margin: 25px;
    max-width: calc(100% - 50px);
    overflow: hidden;
}

.image img {
	outline:1px solid #cdba9a;
	outline-offset: 4px;
	
	display: block;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    /*outline: 1px solid #cdba9a;*/
    /*outline-offset: 4px;*/
}

.image_column div, .image div {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #f2f2f2;
}

.image_column .top, .image .top { top: -10px; }
.image_column .bottom, .image .bottom { bottom: -10px; }
.image_column .left, .image .left { left: -10px; }
.image_column .right, .image .right { right: -10px; }

@media screen and (max-width: 768px) {
	.image_column {
		width: 100%;
	}
	.image img {
	}
}

.img_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.product_images {
	width:50%;
	text-align:left;
	font-size:0;
	background:#ebe6e0;
	/*box-shadow: 0 0 10px #00000014;*/
}
@media screen and (max-width: 768px) {
  	.product_images {
		width:100%;
		text-align:left;
		font-size:0;
		background:#f2f2f2;
	}
}

.product_info {
	max-width: calc(45% - 60px);
	text-align: right;
    padding: 25px;
	background:#ebe6e0;
}
@media screen and (max-width: 768px) {
  	.product_info {
		max-width:100%;
	}
}

.product_images hr {
	margin:0;
}

.product_main_image_align, .product_oth_image_align {
	position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-bottom: 100%;
    background: #ebe6e0;
	
	transition:0.8s;
}
/*
.product_main_image_align {
	padding-bottom:0;	
}
*/
.product_main_image, .product_oth_image {
	position: absolute;
    text-align: center;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
	
    /*background: #ebe6e0;*/
    background-image: url(../html_files/watermark.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

    /*border: 1px solid #f2f2f2;
    border-width: 0 1px 1px 0;*/
}
/*
.product_main_image {
	position:relative;
}
*/
.product_main_image img {
	position: relative;
	display:inline-block;
	max-width:100%;
	max-height:100%;
}
.zoom-product {
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(../html_files/search.svg);
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	cursor: pointer;
}

.product_oth_image_align {
	width:20%;
	padding-bottom:20%;
	cursor:pointer;
}

.product_oth_image_align.active {
	background: #f1ddc0;
}

.product_oth_image img {
	position: relative;
	display:inline-block;
	max-width:100%;
	max-height:100%;
}

.product_images img {
	max-width:100%;
	mix-blend-mode: multiply;
}

.dialog-zoom-image .product_images {
	width:100%;
}
.dialog-zoom-image .product_main_image_align {
	padding-bottom:0;
}
.dialog-zoom-image .product_main_image {
	position: relative;
	width:100%;
	padding-bottom:0;
}

.img-prev,
.img-next {
	position: absolute;
    height: calc(100% - 50px);
    top: 50px;
    transition: 0.4s;
	background-repeat: no-repeat;
	cursor:pointer;
}
.img-prev {
	width: 40%;
	background: url(../html_files/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: left 20px center;
	opacity:0;
}
.img-next {
	left:40%;
	width: 60%;
	background: url(../html_files/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
	opacity:0;
}
.img-prev:hover,
.img-next:hover {
	opacity:1;
}
.img-prev:focus,
.img-next:focus {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product_description {
	font-size:15px;
	line-height:1.5;
	/*text-align: justify;*/
	text-align:left;
}

.product_notice {
	font-size:15px;
    color: #b30000;
	text-align:left;
}

.product_code {
	text-align:left;
	margin:10px 0;	
}
.product_code span:last-of-type {
	font-weight:700;	
}

.product_row {
	position:relative;
	text-align: center;
	width: 100%;
    background: #dcd4cd;
    display: flex;
    flex-wrap: wrap;
   	justify-content: space-around;
    /*border-radius: 13px;*/
	border:0px solid #cdba9a;
	border-width:1px 0 1px 0;
	box-shadow: 0 0 10px #00000014;
}
.product_row:before {
	content: "";
	position:absolute;
	top:-18px;
	left:0;
	
	width:100%;
	padding-bottom:25px;
	background-image:  url('../html_files/lily_top.svg');	 /*no-repeat, center bottom, url('../html_files/lily_bottom.svg'), */
	background-size: auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.product_row:after {
	content: "";
	position:absolute;
	bottom:-7px;
	left:0;
	
	width:100%;
	padding-bottom:7px;
	background-image: url('../html_files/lily_bottom.svg');	
	background-size: auto;
	background-position:bottom;
	background-repeat:no-repeat;
}
.product_row .price {
	font-size: 20px;
	margin:20px 0px 10px 10px;	
}
.product_row .price>span:first-of-type {
	font-size:18px;
	font-weight:400;
}
.product_row .price>span:last-of-type {
	font-weight:700;
}

.product_row .sale {
	display: inline-block;
    font-weight: 700;
    line-height: 0.8;
    margin-top: -5px;	
}

.product_row strike {
	font-size:14px;
	font-weight:400;
}
.price.highlighted {
	color:#ca1e17;	
}

.stock_item .price>span {
	font-size: 14px;
}
.stock_item .option,
.stock_item .price {
	font-size: 14px;
	margin:25px 0px 10px 0px;	
}

.stock_item .option.light{
	margin: 0;
}

.stock_item .option>span:first-of-type,
.stock_item .price>span:first-of-type {
	font-size:14px;
	font-weight:400;
}
.stock_item .option>span:last-of-type,
.stock_item .price>span:last-of-type {
	font-weight:700;
}

.product_row .button,
.stock_item .button {
	margin:10px 10px 13px 10px;
	width:auto;
	padding:0 15px;	
}

.stock_container {
	position:relative;
	text-align: center;
	background: #dcd4cd;
	padding:15px;
	width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
   	justify-content: space-around;
    /*border-radius: 13px;*/
	border:0px solid #cdba9a;
	border-width:1px;
	border-radius:6px;
}
.stock_container .title {
	display: inline-block;
    width: 100%;
    text-align: left;
    margin: 10px;
    font-weight: 700;
}
.stock_container:before {
	content: "";
	position:absolute;
	top:-7px;
	left:0;
	
	width:100%;
	padding-bottom:25px;
	background-image:  url('../html_files/lily_bottom.svg');	 /*no-repeat, center bottom, url('../html_files/lily_bottom.svg'), */
	background-size: auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.stock_container:after {
	content: "";
	position:absolute;
	bottom:-7px;
	left:0;
	
	width:100%;
	padding-bottom:7px;
	background-image: url('../html_files/lily_bottom.svg');	
	background-size: auto;
	background-position:bottom;
	background-repeat:no-repeat;
}

.stock_item {
	width: 100%;
}

.stock_item form {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 10px;
	width:100%;
	border:0px solid #cdba9a;
	border-width:1px 0 0 0;
}

.stock-property{
	margin-top: 10px;
    line-height: 1;
    text-align: left;
}
.stock-action{
	display: flex;
    justify-content: space-between;
} 


.product_quantity {
	font-size:0;
	display:flex;	
}
.product_quantity input {
	width: 50px;
	border-radius:0;
	border-width: 3px 3px 3px 3px;
}

.product_quantity span {
	font-size:22px;
	margin:20px 0px 10px 0px;	
}


.cond p, .cond ul {
	margin-left:25px;
}

.cart-container {
	width:100%;	
	margin-bottom:25px;
}
.cart-container tr {
	text-align:left;
	border-bottom:1px solid #cdba9a;	
}
.cart-image {
	position:relative;
	display: inline-table;
	
	width:100px;
	height:100px;
	
	background-color:#f2f2f2;
	background-image: url('../html_files/watermark.svg');
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;	
}
.cart-image img {
	max-width:100%;
	max-height:100%;
	mix-blend-mode: multiply;	
}
.cart-cell {
		
}

.cart-quantity {
	font-size:0;
	display:flex;	
}
.cart-quantity input {
	width: 50px;
	height: 41px;
	border-radius:0;
	border: 1px solid #ceb99a;
	border-width: 1px 0;
	
	background:#ceb99a17;
}
.cart-quantity span {
	font-size:16px;
	margin:20px 10px 10px 0px;	
}
.cart-quantity .arrow{
	height:41px;	
	background:#ceb99a17;
	border: 1px solid #ceb99a;
	border-width: 1px 0;
	text-decoration:none;
}
.cart-quantity .arrow:hover {
	background: #847269;

	border: 1px solid #ceb99a;
	border-width: 1px 0;
}

.offer-form {
	display:flex;
	flex-flow: wrap;
	width:100%;
	justify-content:space-around;
}

.offer-column.primary {
	display: inline-block;
    width: calc(60% - 35px);
}

.offer-column.secondary {
	display: inline-block;
    width: calc(40% - 35px);
}

@media screen and (max-width: 659px) {
  	.offer-column.primary {
		width: 96%;
	}
	.offer-column.secondary {
		display: none;
	}
}

.offer-container {
	display: inline-block;
    position: relative;
    width: calc(100% - 101px);
    height: auto;
    padding: 50px;
    border: 0px solid #cdba9a;
    border-width: 1px 0 0 0;
    margin: 0 35px 35px 0;
    background: #ebe6e0;
}
.offer-container:before {
	content: "";
	position:absolute;
	top:-18px;
	left:0;
	
	width:100%;
	padding-bottom:25px;
	background-image:  url('../html_files/lily_top.svg');	 /*no-repeat, center bottom, url('../html_files/lily_bottom.svg'), */
	background-size: auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.offer-container:after {
	content: "";
	position:absolute;
	top:0px;
	left:0;
	
	width:100%;
	padding-bottom:7px;
	background-image: url('../html_files/lily_bottom.svg');	
	background-size: auto;
	background-position:bottom;
	background-repeat:no-repeat;
}

.offer-container .custom-input-group{
	margin-top:20px;
}   

@media screen and (max-width: 1023px) {
  .offer-container {
	width: calc(50% - 41px);
	padding: 20px;
  }
  .offer-container hr {
	margin:10px;	  
  }
} 
@media screen and (max-width: 768px) {
  .offer-container {
	width: calc(100% - 21px);
	padding:20px 10px;
	margin:0;
	margin-bottom: 25px;
  }
} 

.form-container {
	display: inline-block;
    position: relative;
    height: auto;
    padding: 50px;
    border: 0px solid #cdba9a;
    border-width: 1px 0 0 0;
    background: #ebe6e0;
}
.form-container:before {
	content: "";
	position:absolute;
	top:-18px;
	left:0;
	
	width:100%;
	padding-bottom:25px;
	background-image:  url('../html_files/lily_top.svg');	 /*no-repeat, center bottom, url('../html_files/lily_bottom.svg'), */
	background-size: auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.form-container:after {
	content: "";
	position:absolute;
	top:0px;
	left:0;
	
	width:100%;
	padding-bottom:7px;
	background-image: url('../html_files/lily_bottom.svg');	
	background-size: auto;
	background-position:bottom;
	background-repeat:no-repeat;
}

.form-container span{
	font-size: 12px;
    line-height: 1.2;
    min-height: 3.6em;
    max-height: 3.6em;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
}

.form-container .custom-input-group{
	margin-top:20px;
}

.form-container p{
	display:inline-block;
	max-width:360px;
}

@media screen and (max-width: 1023px) {
  .form-container {
	width: calc(50% - 41px);
	padding: 20px;
  }
} 
@media screen and (max-width: 768px) {
  .form-container {
	width: calc(100% - 21px);
	padding:20px 10px;
	margin-bottom: 25px;
  }
  .form-container hr{
	margin:10px;	  
  }
} 

.summary-container {
	display:inline-block;
	position:relative;
	width: calc(100% - 101px);
	height:auto;
	padding: 50px;
	border:0px solid #cdba9a;
	border-width:1px 0 0 0;
	margin: 0 0 1px 1px;
	
	background: #ebe6e0;
}
.summary-container table {
	width:100%;
	text-align:right;
}
.summary-container img{
	max-width:60px;
	max-height:60px;
	mix-blend-mode: multiply;
}
.summary-container span {
    color: #989898;
    display: block;
    font-size: 12px;
}
.summary-container table tr>td{
	padding:10px 0px 5px 0;
}
.summary-container #total{
	font-size:18px;
	font-weight:700;	
}
.table-hr {
	border-bottom:1px solid #ceb99a;
}

.profile-offer-table {
	background: #ebe6e0;
    width: 100%;
    text-align: left;
}
.profile-offer-table tr{
	border-bottom:1px solid #dcd4cd;	
}
.profile-offer-table td,
.profile-offer-table th {
	padding:5px;	
}
.profile-offer-table th {
	background:#dcd4cd;	
}

.ico-panel {
	position:relative;
	background: #ebe6e0;
	margin-top:15px;
	border:1px solid #cdba9a;
	border-width:1px 0 1px 0;	
}

.ico-panel:after {
	content: " ";
	position:absolute;
	top:0px;
	left:0;
	
	width:100%;
	padding-bottom:25px;
	background-image: url('../html_files/ornament_bottom.svg');	
	background-size: auto;
	background-position:center top;
	background-repeat:no-repeat;
}

.ico-panel:before {
	content: "";
	position:absolute;
	bottom:0px;
	left:0;
		
	width:100%;
	padding-bottom:7px;
	background-image: url('../html_files/ornament_bottom.svg');	
	background-size: auto;
	background-position:center top;
	background-repeat:no-repeat;
	transform: rotate(180deg);
}


.ico-grid {
	position:relative;
		
	width:96%;
	min-height:180px;
	
	margin: 0 2%;
	
	display: -ms-grid;
	-ms-grid-columns: 320px 1fr 1fr 1fr;
	
	display: grid;
  	grid-template-columns: 320px 1fr 1fr 1fr;
	
  	align-content: top;	
}

.ico-grid.wide {
	display:flex;
	justify-content:space-around;
	margin-top:15px;	
}

.ico-grid .shield {
	width:280px;
	height:160px;
	margin-bottom:20px;

	background-image: url('../html_files/shield.svg');	
	background-size: auto;
	background-position:center center;
	background-repeat:no-repeat;
}

.ico-grid .shield:first-of-type {
	grid-column-start: 2;	
	-ms-grid-row:1;
	-ms-grid-column:2;
}
.ico-grid .shield:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.ico-grid .shield:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.shield img {
	margin: 57px 0px 15px 0;
}

.shield h4 {
	color:#a7988f;
}

@media screen and (max-width: 899px) {
  	.ico-grid {
		grid-template-columns: 1fr 1fr 1fr;	
	}
	.ico-grid .shield:first-of-type {
		grid-column-start: 1;	
	}
	.ico-grid .shield{
		width:auto;	
	}
}

@media screen and (max-width: 659px) {
  	.ico-grid, .ico-grid.wide {
		display:inline-block;	
	}
}

.contact-group {
	display: inline-block;
    /*width: 320px;*/
	margin-right:25px;
    text-align: left;	
}

.contact-group-img {
	display: inline-block;
    /*width: 320px;*/
    text-align: center;	
}
.contact-group-img .image {
	margin-top:0px;	
}

.footer-grid {
	position:relative;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-around;
	
	width:96%;
	padding: 30px 2%;
	padding-bottom: 15px;

	min-height:200px;
	margin-top:40px;
	
	background: linear-gradient(
		  rgba(57,22,3,0.8), 
		  rgba(57,22,3,0.8)
		),
		url('../html_files/bg.svg?time=1420');
		
	background-position:center top;
	background-repeat:no-repeat;
	
	border: solid #ac9271;
	border-width: 1px 0 0 0;
	
	line-height:1.5;
}

footer section {
	/*padding-bottom:10px;*/
}
footer section>a {
	margin:5px;
}

footer hr {
	position:relative;
	width:100%;
	height:1px;
	background: #a6806d;
	border:none;
	margin:15px 0;
	overflow:visible;
}

footer:after, footer hr:after {
	content: " ";
	position:absolute;
	top:0px;
	left:0;
	
	width:100%;
	background-image: url('../html_files/ornament_bottom.svg');	
	background-size: auto;
	background-position:center top;
	background-repeat:no-repeat;
}

footer p {
	color: #a6806d;	
}
footer span {
	font-size:12px;	
}

footer a {
	color: #a6806d;
	text-decoration:none;
}

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