/* Body color, mone blocks padding and home page hero slider */
body {
  background-color: #ffffff;
  color: #000000;
}
.box-side {
 padding: 0 0 .5rem
}
.frontpage-slider + .container .frontpage-products {
    margin-top: 0px;
  }
.frontpage-slider .swiper-slide {
  height: 60vh;
  padding-bottom: 209px;
  min-height: 300px;
  margin-bottom: 1rem;
}
.frontpage-slider .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.container:has(.frontpage-slider){
    max-width: 100vw !important;
    padding: 0px !important;
}
@media (min-width: 992px) {
  .frontpage-slider .swiper-slide {
    height: 60vh;
    padding-bottom: 209px;
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .frontpage-slider .swiper-slide {
    padding-bottom: 209px;
  }
}
@media (min-width: 1440px) {
  .frontpage-slider .swiper-slide {
    padding-bottom: 209px;
  }
}
/* homepage hero headings */
.hero-heading {
  margin-top: calc((60vh - 209px) / 2);
  font-weight: 400;
}
/* homepage hero silder buttons */
.frontpage-slider .swiper-button-prev, .frontpage-slider .swiper-button-next {
  top: calc((60vh - 209px) / 2 + 30px);
}
@media (min-width: 992px) {
  .frontpage-slider .swiper-button-prev, .frontpage-slider .swiper-button-next {
    top: calc((100% - 209px) / 2 + 50px);
  }
}
@media (min-width: 1200px) {
  .frontpage-slider .swiper-button-prev,
  .frontpage-slider .swiper-button-next {
    top: calc((60vh - 209px) / 2 + 40px);
  }
}
@media (min-width: 1440px) {
  .frontpage-slider .swiper-button-prev, .frontpage-slider .swiper-button-next {
    top: calc((100% - 209px) / 2 + 30px);
  }
}
.frontpage-slider .swiper-button-prev, .frontpage-slider .swiper-button-next {
  top: calc((60vh - 209px) / 2 + 30px);
}

/* logo image style */
.logo img {
  margin-right: 20px;
  width: auto;
}

/*mobile nav-menu */
@media (max-width: 991.98px) {
  .nav-menu.show-nav {
    width: 325px !important;
  }
  .nav-menu {
    background-color: #fbfbfb;
  }
  .searchform-mob {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    margin: 0 5px 10px;
  }
  .searchform-mob p.balance {
    margin: .5rem 0;
  }
  .menu-lvl-1 > li {
    border-bottom: none;
  }
 .menu-lvl-1 .d-lg-none {
  border: 1px solid #e5e5e5 !important;
  border-radius: 70px;
  margin: 10px 0;
  text-align: center;
  background: white;
  box-shadow: 2px 2px 2px #e5e5e5;
}
  .menu-lvl-1 > li a, .menu-lvl-1 > li span {
    padding: 12px 0;
    font-weight: 700;
    font-size: 18px;
  }
  .menu-lvl-2 > li a {
    padding: 6px 0 0 15px;
    font-weight: 400;
    font-size: 16px;
  }
  .nav-menu .has-children::after {
    top: 20px;
  }
  .nav-menu .has-children::before {
    top: 17px;
  }
  .nav-menu .has-children.has-children-opened:after {
        top: 20px;
    }
  .user-info .search-btn {
    display: none;
  }
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* dim color */
    opacity: 0;
    visibility: hidden;
    z-index: 1; /* behind nav-menu */
    transition: opacity 0.3s ease;
    pointer-events: none; /* let clicks pass through when hidden */
  }
  body.inactive-body::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; /* optional if you want to block clicks */
  }
}

/* breadcrumbs links */
.breadcrumb ol li span {
  color: #000;
  font-weight: 500;
}

/* product image style */
.swiper-product img {
  height: auto;
  aspect-ratio: 1 / 1;
}
.product-cover img.img {
  width: 300px;
  height: auto;
  aspect-ratio: 1 / 1;
}
/* Listing images aspect-ratio */
.box-product-descr img.img-fluid {
  aspect-ratio: 1/1;
}

