@charset "utf-8";
@import "reset.css";
@import "editor.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap&subset=latin-ext');

@font-face
{
  font-family: 'Open Sans', arial;
  src: url('fonts/PT_Sans-Web-Regular.ttf');
}

@font-face
{
  font-family: 'Open Sans', arial;
  src: url('fonts/PT_Sans-Web-Italic.ttf');
  font-style: italic;
}

@font-face
{
  font-family: 'Open Sans', arial;
  src: url('fonts/PT_Sans-Web-Bold.ttf');
  font-weight: bold;
}

@font-face
{
  font-family: 'Open Sans', arial;
  src: url('fonts/PT_Sans-Web-BoldItalic.ttf');
  font-weight: bold;
  font-style: italic;
}

html
{
  background: #4e4e4e;
}

body
{
  font-family: 'Open Sans', arial;
  /*background: url('img/bg.jpg') repeat-x left top #f6f6f6;*/
  background:white;
  color: #4e4e4e;
  font-size: 16px;
  float: left;
  width: 100%;
}

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

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

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

a
{
  color: #000;
}

*
{
  line-height: 1.25em;
}

.img img
{
  display: block;
}

*:focus
{
  outline: none;
}

/* headlines */

.headline
{
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.headline a
{
  color: #4e4e4e;
}

.section-headline
{
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

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

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

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

/* headlines end */

/* buttons */

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

.dgreen-button
{
  background: #005650 !important;
}

.button:hover
{
  background: #008e0d !important;
}

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

/* buttons end */

/* header */

.user-box
{
  background: #4e4e4e;
  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: 8px;
}

.logo img{
max-width:300px;
}

.clipit{
float:right;
}

.account
{
  float: left;
  padding: 0px;
  margin-bottom: 20px;
  height:45px;
  margin-top:15px;
}

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

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

.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: none;
  line-height: 42px;
  color: #fff;
}

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

.account div.cart{
margin: 10px 0px 0px 0px;
}

.cart
{
  float: left;
  clear: left;
  height: 45px;
  padding-left: 55px;
  background: url('img/cart-icon.png') no-repeat left top;
}

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

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

.cart .button:hover{
background:black!important;
transition:background 0.2s!important;
}

.search
{
  float:left;
  min-width:250px;
  margin:60px 0px 0px 18%;
}

.search li
{
  float:left;
  height:40px;
  line-height:40px;
  margin:0px;
  padding:0px;
}

.search .submit-box
{
  width:40px;
  float:left;
}

.search input
{
  border: 1px solid black;
  padding: 0px 5px;
  height: 38px;
  line-height: 38px;
  font-size: 1.2em;
  font-weight: 300;
  width:210px;
  float:left;
  border-right: 0 none;
  text-transform: none;
  color: #000;
  text-indent:10px;
}

.search .submit-box input
{
  height: 40px;
  width: 50px;
  border-left: 0 none;
  border-right: 1px solid #c00101;
  background: url('img/magnify1.png') no-repeat 7px 7px;
  float:left;
  background-size:26px 26px;
}

.menu
{
  /*background: #f4f4f4;*/
  height: 50px;
  clear: both;
}

.menu .lr
{
  display: none;
}

.menu .hr
{
  float: left;
}

.menu .hr a
{
  height: 50px;
  line-height: 50px;
  float: left;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 0.9em;
  cursor: pointer;
  font-weight:bold;
}

.menu .lr > p{
width:31px;
height:20px;
background:url('img/mobile-red.png') no-repeat left center;
cursor:pointer;
position:absolute;
left:197px;
top:21px;
}

.menu .hr a:hover,
.menu .hr a.current
{
  background: #85bb2e;
  color: #fff;
}

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

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

.mb-menu p
{
  text-transform: uppercase;
  color: #85bb2e;
  font-size: 28px;
  padding-left: 55px;
  margin-bottom: 0.4em;
  background: url('img/close.png') no-repeat left center;
  cursor: pointer;
  height:40px;
  line-height:40px;
}

.mb-menu .secondp{
  text-transform: uppercase;
  color: #85bb2e;
  font-size:18px;
  margin-bottom: 0.4em;
  cursor: pointer;
  height:30px;
  line-height:30px;
  margin-top:20px;
}

.mb-menu ul a 
{
  display: block;
  color: #4e4e4e;
  font-size: 1.9em;
  padding: 8px 50px 8px 0;
}

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

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


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

.icons-div{
width:100%;
float:left;
padding:5px 0px;
margin-bottom:10px;
border-bottom:1px solid #b3b3b3;
border-top:1px solid #b3b3b3;
}

.social{
float:right;
margin:0px 0px 0px 10px;
}

.social:hover{
filter:brightness(120%);
transition:filter 0.2s;
}

a.compare
{
height:33px;
line-height:33px;
float:right;
padding-right:43px;
background:url('img/compare-icon-hover.png') no-repeat right center;
background-size:33px 33px;
cursor:pointer;
margin-right:30px;
font-size:11pt;
font-weight:300;
}

a.compare1{
height:33px;
line-height:33px;
float:right;
padding-right:43px;
background:url('img/compare-icon.png') no-repeat right center;
background-size:33px 33px;
cursor:pointer;
margin-right:30px;
font-size:11pt;
font-weight:300;
}

a.stash{
height:33px;
line-height:33px;
float:right;
padding-right:43px;
background:url('img/stash-icon-hover.png') no-repeat right center;
background-size:33px 33px;
cursor:pointer;
margin-right:30px;
font-size:11pt;
font-weight:300;
}

a.stash1{
height:33px;
line-height:33px;
float:right;
padding-right:43px;
background:url('img/stash-icon.png') no-repeat right center;
background-size:33px 33px;
cursor:pointer;
margin-right:30px;
font-size:11pt;
font-weight:300;
}

a.stash:hover,
a.stash1:hover{
filter:brightness(120%);
color:black;
transition:all 0.2s;
}

.bread-crumbs
{
  margin: 10px 0px 22px 0px;
  font-size: 0.875em;
  display:inline-block;
  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 */

footer
{
  float: left;
  width: 100%;
  background: black;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 0;
}

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

/* footer end */

/* general */

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

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

.section
{
  background: #fff;
  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: 102%;
}

/* general end */

/* categories */

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

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

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

.collapsible div:hover
{
  background: #85bb2e;
}

.collapsible a
{
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
}

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

.collapsible .current
{
  background: #85bb2e !important;
}

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

.collapsible ul ul div
{
  background: #dadada;
  padding-left: 30px;
  width: calc(100% - 50px);
}

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

/* categories end */

.box-list .dgreen-button{
font-size:0.75em!important;
padding-top:8px!important;
padding-bottom:8px!important;
}

/* 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;
  background: #fff;
  border: 0 none;
  display: block;
  height: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

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

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

.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: 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: #4e4e4e;
  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: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: #ebebeb;
  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: 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
{
  background-position: left -22px;
}

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

.control-box .view-selector-listlines-current
{
  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% 1.5em 0;
}

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

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

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

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

.price strong
{
  font-size: 1.875em;
  color: #008e0d;
  display: block;
  margin-bottom: 0.25em;
}

.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,
.ask-button
{
  float: left;
  width: 100%;
  padding: 13px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 2px;
  background: #000;
}

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

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

.cart-button span
{
  background: url('img/cart.png') no-repeat left top;
  padding-left: 78px;
}

/* 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 #f6f6f6;
  margin-bottom: 1.5em;
}

/* filters end */

/* product lists end */

/* overlay */

.img
{
  position: relative;
}

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

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

/* overlay end */

/* product details */

.measure{
width:auto;
height:22px;
float:right;
line-height:22px;
padding:0px 0px 0px 0px;
font-size:16px;
margin-top:25px;
}

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

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

.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: right;
  width: calc(35% - 30px);
  text-align: center;
  background: #fafafa;
  padding: 0 15px;
  height: 106px;
  margin-bottom: 1.25em;
}

.product .price strong
{
  font-size: 2em;
  line-height: 106px;
  letter-spacing: -3px;
  display: inline-block;
  color: black;
}

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

.product .data
{
  /*float: left;
  width: calc(58% - 417px);
  margin-bottom: 1.25em;*/
  float:right;
  width:35%;
  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: right;
  width: 35%;
}

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

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

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

.product-quantity .cart-button,
.product-quantity .ask-button
{
  float: right;
  width: 100%;
  border: 0 none;
  cursor: pointer;
  clear: right;
  outline: 1px solid #c00101;
  outline-offset:-1px;
}

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

.product .light-button
{
  float: right;
  margin-left: 1px;
  width: calc(49% - 2.5em)!important;
  text-align: center;
}

.product .dgreen-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: bold;
  text-transform: uppercase;
  line-height: 24px;
  padding: 15px 20px;
  margin-right: 2px;
  background: #dadada;
  color: #000;
}

