@charset "utf-8";
@import "reset.css";
@import "editor.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

*{
word-wrap:break-word!important;
}

html
{
  background: #000;
  --main-theme-color-filter: invert(13%) sepia(48%) saturate(1228%) hue-rotate(345deg) brightness(96%) contrast(103%);
}

body
{
  font-family: 'Nunito','Roboto', arial, tahoma;
  /*background: url('img/bg.jpg') repeat-x left top #f6f6f6;*/
  background:white;
  color: black;
  font-size: 16px;
  font-weight: 300;
  float: left;
  width: 100%;
}

.wrapper
{
  max-width: 1980px;
  padding: 0 5%;
  margin: 0 auto;
  width: 90%;
}

.wrapper2
{
  max-width: 1980px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.wider{
max-width:none;
}

.stripe-top{
width:100%;
height:60px;
float:left;
}

.detail{
min-height:30px;
line-height:30px;
font-size:0.9em;
margin-top:15px;
margin-right:28px;
float:left;
color:black;
}

.detail a{
font-size:0.9em;
color:black;
transition:all 0.15s;
}

.detail a:hover{
text-decoration:underline;
transition:all 0.15s;
}

input,
textarea,
button,
select
{
  font-family: 'Nunito';
  color: #000;
  font-size: 16px;
  background: #fff;
}

.submit-box input,
.submit-box button
{
  cursor: pointer;
}

a
{
  color: #462009;
}

*
{
  line-height: 1.25em;
}

.img img
{
  display: block;
}

*:focus
{
  outline: none;
}

/* headlines */

.headline
{
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  text-transform: initial;
  color: #441b04;
}

.headline a
{
  color: #441b04;
}

.headline-product
{
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 1em;
  margin-top: 0.5em;
  text-transform: initial;
  color: #441b04;
  width:100%;
  padding-bottom:20px;
  border-bottom:1px solid #d2d2d2;
}

.headline-product a
{
  color: #441b04;
}

.static-head{
	/*background:#fdf5db;
	font-family:'Great Vibes';
	width:calc(100% - 50px);
	padding:7px 25px;
	font-weight:400;
	font-size:1.8em;
	margin-top:-22px;
	z-index:200;
	position:relative;*/
}

.section-headline
{
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  text-transform: initial;
  color: #441b04;
}

.heading
{
  font-weight: normal;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  text-transform: initial;
  color: #441b04;
}

.title
{
	clear: both;
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.half-desc,
.features
{
  float: left;
  width: 49%;
}

.half-desc
{
  margin-right: 2%;
}

/* headlines end */

/* buttons */

.button
{
  float: left;
  width: auto !important;
  color: #fff !important;
  background: #c9b39c !important;
  border: 0 none !important;
  height: 2.125em !important;
  line-height: 2.125em !important;
  padding: 0 1.25em !important;
  text-transform: initial;
  text-align: center;
  cursor: pointer;
}

.light-button
{
  background: #000 !important;
}

.red-button
{
  background: #c60000 !important;
}

.button:hover
{
  background: #9d7c59 !important;
}

.back-button
{
  float: right;
  font-weight: bold;
  text-transform: initial;
}

/* buttons end */

/* header */

.user-box
{
  background: #9d7c59;
  padding: 13px 0;
  float: left;
  width: 100%;
  display: none;
}

.user-box a,
.user-box p
{
  float: right;
  text-transform: initial;
  color: #fff;
  line-height: 24px;
  margin-left: 1.875em;
}

.user-box ul
{
  float: right;
  margin-bottom: 10px;
}

.user-box li
{
  float: left;
  margin-right: 10px; 
  width: 200px;
}

.user-box div
{
  float: right;
  clear: both;
}

.user-box .submit-box
{
  margin-right: 0;
  margin-left: 20px;
  width: auto;
}

.user-box input
{
  height: 24px;
  line-height: 24px;
  border: 0 none;
  padding: 0 5px;
  width: calc(100% - 10px);
  display: block;
  font-weight: 300;
}

.user-box .submit-box input
{
  background: none;
  text-transform: initial;
  width: auto;
  padding: 0;
  text-transform: initial;
  color: #fff;
}

header
{
	background: #fff;
  float: left;
  width: 100%;
  padding-bottom: 23px;
  position: relative;
  padding-top: 15px;
  border-top:1px solid #ccc;
}

header .wrapper
{
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: 268px auto auto auto auto;
	grid-template-areas:
	  'logo partnerlogos contactbox contactbox toolbox'
	  'menu menu menu searchbox searchbox'
	;
	grid-auto-columns: min-content;
	gap: 25px 30px;
	align-items: center;
}

header .logo
{
  grid-area: logo;
  display: inline-block;
  margin:0px;
  padding:0px;
  width:268px;
}

.logo img
{
	display: block;
}

header .logo-box
{
	grid-template-area: partnerlogos;
	justify-self: start;
	margin-top:12px;
	margin-left:-40px;
	transform:scale(0.7);	
}

header .logo-box img
{
	margin-right: 25px;
	transition: all 0.2s;
}

header .logo-box img:hover{
	transition: all 0.2s;
	filter: brightness(120%);
}

header .contact-box
{
	grid-area: contactbox;
	justify-self: end;
}

header .contact-box a
{
	margin-left: 20px;
	font-size: 16.5px;
    padding-left:34px;
}

header .contact-box a:first-child{
background:url('img/telephone-one.svg') no-repeat left center;
background-size:auto 24px;
margin-left: 0px;
}

header .contact-box a:last-child{
background:url('img/mail.svg') no-repeat left center;
background-size:auto 22px;
}

header .contact-box a:hover{
background-size:auto 19px;
color:#998578;
transition:all 0.2s;
}

header .contact-box svg
{
	vertical-align: middle;
	width: 25px;
	height: auto;
	margin-right: 5px;
	fill: #998578;
}

header .toolbox
{
	grid-area: toolbox;
	justify-self: end;
}

header .toolbox svg
{
	width: auto;
	height: 25px;
	fill: #000;
	margin-left: 10px;
	transition: all 0.2s;
	cursor: pointer;
}

header .toolbox svg:hover{
transition: all 0.2s;
transform: scale(0.9);
}

header .menu
{
	grid-area: menu;
}

.menu
{
	text-transform: uppercase;
}

.menu .hr a
{
	color: #010101;
	margin-right: 24px;
	display: inline-block;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight: 400;
}

.menu .hr a:hover
{
	padding-bottom: 0;
	border-bottom: 2px solid #462009;
}

.menu .hr a:last-child{
margin-right:0px;
}

.search-box
{
	grid-area: searchbox;
	justify-self: end;
}

.search-box input
{
	box-sizing: border-box;
	height: 40px;
	line-height: 38px;
	border: 1px solid #a7a7a7;
	border-right: 0 none;
	width: 230px;
	background: #f2f2f2;
	float: left;
	padding-left: 17px;
	font-family: 'Nunito';
}

.search-box input::placeholder
{
	color: #000;
}

.search-box button
{
	box-sizing: border-box;
  height: 40px;
  width: 40px;
	border: 1px solid #a7a7a7;
	border-left: 0 none;
	background: #f2f2f2;
	float: left;
}

.search-box button svg
{
	width: 17px;
	height: 17px;
	margin-top: 6px;
	transition: all 0.2s;
	cursor: pointer;
}

.search-box button svg:hover{
transition: all 0.2s;
transform: scale(0.9);
}

.searching
{
  float:left;
  width:30.2112676%;
}

.search-hints .recommendation-box
{
  float: left;
  width: 74%;
}

.search-hints .recommended-phrases,
.search-hints .recommended-categories
{
  float: left;
  width: 23%;
  margin-right: 0;
}

.recommended-phrases a
{
  display: block;
  margin-left: 0 !important;
}

.search-hints p
{
  float: none !important;
}

.search-hints
{
  position: absolute;
  top: 153px;
  left: 0;
  width: 100vw;
  background: #e8e8e8;
  z-index: 120;
  box-sizing: border-box;
  padding: 20px 30px;
  display: none;
  color: #000;
  box-shadow: 0 10px 6px -2px gray;
  z-index:999999;
}

.search-hints-searcher{
display:none;
}

#closehints{
width:20px;
height:20px;
position:absolute;
right:20px;
top:10px;
background:url('img/cross-black.svg') no-repeat center center;
background-size:20px 20px;
cursor:pointer;
z-index:9999;
transition:all 0.2s ease-in-out;;
}

#closehints:hover{
transform: rotate(360deg);
transition:all 0.2s;
}

.search-hints .tabs
{
  display: none;
  text-align: center;
}

.search-hints .tabs li
{
  display: inline-block;
  cursor: pointer;
  margin: 0 10px 15px 10px;
}

.search-hints .tabs .current
{
  border-bottom: 2px solid #000;
}

.search-hints .hints
{
  display: none;
  background: red;
}

.recommendation-box
{
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.search-hints .recommendation-box:nth-child(2)
{
  width: 75%;
  /*padding: 0 2.5%;
  margin: 0 2.5%;*/
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
}

.recommended-phrases a
{
  float: left;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 10px;
  background: white;
  transition: all 0.2s;
}

.recommended-phrases a:hover{
transition: all 0.2s;
transform: scale(0.9);
}

.recommendation-box .box-list li
{
  width: 29%;
  margin-right: 2% !important;
  color: #000;
  padding: 0.6em;
  background: white;
}

.recommendation-box .box-list li .price{
width:100%;
}

.recommendation-box .box-list li .shdsc{
display:none;
}

.recommendation-box .box-list li .listmore {
    float: left;
    width: 96px;
    height: 30px;
    float: left;
    color: #462009;
    border: 2px solid #462009;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-size: 0.85em;
    margin: 10px 0px 0px calc(50% - 48px);
}

.recommendation-box .box-list li:nth-child(3n)
{
  margin-right: 0 !important;
}

.recommendation-box .box-list li small
{
  font-size: 10px;
}

.recommended-categories a
{
  display: block;
}

.newbasket{
height:30px;
line-height:30px;
float:right;
margin-top:15px;
padding-left:28px;
background: url('img/shopping-cart.svg') no-repeat left center;
background-size: 21px auto;
transition:all 0.15s;
font-size:0.8em;
cursor:pointer;
color:black;
}

.newbasket:hover{
transition:all 0.15s;
background-size:23px auto;
text-decoration:underline;
}

.tbaccount{
height:30px;
line-height:30px;
float:right;
margin-top:15px;
margin-right:28px;
padding-left:27px;
background: url('img/avatar.svg') no-repeat left center;
background-size:21px auto;
transition:all 0.15s;
font-size:0.8em;
cursor:pointer;
color:black;
}

.tbaccount:hover{
transition:all 0.15s;
background-size:23px auto;
text-decoration:underline;
}

.line-under-top{
width:100%;
float:left;
height:2px;
background:#462009;
}

.loggedin{
width:100%;
float:left;
text-align:center;
padding:10px 0px;
font-size:0.8em;
color:#462009;
border-bottom:1px solid #462009;
}

.menu .lr
{
  display: none;
}

.menu .hr
{
  float: left;
}

.menu .lr .mb-menu
{
  display: none;
}

.mb-menu
{
  width: 70%;
  min-height: 100%;
  padding: 2em 25% 0 5%;
  background: #fff;
}

.mb-menu p
{
  text-transform: initial;
  color: #462009;
  font-size: 3em;
  padding-left: 1em;
  margin-bottom: 0.4em;
  line-height: 1.1em;
  background: url('img/close.png') no-repeat left 12px;
  cursor: pointer;
}

.mb-menu ul a 
{
  display: block;
  color: #441b04;
  font-size: 1em;
  padding: 8px 50px 8px 0;
  font-weight:bold;
}

.mb-menu ul a:hover,
.mb-menu ul a.current
{
  color: #462009;
}

.mb-menu ul ul
{
  padding-left: 20px;
}

.mb-menu ul ul a{
font-weight:normal;
}

.menu select
{
  float: right;
  border: 0 none;
  height: 24px;
  width: 84px;
  margin-top: 13px;
}

.banner{
width:100%;
float:left;
}

.banner img,
.bsp{
width:100%;
float:left;
}

.bsp2{
width:100%;
float:left;
display:none;
}

.banner-sp-spacer{
width:100%;
height:35px;
float:left;
}

.slogan{
width:770px;
float:left;
margin:-80px 0 0 calc(50% - 385px);
padding:20px 0px;
z-index:100;
position:relative;
transform: translate3d(20px, 0px, 200px);
background: rgba(242,242,242,0.8);
margin-bottom: 60px;
}

#soundbutton{
width:60px;
height:60px;
float:right;
background:url('img/s-off-b.png') no-repeat center center!important;
margin:0px 50px 0px 0px;
z-index:9999;
position:relative;
transform: translate3d(20px, 0px, 200px);
top:100px;
border:none;
cursor:pointer;
}

