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

html
{
  background: #000;
}

body
{
  font-family: Arial, sans-serif;
  background: #fff;
  color: #303030;
  font-size: 100%;
  float: left;
  width: 100%;
  padding-top:59px;
}

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

input,
textarea,
button,
select
{
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 100%;
  background: #fff;
}

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

a
{
  color: #303030;
}

a:hover
{
  color: #aaa;
}

*
{
  line-height: 1.25em;
}

.img img
{
  display: block;
}

*:focus
{
  outline: none;
}

/* headlines */

.headline
{
  font-weight: bold;
  font-size: 1.25em;
  padding:10px 0;
  text-transform: uppercase;
  color: #575757;
  background: #fff;
}

.headline .wrapper
{
  border-top:1px solid #cbcbcb;
  padding:0;
  padding-top:10px;
}

.headline a
{
  color: #575757;
}

.section-headline
{
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #575757;
}

.categories .section-headline
{
  margin-top:20px;
  margin-bottom: 15px;
  float:left;
  width:100%;
}

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

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

.features table td
{
  border-bottom:2px solid transparent;
}

.home .errors,
.home .notices
{
  background-color: #fff;
  max-width: 1140px;
  padding: 20px 1%;
  margin: 0 auto;
  width: 98%;
  display: block;
  float:none;
}

/* headlines end */

/* buttons */

.button
{
  float: left;
  width: auto !important;
  color: #fff !important;
  background: #1dac00 !important;
  border: 0 none !important;
  height: 2.125em !important;
  line-height: 2.125em !important;
  padding: 0 1.25em !important;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  display: block;
}

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

.confirm-order-form .confirm-button
{
  text-transform: uppercase;
}

.button:hover
{
  background: #4c4c4c !important;
}

.back-button
{
  float: right;
}

/* buttons end */

/* header */

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

.user-box a,
.user-box p
{
  float: right;
  color: #fff;
  line-height: 24px;
  margin-left: 1.5em;
  font-size:0.875em;
}

.user-box a:hover
{
  color:#aaa;
}

header
{
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
  background-color: #4c4c4c;
  color:#fff;
  position:fixed;
  top:0;
  left:0;
  z-index:99;
}

header .logo
{
  float: left;
}

.account
{
  float: right;
  border-radius: 5px;
  padding: 8px;
  border:1px solid #fff;
  color:#fff;
  letter-spacing: 2px;
}

.account:hover
{
  color:#fff;
  background-color: #1dac00;
}

.cart
{
  float: right;
  height: 34px;
  background: url('img/cart-icon.png') no-repeat left center;
  padding-left:45px;
  margin-right: 20px;
}

.cart span
{
  float: right;
  line-height: 25px;
  height:25px;
  display: block;
  font-size:0.875em;
  font-family: Tahoma, sans-serif;
  color:#dedede;
  font-weight:bold;
  background-color:#767676;
  text-align:center;
  border-radius: 50%;
  min-width: 25px;
  margin-top:10px;
}

.search
{
  float:right;
  border: 1px solid #cbcbcb;
  padding: 5px 10px;
  border-radius:5px;
  margin-top: 20px;
  background-color: #fff;
  margin-right: 10px;
}

.search li
{
  float: left;
}

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

.search input
{
  height: 24px;
  line-height: 24px;
  display: block;
  color: #000;
  border:0 none;
}

.search .submit-box input
{
  height: 24px;
  width: 24px;
  background: url(img/spyglass.png) no-repeat center center;
}

.menu
{
  background: rgba(255,255,255,0.7);
  height: 80px;
  clear: both;
  padding:10px 0;
  z-index:2;
  position: relative;
}

.menu .hr
{
  float: left;
}

.menu .hr a
{
  height: 80px;
  float: left;
  padding: 0 20px;
  text-align: center;
}

.menu .hr a.current
{
  color:#aaa;
}

.menu .hr img
{
  margin-bottom: 5px;
  min-height: 52px;
}

.menu .hr span
{
  display: block;
}

.menu .lr
{
  display: none;
}

.menu .lr > p
{
  height: 50px;
  line-height: 50px;
  float: left;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 1.125em;
  cursor: pointer;
  margin-left:20px;
  margin-top:15px;
}

