body {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
}
.container {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.mx-auto {
  margin: auto;
}
.px-45 {
  padding-inline: 20px;
}
.logo {
  display: block;
  margin: auto;
}
.font-reemkufi {
  font-family: "Reem Kufi", sans-serif;
}
.font-opensans {
  font-family: "Open Sans", sans-serif;
}
.font-montserrat {
  font-family: "Montserrat", sans-serif;
}
.font-medium {
  font-weight: 600;
}
.bg-dgray {
  background-color: #4d4d4d;
}
.bg-gradient-white {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}
.bg-bio-dgreen {
  background-color: #9cc700;
  padding-bottom: 50px;
}
.ty-message {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  height: 0;
  text-align: center;
}

.cta-buttons {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.text-black {
  color: #000000;
}
.text-green {
  color: #3c763d;
}
.bg-gradient-lgreen {
  background-image: linear-gradient(
    rgba(194, 213, 0, 0.5),
    rgba(194, 213, 0, 0),
    #9cc700
  );
}
.bg-black {
  background-color: #000;
  color: white;
  padding: 3px 20px;
  max-width: fit-content;
  position: relative;
  margin: auto;
  width: 100%;
}
.recipe-wrap {
  margin-top: -2.3em;
}
.btn.focus,
.btn:focus {
  appearance: none;
  outline: none;
  box-shadow: none;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
}
h4 {
  padding: 5px;
  margin: 5px;
}
.pbbox {
  background-repeat: no-repeat;
  background-position: left top;
  border: 1px solid #ffffff;
}
/* #pb1box { background-image: url("./bg-06.jpg"); } */
/* #pb2box { background-image: url("./bg-09.jpg"); } */
/* #pb3box { background-image: url("./bg-10.jpg"); } */

.hs-button {
  color: white;
  background-color: #fe9400;
  padding: 10px 150px;
  width: 100%;
  outline: none !important;
  border: none !important;
  font-weight: bold;
  margin-bottom: 0px;
}
.order-button:hover {
  color: white;
  text-decoration: none;
}
.bg-black {
  background-color: #000;
  color: white;
  padding: 3px 20px;
  margin-bottom: 12px;
}
.bg-light {
  background-color: #f8f9fa !important;
  margin: 0px;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.text-center {
  text-align: center;
}
.text-white {
  color: #ffffff;
}
h1,
h4 {
  text-transform: uppercase;
}
.bg-white {
  background-color: #ffffff;
  padding: 1.5rem;
  position: relative;
}
.recipe-wrap {
  margin-top: -3.5em;
  padding-top: 3em;
}
p,
li {
  font-size: 1rem;
}
label {
  font-size: 1rem;
  font-family: "Montserrat";
  color: #3e3e3e;
}
li div:nth-child(2n) label {
  color: #6f6f6f;
}
li div {
  margin-block: 8px;
}
h1 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.2rem;
}
li p,
li {
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Montserrat";
}
.fw-400 {
  font-weight: 400;
}

label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: 400;
}

input[type="checkbox"],
input[type="radio"] {
  visibility: hidden;
}
input[type="text"],
input[type="email"] {
  width: 100%;
  height: 20px;
  font-size: 1.3rem;
  border: #d0d0d0 solid 1px;
  border-radius: 3px;
  font-family: "Montserrat";
  background-color: #ecebeb;
  padding-block: 10px;
}
input[type="text"]:focus,
input[type="text"]:focus-visible,
input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:focus-visible,
input[type="email"]:active {
  background-color: #ecebeb;
  border: #d0d0d0 solid 1px;
}
label span {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ecebeb;
  border: #d0d0d0 solid 1px;
  border-radius: 3px;
}
label span.radio {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #ecebeb;
}
label:hover input ~ span {
  background-color: #d6d6d6;
}

label input:checked ~ span {
  background-color: orange;
}

span:after {
  content: "";
  position: absolute;
  display: none;
}

label input:checked ~ span:after,
label input:checked ~ span:after {
  display: block;
}

label span:after {
  left: 6px;
  bottom: 5px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
label span.radio:after {
  left: 6px;
  border-radius: 50%;
  bottom: 6px;
  width: 0px;
  height: 0px;
  border: solid white;
  border-width: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
ol {
  padding-left: 20px !important;
}
button {
  width: 100%;
  max-width: 150px;
  height: 45px;
  display: block;
  font-size: 1rem;
  font-family: "Montserrat";
  color: #fff;
  margin-block: 30px;
  font-weight: 700;
  background-color: #fe9400;
  border: #fe9400 solid 1px;
  border-radius: 5px;
  cursor: pointer;
}
.skip-button {
  color: #000;
}
.cta-buttons {
  display: block;
  margin: auto;
  max-width: 150px;
  text-align: center;
}
.d-none {
  display: none;
}
.pt-10 {
  padding-top: 10px;
}
label label {
  margin-left: -30px;
  padding-left: 0px;
}
h2 {
  font-weight: 400;
  font-size: 1.2rem;
}
.d-md-block {
  display: none;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  label {
    font-size: 18px !important;
  }
  ol {
    padding-left: auto !important;
  }
  input[type="text"],
  input[type="email"] {
    width: 100%;
    height: 40px;
    font-size: 1.3rem;
    border: #d0d0d0 solid 1px;
    border-radius: 3px;
    font-family: "Montserrat";
    background-color: #ecebeb;
    padding: 10px;
  }
  label label {
    margin-left: 0px;
    padding-left: 0px;
  }
  h2 {
    font-weight: 400;
    font-size: 1.5rem;
  }
  .d-md-block {
    display: block;
  }
}
@media screen and (min-width: 991px) {
  .container {
    max-width: 960px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .px-45 {
    padding-inline: 45px;
  }
  .bg-white {
    padding: 3rem;
  }
  p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  h1 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 1.5rem;
  }
}
