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

html
{
  background: #000;
}

body
{
	--main-theme-color: #0061ce;
	--columncalc: calc(1 / var(--columns) * 100% - (var(--columns) - 1) / var(--columns) * var(--gap));	
  font-family: 'Open Sans', arial;
  background: #fff;
  color: #000;
  font-size: 16px;
  float: left;
  width: 100%;
}

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

.clamp
{
  max-width: 1980px;
  padding: 0 1%;
  margin: 0 auto;
  width: 98%;
}

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

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

a
{
  color: #0061ce;
}

*
{
  line-height: 1.25em;
}

.img img
{
  display: block;
}

*:focus
{
  outline: none;
}

/* New styles */

.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:#0061ce;
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 10px 0px;
background:linear-gradient(45deg, white 50%, #ededed 50%);
}

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

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

.righttop{
width:calc(100% - 357px);
float:right;
margin-top:12px;
}

.search-field{
float:left;
}

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

.search li
{
  float: left;
  width: 220px;
  height:44px;
  line-height:44px;
  border-width:1px 0px 1px 1px;
  border-style:solid;
  border-color:#0061ce;
  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:#0061ce;
  border-radius:0px 44px 44px 0px;
  background:#0061ce;
}

.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-white.svg') no-repeat left 5px 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);
}

.search .hints
{
  position: absolute;
  background: #fff;
  border: 1px solid #0061ce;
  border-radius: 44px;
  left: 0;
  top: 47px;
  width: 300px;
  float: left;
  padding: 15px 20px;
  font-size: 0.875em;
  z-index: 100;
}

.search .hints a
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.search .hints img
{
	float: left;
	margin-right: 20px;
	max-width: 75px;
}

.search .hints strong
{
	display: block;
}

.inscription{
height:44px;
line-height:44px;
text-align:left;
color:#0061ce;
font-size:29px;
font-style:italic;
clear:left;
float:left;
margin-top:24px;
font-family:'Great Vibes';
}

.login-form{
float:right;
clear:right;
margin-top:20px;
}

.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 #0061ce;
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:#0061ce;
height:44px;
line-height:40px;
background:url('img/arrow-white.png') no-repeat #0061ce;
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 #000000;
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 #0061ce;
border-radius:44px;
font-weight:300;
background:white;
}

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

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


.user-links a{
box-sizing:border-box;
background:#0061ce;
height:34px;
line-height:34px;
background:#0061ce;
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:#000000;
}

.banner-new-desktop{
float:left;
width:100%;
margin-bottom:40px;
margin-top:-17px;
}
				
.banner-new{
float:left;
width:100%;
margin-bottom:40px;
margin-top:-17px;
display:none;			 
}

/* New styles END */

/* headlines */

.headline
{
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #0061ce;
  text-align: center;
}

.headline a
{
  color: #0061ce;
}

.section-headline
{
  font-weight: 500;
  font-size: 1.55em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #0061ce;
}

.heading
{
  font-weight: normal;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #0061ce;
}

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

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

.section-heading
{
	font-size: 2.5em;
	padding-bottom: 35px;
	margin-bottom: 35px;
	text-transform: uppercase;
	font-weight: bold !important;
}

.section-heading:after
{
	content: '';
	display: block;
	border-bottom: 2px solid #0061ce;
	width: 42px;
	position: relative;
	top: 35px;
}

/* headlines end */

/* buttons */

.button
{
  float: left;
  width: auto !important;
  color: #fff !important;
  background: #0061ce !important;
  border: 0 none !important;
  height: 2.125em !important;
  line-height: 2.125em !important;
  padding: 0 1.25em !important;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  border-radius:40px;
  padding-left:20px;
  padding-right:20px;
  transition:all 0.2s;
}

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

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

.button:hover
{
  background: #3091ff !important;
}

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

header .logo
{
  float: left;
  margin-top: -15px;
}

header .logo img{
width:240px;
}

/* buttons end */

/* header */

/*

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

.user-box a,
.user-box p
{
  float: right;
  text-transform: uppercase;
  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: uppercase;
  width: auto;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
}

header
{
  float: left;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}

header .logo
{
  float: left;
  margin-top: 50px;
}

.account
{
  float: right;
  background: #000;
  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: uppercase;
  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: uppercase;
  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;
}

.search
{
  position: absolute;
  width: 30%;
  left: 35%;
  top: 60px;
}

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

.search .submit-box
{
  width: 70px;
  margin-left: -1px;
  position: relative;
}

.search input
{
  border: 1px solid #eee;
  padding: 19px 25px;
  height: 30px;
  line-height: 30px;
  font-size: 1.5em;
  font-weight: bold;
  width: calc(100% - 52px);
  display: block;
  border-right: 0 none;
  text-transform: uppercase;
  color: #000;
}

.search .submit-box input
{
  height: 70px;
  width: 70px;
  border-left: 0 none;
  border-right: 1px solid #eee;
  background: url('img/magnify.png') no-repeat center center;
}

*/

.menu
{
  background: #000;
  min-height: 50px;
  width:100%;
  clear: both;
  margin-bottom: 30px;
  float:left;
}

.menu li
{
  float: left;
}

.menu .wrapper
{
  position: relative;
}
.menu .clamp
{
  position: relative;
}

.menu ul > li > div
{
  display: none;
}

