.mini_cart li a img {
  width: 64px !important;
  height: 64px !important;
  float: left !important;
  margin: 0 15px 0 0 !important;
  border-radius: 10px;
  object-fit: contain;
}

.mini_cart .cart_img_box {
  border-radius: 10px;
  background: #f9fafb;
  width: 64px;
  margin: 0 10px 0 0;
}

.mini_cart .mini_cart_products {
  padding: 0 16px 60px;
  overflow-y: scroll;
  height: calc(100vh - 380px);
}

.mini_cart .mini_cart_item .remove {
  color: #222;
  font-size: 0;
  position: absolute;
  right: 16px;
  top: 18%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: 20px;
  width: 20px;
}

.mini_cart .mini_cart_item .remove svg {
  width: 20px;
  height: 20px;
}

.mini_cart .mini_cart_item {
  position: relative;
  background: transparent;
  padding: 15px 15px 15px 15px !important;
  border: 1px solid #f6f3f4;
  border-radius: 10px;
}

.mini_cart ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mini_cart .mini_cart_item+.mini_cart_item {
  margin-top: 15px;
}

.mini_cart .mini_cart_item:before {
  display: none;
}

.mini_cart .mini_cart_item a {
  font-size: 14px;
  color: #101828;
  text-decoration: none;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center;
}

.mini_cart .mini_cart_item span.woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: 500;
}

.mini_cart .mini_cart_item p.price {
  font-size: 16px;
  font-weight: 500;
}

.mini_cart_products_subtotal {
  border-top: 1px solid #ebe6e7;
  border-bottom: 1px solid #ebe6e7;
  padding: 16px 0;
  background: #fff;
  margin: 0;
}

.mini_cart_prod_subtotal {
  display: flex;
  justify-content: space-between;
  padding: 0 16px 0;
}

.mini_cart_prod_subtotal span.subtotal {
  font-size: 16px;
  font-weight: 500;
  color: #101828;
}

.mini_cart_prod_subtotal span.subtotal_price {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
}

.mini_cart_prod_buttons {
  padding: 16px 16px 0;
}

.mini_cart_footer_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 16px 0;
}

.mini_cart_footer_icons_items {
  text-align: center;
}

.mini_cart_footer_icons_items .cart_footer_icons {
  width: 48px;
  height: 48px;
  background: #f3f4f6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 7px;
}

.mini_cart_footer_icons_items .cart_footer_icons img {
  width: 20px;
}

.mini_cart_footer_icons_items .cart_footer_icons svg {
  width: 24px;
}

.mini_cart_footer_icons_items span {
  font-size: 12px;
  color: #4a5565;
}

.mini_cart_footer {
  position: sticky;
  bottom: 0;
  background: #fff;
}

.cart_unlocked .unlocked {
  width: max-content;
}

@media (max-width: 575px) {
  .mini_cart {
    width: 385px;
    padding: 0;
  }

  .cart_open .mini_cart {
    margin-left: -385px;
  }

  .mini_cart .mini_cart_item a {
    font-size: 14px;
    line-height: normal;
  }
}

