﻿body {
  background-color: #f9f9f5;
  color: #47403b;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 30px;
  padding: 20px;
  width: 100vw;
}

u {
  color: #b68076;
}

ul {
  list-style: none;
}

div {
  max-width: 100vw;
}

hr {
  border: solid 2px #b68076;
  color: #b68076;
  opacity: 1;
}

.color-pink-primary {
  color: #b68076;
}

.color-secondary {
  color: #f9f9f5;
}

.background-primary {
  background-color: #b68076;
  color: #f9f9f5;
}

.background-black {
  background-color: #47403b;
  color: #f9f9f5;
}

.btn-primary-link {
  background-color: #b68076;
  border-radius: 50px;
  border-color: #b68076;
  border-width: 2px;
  border-style: solid;
  border-top-color: #b68076;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-color: #b68076;
  border-right-width: 2px;
  border-right-style: solid;
  border-bottom-color: #b68076;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-left-color: #b68076;
  border-left-width: 2px;
  border-left-style: solid;
  color: #f9f9f5;
  align-content: center;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  word-break: break-word;
}
.btn-primary-link:hover {
  background-color: white;
}

h4 {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

header {
  margin-top: 20px;
  border: solid 2px #b68076;
  background-color: #f9f9f5;
  width: 100%;
}
@media (max-width: 991px) {
  header {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  header .bi.bi-cart3.nav-link {
    padding-top: 5px !important;
  }
}
header .cart-counter {
  display: block;
  position: absolute;
  top: -1px;
  left: auto;
  right: 18px;
  font-size: 10px;
  color: #f9f9f5;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #b68076;
  border-radius: 50%;
}
@media (max-width: 991px) {
  header .cart-counter {
    background-color: #f9f9f5;
    color: #b68076;
  }
}
header .cart-mobile-counter {
  left: 30px;
  right: auto;
  color: #b68076 !important;
  line-height: 2px;
  text-align: center;
}
@media (max-width: 991px) {
  header .cart-mobile-counter {
    left: 135px;
    padding: 7px 0px !important;
  }
}

#languageModal .modal-header,
#languageModal .modal-dialog,
#languageModal .modal-content,
#languageModal .accordion,
#languageModal .accordion-item,
#languageModal .accordion-button,
#languageModal .accordion-button:not(.collapsed) {
  border: none;
}
#languageModal .modal-dialog {
  width: 100vw;
  max-width: 800px;
}
#languageModal .modal-header {
  padding-bottom: 0px;
}
#languageModal .modal-header .modal-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#languageModal .modal-content {
  height: 100vh;
  max-height: 700px;
  background-color: #f4f3ee;
  border-radius: 6px;
  padding: 10px;
}
#languageModal .modal-content .accordion {
  border-radius: 4px;
  padding: 10px;
}
#languageModal .modal-content .accordion .accordion-item:last-child .accordion-button {
  border: none;
}
#languageModal .modal-content .accordion .accordion-button {
  height: 65px;
  background-color: white;
  padding: 0px 20px;
  font-weight: 600;
  text-transform: uppercase;
}
#languageModal .modal-content .accordion .accordion-button.collapsed {
  border-bottom: solid 1px #47403b;
}
#languageModal .modal-content .accordion .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
  color: #47403b;
}
#languageModal .modal-content .accordion .accordion-button:focus, #languageModal .modal-content .accordion .accordion-button.active, #languageModal .modal-content .accordion .accordion-button:hover {
  outline: none;
  box-shadow: none;
}
#languageModal .modal-content .accordion .accordion-button .img-flag {
  height: 20px;
  width: 30px;
  border-radius: 4px;
  margin-right: 10px;
}
#languageModal .modal-content .accordion .accordion-collapse.collapse.show .accordion-body {
  border-bottom: solid 1px #47403b;
}
#languageModal .modal-content .accordion .accordion-body {
  padding: 0px 0px 10px;
}

.text-footer {
  font-size: 11px;
  color: #47403b;
}

footer {
  background-color: #b68076;
  color: #f9f9f5;
  width: 100%;
  min-height: 350px;
  padding: 50px 20px;
  font-size: 18px;
}
footer .col {
  padding: 0;
}
@media (max-width: 991px) {
  footer .col {
    margin: 20px 0px;
    padding: 0px 10px;
  }
}
footer .col a.btn.btn-light {
  width: fit-content;
}
footer .collapse-button {
  background: none;
  color: #f9f9f5;
  font-size: 18px;
  border: none;
  box-shadow: none;
  outline: none;
  margin: 25px 0px;
}
footer .collapse {
  background-color: #b68076;
  color: #f9f9f5;
}
@media (max-width: 991px) {
  footer .collapse {
    text-align: center;
  }
}
footer a.btn.btn-link {
  color: #f9f9f5;
  font-size: 18px;
  text-align: left;
  text-transform: unset;
  text-decoration: underline;
  border: none;
}
footer svg {
  fill: #b68076;
}
footer small {
  font-size: 14px;
}
footer .btn {
  padding: 0 25px;
  text-align: center;
  font-size: 16px;
  border-radius: 45px;
  border: solid 2px #b68076;
}
footer .btn.btn-light {
  box-shadow: none;
  text-decoration: none;
  padding: 0.5em 1em;
  background-color: #f9f9f5;
  color: #b68076;
  border: 0;
  text-transform: unset;
}

