.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7467ddf:#112942;--e-global-color-d95c7bd:#F7F7F7;--e-global-color-bc661f4:#2F2F2F;--e-global-color-a653078:#E9E9E9;--e-global-color-cbd773e:#A6A6A6;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:14px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#DB73B6;text-decoration:none;}.elementor-kit-7 h1{font-size:42px;letter-spacing:-1.2px;}.elementor-kit-7 h2{font-size:27px;}.elementor-kit-7 h3{font-size:15px;letter-spacing:-0.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.product-badge-container {
    position: absolute;
    top: 10px;
    left: 10px !important;
    z-index: 10;
}

.product-badge {
    max-width: 30px !important; /* Adjust to your desired size */
    height: auto;
}

.woocommerce .product {
    position: relative;
}

.woocommerce img {
background: #f7f7f7;
}

/* Style the navigation arrows */
.tabs-navigation {
    display: flex;
    justify-content: space-between;
    position: absolute; /* Or relative to the Tabs widget container */
    width: 100%;
    top: 0; /* Adjust according to your layout */
    z-index: 10;
}

.tabs-navigation .nav-left,
.tabs-navigation .nav-right {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tabs-navigation .nav-left:hover,
.tabs-navigation .nav-right:hover {
    background-color: #f1f1f1;
}

/* Ensure tabs container is horizontally scrollable */
.elementor-tabs-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 40px; /* Leave space for arrows */
    position: relative;
}

.yith-wcan-filters .filter-item a{
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif;
    line-height: 5px;
    font-weight: 400;
    color: #112942 !important;
}

.yith-wcan-filters .filter-title{
    font-size: 14px;
    position: absolute;
    left: 5%;
    font-weight: 600;
    color: #112942;
    font-family: 'Open Sans', sans-serif;
}


.yith-wcan-filters .filter-title {
    position: relative;
    padding-bottom: 10px; 
}

.yith-wcan-filters .filter-title::after {
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 1px; 
    background-color: #112942;
}

.yith-wcan-filters .filter-item input[type="checkbox"], .yith-wcan-filters .filter-item input[type="radio"] {
  border: 1px solid #112942 !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-title {
  color: #112942;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
}

@media only screen and (max-width: 767px) {
  /* Target submenu items and remove their bottom border */
  .elementor-nav-menu .sub-menu li {
    border-bottom: none !important;
  }
}

/* Remove any divider on the li to avoid conflicts */
.elementor-nav-menu li {
  border-bottom: none;
  position: relative;
}

/* Add divider only on main menu anchors */
.elementor-nav-menu > li > a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fff; /* Change color as needed */
}

/* For mobile sub-menu items, hide the divider if present */
@media only screen and (max-width: 767px) {
  .elementor-nav-menu .sub-menu li::after {
    display: none;
  }
}


/* Remove background on mobile for WooCommerce product images only */
@media (max-width: 767px) {
    body.single-product .woocommerce-product-gallery__image,
    body.single-product .elementor-widget-woocommerce-product-images img,
    body.single-product .elementor-image img {
        background: transparent !important;
    }
}/* End custom CSS */