.menu li:hover > div
{
  display: block;
  position: absolute;
  z-index: 10;
  top: 50px;
  background: #000;
  width: 98%;
  left: 1%;
  padding-bottom: 10px;
  min-height: 100px;
}

.menu ul ul
{
  float: left;
  max-width: 200px;
  margin-right: 20px;
  color: #fff;
}

.menu ul ul a
{
  color: #fff;
  height: auto;
  font-size:10pt;
  line-height:24px;
  margin-top:10px;
  padding:0px 10px 0px 29px;
  background:url('img/befb.png') no-repeat 10px center;
}

.menu .recommended
{
  float: left;
  width: 200px;
  margin-right: 30px;
}

.menu .recommended a
{
  display: block;
  margin-bottom: 20px;
  text-align: left;
  padding: 0;
  height: auto;
}

.recommended p
{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.125em;
  color: #fff;
  text-transform: uppercase;
}

.recommended img
{
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.menu ul ul li
{
  float: none;
  display: block;
}

.menu ul ul li a
{
  display: block;
}

.menu ul ul ul
{
  left: 100%;
  top: 0 !important;
}

.menu a
{
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 0.85em;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-weight: 300;
}

.menu a:hover,
.menu a.current
{
  background: #0061ce;
  color: #fff;
}

/*

.menu .lr
{
  display: none;
}

.menu .hr
{
  float: left;
}

.menu .hr a,
.menu .lr > p
{
  height: 50px;
  line-height: 50px;
  float: left;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 1.05em;
  cursor: pointer;
  color: #fff;
}

.menu .hr a:hover,
.menu .hr a.current,
.menu .lr > p
{
  background: #0061ce;
  color: #fff;
}

.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: uppercase;
  color: #0061ce;
  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: #0061ce;
  font-size: 1.9em;
  padding: 8px 50px 8px 0;
}

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

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

*/

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

.compare,
.stash
{
  display: none;
  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: -15px;
  margin-bottom: 15px;
  font-size: 0.875em;
  text-transform: uppercase;
}

.bread-crumbs strong
{
  font-weight: normal;
}

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

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

/* header end */

/* footer */

footer
{
  float: left;
  width: 100%;
  background: black;
  color: #fff;
  text-transform: initial;
  padding: 60px 0 60px 0;
  margin-top: 0px;
}

footer a
{
  color: white;
  font-weight:300;
}

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

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

footer li,
footer p
{
  font-size:16px;
  line-height:24px;
  color:white;
  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;
float:left;
padding-right:70px;
padding-left:0px;
min-height:420px;
}

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

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

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

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

.bottom-details{
float:left;
width:100%;
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:50%;
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:40px;
line-height:40px;
font-size:13px;
color:black;
font-weight:200;
}

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

#copyright{
margin-left:20px;
}

#webcat a{
color:black;
}

.fc1{
width:calc(25% - 70px);
}

.fc2{
width:calc(25% - 70px);
}
/* footer end */

/* general */

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

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

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

.bordered-section
{
  border: 1px solid #eee;
  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%;
}

.pane
{
	background: #f2f2f3;
	padding: 65px 0;
	margin-bottom: 80px;
}

/* general end */

/* categories */

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

.menu + .collapsible
{
  display: none;
}

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

.collapsible div
{
  float: left;
  width: calc(100% - 2.5em);
  padding: 1em 1.25em;
  background: #000;
  margin-bottom: 2px;
  cursor: pointer;
}

.collapsible div:hover
{
  background: #0061ce;
}

.collapsible a
{
  font-size: 1.125em;
  text-transform: uppercase;
  color: #fff;
}

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

.collapsible .current
{
  background: #0061ce !important;
}

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

.collapsible ul ul div
{
  padding-left: 45px;
  width: calc(100% - 65px);
  background:#004088;
}

.collapsible .tree-tab
{
background: #0061ce;
float: right;
margin-left: 10px;
text-align: center;
margin-top: 15px;
border-radius: 100%;
padding:10px!important;
width:14px;
height:14px;
line-height:14px;
}

.collapsible ul ul ul div
{
  padding-left: 55px;
  width:calc(100% - 75px);
  background:#002a59;
}

.justtest .tree-tab{
background: #0061ce;
float: right;
margin-left: 10px;
text-align: center;
margin-top: 15px;
border-radius: 100%;
padding:10px!important;
width:14px;
height:14px;
line-height:14px;
}

.justtest .tree-tab img,
.collapsible .tree-tab img{
float:right;
}

.shortened
{
  height: 1.25em;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* categories end */

/* newsletter */

.newsletter
{
  float: left;
  width: 100%;
  margin-bottom: 1.875em;
}

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

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

.newsletter input
{
  width: calc(100% - 20px);
  padding: 5px 10px;
  border: 0 none;
  display: block;
  height: 24px;
  line-height: 24px;
  text-transform: uppercase;
  background: #f6f6f6;
  color: #000;
}

.newsletter .submit-box input
{
  height: 34px;
  width: 34px;
  background: url('img/expand-dark.png') no-repeat center center #f6f6f6;
}

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

.std-form label
{
  display: block;
  margin-bottom: 5px;
  text-transform: none;
  font-weight: 300;
}

.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 #eee;
  font-weight: 300;
}

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

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

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

.std-form .checkbox input
{
  float: left;
  margin-right: 10px;
}

