body,
html {
  overflow-x: hidden;
}

body,
p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 20px;
  margin: 0;
  line-height: 1.65;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

header {
  border-bottom: 2px double #336666;
}
header img {
  width: 250px;
  padding: 1rem 0;
}

.container {
  width: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1.25px;
  padding: 3rem 0 2rem 0;
  line-height: 1.5;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

hr {
  margin-left: auto;
  margin-right: auto;
}

.heading h4:last-child() {
  width: 70%;
}

.heading i br,
h2 br {
  display: none;
}

ul {
  padding-left: 9%;
  padding-top: 1rem;
  list-style-type: none;
  list-style-position: outside!important;
}

li {
  padding-left:30px;
  position:relative;
}

li:before {
    content: "— ";
    display:block;
    position:absolute;
    left:0px;
    width:30px;
    height:30px;
    top:0;
}

.bx-1 ul, .blue ul {
  padding-top: 2rem;
}

.blue li,
.bx-1 li {
  padding-left: 0;
}

.blue li:before,
.bx-1 li:before {
  display: none;
}

.order-item li:nth-child(-n+3) span.checkmark {
  position: absolute;
}

ul li span.item {
  display: inline-block;
  width: 100%;
  padding-left: 30px;
}

.order-items ul {
  padding-left: 0;
}

.font-weight-bold {
  font-weight: 700;
}

li {
  padding-bottom: 1rem;
}

.upper {
  text-transform: uppercase;
}

.card-img-top {
  padding-top: 3rem;
}

.pageContentWrapper {
  background-color: #f4f4f4;
}

.order-items {
  border-bottom: 1px solid lightsteelblue;
  background-color: #fff;
}

.order-item {
  position: relative;
}

.order-item .card-title {
  padding-top: 2rem;
}

section.products {
  border: 5px solid #336666;
}

section.products h5.title {
  color: #fff;
  background: #336666;
  padding: 0;
  padding: 2rem 0.25rem 2rem;
  margin: 0 -1rem;
}

.checkmark {
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: #336666;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 6px;
  margin-right: 1rem;
}

.checkmark:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 9px;
  background-color: #fff;
  left: 11px;
  top: 6px;
}

.checkmark:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #fff;
  left: 8px;
  top: 12px;
}

button {
  padding: 1% 3%;
  background: #336666;
  color: #fff;
  border-radius: 1rem;
  margin: 1.5rem 0;
  display: block;
  font-size: 30px;
  float: right;
  margin-right: 3rem;
}

.products {
  border-radius: 12px;
}

.products img {
  width: 82%;
  margin: 0 auto;
  display: block;
}

.arrow {
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  height: 20px;
  width: 20px;
}

/* Footer */
footer {
  background-color: #336666;
  color: #fff;
  padding: 0;
  letter-spacing: 1.5px;
}

.footer-top {
  padding: 45px 0 15px 0;
}

footer .logo {
  max-width: initial;
}

footer .light-logo {
  margin-bottom: 8px;
  width: 196px;
}

.footer_content {
  font-size: 13px;
}

.footer_content p a {
  color: #cc9966;
}

.footer_content p {
  color: #fff;
  font-size: 18px;
}



/** Privacy Policy page */
.privacy-policy ul {
  list-style-type: disc;
  padding-left: 2rem;
}

.privacy-policy ul li {
  padding-left: 0;
}

.privacy-policy ul li:before {
  display: none;  
}

.privacy-policy a {
  text-decoration: underline;
}



/** Media Styles **/

/* Small devices 600px and smaller */
@media only screen and (max-width: 640px) {
  .container {
    width: 95%;
  }

  .navbar-brand img {
    width: 85%;
  }

  ul {
    padding-left: 6%;
  }

  h1 br {
    display: none;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 24px;
  }

  .heading p i {
    font-size: 19px;
  }

  button {
    float: none;
    margin: 1.5rem auto;
    display: block;
  }

  .order-item .card-title {
    padding-top: 3rem;
  }

  footer span {
    display: none;
  }

  footer .privacy-footer {
    display: block;
  }
}

@media only screen and (min-width: 240px) and (max-width: 640px) {
  h1 {
    font-size: 28px;
  }

  h2 br {
    display: block;
  }
}

/* Small - Medium 601px - 767px */
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .navbar-brand img {
    width: 72%;
  }

  .heading p br {
    display: none;
  }

  h1 {
    font-size: 35px;
  }

  h1 br {
    display: none;
  }
}

/* Medium devices (landscape tablets, 768px to 992px) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 80%;
  }

  h1 {
    font-size: 35px;
  }

  ul {
    padding-left: 6%;
  }

  .heading i br {
    display: block;
  }

  .order-item .card-title {
    padding-top: 3rem;
  }
}

/* Medium devices (landscape tablets, 992px to 1180px) */
@media only screen and (min-width: 912px) and (max-width: 1280px) {
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 1280px) {
  .container {
    width: 60%;
  }
}