#soundbutton1{
width:60px;
height:60px;
float:right;
background:url('img/s-on-b.png') no-repeat center center!important;
margin:0px 50px 0px 0px;
z-index:9999;
position:relative;
transform: translate3d(20px, 0px, 200px);
top:100px;
border:none;
cursor:pointer;
}

.sl1,
.sl2{
float:left;
margin:0px 0px 0px 100px;
font-family:'Great Vibes';
color:#381200;
font-size:2.5em;
}

.sl2{
clear:left;
margin-left:200px;
margin-top:20px;
}

.about
{
	padding: 100px 0;
	background: #f2f2f2;
	margin-bottom: 10px;
}

.about p{
font-weight:300;
font-size:1.1em;
line-height:1.4em;
}

.about .wrapper
{
	display: flex;
	flex-wrap: wrap;
	gap: 65px;
}

.about .img
{
	width: 40%;
	padding-bottom: 55px;
	background: url('img/ornament.png') no-repeat center bottom;
}

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

.about .ed
{
	width: calc(59% - 65px);
}

.ed p{
font-size:1.1em;
line-height:1.5em;
font-weight:300;
}

/* bjqs slider styles */

#bjqsslider{
width:100%;
float:left;
margin:0 0 50px 0;
overflow:visible;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:visible; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute; height:50px; width:50px;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:5%; color:white; font-size:3em; background:url('img/arrow-rightb.png') no-repeat left top; line-height:45px;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:5%; color:white; font-size:3em; background:url('img/arrow-leftb.png') no-repeat left top; line-height:45px;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

.bjqs img{
width:70%!important;
margin-left:15%;
}

.underimg{
width:70%;
min-height:80px;
background:#f6eddc;
float:left;
margin:-40px 0 0 15%;
clear:left;
z-index:200;
position:relative;
}

.uimgname{
float:left;
height:40px;
line-height:40px;
margin:20px 0 0 0;
padding:0 50px 0 50px;
border-right:2px solid #462009;
font-size:1.25em;
font-weight:bold;
}

.uimgprice{
float:left;
height:40px;
line-height:40px;
margin:20px 0 0 0;
padding:0 0 0 50px;
font-size:1.1em;
}

.uimgmore{
float:right;
height:40px;
margin:20px 35px 0 0;
padding:0 20px;
border-radius:4px;
background:#462009;
color:white;
font-size:0.875em;
line-height:40px;
}

.uimgmore:hover{
background:#663c23;
}

/* bjqs slider end */

.compare
{
  float: right;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 5px;
}

.compare
{
  background-image: url('img/compare-icon.png');
}

a.compare
{
  background-position: left -40px;
}

.stash
{
  
}

.stash .svg
{
	height: 25px;
	width: auto;
}

.bread-crumbs
{
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom:15px;
  font-size: 0.875em;
  text-transform: initial;
  display:inline-block;
  border-bottom:1px solid #c9b39c;
  width:100%;
  color:black;
}

.bread-crumbs strong
{
  font-weight: 700;
  font-size:1.25em;
}

.bread-crumbs img
{
  vertical-align: middle;
  margin: 0 5px;
}

.bread-crumbs a{
color:black;
}

.bread-crumbs a:hover
{
  text-decoration: underline;
}

/* header end */

/* footer */

footer
{
	background: #f2f2f2;
	clear: both;
	padding: 90px 0 20px 0;
}

footer *
{
	color: #777;
}

footer .wrapper:first-child
{
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:
	  'menu categories address legalmenu'
	;
	justify-content: center;
}

footer nav:nth-child(0)
{
	grid-area: menu;
	justify-self: start;
}

footer nav:nth-child(0)
{
	grid-area: categories;
}

footer .vcard
{
	grid-area: address;
	font-weight: 300;
}

footer .legal
{
	grid-area: legalmenu;
	justify-self: end;
}

footer nav > p:first-child,
footer .vcard > p:first-child
{
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #000;
}

footer nav
{
	text-transform: uppercase;
	font-weight: 300;
}