.tab-nav li:hover,
.tab-nav .current
{
  background: #fff;
  color: #4e4e4e;
  cursor: pointer;
}

.tabs .tab
{
  float: left;
  padding: 1.5em 1.25em;
  background: #fff;
  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: normal;
  padding: 15px;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
}

.list-table th
{
  text-transform: uppercase;
  background: #5ba500;
  color: #fff;
}

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

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

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

.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: uppercase;
  background: url('img/fw.png') no-repeat right center;
  padding-right: 32px;
  margin-right: 20px;
  color: #4e4e4e;
}

.path .current
{
  color: #85bb2e;
}

.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(even)
{
  background: #f1f1f1;
}

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

.summary span
{
  float: left;
  text-transform: uppercase;
  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: 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 #85bb2e;
  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: uppercase;
  font-weight: bold;
  color: #fff;
  background: #4e4e4e;
  line-height: 34px;
  padding: 0 20px;
  cursor: pointer;
}

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

/* 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: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;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.sitemap a:hover
{
  background: #008e0d;
  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 .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: #4e4e4e;
}

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

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

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

/* bestsellers box end */

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

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

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

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

/* cookies box end */

/* bottom nav & other bottom stuff */

.bottomnav{
float:left;
width:15%;
}

.bottomnav li{
width:100%;
float:left;
padding:0;
}