.pt-35 {
  padding-top: 35px;
}

.text-sm-center {
  text-align: left !important;
}
@media (max-width: 992px) {
  .text-sm-center {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: #b68076;
  width: 5px;
  height: 0px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #b68076;
}

.inputContainer {
  position: relative;
  margin-bottom: 10px;
}
.inputContainer input {
  width: 100%;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  padding: 15px;
  height: 50px;
  outline: none;
  box-shadow: none;
}
.inputContainer .place_holder {
  position: absolute;
  left: 14px;
  top: 7px;
  pointer-events: none;
  font-size: 16px;
  font-weight: 300;
  color: rgba(70, 63, 58, 0.6);
  padding: 2px 4px;
  text-transform: capitalize;
  transition: 0.5s;
}
.inputContainer input:not(:placeholder-shown) ~ .place_holder,
.inputContainer input:focus ~ .place_holder,
.inputContainer select:not(:placeholder-shown) ~ .place_holder,
.inputContainer select:focus ~ .place_holder {
  transform: translateX(1px) translateY(-8px);
  top: 5px;
  font-size: 0.8rem;
  background: white;
  font-weight: 400;
  line-height: 5px;
}
.inputContainer i {
  position: absolute;
  top: 14px;
  right: 20px;
}

input[type=radio], input[type=checkbox] {
  accent-color: #b68076;
}

.home-title {
  padding: 50px 0px 0px 0px;
  text-align: center;
  max-width: 650px;
  margin: auto;
  font-size: 24px;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
}

.home-section {
  padding: 50px 0px;
  text-align: left;
  border-top: solid 2px #b68076;
  border-bottom: solid 2px #b68076;
  max-width: 650px;
  margin: auto;
}
.home-section.border-none {
  border: none;
  padding: 0px;
}

.section-title {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 48px;
  padding: 25px;
  background-color: #b68076;
  color: white;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.125;
  margin-bottom: 35px;
}

.home-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: calc(100vh - 230px);
}

hr {
  border-color: currentColor;
  border-width: 0 0 2px 0;
  border-style: solid;
  /*max-width: 650px;*/
}

.middle-content {
  text-align: left;
  max-width: 650px;
  margin: auto;
}

.wide-content {
  max-width: 1210px !important;
}

.block-spacer {
  clear: both;
}

.block-group {
  box-sizing: border-box;
}

#index-page .slider-container {
  width: 80%;
  max-width: 600px;
  position: relative;
}
#index-page .slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#index-page .slide {
  display: none;
  height: 100%;
  width: 100%;
  padding: 20px;
  transition: opacity 0.3s ease-in-out;
}
#index-page .dots {
  text-align: center;
  margin-top: 10px;
}
#index-page .dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ede1de;
  margin: 0 10px;
  cursor: pointer;
  margin-left: 2px;
  margin-right: 2px;
}
#index-page input[type=radio] {
  display: none;
}
#index-page #dot1:checked ~ .slider #slide1,
#index-page #dot2:checked ~ .slider #slide2 {
  display: block;
}
#index-page #dot1:checked ~ .slider .slide,
#index-page #dot2:checked ~ .slider .slide {
  display: none;
}
#index-page #dot1:checked ~ .dots label[for=dot1],
#index-page #dot2:checked ~ .dots label[for=dot2] {
  background-color: #b68076;
}
#index-page .dots label {
  cursor: pointer;
}
@keyframes automaticSlider {
  0%, 33% {
    #dot1: checked;
  }
  34%, 67% {
    #dot2: checked;
  }
  68%, 100% {
    #dot1: checked;
  }
}
#index-page .slider-container {
  animation: automaticSlider 6s infinite;
}
#index-page .img-index {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}

#enrollment-view #search-results {
  max-height: 125px;
  overflow-y: auto;
  background: white;
}
#enrollment-view #search-results li[data-role=use-distributor] {
  cursor: pointer;
}
#enrollment-view #search-results li[data-role=use-distributor]:hover {
  color: #b68076;
}

.g-recaptcha {
  transform-origin: 0 0;
}
@media (max-width: 444.98px) {
  .g-recaptcha {
    transform: scale(0.9);
  }
}
@media (min-width: 445px) and (max-width: 991.98px) {
  .g-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) and (max-width: 1179.98px) {
  .g-recaptcha {
    transform: scale(0.7);
  }
}
@media (min-width: 1180px) and (max-width: 1231.98px) {
  .g-recaptcha {
    transform: scale(0.75);
  }
}
@media (min-width: 1232px) and (max-width: 1279.98px) {
  .g-recaptcha {
    transform: scale(0.8);
  }
}
@media (min-width: 1280px) and (max-width: 1344.98px) {
  .g-recaptcha {
    transform: scale(0.85);
  }
}
@media (min-width: 1345px) and (max-width: 1414.98px) {
  .g-recaptcha {
    transform: scale(0.9);
  }
}
@media (min-width: 1415px) and (max-width: 1449.98px) {
  .g-recaptcha {
    transform: scale(0.95);
  }
}
@media (min-width: 1450px) {
  .g-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
  outline: 1px solid #EB7898 !important;
  background-color: #FFF1F5 !important;
}

.field-validation-error {
  color: #EB7898;
  font-size: 0.875rem;
}