footer nav a
{
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

footer .legal
{
	margin-top: -20px;
	background: url('img/logo-trans.png') no-repeat left top;
	background-size: 176px auto;
	min-width: 176px;
	padding-top: 65px;
}

footer .vcard svg
{
	fill: #998578;
	width: 25px;
	height: auto;
}

footer .vcard a,
footer .vcard p
{
	display: grid;
	gap: 20px;
	margin-bottom: 20px;
	justify-content: start;
	align-items: center;
	grid-template-columns: auto auto;
	font-size: 14px;
}

footer .vcard svg
{
	justify-self: center;
}

footer .legal div:first-child
{
	margin-bottom: 30px;
}

#copyright
{
	margin-top: 60px;
	font-size:8pt;
	font-family:verdana;
}

#copyright a
{
  float: right;
}

/* footer end */

/* general */

.tiles
{
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

.tiles > *
{
	box-sizing: border-box;
  width: calc(100 / var(--columns) * 1% - (var(--gap) * (var(--columns) - 1) / var(--columns)));
}

aside
{
  float: left;
  width: 290px;
  margin-right: 30px;
}

main
{
  float: left;
  width: calc(100% - 320px);
}

.whole{
	width:100%;
}

.section
{
  background: #fff;
  float: left;
  padding: 1.5em 1.875em;
  width: calc(100% - 3.75em);
  margin-bottom: 1.5em;
}

.bordered-section
{
  border: 1px solid #441b04;
  float: left;
  padding: 1.5em 1.875em;
  width: calc(100% - 3.75em - 2px);
  margin-bottom: 1.5em;
}

.bordered-section1
{
  border: none;
  float: left;
  padding: 0;
  width: 100%;
  margin-bottom: 1.5em;
}

.wrap
{
  float: left;
  width: 100%;
  overflow: hidden;
}

.wrap-inner
{
  float: left;
  width: 102%;
}

/* general end */

/* categories */

.collapsible
{
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

.collapsible li
{
  float: left;
  width: 100%;
}

.collapsible div
{
  float: left;
  width: calc(100% - 35px);
  padding:10px 10px 10px 25px;
  background: #eaeaea;
  margin-bottom:1px;
  cursor: pointer;
  border-bottom:1px solid #462009;
}

.collapsible div:hover
{
  background: #c9b39c;
}

.collapsible a
{
  font-size: 0.85em;
  text-transform: initial;
  color: #462009;
}

.collapsible div:hover a,
.collapsible a:hover
{
  color: #fff;
}

.collapsible .current
{
  background: #c9b39c !important;
}

.collapsible .current a
{
  color: #fff !important;
}

.collapsible ul ul div
{
  padding-left: 50px;
  width: calc(100% - 60px);
}

.collapsible ul ul ul div{
padding-left: 70px;
width: calc(100% - 80px);
}

.collapsible .tree-tab
{
  float: right;
  margin-left: 10px;
}

/* categories end */

/* newsletter */

.newsletter
{
  display:inline-block;
  width: 90%;
  margin-bottom: 1.875em;
  margin-left:5%;
  margin-right:5%;
}

.newsletter li
{
  float: left;
  width: calc(100% - 100px);
}

.newsletter .submit-box
{
  width: 98px;
}

.newsletter input
{
  width: calc(100% - 12px);
  padding: 0px 5px;
  border-width: 2px 0px 2px 2px;
  border-style:solid;
  border-color:#777;
  border-radius:5px 0px 0px 5px;
  display: block;
  height: 26px;
  line-height: 26px;
  background: #fff;
  color: #777;
}

.newsletter .submit-box input
{
  height: 30px;
  width: 98px;
  border-width: 2px 2px 2px 0px;
  border-style:solid;
  border-color:#777;
  border-radius:0px 5px 5px 0px;
  background: #777;
  color:white;
  margin-left:-4px;
  padding:0;
}

.newsletter .submit-box input:hover{
background:#575757;
}

.tags{
width:80%;
float:left;
margin-top:40px;
margin-left:10%;
font-size:0.8em;
color:#777;
text-align:center;
line-height:1.2em;
}

/* newsletter end */

/* contact */

.map iframe
{
  width: 100%;
  height: 500px;
}

/* contact end */

/* forms */

.std-form
{
  float: left;
  width: 100%;
}

input[type=checkbox]
{
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 none !important;
}

.std-form li
{
  float: left;
  width: 23.04%;
  margin: 0 1.96% 1em 0;
}

.std-form .full,
.std-form .submit-box
{
  width: 98.04%;
}

.submit-btn{
border:none;
margin-left:5px;
}

.std-form label
{
  display: block;
  margin-bottom: 5px;
  text-transform: initial;
}

.std-form .checkbox label
{
  text-transform: none;
}

.std-form label img
{
  margin-left: 5px;
}

.std-form input,
.std-form select,
.std-form textarea
{
  display: block;
  border: 1px solid #dadada;
}

.std-form input,
.std-form textarea
{
  padding: 0 5px;
  width: calc(100% - 12px);
}

.std-form input
{
  height: 22px;
  line-height: 22px;
}

.std-form select
{
  width: 100%;
  height: 24px;
}

.std-form .checkbox input
{
  float: left;
  margin-right: 5px;
  width: 20px!important;
}

.std-form .checkbox a
{
  text-transform: initial;
  font-weight: bold;
}

.std-form textarea
{
  height: 142px;
}

.std-form .submit-box .button
{
  float: right;
  margin-left: 1.25em;
}

.std-form .submit-box p
{
  float: right;
  line-height: 2.125em;
  text-transform: initial;
}

.std-form .submit-box p img
{
  margin-right: 10px;
}

.std-form .legend
{
  margin-right: 0;
  float: right;
  text-align: right;
  text-transform: initial;
}

.actions
{
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

.actions .button
{
  float: right;
  margin-left: 10px;
  margin-bottom: 3px;
}

.actions .back
{
  margin-left: 0;
  margin-right: 10px;
  float: right;
  background:#ad5b29!important;
}

/* forms end */

/* messages */

.errors,
.notices
{
  clear: both;
  margin-bottom: 20px;
  color: #fff;
  padding: 10px;
}

.errors
{
  background: #bf0000;
}

.notices
{
  background: #5ba500;
}

.errors li,
.notices li
{
  padding: 7px 0 7px 45px;
  line-height: 20px;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-position: left top;
}

.errors li
{
  background-image: url('img/error-icon.png');
}

.notices li
{
  background-image: url('img/confirm-icon.png');
}

.inner-error
{
  color: #bf0000;
  padding-top: 10px;
}

.inner-error p
{
  margin-bottom: 10px;
}

/* messages end */

/* news */

/* list */

.news-list .img2 img
{
display:none;
}

.news-right{
float:right;
width:70%;
}

.nrwhole{
width:100%!important;
}

.gallery-list{
border-bottom:1px solid #ccc;
padding-bottom:50px!important;
}

.date
{
  float: left;
  color: #9f9f9f;
  width: 100%;
  font-size: 11px;
  padding: 0px 0px 0px 0px;
}

.news-list li
{
  float: left;
  width: calc(100% - 42px);
  margin: 0 0 0 0;
  padding:20px;
}

.news-list .img img
{
  width: 25%;
  float:left;
  border:1px solid #ccc;
}

.news-list h2
{
  font-weight: bold;
  font-size: 14pt;
  height: auto;
  overflow: hidden;
  text-transform: initial;
  float:left;
  width:100%;
  margin-top:20px;
}

.news-list h2 a
{
  color: #441b04;
}

.news-list h2 a:hover
{
  text-decoration: underline;
}

.news-list .ed
{
  width:100%;
  float:left;
  margin-top:20px;
}

.readmore{
float:right;
font-size:14px;
color:#9f9f9f;
}

.readmore:hover{
color:black;
transition:all 0.2s;
}

.news .date{
padding-bottom:10px;
}

.news h1{
font-size:16pt;
}

.news h2{
font-size:14pt;
}

.news .ed p{
line-height:1.5em;
}

/* list end */

/* news end */

/* faq */

.faq li
{
  border: 1px solid #c9b39c;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.faq h2
{
  font-size: 1.25em;
  cursor: pointer;
}

.faq h2::before
{
  content: '+';
  border: 1px solid #c9b39c;
  border-radius: 50%;
  float: right;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #462009;
}

.faq h2.open::before
{
  content: '-';
}

.faq .ed
{
  margin-top: 10px;
  display: none;
}

/* faq end */

/* product lists */

/* control box */

.control-box
{
  background: #e6e6e6;
  float: left;
  padding: 10px 20px;
  width: calc(100% - 40px);
  margin-bottom: 1em;
  display:none;
}

.control-box div
{
  float: left;
  padding: 5px 10px 5px 0;
  border-right: 1px solid #ccc;
  margin-right: 20px;
}

.control-box div.last
{
  padding-right: 0;
  margin-right: 0;
  border-right: 0 none;
}

.control-box p,
.control-box select,
.control-box a
{
  float: left;
  margin-right: 10px;
  line-height: 24px;
}

.control-box p,
.control-box a
{
  text-transform: initial;
}

.control-box select
{
  border: 0 none;
  height: 24px;
  width: auto;
}

.control-box .view-selector
{
  height: 22px;
  width: 22px;
  margin-right: 10px;
  background: url('img/view-icons.png') no-repeat left top;
}

.control-box .view-selector-list
{
  background-position: left top;
}

.control-box .view-selector-list-current,
.control-box .view-selector-list:hover
{
  background-position: left -22px;
}

.control-box .view-selector-listlines
{
  background-position: left -44px;
}

.control-box .view-selector-listlines-current,
.control-box .view-selector-listlines:hover
{
  background-position: left -66px;
}

/* control box end */

/* box list */

#category-desc .ed
{
  overflow: hidden;
}

#category-desc .listmore
{
	margin-left: 0;
  margin-top: 10px;
}

.box-list
{
  float: left;
  width: 100%;
}

.box-list li
{
  float: left;
  width: 47%;
  margin: 0 3% 1.5em 0;
  padding-bottom:20px;
  border-bottom:1px solid #c9b39c;
}

.box-list .img
{
  display: block;
}

.box-list .img img
{
  width: 100%;
}

.box-list .stash-button
{
	position: absolute;
	z-index: 3;
	right: 15px;
	top: 45px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 8px 13px;
	border-radius: 100%;
}

.box-list .quick-view
{
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px 13px;
  border-radius: 100%;
}

.stash-button svg,
.quick-view svg
{
	width: auto;
	height: 25px;
	transition: 0.4s;
}

.stash-button svg,
.quick-view svg{
padding-top:4px;
}



.stash-button:hover svg,
.quick-view:hover svg
{
	transform: scale(1.2,1.2);
	fill: #f00;
}

.box-list div
{
  background: #fff;
  padding: 1em;
  text-align: center;
  overflow: hidden;
}

.box-list h2
{
  font-size: 1.1em;
  height: 2.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
  text-transform: initial;
  color:#462009;
  text-align:center;
  font-weight:400;
}

.box-list h2 a:hover
{
  text-decoration: underline;
}

.box-list .price{
width:calc(88% - 140px);
font-size:0.9em;
margin:0px;
padding:0px;
float:left;
}

.price strong
{
  font-size: 1.15em;
  color: #462009;
  display: inline-block;
  margin-bottom: 0.25em;
}

.price span
{
  font-size: 1em;
  color: #462009;
  text-decoration: line-through;
}

.listmore{
float:left;
width:96px;
height:30px;
float:left;
color:#462009;
border:2px solid #462009;
border-radius:4px;
text-align:center;
line-height:30px;
font-size:0.85em;
margin:-10px 0px 0px 10%;
transition:all 0.2s;
}

.listmore:hover{
background:#c9b39c;
color:white;
transition:all 0.2s;
transform:scale(1.05);
}

.shdsc{
font-size:0.8em;
}

.box-list .button
{
  margin-right: 1px;
  width: calc(50% - 2.5em - 1px) !important;
}

.box-list .second-button
{
  margin-left: 1px;
  margin-right: 0;
}

.cart-button,
.ask-button
{
  float: left;
  width: 70%;
  height: 60px;
  text-align: center;
  color: #fff;
  margin-bottom: 2px;
  background: #c9b39c;
  border-radius:4px;
}

.new-cart-button{
  float: left;
  width: 35%;
  height: 40px;
  line-height:40px;
  text-align: center;
  color: #fff;
  margin-top: 12px;
  background: #c9b39c;
  border-radius:4px;
  border:none;
  cursor:pointer;
}

button.new-cart-button{
margin-right:5px;
}

a.new-cart-button{
background:#bf6e19;
}

.new-cart-button span
{
  display: inline-block;
  height: 37px;
  line-height: 37px;
  text-transform: initial;
  font-size: 0.9em;
  font-weight: bold;
}

.cart-button:hover,
.ask-button:hover,
.new-cart-button:hover
{
  background: #9d7c59;
  color:#fff;
}

.ask-button span
{
  display: inline-block;
  height: 41px;
  line-height: 41px;
  text-transform: initial;
  font-size: 1.25em;
  font-weight: bold;
}

.cart-button span
{
  display: inline-block;
  height: 37px;
  line-height: 37px;
  text-transform: initial;
  font-size: 0.9em;
  font-weight: bold;
}

/* box list end */

/* std list */

.std-list .img
{
  float: left;
  width: 17.5%;
  margin-right: 1.5%;
}

.std-list .img img
{
  width: 100%;
}

.std-list .desc
{
  float: left;
  width: calc(81% - 301px);
  border-right: 1px solid #ccc;
  padding-right: 20px;
}

.std-list h2
{
  font-size: 1.375em;
  text-transform: initial;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.std-list .control
{
  float: right;
  width: 250px;
  padding-left: 30px;
  border-left: 1px solid #ccc;
  margin-left: -1px;
}

.std-list .button
{
  width: calc(100% - 2.5em) !important;
  margin-bottom: 2px;
}

.std-list .price
{
  text-align: center;
  margin-bottom: 1em;
}

/* std list end */

/* filters */
.filters{
display:none;
}

.filters > .button
{
  margin-bottom: 20px;
}

.filters .section
{
  display: none;
  margin-top: -20px;
}

.filters ul
{
  margin-bottom: 1em;
}

.filters li
{
  float: left;
  width: 14.7%;
  margin: 0 1.96% 0.5em 0;
  height: 1.5em;
  overflow: hidden;
}

.filters li input
{
  float: left;
  margin-right: 10px;
}

.filters .section .button
{
  float: right;
}

.filters p
{
  cursor: pointer;
}

.filters .wrap
{
  margin-left: -1.875em;
  padding: 0 1.875em 0.5em 1.875em;
  border-bottom: 2px solid #f6f6f6;
  margin-bottom: 1.5em;
}

/* filters end */

/* product lists end */

/* overlay */

.img
{
  position: relative;
}

.overlay
{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5) no-repeat center center;
  z-index: 160;
  transition:all 0.2s;
}

.img .overlay
{
	position: absolute;
	background-image: url('img/hover.png');
	width: 100%!important;
    height: 100%!important;
}

.img:hover .overlay
{
  display: block;
  transition:all 0.2s;
}

.img .reserved
{
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

/* overlay end */

.traits{
width:100%;
float:left;
height:45px;
background:#fdf5db!important;
padding:0px!important;
margin:18px 0px 0px 0px;
}

.trait{
font-size:0.8em;
text-align:center;
color:#462009;
line-height:1.3em;
height:38px!important;
float:left;
padding:7px 0px 0px 0px!important;
margin:0;
background:#fdf5db!important;
}

.tr1{
width:calc(37% - 2px);
border-right:2px solid white;
}

.tr2{
width:26%;
}

.tr3{
width:calc(37% - 2px);
border-left:2px solid white;
}

/* product details */

.product figure
{
  float: left;
  width: 50%;
  margin: 0 2% 0 0;
}

.product-rightside{
width:45%;
float:right;
margin:0;
padding:0;
}

.product figure img
{
  display: block;
  width: calc(100% - 2px);
  border: 1px solid #ccc;
}

.product figure .img
{
  display: block;
  margin-bottom: 10px;
}

.thumbs li
{
  float: left;
  width: 23.5%;
  margin: 0 2% 0.75em 0;
}

.thumbs li img
{
  width: calc(100% - 2px);
  border:1px solid #ccc;
}

.thumbs .fourth
{
  margin-right: 0;
}

.product .price
{
  float: left;
  text-align:left;
  padding: 4px 0px;
  margin-bottom: 1.25em;
  font-size:0.9em;
  margin-right: 20px;
}

.product .stash-button
{
	display: block;
}

.product .price strong
{
  font-size: 1.15em;
  font-weight: 700;
}

.product .price span
{
  display: inline-block;
  margin-left: 20px;
}

.product .data
{
  float: left;
  width: 100%;
  margin-bottom: 1.25em;
}

.product .data p
{
  font-size:0.9em;
  margin-bottom: 2px;
  padding: 4px 0px;
  color: #462107;
  font-weight: 700;
}

.product .data p span
{
  text-transform: initial;
  color: #462107;
  font-weight: 400;
  padding-right:3px;
}

.product-quantity
{
  float: right;
  width: 100%;
  margin-top:-20px;
}

.property-list .product-quantity
{
  width: 100% !important;
}

.product-quantity p
{
  text-align: right;
  clear: both;
  margin-bottom: 0.75em;
}

.product-quantity p span
{
  text-transform: initial;
}

.product-quantity .cart-button,
.product-quantity .ask-button
{
  float: right;
  width: 385px;
  border: 0 none;
  cursor: pointer;
  clear: right;
}

.cart-button{
height:40px;
margin-top:10px;
max-width:260px;
float:left!important;
font-size:1.4em;
}

.product-quantity input
{
  width: 30px;
  height: 22px;
  padding: 0 4px;
  line-height: 22px;
  float: left;
  margin: 23px 1.25em 24px 0;
  border: 2px solid #462009;
  border-radius:4px;
}

.product-quantity label
{
  float: left;
  line-height: 24px;
  margin-top: 23px;
  text-transform: initial;
  margin-right: 1.25em;
  font-size:0.9em;
}

.product .add-buttons
{
  clear: right;
  float: right;
}

.product .light-button
{
  float: right;
  margin-left: 1px;
  width: 152px !important;
  text-align: center;
}

.tabs
{
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
  margin-top:20px;
}

.tab-nav li
{
  float: left;
  font-size: 1.125em;
  font-weight: bold;
  text-transform: initial;
  line-height: 24px;
  padding: 10px 20px;
  margin-right: 2px;
  background: #c9b39c;
  color: #fff;
}

.tab-nav li:hover
{
  background: #9d7c59;
  cursor: pointer;
  color: #fff;
}

.tab-nav .current{
  background: #9d7c59;
  cursor: pointer;
  color: black;
}

.tabs .tab
{
  float: left;
  padding: 1.5em 1.25em;
  background: #fff;
  width: calc(100% - 40px);
}

.tabs .current{
  background:#f2f2f2;
}

.stats
{
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

.stats span
{
  float: left;
  border-right: 1px solid #dadada;
  padding-right: 20px;
  margin-right: 20px;
  text-transform: initial;
  line-height: 34px;
}

.stats .last
{
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.property-list
{
  float: left;
  width: 58%;
}

.property-list p
{
  font-size: 1.125em;
  text-transform: initial;
  margin-bottom: 0.75em;
}

.option-list li
{
  float: left;
  width: 23.04%;
  margin: 0 1.96% 1em 0;
  height: 20px;
  overflow: hidden;
}

.option-list input
{
  float: left;
  margin-right: 10px;
}

.option-list li div
{
  float: left;
  width: 14px;
  height: 14px;
  border: 3px solid #dadada;
  margin-right: 10px;
}

.option-list li label
{
  display: block;
  line-height: 20px;
}

/* product details end */

/* lists */

.list-table
{
  clear: both;
  width: 100%;
  margin-bottom: 1.5em;
}

.list-table th,
.list-table td
{
  text-align: left;
  font-weight: normal;
  padding: 15px;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
}

.list-table th
{
  text-transform: initial;
  background: #441b04;
  color: #fff;
}

.list-table .odd
{
  background: #ebebeb;
}

.list-table .even
{
  background: #f1f1f1;
}

.list-table .action
{
  font-size: 1.125em;
  font-weight: bold;
  text-transform: initial;
}

.list-table .button
{
  clear: left;
  margin-top: 2px;
}

.list-table small
{
  display: block;
  font-size: 0.75em;
}

/* lists end */

/* basket & orders */

.list-table input
{
  border: 0 none;
  width: 30px;
  padding: 2px 5px;
  line-height: 20px;
  height: 20px;
}

.path
{
  float: left;
  width: 100%;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.path span
{
  float: left;
  font-weight: bold;
  text-transform: initial;
  background: url('img/fw.png') no-repeat right center;
  padding-right: 32px;
  margin-right: 20px;
  color: #000;
}

.path .current
{
  color: #462009;
}

.path .last
{
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.summary li
{
  padding: 15px 20px;
  text-align: right;
  font-weight: bold;
  margin-bottom: 2px;
}

.summary li:nth-child(odd)
{
  background: #ebebeb;
}

.summary li:nth-child(odd)
{
  background: #f1f1f1;
}

.summary .last
{
  font-size: 1.5em;
}

.summary span
{
  float: left;
  text-transform: initial;
  font-weight: normal;
}

.summary .last span
{
  font-weight: bold;
}

.voucher-box .std-form input[type=text]
{
  height: calc(2.125em - 2px);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2.125em;
}

/* basket & orders end */

/* home */

.slider
{
  margin-bottom: 30px;
  position: relative;
}

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

.slider p
{
  position: absolute;
  background: rgba(0,0,0,0.6);
  font-size: 2.25em;
  padding: 22px 200px 22px 30px;
  width: calc(100% - 230px);
  color: #fff;
  text-transform: initial;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.slider p a
{
  color: #fff;
}

.slider div
{
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
}

.slider div a
{
  float: left;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  margin-left: 10px;
}

.slider div a:hover,
.slider div a.current
{
  background: #fff;
  border-color: #fff;
}

.categories
{
	clear: both;
	margin-bottom: 60px;
}

.categories > div
{
	--columns: 3;
	--gap: 18px;
}

.categories a
{
	border: 1px solid #dacaa7;
	background: #f2f2f2;
	padding: 20px 20px 30px 20px;
	transition: all 0.2s;
}

.categories a:hover{
transition:all 0.2s;
transform:scale(1.05);
}

.categories img
{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.categories h2
{
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}

.list-tabs
{
  float: left;
  width: 100%;
  margin-bottom: 2.5em;
}

.list-tabs > ul
{
  float: left;
  width: 100%;
}

.list-tabs > ul li
{
  float: left;
  margin: 0 2px 1em 0;
  font-size: 1.25em;
  text-transform: initial;
  font-weight: bold;
  color: #fff;
  background: #441b04;
  line-height: 34px;
  padding: 0 20px;
  cursor: pointer;
}

.list-tabs > ul li:hover,
.list-tabs > ul li.current
{
  background: #462009;
}

/* home end */

/* gallery */

.gallery-aside
{
  float: left;
  width: 60%;
}

.gallery
{
  float: right;
  margin-left: 2%;
  margin-bottom: 1.5em;
  width: 38%;
}

.gallery .img
{
  margin-bottom: 10px;
}

.gallery .img img
{
  width: 100%;
}

/* gallery end */

/* comparer */

.compare-list li
{
  float: left;
  width: 23.04%;
  margin: 0 1.96% 1.5em 0;
  background: #fff;
  padding-bottom: 20px;
}

.compare-list .img
{
  display: block;
  margin-bottom: 1.5em;
}

.compare-list .img img
{
  width: 100%;
}

.compare-list div
{
  padding: 0 20px 20px 20px;
}

.compare-list h2
{
  font-size: 1.125em;
  height: 2.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
  font-weight: bold;
  text-transform: initial;
  text-align: center;
}

.compare-list .price
{
  text-align: center;
  display: block;
  margin-bottom: 1.5em;
}

.compare-list h2 a
{
  color: #000;
}

.compare-list h2 a:hover
{
  text-decoration: underline;
}

.compare-list h3
{
  border-top: 2px solid #f6f6f6;
  margin-left: -20px;
  padding: 10px 20px 0 20px;
  width: 100%;
  font-weight: bold;
  text-transform: initial;
  margin-bottom: 0.75em;
  font-size: 1.125em;
}

.compare-list p
{
  margin-bottom: 1em;
}

.compare-list p span
{
  text-transform: initial;
  margin-right: 10px;
}

/* comparer end */

/* paginator */

.paginator
{
  float: right;
  height: 20px;
  line-height: 24px;
  padding: 5px 0;
  margin-bottom: 15px;
}

.paginator a,
.paginator span
{
  float: left;
  margin-left: 10px;
  line-height: 24px;
  font-size: 1.125em;
}

.paginator a:hover,
.paginator span
{
  font-weight: bold;
}

.paginator a img
{
  vertical-align: middle;
}

/* paginator end */

/* sitemap */

.sitemap
{
  margin-bottom: 1.5em;
}

.sitemap a
{
  display: block;
  padding: 15px 20px;
  font-size: 1.125em;
  background: #fff;
  margin-bottom: 2px;
  text-transform: initial;
}

.sitemap a:hover
{
  background: #441b04;
  color: #fff;
}

.sitemap li li a
{
  padding-left: 40px;
}

.sitemap li li li a
{
  padding-left: 60px;
}

.sitemap li li li li a
{
  padding-left: 80px;
}

/* sitemap end */

/* bestsellers box */

.product-box
{
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  display: none;
}

.product-box ul
{
  position: relative;
  left: 0;
}

.product-box li
{
  float: left;
  width: 250px;
}

.product-box .img
{
  display: block;
  width: 100%;
}

.product-box .img img
{
  width: 100%;
}

.product-box li div
{
  background: #fff;
  padding: 15px 20px;
}

.product-box h3
{
  font-size: 1.125em;
  font-weight: bold;
  text-transform: initial;
  margin-bottom: 10px;
}

.product-box h3 a
{
  color: #000;
}

.product-box .nav
{
  position: absolute;
  right: 0;
  top: 0;
}

.product-box .nav a
{
  float: left;
  width: 27px;
  height: 30px;
  margin-left: 1px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #441b04;
}

.product-box .nav a:hover
{
  background-color: #462009;
}

.product-box .inactive-next,
.product-box .next
{
  background-image: url('img/gt.png');
}

.product-box .inactive-prev,
.product-box .prev
{
  background-image: url('img/lt.png');
}

/* bestsellers box end */

/* last viewed box */

.last-viewed
{
	box-sizing: border-box;
	width: 320px;
	height: 100vh;
	padding: 15px 20px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	transition: 0.5s left;
	z-index: 1000;
}

.last-viewed.closed
{
	left: -320px;
}

.last-viewed .close
{
  width: 20px;
  height: 20px;
  float: right;
  background: url('img/close.png') no-repeat left top;
  background-size: 100% 100%;
  cursor: pointer;
}

.last-viewed .toggle
{
	position: absolute;
	right: -40px;
	top: 100px;
	background: #fff no-repeat url('img/list.svg') center center;
	background-size: 20px 20px;
	padding: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.last-viewed > p
{
	font-size: 1.125em;
	margin-bottom: 20px;
}

.last-viewed li
{
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	gap: 10px;
}

.last-viewed li a
{
	display: grid;
	grid-template-columns: 80px 1fr;
	grid-template-areas:
	  'img name'
	  'img price'
	;
	gap: 0 20px;
	align-items: center;
	width: calc(100% - 30px);
}

.last-viewed li img
{
	width: 100%;
	display: block;
	grid-area: img;
}

.last-viewed li p
{
	grid-area: name;
}

.last-viewed li a span
{
	grid-area: price;
	font-weight: bold;
}

.last-viewed .remove
{
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: block;
	background: url('img/trash.svg') no-repeat left top;
	background-size: 100%;
}

/* last viewed box end */

/* cookies box */
.cookies-box
{
  background: #fff;
  background:rgba(255,255,255,0.9);
  border:1px solid #f4f4f4;
  padding-bottom:0;
  position:fixed;
  bottom:0px;
  left:0px;
  z-index:99;
  font-size:0.875em;
  width:100%;
  padding:20px;
  box-sizing:border-box;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
  z-index:210;
}

.cookies-box .ed
{
  float:left;
  width:100%;
}

.cookies-box a
{
  color:#c9b39c;
}

.cookies-box .close
{
  float: right;
  margin-left:2%;
  margin-bottom:2%;
}

.management{
display:none;
}

.cookies-box .manage,
.cookies-box .close,
.cookies-box .save{
float:right;
height:37px;
line-height:37px;
font-size:14px;
color:white;
background:#c9b39c;
padding:0px 15px;
border-radius:4px;
margin-left:12px;
transition:all 0.2s;
}

.cookies-box .manage:hover,
.cookies-box .close:hover,
.cookies-box .save:hover{
transition:all 0.2s;
background:#806e5a;
}

.cookies-box .ed p{
float:left;
width:100%;
}

.cookies-box .save{
float:left;
margin-left:0px;
top:15px;
}

.cookies-box .agreement{
float:left;
width:33%;
margin-bottom:10px;
}

.cookies-box .agreement:last-child{
margin-bottom:20px;
}

.cookies-box .agreement input[type=checkbox] {
    display: none;
}

.cookies-box .agreement .sweeper {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    background-color: #ccc;
    border-radius: 25px;
    transition: background-color 0.4s;
    margin-right: 10px; 
}

.cookies-box .agreement .sweeper:before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.4s;
}

.cookies-box .agreement input[type=checkbox]:checked + .sweeper {
    background-color: #2196F3;
}

.cookies-box .agreement input[type=checkbox]:checked + .sweeper:before {
    transform: translateX(25px);
}

.cookies-box .agreement label {
    display: flex;
    align-items: center;
	line-height: 25px;
	cursor: pointer;
}

.cookie-toggle{
height:40px;
line-height:40px;
position:fixed;
bottom:0px;
left:20px;
background:url('img/cookie.svg') no-repeat left 15px top 7px white;
background-size:25px 25px;
padding:0px 15px 0px 55px;
border-radius:4px 4px 0px 0px;
font-size:14px;
cursor:pointer;
box-shadow:2px -2px 4px black;
z-index:150;
}

#hidecookies{
position:absolute;
top:5px;
right:5px;
width:20px;
height:20px;
background:url('img/close.svg') no-repeat center center;
background-size:20px 20px;
cursor:pointer;
}

#hidecookies:hover{
transition:all 0.2s;
transform:scale(0.9);
}

/* cookies box end */

/* ask for contact box */

.ask-for-contact .dial {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 9999;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid rgba(63,24,1,0.3);
	background-color: rgba(63,24,1,0.5);
	text-align: center;
	line-height: 78px;
	cursor: pointer;
	transition: all 0.8s linear;
	animation-play-state: running;
}

.ask-for-contact .dial:hover {
	animation-play-state: paused;
}

.ask-for-contact .dial:before,
.ask-for-contact .dial:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-sizing: content-box;
	z-index: -1;
	animation-duration: 4s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	opacity: 0;
}

.ask-for-contact .dial:after {
	background-color: rgba(63,24,1,0.3);
	animation-name: manimate_after;
}

.ask-for-contact .dial:before {
	border: 2px solid rgba(63,24,1,0.5);
	animation-name: manimate_before;
}

.ask-for-contact .dial span {
	display: block;
	width: 30px;
	height: 40px;
	margin: 20px auto;
	background: url('img/dial.svg') no-repeat center center;
	background-size: 100% 100%;
	filter: invert(100%);
}

@keyframes manimate_after {
	0%   { transform: scale(1);   opacity: 0; }
	35%  { transform: scale(1.5); opacity: 1; }
	100% { transform: scale(1);   opacity: 0; }
}

@keyframes manimate_before {
	0%   { transform: scale(1);   opacity: 0; }
	35%  { transform: scale(1.5); opacity: 1; }
	100% { transform: scale(2);   opacity: 0; }
}

.ask-for-contact .overlay
{
	display: none;
}

.ask-for-contact .overlay .close
{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	background: url('img/close.svg') no-repeat center center;
	background-size: 30px 30px;
	z-index: 2;
	cursor: pointer;
	animation: pulseClose 1.5s infinite ease-in-out;
}

@keyframes pulseClose {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.2);
		opacity: 0.7;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.ask-for-contact form
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;	
}

.ask-for-contact .content
{
	padding: 50px 50px;
	box-sizing: border-box;
	width: 360px;
	background: #fff;
	border-radius: 6px;
	position: relative;
}

.ask-for-contact .std-form li
{
  width: 100% !important;
  margin-right: 0 !important;
}

/* ask for contact box end */

/* wcag */

.wcag-box
{
    height:40px;
	position:fixed;
	bottom:0px;
	left:150px;
	border-radius:4px 4px 0px 0px;
	font-size: 0.875em;
	cursor:pointer;
	box-shadow:2px -2px 4px black;
	z-index:150;
	background: #fff;
}

.wcag-box > span
{
	padding:3px 15px;
	line-height:34px;
	width: 100%;
	display: block;
}

.wcag-box > span img
{
	background: #c9b39c;
	border-radius: 50%;
	padding: 5px;
	width: 25px;
	height: auto;
	float: left;
}

.wcag-box div
{
	position: absolute;
	bottom: 40px;
	left: 0;
	border-radius: 10px;
	background: #fff;
	padding: 15px 20px;
	width: 180px;
	display: none;
}

.wcag-box div img
{
	vertical-align: middle;
	margin-right: 10px;
}

.wcag-box li
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	line-height: 30px;
	cursor: pointer;
}

.wcag-box div #wcag-close{
	width:30px;
	height:30px;
	background:url('img/x.png') no-repeat center center white;
	background-size:24px 24px;
	cursor:pointer;
	position:absolute;
	top:4px;
	right:4px;
	left:auto!important;
	margin:0px;
	padding:0px;
}

.big-font
{
	font-size: 20px;
}

.wide-spacing *
{
	letter-spacing: 2px; 
}

.tall-spacing *
{
	line-height: 2em !important;
}

.wcag-box li
{
	font-size: 14px !important;
	letter-spacing: 0 !important;
	line-height: 30px !important;
}

.wcag-box li img
{
  filter: none !important;
}

.high-contrast img,
.yellow-contrast img,
.high-contrast footer .legal,
.yellow-contrast footer .legal,
.high-contrast .contact-box,
.yellow-contrast .contact-box
{
  filter: grayscale(1) contrast(150%) !important;
}

.high-contrast svg,
.yellow-contrast svg
{
	fill: #000 !important;
}

.high-contrast footer svg,
.high-contrast .search-box button svg
{
	fill: #fff !important;
}

.high-contrast footer .legal,
.high-contrast footer img,
.high-contrast vcard a,
.high-contrast footer .vcard svg,
.high-contrast .slider-webpage-full-arrow-left,
.high-contrast .slider-webpage-full-arrow-right,
.high-contrast .path span,
.high-contrast .bread-crumbs *
{
	filter: brightness(0) invert(1) !important;
}

.high-contrast,
.high-contrast footer,
.high-contrast .search-box input,
.high-contrast .search-box button,
.high-contrast .about,
.high-contrast .search-hints,
.high-contrast .tabs input,
.high-contrast .tabs textarea,
.high-contrast .tabs select,
.high-contrast .section,
.high-contrast .tabs button,
.high-contrast .small-price,
.high-contrast .normalmenu,
.high-contrast .mobilenav a,
.high-contrast .mobilenav a:hover,
.yellow-contrast .mobilenav a:hover,
.yellow-contrast .normalmenu,
.yellow-contrast .user-box,
.yellow-contrast,
.yellow-contrast footer,
.yellow-contrast .search-box input,
.yellow-contrast .search-box button,
.yellow-contrast .slogan,
.yellow-contrast .about,
.yellow-contrast .collapsible div,
.yellow-contrast .trait,
.yellow-contrast .button,
.yellow-contrast .user-box,
.yellow-contrast .search-hints,
.yellow-contrast .small-price
{
	background: #000;
}

.high-contrast .normalmenu,
.yellow-contrast .normalmenu,
.high-contrast .mobile-bar .collapsible p,
.yellow-contrast .mobile-bar .collapsible p,
.yellow-contrast .mobilenav a
{
background: #000!important;
}

.yellow-contrast footer .legal,
.yellow-contrast footer img,
.yellow-contrast vcard a,
.yellow-contrast .search-box button svg,
.yellow-contrast footer .vcard svg,
.yellow-contrast .slider-webpage-full-arrow-left,
.yellow-contrast .slider-webpage-full-arrow-right,
.yellow-contrast .bread-crumbs img,
.yellow-contrast .path img,
.yellow-contrast .path span
{
  filter: brightness(0) saturate(100%) invert(97%) sepia(48%) saturate(4455%) hue-rotate(1deg) brightness(103%) contrast(103%) !important;
}

.high-contrast .slogan
{
	background: #fff;
	color: #000;
}

.high-contrast footer *,
.high-contrast .search-box input,
.high-contrast .search-box ::placeholder,
.high-contrast .about,
.high-contrast .ed,
.high-contrast .collapsible div,
.high-contrast .headline,
.high-contrast .section-headline,
.high-contrast .box-list h2 a,
.high-contrast .box-list .trait,
.high-contrast .product div *,
.high-contrast .tabs input,
.high-contrast .tabs textarea,
.high-contrast .tabs select,
.high-contrast .std-form label,
.high-contrast .std-form label a,
.high-contrast .news-list h2 a
{
	color: #fff !important;
}

.yellow-contrast .categories a,
.yellow-contrast .collapsible div,
.yellow-contrast .trait,
.yellow-contrast .box-list div,
.yellow-contrast .cart-button,
.yellow-contrast .tabs .current,
.yellow-contrast .button,
.yellow-contrast .list-table th
{
	background: yellow !important;
}

.yellow-contrast .tab-nav li,
.yellow-contrast .list-table td,
.high-contrast .collapsible div,
.high-contrast .collapsible div a,
.high-contrast .cart-button,
.high-contrast .tab-nav li,
.high-contrast .tabs .current,
.high-contrast .std-form .submit-box .button,
.high-contrast .summary li,
.high-contrast .list-table td,
.high-contrast .list-table th,
.high-contrast .button
{
	background: #fff !important;
}

.yellow-contrast .box-list div *,
.yellow-contrast .collapsible div a,
.yellow-contrast .cart-button span,
.yellow-contrast .product input,
.yellow-contrast .tab-nav li,
.yellow-contrast .button,
.yellow-contrast .search-hints .box-list h2 a,
.yellow-contrast .list-table th,
.high-contrast .box-list .price,
.high-contrast .box-list .listmore,
.high-contrast .cart-button span,
.high-contrast .product input,
.high-contrast .tab-nav li,
.high-contrast .tabs .current .ed,
.high-contrast .std-form .submit-box .button,
.high-contrast .path *,
.high-contrast .list-table th,
.high-contrast .list-table td *,
.high-contrast .button,
.high-contrast .collapsible div a
{
	color: #000 !important;
}

.yellow-contrast footer *,
.yellow-contrast .search-box input,
.yellow-contrast .search-box ::placeholder,
.yellow-contrast .sl1,
.yellow-contrast .sl2,
.yellow-contrast .slider-webpage-full-item p,
.yellow-contrast .slider-webpage-full-item a,
.yellow-contrast .about,
.yellow-contrast .headline,
.yellow-contrast .box-list h2 a,
.yellow-contrast .bread-crumbs *,
.yellow-contrast .product *,
.yellow-contrast .section,
.yellow-contrast .section-headline,
.yellow-contrast .mobilenav a:hover,
.yellow-contrast .section a,
.yellow-contrast .section,
.yellow-contrast .user-box a,
.yellow-contrast .user-box input[type=submit],
.yellow-contrast .ed,
.yellow-contrast .path *,
.yellow-contrast .news-list *
{
	color: yellow !important;
}

.yellow-contrast .tabs .button,
.yellow-contrast .section,
.yellow-contrast .summary li,
.high-contrast .box-list .trait,
.high-contrast .user-box
{
	background: #000 !important;
}

.yellow-contrast .slider-webpage-full-item a,
.yellow-contrast .bordered-section
{
	border-color: yellow;
}

.yellow-contrast footer
{
	
}

/* wcag end */

/* additional styles */

.go-left{
width:57%;
float:left;
margin:0px;
padding:0px;
font-size:0.9em;
color:#47210b;
}

.go-right{
width:27.69%;
float:right;
margin:0px;
padding:0px;
font-size:0.9em;
color:#47210b;
}

.go-right .std-form li{
width:100%;
}

.go-right input{
width:calc(100% - 14px)!important;
padding:0px 5px;
padding-right:0px;
padding-left:0px;
border-width:2px;
}

.go-right .std-form textarea {
padding: 0 5px;
width: calc(100% - 23px);
border-width:2px;
}

.go-right .std-form label{
text-align:center;
}

.go-right .std-form .submit-box .button{
float:left;
width:40%!important;
margin-left:30%;
padding-left:0!important;
padding-right:0!important;
}

.go-right .std-form .submit-box p
{
	width:100%;
	text-align:center;
	display:inline-block;
}

main img{
max-width:100%;
}

.pres{
	clear: both;
text-transform:uppercase;
color:red;
font-weight:bold;
font-size:1.8em;
}

.movie{
width:100%;
height:90vh;
display:inline-block;
z-index:-11;
margin:0;
padding:0;
overflow:hidden;
}

#mmovie{
width:100%;
overflow:hidden;
display:inline-block;
margin:-60px 0 0 0;
padding:0 0 0 0;
z-index:-10;
}

.cart-button{
height:40px;
margin-top:10px;
}

.cart-button span{
  height: 37px;
  line-height: 37px;
  text-transform: initial;
  font-size: 0.9em;
}

.visitcounter{
color:black;
}

.loupe {
    z-index:98020;
	border:2px solid white;
}

.fancybox-prev{
left:-10%!important;
}

.fancybox-next{
right:-10%!important;
}

.fancybox-nav span {
 visibility: visible!important;
}

/* New youtube movie */

.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
	margin-top: -70px;
}

#youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* New youtube movie end */

.show{
display:block;
}

.hide{
display:none;
}

/* Ask buttons */

.ask-buttons-stripe{
width:100%;
float:left;
margin-top:20px;
}

.ask-buttons-stripe a{
height:30px;
line-height:30px;
padding:0px 12px;
border:2px solid #bf6e19;
border-radius:4px;
color:#bf6e19;
font-weight:400;
color:#462107;
transition:all 0.2s;
float:left;
font-size:14px;
margin-right:5px;
}

.ask-buttons-stripe a:hover{
transition:all 0.2s;
background:#bf6e19;
color:white;
}

#ask-by-mail,
#ask-by-call{
width:100%;
float:left;
text-align:left;
font-size:14px;
margin-top:10px;
font-weight:700;
height:30px;
line-height:30px;
}

#whatsapp-ask{
display:none;
}

/* Ask buttons end */


/* end of additional styles */

/* Offer */

.moboffer{
width:calc(100% - 40px);
float:left;
background:#462009;
margin:15px 0 0 0;
padding:20px;
color:white;
font-size:14px;
font-weight:700;
text-align:center;
display:none;
}

.moboffer:hover{
filter:brightness(150%);
}

.marbottw{
height:40px;
width:100%;
float:left;
}

/* Offer end */

#popupp{
width:calc(80% - 56px);
padding:25px;
background:white;
border:3px solid #462009;
text-align:center;
background:white;
-webkit-box-shadow: 0px -1px 15px 0px #000000; 
box-shadow: 0px -1px 15px 0px #000000;
font-size:16px;
line-height:22px;
position:fixed;
top:140px;
left:10%;
z-index:99999;
-webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 4s; /* Firefox < 16 */
-ms-animation: fadein 4s; /* Internet Explorer */
-o-animation: fadein 4s; /* Opera < 12.1 */
animation: fadein 4s;
display:none;
}

@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

#popupp p{
padding-bottom:17px;
}

