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

@font-face
{
  font-family: 'Poppins', arial;
}

@font-face
{
  font-family: 'Poppins', arial;
  font-style: italic;
}

@font-face
{
  font-family: 'Poppins', arial;
  font-weight: bold;
}

@font-face
{
  font-family: 'Poppins', arial;
  font-weight: bold;
  font-style: italic;
}

html
{
  background: #000;
  scroll-behavior: smooth;
}

body
{
  font-family: 'Poppins', arial;
  background: #fff;
  color: #000;
  font-size: 16px;
  float: left;
  width: 100%;
  overflow-x:hidden;
}

.wrapper
{
  min-width: 1150px;
  max-width: 1980px;
  padding: 0 5%;
  margin: 0 auto;
  width: 90%;
  display:inline-block;
}

.top-stripe{
width:100%;
float:left;
text-align:center;
background:#f2f2f3;
min-height:40px;
}

.fleft{
float:left;
}

/* Top Nav */

.topnav{
float:left;
}

.topnav ul{
list-style:none;
padding:0px;
margin:0px;
}

.topnav li{
display:inline;
float:left;
}

.topnav li a{
height:40px;
line-height:40px;
font-size:15px;
color:#535459;
font-weight:400;
padding:0px 18px;
transition:all 0.2s;
}

.topnav li a:first-child{
padding-left:0px;
}

.topnav li a:hover,
.topnav li a.current{
color:#f07e01;
transition:all 0.2s;
}

/* MainNav */

.mainnav{
clear:right;
float:right;
margin:20px 0px 0px 70px;
}

.mainnav ul{
list-style:none;
padding:0px;
margin:0px;
}

.mainnav li{
display:inline;
float:left;
}

.mainnav li a{
height:40px;
line-height:40px;
font-size:19px;
color:#535459;
font-weight:400;
padding:0px 23px;
transition:all 0.2s;
}

.mainnav li a:first-child{
padding-left:0px;
}

.mainnav li a:hover,
.mainnav li a.current{
color:#f07e01;
transition:all 0.2s;
}

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

/* Top Navs End */

.top-details{
float:right;
}

.detail{
height:40px;
line-height:40px;
float:left;
padding-left:32px;
}

.detail a,
.dsep{
float:left;
height:40px;
line-height:40px;
font-size:15px;
color:#535459;
font-weight:400;
transition:all 0.2s;
}

.detail a:hover{
color:#f07e01;
transition:all 0.2s;
}

.d1{
background:url('img/telephone.svg') no-repeat left center;
background-size:20px 20px;
}

.d2{
background:url('img/email.svg') no-repeat left center;
margin-left:30px;
background-size:22px 22px;
}

.dsep{
padding:0px 5px;
}

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

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

a
{
  color: #00a652;
}

*
{
  line-height: 1.25em;
}

.img img
{
  display: block;
}

*:focus
{
  outline: none;
}

/* headlines */

.main-full{
width:100%;
}

.headline
{
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  text-transform: none;
  font-weight:400;
  color: #00a652;
}

.headline a
{
  color: #00a652;
}

.product h1.headline{
color:black;
font-size:24px;
font-weight:600;
}

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

.heading
{
  font-weight: normal;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  text-transform: none;
  color: #00a652;
}

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

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

.fb{
float:right;
margin-top:8px;
margin-left:12px;
}

/* headlines end */

/* buttons */

.button,
input.button
{
  float: left;
  width: auto !important;
  color: #fff !important;
  background: #00a652!important;
  border: 0 none !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0px 1.25em !important;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  font-size:0.75em!important;
  border-radius:0;
  -webkit-appearance: none;
  -webkit-border-radius:0px;
}

input:not([type="radio"]):not([type="checkbox"]) {
-webkit-appearance: none;
border-radius: 0;
/*@include border-radius(0);*/
}

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

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

.button:hover
{
  background: #f68121 !important;
}

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

/* buttons end */

/* header */

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

.user-box a,
.user-box p
{
  float: right;
  text-transform: none;
  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: white;
  width: auto;
  padding: 0px 14px;
  text-transform: none;
  color: #ed1f24;
  height:24px;
  line-height:24px;
  border-radius:24px;
  transition:all 0.2s;
}

.user-box .submit-box input:hover{
  background:black;
  color:white;
  transition:all 0.2s;
}

header
{
  float: left;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  padding-top: 20px;
  border-bottom: 1px solid #f07e01;
}

header .logo
{
  float: left;
}

header .logo img{
float:left;
width:260px;
}

.account
{
  float: right;
  min-height:36px;
  margin:0px 0px 0px 0px;
  padding:0px;
}

.account form{
float:left;
}

.cart
{
  float:right;
  clear:right;
  height:36px;
  margin:0px 0px 0px 10px!important;
}

