html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.icon-full {
  font-size: 24px;
}

.icon-inline {
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.main {
  flex-grow: 1;
}

.logo {
  max-width: 100%;
  display: inline-block;
  flex-shrink: 0;
  transition: all 0.3s;
}
.logo img {
  max-width: 100%;
  display: block;
}
.logo:hover {
  opacity: 0.9;
}

.icon-full {
  font-size: 24px;
}

.icon-inline {
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}

.intro {
  position: relative;
  box-sizing: border-box;
  background: #2c3247 url(../images/intro-bg.png) no-repeat right center;
  color: #fff;
}
.intro a {
  color: #fff;
  text-decoration: none;
}
.intro a:hover {
  text-decoration: underline;
}
.intro-content {
  padding: 70px 0;
}
.intro-title {
  font-size: 54px;
  font-weight: 600;
  color: #fff;
}
.intro-subtitle {
  font-size: 30px;
}
.intro-offer {
  max-width: 460px;
  margin-top: 30px;
  margin-bottom: 65px;
}
.intro-countdown-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
}
.intro-countdown-row {
  background-color: #202433;
}
.intro-countdown-item {
  padding: 26px 0 20px;
  text-align: center;
  font-size: 18px;
  line-height: initial;
}
.intro-countdown-num {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  font-size: 48px;
  color: #ff3750;
  line-height: initial;
}

.about {
  position: relative;
  background: url(../images/couple.jpg) no-repeat right top;
}
.about-item {
  position: relative;
  padding: 24px 20px 40px 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 88, 188, 0.1);
  text-align: center;
  background-color: #fff;
  z-index: 4;
}
.about-pills {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  transform: translate(15%, 30%);
}

