/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/

.ev-dsc-qty.selected {
  border: 2px solid #cd5252;
  background-color: #fff5f5;
}

/* Custom Related Products */
.custom-related-products-wrapper {
  background-color: #fafafa;
  padding: 50px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .custom-related-products-wrapper {
    padding: 25px 17px;
  }
}

.custom-related-products-title {
  text-align: start;
  border-bottom: 1px solid #eeeeee;
  width: fit-content !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 26px;
  font-family: inherit;
  color: #333;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .custom-related-products-title {
    font-size: 22px;
  }
}

.custom-related-product-item .product-inner {
  transition: transform 0.3s ease;
}

.custom-related-product-item .product-image-wrapper img {
  transition: transform 0.3s ease;
}

.custom-related-product-item:hover .product-image-wrapper img {
  transform: scale(1.05);
}

.custom-related-product-item .product-title {
  font-size: 115%;
  font-weight: 500;
  margin-top: 10px;
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: fit-content;
}

.custom-related-product-item a {
  text-decoration: none !important;
}

.custom-related-product-item .product-price {
  color: #333;
  margin-bottom: 5px;
  font-size: 110%;
  font-weight: 400;
}

.custom-related-product-item .product-price ins {
  text-decoration: none;
}

.custom-related-product-item .product-price del {
  color: #999;
  font-size: 90%;
  margin-right: 5px;
  font-weight: normal;
}

.custom-related-product-item .product-rating {
  font-size: 12px;
  color: #ffb400;
}

.custom-related-product-item .product-rating .star-rating {
  margin: 0 auto;
}

/* Sale Badge Styling */
.custom-related-product-item .nasa-badges-wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.custom-related-product-item .nasa-badges-wrap .badge {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 1.4;
}

.custom-related-product-item .nasa-badges-wrap .sale-label {
  background-color: #719f17;
  border-radius: 50px;
  font-size: 80%;
}

.custom-related-product-item .add-to-cart-container {
  transition: opacity 0.3s ease;
}

.custom-related-product-item .add-to-cart-container .btn {
  background-color: #264b3e;
  border-color: #264b3e;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 30px;
}

@media (max-width: 768px) {
  .custom-related-product-item .add-to-cart-container .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (min-width: 769px) {
  .custom-related-product-item .add-to-cart-container {
    opacity: 0;
  }

  .custom-related-product-item:hover .add-to-cart-container {
    opacity: 1;
  }

  .col-md-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 768px) {
  .custom-related-products-slider {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    padding-bottom: 20px;
  }

  .custom-related-products-slider::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }

  .custom-related-product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .custom-related-product-item .add-to-cart-container {
    opacity: 1;
    display: block;
    text-align: center;
  }

  .custom-related-product-item .add-to-cart-container .btn {
    width: 100%;
  }
}
.price.nasa-single-product-price {
  display: none !important;
}

.price.nasa-single-product-price + form.cart {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .nasa-product-info-wrap > div > div:last-child {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    margin-bottom: 1.7rem !important;
  }

  .price.nasa-single-product-price + form.cart {
    justify-content: center;
  }
}

.price.nasa-single-product-price + form.cart {
  justify-content: center;
}

.quantity-label {
  align-content: center;
  /*margin-right: 0.2rem;*/
  /* font-weight: 500; */
  color: #404040;
}

.nasa-product-info-wrap .quantity,
.nasa-product-info-wrap .quantity-label {
  margin-bottom: 1rem;
}

/* hide default reviews */
.woocommerce-product-rating {
  display: none !important;
}