.cart p
{
cursor:pointer;
background:url('img/shopping-cart.svg') no-repeat left 12px center #f07e01!important;
background-size:auto 22px!important;
float:left;
height:36px;
line-height:36px;
border-radius:21px;
padding:0px 12px 0px 45px;
font-size:12px;
font-weight:400;
color:white;
transition:all 0.2s;
}

.cart p:hover{
background:url('img/shopping-cart.svg') no-repeat left 12px center #d57103!important;
background-size:auto 22px!important;
transition:all 0.2s;
}

.cart p span{
padding:0px 7px;
}

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

.search
{
  float:left;
  height:36px;
  border-radius:21px;
  background:#f07e01;
  padding:0px 10px 0px 15px;
  transition:all 0.2s;
}

.search:hover{
background:#d57103;
transition:all 0.2s;
}

.search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.search li
{
  float: left;
  width: auto;
}

.search .submit-box
{
  float:left;
}

.search input.searchin
{
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 400;
  width: 50px;
  float:left;
  color:white;
  border:none;
  margin-left:0px;
  background:none;
}

.search .submit-box input
{
  height: 32px;
  width: 32px;
  background:url('img/loupe.svg') no-repeat center top 7px;
  background-size:auto 19px;
  border:none;
}

.makeitbigger{
width:110px!important;
}

.account p{
float:left;
height:36px;
line-height:36px;
border-radius:21px;
background:#ed1f24;
padding:0px 12px;
font-size:12px;
font-weight:400;
color:white;
}

.rollit{
cursor:pointer;
padding-left:45px!important;
background:url('img/user.svg') no-repeat left 12px center #f07e01!important;
background-size:22px 22px!important;
margin-left:10px;
transition:all 0.2s;
}

.rollit:hover{
background:url('img/user.svg') no-repeat left 12px center #d57103!important;
transition:all 0.2s;
background-size:22px 22px!important;
}

.menu
{
  height: 50px;
  clear: both;
  float:left;
  width:calc(100% - 600px);
}

.menu .lr
{
  display: none;
}

.menu .hr
{
  float: left;
}

.menu .hr a,
.menu .lr > p
{
  height: 50px;
  line-height: 50px;
  float: left;
  padding: 0 20px;
  text-transform: none;
  font-size: 19px;
  cursor: pointer;
  color: #535459;
}

.menu .hr a:hover,
.menu .hr a.current,
.menu .lr > p
{
  color: #f07e01;
}

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

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

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

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

.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: 20px;
  margin-bottom: 15px;
  font-size: 0.875em;
  text-transform: none;
  float:left;
  width:100%;
}

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

.column{
float:left;
box-sizing:border-box;
border-right:1px solid #d9d9d9;
}

.c25{

}

.c50{
width:50%;
border-right:none;
padding-left:40px;
}

.cfirst{
padding-right:40px;
width:25%;
}

.csecond{
width:calc(25% - 2px);
padding-right:40px;
padding-left:40px;
border-right:1px solid #d9d9d9;
border-left:1px solid #d9d9d9;
}

.column h3{
width:100%;
float:left;
font-size:20px;
font-weight:700;
color:#535459;
text-align:left;
}

.h3u-container{
width:100%;
float:left;
margin-top:10px;
}

.h3u-line{
background:#f07e01;
width:45px;
height:2px;
float:left;
}

.menub1{
margin-top:20px;
width:calc(100% - 30px);
float:left;
}

.menub1 ul{
line-height:24px;
}

.menub1 li a{
color:#535459;
font-size:15px;
font-weight:400;
}

.menub1 li a:hover{
text-decoration:underline;
}

.contact-box{
width:calc(100% - 36px);
float:left;
padding-left:36px;
background-position:left top;
background-repeat:no-repeat;
line-height:24px;
font-size:15px;
color:#535459;
margin-top:20px;
}

.contact-box a{
font-size:15px;
color:#535459;
}

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

.cb1{
background-image:url('img/marker.svg');
background-size:auto 22px;
}

.cb2{
background-image:url('img/telephone.svg');
background-size:auto 22px;
}

.cb3{
background-image:url('img/email.svg');
background-size:auto 22px;
}

.c50 p{
float:left;
width:100%;
line-height:24px;
font-size:15px;
color:#535459;
margin:20px 0px 0px 0px;
padding:0px;
}

.fb-bottom{
width:40px;
height:40px;
position:absolute;
bottom:0px;
right:5%;
background:url('img/ico-fb.png') no-repeat center center;
background-size:cover;
cursor:pointer;
}

.fb-bottom:hover{
filter:brightness(120%);
}

footer
{
  float: left;
  width: 100%;
  background: #f2f2f3;
  color: #fff;
  padding: 50px 0px;
  position:relative;
}

footer a
{
  color: #fff;
}

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

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

footer li,
footer p
{
  line-height: 1.5em;
}

footer p
{
  float: right;
}

footer p img
{
  vertical-align: middle;
}

.copyright-section{
width:100%;
float:left;
background:white;
text-align:center;
height:150px;
}

.copyright,
.webcat{
margin-top:25px;
font-size:13px;
color:#535459;
}