.menu .lr > p
{
  background: #4C4C4C;
  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: #575757;
  font-size: 2em;
  padding-left: 1.2em;
  margin-bottom: 0.4em;
  line-height: 1.1em;
  background: url('img/close.png') no-repeat left 2px;
  cursor: pointer;
}

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

/* header end */

/* footer */

footer
{
  float: left;
  width: 100%;
  background: #262626;
  color: #fff;
  padding: 20px 0;
}

footer a
{
  color: #a3a3a3;
}

.footer-menu ul
{
  float: left;
  margin-top:20px;
  width:100%;
}

.footer-menu li
{
  line-height: 1.5em;
  text-align: center;
  font-size: 0.875em;
  margin-bottom: 3px;
}

.footer-menu
{
  width:50%;
  float:right;
  font-family: Tahoma, sans-serif;
}

.footer-menu div
{
  width:50%;
  float:left;
  box-sizing: border-box;
  padding:0 20px;
  text-align: center;
}

.footer-menu p,
.contact-box p
{
  text-align: center;
  margin-bottom: 20px;
  color:#fff;
}

.footer-menu a:hover,
.footer-menu a.current
{
  color:#fff;
}

.footer-menu img
{
  height:42px;
}

.bottom
{
  background-color: #000;
  color:#dedede;
  padding:20px 0;
  float:left;
  width:100%;
  font-size:0.875em;
}

.bottom address
{
  font-style: normal;
  display: inline;
}

.bottom address a
{
  color:#fff;
}

.bottom address a:hover
{
  text-decoration: underline;
}

.contact-box
{
  width:37%;
  float:left;
}

.contact-box .form li
{
  width:100%;
  float:left;
  margin-bottom: 10px;
}

.contact-box p
{
  text-align: left;
}

.contact-box .form li input,
.contact-box .form li textarea
{
  background-color: #141414;
  color:#fff;
  font-size:0.875em;
  border:0 none;
  padding:10px;
  width: calc(100% - 20px);
}

.contact-box .form li textarea
{
  width: calc(100% - 20px);
  resize:none;
  height:80px;
}

.contact-box li.submit-box input
{
  border-radius:5px;
  border:2px solid #9f9f9f;
  font-weight: bold;
  width:100px;
}

.contact-box .errors
{
  float:left;
  font-size:0.875em;
  box-sizing: border-box;
  background-color: transparent;
  color:#dedede;
}

.contact-box .inner-error p
{
  font-weight: normal;
  color:#dedede;
  font-size:0.875em;
}

/* footer end */

/* general */

main
{
  float: left;
  width: 100%;
  background-color: #fff;
  min-height:400px;
}

.gray main
{
  background-color: #f2f2f2;
}

.section
{
  background-color: #fff;
  box-sizing: border-box;
  margin:20px auto;
  padding:0;
}

.gray .section
{
  padding:20px;
}

.section:after
{
  content:'';
  display:block;
  clear:both;
}

.section-first
{
  margin-top:10px;
}

.section-last
{
  margin-bottom: 0;
}

.bordered-section
{
  padding:20px;
  border:1px solid #cbcbcb;
}

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

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

.shipment-box
{
  padding:20px 0;
  float:left;
  width:100%;
  text-align: center;
  background-color: #fff;
}

.shipment-box p
{
  display: inline;
  padding:5px 0;
  padding-left:35px;
  background: url(img/shipment-icon.png) no-repeat left center;
}

.helptext a
{
  color:#aaa;
}

/* general end */

/* wide list */
.wide-list
{
  width:100%;
  float:left;
  table-layout: fixed;
  border-collapse:separate;
  margin-bottom: 10px;
}

.wide-list td
{
  background-color: #fff;
  padding:20px;
  border-top:10px solid #f2f2f2;
  border-left:10px solid #f2f2f2;
  vertical-align: top;
}

.wide-list td > div
{
  padding:20px;
}

.wide-list td.first
{
  border-left:0;
}

.wide-list td h2,
.wide-list td .ed
{
  margin-bottom: 20px;
}

.wide-list td .ed
{
  font-size:0.875em;
}