.reviews-slider .review-item {
  display: none;
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.natura-review-widget {
  margin: 20px 0;
  padding: 20px;
  background: #f0f0f0;
  border: 2px solid #eee;
  border-radius: 10px;
  max-width: 600px;
  transition: opacity 0.4s ease;
}

.natura-review {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.natura-stars {
  color: #bd8500;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.natura-content {
  font-style: italic;
  margin-bottom: 8px;
  color: #325932;
  font-size: 16px;
}

.natura-author {
  font-size: 0.9rem;
  color: #555;
}

.natura-date {
  font-weight: normal;
  color: #999;
}

.natura-review-widget.fade-out {
  opacity: 0;
}

.nasa-dsc-type-1.nasa-dsc-wrap.nasa-not-in-sticky a.ev-dsc-qty {
  background: rgba(255, 255, 255, 0.701);
}

/*.cart .quantity-label,*/
/*.cart .quantity {*/
/*  display: none !important;*/
/*}*/

.ns-single-add-btn.single_add_to_cart_button {
  padding: 15px !important;
}

@media (max-width: 768px) {
  /*meni so Prodavnica Kategorije Pretraga Lista zelja (dole mob)*/
  .nasa-bottom-bar.nasa-transition.nasa-active {
    display: none !important;
  }

  .nasa-single-btn-clone {
    flex-direction: column !important;
  }

  .nasa-fixed-single-simple .quantity-label,
  .nasa-fixed-single-simple .quantity {
    display: none !important;
  }

  .ns-single-add-btn.single_add_to_cart_button {
    padding: 5px !important;
  }
}

/* submenu w img e.g. PROIZVODI */
.nav-dropdown .sub-menu {
  padding: 20px 30px 20px 30px !important;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom img {
  height: 50px !important;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom a {
  display: flex;
  align-items: center;
}

.ev-dsc-qty {
  display: flex !important;
  align-items: center !important;
  position: relative;
}

.promo-ribbon {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.promo-ribbon {
  --f: 0.5em; /* control the folded part*/
  --r: 0.8em; /* control the ribbon shape */

  position: absolute;
  top: 10px;
  right: calc(-1 * var(--f));
  padding-inline: 0.25em;
  line-height: 1.8;
  background: #ca3d26;
  border-bottom: var(--f) solid #0005;
  border-left: var(--r) solid #0000;
  clip-path: polygon(
    var(--r) 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    var(--r) calc(100% - var(--f)),
    0 calc(50% - var(--f) / 2)
  );
}

.nasa-accordion-title {
  display: none !important;
}

.ev-dsc-qty-wrap {
  width: 100% !important;
}

.ev-dsc-qty:hover,
.nasa-dsc-type-1 .dsc-flex-column .ev-dsc-qty.actived {
  border-color: #c8c8c8 !important;
}

@media (max-width: 768px) {
  .nasa-col-flex.nasa-relative:has(form.cart) {
    padding: 10px 20px !important;
  }
}

.nasa-single-share {
  display: none !important;
}

.natura-review-widget {
  text-align: center;
  width: fit-content;
  border-width: 0px;
}

#nasa-section-accordion-reviews {
  display: block !important;
  padding: 40px 50px;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

#elementor-like-h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 2.5rem;
  font-weight: 600 !important;
}

#elementor-like-hr {
  border-style: dashed;
  border-color: #000 !important;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none !important;
}

em.woocommerce-review__verified {
  width: fit-content;
  background: linear-gradient(#6ca300, #508859);
  color: white;
  padding: 3px 7px;
  border-radius: 5px;
  font-style: normal;
  margin-left: 2px;
  margin-bottom: 2px;
  font-size: 13px;
}

ol.commentlist.list .description {
  font-size: 16px !important;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  body .product-details #reviews #comments {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 768px) {
  em.woocommerce-review__verified.verified {
    display: block !important;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0 !important;
  }

  #nasa-section-accordion-reviews {
    display: block !important;
    padding: 20px 20px;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .nasa-fixed-single-simple .nasa-fixed-product-btn {
    width: 100%;
  }

  .nasa-fixed-single-simple .nasa-single-btn-clone {
    justify-content: end !important;
  }

  .nasa-fixed-single-simple .ns-single-add-btn.single_add_to_cart_button {
    width: 30% !important;
  }

  .nasa-fixed-single-simple .custom-tel-link-button {
    width: 30% !important;
    padding: 7px !important;
  }
}

@media (min-width: 769px) {
  #prostatol-image2 {
    mask-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 70%,
      rgba(0, 0, 0, 0) 100%
    ) !important;
  }
}

/*xxl*/
@media (min-width: 1400px) {
  #nasa-section-accordion-reviews {
    padding: 40px 60px;
  }
}

.nasa-dsc-type-1 .nasa-crazy-box {
  margin-bottom: 15px !important;
}

.ev-dsc-qty {
  justify-content: center;
  gap: 10px;
  padding: 0 !important;
  margin: 0 !important;
}

.ns-single-add-btn.single_add_to_cart_button {
  max-width: none !important;
}

.row.related-product {
  margin-bottom: 50px !important;
}

@media only screen and (min-width: 1024px) {
  .product-info .nasa-wrap-flex.info-modern-1 .nasa-col-flex:last-child {
    padding: 30px !important;
    padding-top: 20px !important;
  }
}

.dsc-label {
  font-size: 16px !important;
  justify-content: center;
  margin-bottom: 15px !important;
}

.wpcf7-form.init .wpcf7-form-control-wrap {
  margin-top: 10px !important;
}

.wpcf7-form.init label {
  margin-top: 10px;
  color: white !important;
  font-size: 16px;
}

.wpcf7-form-control.wpcf7-submit.btn-contact {
  width: 100%;
  /* background-color: #4caf50; */
  font-size: 16px;
}

/*HOME*/
.nasa-sc.products.woocommerce.ns-type-carousel h3.nasa-heading-title {
  line-height: 1;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

.nasa-sc.products.woocommerce.ns-type-carousel p.nasa-product-description {
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .nasa-sc.products.woocommerce.ns-type-carousel p.nasa-product-description {
    font-size: 16px !important;
  }
}

.sticky-wrapper .header_logo.logo_mobile {
  max-width: 55% !important;
  max-height: 55% !important;
}

.nasa-mobile-nav-wrap .header_logo.logo_mobile {
  max-height: none !important;
}

#contact-phonenum {
  font-weight: 700 !important;
  background: -webkit-linear-gradient(#515151, #242424) !important;
  background-clip: border-box !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/*mobile menu*/
@media (max-width: 768px) {
  /* #masthead .nasa-login-register-ajax {
    display: none !important;
  } */

  .mobile-search svg {
    width: 30px !important;
    height: 30px !important;
  }

  .nasa-login-register-ajax svg {
    width: 32px !important;
    height: 32px !important;
  }

  #nasa-counter-viewing {
    margin: auto !important;
  }

  .natura-review-widget {
    width: 90%;
    margin: auto !important;
  }

  #nasa-counter-viewing {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* .mobile-menu .header-icons > li .mini-cart svg {
    height: auto !important;
    width: auto !important;
  } */

  li.nasa-icon-mini-cart:nth-child(2)
    > a:nth-child(1)
    > span:nth-child(1)
    > svg:nth-child(1) {
    width: 36px !important;
    height: 36px !important;
    /* color: #333; */
  }

  a.nasa-icon:nth-child(1) > svg:nth-child(1) {
    stroke-width: 1.5;
    /* color: #333; */
  }
}

/* footer */
#nasa-footer {
  font-size: 16px;
}

