@charset "utf-8";
@import "reset.css";
@import "editor.css";
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

html
{
  background: #000;
}

body
{
  font-family: 'Source Sans Pro', arial, tahoma;
  background:white;
  color: black;
  font-size: 16px;
  float: left;
  width: 100%;
}

.wrapper
{
  padding: 0 5%;
  margin: 0 auto;
  width: 90%;
}

.top-stripe{
width:100%;
background:#f2f2f3;
min-height:40px;
margin:0px;
padding:0px;
}

.social-media{
float:right;
}

.social-media a{
float:right;
height:30px;
width:30px;
margin-top:5px;
margin-left:9px;
transition:all 0.2s;
}

.social-media a:hover{
transition:all 0.2s;
transform:scale(0.8);
}

.ig{
background:url('img/instagram.svg') no-repeat center center;
background-size:cover;
}

.fb{
background:url('img/facebook.svg') no-repeat center center;
background-size:cover;
}

.details{
float:right;
margin-right:40px;
}

.details a{
float:left;
height:26px;
line-height:26px;
margin-top:7px;
font-size:15px;
color:black;
font-weight:300;
background-size:auto 100%;
margin-left:25px;
transition:all 0.2s;
}

.details a:hover{
transition:all 0.2s;
color:#e3bc71;
text-decoration:underline;
background-size:auto 90%;
}

.d0{
background:url('img/magnifying-glass.svg') no-repeat left center;
padding-left:30px;
display:none;
}

.d1{
background:url('img/placeholder.svg') no-repeat left center;
padding-left:30px;
}

.d2{
background:url('img/smartphone.svg') no-repeat left center;
padding-left:34px;
}

.d3{
background:url('img/paper-plane.svg') no-repeat left center;
padding-left:34px;
}

.top-2{
width:100%;
float:left;
padding:25px 0px;
}

.logo-sec{
width:180px;
float:left;
}

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

.righttop{
width:calc(100% - 257px);
float:right;
}

.search-field{
float:left;
}

.search
{
float:left;
height:44px;
margin-left:0px;
margin-top:0px;
}

.search li
{
  float: left;
  width: 220px;
  height:44px;
  line-height:44px;
  border-width:1px 0px 1px 1px;
  border-style:solid;
  border-color:#e3bc71;
  border-radius:44px 0px 0px 44px;
}

.search .submit-box
{
  width: 44px;
  margin-left: -1px;
  position: relative;
  border-width:1px 1px 1px 0px;
  border-style:solid;
  border-color:#e3bc71;
  border-radius:0px 44px 44px 0px;
}

.search input
{
  padding:0px 0px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 300;
  /*width: calc(100% - 52px);*/
  display: inline-block;
  margin:5px 0px 0px 20px;
  width:calc(100% - 40px);
  border:none;
  font-family: 'Source Sans Pro', arial, tahoma;
}

.search .submit-box input
{
  height: 30px;
  width: 100%;
  border:none;
  background: url('img/magnifying-glass.svg') no-repeat left center;
  background-size: auto 26px;
  margin-top:7px;
  margin-left:0px;
  padding:0px;
  transition:all 0.2s;
}

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

.login-form{
float:left;
margin-left:50px;
}

.login-form ul{
float:left;
}

.login-form ul li{
display:inline;
float:left;
}

.login-info{
float:left;
margin-left:50px;
height:44px;
line-height:44px;
text-align:left;
font-size:15px;
color:black;
font-weight:300;
}

.login-info div{
float:left;
height:44px;
line-height:44px;
margin-right:40px;
}

.log1,
.log2{
width:189px;
margin-right:25px;
}

.log1 input,
.log2 input{
width:152px;
height:44px;
line-height:44px;
font-size:15px;
font-weight:300;
text-indent:20px;
text-align:left;
color:black;
border:1px solid #e3bc71;
border-radius:44px;
float:right;
font-family: 'Source Sans Pro', arial, tahoma;
box-sizing:border-box;
}

.log1{
background:url('img/user.svg') no-repeat left 0px top 6px;
background-size:auto 33px;
}

.log2{
background:url('img/locked.svg') no-repeat left 0px top 6px;
background-size:auto 33px;
}

.login-form .submit-box,
.logout{
float:left;
}

.login-form .submit-box input,
.logout{
box-sizing:border-box;
background:#e3bc71;
height:44px;
line-height:40px;
background:url('img/arrow-white.png') no-repeat #e3bc71;
background-position:right 20px center;
border-radius:44px;
font-size:15px;
font-family: 'Source Sans Pro', arial, tahoma;
color:white;
text-align:left;
text-indent:20px;
border:none;
width:130px;
transition:all 0.2s;
font-weight:300;
}

.login-form .submit-box input:hover,
.logout:hover{
transition:all 0.2s;
background:url('img/arrow-white.png') no-repeat #b0893f;
background-position:right 30px center;
}

