@charset "UTF-8";
/* Import partials */
.site-header {
  background-color: #E4EFF5;
}

.jet-mega-menu-item.jet-mega-menu-item--mega .jet-mega-menu-mega-container {
  width: 800px !important;
  max-width: 800px !important;
}
@media screen and (min-width: 1199px) {
  .jet-mega-menu-item.jet-mega-menu-item--mega .jet-mega-menu-mega-container {
    width: 1200px !important;
    max-width: 1200px !important;
  }
}

.jet-mega-menu-mega-container__inner {
  min-width: 800px !important;
}
.jet-mega-menu-mega-container__inner a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1199px) {
  .jet-mega-menu-mega-container__inner {
    min-width: 1100px !important;
    margin-top: 20px;
  }
}

.rs-mega-menu__container {
  font-size: 12px;
}
.rs-mega-menu .elementor-widget:not(:last-child) {
  margin-block-end: 0;
}
.rs-mega-menu .elementor-column .elementor-widget-heading:first-child h2 {
  margin-top: 0;
}
.rs-mega-menu .elementor-column .elementor-widget-heading h2 {
  margin-top: 12px;
  padding-bottom: 2px;
}
.rs-mega-menu .elementor-widget-wrap {
  padding: 20px;
}
.rs-mega-menu .jet-mega-menu-list > li:first-child .jet-mega-menu-item__inner {
  background-color: #4594C3;
  color: #fff;
  border-radius: 12px;
}
.rs-mega-menu .jet-mega-menu-list > li:first-child .jet-mega-menu-item__inner:hover {
  background-color: rgb(51.9512195122, 120.3536585366, 161.0487804878);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rs-mega-menu .jet-mega-menu-list > li:first-child.jet-mega-menu-item--hover {
  background-color: rgb(51.9512195122, 120.3536585366, 161.0487804878);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: border-radius 0.3s ease;
}
.rs-mega-menu .jet-mega-menu-list > li:first-child .menu-link {
  color: #fff;
}
.rs-mega-menu .jet-mega-menu-list > li:not(:first-child) .jet-mega-menu-item__inner {
  color: #4594C3;
}
.rs-mega-menu .jet-mega-menu-list > li:not(:first-child) .jet-mega-menu-item__inner:hover {
  background-color: white;
}
.rs-mega-menu .jet-mega-menu-list > li:not(:first-child).jet-mega-menu-item--hover {
  background-color: white;
}
.rs-mega-menu .jet-mega-menu-item__link--top-level {
  font-size: 12px;
  color: #4594C3;
}
.rs-mega-menu .e-font-icon-svg.e-fas-angle-down {
  display: none;
}
.rs-mega-menu .jet-mega-menu-item__dropdown::after {
  content: "›";
  display: inline-block;
  transform: rotate(90deg);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}

.page-template .elementor-section .elementor-jet-woo-products .jet-woo-products {
  justify-content: normal;
  gap: 12px;
}
.page-template .elementor-section .elementor-jet-woo-products .jet-woo-products__item {
  border: 1px solid #EBF3F7;
  border-radius: 20px;
  flex: 1;
}
.page-template .elementor-section .elementor-jet-woo-products .jet-woo-products__item:hover {
  border: 2px solid #60A8CE;
}
.page-template .elementor-section .elementor-jet-woo-products .jet-woo-product-thumbnail a {
  height: auto;
  display: block;
}
@media (min-width: 1100px) {
  .page-template .elementor-section .elementor-jet-woo-products .jet-woo-product-thumbnail img {
    max-height: 175px;
    vertical-align: bottom;
  }
}
.page-template .elementor-section .elementor-jet-woo-products .jet-woo-products__inner-box {
  position: relative;
}
.page-template .elementor-section .elementor-jet-woo-products .jet-woo-product-price {
  color: #60A8CE;
}
.page-template .elementor-section .elementor-jet-woo-products .price {
  display: flex;
  flex-direction: column;
  position: absolute;
}
.page-template .elementor-section .elementor-jet-woo-products .woocommerce-price-suffix {
  font-size: 11px;
}
.page-template .elementor-section .elementor-jet-woo-products .woocommerce-Price-currencySymbol {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

/* Custom styles for aligning product grid */
.jet-woo-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jet-woo-products__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 450px; /* Adjust based on the maximum expected block height */
}

.jet-woo-products__inner-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.jet-woo-product-thumbnail {
  flex: 0 0 auto;
  min-height: 200px; /* Ensure consistent image height */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.jet-woo-product-thumbnail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.jet-woo-product-title {
  flex: 0 0 auto;
  min-height: 4em; /* Ensure consistent title height */
  display: flex;
  justify-content: flex-start;
}

/* Ensure consistent alignment for stock status using flex properties */
.jet-woo-product-stock-status {
  flex: 0 0 auto;
  min-height: 2em; /* Ensure consistent stock status height */
  display: flex;
}

.jet-woo-product-button {
  flex: 0 0 auto;
  margin-top: auto; /* Align price and button at the bottom */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jet-woo-product-price {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin-top: auto;
  /* Push the price to align consistently at the bottom */
  min-height: 2em;
  /* Ensure consistent height for the price section */
}

/*# sourceMappingURL=child.css.map */