/* #nasa-footer li.menu-item {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #743ad500 40%, #508d725c);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0px;
} */

#nasa-footer li {
  margin-bottom: 7px;
}

.footer-contact button {
  background: #508d72 !important;
  font-family: "Jost", sans-serif !important;
}

@media (max-width: 768px) {
  #nasa-footer li.menu-item {
    width: fit-content;
    margin: auto;
  }

  #nasa-footer #menu-footer-menu {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* #nasa-footer #menu-footer-menu li {
    margin-bottom: 10px;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(
      to right,
      #fff0 0%,
      #508d728c 50%,
      #fff0 100%
    );
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 0px;
  } */
}

#nasa-footer #menu-footer-menu li {
  margin-bottom: 15px;
  border: 1px solid #e4e4e4;
  border-image-slice: 1;
  border-width: 1px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0px;
}

#masthead {
  padding: 0 !important;
}

@media (min-width: 769px) {
  #header-content {
    position: sticky !important;
    top: 0 !important;
    background: white;
    z-index: 10000;
  }

  .header_logo {
    padding: 5px !important;
  }

  #top-bar {
    display: none !important;
  }

  li.nasa-icon-wishlist,
  li.nasa-icon-compare {
    display: none !important;
  }

  ul.nasa-menus-account {
    list-style: none;
  }

  span.nasa-login-title {
    display: none !important;
  }

  li.nasa-menu-item-account ul.sub-menu {
    display: none;
  }
}

#nasa-init-viewed {
  display: none !important;
}

@media (min-width: 769px) {
  #productpage-crosssell .slick-track {
    min-height: 510px !important;
  }

  .boko {
    text-align: start !important;
  }

  .nasa-footer-bottom-left:has(.boko) {
    padding: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  #productpage-crosssell .slick-track {
    min-height: 380px !important;
  }
}

@media (max-width: 768px) {
  #elementor-like-h2,
  #productpage-crosssell .nasa-heading-title {
    font-size: 22px !important;
  }
}

/*#product-8325 .promo-ribbon + img,*/
/*#product-6863 .promo-ribbon + img {*/
/*  width: 140px !important;*/
/*  height: 130px !important;*/
/*}*/

/*#product-17524 .promo-ribbon + img {*/
/*  width: 140px !important;*/
/*  height: 140px !important;*/
/*}*/

.woocommerce-review__dash,
.woocommerce-review__published-date {
  display: none !important;
}

#nasa-footer .current-menu-item a {
  color: #264b3e !important;
}

.woocommerce-mini-cart__buttons a.button.checkout + .free-shipping-note {
  margin-top: 15px !important;
}

.product-info .cart {
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 768px) {
  .product-info .cart + .free-shipping-note {
    margin-bottom: 10px !important;
  }
}

/*hide "Opcije isporuke će biti ažuriran kada porudžbine." from /shopping-cart*/
.woocommerce-shipping-estimate-html.e-checkout-message {
  display: none;
}

/* Collagen */
/*#product-15902 .promo-ribbon + img {*/
/*  width: 150px !important;*/
/*  height: 100px !important;*/
/*}*/

.promo-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  color: #333; /* text color */
  margin: 0 10px; /* spacing between promos */
}

.promo-separator::before,
.promo-separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc; /* line color */
  margin: 0 10px; /* space between line and text */
}

body.blog #block-3,
body.blog #block-4 {
  display: none !important;
}

.wpcf7-form-control.wpcf7-submit.btn-contact.wpcf7-submit.btn-contact.wpcf7-submit.btn-contact {
  background-color: #558071 !important;
}

@media (min-width: 769px) {
  .safe-checkout.safe-checkout.safe-checkout.safe-checkout.safe-checkout.safe-checkout.nasa-crazy-box {
    padding-top: 15px !important;
  }
}

.product-info .nasa-wrap-flex.info-modern-1 .nasa-col-flex:last-child {
  background: transparent !important;
  box-shadow: none !important;
}

.readmore {
  font-size: 16px !important;
  margin-bottom: 30px !important;
}

.woocommerce-notices-wrapper {
  display: none !important;
}

@media (min-width: 769px) and (max-width: 1400px) {
  li.menu-item.menu-item-type-custom.menu-item-object-custom img {
    height: 45px !important;
  }
}

/*.countdown-row .countdown-section:nth-child(2) {*/
/*  display: none !important;*/
/*}*/

.badge.deal-label {
  display: none !important;
}

.search-results #block-3,
.search-results #block-4 {
  display: none !important;
}

.tax-product_tag .nasa-products-page-wrap {
  width: 100% !important;
}

.tax-product_tag .col-sidebar {
  display: none !important;
}

.tax-product_tag .nasa-toogle-sidebar-classic {
  opacity: 0 !important;
}

.tax-product_tag .nasa-toogle-sidebar-classic:hover {
  cursor: auto !important;
}