.log1 a,
.log2 a{
width:100%;
float:left;
text-align:right;
font-size:12px;
font-weight:300;
box-sizing:border-box;
padding-right:25px;
margin-top:4px;
}

.log1 a:hover,
.log2 a:hover{
text-decoration:underline;
}

.basket-box{
float:right;
}

.newbasket{
height:44px;
line-height:40px;
float:right;
box-sizing:border-box;
font-size:15px;
cursor:pointer;
color:black;
font-family: 'Source Sans Pro', arial, tahoma;
padding:0px 20px;
border:1px solid #e3bc71;
border-radius:44px;
font-weight:300;
}

.basket-another-container{
float:left;
height:44px;
box-sizing:border-box;
padding-left:37px;
background:url('img/shopping-cart.svg') no-repeat left center;
background-size:auto 30px;
}

.decorated-title{
width:100%;
display:inline-block;
min-height:45px;
margin-top:50px;
margin-bottom:45px;
text-align:center;
}

.dec-higher{
margin-top:0px;
}

.dec-left,
.dec-right{
display:inline-block;
width:21%;
min-height:50px;
background:url('img/ornament1.png') no-repeat center bottom;
background-size:100% auto;
}

.dec-txt{
display:inline-block;
color:#e3bc71;
font-size:42px;
font-weight:200;
text-align:center;
width:auto;
max-width:50%;
margin-left:2%;
margin-right:2%;
line-height:50px;
min-height:50px;
}

.mainpageli{
width:100%!important;
background:none!important;
}

.swimming-bar{
width:100%;
height:40px;
background:#e3bc72;
-webkit-box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 1);
box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 1);
position:fixed;
top:0px;
left:0px;
z-index:800;
padding:0px 10%;
box-sizing:border-box;
}

.swimming-bar .menu .hr
{
  margin-top:0px;
}

.swimming-bar .menu .hr a:hover,
.swimming-bar .menu .hr a.current,
.swimming-bar .menu .lr > p,
.swimming-bar #mobile-trigger
{
  border-bottom:0px solid white;
  color:white;
  transition:all 0.2s;
  float:left;
}

#mobile-trigger{
cursor:pointer;
margin-top:2px;
}

.hamburger{
float:left;
width:25px;
height:30px;
}

.mobile-trigger-inscription{
float:left;
height:30px;
line-height:30px;
margin:0px 0px 0px 10px;
color:white;
font-size:25px;
text-transform:uppercase;
font-weight:600;
}

.line{
width:100%;
height:2px;
background:white;
float:left;
}

.line2,
.line3{
margin-top:8px;
}

.line1{
margin-top:3px;
}

.simob{
padding-left:20px!important;
}


@keyframes show_menu {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 100%;
	}
}

.show{
display:table;
animation: 0.3s ease-out 0s 1 forwards show_menu;
}

.hide{
display:none;
}

.ed p,
.tab p{
font-size:16px;
font-weight:300;
color:black;
text-align:left;
line-height:22px;
}

.edy{
/* no styles */
}

.user-links{
float:left;
margin-right:25px;
margin-top:7px;
margin-bottom:25px;
display:none;
}

.user-links a{
box-sizing:border-box;
background:#e3bc71;
height:34px;
line-height:34px;
background:#e3bc71;
border-radius:17px;
font-size:15px;
font-family: 'Source Sans Pro', arial, tahoma;
color:white;
text-align:center;
border:none;
width:auto;
transition:all 0.2s;
font-weight:300;
float:left;
padding:0px 17px;
margin-left:10px;
}

.user-links a:hover{
transition:all 0.2s;
background:#b0893f;
}

.linfo{
float:left;
height:34px;
line-height:34px;
font-size:14px;
font-weight:200;
margin-top:-15px;
}

.cleft{
clear:left;
float:right!important;
}

/* Menu rozwijane */

.dropit{
position:relative;
float:left;
z-index:999;
}

/* wygląd kontenera menu rozwijanego. Musi być absolute i od topu tyle co ma wysokość rodzic */

.dropit .dropdown-content{
display:none;
position:absolute;
top:30px;
left:0px;
background:#e3bc72;
padding:15px;
box-sizing:border-box;
/*border-width:0px 1px 1px 1px;
border-style:solid;
border-color:white;*/
width:auto;
-webkit-box-shadow: 0px 10px 10px 0px rgba(66, 68, 90, 0.36);
-moz-box-shadow: 0px 10px 10px 0px rgba(66, 68, 90, 0.36);
box-shadow: 0px 10px 10px 0px rgba(66, 68, 90, 0.36);
z-index:999;
}

/* Wygląd buttona w menu rozwijanym */

.dropit .dropdown-content span,
.dropit > .dropdown-content > a{
width:auto;
height:30px;
line-height:30px;
float:left;
display:block;
text-align:left;
cursor:pointer;
font-size:16px;
color:black;
border:none;
transition:all 0.2s;
}