.wide-list .price
{
  font-weight: bold;
  font-size:1.5em;
  text-align: center;
  margin:20px 0;
  float:left;
  width:100%;
}

.wide-list .button
{
  float:none;
  margin:0 auto;
  max-width: 80px !important;
  clear: both;
}

.wide-list td .img img
{
  max-width:100%;
  margin:0 auto;
}

.wide-list td.first .img
{
  width:100%;
  float:left;
  text-align: center;
}

.wide-list td.second .img,
.wide-list td.last .img
{
  width:48%;
  float:left;
}

.wide-list td .content
{
  width:48%;
  float:right;
}


/* wide list end */

/* helpline */
.helpline
{
  float:left;
  width:100%;
  padding:20px 0;
  background-color: #fff;
}

.helpline .wrapper > div:nth-child(1)
{
  float:left;
  width:55%;
  color:#575757;
}

.helpline .wrapper > div:nth-child(1) strong
{
  font-size:1.125em;
  display: block;
  text-align: center;
}


.helpline .wrapper > div:nth-child(1) em
{
  font-style: normal;
  text-align: center;
  margin-top:10px;
  display: block;
}

.helpline .wrapper > div:nth-child(1) img
{
  margin:20px auto;
  display: block;
}

.helpline .wrapper > div:nth-child(1) strong.phone
{
  font-size:1.25em;
}

.helpline .wrapper > div:nth-child(2)
{
  float:right;
  width:40%;
}

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

.helpline .wrapper > div:nth-child(3)
{
  float:left;
  width:100%;
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid #cbcbcb;
}

.helpline .wrapper > div:nth-child(3) a
{
  margin-right: 20px;
  float:right;
}

.helpline .ed
{
  float:left;
  width:60%;
  font-size:0.875em;
}

.helpline .wrapper > div:nth-child(3) .ed a
{
  float:none;
  margin-right: 0;
}

/* helpline 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: 1em 1.25em;
  background: #000;
  margin-bottom: 2px;
  cursor: pointer;
}

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

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

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

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

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

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

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

/* 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: #f2f2f2;
  color: #000;
}

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

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

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

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

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

.actions
{
  float: left;
  width: 100%;
  margin:20px 0;
}

.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;
  padding: 10px;
  float:left;
  width:100%;
  box-sizing: border-box;
  margin:20px 0;
  margin-bottom: 10px;
  font-weight: bold;
  color:#575757;
}

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

.notices p
{
  display: inline;
}

/* messages end */

/* news */

/* list */

.date
{
  display: inline-block;
  background: #4c4c4c;
  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 */

/* box list */

.box-list
{
  float: left;
  width: 100%;
  margin:5px 0;
}

.box-list li
{
  float: left;
  width: 50%;
  border:5px solid #f2f2f2;
  background: #fff;
  padding:20px;
  box-sizing: border-box;
}

.box-list li:nth-child(odd)
{
  margin-left:-5px;
}

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

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

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

.box-list .content
{
  float:right;
  width:50%;
}


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

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

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

.box-list .ed
{
  font-size:0.875em;
  height:100px;
  overflow: hidden;
  margin-bottom: 20px;
}

.price
{
  text-align: center;
  height:50px;
}

.price strong
{
  font-size: 1.5em;
  color: #575757;
  display: block;
  margin-bottom: 20px;
}

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

.box-list .button
{
  margin:20px auto;
  float:none;
  max-width:80px !important;
}

.cart-button,
.ask-button
{
  float: left;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 2px;
  background: #1dac00;
  border-radius: 5px;
}

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

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

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

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

/* product lists end */

/* overlay */

.img
{
  position: relative;
}

/* product details */

.product
{
  float:left;
  width:100%;
  background-color: #fff;
}

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

.product figure img
{
  display: block;
  max-width:515px;
}

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

.bound-goods .headline,
.product .headline
{
  text-transform: none;
}

.bound-goods .headline
{
  float:left;
  width:100%;
  color:#303030;
  font-size:1.125em;
  font-weight: normal;
}

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

.thumbs li img
{
  max-width: 150px;
  max-height: 150px;
}

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

.product .product-data
{
  width:50%;
  float:right;
}

.product .price
{
  text-align: center;
  height:auto;
  margin-bottom: 0;
}

.product .price strong
{
  font-size: 2em;
  letter-spacing: -3px;
  display: inline-block;
  margin: 0;
}

.product .price span
{
  display: inline-block;
  margin-left: 10px;
  font-size:1.125em;
}

.product .data
{
  float: left;
  width: 100%;
  margin-bottom: 1.25em;
  table-layout: fixed;
}

.product .data td
{
  background: #f2f2f2;
  border-bottom: 2px solid #fff;
  padding: 16px 20px;
  font-weight: bold;
  border-right:2px solid #fff;
  vertical-align: middle;
}

.product .data span
{
  text-transform: uppercase;
  font-weight: normal;
}

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

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

.product-quantity p
{
  text-align: right;
  clear: both;
  text-transform: uppercase;
}

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

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

.product-quantity input
{
  width: 30px;
  height: 32px;
  padding: 0 4px;
  line-height: 32px;
  float: right;
  margin: 10px 1.25em 24px 0;
  border: 0 none;
  background-color: #f2f2f2;
  color:#575757;
  font-weight: bold;
  text-align: center;
}

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

.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;
  text-transform: uppercase;
  line-height: 24px;
  padding: 15px 10px;
  margin-right: 2px;
  font-size:0.875em;
  background: #fff;
}

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

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

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