#popuppclose{
width:30px;
height:30px;
background-color:white;
background-image:url('img/close2.png');
background-size:24px 24px;
background-repeat:no-repeat;
background-position:center center;
cursor:pointer;
position:absolute;
top:-30px;
right:-30px;
-webkit-box-shadow: 0px -1px 15px 0px #000000; 
box-shadow: 0px -1px 15px 0px #000000;
}

/* Galeria strona statyczna */

.gallery-content{
display:inline-block;
width:100%;
}

.gallery-content a img{
width:30%;
float:left;
margin:3% 3% 0 0;
transition:all 0.2s;
}

.gallery-content a img:hover{
transition:all 0.2s;
transform:scale(0.95);
filter:brightness(120%);
}

.shp{
margin-top:0px!important;
}

/* Galeria END */

/* recommended slider */

#recommended-slider,
#recommended-slider li
{
	float: none !important;
}

#recommended-slider li
{
	margin: 0;
}

#recommended-slider-ow
{
	position: relative;
}

#recommended-slider-ow .tns-controls button
{
	position:absolute;
	top:50%;
	width:38px;
	height:18px;
	background-repeat:no-repeat;
	background-position:center center;
	z-index:99;
	margin-top:-9px;
	cursor:pointer;
	display: block !important;
	font-size: 0;
	text-indent: -9999px;
	border: 0 none;
	background-color: transparent;
}