.copyright a,
.webcat a{
font-size:13px;
color:#535459;
}

.copyright{
float:left;
}

.webcat{
float:right;
}

/* footer end */

/* general */

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

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

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

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

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

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

.thin{
text-decoration:none!important;
color:#00a652!important;
font-weight:300;
font-size:16px!important;
}

/* 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:url('img/right-arrow.svg') no-repeat right 15px center #eeeeee;
  background-size:22px auto;
  margin-bottom: 0px;
  cursor: pointer;
  border-bottom:1px solid #b3b3b3;
  transition:all 0.2s;
}

.collapsible div:hover
{
  background:url('img/right-arrow.svg') no-repeat right 20px center #eeeeee;
  background-size:22px auto;
  transition:all 0.2s;
}

.collapsible a
{
  font-size: 1em;
  text-transform: none;
  color: #535459;
  font-weight:400;
}

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

.collapsible .current
{
  background:url('img/right-arrow-white.svg') no-repeat right 15px center #f68121;
  background-size:22px auto;
  color: white;
  transition:all 0.2s;
}

.collapsible .current:hover{
  background:url('img/right-arrow-white.svg') no-repeat right 20px center #f68121;
  background-size:22px auto;
  color:white;
  transition:all 0.2s;
}

.collapsible .current a
{
  color: white!important;
}

.collapsible ul ul div
{
  padding-left: 30px;
  width: calc(100% - 50px);
  margin-top:-2px;
}

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

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

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

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

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

.newsletter input
{
  width: calc(100% - 22px);
  padding: 5px 10px;
  border: 1px solid #f68121;
  display: block;
  height: 24px;
  line-height: 24px;
  text-transform: none;
  background: white;
  color: black;
  border-width:1px 0px 1px 1px;
}

.newsletter .submit-box input
{
  height: 36px;
  width: 34px;
  background: url('img/expand-dark.png') no-repeat center center white;
  border-width:1px 1px 1px 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
.actions input.button
{
  width: auto !important;
  color: #fff !important;
  background: #00a652!important;
  border: 0 none !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0px 1.25em !important;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  font-size:0.75em!important;
  border-radius:0;
  -webkit-appearance: none;
  -webkit-border-radius:0px;
}
*/

.actions .button:hover{
background:black!important;
}

/* forms end */

/* messages */

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

.errors
{
  background: #bf0000;
}

.notices
{
  background: #fdc300;
  color: black;
}

.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.45em;
  overflow: hidden;
  text-transform: none;
  margin-bottom: 0.5em;
}

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

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

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

.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(25% - 4px);
  margin: 0 4px 1.5em 0;
  padding-bottom:40px;
  background:#f4f4f4;
  padding:4px 4px 20px 4px;
  box-sizing:border-box;
  border:1px solid #dbdbdc;
}

.subpage .box-list li
{
  width: calc(33.33% - 4px);
}

.box-list .img
{
  display: block;
  width:calc(100% - 2px);
  border:1px solid #dbdbdc;
}

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

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

.mism{
  height: 6.06em!important;
}

.box-list h2
{
  font-size: 18px;
  height: 2.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
  font-weight: bold;
  text-transform: none;
}

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

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

/* Box list h3 */

.box-list h3
{
  font-size: 0.9em;
  height: 2.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
  font-weight: bold;
  text-transform: none;
}

.box-list h3 a
{
  color: #00a652;
}

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

/* Box list h3 end */

.price strong
{
  font-size: 20px;
  color: #00a652;
  display: block;
  margin-bottom: 0.25em;
  font-weight: 600;
}

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

.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{
  float: left;
  width: 70%;
  box-sizing: border-box;
  border-radius:36px;
  text-align: center;
  color: white;
  margin-bottom: 2px;
  margin-left:15%;
  background: #f07e01;
}

.cart-button span
{
  display: inline-block;
  height: 36px;
  line-height: 36px;
  text-transform: lowercase;
  font-size: 15px;
  font-weight: 300;
  background: url('img/shopping-cart.svg') no-repeat left 5px center;
  padding-left:45px;
  background-size:auto 22px;
}

.ask-button
{
  float: left;
  width: 70%;
  padding: 6px 0;
  border-radius:36px;
  text-align: center;
  color: white;
  margin-bottom: 2px;
  background: #f07e01;
}

.cart-button:hover,
.ask-button:hover
{
  background: #d57103;
  color: white;
}

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

section.promotions-sellouts{
width:100%;
float:left;
background:url('img/pellet.jpg') no-repeat center center;
background-size:cover;
padding-bottom:40px;
}

section.promotions-sellouts .header-one{
background:#f68121;
}

.icons-section{
width:100%;
float:left;
text-align:center;
background:url('img/gray-bg.jpg') no-repeat center center;
background-size:cover;
padding:45px 0px;
}

.ico-box{
width:180px;
display:inline-block;
text-align:center;
margin:0px 40px;
}