.tax-product_tag .li-toggle-sidebar {
  display: none !important;
}

.nasa-icon-filter-cat {
  display: none !important;
}

@media (min-width: 1861px) {
  #blackfriday-hero-img img {
    width: 1920px !important;
  }
}

.mb-45 {
  margin-bottom: 2rem;
}

.py-45 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bg-cream {
  background: #edeae4;
}

@media (min-width: 769px) {
  .product-custom-description-segment {
    padding: 50px !important;
  }

  .w-md-50 {
    width: 50%;
  }

  .w-md-60 {
    width: 60%;
  }

  .w-md-70 {
    width: 70%;
  }

  .mb-md-47 {
    margin-bottom: 2.5rem;
  }

  .mb-md-45 {
    margin-bottom: 2rem;
  }

  .pb-md-45 {
    padding-bottom: 2rem;
  }

  .pt-md-45 {
    padding-top: 2rem;
  }
}

.pb-47 {
  padding: 2.5rem;
}

.product-custom-description-segment * {
  font-size: 18px;
  line-height: normal;
}

.product-custom-description-segment h1 {
  /*font-size: 1.93em;*/
  font-size: 26px;
  /*border-bottom: 4px solid #719f17;*/
  /*line-height: 27px !important;*/
  width: fit-content;
  font-weight: 600 !important;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .product-custom-description-segment {
    padding-left: 17px;
    padding-right: 17px;
  }

  .product-custom-description-segment h1 {
    font-size: 22px;
    /*font-weight: 500 !important;*/
  }

  .product-custom-description-segment__heading {
    width: fit-content;
  }
}

.product-custom-description-segment {
  position: relative;
  z-index: 2;
}

.caption-section {
  background: #264b3e;
  position: relative;
  z-index: 2;
}

.caption-section * {
  text-transform: uppercase;
}

.caption-section p {
  font-size: 16px;
  color: white;
}

.caption-section h3 {
  font-size: 22px;
  color: #ffeb95;
  font-weight: 500;
}

.caption-section * {
  text-align: center;
}

.safe-checkout fieldset legend {
  width: 100%;
  margin-bottom: 10px;
}

.product-custom-description-segment .accordion-header button {
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  line-height: 1.4 !important;
  height: fit-content;
  color: #264b3e;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button {
  justify-content: start;
}

.results__duration-prefix {
  color: #264b3e;
  font-size: 18px;
}

.results__duration-value {
  font-size: 20px !important;
  font-weight: 500 !important;
}

/* Remove Bootstrap default caret */
.custom-accordion-toggle::after {
  display: none;
}

/* Base button layout */
.custom-accordion-toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Plus / minus icon */
.custom-accordion-toggle::before {
  content: "+";
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  width: 1.25rem;
  text-align: center;
  transition: transform 0.2s ease;
}

/* Expanded state */
.custom-accordion-toggle:not(.collapsed)::before {
  content: "−";
}

.natura_illustration {
  position: absolute;
  right: -5%;
  bottom: -25%;
  opacity: 0.1;
}

/* Prevent the default WooCommerce variation price from appearing */
.woocommerce-variation-price {
  display: none !important;
}

/* Prevent the variation value from appearing next to the attribute label */
.variations .label .label-tip {
  display: none !important;
}

/* Prevent the script from dynamically changing menu item margins and font sizes */
.header-nav > li > a,
.nasa-title-menu,
.nasa-title-vertical-menu {
  margin-left: 15px !important; /* Replace 15px with your desired default margin */
  margin-right: 15px !important; /* Replace 15px with your desired default margin */
  font-size: 14px !important; /* Keeps font size consistent as well */
}

/* Ensure margins are handled correctly for RTL (Right-to-Left) if applicable */
body.nasa-rtl .header-nav > li > a {
  margin-left: 15px !important;
  margin-right: 0 !important;
}

button.disabled {
  opacity: 0.5 !important;
}

table.variations .value {
  padding-bottom: 0 !important;
}

.product-info .single_variation_wrap {
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  #nasa-footer .large-6:has(.contact-info):not(:has(.row)) {
    width: 60%;
  }

  #nasa-footer .large-6:has(#menu-footer-menu):not(:has(.row)) {
    width: 40%;
  }

  #nasa-footer .large-6:has(.contact-info):has(.row) {
    width: 60%;
  }

  #nasa-footer .large-6:has(.footer-contact):has(.row) {
    width: 40%;
    display: flex;
    justify-content: end;
  }

  #nasa-footer .large-6:has(.footer-contact):has(.row) .large-5 {
    display: none;
  }

  #nasa-footer .large-6:has(.footer-contact):has(.row) .large-7 {
    width: 100%;
  }

  .nasa-footer-bottom-right {
    display: flex;
    justify-content: flex-end;
  }

  .nasa-footer-bottom-right img {
    height: 24.88px !important;
  }
}

/*
* Desktop categories mega menu
*/
.nasa-title-menu:has(.nav-dropdown) {
  position: relative !important;
}

.nav-dropdown.nav-dropdown.nav-dropdown.nav-dropdown {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
}

ul.sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  row-gap: 12px;
  column-gap: 26px;
  /*border-top: 2px solid #dadada !important;*/
}