#recommended-slider-ow .tns-controls button:first-child
{
  left: -60px;
  background-image:url('img/arrow-left.png');
}

#recommended-slider-ow .tns-controls button:last-child
{
	right:-60px;
	background-image:url('img/arrow-right.png');
}

/* recommended slider end */

/* Nowy slider start */

.slider-webpage-full-con{
}

.slider-webpage-full-con-f{
width:100%;
margin:0px auto;
}

.slider-webpage-full{
width:100%;
position:relative;
margin-bottom: 100px;
}

.slider-webpage-full-item{
position:relative;
overflow: hidden;
}

.slider-webpage-full-item-img{
width:100%;
height:66.6666%;
position: relative;
z-index: 1;
}

.slider-webpage-full-item-img img{
width:100%;
height:100%;
margin:0px;
object-position:center;
object-fit:contain;
display:block;
}

.slider-webpage-full-item-text-content-right a:hover{
background:#663c23;
}

.slider-webpage-full-arrow-left{
position:absolute;
top:50%;
left:-80px;
width:38px;
height:18px;
background-image:url('img/arrow-left.png');
background-repeat:no-repeat;
background-position:center center;
z-index:99;
margin-top:-9px;
cursor:pointer;	
}

.slider-webpage-full-arrow-right{
position:absolute;
top:50%;
right:-80px;
width:38px;
height:18px;
background-image:url('img/arrow-right.png');
background-repeat:no-repeat;
background-position:center center;
z-index:99;
margin-top:-9px;
cursor:pointer;			
}

