.video-youtube {
  height: 600px;
  margin: auto;
  margin-top: 70px;
  position: relative;
  width: 1100px;
}

div.wrapper-order-via {
  margin-top: 70px;
}

div.wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  margin: auto;
  margin-bottom: 70px;
  margin-top: 20px;
  position: relative;
  width: 1000px;
}

#modalBannerPopup .fa-times {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: white;
  cursor: pointer;
}

div.wrapper div.item {
  align-items: center;
  color: #333;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  border: 1px solid #ddd;
  height: 50px;
  margin: 0 15px;
  margin-bottom: 15px;
  position: relative;
  transition: 0.2s;
  width: 150px;
}

div.wrapper div.item:hover {
  transform: translate(0, -2px);
}

div.new {
  display: flex;
  flex-direction: row;
  height: 350px;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
  width: 1200px;
}

div.new div.arrival {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 580px;
}

div.new div.arrival div.img {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  transition: 1s;
  width: 100%;
}

div.new div.arrival:hover div.img {
  filter: brightness(0.8);
  transform: scale(1.05);
}

div.new div.arrival h3 {
  color: white;
  font-family: 'Open Sans';
  font-size: 25px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

div.new div.arrival button {
  background-color: white;
  border: none;
  bottom: 30px;
  color: #222222;
  font-family: 'Open Sans';
  font-size: 13px;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  transform: translate(-50%, 0);
}

div.new div.arrival button:hover {
  color: #555555;
}

div.new div.video {
  background-color: #eee;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 580px;
}

@media screen and (max-width: 1250px) {
  div.new {
    height: 250px;
    width: 900px;
  }

  div.new div.arrival {
    width: 430px;
  }

  div.new div.video {
    width: 430px;
  }
}

@media screen and (max-width: 950px) {
  div.new {
    display: block;
    height: auto;
    width: 90%;
  }

  div.new div.arrival {
    display: block;
    height: 300px;
    margin-bottom: 30px;
    width: 100%;
  }

  div.new div.video {
    display: block;
    height: 300px;
    width: 100%;
  }
}

div.products {
  height: auto;
  margin-bottom: 70px;
  width: 100%;
}

div.products h2.title {
  color: #222222;
  font-family: 'Nunito';
  font-size: 20px;
  text-align: center;
}

div.wrapper-order-via div.line {
  background-color: #333333;
  border-radius: 3px;
  height: 2px;
  margin-top: 15px;
  left: 50%;
  position: relative;
  transform: translate(-50%, 0);
  width: 60px;
}

div.products div.line {
  background-color: #333333;
  border-radius: 3px;
  height: 2px;
  margin-top: 15px;
  left: 50%;
  position: relative;
  transform: translate(-50%, 0);
  width: 100px;
}

div.products p.countdown {
  color: #444444;
  font-family: 'Open Sans';
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

div.products p.countdown span {
  margin-left: 5px;
}

div.banner {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  height: 150px;
  justify-content: center;
  position: relative;
  width: 100%;
}

div.banner h2.title {
  font-family: 'Nunito';
  font-size: 21px;
  margin: 0 auto;
}

div.banner div.line {
  background-color: #222222;
  border-radius: 15px;
  height: 3px;
  margin: 0 auto;
  margin-top: 10px;
  width: 50px;
}

div.banner p.countdown {
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

div.products div.main {
  height: auto;
  margin: auto;
  margin-top: 30px;
  position: relative;
  width: 1200px;
}

div.products div.main div.item {
  float: left;
  height: auto;
  margin: 0 15px;
  position: relative;
  width: 270px;
}

div.products div.main div.item:hover img {
  filter: brightness(0.8);
  transform: scale(1.05);
}

div.products div.main div.item div.img {
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

div.products div.main div.item div.img img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  width: 100%;
}

div.products div.main div.item p.name {
  color: #555555;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

div.products div.main div.item p.old-price {
  color: #666;
  font-family: 'Nunito';
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 0;
  margin-top: 3px;
  text-decoration: line-through;
  text-align: center;
}

div.products div.main div.item p.new-price {
  color: #333333;
  font-family: 'Nunito';
  font-size: 16px;
  margin-top: 0px;
  text-align: center;
}

div.products button.more {
  background-color: #222222;
  border: none;
  color: white;
  font-size: 15px;
  left: 50%;
  margin-top: 5px;
  padding: 8px 20px;
  position: relative;
  transform: translate(-50%, 0);
  transition: 0.2s;
}

div.products button.more:hover {
  background-color: #444;
}

@media screen and (max-width: 1050px) {
  div.wrapper {
    width: 800px;
  }

  div.wrapper div.item {
    margin-bottom: 20px;
  }

  div.wrapper div.item img {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 850px) {
  div.wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 92%;
  }

  div.wrapper div.item {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1250px) {
  div.products div.main {
    width: 900px;
  }

  div.products div.main div.item {
    width: 195px;
  }

  div.products div.main div.item div.img {
    height: 300px;
  }

  div.products div.main div.item p.name {
    font-size: 15px;
  }
}

@media screen and (max-width: 950px) {
  div.products div.main {
    width: 500px;
  }

  div.products div.main div.item {
    height: 430px;
    width: 220px;
  }

  div.banner p.countdown {
    font-size: 14px;
  }

  div.products div.main div.item div.img {
    height: 350px;
  }

  div.products div.main div.item p.name {
    font-size: 15px;
  }
}

@media screen and (max-width: 550px) {
  div.products div.main {
    width: 100%;
  }

  div.products div.main div.item {
    margin: 0 4%;
    width: 42%;
  }

  div.banner p.countdown {
    font-size: 14px;
  }

  div.products div.main div.item p.name {
    font-size: 13px;
  }

  div.products div.main div.item p.old-price {
    font-size: 12px;
  }

  div.products div.main div.item p.new-price {
    font-size: 14px;
  }
}
