.woocommerce div.product .product_meta {
  display: none;
}
[class*="scheme_"].sidebar h5 {
  color: var(--theme-color-text_link);
}
.woocommerce ul.products li.product .post_data, .woocommerce-page ul.products li.product .post_data {
  text-align: center;
}
/*Change Woocommerce Product Box Background color
 * ----------------------------------------------*/
/*Change the hover effect of the thumbnail on woocommerce single product to also be the theme background color*/
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: var(--theme-color-bg_color) !important;
}
/* Change Woocommerce Thumbnail on Single Product max-width to be smaller*/
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  max-width: 600px;
}
/* End of Woocommerce Product Box Changes*/
/*Scale Suppressor Image with Featured Image
 * -----------------------------------------*/
/* Ensure the container is positioned relative */
.e-con-gap-no[data-id="94f2778"] {
  position: relative;
}
/* Position the suppressors 50% above the container */
.e-con-gap-no[data-id="0128195"] {
  position: absolute;
  top: -50%;
  /* Move the element 50% above its container */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* Adjust width as needed */
}
/* Ensure the image scales properly */
.elementor-widget-image img {
  width: 100%;
  height: auto;
}
/* End of Suppressor Image Changes*/
.woocommerce.sidebar_hide #content div.product div.summary, .woocommerce.sidebar_hide div.product div.summary, .woocommerce-page.sidebar_hide #content div.product div.summary, .woocommerce-page.sidebar_hide div.product div.summary {
  padding-left: 100px;
}
/*Change background image on Technology Page to full height*/
.e-con.e-con > .e-con-inner > .elementor-widget, .elementor.elementor .e-con > .elementor-widget {
  height: 100%;
}
/* Adjust the slider height on the product sliders */
div .slider-height .slider_outer_height_fixed {
  /*border: 5px solid red;*/
  height: 45vh !important;
}
@media (max-width: 1280px) {
  div .slider-height .slider_outer_height_fixed {
    /*border: 5px solid green;*/
    height: 50vh !important;
  }
}
@media (max-width: 1024px) {
  div .slider-height .slider_outer_height_fixed {
    /*border: 5px solid yellow;*/
    height: 60vh !important;
  }
}
@media (max-width: 767px) {
  div .slider-height .slider_outer_height_fixed {
    /*border: 5px solid rgb(200, 0, 255);*/
    height: 35vh !important;
  }
}
/* Hide product titles underneath sliders */
div .slide_info.slide_info_small {
  display: none !important;
}