.std-form .checkbox a
{
  text-transform: uppercase;
  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: uppercase;
}

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

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

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

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

.date
{
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 0.875em;
  padding: 3px 8px;
  line-height: 20px;
  margin-bottom: 1.5em;
}

.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: uppercase;
  margin-bottom: 0.5em;
}

.news-list h2 a
{
  color: #0061ce;
}

.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: #f6f6f6;
  float: left;
  padding: 10px 20px;
  width: calc(100% - 40px);
  margin-bottom: 1em;
  font-weight: 300;
}

.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;
  font-weight: 300;
}

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

.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: 23.04%;
  margin: 0 1.96% 3.5em 0;
  box-sizing: border-box;
  padding: 0px;
}

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

.box-list .img img
{
  width: calc(100% - 12px);
  border: 1px solid #ccc;
  padding: 0px 5px;
}

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

.box-list h2
{
  font-size: 1.125em;
  height: 2.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
  font-weight: bold;
  font-weight: 600;
}

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

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

.price strong
{
  font-size: 25px;
  color: #0061ce;
  display: block;
  margin-bottom: 0.25em;
  font-weight: 500;
}

.price span
{
  font-size: 1.125em;
  color: #4e4e4e;
  text-decoration: line-through;
}

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

.box-list li .button:first-child{
float:left;
}

.box-list li .button:last-child{
float:right;
margin-right:1px;
}

.box-list .light-button{
background:white!important;
color:black!important;
outline:1px solid black!important;
border-radius:6px!important;
text-transform:none!important;
transition:all 0.2s;
}

.box-list .light-button:hover{
transition:all 0.2s;
background:black!important;
color:white!important;
}

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

.cart-button,
.ask-button
{
  float: left;
  width: 100%;
  padding: 13px 0;
  text-align: center;
  color: #0061ce;
  margin-bottom: 2px;
  background: white;
  box-sizing:border-box;
  border:1px solid #0061ce;
  border-radius: 15px;
  transition: all 0.2s;  
}

.cart-button:hover,
.ask-button:hover
{
  background: #0061ce;
  transition: all 0.2s;  
}

.cart-button span,
.ask-button span
{
  display: inline-block;
  height: 41px;
  line-height: 41px;
  font-size: 1.25em;
  font-weight: 400;
}

.cart-button span
{
  transition:all 0.2s;
  background: url('img/shopping-cart.svg') no-repeat left top;
  padding-left: 78px;
}

.cart-button:hover span{
background: url('img/shopping-cart-white.svg') no-repeat left top;
color: white;
transition:all 0.2s;
}


.cart-button-2{
height:55px;
line-height:55px;
float:left;
padding:0px 40px 0px 60px;
background: url('img/shopping-cart.svg') no-repeat left 12px top 12px;
color:#0061ce;
border:1px solid #0061ce;
border-radius:20px;
cursor:pointer;
background-size:33px auto;
transition:all 0.2s;
}

.cart-button-2:hover{
transition:all 0.2s;
background: url('img/shopping-cart-white.svg') no-repeat left 12px top 12px black;
background-size:33px auto;
color:white;
transform:scale(0.9);
}
/* 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: uppercase;
  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 > .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 #fff;
  margin-bottom: 1.5em;
}

.filters .section-headline
{
  color: #000;
}

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

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

/* overlay end */

/* product details */

.product figure
{
  float: left;
  width: 40%;
  margin: 0 2% 0 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%;
}

.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,
.product .price em
{
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0px;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  color: #0061ce;
}

.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: left;
  width: 100%;
}

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

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

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

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

.product-quantity input
{
  width: 30px;
  height: 22px;
  padding: 0 4px;
  line-height: 22px;
  float: right;
  margin: 23px 1.25em 24px 0;
  border: 1px solid #eee;
}

.product-quantity select
{
  width: auto;
  height: 68px;
  line-height: 68px;
  float: left;
  margin-right: 20px;
  padding: 0 10px;
  min-width: 291px;
  clear:both;
}

.product-quantity label
{
  float: right;
  line-height: 24px;
  margin-top: 23px;
  text-transform: uppercase;
  margin-right: 1.25em;
}

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

.rzetelna{
float:left;
max-width:200px;
border:0px;
}

.line{
width:100%;
float:left;
height:1px;
background:#ccc;
margin:20px 0px 10px 0px;
}

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

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

.tab-nav li
{
  float: left;
  font-size: 1.125em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  padding: 15px 20px;
  margin-right: 2px;
  background: #000;
  color: #fff;
}

.tab-nav li:hover,
.tab-nav .current
{
  background: #0061ce;
  cursor: pointer;
}

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

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

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

.bordered-section.basket-bs{
border:none;
padding:0px;
width:100%;
}

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

body .tns-outer
{
	padding: 0 50px !important;
	position: relative;
}

.tns-controls button
{
	border: 0 none;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	border: 0 none;
	background: transparent url('img/arrow.png') no-repeat center center;
	background-size: 100%;
	width: 30px;
	height: 60px;
	filter: brightness(0);
	font-size: 0;
}

.tns-controls button:first-child
{
	left: 0;
}

.tns-controls button:last-child
{
	right: 0;
	transform: rotate(180deg);
}

.tns-outer .box-list
{
	float: none;
}

.tns-outer .box-list li
{
	float: none;
	margin: 0;
}