.mainmenu-cat {
  height: auto !important; /* Allow height to expand for products */
  min-height: 100px;
  width: 250px !important;
  display: flex !important;
  flex-direction: column; /* Stack category link and products */
  align-items: flex-start !important;
  padding: 10px;
}

.mainmenu-cat .nasa-title-menu {
  gap: 10px;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*border-bottom: 2px solid #e1e1e1;*/
  /*padding-bottom: 10px !important;*/
  margin: 0 !important;
}

.nasa-cat-link-top {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 2px;
  font-weight: 600;
}

.nasa-menu-products-list {
  font-size: 12px;
  line-height: 1.4;
  color: #333333;
  opacity: 0.8;
  width: 100%;
  display: block;
  margin-top: 5px;
}

.nasa-menu-product-name,
.nasa-menu-more-products {
  text-transform: none;
}

.nasa-menu-product-link:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

.nasa-menu-more-products {
  font-style: italic;
  white-space: nowrap;
}

.mainmenu-cat:not(.adastra-cat) img.nasa-mega-img {
  /*filter: invert(29%) sepia(100%) saturate(267%) hue-rotate(105deg) brightness(130%);*/
  opacity: 0.9;
  height: 35px;
}

.nasa-menu-products-list a {
  display: inline !important;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom img {
  height: 30px !important;
}

.nasa-cat-link-top {
  display: flex;
  justify-content: start;
}

.nav-wrapper .default-menu .menu-item a:hover {
  padding-left: 0 !important;
  text-decoration: underline;
}

@media (max-width: 768px) {
  ul.sub-menu {
    grid-template-columns: 1fr;
    position: relative;
    grid-gap: 10px;
  }

  .nasa-cat-link-top {
    justify-content: start;
  }

  li.menu-item.menu-item-type-custom.menu-item-object-custom img {
    height: 25px !important;
  }

  .mainmenu-cat .nasa-title-menu {
    gap: 10px;
  }

  #mobile-navigation .menu-item > .nav-dropdown-mobile {
    padding-left: 25px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #mobile-navigation#mobile-navigation li a {
    font-weight: 400 !important;
  }
}

.home-section h1,
.home-section h2,
.home-section h3 {
  font-weight: 600 !important;
}

.custom-categories-with-images {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-categories-with-images li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.custom-categories-with-images li:last-child {
  border-bottom: none;
}

.custom-categories-with-images .category-item-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

.custom-categories-with-images .category-name {
  text-transform: uppercase;
}

.custom-categories-with-images .category-item-link:hover {
  opacity: 0.8;
}

.custom-categories-with-images .category-icon {
  flex-shrink: 0;
}

/*
* Hide Filters on product category/search sidebar
 */
.nasa-toogle-sidebar-classic {
  opacity: 0;
}

.widget li::before {
  content: "" !important;
}

.nasa-wrap-widget .col-sidebar .widget:not(.widget_text),
.nasa-wrap-widget .dokan-store-sidebar .widget:not(.widget_text) {
  background: #fbfbfb !important;
}

.woocommerce-products-header__title.page-title {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}

@media (max-width: 768px) {
  .woocommerce-products-header__title.page-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
  }
}

.container-wrap:has(.woocommerce-products-header__title.page-title) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.nasa_shop_description.page-description {
  padding-top: 10px !important;
  opacity: 0.6;
}

.nasa-sidebar-off-canvas:has(.custom-category-widget) .widget-title {
  margin-bottom: 1em !important;
}

.nasa-with-sidebar-classic {
  margin-top: 20px !important;
}

.category-item-link img {
  width: 30px !important;
  height: 30px !important;
}

.cust-brand-features__title {
  text-align: center;
}

/* Bulk Discount Images */
.ev-dsc-qty .nasa-bulk-image {
  display: block;
  max-width: none;
  height: auto;
}

.ev-dsc-qty {
  text-align: center;
}

/* Bulk Discount Enhancements */
.toggle-bulk-discounts .nasa-icon-toggle {
  transition: transform 0.3s ease;
  display: inline-block;
}

.nasa-dsc-wrap.open .toggle-bulk-discounts .nasa-icon-toggle {
  transform: rotate(180deg);
}

.nasa-deselect-bulk {
  display: inline-block;
  font-weight: 400 !important;
  color: #7e7e7e;
  letter-spacing: 2px;
  font-size: 65% !important;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.nasa-deselect-bulk:hover {
  color: #333;
  text-decoration: underline;
}

.nasa-bulk-extra.d-none {
  display: none !important;
}

.ev-dsc-qty-wrap + .ev-dsc-qty-wrap {
  margin-top: 10px;
}

.promo-ribbon + img {
  zoom: 0.4;
}

.nasa-dsc-type-1 .dsc-flex-column .ev-dsc-qty.actived {
  border: 1px solid #acacac !important;
  background: #fbfbfb !important;
  box-shadow: 0 0 8px rgba(38, 75, 62, 0.2);
}

.bulk-savings__dropdown-toggle__sub {
  font-weight: 600;
}

.toggle-bulk-discounts {
  justify-content: center !important;
  margin-bottom: 25px !important;
}

/*.hidden-tag {*/
/*  display: none !important;*/
/*}*/

.dsc__old-price * {
  font-weight: 400;
}

.dsc__new-price * {
  font-weight: 600;
}

.nasa-thumb-wrap {
  display: none !important;
}

.product-gallery {
  height: fit-content;
}

.nasa-add-to-cart-fixed .price {
  display: none !important;
}

/*
 * hide "Product Cateogories" title on category pages sidebar
 */
.nasa-sidebar-off-canvas .widget-title {
  display: none;
}

.nasa-attr-select_wrap-clone select {
  border: 1px solid #efefef;
  padding: 15px 30px 30px 10px;
}

.nasa-bulk-toggle-wrap .quantity {
  display: block !important;
  margin-bottom: 0 !important;
}

.nasa-bulk-toggle-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  margin-top: 5px !important;
}