/* offer short block */
.right-column-detail {
  background: #ffffff;
  padding-top: 20px;
}
.inner_description p {
  margin-bottom: 5px;
}
.inner_description {
  padding-bottom: 30px;
}
.product-information {
  color: #000;
}
/* Prices style */
.right-detail-inner-container .product-prices {
  font-size: 1.5rem !important;
}
.product-information .offer-suggest-price {
  color: #028422;
  font-size: 14px;
  font-weight: 500;
}
/* Offer Variations Styles */
.product-information .offer-variations .offer-attribute-items .offer-attribute-item.selected {
  border: 3px solid #201b17;
  color: #ffffff;
  background: #000000;
}
@media (max-width: 767.98px){
.product-information .offer-variations .offer-attribute-items {
  justify-content: center;
 }
}
/* Google Material Symbols */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24;
  margin-right: 5px;
}
/* Offer delivery time block */
.delivery-block {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.delivery-title {
  display: flex;
  gap: 15px 34px;
  flex-wrap: wrap;
}
.delivery-title-icons {
  display: flex;
  gap: 4px;
  align-items: center;
  position: relative;
}
.delivery-title-icons p {
  display: inline;
}
@media(min-width: 394px){
  .delivery-title-icons:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  right: -18px;
  top: 5px;
  background-color: #000;
  }
}
.delivery-options {
  display: inline-flex;
}
.delivery-options p {
  font-size: 0.8rem !important;
  line-height: 20px !important;
}
@media (max-width: 767px) {
  .delivery-title {
    justify-content: space-evenly;
  }
  .delivery-options {
    justify-content: center;
  }
  .delivery-block {
    padding: 10px;
  }
}
/* css display estimated delivery based on selected offer variation */
.product-information:has(.offer-variations .offer-attribute-items .offer-attribute-item.selected[data-id="location_int"]) .inner_description .delivery-options#loc-us-dom {
  display: none;
}
.product-information:has(.offer-variations .offer-attribute-items .offer-attribute-item.selected[data-id="location_usa"]) .inner_description .delivery-options#loc-int {
  display: none;
}

/* Offer Main Content sytles */
.accordion-wrapper a {
  color: #0047AB;
}
.accordion-wrapper a:hover {
  color: #FF0000; /* Link on hover */
}

/* Offer Main Content Details Styles */
.product-description {
    section {
      padding: 10px;
    }
    @media (max-width: 768px){
      h1 {
        font-size: 1.75rem;
      }
      h2 {
        font-size: 1.5rem;
      }
      h3 {
        font-size: 1.25rem;
      }
    }
}
.product-usp {
    font-size: 1.1rem;
    margin: 20px 0;
    font-weight: bold;
    }
.product-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    list-style: none;
    padding: 0;
    font-size: 0.95rem;
    }
.product-highlights li::before {
    content: "✔ ";
    color: #648633;
    font-weight: bold;
    }
.product-faq h3 {
    margin-top: 20px;
    color: #444;
   }

/* review date color */
.accordion_bg #product_comments_block_tab > .row .comment .customer_data .vmiddle em {
  color: #000;
  font-weight: 500;
}

/* footer styles */
footer .h-line {
  display: none;
}
footer {
background-color: #fafafa;
}
.footer-content {
 background-color: #fafafa;
}
.footer-content li a {
 line-height: 28px;
 font-weight: 400;
}
.footer-content li a, .footer-content h6 {
  color: #000;
  text-transform: uppercase;
}

/* All forms fields */
.f-zform select,
.f-zform textarea,
.f-zform input[type=text],
.f-zform input[type=email],
.f-zform input[type=password] {
    border: 1px solid gainsboro;
}
/* required label asterics */
label.required::after:not(has(span.input-form__required)) {
content: " *";
color: red;
}
label.required span.input-form__required {
content: " *";
color: red;
}

/* order history images */
.table-fulllist .td-img img {
  aspect-ratio: 1/1;
}

/* Payment Methods Additional red text */
ul li label span:not(.text-dark) {
  display: block;
  margin-left: 30px;
}

/* article date & author text color */
.box-news .info {
  color: #d42b26;
}
.box-news p {
  color: #000000;
}

.std-button {
  color: #000000;
}