.dropit .dropdown-content span:hover,
.dropit .dropdown-content span.current,
.dropit .dropdown-content a:hover,
.dropit .dropdown-content a.current{
transition:all 0.2s;
color:white;
}

/* Wywołanie menu rozwijanego, żeby się pojawiło */

.dropit:hover .dropdown-content{
display:initial;
}

/* Menu rozwijane end */


.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;
}

.detail a:hover{
text-decoration:underline;
}

.dbg1{
padding-left:26px;
background: url('img/ico-point.png') no-repeat left center;
}

.dbg2{
padding-left:30px;
background: url('img/ico-phone.png') no-repeat left center;
}

.dbg3{
padding-left:31px;
background: url('img/ico-envelope.png') no-repeat left center;
}

.bottom-details{
float:left;
clear:left;
}

.dbg11{
padding-left:44px;
background: url('img/ico2-point.png') no-repeat left center;
clear:left;
margin-top:8px;
color:#777;
}

.dbg22{
padding-left:48px;
background: url('img/ico2-phone.png') no-repeat left center;
clear:left;
margin-top:8px;
color:#777;
}

.dbg33{
padding-left:49px;
background: url('img/ico2-envelope.png') no-repeat left center;
clear:left;
margin-top:8px;
color:#777;
}

.dbg44{
padding-left:49px;
background: url('img/ico2-hours.png') no-repeat left center;
clear:left;
margin-top:8px;
color:#777;
}

.dbg11 a, .dbg22 a, .dbg33 a, .dbg44 a{
color:#777;
}

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

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

a
{
  color: black;
}

*
{
  line-height: 1.25em;
}

.img img
{
  display: block;
}

*:focus
{
  outline: none;
}

/* headlines */

.headline
{
  
  font-weight:200;
  font-size:42px;
  margin-bottom: 0.5em;
  text-align:center;
  color:#e3bc71;
  width:100%;
  box-sizing:border-box;
  padding:0 21%;
  line-height:50px;
}

.headline a
{
  color: black;
}

.headline-product
{
  font-weight: 200;
  font-size: 40px;
  margin-bottom: 1em;
  margin-top: 0.5em;
  text-transform: uppercase;
  color: #e3bc71;
  width:100%;
  padding-bottom:20px;
  border-bottom:1px solid #e3bc71;
}

.headline-product a
{
  color: black;
}

.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: 400;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  text-transform: initial;
  color: black;
  font-family: 'Source Sans Pro', arial, tahoma;
}

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

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

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

/* headlines end */

/* buttons */

.button
{
  float: left;
  width: auto !important;
  color: black !important;
  background: none !important;
  border: 1px solid #e7ba65 !important;
  height: 38px !important;
  line-height: 38px !important;
  padding: 0 1.25em !important;
  box-sizing: border-box;
  text-transform: initial;
  text-align: center;
  cursor: pointer;
  border-radius: 19px;
  font-weight:300;
  font-family: 'Source Sans Pro', arial, tahoma;
  font-size:16px;
  transition:all 0.2s;
}

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

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

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

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

/* buttons end */

form img,
.std-form img{
border:none;
}

/* header */

.user-box
{
  background: black;
  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;
}

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

header
{
  float: left;
  width: 100%;
  position: relative;
}

.account
{
  float: right;
  background: black;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.account p
{
  height: 42px;
  line-height: 42px;
  float: left;
  padding-left: 64px;
  font-size: 1.125em;
  font-weight: bold;
  text-transform: initial;
  background: url('img/account-icon.png') no-repeat left top;
  cursor: pointer;
  color: #fff;
}

.account p.open
{
  background-position: left -42px;
}

.account div
{
  height: 42px;
  border-left: 1px solid #fff;
  margin-left: 35px;
  float: left;
}

.account div a
{
  font-size: 0.875em;
  margin-left: 20px;
  float: left;
  text-transform: initial;
  line-height: 42px;
  color: #fff;
}

.account div .current
{
  font-weight: bold;
}

.cart
{
  float: right;
  clear: right;
  padding: 17px 0 17px 83px;
  height: 34px;
  background: url('img/cart-icon.png') no-repeat left top;
}

.cart p
{
  float: left;
  line-height: 34px;
  font-size: 1.125em;
}

.cart .button
{
  margin-left: 15px;
}

.tbaccount{
height:30px;
line-height:30px;
float:right;
margin-top:15px;
margin-right:28px;
padding-left:29px;
background: url('img/ico-my-account.png') no-repeat left center;
font-size:0.8em;
cursor:pointer;
color:black;
}

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

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

/* Menu */

.menu
{
  height: 30px;
  margin-top:0px;
  float:left;
  width:100%;
}

.menu .lr
{
  display: none;
}

.menu .hr
{
  float: left;
  width: 100%;
  margin-top:20px;
  background:#e3bc71;
  padding-bottom:3px;
  padding-top:8px;
}

.menu .hr a,
.menu .lr > p
{
  height: 30px;
  line-height: 30px;
  float: left;
  padding: 0 19px;
  font-size: 18px;
  cursor: pointer;
  color: black;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom:1px solid #e3bc72;
  transition:all 0.2s;
}

.menu .hr a:hover,
.menu .hr a.current,
.menu .lr > p
{
  border-bottom:1px solid white;
  color:white;
  transition:all 0.2s;
}

.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: black;
  font-size: 3em;
  padding-left: 1em;
  margin-bottom: 0.4em;
  line-height: 1.1em;
  background: url('img/close2.png') no-repeat left 12px;
  cursor: pointer;
}

