.centered-container {
  position: relative;
  background: white;
  height: auto;
  width: 100%;
  margin: 70px auto 0;
  padding-top: 40px;
}

/** Newsletter Styles */

.newsletter {
  width: 1060px;
  margin: auto;
  margin-bottom: 150px;
}

.title-check-box button {
  background-color: #37183c;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0 5px;
    border: none;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}
.title-check-box button:hover {
  background-color: #492050;
}

.newsletter .logo-wrapper {
  position: relative;
  width: 100%;
  height: 32vh;
  min-height: 76px;
}

.newsletter .hero {
  width: 100px;
  height: 100px;
  padding-bottom: 10px;
}

.newsletter h1 {
  margin: 0;
  padding: 0px 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #7d7c7d;
}

.newsletter h3 {
  margin: 0;
  padding: 20px 25px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #6b7c93;
}

.input-wrapper {
  width: 60%;
  height: 50px;
  margin: 20px auto 36px;
  overflow: hidden;
  border: solid #ff7039;
  border-radius: 27px;
}

.email-wrapper {
  width: 75%;
  height: 50px;
  float: left;
  padding: 0;
}

.button-wrapper {
  width: 25%;
  height: 50px;
  float: left;
}

.newsletter input[type="email"] {
  width: 100%;
  height: 50px;
  padding: 0px 0px 0px 20px;
  background-color: transparent;
  border-width: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 50px;
  outline: none;
  letter-spacing: 0.4px;
  text-align: left;
  color: #6b7c93;
}

.newsletter input[type="submit"] {
  width: 100%;
  height: 100%;

  min-width: 110px;

  padding: 0;
  background-color: #ff7039;
  border-width: 0px;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
}
.check-box-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7d7c7d;
}

.check-box-container .show-all {
  margin: 10px 0;
  background-color: #19AEEE;
  color: #fff;
  line-height: 18px;
  display: none;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 5px;
  align-items: center;
  cursor: pointer;
}

.check-box-container .show-all i {
  margin-left: 6px;
}

.title-check-box {
  position: absolute;
  top: -30px;
  font-size: 20px;
  color: #ff7039;
  font-weight: 600;
}

.newsletter-categories {
  width: 100%;
  column-count: 4;
}

.newsletter-categories .check-box {
  margin: 5px 10px 5px 0;
  cursor: pointer;
  width: fit-content;
}

.newsletter-categories .check-box input, .newsletter-categories .check-box label {
  cursor: pointer;
}

.newsletter-categories .check-box:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .newsletter-categories {
    column-count: 3;
  }
}

.newsletter-unsubscribe {
  margin-top: 40px;
  background-color: crimson;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 900;
  height: 100%;
  border-radius: 5px;
}

.newsletter-unsubscribe a {
  padding: 16px 23px;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .newsletter {
    width: 90%;
    margin: auto;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  .centered-container {
    height: auto;
    padding-top: 50px;
  }
  .newsletter-categories {
    column-count: 2;
  }
  .input-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .newsletter-categories {
    column-count: 1;
    display: none;
  }
  .check-box-container .show-all {
    display: flex;
  }
}

.show-tags {
  display: block;
}

@media screen and (max-width: 450px) {
  .newsletter h1 {
    font-size: 22px;
  }
  .newsletter h3 {
    font-size: 13px;
  }
  .input-wrapper {
    position: relative;
    margin: 20px auto 70px;
  }
  .button-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -63px;
    left: 43%;
  }
  .input-wrapper {
    overflow: unset;
  }
  .newsletter input[type="submit"] {
    border-radius: 5px;
  }
  .email-wrapper {
    width: 100%;
  }
}

.commodities-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7d7c7d;
  padding: 10px 0;
}