@media (max-width: 439px) {
  .mini_cart {
    width: 355px;
    padding: 0;
  }

  .cart_open .mini_cart {
    margin-left: -355px;
  }

  .mini_cart .mini_cart_item a {
    font-size: 14px;
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .banner-desc h1 {
    font-size: 34px;
  }
}

.section-title h2 {
  word-break: break-word;
}

.featured_products_info .featured_products_cont p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured_products_info .prod_add_to_cart .button {
  gap: 10px;
  padding: 0 14px;
}

@media (max-width: 767px) {
  .featured_products_info .featured_products_cont p {
    min-height: 40px;
  }
}

.counter-box .counter-label {
  font-size: 17px;
}

.about-blocks .about-title span {
  font-size: 34px;
}

.footer-bottom-info .copyright p {
  font-size: 12px;
}

.footer-bottom-info .footer-btm-links ul li a {
  font-size: 14px;
  margin: 0 0 0 20px;
}

.counters.about-counters .counter-box .counter-number {
  font-size: 42px;
}

.product-category-links a {
  font-size: 13px;
  display: flex;
  align-items: center;
}

.product-listing-page .woocommerce ul.products::before {
  display: none;
}

.product-listing-page .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.product-listing-page .woocommerce ul.products li.product {
  float: none;
  margin: 0 0 0;
  padding: 20px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.product-listing-page .woocommerce ul.products li.product a img.size-woocommerce_thumbnail {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5 ease 0s;
  -ms-transition: all 0.5 ease 0s;
  -o-transition: all 0.5 ease 0s;
  -webkit-transition: all 0.5 ease 0s;
  position: relative;
}

.product-listing-page .woocommerce ul.products li.product .price .sale-price {
  color: #101828;
  margin-right: 6px;
  font-size: 20px !important;
  text-decoration: none;
  background: transparent;
  font-weight: 700 !important;
}

.product-listing-page .woocommerce ul.products li.product .price .original-price {
  color: #4a5565;
  font-size: 14px !important;
  font-weight: 400;
}

.product-listing-page ul.products li.product .button {
  border: 0;
}

.product-listing-page .woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
  margin: 0 0 15px 0;
}

.product-listing-page .woocommerce ul.products li.product .star-rating svg {
  fill: #facc15;
  stroke: #facc15;
  width: 20px;
  height: 20px;
}

.product-listing-page .woocommerce ul.products li.product .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #fdc700;
}

@media (max-width: 1199px) {
  .product-listing-page .woocommerce ul.products {
    gap: 16px;
    margin: 0;
  }

  .product-category-links {
    overflow: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
    gap: 16px;
  }

  .product-category-links {
    scrollbar-color: #fff #fff;
  }

  .product-category-page-links {
    padding: 0 0 0 13px;
  }
}

@media (max-width: 991px) {
  .product-listing-page .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .product-listing-page .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .product-listing-page .custom-add-to-cart-wrapper {
    gap: 5px;
  }

  .product-listing-page .products li.product .custom-add-to-cart-wrapper img {
    width: 14px;
    height: 14px;
  }

  .product-listing-page .woocommerce ul.products li.product .price .original-price {
    color: #4a5565;
    font-size: 12px !important;
  }

  .product-listing-page .woocommerce ul.products li.product {
    padding: 14px;
  }

  .product-listing-page .woocommerce ul.products li.product .button {
    font-size: 12px;
  }
}

.test-results-list-bedge {
  width: max-content;
  padding: 2px 12px;
}

.featured-scientific-articles-card .articles-desc {
  padding: 0 20px;
}

.featured-scientific-articles-card .read-more-btn a {
  width: max-content;
  padding: 5px 15px;
}

.custom-select-wrapper .select-header .selected-text {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .featured-scientific-articles-card .articles-bedge {
    flex-wrap: wrap;
  }
}

.blog-listing-page .featured-scientific-articles-card .articles-desc {
  padding: 0 20px;
}

.blog-listing-page .featured-scientific-articles-card .read-more-btn a {
  width: max-content;
  padding: 5px 15px;
}

.blog-listing-wrapper .load-more-articles .button-secondary {
  width: max-content;
}

@media (max-width: 1199px) {
  .blog-listing-page .featured-scientific-articles-card .articles-desc h2 {
    word-break: break-word;
  }
}

.blog-details-desc .toc a {
  word-wrap: break-word;
}

.blog-content-header .articles-desc h1 {
  word-break: break-all;
}

.blog-content-desc h3 {
  word-wrap: break-word;
}

@media (max-width: 767px) {
  .blog-content-desc h4 {
    word-wrap: break-word;
  }
}

#primary.site-main .privacy-shipping-returns-terms-pages h1 {
  word-break: break-word;
}

@media (max-width: 767px) {
  #primary.site-main .privacy-shipping-returns-terms-pages h1 {
    line-height: 1.1;
  }
}