.bottomnav a{
height:25px;
line-height:25px;
margin-top:8px;
float:left;
clear:left;
font-weight:300;
font-family:'Open Sans';
text-transform:none;
}

.details{
float:left;
width:30%;
margin-left:30px;
}

.details a{
float:left;
clear:left;
min-height:25px;
line-height:25px;
margin-top:8px;
padding-left:43px;
text-align:left;
color:white;
font-weight:300;
text-transform:none;
}

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

#d1{
background:url('img/ico-point.png') no-repeat left center;
background-size:25px 25px;
}

#d2, #d2-1{
background:url('img/ico-tel.png') no-repeat left center;
background-size:25px 25px;
}

#d3{
background:url('img/ico-envelope.png') no-repeat left center;
background-size:25px 25px;
}

.footertxt{
width:50%;
float:right;
}

.footertxt p{
text-align:justify;
font-weight:300;
font-family:'Open Sans';
text-transform:none;
}

#webcat{
width:100%;
float:left;
text-align:right;
font-family:verdana;
font-size:12pt;
font-weight:300;
}

#webcat a{
font-family:verdana;
font-size:10pt;
font-weight:300;
text-transform:none;
}

.web{
color:#e87e7e;
}

.cat{
color:#62a500;
}

.headerb{
float:left;
font-size:1.15em;
color:white;
font-weight:bold;
text-transform:uppercase;
text-align:left;
clear:both;
padding-bottom:20px;
}

/* End bottom stuff */

/* product suggestions box */

.product-suggestion-box
{
  position:fixed;
  height: 180px;
  top: 50%;
  right: 0;
  margin-top: -75px;
  z-index: 10;
  width: 34px;
  float: left;
  background: #7ec729;
}

.product-suggestion-box p
{
  padding: 5px 10px;
  transform: translate(34px, 0) rotate(-90deg);
  transform-origin: left bottom;
  color: #fff;
  float: left;
  line-height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: pre;
  width: 160px;
  text-align: center;
  cursor: pointer;
}

.product-suggestion-box > div
{
  float: left;
  margin-left: 34px;
  width: 270px;
  padding: 15px;
  color: #fff;
  position: absolute;
  top: 0;
  height: 150px;
}

.product-suggestion-box .close
{
  float: right;
  margin: -10px -10px 10px 10px;
  cursor: pointer;
}

.product-suggestion-box label
{
  font-size: 0.875em;
  display: block;
  margin-bottom: 10px;
}

.product-suggestion-box input
{
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 0.875em;
  border: 0 none;
  display: block;
  margin-bottom: 20px;
}

/* product suggestions box end */

/* mobile */

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

.mobile-bar{
width:100%;
min-height:60px;
background:white;
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);
}

.moblogo{
position:absolute;
left:10px;
top:8px;
height:
}

.login-mobile{
position:absolute;
top:12px;
right:10px;
}

.zoom-mobile{
position:absolute;
top:13px;
right:81px;
}

.cart-mobile{
position:absolute;
top:12px;
right:60px;
}

#mobp{
float:left;
margin:0px;
}

#mobp p{
float:left;
}

#mobp p img{
float:left;
}

.mb-menu ul li{
width:calc(100% - 30px);
min-height:38px;
background:white;
font-size:0.55em;
padding:0 15px;
margin:1px 0 0 0;
text-transform:uppercase;
}

/* mobile end */