.tns-inner .box-list div,
.tns-inner .box-list h2
{
	height: auto;
}

.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: 18px;
  font-weight: 400;
  color: #000;
  background: #fff;
  line-height: 34px;
  padding: 0 20px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid black;
}

.list-tabs > ul li:hover,
.list-tabs > ul li.current
{
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #0061ce;
  color: #0061ce;
  border-radius: 20px;
}

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

.boxes li
{
  float: left;
  width: 31%;
  margin: 0 3.5% 30px 0;
}

.boxes img
{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.boxes h3
{
  text-transform: uppercase;
  font-size: 1.25em;
}

#mobile-box
{
  display: none;
}

/* 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: uppercase;
  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: uppercase;
  margin-bottom: 0.75em;
  font-size: 1.125em;
}

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

.compare-list p span
{
  text-transform: uppercase;
  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;
  color: #000;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.sitemap a:hover
{
  background: #0061ce;
  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: uppercase;
  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: #000;
}

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

.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.95);
  border:1px solid #f4f4f4;
  width:50%;
  padding:30px;
  padding-bottom:0;
  position:fixed;
  top:150px;
  left:25%;
  z-index:99;
  font-size:0.875em;
  box-sizing:border-box;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 15px 0px rgba(66, 68, 90, 1);
}

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

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

.cookies-box .close
{
  float: right;
}

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

.cookies-box .management
{
	display: none;
}

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

.cookies-box .wrapit{
margin:20px 0px;
}

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

.management .save{
float:left;
}

.save,
.manage,
.close{
transition:all 0.2s;
border:1px solid #008e0d;
padding:5px 15px;
border-radius:3px;
}

.save:hover,
.manage:hover,
.close:hover{
transition:all 0.2s;
background:#008e0d;
color:white;
}

.cookie-toggle{
height:40px;
line-height:40px;
position:fixed;
bottom:0px;
left:50px;
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:999;
}

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

/* seo articles */

.product-article .wrapper,
.adv-article .wrapper
{
	box-sizing: border-box;
	padding: 0 105px;
}

.product-article .clamp,
.adv-article .clamp
{
	box-sizing: border-box;
	padding: 0 105px;
}

.product-article .head
{
	display: flex;
	margin-bottom: 90px;
	flex-wrap: wrap;
}

.product-article .head > div
{
	width: 50%;
	box-sizing: border-box;
}

.product-article .head > div:not(.img)
{
	padding-right: 100px;
}

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

.feature-list
{
	--columns: 5;
	--gap: 25px;
	display: flex;;
	flex-wrap: wrap;
	justify-content: start;
	align-items: start;
	gap: --gap;
}

.feature-list li
{
	width: calc(1 / var(--columns) * 100% - (var(--columns) - 1) / var(--columns) * var(--gap));
	display: flex;
	gap: 15px;
	margin-bottom: 25px;
	margin-right: 20px;
}

.feature-list div
{
	width: 70px;
	height: 70px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid var(--main-theme-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feature-list svg
{
	fill: var(--main-theme-color);
	width: 40px;
	height: auto;
}

.feature-list strong
{
	font-size: 0.8125em;
	display: block;
	padding-top: 15px;
}

.feature-list span
{
	font-size: 1.25em;
}

.product-article .wrapper:first-child + .pane + .ed
{
	margin-bottom: 80px;
}

.product-article .clamp:first-child + .pane + .ed
{
	margin-bottom: 80px;
}

.product-article .box-content
{
	display: grid;
	grid-template-rows: repeat(2,1fr);
	grid-template-columns: repeat(3,1fr);
	grid-template-areas:
	  'box1 img box2'
	  'box3 img box4'
	;
	gap: 30px;
}

.product-article .box-content div
{
	padding: 25px;
	background: #fff;
	display: flex;
	align-items: center;
}

.product-article .box-content .img
{
	grid-area: img;
}

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

.product-article .box-content div:nth-child(2)
{
	grid-area: box1;
}

.product-article .box-content div:nth-child(3)
{
  grid-area: box2;
}

.product-article .box-content div:nth-child(4)
{
  grid-area: box3;
}

.product-article .box-content div:nth-child(5)
{
  grid-area: box4;
}

.cta-nav
{
	margin-bottom: 60px;
}

.cta-nav p
{
	font-size: 1.25em;
	font-weight: bold;
	padding-bottom: 30px;
	margin-bottom: 28px;
}

.cta-nav p:after
{
	content: '';
	width: 40px;
	border-bottom: 2px solid var(--main-theme-color);
	position: relative;
	top: 29px;
	display: block;
}

.cta-nav a
{
	background: var(--main-theme-color);
	color: #fff;
	border-radius: 40px;
	display: inline-block;
	margin: 0 20px 20px 0;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding-right: 18px;
	font-size: 0.9375em;
}

.cta-nav em
{
	float: left;
	width: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: #0251aa;
	margin-right: 18px;
}

.cta-nav svg
{
	width: auto;
	height: 25px;
	fill: #fff;
}

.adv-article .ed
{
	margin-bottom: 80px;
}

.article-gallery
{
	--columns: 3;
	--gap: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap)
}

.article-gallery a
{
	width: calc(1 / var(--columns) * 100% - (var(--columns) - 1) / var(--columns) * var(--gap));
}

.article-gallery a img
{
	display: block;
	width: 100%;
}

.alternate-boxes > div
{
	margin-bottom: 120px;
}

.alternate-boxes .wrapper
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.alternate-boxes .clamp
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.alternate-boxes .ed
{
	margin-bottom: 0 !important;
}

.alternate-boxes .wrapper > div
{
	width: 50%;
	box-sizing: border-box;
}

.alternate-boxes .clamp > div
{
	width: 50%;
	box-sizing: border-box;
}

.alternate-boxes .img img
{
	display: block;
	width: 100%;
}

.alternate-boxes > div:nth-child(2n)
{
	background: linear-gradient(
    to right, 
    #fff 0%, 
    #fff 50%, 
    #f2f2f3 50%, 
    #f2f2f3 100%
  );
}

.alternate-boxes > div:nth-child(2n) .wrapper
{
	flex-direction: row-reverse;
}

.alternate-boxes > div:nth-child(2n) .clamp
{
	flex-direction: row-reverse;
}

.alternate-boxes > div:nth-child(2n) .ed
{
	padding-left: 80px;
}

.alternate-boxes > div:nth-child(2n+1)
{
	background: linear-gradient(
    to right, 
    #f2f2f3 0%, 
    #f2f2f3 50%, 
    #fff 50%, 
    #fff 100%
  );
}

.alternate-boxes > div:nth-child(2n+1) .ed
{
  padding-right: 80px;
}

/* seo articles end */

/* additional styles */

.info-size{
padding-bottom:30px;
font-weight:500;
}

.pselect{
height:40px!important;
margin:10px 0px 10px 0px!important;
max-width:300px;
border:1px solid #0061ce;
font-weight:300;
border-radius:0px;
}

.rf250{
width:90%;
padding:0 5%;
float:left;
margin-top:10px;
}

.askforavail{
width:100%;
float:left;
padding:0px 0px 10px 0px;
}

.askforavail a{
height:40px;
line-height:40px;
float:left;
padding:0px 15px;
margin:10px 15px 0px 0px;
background:white;
color:#0061ce;
font-size:0.9em;
cursor:pointer;
border:1px solid #0061ce;
border-radius:20px;
transition:all 0.2s;
}

.askforavail a:hover{
transition:all 0.2s;
background:black;
color:white;
}

.callus{
width:100%;
float:left;
text-align:left;
font-weight:700;
padding:10px 0px;
}

#callfullsize{
display:initial;
}

#callmobile{
display:none;
}

