body {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 13px;
  color: #000;
}
.line-break {
  width: 100%;
  height: 1px;
  background: #c1bbbb;
  margin: 10px 0;
  float: left;
}
.wrapper > .header {

  height: auto;

  overflow: visible;
}

.wrapper > .header > div{
  padding-right: 0;
}

.wrapper > .header > div > div > div > a > img{
  width: 100%;
}

.wrapper > .body > .fl_left > ul.list-products > li {
  width: 98%;
}
.wrapper > .footer > .fl_left > .address > span {
  width: 80%;
  line-height: 20px;
}

.wrapper > .new_customer_notification {
  width: 74%;
    height: 92px;
    left: 8%;
    bottom: 50px;
 }

 .wrapper > .new_customer_notification > div > .layout_img {
  max-width: 80px;
 }

 .wrapper > .new_customer_notification > div > .layout_content > span {
    margin-bottom: 2%;
    float: left;
  }

 .wrapper > .new_customer_notification > div > .layout_content > span > a {
    max-height: 16px;
  }