.product-modal {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.product-modal-image {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #f8f8f9;
  border-radius: 10px;
}
.product-modal-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.product-modal-content {
  flex-grow: 1;
}
.product-modal-remove {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #888888;
  text-decoration: none;
}
.product-dosage {
  margin: 0 10px 10px 0;
  padding: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #888888;
  text-decoration: none;
  line-height: initial;
}
.product-dosage.selected {
  border-color: #ff3750 !important;
  background: #ff3750;
  color: #fff !important;
}
.product-dosage:hover {
  border-color: #ff3750 !important;
  background: #ff3750;
  color: #fff !important;
}
.product-picker {
  display: flex;
  cursor: pointer;
}
.product-picker.selected .product-picker-title {
  color: #0058bc;
}
.product-picker.selected .product-picker-content {
  border-color: #0058bc;
}
.product-picker-image {
  width: 74px;
  height: 74px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product-picker-image img {
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.product-picker-title {
  margin-bottom: 0;
}
.product-picker-content {
  padding-top: 7px;
  flex-grow: 1;
  border-bottom: 4px solid #f8f8f9;
}
.product-intable {
  display: flex;
  align-items: center;
  color: #202020;
  font-weight: 500;
  text-decoration: none;
}
.product-intable-image {
  width: 100px;
  height: 64px;
  margin-right: 20px;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #f8f8f9;
  border-radius: 10px;
}
.product-intable-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.product-intable-title {
  min-width: 80px;
}

.cart-table-wrapper {
  border: 1px solid #dbdada;
  border-radius: 5px;
}
.cart-table thead th {
  padding: 12px 18px;
  background-color: #f8f8f9;
  vertical-align: middle;
  color: #888888;
}
.cart-table thead th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cart-table thead th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cart-table tbody td {
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: middle;
}
.cart-table tbody td:first-child {
  padding-left: 0;
}
.cart-table tbody td:last-child {
  padding-right: 4px;
  padding-left: 0;
}
.cart-table tbody td.spacer {
  height: 1px;
  padding: 0;
  background-color: #dbdada;
}
.cart-table-price {
  min-width: 110px;
}
.cart-table-qty {
  display: flex;
}
.cart-table-qty input {
  width: 42px;
  text-align: center;
  box-shadow: none !important;
}
.cart-table-qty .btn {
  background-color: transparent;
  box-shadow: none !important;
}

.faq-question {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
.faq-question-body {
  margin-top: 4px;
  margin-bottom: 0;
}
.faq-question .btn {
  box-shadow: none;
  border: 0;
}
.faq-question:not(.collapsed) .faq-question-body {
  color: #0058bc;
}
.faq-question:not(.collapsed) .btn .icon-down {
  transform: rotate(180deg);
  color: #0058bc;
}

.testimonials-item-quote {
  transform: translateY(-50%);
}
.testimonials-slider {
  padding-top: 12px;
}
.testimonials-order {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3px;
}
.testimonials-order-row {
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.testimonials-prev[aria-disabled=true], .testimonials-next[aria-disabled=true] {
  color: #888888;
  pointer-events: none;
}

.more {
  min-height: 300px;
  background-image: url(../images/more-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.more-doc {
  position: relative;
  width: 300px;
  height: 300px;
  flex-shrink: 0;
  overflow: hidden;
}
.more-doc img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.more-content {
  padding-right: 5%;
  flex-grow: 1;
}
.more-title {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: initial;
}

.socials i {
  margin-top: -4px;
  font-size: 20px;
}

.footer .text-muted {
  color: #b2b3b8 !important;
}
.footer .btn-dark {
  background-color: #353946;
  border-color: #353946;
}
.footer .btn-dark:hover {
  background-color: #494e5e;
  border-color: #494e5e;
}
.footer-links a {
  color: #b2b3b8;
  text-decoration: none;
}
.footer-links a:hover {
  color: #fff;
}
.footer-nav {
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.footer-nav li {
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style: none;
}

.payment-methods {
  max-width: 100%;
  min-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-methods > div {
  margin-right: 10px;
  flex-shrink: 1;
}
.payment-methods > div:last-child {
  margin-right: 0;
}
.payment-methods > div img {
  width: 100%;
  max-width: 40px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .intro-content {
    padding: 40px 0;
  }
  .intro-offer {
    margin-top: 30px;
  }
  .intro-title {
    font-size: 48px;
  }
  .intro-subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .intro-content {
    padding: 20px 0;
  }
  .intro-title {
    font-size: 30px;
  }
  .intro-subtitle {
    font-size: 18px;
  }
  .intro-offer {
    max-width: initial;
    margin-top: 20px;
    font-size: 16px;
  }
  .intro-countdown-item {
    padding-top: 6px;
    padding-bottom: 2px;
    font-size: 14px;
  }
  .intro-countdown-num {
    font-size: 26px;
  }
  .cart-secure {
    border: 0 !important;
  }
  .cart-table-qty input {
    width: 32px;
    height: 32px;
    padding: 0;
  }
  .cart-table-qty .btn {
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 0;
    line-height: 30px;
  }
  .more-title {
    font-size: 32px;
  }
  .about {
    background-image: none;
  }
  .about-pills {
    display: none;
  }
  .blockquote {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    background-position: right center;
    background-size: cover;
  }
  .intro-content {
    margin: 12px 0 20px 0;
    padding: 15px 20px;
    background-color: rgba(44, 50, 71, 0.75);
    border-radius: 10px;
  }
  .intro-countdown-wrapper {
    background-color: #202433;
  }
  .cart-table thead th {
    padding: 8px 6px;
  }
  .cart-table-wrapper {
    border: 0;
  }
  .more {
    flex-direction: column;
  }
  .more-content {
    order: 1;
    padding: 20px;
    text-align: center;
  }
  .more-doc {
    order: 2;
  }
  .more-title {
    font-size: 24px;
  }
  .product-dosage {
    padding: 12px 14px;
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .cart-table th {
    font-size: 12px;
    white-space: nowrap;
  }
  .cart-table-price {
    min-width: 90px;
  }
  .product-intable {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
  }
  .product-intable-image {
    width: 80px;
    height: 50px;
  }
}

.alert_error {
  position: fixed;
  top: -150px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #721c24;
  background-color: #f8d7da;
  border: 2px solid #f5c6cb;
  border-radius: 5px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  padding: 20px;
  opacity: 1;
  transition: top 0.5s ease;
}

.alert_error.active {
  top: 100px;
  opacity: 1;
}

.loading {
  display: flex;
  justify-content: center;
  cursor: initial;
  padding: 11px;
}
.loading .dot {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0.4em 0.9em;
  border-radius: 50%;
}
.loading .dot::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  animation: wave 2s ease-out infinite;
}
.loading .dot:nth-child(1) {
  background: #7ef9ff;
}
.loading .dot:nth-child(1)::before {
  animation-delay: 0.2s;
}
.loading .dot:nth-child(2) {
  background: #89cff0;
}
.loading .dot:nth-child(2)::before {
  animation-delay: 0.4s;
}
.loading .dot:nth-child(3) {
  background: #4682b4;
}
.loading .dot:nth-child(3)::before {
  animation-delay: 0.6s;
}
.loading .dot:nth-child(4) {
  background: #0f52ba;
}
.loading .dot:nth-child(4)::before {
  animation-delay: 0.8s;
}

@keyframes wave {
  50%, 75% {
    transform: scale(2.5);
  }
  80%, 100% {
    opacity: 0;
  }
}

.error_message {
  font-size: 13px;
  color: rgba(248,3,0,0.8);
  margin-left: 7px;
}