.ico-box img{
display:inline-block;
}

.ico-box p{
font-size:16px;
line-height:24px;
color:white;
text-align:center;
width:100%;
}

/* box list end */

/* std list */

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

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

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

.std-list h2
{
  font-size: 1.375em;
  text-transform: none;
  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 #fff;
  margin-bottom: 1.5em;
}

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

/* filters end */

/* product lists end */

/* overlay */

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


.thumbs li img:hover
{
transition:all 0.2s;
transform:scale(0.9);
filter:brightness(0.8);
}

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

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

.product .price strong
{
  font-size: 37px;
  display: inline-block;
  font-weight: 700;
  letter-spacing:0px;
}

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

.product .data
{
  float: left;
  width: calc(58% - 417px);
  margin-bottom: 1.25em;
}

.product .data p
{
  background: #fafafa;
  margin-bottom: 2px;
  padding: 16px 20px;
}

.product .data p span
{
  text-transform: none;
}

.product-quantity
{
  float: left;
  width: 100%;
}

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

.product-quantity p
{
  text-align: left;
  width: 100%;
  font-size: 14px;
  color: #535459;
}

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

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

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

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

.tab table{
max-width:100%!important;
}

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

.tab-nav li:hover,
.tab-nav .current
{
  background: #ed1f24;
  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: none;
  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: none;
  margin-bottom: 0.75em;
}

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

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

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

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

/* product details end */

/* lists */

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

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

.list-table th
{
  text-transform: none;
  background: #000;
  color: #fff;
}

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

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

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

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

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

/* lists end */

/* basket & orders */

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

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

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

.path .current
{
  color: #00a652;
}

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

.summary li:nth-child(even)
{
  background: #fafafa;
}

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

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

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

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

/* basket & orders end */

/* home */

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

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

.slider p
{
  position: absolute;
  background: rgba(0,0,0,0.6);
  font-size: 2.25em;
  padding: 22px 200px 22px 30px;
  width: calc(100% - 230px);
  color: #fff;
  text-transform: none;
  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: none;
  font-weight: bold;
  color: #fff;
  background: #000;
  line-height: 34px;
  padding: 0 20px;
  cursor: pointer;
}

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

.header-container{
width:100%;
text-align:center;
display:block;
margin:90px 0px 30px 0px;
}

.header-one{
display:inline-block;
color:white;
font-weight:600;
font-size:30px;
background:#535459;
padding:10px 20px;
}

/* 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: none;
  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 #fafafa;
  margin-left: -20px;
  padding: 10px 20px 0 20px;
  width: 100%;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0.75em;
  font-size: 1.125em;
}

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

.compare-list p span
{
  text-transform: none;
  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: none;
}

.sitemap a:hover
{
  background: #f67e1b;
  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: none;
  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: #00a652;
}

.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;
  padding-bottom:0;
  position:fixed;
  bottom:0px;
  left:0px;
  z-index:99;
  font-size:0.875em;
  width:100%;
  padding:20px;
  box-sizing:border-box;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
  z-index:210;
}

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

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

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

.management{
display:none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* cookies box end */

.ed p img{
width:auto!important;
height:auto!important;
max-width:100%!important;
}

/* additional */

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

.product-left{
float:left;
width:47%;
}

.product-right{
float:right;
width:47%;
}

.product-right h1{
background:none!important;
text-indent:0px!important;
margin-top:-5px!important;
padding:0!important;
}

.product-right h1::before{
content:''!important;
}

.red-line-container{
width:100%;
display:inline-block;
text-align:left;
margin-bottom:20px;
}

.red-line{
width:50px;
height:2px;
display:inline-block;
background:#00a652;
}

.detail-stripe{
width:100%;
text-align:left;
font-size:14px;
line-height:18px;
margin-bottom:4px;
}

.detail-stripe strong,
.detail-stripe strong a{
color:#535459;
font-weight:700;
}

.leftit{
display:inline-block;
min-width:90px;
}

.product-gray{
width:100%;
float:left;
background:#f2f2f3;
margin-top:15px;
padding:30px;
box-sizing:border-box;
}

.q-spin{
float:left;
height:35px;
width:100%;
margin-top:20px;
margin-bottom:20px;
}

.q-spin label{
float:left;
height:35px;
line-height:35px;
font-size:14px;
color:#535459;
padding-right:10px;
margin:0!important;

}

.q-spin input{
height:35px;
line-height:35px;
text-align:center;
width:55px;
padding:0px;
margin:0px;
background:white;
font-size:16px;
font-weight:600;
float:left;
border:none;
}

.b-spin{
float:left;
height:35px;
width:100%;
margin:0;
}

.b-spin button,
.product-quantity button{
float:left!important;
height:45px;
line-height:45px;
margin:0;
width:230px!important;
padding:0px!important;
font-size:20px!important;
font-weight:600!important;
}

.b-spin button span,
.product-quantity button span{
padding:0 0 0 40px!important;
font-size:20px!important;
font-weight:300!important;
}