@media (max-width: 991px) {
  .privacy-shipping-returns-terms-pages .section-title h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .privacy-shipping-returns-terms-block {
    padding: 30px 18px;
  }

  .privacy-shipping-returns-terms-block h2 {
    font-size: 20px;
  }
}

.woocommerce .accounts-form p.woocommerce-LostPassword.lost_password {
  display: flex;
  align-items: center;
}

.woocommerce .register-form.accounts-form .custom-checkbox {
  flex-wrap: wrap;
}

.bg-section h2 {
  word-wrap: break-word;
}

.key-benefits-items {
  height: 100%;
}

.key-benefits-wrapper>.row>.col-4:nth-child(n + 4) {
  margin-top: 30px;
}

.how-use-items h4 {
  word-wrap: break-word;
}

.how-use-items p {
  word-wrap: break-word;
}

#respond .form-submit #submit.submit {
  width: max-content;
}

@media (max-width: 991px) {
  .key-benefits-wrapper>.row>.col-4:nth-child(n + 4) {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .review-title h2 {
    word-wrap: break-word;
  }

  .key-benefits-items {
    padding: 15px 10px;
  }

  .key-benefits-wrapper>.row>.col-4:nth-child(n + 4) {
    margin-top: 10px;
  }

  .key-benefits-items .icon-box {
    margin: 0 auto 15px;
    width: 40px;
    height: 40px;
  }

  .key-benefits-items .icon-box img {
    width: 20px;
    height: 20px;
  }

  .woocommerce .pdp-page .prod-quality-info p,
  .key-benefits-items h3.benefits-title {
    font-size: 11px;
    word-wrap: break-word;
  }

  .woocommerce .pdp-page .custom-product-rating .rating-number {
    font-size: 12px;
    margin: 0 0 0 5px;
  }
}

.thank-you-for-your-order-section .thank-you-order-number .order-number h2 {
  margin: 0 0 4px 0;
}

@media (max-width: 991px) {
  .thank-you-for-your-order-section .thank-you-order-number {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .what-you-can-do-item .button {
    padding: 0 12px;
  }
}

.customer-dashboard-links a {
  flex-wrap: wrap;
}

.woocommerce .pdp-page .pdp-prod-fixbar-wrapper .pdp-qty-cart .button.alt {
  width: max-content;
  padding: 2px 12px;
}

@-moz-document url-prefix() {
  /* Firefox Only */

  .mini_cart .mini_cart_products {
    padding: 0 16px 60px;
    overflow-y: scroll;
    height: calc(100vh - 430px);
  }
}

@media (max-width: 575px) {
  .product-category-title h1 {
    font-size: 20px;
  }
}

.latest-news-desc .latest-news-content span.h2 {
  margin-bottom: 0;
}

@media (max-width:991px) {
  .latest-news-desc .latest-news-content span.h2 a {
    word-wrap: break-word;
  }
}

@media (max-width:575px) {
  .latest-news-content {
    margin: 0 0 25px 0;
  }
}

.bundle-product-list .featured_products_info .featured_products_cont p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bundle-save-headline-wrapper .section-title h2 {
  word-wrap: break-word;
}

.key-actions-items span:last-child {
  max-width: calc(100% - 34px);
  width: 100%;
}

.woocommerce form .woocommerce-billing-fields .form-row-wide#billing_city_field {
  width: 30%;
  margin: 0 27px 20px 0;
}

.woocommerce form .woocommerce-billing-fields .form-row-wide#billing_state_field {
  width: 30%;
  margin: 0 27px 20px 0;
}

@media only screen and (max-width: 767px) {
  .about-blocks .about-title span {
    font-size: 18px;
  }

  .key-benefits-wrapper .row {
    --bs-gutter-x: 0.7rem;
  }

  .woocommerce form .woocommerce-billing-fields .form-row-wide#billing_city_field {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .woocommerce form .woocommerce-billing-fields .form-row-wide#billing_state_field {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 575px) {
  .bg-section h2 {
    font-size: 24px;
    line-height: 140%;
  }

  .ingredients-bg-section h2,
  .key-benefits-section h2,
  .review-title h2 {
    font-size: 24px;
    line-height: 140%;
  }

  .how-use-bg-section h2 {
    font-size: 24px;
    line-height: 140%;
  }
}