.mb-menu ul a 
{
  display: block;
  color: black;
  font-size: 20px;
  padding: 4px 20px 4px 0;
  border-bottom:1px solid black;
}

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

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

.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;
}

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

.slogan{
width:770px;
float:left;
margin:-80px 0 0 calc(50% - 385px);
background:url('img/creamy-trans.png') repeat;
border:4px solid #fdf5db;
padding:20px 0px;
z-index:9999;
position:relative;
transform: translate3d(20px, 0px, 200px);
}

#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: 'Source Sans Pro', arial, tahoma;
color:#381200;
font-size:2.5em;
font-weight:bold;
}

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

.homepage{
width:70%;
float:left;
padding:0px 0px;
margin:0 0 0 15%;
}

.hpl{
float:left;
width:35%;
}

.hpl img{
width:100%;
float:left;
}

.hpr{
float:right;
width:60%;
}

.hpr p{
width:100%;
font-size:22px;
color:black;
text-align:left;
line-height:30px;
font-weight:300;
}

.ornament{
width:100%;
float:left;
text-align:center;
padding:20px 0px;
}

.ornament img{
max-width:90%;
}

.hptitle{
width:100%;
float:left;
text-align:center;
font-size:1.3em;
color:#171717;
padding:30px 0px;
font-weight:bold;
}

/* bjqs slider styles */

.centerit{
text-align:center;
}

#bjqsslider{
width:80%;
display:inline-block;
margin:30px 0 50px 0px;
overflow:visible;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:visible; display:none;}
li.bjqs-slide{position:absolute; display:none; padding:15px; box-sizing:border-box; border:1px solid #e7ba65;}
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:78px;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:-90px; color:white; font-size:3em; background:url('img/arrow-right.png') no-repeat right center; line-height:45px;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:-90px; color:white; font-size:3em; background:url('img/arrow-left.png') no-repeat left center; 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:260px!important;
height:260px!important;
margin-left:0px;
float:left;
}

.underimg{
width:calc(100% - 300px);
float:right;
margin:0 0 0 0;
z-index:200;
position:relative;
}

.uimgtogether{
float:left;
width:100%;
margin-top:20px;
}

.mini-line{
width:65px;
height:2px;
background:#ceb58f;
float:left;
clear:left;
margin-right:calc(100% - 70px);
margin-top:20px;
}

.uimgname{
float:left;
font-size:34px;
font-weight:300;
line-height:40px;
margin:0 0 0 0;
padding:0 0 0 0;
width:100%;
text-align:left;
}

.uimgprice{
float:left;
width:47%;
margin:0 3% 0 0;
padding:0 0 0 0;
font-size:16px;
line-height:22px;
color:black;
font-weight:300;
text-align:left;
}

.uimgdesc{
width:100%;
float:left;
margin-top:20px;
}

.uimgdesc p{
width:100%;
float:left;
text-align:left;
font-size:16px;
font-weight:300;
color:black;
line-height:22px;
margin:0px;
padding:0px;
}

.uimgmore{
float:left;
height:35px;
line-height:35px;
margin:20px 0 30px 0;
width:125px;
box-sizing:border-box;
border-radius:18px;
background:url('img/arrow.png') no-repeat right 15px center white;
color:black;
font-size:16px;
font-weight:300;
text-align:left;
text-indent:25px;
border:1px solid #e3bc71;
transition:all 0.2s;
}

.uimgmore:hover{
transition:all 0.2s;
background:url('img/arrow.png') no-repeat right 25px center white;
}

/* bjqs slider end */

.compare,
.stash
{
  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,
a.stash
{
  background-position: left -40px;
}

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

.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 black;
  width:100%;
  color:black;
  display:none;
}

.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
{
  float: left;
  width: 100%;
  background: #e7e7e7;
  color: #fff;
  text-transform: initial;
  padding: 60px 0 60px 0;
  margin-top:55px;
}

footer a
{
  color: black;
}

footer a:hover
{
  text-decoration: underline;
}

footer ul
{
  float: left;
  margin-right: 20px;
}

footer li,
footer p
{
  font-size:16px;
  line-height:24px;
  color:black;
  text-align:left;
  font-weight:300;
}

footer p
{
  float: left;
}

footer p img
{
  vertical-align: middle;
}