.slider-background-img
{
	position: absolute;
	left: -75%;
	top: 0px;
	filter: blur(7px) brightness(150%);
	object-position:center;
	object-fit:cover;
	width: 250%;
	height: auto;
}

.slider-webpage-full-item .text
{
	position: absolute;
	left: 0;
	top: 0%;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent 45%, black 100%);
	z-index: 2;
}

.slider-webpage-full-item p
{
	position: absolute;
	left: 35px;
	bottom: 30px;
	color: #fff;
	font-weight: light;
	width: 80%;
}

.slider-webpage-full-item p span
{
	font-size: 2.125em;
	display: block;
	text-shadow:3px 3px 2px black;
}

.slider-webpage-full-item p small
{
	font-size: 1.5em;
}

.slider-webpage-full-item a
{
	position: absolute;
	right: 30px;
	bottom: 85px;
	z-index: 2;
	color: #fff;
	padding: 5px 15px;
	border: 2px solid #fff;
}

.doitfull{
width:76%;
margin:0px 0px 0px 12%;
padding:0px 0px 0px 0px;
display:inline-block;
}

.tns-outer button{
display:none!important;
}

/* Nowy slider end */

/* Button sprzedane */

/*

#tree43 div{
margin-top:20px;
background:#c9b39c;
}

#tree43 div a{
color:white;
}

#tree43:hover div{
background:black;
}

*/

#newid61{
margin-top:20px;
background:#462009;
}

#newid61 a{
color:white;
text-indent:10px;
}

#lr-categories{
padding-bottom:30px;
}

/* Button sprzedane END */

.spacer{
width:100%;
float:left;
height:50px;
}

.onlymob{
display:none;
}

/* mobile bar start */

.mobile-spacer{
width:100%;
float:left;
height:40px;
display:none;
}

.mobile-bar{
width:100%;
min-height:40px;
background:#462009;
position:fixed;
top:0;
left:0;
z-index:100;
display:none;
}

.mobile-bar .menu{
display:none;
}

.mobile-bar .collapsible p{
width:calc(50% - 65px)!important;
height:40px!important;
margin:0px!important;
padding:0px 65px 0px 0px!important;
background:url('img/mobile.png') no-repeat right 20px center #c9b39c!important;
position:fixed;
top:0;
right:0;
line-height:40px;
font-size:11pt!important;
color:white;
text-transform:uppercase;
text-align:right;
}

.normalmenu{
width:calc(50% - 65px)!important;
height:40px!important;
margin:0px!important;
padding:0px 0px 0px 65px!important;
background:url('img/mobile.png') no-repeat left 20px center #c9b39c!important;
position:fixed;
top:0;
left:0;
z-index:101;
line-height:40px;
font-size:11pt!important;
font-weight:700;
color:white;
text-transform:uppercase;
text-align:left;
cursor:pointer;
display:none;
}

.mobile-bar .collapsible{
margin-bottom:0px!important;
overflow-y:scroll;
max-height:calc(100vh - 40px);
margin-top:36px!important;
}

.mobbutt{
width:40px;
height:30px;
float:right;
margin:5px 25px 0px 0px;
background:url('img/mobile.png') no-repeat center center;
cursor:pointer;
}

/* ------------------ */

.mobile-container{
width:100%;
float:left;
background:white;
position:fixed;
top:50px;
left:0px;
background:white;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
z-index:999999;
}

#xx{
width:100%;
float:left;
}

.xbut{
float:right;
margin-right:20px;
cursor:pointer;
}

.xbut img{
margin:10px 0px 0px 0px;
width:30px;
height:30px;
}

.mobilenav{
width:100%;
float:left;
text-align:center;
padding-bottom:10px;
background:white;
}

.mobilenav a{
width:80%;
float:left;
height:40px;
line-height:40px;
color:white;
background:#c9b39c;
text-align:center;
font-size:1em;
margin-left:10%;
margin-top:1px;
}

.mobilenav a:hover{
background:#9d7c59;
}

.mobilenav li{
list-style-type:none!important;
}

/* mobile bar end */

/* custom */

.shoppingbag{
position:relative;
}

.small-price{
position:absolute;
top:20px;
right:0px;
font-size:12px;
color:white;
padding:4px 10px;
background:rgba(153, 133, 120, 0.5);
border-radius:8px;
}

.dot{
width:13px;
height:13px;
background:red;
border-radius:100%;
position:absolute;
right:0px;
top:10px;
z-index:100;
opacity: 1;
animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* custom end */

/* Box list Facebox */

#facebox{
position:fixed!important;
top:6vh!important;
width:80%!important;
left:10%!important;
max-height:88vh!important;
overflow-y:scroll!important;
-webkit-box-shadow: 0px 0px 25px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 0px 0px 25px 0px rgba(66, 68, 90, 1);
box-shadow: 0px 0px 25px 0px rgba(66, 68, 90, 1);
z-index:100!important;
}