.product-right .add-buttons{
display:none;
}

.mtop10{
margin-top:15px!important;
}

.mtop45{
margin-top:45px!important;
}

.tab-title{
width:100%;
display:inline-block;
text-align:left;
font-size:22px;
line-height:27px;
font-weight:700;
color:#f07e01;
padding-bottom:20px;
}

.noborder{
border:none!important;
}

.banner-subpage{
width:100%;
float:left;
background:url('img/banner-subpage.jpg') no-repeat right center #f07e01;
background-size:auto 100%;
padding:70px 0px;
}

.page-title{
float:left;
font-size:30px;
line-height:38px;
font-weight:700;
padding-left:50px;
background:url('img/right-arrow-white.svg') no-repeat left center;
background-size:22px auto;
color:white;
transition:all 0.2s;
}

.page-title:hover{
transition:all 0.2s;
background:url('img/right-arrow-white.svg') no-repeat left 5px center;
background-size:22px auto;
}

cite{
font-style:normal;
}

.quickcall{
width:80px;
height:80px;
background:url('img/call.svg'), linear-gradient(to bottom, #f07e01, #00a652);
background-size:30px auto, 100% 100%;
background-position:center center;
background-repeat:no-repeat;
border-radius:80px;
position:fixed;
bottom:50px;
left:20px;
z-index:200;
animation: pulse 2s infinite;
-webkit-box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
display:none;
}

@keyframes shake {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
    75% { transform: rotate(-5deg); }
}

.box-list li.styleit {
    animation: shake-animation 8.8s infinite;
}

@keyframes shake-animation {
    0% { transform: rotate(0deg); }
    45.5% { transform: rotate(0deg); }
    50% { transform: rotate(-5deg); }
    52% { transform: rotate(5deg); }
    54% { transform: rotate(-5deg); }
    56% { transform: rotate(5deg); }
    58% { transform: rotate(-5deg); }
    60% { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}

.box-list li.styleit p.price{
animation: pulse 1s infinite;
}

.box-list li.styleit .price strong{
color: red!important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}


/* additional end */

/* popup */

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

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

.popup2{
padding:25px 38px 25px 25px!important;
border:4px solid red!important;
}

.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:#333;
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:#e6ab66;
transform:scale(1.1);
}

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

/* popup end */

/* popup 2 */

#popup-free-overlay{
width:100vw;
height:100vh;
position:fixed;
background-color:rgba(0,0,0,0.3);
z-index:9999;
left:0px;
top:0px;
text-align:center;
}

div#close-popup-free{
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 ease-in-out ;
}

div#close-popup-free:hover{
transition:all 0.2s ease-in-out;
transform:rotate(360deg);
}

/*
Odkomentować jak będziemy zmieniać
#popup-free{
width:50%;
box-sizing:border-box;
background:#00a652;
text-align:center;
font-size:20pt;
color:white;
font-weight:600;
padding:80px 40px;
float:left;
position:relative;
margin:180px 0px 0px 25%;
-webkit-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 1);
box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 1);
}
*/

#popup-free{
height:80vh;
width:auto;
display:inline-block;
box-sizing:border-box;
background:#00a652;
text-align:center;
font-size:20pt;
color:white;
font-weight:600;
padding:0px 0px;
position:relative;
margin:10vh auto 0px auto;
-webkit-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 1);
box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 1);
}

#popup-free img{
height:100%;
display:inline-block;
}


/* popup 2 end */

/* mobile */

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

.mobile-bar{
width:100%;
min-height:60px;
background:#f07e01;
position:fixed;
top:0;
left:0;
z-index:999;
display:none;
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

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

.mobile-bar .collapsible p{
width:auto!important;
height:60px!important;
margin:0px 0px 0px 0px!important;
padding:0px 65px 0px 0px!important;
background:url('img/mobile-red.png') no-repeat right 20px center!important;
position:fixed;
top:0;
right:0px;
float:left;
line-height:60px;
font-size:11pt!important;
color:#ffffff!important;
text-transform:uppercase;
text-align:right;
}

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

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

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

#takitamspacer{
width:100%; 
float:left; 
height:170px;
display:none;
}



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

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

.mobilenav a:hover{
background:#d57103;
}

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

/* mobile end */

.mobilesize{
display:none;
}

/* additional sytles */

/*parametry nie płatne */

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

.parmod{
width:100%;
display:inline-block;
font-size:18px;
font-weight:700;
color:#eb2c00;
padding-bottom:8px;
}

.pm2{
margin-top:20px;
}

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

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

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

.parameters-list .option-list li {
    float: left;
    width: 30%!important;
    margin: 0 3% 0 0!important;
    height: 40px;
	text-align:center;
    overflow: hidden;
	position: relative;
}

.parameters-list .option-list li label,
.parameters-list .option-list li input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
}

.parameters-list .option-list li input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
  cursor: pointer;
}