#popup{
width:calc(80% - 56px);
padding:25px;
background:white;
border:3px solid orange;
text-align:center;
background:white;
-webkit-box-shadow: 0px -1px 15px 0px #000000; 
box-shadow: 0px -1px 15px 0px #000000;
font-size:16px;
line-height:22px;
position:fixed;
top:140px;
left:10%;
z-index:999;
}

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

/* 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: 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%;
  }
  
  .product .price strong
  {
    font-size: 2em;
  }
}

@media screen and (max-width: 1300px)
{
	
.search
{
  margin:60px 0px 0px 70px;
}

}

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

}

@media screen and (max-width: 1200px)
{
  
  .menu .lr
  {
    display: block;
  }
  
  .menu .hr,
  .justtohide,
  .justtohide .mb-menu
  {
    display: none!important;
  }
  
  .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%;
  }
}

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

.search
{
  margin:60px 0px 0px 30px;
}

}

@media screen and (max-width: 1050px)
{
	
.bottomnav{
width:35%;
}

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

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

.payu{
width:100%;
float:right;
clear:right;
}

}

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

@media screen and (max-width: 900px)
{
	
.product .light-button
{
  margin-left: 0px;
  margin-top: 1px;
  width: calc(100% - 2.5em)!important;
}

}

@media screen and (max-width: 820px){
	
a.stash1,
a.stash,
a.compare,
a.compare1 {
    font-size: 9pt;
} 

}

@media screen and (max-width: 800px)
{
  /*.property-list,
  .product-quantity
  {
    width: 100%;
  }*/
  
  .product .price strong{
	font-size:1.4em;
  }
  
  .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;
  }
  
.bordered-section
{
  border:0px solid #dadada;
  padding:0;
  width:100%;
}

}

@media screen and (max-width: 720px)
{
	
a.stash1,
a.stash,
a.compare,
a.compare1 {
    font-size: 0px;
	margin-right:0;
}

.wrapper {
padding: 0 2%;
width: 96%;
}

.search{
width:95%;
}

}

@media screen and (max-width: 650px)
{
	
.bottomnav{
width:100%;
}

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

.footertxt{
margin-top:35px;
}

.actions .back {
float:right;
}

.actions .button,
.actions input.button{
width:calc(50% - 10px)!important;
margin:10px 5px 0px 5px;
padding:0!important;
}

}

@media screen and (max-width: 600px)
{
	
  .product .price strong{
	font-size:2.6em;
  }
  
  .product-quantity{
   width:50%;
  }

  .box-list li,
  .news-list li
  {
    width: 98.04%;
    margin-right: 1.96%;
  }
  
  .product figure,
  .product .data,
  .product .price
  {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .gallery,
  .gallery-aside
  {
    width: 100%;
    margin-right: 0;
  }
  
  header .logo
  {
    width: 200px;
    max-width: 200px;
  }
  
  .account
  {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
  
  /*.account p
  {
    width: 0;
    overflow: hidden;
    padding-left: 44px;
  }*/
  
  .up600
  {
    display: none;
  }
  
  .std-list .img
  {
    width: 100%;
  }
  
  .std-list .control
  {
    float: left;
    position: static;
    width: 100%;
    padding-left: 0;
  }
  
  .slider p
  {
    font-size: 1.5em;
  }
  
  header .logo{
  width:100%;
  margin:10px 0px 0px 0px;
  float:left;
  max-width:none;
  }
  
  .logo img{
   width:300px;
   float:left;
   margin-left:calc(50% - 150px);
  }
  
.list-table th, .list-table td {
    padding: 5px;
    font-size: 10pt;
}

.clipit{
float:left;
}

.control-box select:last-child{
margin-top:10px;
}

.control-box div {
border-right: 0px solid #ccc;
}

}

@media screen and (max-width: 550px)
{
	
.search{
width:95%;
}

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

.search .submit-box input{
height:39px;
}

.galleryz img{
width:calc(42.5% - 2px);
margin:2% 0 0 5%;
}
	
.product .product-quantity{
   width:100%;
  }
  
.product .light-button {
margin-left: 1px;
margin-top: 1px;
width: calc(49% - 2.5em) !important;
}

.product .add-buttons{
width:100%;
}
  
}

@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%;
  }
  
  .clipit{
  float:left;
  }
  
  .slider{
  display:none;
  }
}

@media screen and (max-width: 417px){
	
.search .submit-box input{
height:39px;
}

.product .price strong{
font-size:2em;
}

.galleryz img{
width:calc(90% - 2px);
margin:2% 0 0 5%;
}
	
}

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

/* media queries end */

.justtohide .menu .lr .mb-menu
  {
    display:none!important;
  }