.nasa-add-to-cart-fixed .nasa-bulk-toggle-wrap {
  margin-bottom: 0 !important;
}

.product-custom-description-segment__heading {
  margin-bottom: 0 !important;
}

.product-custom-description-segment__hr {
  margin-top: 20px;
  margin-bottom: 30px;
  border-color: #808080;
}

.nasa-fixed-product-variations-wrap {
  flex: 0 !important;
}

.nasa-fixed-product-btn {
  flex: 1 !important;
}

.nasa-add-to-cart-fixed .nasa-bulk-toggle-wrap {
  justify-content: end !important;
  margin-right: 0px !important;
}

.nasa-add-to-cart-fixed .ns-single-add-btn {
  min-width: 245px;
}

.nasa-add-to-cart-fixed .reset-quantity-text {
  display: none;
}

@media (min-width: 769px) {
  .nasa-add-to-cart-fixed .ns-single-add-btn {
    min-width: 300px;
  }

  .nasa-add-to-cart-fixed .reset-quantity-text {
    display: block;
  }

  .nasa-add-to-cart-fixed .nasa-bulk-toggle-wrap {
    margin-right: 15px !important;
  }
}

.nasa-tranparent,
.nasa-tranparent-filter {
  background: transparent !important;
}
/* Featured In Bundles Section */
.product-bundles-containing-this {
  margin-top: 30px;
  clear: both;
  padding-top: 30px !important;
  border-top: 1px solid #eee;
}

.product-bundles-containing-this h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#bundleCarousel * {
  text-transform: none !important;
}

.product-bundles-containing-this ul.bundle-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.product-bundles-containing-this img {
  object-fit: contain !important;
}

@media (min-width: 768px) {
  .product-bundles-containing-this ul.bundle-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-bundles-containing-this .bundle-list li {
  padding: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.product-bundles-containing-this .bundle-list li:hover {
  border-color: #eee;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.product-bundles-containing-this .bundle-list a {
  text-decoration: none !important;
  display: block;
}

.product-bundles-containing-this .bundle-list img {
  display: block;
  margin: 0 auto 10px;
  border-radius: 4px;
}

.product-bundles-containing-this .product-title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}

.product-bundles-containing-this .product-rating {
  font-size: 12px;
  color: #ffb400;
  margin-bottom: 5px;
}

.product-bundles-containing-this .product-rating .star-rating {
  margin: 0 auto;
}

.product-bundles-containing-this .product-price del {
  color: #999;
  font-size: 90%;
  font-weight: normal;
  margin-right: 5px;
}

.product-bundles-containing-this .product-price ins {
  text-decoration: none;
}

.product-bundles-containing-this .nasa-badges-wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.product-bundles-containing-this ins bdi {
  font-weight: 400;
  color: #333;
}

/* Featured In Bundles Carousel Styling */
.product-bundles-containing-this {
  margin-top: 30px;
  clear: both;
  padding-top: 20px;
  border-top: 1px solid #eee;
  position: relative;
}

.product-bundles-containing-this .carousel-inner {
  padding: 10px 0;
}

.product-bundles-containing-this .product-inner {
  padding: 10px;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  border-radius: 4px;
  background: #fff;
}

.product-bundles-containing-this .product-inner:hover {
  border-color: #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Carousel Controls Customization */
.product-bundles-containing-this .carousel-control-prev,
.product-bundles-containing-this .carousel-control-next {
  width: 35px;
  height: 35px;
  background-color: #333;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  z-index: 15;
}

.product-bundles-containing-this .carousel-control-prev {
  left: -15px;
}
.product-bundles-containing-this .carousel-control-next {
  right: -15px;
}

.product-bundles-containing-this .carousel-control-prev:hover,
.product-bundles-containing-this .carousel-control-next:hover {
  opacity: 1;
  background-color: #000;
}

.product-bundles-containing-this .carousel-control-prev-icon,
.product-bundles-containing-this .carousel-control-next-icon {
  width: 18px;
  height: 18px;
}

/* Ensure images don't stretch weirdly */
.product-bundles-containing-this .product-image-wrapper img {
  max-width: 100%;
  height: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .product-bundles-containing-this .carousel-control-prev {
    left: -5px;
  }
  .product-bundles-containing-this .carousel-control-next {
    right: -5px;
  }

  .product-bundles-containing-this .product-title {
    font-size: 13px !important;
  }

  .nasa-product-info-wrap .nasa-bulk-toggle-wrap {
    gap: 20px;
  }
}

@media (min-width: 769px) {
  .nasa-variation-bulk-dsct {
    margin-top: 10px;
  }
}

/* 1. Ensure the carousel container has a stable height */
.product-bundles-containing-this #bundleCarousel {
  min-height: 300px; /* Adjust based on your typical content height */
}

/* 2. Standardize internal element heights to prevent layout shifts */
.product-bundles-containing-this .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px; /* Fixed height for title area */
  margin-bottom: 8px;
}