.parameters-list .option-list li input[type="radio"]:checked + label {
  background: #f07e01;
  border-radius: 4px;
  color: white;
}

.parameters-list .option-list li label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
  line-height:35px;
  border:1px solid #ccc;
  border-radius:3px;
  margin-top:5px;
}
/*parametry nie płatne end */

.commentarea{
width:350px;
height:100px;
}

#paczkomaty div
{
  height: 400px;
}

.tonnes{
font-size: 12px;
color: black;
margin-top: -5px;
display: inline-block;
height: auto!important;
margin: 0px;
padding: 0px!important;
display: none;
}

.product-tonnes{
font-size: 12px;
color: black;
margin-top: -10px;
padding-bottom:20px;
display: none;
text-indent:0px;

}

.pallet{
font-size: 12px;
color: #a10000;
margin-top: -5px;
display: inline-block;
height: auto!important;
margin: 0px;
padding: 0px!important;
}

.whole{
width:100%;
float:left;
height:auto!important;
margin:0px!important;
padding:0px!important;
text-align:center;
}

.line-throught{
text-decoration:line-through;
}

.whole small{
width:100%;
float:left;
text-align:center;
font-size:12px;
color:black;
}

.product .whole,
.product .whole small{
text-align:left;
}

.product .whole{
padding-bottom:30px!important;
}

.endin-icons{
float:left;
width:100%;
margin-top:10px;
}

.endin-icons img{
float:left;
height:65px;
margin-right:25px;
}

/* SLIDER BJQS */

#sliderr{
  width: 100%;
  float: left;
  border-bottom: 0px solid #7dba31;
}

ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}
li.bjqs-slide {
  position: absolute;
  display: none;
}
ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
  position: absolute;
  height: 69px;
  width: 69px;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 40px;
  color: white;
  font-size: 3em;
  background: url('img/next.svg') no-repeat center center;
  background-size: auto 69px;
  line-height: 69px;
  border-radius: 70px;
  transition: transform .15s ease-out;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 40px;
  color: white;
  font-size: 3em;
  background: url('img/previous.svg') no-repeat center center;
  background-size: auto 69px;
  line-height: 69px;
  border-radius: 70px;
  transition: transform .15s ease-out;
}

ul.bjqs-controls.v-centered li.bjqs-prev:hover a,
ul.bjqs-controls.v-centered li.bjqs-next:hover a {
	transform: scale(1.2);
	transition: transform .3s ease-out;
}

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

/* Slider BJQS End */

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

.addition{
text-decoration:none!important;
font-size:13px!important;
color:black!important;
padding-left:20px;
}

#deliverer_7 {
margin-top: 20px;
}

.socials{
float:right;
height:28px;
margin:5px 0px 0px 0px;
padding-left:30px;
}

.socials img{
float:left;
height:28px;
width:28px;
margin:0px 0px 0px 8px;
transition:all 0.2s;
}

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

.show-phone{
display:none;
float:left;
width:100%;
text-align:left;
font-size:16px;
color:black;
font-weight:bold;
margin-bottom:20px;
}

.contact-add{
width:100%;
float:left;
margin-bottom:20px;
}

.contact-add a{
float:left;
height:35px;
line-height:35px;
border-radius:4px;
font-size:14px;
color:white;
background:#00a652;
transition:all 0.2s;
padding:0px 13px;
margin-right:3px;
}

.contanct-add a:last-child{
margin-right:0px;
}

.contact-add a:hover{
transition:all 0.2s;
background:#f07e01;
}

#calldesktop{
display:initial;
}

#callmobile{
display:none;
}

/* popup christmas */

#christmas-close-container{
width:100%;
display:block;
background:pink;
}

#christmas-close{
width:25px;
height:25px;
background:url('img/close.svg') no-repeat center center;
background-size:100% 100%;
cursor:pointer;
float:right;
transition:all 0.2s ease-in-out ;
margin:0px;
padding:0px;
}

#christmas-close:hover{
transition:all 0.2s ease-in-out;
transform:rotate(360deg);
}

#christmas-info{
width:100%;
padding:20px;
background:white;
position:fixed;
top:0px;
left:0px;
z-index:100;
box-sizing:border-box;
-webkit-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 1);
box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 1);
animation: pulseBorder 2s infinite; /* Uruchom animację */
}

#christmas-info-container{
width:100%;
display:block;
}

.christmas-text{
width:100%;
padding:15px;
box-sizing:border-box;
text-align:center;
font-size:16px;
color:black;
font-family:'Poppins', arial;
line-height:24px;
}

@keyframes pulseBorder {
    0% {
        border-bottom: 8px solid transparent;
    }
    50% {
        border-bottom: 8px solid red;
    }
    100% {
        border-bottom: 8px solid transparent;
    }
}

/* popup christmas end */

.h1mp{
font-size:22px;
color:#00a652;
line-height:25px;
display:inline-block;
text-align:left;
padding:20px 0px;
width:100%;
}