.menu-bott{
width:100%;
float:left;
background:#313131;
text-align:center;
}

.menu-bott h2{
width:auto;
margin:0px;
padding:0px;
display:inline-block;
color:#e0e0e0;
font-weight:400;
}

.menu-bott h2 a{
color:#e0e0e0;
width:auto;
padding:0px 15px;
font-size:14px;
display:inline-block;
font-weight:300;
height:35px;
line-height:35px;
}

.menu-bott h2 a:hover{
text-decoration:underline;	
}

.menu-bott h2 a strong{
font-weight:300;
}

#apeface{
height:33px;
line-height:33px;
float:left;
clear:left;
padding-left:43px;
color:white;
font-size:12pt;
text-align:left;
background: url('img/ico-fb.png') no-repeat left center;
margin-top:20px;
text-transform:none;
}

#apeface:hover{
text-decoration:underline;
}

/*
.social-media{
height:33px;
float:right;
margin:20px 0px 0px 0px;
}

.social-media img{
float:left;
margin:0px 12px 0px 0px;
}

.social-media img:hover{
filter:brightness(120%);
}
*/

.downtext{
width:90%;
float:left;
margin:20px 0px 30px 5%;
color:white;
font-size:0.8em;
text-transform:none;
text-align:center;
}

/* additional styles end */

/* mobile bar start */

/* mobile bar end */

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

.mobile-bar{
width:100%;
min-height:40px;
background:#3fb4fa;
position:fixed;
top:0;
left:0;
z-index:999;
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 #3fb4fa!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-red.png') no-repeat left 20px center #3fb4fa!important;
position:fixed;
top:0;
left:0;
z-index:9999;
line-height:40px;
font-size:11pt!important;
font-weight:700;
color:red;
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:9999;
}

#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:#3fb4fa;
text-align:center;
font-size:1em;
margin-left:10%;
margin-top:1px;
}

.mobilenav a:hover{
background:#1e6f9f;
}

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

.anchor{
width:1px;
height:1px;
float:left;
}

.whole{
width:100%;
display:inline-block;
position:relative;
}

.infostripe{
width:100%;
float:left;
text-align:center;
padding:7px 0px;
background:#0061ce;
font-size:1.3em;
color:white;
margin-bottom:5px;
}

.infostripe a{
color:white;
}

.infostripe-tel{
padding-left:50px;
background:url(img/ico-phone.png) no-repeat left 20px center;
background-size:auto 25px;
}

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

.infostripe-mail{
padding-left:60px;
background:url(img/ico-env.png) no-repeat left 28px center;
background-size:auto 25px;
}

.downtext h2{
display:inline-block;
padding:0px 20px;
}

.seconddowntext{
text-align:center;
margin:10px 0px 10px 5%!important;
}

.main-text{
width:90%;
display:inline-block;
padding:5%;
background:#ececec;
margin-bottom:40px;
}

