/* header styles */
header.header-fixed {
  background-color: #f5f5f5;
}

/*Home Page Styles. Custom blocks padding, Hero Banner Headings Buttons, Custom Grid Style */
/* home page hero sliders */
.box-side {
 padding: 0 0 .5rem
}
.frontpage-slider + .container .frontpage-products {
    margin-top: 0px;
  }
.frontpage-slider .swiper-slide {
  height: 50vh !important;
  padding-bottom: 209px;
  min-height: 300px;
  margin-bottom: 1rem;
}
@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);
}
/* Home "Why Choose RoidsStock" grid */
.grid {
    display: grid; 
    grid-template-columns: repeat(1,minmax(0,1fr)); 
    gap: 2rem;
}
.box-shadow {
    --tw-shadow: 0 4px 12px rgba(0,0,0,.1); 
    --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color); 
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.border-radius {
    border-radius: 16px; padding: 20px 20px;
}
@media (min-width: 992px) {
    .md-grid-col-4 { 
    grid-template-columns: repeat(4,minmax(0,1fr)); 
  }
}

/*mobile nav-menu */
@media (max-width: 991.98px) {
  .nav-menu.show-nav {
    width: 325px !important;
  }
  .nav-menu {
    background-color: #f5f5f5;
  }
  .searchform-mob {
    border: 1px solid #23a86d;
    margin: 0 10px 20px;
  }
  .searchform-mob p.balance {
    margin: .5rem 0;
  }
  .menu-lvl-1 > li {
    border-bottom: none;
  }
 .menu-lvl-1 .d-lg-none {
    border: 1px solid #23a86d  !important;
    margin: 10px 0;
    text-align: center;
    background: white;
    box-shadow: 2px 2px 2px #e5e5e5;
  }
  .menu-lvl-1 .d-lg-none a {
    padding: 12px 0;
    font-weight: 700;
    font-size: 18px;
  }
  .menu-lvl-1 > li:not(.d-lg-none) > a, .menu-lvl-1 > li span {
    padding: 12px 0;
    font-weight: 500;
    font-size: 16px;
  }
  .menu-lvl-2 > li a {
    padding: 6px 0 0 15px;
    font-weight: 400;
    font-size: 14px;
  }
  .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: 400;
}

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

/* Short Description Content sytles*/
/* Main short description  styles */
.inner_description p {
  margin-bottom: 5px;
}
.product-information {
  color: #000;
}
.right-column-detail {
  padding-top: 20px;
}
/* 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;
}
.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-options p {
    text-align: left;
  }
  .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 Variations Styles */
.product-information .offer-variations .offer-attribute-items .offer-attribute-item.selected {
  font-size: 1rem;
}
@media (max-width: 767.98px){
.product-information .offer-variations .offer-attribute-items {
  justify-content: center;
 }
}
/* Prices style */
.right-detail-inner-container .product-prices {
  font-size: 1.3rem !important;
}
.product-information .offer-suggest-price {
  font-weight: 600;
}
/* Add to cart button text */
.btn.add-to-cart {
  font-size: 1rem;
  font-weight: 500;
}
.btn.btn-add-cart {
  font-size: 0.9rem;
}

/* Offer Main COntent Product Details, Table Styles */
.product-description ~ table{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid;
    padding: 10px;
}
.product-description th, 
.product-description td {
    border: 1px solid;
    padding: 10px;
}
.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-content {
    background-color: var(--dark);
    color: white;
    padding: 60px 0 30px;
    font-size: 14px;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}
.footer-col .h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: white;
}
.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--primary);
}
.footer-col ul {
    list-style: none;
    padding: 0;
}
.footer-col ul li {
    margin-bottom: 12px;
}
.footer-col a {
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-col a:hover {
    color: var(--accent);
}
.disclaimer-banner {
    background-color: var(--dark);
    color: white;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    font-size: 1rem;
}

/* 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 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;
}