/*
 * Baish theme extra CSS.
 * Add your cloned/licensed styles here.
 */

/*
 * Clone header_nc=02.css sets #header_v23 { position: absolute }, which removes the header from flow and
 * overlaps <main>. This file loads after clone styles (see functions.php enqueue priority) so we win here.
 * Homepage banner expects the header over the hero — keep absolute on .indexpage only.
 */
#header_v23 {
  display: block;
  position: static;
  top: 0;
  width: 100%;
  z-index: 100;
}

body.admin-bar #header_v23 {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar #header_v23 {
    top: 46px;
  }
}

body.indexpage #header_v23 {
  position: absolute;
  top: 0;
  z-index: 10;
}

body.admin-bar.indexpage #header_v23 {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar.indexpage #header_v23 {
    top: 46px;
  }
}

.topbar-phones,
.topbar-email {
  white-space: nowrap;
}

.baish-hero {
  padding: 28px 0;
}

.woocommerce div.product div.images .flex-control-thumbs{
  scrollbar-width:none !important;
}

.woocommerce .woocommerce-product-gallery .flex-direction-nav{
  margin-top: -70px !important;
  display: flex;
  justify-content: space-between;
 list-style: none;
}
.woocommerce .woocommerce-product-gallery .flex-direction-nav a{
  cursor: pointer;
  display: block;
}


.woocommerce .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev>a::after{
  content: "\f104";
  display: block;
  color: white;
  font: normal normal normal 14px / 1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  width: 50px;
  height: 50px;
  line-height: inherit;
}


.woocommerce .woocommerce-product-gallery .flex-direction-nav .flex-nav-next>a::after {
  content: "\f105";
  color: white;
  display: block;
  font: normal normal normal 14px / 1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
}

/* Single product: main image as full-page background (--baish-product-page-bg on body from functions.php). */
body.single-product,
body.woocommerce-page.single-product {
  --baish-product-bg-lighten: rgba(255, 255, 255, 0.62);
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  background-color: #1a1f2e;
  background-image: var(--baish-product-page-bg, none);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* Light wash over the photo so the page feels brighter (tune --baish-product-bg-lighten). */
body.single-product::before,
body.woocommerce-page.single-product::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--baish-product-bg-lighten);
}

body.single-product #header_v23,
body.woocommerce-page.single-product #header_v23 {
  z-index: 2;
}

@media (max-width: 900px) {
  body.single-product,
  body.woocommerce-page.single-product {
    background-attachment: scroll;
  }
}

/* Let body background show through the product row */
body.single-product .woocommerce .product,
body.woocommerce-page.single-product .woocommerce .product {
  background-color: transparent;
  background-image: none;
}

.product-list-inner .details-list li {
  color: #fff;
  background-color: #1e2e4c;
  border: 1px solid #1e2e4c;
}

.product-list-inner .details-list li {
  display: inline-block !important;
  padding: 10px 5px !important;
  text-align: center !important;
  width: calc(100% / 4 - 10px) !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  float: left !important;
  min-height: 85px !important;
  vertical-align: top !important;
  font-family: poppinsbold !important;
    line-height: 30px !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
   
    background-color: #1e2e4c !important;
}

.product-list-inner .details-list {
  width: 100%;
  margin: 0;
  vertical-align: top;
}

.product-list-inner .details-list li strong {
  width: 100% !important;
  color: #fff !important;
}

body.single-product .summary .baish-summary-details-wrap .details-list li strong svg *, body.woocommerce-page.single-product .summary .baish-summary-details-wrap .details-list li strong svg * {
  fill: #fff !important;
}

.product-list-inner .details-list li svg {
  fill: #2d4886 !important;
  
  height: 30px !important;
  vertical-align: middle !important;

}

.wc-block-components-order-summary-item__regular-individual-price{
  display: none !important;
}

.powerdby{
  display: flex;
  align-items: center;
  
}
.powerdby .privacy_link{
  width: fit-content !important;
}

#footer_v8 .privacy_link h4{
  padding-bottom: 0px !important;
}

#CD5_module125 .list-box .rollover{
  height: 85px !important;
}

#header_v23 .logo {
  padding-top: 25px;
}