.main-text h2{
font-size:1.2em;
color:#0061ce;
}

.main-text p{
margin-top:18px;
font-weight:300;
}

.main-text p strong{
font-weight:500;
}

.gotomore{
width:100%;
float:left;
height:45px;
line-height:45px;
background:#858585;
text-align:center;
font-size:16px;
font-weight:700;
color:white;
transition:all 0.2s;
}

.gotomore:hover{
background:#404040;
transition:all 0.2s;
}

.add-links a{
width:90%;
display:inline-block;
margin:0px 0px 15px 5%;
box-sizing:border-box;
background:#3fb4fa;
color:white;
padding:10px 20px;
text-align:left;
font-weight:700;
border-radius:4px;
transition:all 0.2s;
}

.add-links a::after{
content:' ››';
}

.add-links a:hover{
transition:all 0.2s;
background:#2c8fcb;
}

.news-list li{
margin-bottom:50px;
}

/* homeboxes */

.homesbox li{
box-sizing:border-box;
width:100%!important;
}

.homes-left{
width:300px;
float:left;
}

.homes-left img{
max-width:100%;
width:100%;
}

.homes-right{
float:right;
width:calc(100% - 340px);
}

.homes-right .desc{
width:100%;
height:auto;
}

.homes-right .desc p{
font-size:17px;
line-height:23px;
text-align:left;
padding-bottom:30px;
font-weight:300;
}

.homes-right .desc p strong{
font-weight:500;
}

/* homeboxes end */

/* sytle dla różnicy cen */

.box-list li{
position:relative;
}

.price-diff{
position:absolute;
height:auto!important;
line-height:20px;
background:red!important;
padding:5px 20px!important;
top:80px;
right:0px;
color:white;
text-align:center;
}


/* style dla różnicy cen end */

/* dodatkowa cena start */

#secondprice{
width:100%;
float:left;
text-align:left;
font-size:18px; 
color:black; 
font-weight:400;
margin-top:-10px;
}

.secondprice{
width:100%;
float:left;
text-align:center;
font-size:13.5px; 
color:black; 
font-weight:400;
margin-top:-7px!important;
line-height:25px;				 
height:auto!important;
padding:0px 0px 0px 0px!important;
}

#thirdprice{
width:100%;
float:left;
text-align:center;
font-size:12.5px; 
color:black; 
font-weight:bold;
margin-top:-25px;
}

.thirdprice{
width:100%;
float:left;
text-align:center;
font-size:12.5px; 
color:black; 
font-weight:bold;
margin-top:0px!important;
height:auto!important;
padding:0px 0px 0px 0px!important;
}

/* dodatkowa cena end */

/* Black Week */

.codicer-img{
width:100%;
float:left;
text-align:center;
}

.codicer-img img{
border:none;
filter: invert(100%);
}			 
.black-week{
width:100%;
float:left;
background:black;
text-align:center;
padding:50px 0px;
margin-bottom:50px;
}

.maysell{
padding:150px 0px;
}
.maysell{
  position: relative;
  background: url('img/leafs.jpg') no-repeat center center;
  background-size: cover;
}

.maysell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Czarny kolor z 50% przezroczystością */
  z-index: 1;
}

.maysell * {
  position: relative;
  z-index: 2; /* Wszystkie elementy wewnątrz będą nad nakładką */
}

.black-txt{
width:100%;
float:left;
color:white;
font-size:3.5em;
font-weight:bold;
}

.black-link{
background:red;
display:inline-block;
font-weight:300;
font-size:1.5em;
color:white;
padding:10px 25px;
margin-top:50px;
transition:all 0.2s;
}

.black-link:hover{
transition:all 0.2s;
transform:scale(0.9);
}

.maysell .black-link{
background:red;
border:4px solid white;
border-radius:5px;
}

.counter{
width:100%;
float:left;
color:white;
font-size:1.5em;
font-weight:400;
text-align:center;
padding-top:80px;
}

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

#days,
#hours,
#minutes,
#seconds{
display:inline-block;
color:white;
padding:10px 10px;
}

#countdown span,
#days span,
#hours span,
#minutes span,
#seconds span,
.counter span{
font-weight:300;
font-size:1em!important;
}

.bfri{
background:red;
}

.pinup{
width:100%;
float:left;
margin-bottom:50px;
}

.pinup .black-week{
width:50%;
padding:50px 0px;
margin-bottom:0px;
min-height:374px;
}

.pinup .black-link{
background:red;
border:4px solid white;
border-radius:5px;
}
/* Black Week End */

.bordered-section p{
font-weight: 300;
}

.bordered-section p strong{
font-weight: 500;
}

.ed p{
font-weight: 300;
}

.ed p strong{
font-weight: 500;
}

/* Product Show */

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

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

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

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

.headline-product a
{
  color: black;
}

main img {
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
}

/* Prduct Show End */

#advanced-fields{
float:left;
height:34px;
line-height:34px;
background:#0061ce;
border:none;
color:white;
border-radius:40px;
font-weight:300;
padding:0px 20px;
transition:all 0.2s;
cursor:pointer;
margin:-64px 0px 20px 30px;
}

#advanced-fields:hover{
transition:all 0.2s;
background:#3091ff;
}

#no-match{
margin-bottom:20px;
}