.footer-insider{
width:100%;
float:left;
padding:0px 0px;
text-align:left;
}

.footer-container{
width:auto;
display:inline-block;
padding-right:70px;
padding-left:0px;
min-height:420px;
}

.fctitle{
float:left;
font-size:22px;
font-weight:300;
color:black;
margin-bottom:15px;
text-align:left;
}

.fline{
width:44px;
height:2px;
background:#e3bc71;
float:left;
clear:left;
margin-bottom:44px;
}

.bottom-menu{
float:left;
clear:left;
}

.bottom-menu a{
font-size:16px;
color:black;
font-weight:300;
text-transform:uppercase;
}

.bottom-details{
font-size:16px;
line-height:24px;
font-weight:300;
color:black;
text-align:left;
}

.lastfc{
float:right;
border-right:0px;
min-width:300px;
text-align:center;
padding-right:15px;
}

.fctl{
width:100%;
text-align:center;
}

.social{
float:left;
clear:left;
text-align:left;
}

.footer-container .social-media a {
float: left;
margin-left: 0px;
margin-right: 9px;
}

.abus{
width:32%;
padding-right:0px;
}

.lastfc p{
clear:left;
}

.lwr{
clear:left;
}

.ctl{
width:100%;
text-align:center;
}

.brownie{
width:100%;
min-height:80px;
float:left;
background:black;
margin-top:35px;
}

#copyright,
#webcat{
float:left;
height:80px;
line-height:80px;
font-size:16px;
color:black;
font-weight:200;
}

#webcat{
float:right;
margin-right:20px;
}

#copyright{
margin-left:20px;
}

/* footer end */

/* general */

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

main
{
  float: left;
  width: 100%;
}

.whole{
	width:100%;
}

.section
{
  background: #fff;
  float: left;
  padding: 0px;
  width: 100%;
  margin-bottom: 1.5em;
}

.bordered-section
{
  border: 0px solid black;
  float: left;
  padding: 0px;
  width: 100%;
  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: 100%;
}

/* 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 black;
}

.collapsible div:hover
{
  background: black;
}

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

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

.collapsible .current
{
  background: black !important;
}

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

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

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

/* categories end */

/* newsletter */

.newsletter
{
  display:inline-block;
  width: auto;
  margin-bottom: 1.875em;
  margin-left:0;
  margin-right:0;
}

.newsletter li.nl1
{
  float: left;
  font-size: 16px;
}

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

.newsletter li.nl1 input
{
  width: 215px;
  padding: 0px 20px;
  border:1px solid #ceb58f;
  border-radius:18px;
  height:35px;
  line-height:35px;
  padding:0px 20px;
  box-sizing:border-box;
  color: black;
  background:none;
  margin-top:25px;
  font-size: 16px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
}

/*
.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;
} 
*/

.newsletter .uimgmore{
text-indent:10px;
background:url('img/arrow.png') no-repeat right 15px center;
font-size: 16px;
font-family: 'Source Sans Pro';
}

.newsletter .uimgmore:hover{
background:url('img/arrow.png') no-repeat right 25px center;
}

.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;
  font-size: 16px;
  font-weight: 300;
  color: black;
}

.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 #e7ba65;
  border-radius:20px;
  font-size:16px;
  color:black;
  font-weight:300;
  font-family: 'Source Sans Pro', arial, tahoma;
  text-indent:25px;
}

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

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

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

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

.std-form .checkbox a
{
  text-transform: initial;
  font-weight: 400;
  color: black;
}

.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:#e3bc71!important;
  color:white!important;
}

/* forms end */

/* messages */

.errors,
.notices
{
  clear: both;
  margin-bottom: 20px;
  color: #fff;
  padding: 10px;
  width:80%;
  position:fixed;
  top:100px;
  left:10%;
  z-index:99999;
  box-sizing:border-box;
}

.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;
  margin-bottom:20px;
}

.errors li:last-child,
.notices li:last-child{
margin-bottom:0;
}

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

.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 */

.date
{
  display: inline-block;
  background: white;
  color: #e3bc71;
  font-size: 0.875em;
  padding: 3px 8px;
  line-height: 20px;
  margin-bottom: 1.5em;
  border:1px solid #e3bc71;
  border-radius:15px;
}

.news-list li
{
  float: left;
  width: 23.04%;
  margin: 0 1.96% 1.5em 0;
}

.news-list .img img
{
  width: 100%;
  margin-bottom: 1em;
}

.news-list h2
{
  font-weight: bold;
  font-size: 1.125em;
  height: 2.25em;
  overflow: hidden;
  text-transform: initial;
  margin-bottom: 0.5em;
}

.news-list h2 a
{
  color: black;
}

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

.news-list .ed
{
  height: 5em;
  overflow: hidden;
  margin-bottom: 1em;
}

/* list end */

/* news 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 */

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

