@charset "utf-8";
@import "reset.css";
@import "editor.css";

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

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

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

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

html
{
  background: #000;
}

body
{
  font-family: PTSans;
  background-image: url('img/background-sample.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #000;
  font-size: 16px;
  float: left;
  width: 100%;
}

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

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

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

a
{
  color: #eb2c00;
}

*
{
  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;
  color: #eb2c00;
}

.headline a
{
  color: #eb2c00;
}

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

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

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

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

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

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

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

/* buttons end */

/* header */

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

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

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

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

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

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

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

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

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

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

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

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

.account p.open
{
  background-position: left -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: uppercase;
  line-height: 42px;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.menu
{
  background: #000;
  height: 50px;
  clear: both;
  margin-bottom: 30px;
}

.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: uppercase;
  font-size: 1.125em;
  cursor: pointer;
  color: #fff;
}

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

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

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

.mb-menu p
{
  text-transform: uppercase;
  color: #eb2c00;
  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: #eb2c00;
  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: -15px;
  margin-bottom: 15px;
  font-size: 0.875em;
  text-transform: uppercase;
}

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

.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: #000;
  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);
  background:white;
  box-sizing: border-box;
  padding:25px;
  margin-bottom:40px;
}

.nowhite{
background:none!important;
}

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

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

.menu + .kats,
.menu + .collapsible
{
  display: none;
}

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

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

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

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

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

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

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

.collapsible a.current{
 background: none!important;
}

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

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

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

.justtest .tree-tab{
background: #eb2c00;
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;
}

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

