/*
Theme Name: Natural Pharmaceuticals VitaSolaris DC New LT
Description: Natural Pharmaceuticals VitaSolaris DC New LT
Author: Dorota Osuch
Text Domain: naturalpharmaceuticals-new-vitasolaris
Version: 1.6.10.k
Author URI: mailto:dorota.osuch@natural.pl
Theme URI: https://omegamarine.lt
*/

a.link-color {
  color: #cf480b;
  text-decoration: underline;
}

a.link-color:hover {
  color: #bb4108;
}

.product-color,
.exit-popup-offer-text-1,
.exit-popup-offer-text-2 {
  color: #cf480b;
}

.product-color-dark,
.faq-item button {
  color: #bb4108;
}

.arrow {
  border-left: 10px solid #cf480b;
}

.faq-item h2 {
  border-left: 3px solid #bb4108;
}

.product-color-border {
  border: 7px solid #cf480b;
}

.product-color-bg,
.faq-item button:hover,
.faq-item button[aria-expanded="true"] {
  background: #bb4108;
}

.faq-item button {
  background-color: #fafafa;
}

.exit-popup-corner,
.testimonial-box {
  border-right-color: #cf480b !important;
}

.navbar-light .navbar-nav .nav-link.nav-link-green {
  color: #3b665b;
}
.navbar-light .navbar-nav .nav-link.nav-link-green:hover {
  color: #487f6a;
}

@media (min-width: 992px) {
  .testimonial-box {
    min-height: 200px;
  }
}

.burst div,
.burst div:before,
.burst div:after {
  background: #df4c0e;
}

.product-color-icon,
.list-checkbox li::before {
  /* generator: https://codepen.io/sosuke/pen/Pjoqqp */
  filter: invert(30%) sepia(92%) saturate(3335%) hue-rotate(13deg)
    brightness(95%) contrast(101%);
}

.testimonial-box {
  background-color: #cf480b;
}

.footer-bg {
  background-color: #3e2415;
  color: #c5bdb9;
}

.copyright-bg {
  background-color: #000;
  color: #c5bdb9;
}

.what-is-heading {
  color: #000;
}

.exit-popup-corner-price-text-right {
  right: -70px !important;
  font-size: 30px !important;
  margin-top: 20px;
  text-align: center;
}

/* .btn-highlight,
.btn-order {
    color: #000;
    border: solid 1px #f25b00;
    background-color: #FDD400;
    background-image: linear-gradient(to bottom, #FDD400, #F07402);
}

.btn-highlight:hover,
.btn-order:hover {
    color: #000;
    border: solid 1px #f25b00;
    background-color: #FDD400;
    background-image: linear-gradient(to bottom, #FDD400, #F07402);
    filter: brightness(105%);
} */

.border-color-product {
  border-color: #cf480b;
}

.morecontent span {
  display: none;
}
.morecontenta span {
  display: none;
}
.wpcf7-not-valid-tip,
.screen-reader-response {
  display: none;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7-response-output,
div.wpcf7-validation-errors {
  display: none !important;
}
span.wpcf7-not-valid-tip {
  display: none;
}

.container-limited {
  max-width: 1310px;
  margin: 0 auto;
}

.form-check-input {
  position: absolute;
  margin-top: -0.7rem;
  margin-left: -1.25rem;
}
.form-check-input-thp {
  position: absolute;
  margin-top: 0rem;
  margin-left: -1.25rem;
}

.wpcf7-form .wpcf7-radio {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  gap: 20px;
}

.so {
  position: sticky;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 10px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1029;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.so.show {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.so .container {
  display: grid;
  grid-template-columns: 100px auto 200px;
  grid-template-rows: auto;
  grid-column-gap: 1rem;
  grid-template-areas: "img text btn";
  align-items: center;
}

.so .so-img {
  grid-area: img;
  width: 100%;
  height: 100%;
  max-height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.so .so-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.so .so-img img.img-mobile {
  display: none;
}

.so .so-content {
  grid-area: text;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
}

.so .so-content p {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.so .so-content p.so-shipping {
  font-weight: 400;
}

.so .btn-so {
  grid-area: btn;
  width: 100%;
  height: auto;
  font-weight: bold;
  color: #000 !important;
  border: solid 1px #f25b00;
  background-color: #fdd400;
  background-image: linear-gradient(to bottom, #fdd400, #f07402);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.so .btn-so:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .so .container {
    grid-template-columns: auto 100px;
    grid-row-gap: 1rem;
    grid-template-areas: "text img" "btn img";
  }

  .so .so-img {
    justify-content: flex-end;
  }

  .so .so-img img.img-mobile {
    display: block;
  }

  .so .so-img img.img-desktop {
    display: none;
  }
}

@media (max-width: 646px) {
  .so .container {
    padding-left: 68px;
  }
}

@media (max-width: 575px) {
  .so .container {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .so .so-content p {
    font-size: 0.875rem;
  }

  .so .btn-so {
    font-size: 0.875rem;
  }
}