.box-list li
{
  float: left;
  width: calc(33.33% - 40px);
  margin: 0 0 1.5em 30px;
  padding-bottom:20px;
  box-sizing:border-box;
}

.box-list .img
{
  display: block;
  width:100%;
  float:left;
  box-sizing:border-box;
  padding:0px;
  margin:0px;
}

.box-list .img img
{
  width: 100%;
  box-sizing:border-box;
  border:1px solid #e7ba65;
  float:left;
}

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

.box-list h2
{
  font-size: 28px;
  height: 2.5em;
  margin-bottom: 0px;
  overflow: hidden;
  text-transform: initial;
  font-weight: 300;
  color: #e3bc71;
  text-align:center;
  font-weight:400;
  margin-top:22px;
  float:left;
  width:100%;
  box-sizing:border-box;
  padding:0px 20px;
}

.box-list h2 a{
float:left;
text-align:center;
font-weight: 300;
color: #e3bc71;
transition:all 0.2s;
width:100%;
 box-sizing:border-box;
}

.box-list h2 a:hover
{
cursor:pointer;
color:black;
transition:all 0.2s;
}

.box-list .price{
width:100%;
font-size:16px;
font-weight:300;
margin:0px;
padding:0px;
float:left;
text-align:center;
}

.price strong
{
  font-size: 16px;
  color: black;
  font-weight:600;
  display: inline-block;
  margin-bottom: 0.25em;
}

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

.centered-detail{
width:100%;
display:inline-block;
text-align:center;
font-size:16px;
color:black;
font-weight:300;
padding:0px;
margin-top:10px;
}

.listmore{
float:left;
width:125px;
height:36px;
float:left;
color:black;
border:1px solid #e7ba65;
border-radius:18px;
text-align:left;
line-height:36px;
font-size:15px;
font-weight:300;
margin-left:calc(50% - 62.5px);
margin-top:23px;
background:url('img/arrow.png') no-repeat right 15px center;
transition:all 0.2s;
text-indent:30px;
}

.listmore:hover{
transition:all 0.2s;
background:url('img/arrow.png') no-repeat right 30px center;
}

.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: black;
  border-radius:4px;
}

.cart-button:hover,
.ask-button:hover
{
  background: #c60000;
}

.cart-button span,
.ask-button span
{
  /*display: inline-block;
  height: 44px;
  line-height: 44px;
  text-transform: initial;
  font-size: 16px;
  font-weight: 300;*/
}

.cart-button span
{

}

/* 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;
}

.img .overlay
{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5) url('img/hover.png') no-repeat center center;
  z-index: 2;
}

.img:hover .overlay
{
  display: block;
}

.box-labels{
position: absolute;
left: 0px;
top: 0px;
z-index:1;
background:transparent!important;
}

.img .reserved,
.img .promotion,
.img .price-cut
{
  width: 129px!important;
  height: 30px!important;
  border: none!important;
  float: left;
  clear: left;
  margin-bottom:4px;
  /*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:black;
line-height:0.9em;
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: 100%;
}

.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: 100%;
  transition:all 0.2s;
}

.thumbs li img:hover{
transition:all 0.2s;
filter:brightness(120%);
}

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

.product .price
{
  float: left;
  width: 100%;
  text-align:left;
  padding: 4px 0px;
  margin-bottom: 1.25em;
  font-size:16px;
  font-weight: 300;
}

.product .price strong
{
  font-size: 16px;
  font-weight: 600;
}

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

.product .data
{
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

.product .data p
{
  font-size:16px;
  margin-bottom: 2px;
  padding: 4px 0px;
  color: black;
  font-weight: 600;
}

.product .data p span
{
  text-transform: initial;
  color: #462107;
  font-weight: 300;
  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:left!important;
  width:220px!important;
  height:44px;
  line-height:44px;
  box-sizing:border-box;
  border-radius:22px;
  border:1px solid #e3bc71;
  cursor: pointer;
  clear: both;
  font-size:17px!important;
  color:black;
  font-weight:200!important;
  background:url('img/arrow.png') no-repeat right 30px center white!important;
  text-indent:30px;
  text-align:left!important;
  font-family: 'Source Sans Pro', arial, tahoma!important;
  transition:all 0.2s;
}

.cart-button{
width:70%;
max-width:260px;
float:left!important;
font-size:1.4em;
}

.product-quantity .cart-button:hover,
.product-quantity .ask-button:hover{
transition:all 0.2s;
background:url('img/arrow.png') no-repeat right 50px center white!important;
}

.product-quantity input
{
  width: 32px;
  height: 28px;
  padding: 0 4px;
  line-height: 20px;
  float: left;
  margin: 12px 1.25em 24px 0;
  border: 1px solid #e7ba65;
  border-radius:14px;
  text-align:center;
}

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

.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: 20px;
  font-weight: 300;
  text-transform: initial;
  line-height: 24px;
  padding: 10px 20px;
  margin-right: 2px;
  background: white;
  color: black;
}

.tab-nav li:hover,
.tab-nav .current
{
  background: #f6f6f6;
  cursor: pointer;
  color: black;
}

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

.tabs .current{
  background:#f6f6f6;
}

.tab .ed p,
.tab p{
line-height:28px;
}

.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: 300;
  padding: 15px;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
}

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

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

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

.list-table .action
{
  font-size: 1.125em;
  font-weight: 400;
  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: 28px;
  margin-bottom: 0.5em;
  margin-top:45px;
}

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

.path .current
{
  color: #eac37a;
}

.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: 400;
}

.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;
}

.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: black;
  line-height: 34px;
  padding: 0 20px;
  cursor: pointer;
}

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

/* 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: black;
  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;
}

.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: black;
}

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

.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 */