.order-sample{
height:30px;
line-height:30px;
padding:0px 20px;
background:#0061ce;
color:white;
font-size:13px;
float:right;
margin-top:-30px;
margin-right:12px;
transition:all 0.2s;
position:relative;
}

.order-sample:hover{
transition:all 0.2s;
background:black;
}

.order-sample2{
height:40px;
line-height:40px;
float:left;
margin:15px 0px 0px 15px;
background:#0061ce;
color:white;
font-size:13px;
border-radius:20px;
transition:all 0.2s;
padding:0px 20px;
}

.order-sample2:hover{
transition:all 0.2s;
background:black;
}

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

.spacer-desktop-big{
width:100%;
float:left;
height:100px;
}	
		
/* Cookies box new */

/* popup */

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

.popup{
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:15px 0px;
width:44%;
color:white;
text-transform:uppercase;
transition:all 0.2s;
background:black;
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:#0061ce;
transform:scale(1.1);
}

a#closepopup,
.popup .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,
.popup .close:hover{
transition:all 0.2s;
transform:scale(0.9);
}

.addchoosen{
margin-top:20px;
font-weight:300;
font-size:13px!important;
}

/* popup end */

/* Cookies box new end */

/* Second Price New Syles */

.secondprice-strong{
font-size:20px!important;
font-weight:900;
line-height:35px!important;
background:#0061ce;
color:white!important;
padding:0px 7px;
border-radius:5px;
}

.secondprice strong{
background:#0061ce;
color:white!important;
padding:5px 10px;
border-radius:5px;
line-height:26px;
}

/* Second Price New Styles End */

#form_obstacle_statement {
    animation: pulseScale 2s infinite ease-in-out;
    transform-origin: center center;
}

@keyframes pulseScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.9);
    }
    100% {
        transform: scale(1);
    }
}

/* 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-quantity,
  .property-list
  {
    width: 100%;
  }
  
  .product .data
  {
    width: 100%;
  }
  
  .product .price
  {
    width: 100%;
  }
  
  .product .price strong
  {
    display: inline-block;
    margin-top: 20px;
    line-height: 53px;
    font-size: 2.5em;
  }
  
  .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:110px;
  }
  
}

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

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

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

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

  .feature-list
  {
    --columns: 4;
  }
}

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

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

.righttop{
position:relative;
margin-top:0px;
padding-bottom:25px;
}

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

  .feature-list
  {
    --columns: 3;
  }
  
  .product-article .wrapper,
  .adv-article .wrapper
  {
    padding: 0;
  }
  
  .product-article .clamp,
  .adv-article .clamp
  {
    padding: 0;
  }
  
.inscription{
display:none;
}

.top-2{
background:none;
}

}

@media screen and (max-width: 1180px){
	
.top-stripe{
float:left;
}
	
.mobile-bar, .mobile-spacer, .normalmenu{
display:initial;
}

.menu{
display:none;
}

  .menu + .collapsible
  {
    display: block;
    width: 98%;
    margin: 0 1% 30px 1%;
    padding-bottom: 0;
    background: #0061ce;
  }
  
  .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;
  }

}

@media screen and (max-width: 1200px)
{
  .menu .hr
  {
    display: none;
  }
  
  .menu .lr
  {
    display: block;
  }
  
  .box-list li,
  .news-list li,
  .compare-list li
  {
    width: 48.04%;
  }
  
  /*
  
  .product figure
  {
    width: 40%;
  }
  
  .product .data
  {
    width: 58%;
    margin-bottom: 0;
  }
  
  .product .price
  {
    height: auto;
    width: calc(58% - 30px);
  }
  
  .property-list,
  .product-quantity
  {
    width: 58%;
  }
  
  .product .price strong
  {
    display: inline-block;
    margin-top: 0;
  }
  
  .product .price span
  {
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
  }
  
  */
  
  .product-quantity label
  {
    display: none;
  }
  
  .property-list li
  {
    width: 48%;
    margin-right: 2%;
  }
  
  .std-form li
  {
    width: 31.37%;
    margin-right: 1.96%;
  }
  
  .filters li
  {
    width: 23.04%;
  }
  
  .popup{
width:76%;
margin:140px 0px 0px 12%;
  }
}

@media screen and (max-width: 1020px)
{
	
.pinup .black-txt{
font-size:2.5em;
}

}
  
@media screen and (min-width: 1000px)
{
  .boxes li:nth-child(3n)
  {
    margin-right: 0;
  }
}

@media screen and (max-width: 999px)
{
  aside
  {
    display: none;
  }
  
  main
  {
    width: 100%;
  }
  
  .wrapper
  {
    padding: 0 5%;
    width: 90%;
  }
  
  .clamp
  {
    padding: 0 5%;
    width: 90%;
  }
  
  .search
  {
    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%;
  }
  
  .menu .wrapper
  {
    width: 100%;
    padding: 0;
  }
  
  .menu .clamp
  {
    width: 100%;
    padding: 0;
  }
  
  .menu a
  {
    display: initial;
	float:left;
    margin-bottom:1px;
    text-align:center;
	width:calc(50% - 2px);
	height:50px;
    line-height:50px;
	padding:0px;
  }

 .menu a:last-child
	{
	width:100%;
	}

  .boxes li
  {
    width: 48%;
    margin-right: 2%;
  }
	
	.boxes li:nth-child(2n)
  {
    margin-right: 0;
  }
  
  #mobile-box
  {
    display: block;
  }
  
  .product-article .box-content
  {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      'box1 img'
      'box2 img'
      'box3 box4'
    ;
  }
  
  .section-heading
  {
    font-size: 1.875em;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  
  .section-heading:after
  {
    top: 20px;
  }
  
  .popup-buttons a{
width:70%;
margin-bottom:10px;
}
}

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

.righttop {
  width: calc(100% - 250px);
}

.login-form .submit-box input{
font-size:0px;
color:#0061ce;
width:40px;
}

.pinup .black-txt{
font-size:2.0em;
}
}

