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

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

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

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

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

@font-face
{
  font-family: OpenSans;
  src: url('fonts/OpenSans-Semibold.ttf');
  font-weight: 600;
}

@font-face
{
  font-family: OpenSans;
  src: url('fonts/OpenSans-SemiboldItalic.ttf');
  font-style: italic;
  font-weight: 600;
}

html
{
  background: #fff;
}

body
{
  font-family: OpenSans;
  color: #000;
  font-size: 16px;
  float: left;
  width: 100%;
}

.wrapper
{
  max-width: 1000px;
  padding: 0 2%;
  margin: 0 auto;
  width: 96%;
}

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

button
{
  background: transparent;
  padding: 0;
  margin: 0;
}

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

a
{
  color: #000;
}

*
{
  line-height: 1.25em;
}

.img img
{
  display: block;
}

*:focus
{
  outline: none;
}

.ed
{
  font-size: 0.875em;
}

/* headlines */

.headline
{
  clear: both;
  position: relative;
}

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

.headline h1,
.headline p
{
  color: #fff;
  font-weight: 600;
  font-size: 70px;
  position: absolute;
  top: 50%;
  width: 96%;
  padding: 0 2%;
  left: 0;
  text-align: center;
  margin-top: -0.625em;
  text-transform: uppercase;
}