/* cookies box */
.cookies-box
{
  background: #fff;
  background:rgba(255,255,255,0.9);
  border:1px solid #f4f4f4;
  max-width:280px;
  padding:10px;
  padding-bottom:0;
  position:fixed;
  bottom:10px;
  right:10px;
  z-index:99;
  font-size:0.875em;
}

.cookies-box .ed
{
  float:left;
}

.cookies-box a
{
  color:#008e0d;
}

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

/* cookies box 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%;
box-sizing:border-box;
border:1px solid #e7ba65;
}

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

.movie{
width:100%;
display:inline-block;
z-index:-11;
margin:0;
padding:0;
}

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

.swimming-bar .social-media,
.swimming-bar .details{
margin-top:-30px;
}

/* end of additional styles */

.make-space{
width:100%;
display:inline-block;
height:50px;
}

.askit{
font-size:22px;
color:#e3bc71;
margin-bottom:20px;
font-weight:300;
}

.indentit{
padding-left:20px;
text-transform:none!important;
}

.downit{
margin-left:8px;
display:inline-block;
}

.dwhite{
display:none;
}

.dblack{
display:inline-block;
}

.menu .hr a:hover .dwhite{
display:inline-block;
}

.menu .hr a:hover .dblack{
display:none;
}

#closeit{
width:30px;
height:30px;
position:absolute;
right:5px;
top:5px;
background:url('img/close-white.png') no-repeat center center;
background-size:cover;
cursor:pointer;
}

#ask-mobile{
display:none;
}

/* 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%;
  }
  
  .search li{
    width:100px;
  }
  
  .abus{
  width:25%;
  padding-right:0px;
  }
  
  .footer-container{
  min-height:450px;
  }
  
}

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

.log1 input, 
.log2 input{
width:100px;
}

.log1,
.log2{
width:140px;
}

.login-form .submit-box input, .logout{
width:120px;
}

}

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

.bjqs li .uimgdesc{
display:none;
}

}

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

  .footer-container{
  width:auto;
  float:left;
  padding-right:50px;
  padding-left:0px;
  box-sizing:border-box;
  min-height:450px;
  }
  
  .fc1{
  width:30%;
  }
  
  .fc2{
  width:30%;
  }

  .abus{
  width:40%;
  padding-right:0px;
  }
  
  .lastfc{
  float:left;
  padding-right:50px;
  min-height:100px!important;
  }
  
}

@media screen and (max-width: 1200px)
{  
  .std-form li
  {
    width: 31.37%;
    margin-right: 1.96%;
  }
  
  .filters li
  {
    width: 23.04%;
  }

/* 
.search{
margin-left:20px;
width:100px;	
}

.search li{
width:calc(100% - 22px);
}

.search input{
width:100%;
}

.search .submit-box {
width:19px;
} 
*/

.login-form,
.login-info{
clear:left;
margin-left:0px;
margin-top:20px;
}

.righttop{
position:relative;
}

.basket-box{
position:absolute;
right:0px;
top:0px;
}

}

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

}

@media screen and (max-width: 1000px)
{
  aside
  {
    display: none;
  }
  
  main
  {
    width: 100%;
  }
  
  /*.search
  {
    width:25px;
	margin-left:0;
	position: static;
    float: right;
    width: auto;
  }
  
  .search li
  {
    display: none;
  }
  
  .search .submit-box
  {
    display: block;
  }
  
  .search .submit-box input
  {
    border: 0 none;
  }
  */
  
  .filters li
  {
    width: 31.37%;
  }

/*  
.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 black;
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;
}
*/

footer{
margin-top:85px;
}

.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;
}

.top-stripe{
display:none;
}

.swimming-bar{
display:table;
}

.swimming-bar .details{
margin-right:0px;
}

.swimming-bar .details a{
margin-left:5px;
color:white;
}

.swimming-bar .details a:hover{
color:white;
}

.swimming-bar .d1{
display:none;
}

  .menu .hr
  {
    display: none;
  }
  
  .menu .lr
  {
    display: block;
	margin-top:5px;
  }
  
  .righttop .menu{
	display:none;
  }
  
  .top-2{
	margin-top:40px;
  }
  
  .homepage{
  width:100%;
  margin:0 0 0 0;
  }
  