@media screen and (max-width: 875px)
{
	
.cookies-box{
top:50px;
}

.fc1{
width:calc(50% - 30px);
padding-left:0;
padding-right:30px;
}

.fc2{
width:calc(50% - 30px);
padding-left:30px;
padding-right:0px
}

.abus{
width:100%;
}

}

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

header .logo img{
width:200px;
}

.righttop{
width:calc(100% - 250px);
}

.newbasket{
font-size:12.5px;
}

}

@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: 3px;
  }
  
  header .logo
  {
    margin-top: 10px;
    max-width: calc(100% - 420px);
  }
  
  .logo img
  {
    display: block;
    width: 100%;
	margin-top:-25px;
	margin-bottom:15px;
  }
  
  .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;
}

.search li:first-child{
display:none;
}

/*
.search{
position:absolute;
top:55px;
right:0px;
}
*/

.search li.submit-box{
border:none;
}

.search .submit-box{
background:none;
}

.search .submit-box input{
background:url('img/magnifying-glass.svg') no-repeat left 5px center;
background-size: auto 26px;
}

.d0{
display:initial;
}

.user-links{
display:initial;
}

.top-stripe{
display:none;
}

  .feature-list
  {
    --columns: 2;
  }
  
  .alternate-boxes .wrapper > div
  {
    width: 100% !important;
    padding: 0 !important;
  }
  
  
  .alternate-boxes .clamp > div
  {
    width: 100% !important;
    padding: 0 !important;
  }
  
  .alternate-boxes > div
  {
    background: #f2f2f3 !important;
    padding: 60px 0;
  }
}

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

.basket-box{
position:relative;
top:0px;
left:0px;
float:right;
}

.righttop{
width:auto;
}
.pinup .black-week{
width:100%;
padding:50px 0px;
margin-bottom:0px;
min-height: 1px;
}									
	
	.popup{
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;
}
}

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

.basket-another-container{
clear:left;
margin-top:-15px;
}

.user-links{
margin-top:-10px;
}

.search{
margin-top:-17px;
}

.cookies-box
{
width:96%;
left:2%;
overflow-y:scroll;
}

  .product-article .head > div
  {
    padding: 0 !important;
    width: 100% !important;
  }
.banner-new-desktop{
float:left;
width:100%;
margin-bottom:40px;
margin-top:-17px;
display:none;
}

.banner-new{
float:left;
width:100%;
margin-bottom:40px;
margin-top:-17px;
display:initial;
}									 
}

@media screen and (max-width: 700px)
{
  .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;
  }
  
  .homes-left{
    width:100%;
  }
  
   .homes-right{
     width:100%;
	 margin-top:30px;
    }
	
.black-week{
padding:60px 0px;
}

.black-txt{
font-size:1.9em;
}

.black-link{
font-size:1.1em;
}

#days, #hours, #minutes, #seconds{
padding:10px 3px;
}

.product-rightside
  {
	width:100%;
  }	

  .cta-nav a
  {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  
  .product-article .box-content
  {
    grid-template-columns: 1fr;
    grid-template-areas:
      'img'
      'box1'
      'box2'
      'box3'
      'box4'
    ;
  }
  
  .article-gallery
  {
    --columns: 2;
  }
}

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

.cookies-box{	
max-height:550px;
}

.cookie-toggle{
left:10px;
}

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

.basket-bs .list-table input{
font-size:11px;
}

  .feature-list
  {
    --columns: 1;
  }

.order-sample2{
clear:left;
margin:15px 0px 0px 0px;
}

}

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

#callfullsize{
display:none;
}

#callmobile{
display:initial;
}
	
	.boxes li
	{
	  width: 100%;
	  margin-right: 0;
	}
	
header .logo-sec,
header .logo{
width:100%;
max-width:100%;
}

header .logo img{
width:80%;
margin-left:10%;
}

.righttop{
float:left;
margin-left:10%;
}

.top-2{
border-bottom:10px solid #ccc;
margin-bottom:20px;
}

.search{
position:absolute;
right:-40px;
left:unset;
}

}

@media screen and (max-width: 450px)
{
  .std-form li
  {
    width: 98.04%;
  }
  
  .slider img
  {
    display: none;
  }
  
  .slider p
  {
    position: static;
  }
  
  .filters li
  {
    width: 48.04%;
  }
  
.fc1{
width:100%;
padding-left:0px;
padding-right:0px;
min-height:100px;
padding-bottom:60px;
}

.fc2{
width:100%;
padding-left:0px;
padding-right:0px;
min-height:100px;
padding-bottom:60px;
}

.abus{
width:100%;
}

  .article-gallery
  {
    --columns: 1;
  }
}

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

/* media queries end */

/* facebox */

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

/* facebox end */
