header {
  background-color: #0d525a;
}

@media (max-width: 750px) {
  header .hamburger {
    width: 35px;
    height: 35px;
  }
  header .hamburger span {
    width: 100%;
  }
  header .hamburger span:nth-child(1) {
    top: 5px;
  }
  header .hamburger span:nth-child(2) {
    top: 16px;
  }
  header .hamburger span:nth-child(3) {
    top: 27px;
  }
}

@media (max-width: 750px) {
  header .hamburger.active span:nth-child(1), header .hamburger.active span:nth-child(2) {
    top: 16px;
  }
}

@media (max-width: 750px) {
  header .logo.header-logo img {
    margin-top: 0;
  }
}

@media (max-width: 750px) {
  header .header-bc .header-bc-left {
    top: 0;
  }
}

.product-submit {
  padding: 0;
  overflow: hidden;
}

.product-submit a {
  padding: 14px 0;
  display: block;
}

[id="feature"] .feature-content .feature-content-desc h4 {
  text-align: left;
}

@media (max-width: 750px) {
  [id=product] .product-wrapper .ingredient {
    font-size: 12px;
  }
}

td,
th {
  vertical-align: middle;
}

.contact-contents-bottle-set {
  width: 100%;
  max-width: 780px;
}

.contact-contents-bottle-set table {
  table-layout: fixed;
  border-spacing: 0;
}

.contact-contents-bottle-set table tbody tr th {
  padding-top: 18px;
  padding-bottom: 30px;
}

@media (max-width: 750px) {
  .contact-contents-bottle-set table tbody tr th {
    font-size: 12px;
  }
}

.contact-contents-bottle-set table tbody tr th .prod-imgs {
  display: flex;
  align-items: center;
  margin-left: 18px;
  width: 160px;
}

.contact-contents-bottle-set table tbody tr th .prod-imgs img {
  width: 25%;
}

.contact-contents-bottle-set table tbody tr td {
  width: 60%;
  text-align: left;
  padding-bottom: 30px;
  font-weight: bold;
  padding-top: 18px;
  font-size: 20px;
}

@media (max-width: 750px) {
  .contact-contents-bottle-set table tbody tr td {
    font-size: 16px;
  }
}

.contact-contents-bottle-set table tbody tr:nth-child(even) th,
.contact-contents-bottle-set table tbody tr:nth-child(even) td {
  border-bottom: 1px solid #6C6C6C;
}

.contact-contents-bottle-set table tbody tr:nth-child(3) th,
.contact-contents-bottle-set table tbody tr:nth-child(3) td {
  padding-top: 30px;
}

.contact-contents-bottle-set table tbody tr.contact-contents-bottle-set_product_name th {
  padding-bottom: 0px;
}

.contact-contents-bottle-set table tbody tr.contact-contents-bottle-set_product_name td {
  padding-bottom: 0px;
}

.contact-contents-table {
  width: 100%;
  max-width: 780px;
}

.contact-contents-table table {
  table-layout: fixed;
}

@media (max-width: 750px) {
  .contact-contents-table table tr th {
    font-size: 12px;
  }
}

.contact-contents-table table tr td {
  width: 60%;
}

@media (max-width: 750px) {
  .contact-contents-table table tr td {
    font-size: 12px;
  }
}