.blogss{
max-width:100%;
width:105px;
height:auto;
transition:all 0.2s;
}

.fblogss{
margin-top:35px;
margin-bottom:10px;
width:150px;
}

.blogss:hover{
transition:all 0.2s;
transform:scale(0.9);
}

/* Box list Facebox end */

.clocklink a{
background:#462009;
color:white;
text-align:center;
padding:10px;
box-sizing:border-box;
display:block;
border-radius:4px;
transition:all 0.2s;
}

.clocklink a:hover{
transition:all 0.2s;
background:black;
}

/* ABOUT US */

.about-left{
width:50%;
padding:20px;
box-sizing:border-box;
}

.about-right{
width:50%;
padding:20px;
box-sizing:border-box;
}

.about-left{
float:left;
}

.about-right{
float:right;
}

.about-left img,
.about-right img{
width:100%;
height:auto;
margin-bottom:45px;
}

.whole-about{
width:100%;
float:left;
padding:0px 20px;
box-sizing:border-box;
}

/* ABOUT US */

.about-left{
width:50%;
padding:20px;
box-sizing:border-box;
}

.about-right{
width:50%;
padding:20px;
box-sizing:border-box;
}

.about-left{
float:left;
}

.about-right{
float:right;
}

.about-left img,
.about-right img{
width:100%;
height:auto;
margin-bottom:45px;
}

.whole-about{
width:100%;
float:left;
padding:0px 20px;
box-sizing:border-box;
}

/* Tag boxes */

.tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding:50px 0px;
}

.tag-box {
  flex: 0 0 calc(25% - 20px); /* 4 kolumny z uwzględnieniem odstępu */
  box-sizing: border-box;
  border: 1px solid #dacaa7;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tag-box h2{
margin-bottom:25px;
}

.tag-box p{
text-align:left;
font-size:15px;
line-height:28px;
}

.tag-box a{
border:1px solid #dacaa7;
width:100px;
padding:4px 0px;
background:#dacaa7;
border-radius:4px;
align-self:flex-end;
text-align:center;
transition:all 0.2s;
}

.tag-box a:hover{
transition:all 0.2s;
filter:brightness(90%);
}

/* Tag boxes end */

/* popup */

.overlay{
width:100vw;
height:100vh;
position:fixed;
background-color:rgba(0,0,0,0.6);
z-index:9999;
left:0px;
top:0px;
}

.ppopup{
width:50%;
padding:25px;
box-sizing:border-box;
background:white;
margin:200px 0px 0px 25%;
float:left;
position:relative;
}

.popup-left{
width:40%;
float:left;
}

.popup-left img{
float:left;
width:100%;
}

.popup-right{
width:55%;
float:right;
}

.popup-right .itemname{
width:100%;
float:left;
text-transform:uppercase;
font-size:1.125em;
font-weight:300;
line-height:1em;
margin-bottom:1em;
border-bottom:1px solid #e6e6e6;
padding-bottom:1em;
text-align:left;
margin-top:15px;
}

.popup-right p{
float:left;
width:100%;
text-align:left;
}

.popup-spacer{
width:100%;
float:left;
height:25px;
}

.popup-buttons{
width:100%;
float:left;
}

.popup-buttons a{
float:left;
font-size:0.875em;
padding:10px 0px;
width:44%;
color:white;
text-transform:uppercase;
transition:all 0.2s;
background:#c9b39c;
border-radius:3px;
margin-right:20px;
text-align:center;
font-weight:bold;
}

.popup-buttons a:last-child{
margin-right:0px;
}

.popup-buttons a:hover{
transition:all 0.2s;
background:#9d7c59;
transform:scale(1.05);
}

a#closepopup,
.ppopup .close{
width:25px;
height:25px;
background:url('img/close.svg') no-repeat center center;
background-size:100% 100%;
cursor:pointer;
position:absolute;
top:10px;
right:10px;
transition:all 0.2s;
}

a#closepopup:hover,
.ppopup .close:hover{
transition:all 0.2s;
transform:scale(0.9);
}

/* popup end */
		 
/* media queries */

@media screen and (max-width: 1500px)
{
  /*.box-list li,
  .news-list li,
  .compare-list li
  {
    width: 31.37%;
    margin-right: 1.96%;
  }*/
  
  .product figure
  {
    width: 35%;
  }
  
  .product .price span
  {
    margin-left: 0;
    display: block;
    margin-top: -10px;
  }
  
  .product-quantity .cart-button,
  .product-quantity .ask-button
  {
    width: 305px;
  }
  
  .product .dgreen-button
  {
    width: 112px !important;
  }
  
  /*.property-list li
  {
    width: 31.37%;
    margin-right: 1.96%;
  }*/
  
  .filters li
  {
    width: 18.04%;
  }
}

@media screen and (max-width: 1320px)
{
	
.new-cart-button{
  width: 30%;
  font-size: 0.8em;
}

}

@media screen and (max-width: 1250px)
{
  .slider-webpage-full-item p
  {
    width: calc(100% - 70px);
    bottom: 80px;
  }
  
  .slider-webpage-full-item a
  {
    left: 35px;
    bottom: 30px;
    right: auto;
  }
  
  .wrapper
	{
	  max-width: 1180px;
	  padding: 0 1%;
	  width: 98%;
	}
	
	#recommended-slider-ow
	{
	  padding: 0 60px !important;
	}
	
	#recommended-slider-ow .tns-controls button:first-child
	{
	  left: 0;
	}
	
	#recommended-slider-ow .tns-controls button:last-child
  {
    right: 0;
  }
	
	.recommendation-box .traits{
		height:70px!important;
	}
	
	.recommendation-box .trait{
		height:63px!important;
	}
}

@media screen and (max-width: 1150px)
{
	
.menu .hr a{
font-size: 14px;
margin-right: 15px;
}

.search input{
width: 190px;
}

header .logo-box{
margin-left:-40px;
}

.logo-box img{
transform:scale(0.7);
}

header .logo-box img{
margin-right:0px;
}

header .logo-box img:last-child{
margin-right:0px;
}

.tag-box {
    flex: 0 0 calc(33.333% - 20px); /* 3 kolumny */
  }

}

@media screen and (max-width: 1100px){

.ppopup{
width:76%;
margin:140px 0px 0px 12%;
}

}

@media screen and (max-width: 1050px){

header .logo-box{
margin-left:0px;
}
	
	header .wrapper
	{
	  grid-template-columns: auto auto auto auto;
    grid-template-areas:
      'logo contactbox contactbox toolbox'
      'partnerlogos searchbox searchbox searchbox'
	  ;
	  row-gap: 10px;
	}
  
  .box-list li,
  .compare-list li
  {
    width: 48.04%;
  }
  
  .product figure
  {
    width: 40%;
  }
  
  .product .price span
  {
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
  }
  
  .property-list li
  {
    width: 48%;
    margin-right: 2%;
  }
  
  .std-form li
  {
    width: 31.37%;
    margin-right: 1.96%;
  }
  
  .filters li
  {
    width: 23.04%;
  }
  
	/* New slider */
	
	.slider-webpage-full-con-f{
	width:calc(100% + 0px);
	margin:0px auto;
	}
	
	.slider-webpage-full-item-text {
	background: #f6eddc;
	padding: 22px 50px 22px 50px;
	}
	
	.slider-webpage-full-item-text-content{
	display:block;
	}
	
	.slider-webpage-full-item-text-content-left{
	display:block;
	}
	
	.slider-webpage-full-item-text-content-right{
	width:100%;
	text-align:center;
	padding-top:20px;
	}
	
	.slider-webpage-full-item-text-content-left-name{
	padding:10px 0px 10px 0px;
	display:block;
	text-align:center;
	}
	
	.slider-webpage-full-item-text-content-left-name::before{
	content:'';
	position:absolute;
	top:100%;
	right:auto;
	left:50%;
	width:200px;
	height:2px;
	background:#000;
	margin-left:-100px;
	}
	
	.slider-webpage-full-item-text-content-left-price{
	padding:10px 0px 10px 0px;
	display:block;
	text-align:center;
	}
	
	.doitfull{
	width:100%;
	margin:-20px 0px 0px 0px;
	float:left;
	}
	
	.slider-webpage-full-item-img img{
	object-position:center bottom;
	}
	
	.slider-webpage-full-arrow-left,
	.slider-webpage-full-arrow-right{
	top: calc(100% + 10px);
    padding: 30px 20px;
    background-color: #9f8d80;
    width: calc(50% - 0.5px);
    box-sizing: border-box;
	}
	
	.slider-webpage-full-arrow-left{
	left:0px;
	background-image: url('img/arrow-left-white.png');
	}
	
	.slider-webpage-full-arrow-right{
	right:0px;
	background-image: url('img/arrow-right-white.png');
	}

  .mobile-bar, .mobile-spacer, .normalmenu{
  display:initial;
  }

/* Menu mobile bar */
 
  .menu{
  display:none;
  }
  
  .menu + .collapsible
  {
    display: block;
    width: 98%;
    margin: 0 1% 30px 1%;
    padding-bottom: 0;
    background: #c9b39c;
  }
  
  .menu + .collapsible > ul
  {
    display: none;
  }
  
  .menu + .collapsible > p
  {
    color: #fff;
    margin: 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.25em;
    padding: 15px 0;
    background: url('img/expand.png') no-repeat right center;
  }
  
  .menu + .collapsible > p.open
  {
    background-image: url('img/collapse.png');
  }
  
  .menu + .collapsible .tree-tab
  {
    margin-top: -5px;
  } 
  
/* Menu mobile bar end */
  
  aside
  {
    display: none;
  }
  
  main
  {
    width: 100%;
  }
  
.footer-container{
width:calc(33% - 30px);
padding-left:15px;
padding-right:15px;
}

.lastfc{
width:calc(33% - 30px);
padding-left:15px;
padding-right:15px;
min-width:initial;
}

.new-cart-button{
  width: 35%;
  font-size: 0.9em;
}

}