.h2mp{
font-size:18px;
color:#00a652;
line-height:25px;
display:inline-block;
text-align:left;
padding:20px 0px;
width:100%;
}

.spacer{
width:100%;
display:inline-block;
height:60px;
}

.read-more{
float: left;
color: #fff;
background: #00a652;
border: 0 none;
height: 45px;
line-height: 45px;
padding: 0px 1.25em;
text-transform: none;
text-align: center;
cursor: pointer;
font-size: 0.75em !important;
border-radius: 0;
-webkit-appearance: none;
-webkit-border-radius: 0px;
margin-top:25px;
}

.read-more:hover{
background:orange;
transition:all 0.2s;
}

.news .ed h2{
display:block; 
font-size:18px;
padding-bottom:10px;
padding-top:10px;
}

.christmas-information{
width:100%;
background-color: rgba(255, 255, 255, 0.85);
padding:10px;
display:block;
text-align:center;
font-size:15px;
line-height:23px;
border-bottom:2px solid #008e0d;
box-sizing:border-box;
}

.cifixed{
position:fixed!important;
top:0px;
left:0px;
z-index:999;
}

.cifixed span{
animation: blink 2s infinite;
}

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

/* additional styles end */

/* media queries */

@media screen and (max-width: 1500px)
{
  .spmain .box-list li,
  .spmain .news-list li,
  .spmain .compare-list li
  {
    width: calc(33% - 2px - 5px - 12px);
  }
  
  .mainmain .box-list li {
    width: calc(25% - 2px - 5px - 8px)!important;
    margin: 0px 0px 1.5em 4px!important;
  }
  
  /* .product figure
  {
    width: 35%;
  }
  
  .product-quantity,
  .property-list
  {
    width: 63%;
  }
  
  .product .data
  {
    width: calc(63% - 282px);
  }
  
  .product .price
  {
    width: 250px;
  }
  
  .product .price strong
  {
    display: 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%;
  }
  
}

@media screen and (max-width: 1400px)
{
	
.banner-subpage{
background:url('img/banner-subpage.jpg') no-repeat right bottom #f07e01;
background-size:50% auto;
padding:70px 0px;
}

}

@media screen and (max-width: 1350px)
{
	
.parameters-list .option-list li{
 width:46%!important;
}

.cfirst{
width:50%;
border:none;
}

.csecond{
width:50%;
padding-right:0px;
padding-left:0px;
border:none;
}

.c50{
width:100%;
padding-left:0px;
border:none;
margin-top:50px;
}

}


@media screen and (max-width: 1200px)
{
  .menu .hr
  {
    display: none;
  }
  
  .menu .lr
  {
    display: block;
  }
  
  .product .data
  {
    width: 58%;
    margin-bottom: 0;
  }
  
  .product .price
  {
    height: auto;
    width: calc(58% - 30px);
  }
  
  .property-list,
  .product-quantity
  {
    width: 100%;
  }
  
  .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%;
  }
  
  .wrapper
  {
  min-width: 300px!important;
  }
  
.slogan{
top:60px;
font-size:21px;
line-height:31px;
}

.pict{
max-width:45%;
width:45%;
margin:15px 0px;
padding:0px;
}

.pictograms{
padding:45px 0px;
}

.mainnav li a{
font-size:16px;
padding:0px 15px;
}

}

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

.parameters-list .option-list li{
 width:100%!important;
 margin-right:0px;
}

.mainnav{
display:none;
}

.arrow{
display:none;
}

.nice-menu{
display:none;
}

.slider-more{
bottom:30px;
}

.mainmain .box-list li {
width: calc(33% - 2px - 5px - 10px)!important;
margin: 0px 0px 1.5em 4px!important;
}

  .spmain .box-list li,
  .spmain .news-list li,
  .spmain .compare-list li
  {
    width: calc(50% - 2px - 5px - 14px);
  }
  
/* Menu mobilne */

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

.menu,
.topnav{
display:none;
}

  .menu + .collapsible
  {
    display: block;
    width: 98%;
    margin: 0 1% 30px 1%;
    padding-bottom: 0;
    background:white;
  }
  
  .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:first-child{
  padding-top:0px!important;
  padding-bottom:0px!important;
  }
  
  .menu + .collapsible > p.open
  {
    background-image: url('img/collapse.png');
  }
  
  .menu + .collapsible .tree-tab
  {
    margin-top: -5px;
	background: white;
	float: right;
	margin-left: 10px;
	text-align: center;
	border-radius: 100%;
	padding:10px!important;
	width:14px;
	height:14px;
	line-height:14px;
	border:1px solid #c00101;
  }

/* Menu mobilne end */ 

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

#christmas-info{
top:60px;
}

.christmas-information{
display:none;
}

.cifixed{
display:block!important;
position:fixed!important;
top:59px;
left:0px;
z-index:999;
font-size:13px;
}

}