.product-bundles-containing-this .product-rating {
  height: 18px; /* Fixed height for rating area even if empty */
  margin-bottom: 5px;
}

/* 3. Make columns in a slide equal height */
.product-bundles-containing-this .carousel-item .row {
  display: flex;
  align-items: stretch;
}

.product-bundles-containing-this .product-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 4. Fix Control Positioning */
.product-bundles-containing-this .carousel-control-prev,
.product-bundles-containing-this .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  /* Ensure they are relative to the whole carousel, not just the active slide content */
  margin-top: 0;
}

.bundled_product_summary.bundled_product_summary.bundled_product_summary {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.bundle_form .cart {
  margin-top: 12px !important;
}

.nasa-fixed-product-variations-wrap {
  display: flex;
  flex-direction: row;
  flex: 1 !important;
  justify-content: start;
}

.cart.bundle_data,
.bundle_wrap {
  width: 100% !important;
}

.bundle_wrap .nasa-bulk-toggle-wrap {
  margin-bottom: 25px;
}

.product-info .cart.bundled_item_cart_content {
  margin-bottom: 15px !important;
}

.woocommerce-Reviews-title {
  display: none !important;
}

.category-item-link:hover {
  text-decoration: underline;
}

.safe-checkout fieldset legend {
  width: fit-content !important;
}

legend {
  float: none !important;
}

.root-item > .nasa-title-menu.nasa-title-menu,
.safe-checkout fieldset legend {
  font-weight: 600 !important;
}

.nasa-single-btn-clone {
  flex-direction: row !important;
}

.bundled_product_summary:not(:has(table.variations)) {
  display: none !important;
}

@media (min-width: 769px) {
  .nasa-col-flex:has(form.cart).nasa-col-flex:has(form.cart).nasa-col-flex:has(
      form.cart
    ) {
    padding-top: 0 !important;
  }
}

.nasa-add-to-cart-fixed .bundle_button {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Custom Breadcrumbs */
.custom-product-breadcrumb {
  margin-bottom: 0px;
  line-height: 20px;
  font-size: 14px;
  color: #777;
}

@media (min-width: 769px) {
  .custom-product-breadcrumb {
    margin-bottom: 10px;
  }
}

.custom-product-breadcrumb a {
  color: #222;
  text-decoration: none;
}

.custom-product-breadcrumb a:hover {
  text-decoration: underline;
}

.custom-product-breadcrumb i {
  margin: 0 10px;
  font-size: 12px;
  color: #999;
}

.nasa-breadcrumb-wrap {
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .nasa-breadcrumb-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bulk-savings__dropdown-toggle * {
  color: #333333 !important;
}

#site-navigation {
  gap: 20px;
}

.safe-checkout fieldset {
  padding: 5px 12px 12px 12px !important;
}

.nasa-single-btn-clone,
.ingredients,
.results {
  align-items: center;
}

.results {
  gap: 10px;
}

.benefits {
  gap: 10px;
}

@media (min-width: 769px) {
  .results {
    gap: 45px;
  }
}

.price.nasa-bulk-price {
  display: none !important;
}

.results__content p {
  margin-bottom: 0 !important;
}

.product_title {
  font-weight: 600 !important;
}

html body .row,
.nasa-wrap-content-inner {
  max-width: 1800px !important;
}

.nasa-accordions-content .row {
  margin: 0 !important;
  max-width: 100% !important;
}

.product-info .cart {
  margin-top: 0 !important;
}

.nasa-add-to-cart-fixed
  .nasa-wrap-content
  .nasa-fixed-product-info
  .nasa-title-clone
  h3 {
  max-width: 290px !important;
}

@media (min-width: 769px) {
  .nasa-add-to-cart-fixed
    .nasa-wrap-content
    .nasa-fixed-product-info
    .nasa-title-clone
    h3 {
    max-width: 450px !important;
  }

  .nasa-add-to-cart-fixed:has(.nasa-attr-select-clone)
    .nasa-wrap-content
    .nasa-fixed-product-info
    .nasa-title-clone
    h3 {
    max-width: 400px !important;
  }
}

.slick-slide .main-img {
  height: 250px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-slide .main-img img {
  height: 250px !important;
  object-fit: contain;
}

@media (max-width: 768px) {
  .slick-slide .main-img {
    height: 200px !important;
  }

  .slick-slide .main-img img {
    height: 200px !important;
    object-fit: contain;
  }
}

.custom-related-products-slider img {
  object-fit: contain !important;
}

.ingredients-list .ingredient-name {
  font-weight: 400 !important;
}

.ingredients-list--row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.ingredients-list--row .ingredient-name {
  white-space: nowrap;
  margin: 0 !important;
}

.product-custom-description-segment:has(.ingredients-list--row) .usage {
  margin-top: 15px !important;
}

@media (min-width: 769px) {
  .product-custom-description-segment:has(.ingredients-list--row) .usage {
    margin-top: 40px !important;
  }
}

@media (max-width: 768px) {
  .ingredients-list--row {
    justify-content: start;
    gap: 10px;
  }

  .product-custom-description-segment:has(.ingredients-list--row)
    .natura_illustration {
    display: block !important;
    right: -20%;
    bottom: 20%;
    opacity: 0.05;
    scale: 1.7;
  }

  .ingredients-list--row .ingredient-name {
    white-space: wrap;
  }
}

.ingredient-name i {
  font-weight: 400;
}

@media (min-width: 769px) {
  .info-modern-1:has(.nasa-single-product-price) form.cart,
  .bundle_button {
    flex-direction: column-reverse;
  }

  .info-modern-1:has(.nasa-single-product-price) .bundle_button {
    display: flex;
    gap: 15px;
    flex-direction: column-reverse;
  }

  .info-modern-1:has(.nasa-single-product-price):has(.bundle_button)
    .nasa-bulk-toggle-wrap {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .nasa-main-image-default-wrap .slick-list {
    height: fit-content !important;
  }
}

body:has(.homogenous-restricted-bundle)
  .bundled_product_summary:has(.bundled_item_cart_content.variations_form) {
  display: none !important;
}

@media (max-width: 768px) {
  .nasa-add-to-cart-fixed
    .nasa-wrap-content
    .nasa-fixed-product-info
    .nasa-title-clone
    h3 {
    max-width: 180px !important;
  }

  body:not(:has(.nasa-attr-select))
    .nasa-wrap-content
    .nasa-fixed-product-info
    .nasa-title-clone
    h3 {
    max-width: 300px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body:has(.nasa-add-to-cart-fixed) .nasa-footer-bottom {
    padding-bottom: 155px !important;
    padding-top: 0 !important;
  }
}

#mobile-navigation .root-item.li_accordion.active {
  background: #fbfbfb !important;
}

.bundled_item_cart_content.bundled_item_cart_content.bundled_item_cart_content.bundled_item_cart_content.bundled_item_cart_content:has(
    .attribute_value_static
  ) {
  margin-bottom: 0px !important;
}

@media (min-width: 769px) {
  .bundle_form.bundle_form.bundle_form.bundle_form.bundle_form.bundle_form:has(
      .bundled_item_cart_content
    ):has(.attribute_value_static) {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 768px) {
  body:has(.attribute_value_static) .bundle_button {
    margin-top: 15px !important;
  }
}

@media (min-width: 1600px) {
  form.cart {
    max-width: 310px !important;
    width: 100% !important;
  }
  .nasa-col-flex.nasa-col-flex.nasa-col-flex.nasa-col-flex.nasa-col-flex.nasa-col-flex:has(
      form.cart
    ) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0 !important;
  }
}

@media (min-width: 1600px) {
  .woocommerce-products-header__title.page-title {
    padding: 0;
  }
}

.nasa-toggle-widget {
  display: none !important;
}

.caption-section p {
  max-width: 1400px;
}

@media (min-width: 769px) {
  .product-custom-description-segment:has(.results) {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .nasa-wrap-widget .col-sidebar .widget:not(.widget_text),
  .nasa-wrap-widget .dokan-store-sidebar .widget:not(.widget_text) {
    padding: 20px 25px 10px 25px;
    background: transparent !important;
  }
}

.quantity.quantity_hidden {
  display: none !important;
}

@media (max-width: 768px) {
  .nasa-add-to-cart-fixed .nasa-bulk-toggle-wrap {
    justify-content: center !important;
  }
}

/* Standard */
::selection {
  background: rgba(0, 0, 0, 0.15) !important;
  color: #333333 !important;
}

/* iOS / Safari */
::-webkit-selection {
  background: rgba(0, 0, 0, 0.15) !important;
  color: #333333 !important;
}

.woocommerce-Price-amount.amount bdi {
  text-decoration: none !important;
}

#bundleCarousel .product-inner {
  border: none !important;
}

.product-custom-description-segment {
  overflow: hidden;
}

#custBrandFeaturesMobIndicators {
  height: 320px !important;
}

.nasa-cat-link-top img {
  display: none !important;
}

.category-item-link img {
  display: none !important;
}

#block-5 {
  padding: 0 !important;
}

.products-arrow {
  display: none !important;
}

@media (max-width: 768px) {
  .nasa-product-details-page .product-info .entry-title {
    padding-right: 0 !important;
  }
}

@media (min-width: 769px) {
  .nasa-add-to-cart-fixed
    .bundle_button.bundle_button.bundle_button.bundle_button.bundle_button {
    flex-direction: row !important;
  }
}

.single-product img[loading="lazy"] {
  opacity: 0;
  transition: opacity 300ms ease;
}

.single-product img[loading="lazy"].is-loaded {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .single-product img[loading="lazy"] {
    transition: none;
  }
}

@media (max-width: 768px) {
  .cs-info-sticky {
    min-height: 30px !important;
    top: 20px !important;
    left: 20px !important;
  }

  .cs-info-sticky-button {
    color: #333333 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 14px !important;
    text-decoration: underline;
    width: fit-content !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    opacity: 1 !important;
    border-radius: 5px !important;
  }

  .results__duration-value {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 769px) {
  .cs-info-sticky {
    min-height: 30px !important;
    bottom: 110px !important;
    left: 20px !important;
  }

  .cs-info-sticky-button {
    color: #333333 !important;
    text-decoration: underline;
    width: fit-content !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    opacity: 1 !important;
    border-radius: 5px !important;
  }

  .results__duration-value {
    margin-bottom: 15px !important;
  }
}