@media screen and (max-width: 1000px)
{
	.categories > div
	{
	  --columns: 3;
	}
	
  .filters li
  {
    width: 31.37%;
  }
  
  .menu .hr
  {
    display: none;
  }
  
  .menu .lr
  {
    display: block;
  }
  
.underimg{
width:70%;
margin:-40px 0 0 15%;
padding:10px 0px;
}

.uimgname{
height:auto;
line-height:25px;
padding:0 20px 0 20px;
border-right:0px solid #462009;
font-size:1.25em;
font-weight:bold;
width:calc(100% - 40px);
margin-top:0;
text-align:center;
}

.uimgprice{
float:left;
line-height:25px;
margin:0 0 0 0;
padding:0;
width:100%;
text-align:center;
}

.uimgmore{
float:left;
height:40px;
width:100px;
text-align:center;
margin-top:0px;
margin-left:calc(50% - 50px);
padding:0;
}

.detail{
margin-right:15px;
}

.cart-button{
height:40px;
margin-top:10px;
}

.cart-button span{
  height: 37px;
  line-height: 37px;
  text-transform: initial;
  font-size: 0.9em;
}

.moboffer{
display:initial;
}

main .ed img{
width:100%!important;
height:auto!important;
}

  footer .wrapper:first-child
  {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
      'menu categories'
      'address legalmenu'
    ;
    row-gap: 40px;
  }
 
  footer .legal
  {
    justify-self: start;
  }
  
.recommendation-box
{
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.search-hints .recommendation-box:nth-child(2)
{
  float:none;
  width: 100%;
  order: 1;
  display: block;
}

.recommendations{
	display:flex;
	flex-direction: column-reverse;
}

.recommendation-box .box-list li{
box-sizing:border-box;
width:31%;
}

.popup-buttons a{
width:70%;
margin-bottom:10px;
}

}

@media screen and (max-width: 885px){
.detail{
display:none;
}

.bottom-details .detail{
display:initial;
}

.headline-product
{
  font-size: 1.1em;
}
}

@media screen and (max-width: 830px)
{
	.go-left {
	  width:100%;
	}	
	
	.go-right{
	  width:60%;
	  padding:0 20%;
	}	

	.slogan{
	width:400px;
	margin:-55px 0 0 calc(50% - 204px);
	}
	
	.sl1,
	.sl2{
	margin:0px 0px 0px 45px;
	font-size:1.5em;
	
	}
	
	.sl2{
	margin-left:75px;
	}
	
	header .wrapper
	{
	  grid-template-columns: repeat(3,auto) 80px;
	}
	
	.contact-box a
	{
	  font-size: 0;
	}
	
	.box-list .stash-button
{
	top: 25px;
	transform:scale(0.8);
}

	.box-list .quick-view
	{
  top: 70px;
  transform:scale(0.8);
	}
	
.new-cart-button{
  clear:left;
  width:50%;
}

button.new-cart-button{
margin-top:-10px;
}

}

@media screen and (max-width: 800px)
{
  	header .wrapper
	{
	  grid-template-columns: auto auto auto;
    grid-template-areas:
      'logo contactbox toolbox'
      'partnerlogos searchbox searchbox'
    ;
    column-gap: 15px;    
	}
  
  .property-list,
  .product-quantity
  {
    width: 100%;
  }
  
  .features,
  .half-desc
  {
    width: 100%;
    margin-right: 0;  
  }
  
  .tabs .tab-nav li
  {
    margin-bottom: 3px;
  }

  .std-form li
  {
    float: left;
    width: 48%;
  }
  
  .up800
  {
    display: none;
  }
  
  .std-list li
  {
    position: relative;
  }
  
  .std-list .img
  {
    width: calc(100% - 280px);
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .std-list .control
  {
    border-left: 0;
    margin-left: 0;
    position: absolute;
    top: 1.5em;
    right: 0;
  }
  
  .std-list .desc
  {
    clear: left;
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
 
.newsletter li
{
  float: left;
  width: calc(100% - 42px);
}
 
.newsletter .submit-box input {
    width: 40px;
    font-size: 0.6em;
}

.newsletter .submit-box {
    width: 40px;
}

  .categories > div
  {
    --columns: 2;
  }
  
  .cookies-box .agreement{
	float:left;
	width:100%;
	margin-bottom:10px;
	}
	
  .tag-box {
    flex: 0 0 calc(50% - 20px); /* 2 kolumny */
  }
	
}

@media screen and (max-width: 780px)
{
	
.contact-box{
line-height: 0px;
margin-left: 10px;
}
	
header .contact-box a{
color: rgba(0, 0, 0, 0);
font-size: 0.1px;
width: 0px;
display: inline-block;
height: 24px;
padding-left:26px;
margin-left:12px;
}

.movie{
height:auto;
}

.video-container{
margin-top:0px;
}

.about-left{
width:100%;
}

.about-right{
width:100%;
}
	
}

@media screen and (max-width: 730px)
{

.ppopup{
width:88%;
margin:100px 0px 0px 6%;
padding:15px;
}

.popup-left{
width:100%;
}

.popup-left img{
width:50%;
margin-left:25%;
}

.popup-right{
width:100%;
}

.popup-buttons a{
width:100%;
margin-right:0px;
}

#whatsapp-ask{
display:initial;
}

#show-mail,
#show-call,
#whatsapp-ask{
margin-top:8px;
}

.ask-buttons-stripe{
margin-top:12px;
}
	
}

@media screen and (max-width: 700px)
{
	
  .recommendation-box .box-list li {
    width: 48%;
  }
  
  .search-hints{
	  max-height:100vh;
	  overflow-y:scroll;
  }
  
  .collapsible a{
	  font-size: 1em;
  }
  
}											   
}

@media screen and (max-width: 680px)
{
  .search input
  {
    width: 200px;
  }
	
.footer-container {
    width: calc(50% - 32px);
    padding-left: 15px;
    padding-right: 15px;
}

.lastfc{
width:100%;
padding:20px 0px;
margin-top:20px;
border-top:1px solid #c2c2c2;
}

.newsletter
{
  width:38%;
  margin-left:32%;
}	

.newsletter li
{
width: calc(100% - 100px);
}
 
.newsletter .submit-box input {
width: calc(100% - 12px);
font-size: 1em;
}

.newsletter .submit-box {
width: 98px;
}

ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}

.homepage{
margin-top:80px;
}

  .slider-webpage-full-item p
  {
    font-size: 0.875em;
  }
  
  .onlymob{
	display:initial;
  }

}

@media screen and (max-width: 600px)
{
  .box-list li
  {
    width: 98.04%;
    margin-right: 1.96%;
  }
  
  .product figure,
  .product .data,
  .product .price
  {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .gallery,
  .gallery-aside
  {
    width: 100%;
    margin-right: 0;
  }
  
  header .logo
  {
    width: 200px;
    max-width: 200px;
  }
  
  .account
  {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
  
  .account p
  {
    width: 0;
    overflow: hidden;
    padding-left: 44px;
  }
    
  .up600
  {
    display: none;
  }
  
  .std-list .img
  {
    width: 100%;
  }
  
  .std-list .control
  {
    float: left;
    position: static;
    width: 100%;
    padding-left: 0;
  }
  
  .slider p
  {
    font-size: 1.5em;
  }
  
  .product-rightside
  {
	width:100%;
  }	
  
  .logo img
  {
    width: 160px;
  }
  
  .logo-box img:nth-child(1)
  {
    height:40px;
  }
  
  .logo-box img:nth-child(2)
  {
    height:40px;
  }
  
  header .logo-box{
	transform:scale(1.0);
  }
  
}

@media screen and (max-width: 550px)
{
.actions a,
.actions .button{
width:68%!important;
margin:5px 16%!important;
padding-left:0!important;
padding-right:0!important;
}

.bordered-section {
    border: 0px solid #441b04;
    float: left;
    padding: 20px 2%;
    width:96%;
    margin-bottom: 1.5em;
}

.list-table td,
.list-table th
{
padding:4px;
font-size:0.8em;	
}
  
  .about .img,
  .about .ed
  {
    width: 100%;
    margin: 0;
  }
  
  .about .ed{
   margin-top:-30px;
  }
  
  footer .wrapper{
	  width:96%;
	  margin-left:2%;
  }
  
  footer .wrapper:first-child
  {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas: 
      'menu'
      'categories'
      'address'
      'legalmenu'
    ;
    justify-content: center;
    grid-auto-columns: max-content;
  }
  
  footer .wrapper:first-child > *
  {
    justify-self: start;
    text-align: left;
  }
  
  footer .vcard p:first-child,
  footer .vcard a
  {
    display: block;
  }
  
  footer .vcard svg
  {
    vertical-align: middle;
	margin-right: 5px;
  }
  
  footer .vcard span{
  padding:0px;
  margin:0px;
  }
  
   footer .vcard p{
   gap: 5px;
   justify-content: start;
   }
   
   .logo-box img:nth-child(1)
  {
    height:30px;
  }
  
  .logo-box img:nth-child(2)
  {
    height:30px;
  }
  
.ask-for-contact .dial {
	right: 30px;
	bottom: 30px;
	width: 45px;
	height: 45px;
}

.ask-for-contact .dial span {
	width: 20px;
	height: 28px;
	margin: 10px auto;
}
  
}

@media screen and (max-width: 500px)
{
	header .wrapper
	{
	  grid-template-columns: auto auto auto;
    grid-template-areas:
      'logo contactbox toolbox'
      'partnerlogos searchbox searchbox'
    ;
    column-gap: 15px;    
	}
	
	.search-box input{
	width:130px;
	}
	
	header{
	width:98%;
	margin-left:1%;
	}
	
.news-list li{
margin-bottom:35px;
}

.news-list .img img
{
  display:none;
}

.news-list .img2 img
{
  display:initial;
  float:left;
  width:calc(100% - 2px);
  margin-top:20px;
  border:1px solid #ccc;
}

.news-right{
width:100%;
}

  .search input
  {
  width: 140px;
  }
  
  .slider-webpage-full-item p span{
   font-size: 1.5em;
   line-height: 1em;
  }
  
  .slider-webpage-full-item a
  {
	right: 18px;
	bottom: 30px;
	left: auto;
  }
  
  .slider-webpage-full-item p
  {
	left: 5%;
	bottom: 15px;
	width: calc(90% - 100px);
  }
  
  
    .recommendation-box .box-list li {
     width: 96%;
	 margin-left:2%;
    }
	
.recommendation-box .traits{
height:45px!important;
}

.recommendation-box .trait{
height:38px!important;
}

.tag-box p{
    display: none;
  }

.tag-box h2{
text-align:center;
}

.tags-wrapper{
  justify-content: center;
}

.new-cart-button{
  clear:none;
  width:30%;
  font-size:0.8em;
}

button.new-cart-button{
margin-top:12px;
}

}

@media screen and (max-width: 450px)
{

	.c1,.c2{
	width:100%!important;
	}
	
  .slogan{
	  display:none;
  }
  
  .std-form li
  {
    width: 98.04%;
  }
  
  .slider img
  {
    display: none;
  }
  
  .slider p
  {
    position: static;
  }
  
  .filters li
  {
    width: 48.04%;
  }
  
  .hpl{
  width:100%;
  }
  
  .hpr{
  width:100%;
  margin-top:20px;
  }
  
.footer-container {
    width: calc(100% - 30px);
    border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#c2c2c2;
	padding-top:20px;
	padding-bottom:20px;
	min-height:initial;
}

.lastfc{
    width: calc(100% - 30px);
    border:none;
}

.newsletter
{
  width: 90%;
  margin-left:5%;
}

.gallery-content a img{
width:45.5%;
margin:3% 0 0 3%;
}

.homepage{
margin-top:145px;
}

.bsp{
display:none;
}

.bsp2{
display:initial;
}

  .slider-webpage-full-item p
  {
    font-size: 0.75em;
  }

  
}

@media screen and (max-width: 400px)
{
  header .logo
  {
    width: 150px;
    max-width: 150px;
    margin-top: 0px;
  }
  
  .account div
  {
    margin-left: 20px;
  }
  
.tbaccount {
    margin-right: 20px;
    padding-left: 20px;
}

.bjqs img{
margin-left:13%;
}

.underimg{
margin:-5px 0 0 13%;
}

footer{
}
  
  .search input
  {
    /* width: 70px; */
  }
  
  .slider-webpage-full-item p
  {
    font-size: 0.625em;
  }
  
  #recommended-slider .price
  {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    float: none;
  }

  #recommended-slider .listmore
  {
    float: none;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 380px)
{
	
header .toolbox svg{
margin-left:0px;
}
	
}

/* media queries end */

/* facebox */

#facebox .top
{
  background: white !important;
}

/* facebox end */

@media screen and (min-width: 1000px)
{
.tabs
{
  width: calc(100% + 320px);
  margin-left: -320px;
}
}