#_refersite .std-form li
{
  width:100%;
  margin-right: 0;
}

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

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

.property-list p span
{
  font-weight: bold;
  text-transform: none;
  text-transform: none;
}

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

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

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

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

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

.list-table .img
{
  float:left;
  display: block;
  max-width:60px;
  margin-right: 10px;
}

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

/* 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.25em;
  border-top:1px solid #cbcbcb;
  padding-top:10px;
}

.path span
{
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  color: #bbb;
}

.path span:after
{
  content: '>';
  padding:0 20px;
  color: #575757;
}

.path span:last-child:after
{
  content: '';
}

.path .current
{
  color: #575757;
}

.summary li
{
  padding: 15px 20px;
  text-align: right;
  font-weight: bold;
  margin-bottom: 2px;
}

.summary .odd
{
  background: #ebebeb;
}

.summary .even
{
  background: #f2f2f2;
}

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

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

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

.discount-code .section
{
  background-color: #f2f2f2;
  float:left;
  width:100%;
  padding:20px;
}

.discount-code .section .std-form li
{
  width:50%;
}

.delivery-content img
{
  float:left;
  margin-right:1em;
}

/* basket & orders end */

/* home */

.slider
{
  float:left;
  width:100%;
  background-color: #fff;
  margin-top:-100px;
  z-index:1;
  position: relative;
  overflow: hidden;
}

.slider .slide-wrap
{
  position: relative;
}

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

.slider ul li
{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
}

.slider .slide-content
{
  position:absolute;
  top:60%;
  left:10%;
  color:#fff;
}

.slider .slide-content h2
{
  font-size:2.5em;
}

.slider .slide-content h3
{
  font-size:1.5em;
}

.slider .slide-content p
{
  margin:0.5em 0;
}

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

/* paginator */

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

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

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

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

/* paginator end */

/* sitemap */

.sitemap
{
  margin-bottom: 1.5em;
}

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

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

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

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

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

/* sitemap end */

/* bestsellers box */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* bestsellers box end */