@media screen and (max-width: 1000px)
{
  aside
  {
    display: none;
  }
  
  main
  {
    width: 100%;
  }
  
  .filters li
  {
    width: 31.37%;
  }
  
  .top-details{
   float:left;
  }
  
  .d1{
  margin-right:30px;
  }

  .d2{
  margin-left:0px;
  }
  
  .slogan{
  font-size:17px;
  line-height:25px;
  }
  
  .spmain .box-list li,
  .spmain .news-list li,
  .spmain .compare-list li
  {
    width: calc(50% - 2px - 5px - 16px);
  }

}

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

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

}

@media screen and (max-width: 920px)
{
	
#popup-free{
height:auto;
width:90vw;
margin:10vh auto 0px auto;
}

#popup-free img{
width:100%;
display:inline-block;
}

} 

@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%;
  }
  
  .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;
  }
  
  .slider-more{
	display:none;  
  }
  
  .slogan{
  top:30px;
  }
  
  .mainmain .box-list li {
  width: calc(50% - 2px - 5px - 14px)!important;
  margin: 0px 0px 1.5em 4px!important;
  }
  
  .newsletter-section .newsletter{
  width:100%;
  margin-left:0px;
  }
  
  .newsletter-section .newsletter-box{
   margin-bottom:0px;
   }
   
   .product-left{
	float:left;
	width:100%;
	}

	.product-right{
	float:left;
	width:100%;
	}
	
  .box-list li,
  .news-list li,
  .compare-list li
  {
    width: calc(50% - 4px);
  }
  
  .subpage .box-list li
  {
	width: calc(50% - 4px);
  }
  
  .cookies-box .agreement{
	float:left;
	width:100%;
	margin-bottom:10px;
	}

}

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

.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: 700px){

.pict{
max-width:90%;
width:90%;
}

}

@media screen and (max-width: 670px){
	
.top-stripe{
position:relative;
}

.socials{
margin:0px 0px 0px 0px;
padding-left:0px;
position:absolute;
top:5px;
right:5%;
}

}

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

  .mainmain .box-list li {
  width: calc(100% - 2px - 5px - 18px)!important;
  margin: 0px 0px 1.5em 4px!important;
  }
  
  .spmain .box-list li,
  .spmain .news-list li,
  .spmain .compare-list li
  {
    width: calc(100% - 2px - 5px - 18px);
  }
  
/*
#popup-free{
width:84%;
padding:60px 30px;
margin:130px 0px 0px 8%;
}

#popup-free{
width:84%;
margin:130px 0px 0px 8%;
}
*/

#popup-free{
margin:25vh auto 0px auto;
}
  
}

@media screen and (max-width: 600px)
{
  
  .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;
  }
  
  .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;
  }
  
  .slogan{
  display:none;
  }
  
  #slider{
  display:none;
  }
  
  #slider2{
  display:initial;
  }
  
  .cfirst{
  width:100%;
  }

  .csecond{
  width:100%;
  margin-top:50px;
  }
  
/* Basket fix */
  
.bsb td{
font-size:12px;
padding:5px;
}

.bsb th{
font-size:12px;
padding:5px;
}

.lasttd{
display:none;
}

.tapered{
max-width:60px;
}

.tapered p{
max-width:60px;
}

.bsb
{
  padding: 10px 5px;
  width: calc(100% - 12px);
}

.actions .button{
width:100%!important;
margin-left:0px!important;
margin-right:0px!important;
margin-bottom:3px!important;
padding:0px!important;
}

/* Basket fix end */

.cart{
margin-bottom:10px!important;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0px;
  }
  
ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0px;
 }
 
.contact-add a{
width:150px;
text-align:center;
margin-right:0px;
clear:left;
margin-bottom:4px;
font-size:13px;
}

#calldesktop{
display:none;
}

#callmobile{
display:initial;
}
  
}

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

header .logo
  {
    width: 100%;
	float:left;
	padding-left:0;
	padding-right:0;
	margin: 0px 0px 15px 0px;
	max-width: none;
  }
  
  header .logo img{
  width:100%;
  }
  
  .account{
	
  }
  
  .box-list li,
  .news-list li,
  .compare-list li
  {
    width: 100%;
	margin-right:0px;
	margin-left:0px;
  }
  
  .subpage .box-list li
  {
	width: 100%;
	margin-right:0px;
	margin-left:0px;
  }
  
  .quickcall{
	display:initial;
  }
  
}

}


@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%;
  }
  
.nice-menu .collapsible li {
float:left;
display:inline-block;
width:100%;
height:80px;
}

.nice-menu .collapsible div {
padding:10px 10px 10px 10px;
background:url('img/bird.png') no-repeat center bottom 18px;
height:60px;
}

.desktopsize{
display:none;
}

.mobilesize{
display:initial;
}

.banner-subpage{
background:#f07e01;
padding:50px 0px;
}

.page-title{
font-size:24px;
line-height:30px;
}

}

@media screen and (max-width: 420px){
	
.socials{
top:43px;
}

}

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

}

/* media queries end */

/* facebox */

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

/* facebox end */