.section-headline
{
  font-weight: normal;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.heading
{
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: center;
}

/* headlines end */

/* buttons */

.button
{
  display: inline-block;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600;
  padding: 0 20px;
  border: 3px solid #ececec;
  font-size: 0.875em;
}

.button:hover
{
  border-color: #000;
}

.fw-button
{
  background-image: url('img/fw-icons.png');
  background-position: right 15px top;
  background-repeat: no-repeat;
  padding-right: 35px;
}

.red-button
{
  border-color: #c00 !important;
  background-color: #c00 !important;
  color: #fff !important;
}

.red-button:hover
{
  border-color: #a60000 !important;
  background-color: #a60000 !important;
}

.fw-button.red-button
{
  background-position: right 15px top -28px;
}

.back-button
{
  background-image: url('img/fw-icons.png');
  background-position: 15px -56px;
  background-repeat: no-repeat;
  padding-left: 35px;
}

/* buttons end */

/* header */

header
{
  float: left;
  width: 100%;
  background: #000;
  color: #fff;
  margin-bottom: 40px;
}

header a
{
  color: #fff;
}

.top
{
  height: 80px;
}

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

.lr-logo
{
  display: none;
}

.top span,
.top .cart
{
  float: right;
  padding: 0 20px 0 50px;
  height: 80px;
  border-left: 1px solid #404040;
  border-right: 1px solid #404040;
  margin-left: -1px;
  line-height: 80px;
  font-size: 0.75em;
  text-transform: uppercase;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.top span:hover,
.top .cart:hover,
.top span.active
{
  background-color: #303030;
}

.top span img
{
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.top .lang
{
  background-image: url('img/globe-icon.png');
}

.top .cart
{
  background-image: url('img/basket-icon.png');
}

.top .account
{
  background-image: url('img/account-icon.png');
}

.top .search
{
  padding-left: 20px;
}

.slide-box
{
  clear: both;
  display: none;
  float: left;
  width: 100%;
  color: #fff;
  background: #303030;
  padding: 30px 0;
  text-align: center;
}

.slide-box .black-box
{
  background: #000;
  float: left;
  width: 100%;
  padding: 30px 0;
  margin-bottom: -30px;
}

.slide-box .wrapper
{
  position: relative;
}

.slide-box .close
{
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: url('img/close.png') no-repeat left top;
  cursor: pointer;
}

/* user box */

.user-box input[type=password]
{
  margin-bottom: 20px;
}

.user-box .std-form a
{
  font-size: 0.875em;
}

.user-box .button
{
  border-color: #fff;
  color: #fff;
}

/* user box end */

/* langs */

.langs nav
{
  float: right;
  margin-right: 50px;
}

.langs nav a
{
  float: left;
  margin-left: 20px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600;
  padding: 0 20px;
  border: 3px solid #303030;
}

.langs nav a:hover,
.langs nav a.current
{
  border-color: #fff;
}

/* langs end */

/* search box */

.search-box .wrapper div
{
  width: 96%;
  padding: 0 2%;
  max-width: 420px;
}

.search-box .std-form input
{
  border-color: #fff;
  color: #fff;
  background: transparent;
  width: calc(100% - 76px);
  float: left;
  font-size: 1.125em;
  height: 29px;
  line-height: 29px;
  margin-right: -3px;
}

.search-box button
{
  border: 3px solid #fff;
  background: url('img/magnify.png') no-repeat center center;
  height: 49px;
  width: 53px;
  float: right;
}

/* search box end */

/* header end */

/* footer */

.ad
{
  background: #ebebeb;
  clear: both;
  padding: 30px 0;
}

.ad .ed p
{
  margin-bottom: 0;
}

footer
{
  clear: both;
  padding: 60px 0 30px 0;
  height: 367px;
  background: #212121 url('img/footer-bg.jpg') no-repeat center top;
  color: #fff;
}

footer .logo
{
  display: block;
  margin-bottom: 30px;
}

footer .left,
footer .right
{
  float: left;
  width: 49%;
}

footer .left
{
  margin-right: 2%;
}

footer nav a
{
  color: #999;
  text-transform: uppercase;
  font-size: 0.75em;
}

footer nav div
{
  margin-bottom: 15px;
}

footer .socials
{
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

footer .socials img
{
  float: left;
  margin-right: 30px;
}

footer .copy
{
  clear: both;
  padding-top: 30px;
  height: 30px;
  background: url('img/payments.png') no-repeat left 30px;
  text-align: right;
  font-size: 0.675em;
  color: #999;
  border-top: 1px solid #454545;
}

/* footer end */

/* general */

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

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

.text-content
{
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

/* general end */

/* categories */

.scrolled .categories,
.scrolled .lr-categories
{
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  background: #000;
}

.scrolled .categories .wrapper,
.scrolled .lr-categories .wrapper
{
  background: url('img/logo-min.png') no-repeat 2% center;
}

#categories
{
  text-align: center;
}

#categories li,
#categories div
{
  display: inline-block;
  text-transform: uppercase;
}

#categories ul div
{
  display: block;
}

#categories a
{
  display: block;
  padding: 22px 20px;
  font-size: 0.875em;
}

#categories ul
{
  display: none;
}

#categories li
{
  position: relative;
}

#categories li:hover > div a
{
  background: #303030;
}

#categories li:hover ul
{
  display: block;
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 10;
}

#categories ul a
{
  display: block;
  text-align: left;
  background: #303030;
  padding: 12px 20px;
  border-bottom: 1px solid #444;
  width: 180px;
}

#categories ul li div a:hover
{
  background: #3b3b3b;
}

.lr-categories
{
  display: none;
}

/* categories end */

/* newsletter */

.newsletter
{
  float: left;
  width: 100%;
  margin-bottom: 120px;
}

.newsletter .tag
{
  color: #999;
  font-style: italic;
  margin-bottom: 20px;
}

.newsletter .button
{
  border-color: #fff !important;
  color: #fff !important;
  width: 140px;
}

.newsletter div
{
  float: left;
  width: 100%;
}

.newsletter input
{
  border: 1px solid #fff;
  height: 34px;
  width: calc(100% - 162px);
  margin-right: -1px;
  background: transparent;
  color: #fff;
  float: left;
  padding: 0 10px;
  line-height: 34px;
}

/* newsletter end */

/* contact */

.map iframe
{
  width: 100%;
  height: 500px;
}

/* contact end */

/* forms */

.std-form
{
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

.std-form li
{
  margin-bottom: 20px;
  text-align: center;
}

.std-form label
{
  text-align: center;
  display: block;
  margin-bottom: 10px;
  font-size: 0.875em;
}

.std-form .checkbox label
{
  display: inline-block;
}

.std-form input,
.std-form select,
.std-form textarea
{
  display: block;
  border: 3px solid #ededed;
  text-align: center;
}

.std-form input,
.std-form textarea
{
  width: calc(100% - 26px);
  padding: 7px 10px;
}

.std-form input
{
  height: 19px;
}

.std-form .checkbox input
{
  display: inline-block;
  padding: 0;
  margin-right: 10px;
  width: auto !important;
  height: auto !important;
}

.std-form textarea
{
  height: 121px;
}

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

.std-form .submit-box p
{
  font-style: italic;
  margin-bottom: 20px;
  font-size: 0.75em;
  color: #666;
}

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

.actions .button
{
  float: right;
  margin-left: 10px;
  margin-bottom: 3px;
}

.actions .back-button
{
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

/* forms end */

/* messages */

.errors,
.notices
{
  clear: both;
  margin-bottom: 20px;
}

.errors li,
.notices li
{
  padding: 12px 20px 12px 55px;
  line-height: 20px;
  font-size: 0.875em;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-position: left top;
  border-width: 3px;
  border-style: solid;
  text-align: center;
}

.errors li
{
  border-color: #c00;
  color: #c00;
  background-image: url('img/error-icon.jpg');
}

.notices li
{
  border-color: #07eb62;
  color: #07eb62;
  background-image: url('img/confirm-icon.jpg');
}

.notices strong,
.errors strong
{
  text-transform: uppercase;
}

.inner-error
{
  color: #bf0000;
  padding-top: 10px;
}

.inner-error p
{
  margin-bottom: 10px;
}

/* messages end */

/* news */

/* list */

.date
{
  display: block;
  font-size: 0.75em;
  margin-bottom: 25px;
}

.news-list li,
.news-box
{
  float: left;
  width: calc(48.04% - 2px);
  margin: 0 1.96% 1.5em 0;
  border: 1px solid #ececec;
  position: relative;
  cursor: pointer;
}

.news-box
{
  width: calc(49% - 2px);
  margin-right: 2%;
}

.news-list li:hover,
.news-box:hover
{
  background: #ececec;
}

.news-list .img,
.news-box .img
{
  float: left;
  width: 46%;
}

.news-list .img img,
.news-box .img img
{
  display: block;
  width: 100%;
}

.news-list .content,
.news-box .content
{
  float: left;
  padding: 20px;
  width: calc(54% - 40px);
}

.news-list h2,
.news-box h2
{
  height: 3.75em;
  overflow: hidden;
  margin-bottom: 0.5em;
  font-style: italic;
}

.news-list h2 a:hover
{
}

.news-list .more,
.news-box .more
{
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* list end */

/* details */

.back-nav
{
  text-align: center;
  margin-bottom: 30px;
}

.news
{
  text-align: center;
}

.news .date
{
  font-size: 1.125em;
}

.news h1
{
  font-style: italic;
  font-size: 1.875em;
  margin-bottom: 30px;
  font-weight: normal;
}

.news .img
{
  display: block;
  width: 100%;
  max-width: 482px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* details end */

/* news end */

/* product lists */

/* control box */

.control-box
{
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 14px 10px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.control-box label
{
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  margin-right: 10px;
  line-height: 30px;
}

.control-box select
{
  float: left;
  margin-right: 30px;
  border: 3px solid #ececec;
  height: 30px;
}

/* control box end */

/* box list */

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

.box-list li
{
  float: left;
  width: 23.04%;
  margin: 0 1.96% 1.96% 0;
  cursor: pointer;
}

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

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

.box-list div
{
  border: 1px solid #ececec;
  padding-bottom: 20px;
}

.box-list div:hover,
.box-list div:hover h2
{
  background: #ececec;
}

.box-list h2
{
  font-size: 0.875em;
  height: 1.25em;
  overflow: hidden;
  font-weight: normal;
  padding: 20px 20px 0 20px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

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

.price
{
  padding: 0 20px;
}

.price strong
{
  font-size: 0.75em;
  font-weight: normal;
}

.price span
{
  text-decoration: line-through;
  margin-left: 10px;
}

/* box list end */

/* product lists end */

/* product details */

.product figure
{
  float: left;
  width: 48%;
  margin: 0 5% 30px 0;
}

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

.product figure .img
{
  display: block;
  margin-bottom: 50px;
  border: 1px solid #ececec;
}

.thumbs
{
  text-align: center;
}

.thumbs li
{
  display: inline-block;
  border: 1px solid #ececec;
  margin: 0 1% 1% 1%;
  width: 15%;
}

.thumbs li img
{
  width: 100%;
}

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

.product .data
{
  float: left;
  width: 47%;
  text-align: center;
}

.product .data h1
{
  font-weight: 600;
  font-size: 1.25em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.product .price
{
  font-size: 1.875em;
  margin-bottom: 30px;
}

.cart-button
{
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  background: #c00;
  color: #fff;
  border: 0 none;
  margin-bottom: 45px;
}

.cart-button:hover
{
  background: #a60000;
}

.product .data .button
{
  margin-bottom: 45px;
}

.property-list li
{
  margin-bottom: 20px;
}

.property-list label
{
  line-height: 30px;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 600;
}

.property-list select
{
  display: inline-block;
  border: 1px solid #ececec;
  margin-left: 10px;
  height: 30px;
}

/* product details end */

/* lists */

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

.list-table th,
.list-table td
{
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid #ececec;
  vertical-align: middle;
  font-size: 0.875em;
}

.list-table th
{
  text-transform: uppercase;
  vertical-align: baseline;
}

.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: 7px 25px;
  line-height: 20px;
  height: 20px;
  border: 3px solid #ececec;
  text-align: center;
}

.list-table img
{
  max-width: 80px;
}

.summary
{
  margin-bottom: 30px;
}

.summary li
{
  padding: 15px 20px;
  text-align: right;
  font-weight: bold;
  border-top: 1px solid #ececec;
  font-size: 0.875em;
}

.summary .last
{
  font-size: 1.5em;
  background: #000;
  color: #fff;
  border-top: 0 none;
}

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

.summary .last span
{
  text-transform: uppercase;
}

/* basket & orders end */

/* home */

.slider
{
  clear: both;
  position: relative;
}

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

.slider ul,
.slider li
{
  display: block;
}

.slider div,
.bottom-slider div
{
  position: absolute;
  z-index: 1;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.bottom-slider div
{
  bottom: 20px;
}

.slider div a,
.bottom-slider div a
{
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 5px;
  background: url('img/sliders.png') no-repeat left top;
}

.slider div a:hover,
.slider div a.current,
.bottom-slider div a:hover,
.bottom-slider div a.current
{
  background-position: left -6px;
}

.bottom-slider
{
  float: right;
  width: 49%;
  position: relative;
  margin-bottom: 1.5em;
}

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

.pagination
{
  clear: both;
  text-align: center;
}

.pagination a
{
  display: none;
}

/* 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
{
  float: left;
  width: 100%;
  border-top: 1px solid #ececec;
  padding-top: 30px;
}

/* 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: 1060px)
{
  .slide-box .close
  {
    right: 20px;
  }
}

@media screen and (max-width: 900px)
{
  .box-list li
  {
    width: 31.3733%;
  }
  
  .top .lang
  {
    border-right: 0 none;
  }
}

@media screen and (max-width: 800px)
{
  .bottom-slider,
  .news-box
  {
    margin-right: 0;
    width: 100%;
  }
  
  .news-list li
  {
    width: 98.04%;
  }
  
  .headline h1,
  .headline p
  {
    font-size: 60px;
  }
  
  .categories
  {
    display: none;
  }
  
  .lr-categories
  {
    display: block;
    text-align: center;
    text-transform: uppercase;
    position: relative;
  }
  
  .lr-categories p
  {
    padding: 20px 0 20px 30px;
    background: url('img/menu-icon.png') no-repeat left center;
    display: inline-block;
    cursor: pointer;
  }
  
  #lr-categories
  {
    display: none;
    position: absolute;
    width: 100%;
    background: #303030;
    left: 0;
    top: 60px;
    z-index: 10;
  }
  
  #lr-categories a
  {
    display: block;
    padding: 22px 0;
    font-size: 0.875em;
    border-bottom: 1px solid #444;
  }
  
  #lr-categories ul a
  {
    font-size: 0.8em;
    background: #3b3b3b;
  }
}

@media screen and (max-width: 700px)
{
  header .account
  {
    text-indent: -9999px;
    width: 21px;
    padding-left: 20px !important;
  }
  
  .box-list li
  {
    width: 48.04%;
  }
  
  .logo img
  {
    width: 114px;
    margin-top: 5px;
  }
  
  .product
  {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
  }
  
  .product figure,
  .product .data
  {
    width: 100%;
    margin-right: 0;
  }
  
  .headline h1,
  .headline p
  {
    font-size: 50px;
  }
}

@media screen and (max-width: 600px)
{
  .actions
  {
    text-align: center;
  }
  
  .actions .button
  {
    display: inline-block;
    float: none !important;
    clear: both;
    margin: 0 40px 20px 40px;
  }
  
  .headline h1,
  .headline p
  {
    font-size: 40px;
  }
}

@media screen and (max-width: 550px)
{
  .search-box .wrapper .std-form
  {
    padding-right: 60px;
    width: calc(98% - 60px);
  }
  
  footer .left
  {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: -30px;
  }
  
  footer .left img
  {
    width: 142px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  footer .left nav div
  {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  footer .right
  {
    text-align: center;
    width: 100%;
  }
  
  footer .socials
  {
    width: 100%;
  }
  
  footer .socials img
  {
    margin: 0 15px;
    float: none;
    display: inline-block;1
  }
  
  .newsletter
  {
    float: none;
    max-width: 340px;
    margin: 0 auto;
  }
  
  footer .copy
  {
    position: relative;
    top: 20px;
    padding-top: 70px;
    text-align: center;
    background-position: center 30px;
  }
  
  .list-table input
  {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 470px)
{
  .box-list li
  {
    width: 98.04%;
  }
  
  .top .cart
  {
    width: 21px;
    padding-left: 20px;
    text-indent: -9999px;
  }
  
  header .logo
  {
    display: none;
  }
  
  header .lr-logo
  {
    float: left;
    margin-top: 22px;
    display: block;
  }
  
  .basket-list tr td:nth-child(1),
  .basket-list tr th:nth-child(1)
  {
    display: none;
  }
  
  .actions .button
  {
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .headline h1,
  .headline p
  {
    font-size: 30px;
  }
}

@media screen and (max-width: 340px)
{
  header .lr-logo img
  {
    width: 30px;
  }
  
  .actions .button
  {
    margin-left: 0;
    margin-right: 0;
  }
  
  .headline h1,
  .headline p
  {
    font-size: 20px;
  }
}

/* media queries end */