#deals {
  margin-top: 18px;
}

#deals .container {
  width: 1352px;
}

#deals p {
  margin: 0;
}

#deals .button {
  width: 145px;
  height: 37px;
  line-height: 37px;
  border-radius: 18px;
  background-color: #ec182a;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-family: 'Avenir Next Bold';
  margin-top: 16px;
  text-decoration: none;
}

#deals .img {
  width: 100%;
}

#deals .p-name {
  line-height: 1.25em;
  font-size: 23px;
  font-weight: 500;
  color: #000;
  font-family: 'Avenir Next Medium';
}

#deals .p-price {
  line-height: 1.25em;
  font-size: 23px;
  color: #ec182a;
  font-weight: bold;
  font-family: 'Avenir Next Bold';
}

#deals .product-1 {
  width: 55%;
}

#deals .product-3 {
  width: 55%;
}

#deals .img-3 {
  margin-bottom: -31px;
}

#deals .banner-new {
  position: absolute;
  top: -41px;
  right: 189px;
}

#deals .product-5 {
  width: 27.5%;
}

#deals .product-6 {
  width: 27%;
}

#deals .product-7 {
  width: 25%;
}

@media screen and (max-width: 767px ) {

  #deals img {
    width: 100%;
  }

  #deals .deal-1 {
    padding: 0 6px 0 3.5px;
  }

  #deals .deal-2 {
    margin-top: 7px;
  }

  #deals .deal-3 {
    padding-right: 0;
  }

  #deals .deal-4 {
    padding: 0 6px 0 3.5px;
    margin-bottom: 10px;
  }

  #deals .p-name {
    font-size: 12px;
  }

  #deals .p-price {
    font-size: 13px;
  }

  #deals .button {
    font-size: 9px;
    width: 80px;
    height: 20px;
    line-height: 20px;
  }

  #deals .img-2 {
    margin-bottom: 5px;
  }

  #deals .img-3 {
    margin-bottom: -4px;
  }

  #deals .img-7 {
    margin-top: 29px;
    margin-bottom: 14px;
  }

  #deals .product-1 {
    width: 52%;
  }

  #deals .product-3 {
    width: 50%;
  }

  #deals .product-5 {
    width: 52.5%;
  }

  #deals .product-7 {
    width: 52%;
  }

  #deals .banner-new {
    top: 9px;
    right: 101px;
    max-width: 129px;
  }
}