.woocommerce .pdp-page .related-product .button.alt {
  margin-bottom: 0;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .woocommerce .pdp-page .related-product .button.alt {
    font-size: 16px;
  }
}

/* Bank details css start here */

.bank-details-wrapper {
  width: 100%;
}

.bank-details__info.bank-details-wrapper {
  margin: 0 0 25px 0;
  border-bottom: 1px solid #8e91944d;
  padding: 0 0 25px 0;
}

.what-happern-next {
  margin: 25px 0 0 0;
  border-top: 1px solid #8e91944d;
  padding: 25px 0 0 0;
}

.what-happern-next-items {
  margin-top: 16px;
}

.bank-details-wrapper>p {
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.15px;
  color: #4A5565;
}

.bank-details-wrapper .bank-details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.bank-details-wrapper .bank-details h3 {
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.15px;
  color: #101828;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.bank-details-wrapper .bank-details-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 25px;
}

.bank-details-wrapper .bank-details-inner p {
  font-family: "Arimo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.15px;
  color: #101828;
  margin: 0;
}

.bank-details-wrapper .bank-details-inner p strong {
  display: block;
  text-align: center;
  margin-bottom: 4px;
}

.bank-details-wrapper .bank-details-inner p .copy {
  max-width: 12px;
  width: 100%;
  display: inline-flex;
  cursor: pointer;
}

.copy {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.copied-text {
  animation: fadeIn 0.2s ease;
}

.bank-details__info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.bank-details__info-text p {
  font-size: 14px;
  margin: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-3px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 1249px) and (min-width: 992px) {
  .woocommerce form .woocommerce-billing-fields .form-row label {
    font-size: 12px;
  }

  .woocommerce form .woocommerce-billing-fields .form-row-wide#billing_state_field {
    width: 32%;
    margin: 0 15px 20px 0;
  }

  .woocommerce form .woocommerce-billing-fields .form-row-wide#billing_city_field {
    width: 30%;
    margin: 0 15px 20px 0;
  }
}

@media only screen and (max-width: 991px) {
  .bank-details-wrapper .bank-details-inner {
    gap: 5px;
  }

  .bank-details-wrapper .bank-details-inner p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .bank-details-wrapper .bank-details-inner p strong {
    display: inline-block;
    margin-right: 6px;
    min-width: 45px;
    text-align: left;
    margin-bottom: 0;
  }

  .bank-details-wrapper .bank-details-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    padding: 0;
  }

  .thank-you-for-your-order-section .thank-you-order-number .bank-details h3 {
    font-size: 16px;
  }

  .bank-details-wrapper .bank-details {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bank-details-wrapper .bank-details-inner p {
    font-size: 16px;
    margin: 0;
  }
}

/* Bank details css end here */

@media only screen and (max-width: 575px) {
  .active-ingredients-items .ingredients-title h3 {
    margin: 0;
  }

  .active-ingredients-items .ingredients-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

/* Mobile fix for Turnstile comments only */

@media (max-width: 480px) {
  .cf-turnstile-comments {
    transform: scale(0.82);
    transform-origin: left top;
    display: inline-block;
  }
}

/* Extra small mobile */

@media (max-width: 375px) {
  .cf-turnstile-comments {
    transform: scale(0.75);
    transform-origin: left top;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading {
  padding-right: 1em;
}

.eq-side-cart__free-delivery-unlocked {
  max-width: max-content;
}

@media only screen and (max-width: 575px) {
  .related-product.related-product-blog .section-title{
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1330px) {
  .featured_products_info .prod_add_to_cart .button {
    gap: 5px;
    padding: 0 10px;
    font-size: 13px;
  }
}

/* Dropdown */

.lang-switcher__dropdown {
  padding: 10px;
}

/* spacing */

.lang-switcher__item + .lang-switcher__item {
  margin-top: 8px;
}

@media (max-width: 575px) {
  #clearBtn{
	right: 35px;
 }
}