.menu + .kats,
.menu + .collapsible
{
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


*/

/* categories end */

/* newsletter */

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

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

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

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

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

/* 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: #000;
  color: #fff;
  font-size: 0.875em;
  padding: 3px 8px;
  line-height: 20px;
  margin-bottom: 1.5em;
}

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

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

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

.news-list h2 a
{
  color: #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: uppercase;
}

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

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

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

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

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

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

/* control box end */

/* box list */

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

.box-list li
{
  float: left;
  width: 23.04%;
  margin: 0 1.96% 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
{
  color: #000;
}

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

.price strong
{
  font-size: 1.875em;
  color: #eb2c00;
  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: #eb2c00;
}

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

.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 #fff;
  margin-bottom: 1.5em;
}

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

/* filters end */

/* product lists end */

/* overlay */

.img
{
  position: relative;
}

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

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

/* overlay end */

/* product details */

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

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

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

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

.thumbs li img
{
  width: 100%;
}

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

.product .price
{
  float: right;
  width: 385px;
  text-align: center;
  background: #fafafa;
  padding: 0 15px;
  height: 106px;
  margin-bottom: 1.25em;
}

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

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

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

.product-quantity
{
  float: right;
  width: 58%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.property-list + .property-list
{
  border-top: 1px solid #000;
  padding-top: 30px;
  clear: both;
}

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

.option-list li
{
  float: left;
  width: 45.04%;
  margin: 0 4.95% 1em 0;
}

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

.option-list select
{
	padding: 5px;
	border: 1px solid #000;
	width: 100%;
	height: 30px;
}

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

.list-table .comment-row td
{
	vertical-align: top;
}

.list-table .comment-row p
{
	float: right;
	font-size: 0.875em;
}

.list-table .comment-row textarea
{
	width: 100%;
	height: 80px;
}

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

.path .current
{
  color: #eb2c00;
}

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

.payment-ways
{
	float: left;
	width: 100%;
}

.payment-ways span
{
	float: left;
	width: 100px;
	height: 60px;
	margin: 0 15px 15px 0;
}

.payment-ways input
{
	display: none;
}

.payment-ways img
{
	display: block;
	width: 100%;
	padding: 2px;
	box-sizing: border-box;
	cursor: pointer;
}

.payment-ways input:checked + label img
{
	border: 2px solid #eb2c00;
	padding: 0;
	border-radius: 5px;
}

#paczkomaty > div
{
       height: 400px;
}

#paczkomaty > p
{
       margin-bottom: 15px;
}

#paczkomaty .info-window
{
       min-height: 40px;
       height: 40px;
}


/* basket & orders end */

/* home */

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

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

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

.slider p a
{
  color: #fff;
}

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

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

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

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

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

/* home end */

/* gallery */

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

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

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

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

/* gallery end */

/* comparer */

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

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

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

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

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

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

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

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

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

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

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

/* comparer end */

/* paginator */

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

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

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

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

/* paginator end */

/* sitemap */

.sitemap
{
  margin-bottom: 1.5em;
}

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

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

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

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

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

/* sitemap end */

/* bestsellers box */

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

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

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

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

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

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

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

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

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

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

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

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

/*parametry nie płatne */

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

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

/*parametry nie płatne end */

.social{
float:right;
margin:8px 10px 0px 0px;
transition:all 0.2s;
}

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

.attention{
font-size:10pt;
color:red;
font-weight:bold;
}

.update-basket input{
float:right;
}

/* mobile bar start */

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

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

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

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

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

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

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

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

.mobile-container{
width:100%;
float:left;
background:white;
position:fixed;
top:50px;
left:0px;
background:white;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
z-index: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:#eb2c00;
text-align:center;
font-size:1em;
margin-left:10%;
margin-top:1px;
}

.mobilenav a:hover{
background:black;
}

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

.mob-socials{
width:100%;
float:left;
margin-top:15px;
padding-bottom:20px;
}

.mobilenav .mob-socials a{
width:33px;
float:right;
height:33px;
background:none;
margin:8px 10px 0px 0px;
}

/* mobile bar end */



/* media queries */

@media screen and (max-width: 1500px)
{
  .box-list li,
  .news-list li,
  .compare-list li
  {
    width: 31.37%;
    margin-right: 1.96%;
  }
  
  .product figure
  {
    width: 35%;
  }
  
  .product-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: 1200px)
{
  
.mobile-bar, .mobile-spacer, .normalmenu{
display:initial;
}

.menu{
display:none;
}

  .menu + .collapsible
  {
    display: block;
    width: 98%;
    margin: 0 1% 30px 1%;
    padding-bottom: 0;
    background: #eb2c00;
  }
  
  .menu + .collapsible > ul
  {
    display: none;
  }
  
  .menu + .collapsible > p
  {
    color: #fff;
    margin: 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.25em;
    padding: 15px 0;
    background: url('img/expand.png') no-repeat right center;
  }
  
  .menu + .collapsible > p.open
  {
    background-image: url('img/collapse.png');
  }
  
  .menu + .collapsible .tree-tab
  {
    margin-top: -5px;
  }  
  
  .menu .hr
  {
    display: none;
  }
  
  .menu .lr
  {
    display: block;
  }
  
  .box-list li,
  .news-list li,
  .compare-list li
  {
    width: 48.04%;
  }
  
  .product figure
  {
    width: 40%;
  }
  
  .product .data
  {
    width: 58%;
    margin-bottom: 0;
  }
  
  .product .price
  {
    height: auto;
    width: calc(58% - 30px);
  }
  
  .property-list,
  .product-quantity
  {
    width: 58%;
  }
  
  .product .price strong
  {
    display: inline-block;
    margin-top: 0;
  }
  
  .product .price span
  {
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
  }
  
  .product-quantity label
  {
    display: none;
  }
  
  .property-list li
  {
    width: 48%;
    margin-right: 2%;
  }
  
  .std-form li
  {
    width: 31.37%;
    margin-right: 1.96%;
  }
  
  .filters li
  {
    width: 23.04%;
  }
}

@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;
  }
  
  .filters li
  {
    width: 31.37%;
  }
}

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

@media screen and (max-width: 600px)
{
  .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;
  }
  
  .search
  {
    position: absolute;
    left: 0;
    top: 93px;
  }
  
  .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;
  }
  
  .option-list li
{
  width: 99%;
  margin: 0 0 1em 0;
}

.parameters-list,
.parmod{
  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%;
  }
  
  .product-quantity .cart-button, .product-quantity .ask-button{
   width:255px;
  }
}

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

/* media queries end */

/* facebox */

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

/* facebox end */