.box-list li,
  .news-list li,
  .compare-list li
  {
    width: calc(50% - 45px);
  }
  
  .product figure
  {
    width: 40%;
  }
  
  .product .price span
  {
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
  }
  
  .property-list li
  {
    width: 48%;
    margin-right: 2%;
  }
  
  /* Slider mobilny */
  
#bjqsslider{
width:100%;
}

ul.bjqs-controls.v-centered li.bjqs-next a{right:20%; color:white; font-size:3em; background:url('img/arrow-right.png') no-repeat right center; line-height:45px; top:105%!important;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:20%; color:white; font-size:3em; background:url('img/arrow-left.png') no-repeat left center; line-height:45px; top:105%!important;}

}

@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%;
}

.dec-txt{
font-size:32px;
line-height:32px;
}
	
}


@media screen and (max-width: 830px)
{
.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;
}
}

@media screen and (max-width: 800px)
{
  .property-list,
  .product-quantity
  {
    width: 100%;
  }
  
  .features,
  .half-desc
  {
    width: 100%;
    margin-right: 0;  
  }
  
  .tabs .tab-nav li
  {
    margin-bottom: 0px;
  }
  
  /* 
  header .logo
  {
    margin-top: 10px;
    max-width: calc(100% - 420px);
  }
  
  .logo img
  {
    display: block;
    width: 100%;
  }
  */
  
  .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;
  }

.righttop .login-form,
.righttop .login-info{
display:none;
}

.righttop .search{
display:none;
}

.d0{
display:initial;
}

.user-links{
display:initial;
}

.uimgprice{
width:100%;
margin:0 0 0 0;
}

.uimgname{
font-size:24px;
line-height:26px;
}

}

@media screen and (max-width: 700px){
.footer-container{
  float:left;
  padding-right:30px;
  padding-left:0px;
  box-sizing:border-box!important;
  min-height:380px;
  }
  
  .fc1{
  width:50%;
  }
  
  .fc2{
  width:50%;
  }

  .abus{
  width:50%;
  padding-right:30px;
  }
  
  .lastfc{
  width:50%;
  padding-right:30px;
  min-width:100px;
  }
}


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

}

@media screen and (max-width: 600px)
{
  .box-list li,
  .news-list li
  {
    width: 100%;
	margin-left:0px;
	margin-right:0px;
  }
  
  .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%;
  }	
  
.dec-left,
.dec-right{
width:100%;
background:url('img/ornament1.png') no-repeat center center;
background-size:50% auto;
}

.dec-txt{
width:100%;
max-width:none;
margin-left:0;
margin-right:0;
}

#bjqsslider,
.bjqs-wrapper,
.bjqs,
.bjqs-slide{
min-height:500px!important;
}

#bjqsslider .uimgname{
font-size:18px;
line-height:21px;
}

.underimg{
width:100%;
float:left;
clear:both;
margin:20px 0 0 0;
}

.bjqs img{
margin-left:calc(50% - 130px);
}

#bjqsslider .uimgprice:first-child{
float:left;
width:65%
}

#bjqsslider .uimgprice:last-child{
float:left;
width:33%
}

.mini-line{
margin-top:10px;
}

.uimgtogether{
margin-top:10px;
}

.uimgmore{
margin-top:10px;
}

.footer-container{
  float:left;
  padding-right:0px;
  padding-left:0px;
  box-sizing:border-box!important;
  min-height:100px;
  margin-bottom:50px;
  }
  
  .fc1{
  width:100%;
  }
  
  .fc2{
  width:100%;
  }

  .abus{
  width:100%;
  padding-right:0px;
  }
  
  .lastfc{
  width:100%;
  padding-right:0px;
  margin-bottom:0px;
  min-width:100px;
  }
  
  .fline{
  margin-bottom:20px;
  }
  
  footer{
  padding-bottom:20px;
  }
  
}

@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 black;
    float: left;
    padding: 20px 2%;
    width:96%;
    margin-bottom: 1.5em;
}

.list-table td,
.list-table th
{
padding:4px;
font-size:0.8em;	
}

#ask-desktop{
display:none;
}

#ask-mobile{
display:block;
}

}

@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;
  }

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

  
}

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

.logo-sec{
width:90%;
float:left;
margin-left:5%;
}

header .logo
  {
    width: 100%;
    max-width: none;
  }

header .logo img{
width:100%;
}

.basket-box{
position:relative;
width:100%;
float:left;
clear:both;
margin-top:8px;
}

.righttop{
width:100%;
}

.user-links{
float:left;
margin-right:0px;
margin-top:7px;
margin-bottom:15px;
width:100%;
}

.cleft{
float:left!important;
clear:none;
}

.linfo{
margin-top:0px;
}
	
}

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

}

/* media queries end */

/* facebox */

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

/* facebox end */
