body {
  font-family: 'Open Sans', serif;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-family: 'Open Sans', serif;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 700;
}

@media (max-width: 567px) {
  .text-author {
    font-size: 14px;
  }
  .adv-page .fs-5 {
    font-size: 1.25rem !important;
    line-height: 150%;
    letter-spacing: -0.4px;
  }
}

.adv-page p {
  margin-bottom: 1rem;
}
@media (min-width: 567px) {
  .adv-page p {
    margin-bottom: 1.5rem;
  }
}
.adv-page .mb-4 {
  margin-bottom: 1.125rem !important;
}
@media (min-width: 567px) {
  .adv-page .mb-4 {
    margin-bottom: 2rem !important;
  }
}
.adv-page .mb-5 {
  margin-bottom: 1.25rem !important;
}
@media (min-width: 567px) {
  .adv-page .mb-5 {
    margin-bottom: 2rem !important;
  }
}
.step-box {
  border: 1px solid #b19a6f;
  position: relative;
  background: #fffdf7;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-box .h2 {
  color: #b19a6f;
}
@media (max-width: 567px) {
  .step-box {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    height: unset !important;
  }
  .d-flex.flex-column.flex-md-row.justify-content-between.align-items-center.gap-3.gap-md-5 {
    gap: 0 !important;
  }
}

.timeline-container {
  position: relative;
}

.timeline-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  /* Adjust position of the line */
  width: 2px;
  /* Thickness of the line */
  height: 100%;
  background-color: #b19a6f;
  /* Color of the line */
}

.navbar-toggler-icon {
  background-image: url('https://d1c2et4fe38ucw.cloudfront.net/media/pasnida/themes/100/assets/hamburger_jUaCxnx.svg?v=RNvYlWPNdqlnSAQVFGlV') !important;
}

.btn_shop-now {
  border: none;
  box-shadow: 0 2px 10px 0 #00000040;
  font-size: 20px;
  padding: 10px 60px;
  text-transform: capitalize;
}

.standard-btn {
  background-color: #eba53a;
  border: 1px solid transparent;
  color: #19110e;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 1.25rem;
  letter-spacing: 1.2px;
  display: flex;
  padding: 30px 5px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 5px !important;
  width: 100%;
}
.standard-btn.cart-btn {
  font-size: 18px;
}
.standard-btn.menu-btn {
  padding: 15px;
  font-size: 16px;
}
.img-ml {
  margin-left: 69px;
  width: 100%;
  max-width: 719px;
  height: auto;
}
@media (min-width: 576px) {
  .standard-btn {
    font-size: 24px;
    padding: 30px 1rem;
  }
  .standard-btn.cart-btn {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .standard-btn:not(.float-cta) {
    min-width: 354px;
  }
  .standard-btn.menu-btn {
    min-width: auto;
  }
}
.standard-btn.is-dark {
  background-color: #19110e;
  color: white;
}
.standard-btn.is-dark:hover {
  background-color: #19110e;
  color: white;
}
.standard-btn:hover {
  color: #19110e;
  background-color: #ffbb54;
}

.buy-btn {
  height: 72px;
  width: 230px;
}

.buy_options {
  padding-bottom: 53px;
  padding-top: 40px;
}

.cart-btn {
  height: 50px;
  width: 100%;
  min-width: 200px;
}

#reviews .reviews-header,
.pack_option-price,
.standard-btn {
  text-align: center;
}

#reviews .item_header-info,
.price-wrapper,
.product_showcase-carousel,
.proven_results_info,
.scrollable {
  flex-direction: column;
  display: flex;
  justify-content: center;
}

#reviews .review-content {
  font-size: 1.125rem;
}
@media (min-width: 567px) {
  #reviews .review-content {
    font-size: 1.25rem !important;
  }
}
#reviews #reviews-container {
  margin-bottom: 30px;
}

#reviews .review-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

#reviews .page-item.active .page-link {
  color: #fff;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

#reviews .card {
  border: 1px solid #b19a6f;
  background-color: #fffdf7;
}

#reviews .card-body {
  padding: 1.75rem;
}

#reviews .review-img {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #reviews .review-img {
    width: 150px;
  }
}
@media (min-width: 998px) {
  #reviews .review-img {
    width: auto;
  }
}
#reviews .review-item_header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 15px;
}

#reviews .profile-pic {
  align-items: center;
  background-color: #b19a6f;
  border-radius: 50px;
  display: flex;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  width: 50px;
  font-size: 1.5rem;
  color: #53423a;
}
@media (max-width: 567px) {
  #reviews .profile-pic {
    margin: auto;
    max-width: 50px;
    max-height: 50px;
    margin: 0 !important;
  }
  .img-ml {
    margin-left: 0;
  }
  .review-item_header {
    justify-content: start !important;
    text-align: center !important;
  }
}
#reviews .review-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}

#reviews .stars-div {
  align-items: center;
  display: flex;
}
#reviews .stars-div span {
  font-size: 21px;
}
#reviews .stars-div .text-warning {
  color: #b19a6f !important;
}

#reviews #pagination-controls li a {
  color: #fff;
}

.gbadge {
  width: 90px;
}
@media (min-width: 576px) {
  .gbadge {
    width: auto;
  }
}
#mobileCTA {
  display: none;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  #mobileCTA {
    display: none;
    transition: all 0.3s ease;
  }
  #mobileCTA.visible {
    display: block;
  }
  p.fs-6.fst-italic.fs-20 {
    font-size: 20px !important;
  }
}
.text-success {
  color: #048d04 !important;
  font-size: 15px !important;
}
.cc-list {
  padding-left: 30px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .rev-name-wrapper {
    display: flex;
    justify-content: start !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 10px !important;
  }
  #reviews .review-name {
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0;
    letter-spacing: -0.64px;
    text-align: left;
  }
  #reviews .review-content {
    font-size: 1.25rem !important;
    line-height: 150% !important;
    letter-spacing: -0.4px !important;
    text-align: left !important;
  }
  .footer-small-wrapper {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 10px !important;
    padding: 0 !important;
  }
  .footer-link-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    font-size: 14px !important;
  }
  .copy-right-text {
    text-align: center !important;
    font-size: 14px !important;
  }
  .text-success {
    color: #048d04 !important;
    font-size: 13px !important;
  }
  .h2.flex-shrink-0 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.64px;
  }
  .standard-btn {
    padding: 23px 5px;
  }
}