/* cookies box */
.cookies-box
{
  background: #fff;
  background:rgba(255,255,255,0.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 */

/* media queries */

@media screen and (max-width: 1140px)
{
  .box-list li,
  .news-list li
  {
    width: 48.04%;
  }
  
  .property-list
  {
    width: 58%;
  }
  
  .property-list li
  {
    width: 48%;
    margin-right: 2%;
  }
  
  .std-form li
  {
    width: 31.37%;
    margin-right: 1.96%;
  }
}

@media screen and (max-width: 980px)
{
  .menu .hr a
  {
    padding:0 10px;  
  }
  
  .menu .hr span
  {
    font-size:0.875em;
  }
  
  .menu .hr img
  {
    min-height:32px;
    max-height:32px;
    margin-top:8px;
  }
  
  .slider .slide-content
  {
    top:50%;
  }

  .slider .slide-content h2
  {
    font-size:1.8em;
  }

  .slider .slide-content h3
  {
    font-size:1.25em;
  }
}

@media screen and (max-width: 800px)
{
  .search
  {
    width:20%;
  }
  
  .search li:first-child
  {
    width: calc(100% - 25px);
  }
  
   .search input
  {
    width: calc(100% - 25px);
  }
  
  .property-list,
  .product-quantity
  {
    width: 100%;
  }
  
  .tabs .tab-nav li
  {
    margin-bottom: 3px;
  }
  
  .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;
  }
  
  .wide-list td
  {
    display: block;
    float:left;
    width:100%;
    border-left:0;
    border-top:0;
    padding:0;
  }
  
  .wide-list td > div
  {
    float:left;
  }
   
  .slider .slide-content h2
  {
    font-size:1.5em;
  }

  .slider .slide-content h3
  {
    font-size:1.125em;
  }
}

@media screen and (max-width: 640px)
{
  .product figure
  {
    width: 40%;
  }
  
  .product figure .img img
  {
    max-width:200px;
  }
  
  .product .product-data
  {
    width: 55%;
  }
  
  .thumbs li img
  {
    max-width: 100px;
    max-height: 100px;
  }
}

@media screen and (max-width: 600px)
{
  .menu .hr
  {
    display: none;
  }
  
  .menu .lr
  {
    display: block;
  }
  
  .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;
  }
  
  .product figure .img img
  {
    max-width:515px;
  }
  
  .product .product-data
  {
    width: 100%;
    margin-top:20px;
  }
  
  .thumbs li img
  {
    max-width: 150px;
    max-height: 150px;
  }
  
  .gallery,
  .gallery-aside
  {
    width: 100%;
    margin-right: 0;
  }
  
  .up600
  {
    display: none;
  }
  
  .std-list .img
  {
    width: 100%;
  }
  
  .std-list .control
  {
    float: left;
    position: static;
    width: 100%;
    padding-left: 0;
  }
  
  .helpline .wrapper div:nth-child(2)
  {
    display: none;
  }
  
  .helpline .wrapper div:nth-child(1)
  {
    width:100%;
  }
  
  .bottom
  {
    text-align: center;
  }
  
  .footer-menu div
  {
    width:100%;
    margin-top:20px;
  }
  
  .footer-menu div:first-child
  {
    margin-top:0;
  }
  
  .user-box
  {
    padding:13px;
    box-sizing: border-box;
  }
  
  .section
  {
    margin:10px 0;
  }
  
  .list-table td,
  .list-table th
  {
    padding:5px;
  }
  
  .slider .slide-content h2
  {
    font-size:1.25em;
  }

  .slider .slide-content h3
  {
    font-size:1em;
  }
  
  .slider .slide-content p
  {
    font-size:0.875em;
  }
  
  .delivery-content
  {
    font-size:70%; 
  }
}

@media screen and (max-width: 450px)
{
  .std-form li
  {
    width: 98.04%;
  }
  
  .slider img
  {
    display: none;
  }
  
  .slider p
  {
    position: static;
  }
  
  .discount-code .section .std-form li
  {
    width: 100%;
  }
}

@media screen and (max-width: 400px)
{
  header .logo
  {
    width: 150px;
    max-width: 150px;
  }
  
  header .logo img
  {
    display: block;
    width:100%;
  }
  
  .account
  {
    padding: 8px;
  }
  
  .confirm-button
  {
    max-width: 100px;
    height:auto !important;
    line-height: 1.5em !important;
  }
}

@media screen and (max-width: 360px)
{
  .contact-box,
  .footer-menu,
  .wide-list td .content
  {
    width: 100%;
  }
  
  .footer-menu
  {
    margin-top:1em;
  }
  
  .wide-list td .img img
  {
    max-width: 270px;
    margin: 0px auto;
  }
  
  .wide-list td.second .img, .wide-list td.last .img
  {
    width:100%;
    margin-bottom:1em;
  }
}

/* media queries end */
