/* ------------------------ ANCHOR Responsive Design ------------------------ */
/* Laptop + Tablet Ultra */
@media (max-width: 1400px) {
  .nav-menu .e-n-tabs-heading {
    flex: 0 0 175px !important;
    max-width: 175px !important;
    white-space: normal !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
}
/* Tablet normal */
@media (max-width: 1024px) {
  .nav-menu .e-n-menu-title:has(.e-n-menu-dropdown-icon) {
    padding-right: 30px !important;
  }
  .nav-menu .e-n-menu-title .e-n-menu-dropdown-icon {
    padding: 15px 10px !important;
    background: #ccc !important;
    margin-left: 10px !important;
  }
  .nav-menu .e-n-menu-title .e-n-menu-dropdown-icon i {
    font-size: 20px !important;
    color: #1f2124 !important;
  }

  .h2-title {
    & h2 {
      & span {
        &::before {
          bottom: 6px;
          height: 5px;
        }
      }
    }
  }
  .product-details-title h1 {
    &::before {
      bottom: 6px !important;
      height: 5px !important;
    }
  }

  .h2-title-2 {
    & h2 {
      & span {
        &::before {
          bottom: 5px !important;
          height: 6px !important;
        }
      }
    }
  }
}

/* Tablet small */
@media (max-width: 767px) {
   .nav-menu .e-n-menu-title:has(.e-n-menu-dropdown-icon) {
    padding-right: 15px !important;
  }
.wpml-ls-legacy-list-horizontal a {
    padding: 5px 8px 5px;
}
  .nav-menu .e-n-menu-wrapper {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
  .short-nav ul.elementor-icon-list-items {
    display: block !important;
  }
  .short-nav ul.elementor-icon-list-items li {
    margin-bottom: 10px !important;
  }
  /*product table*/
  .product-table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
  }
  .product-table td {
    padding: 12px 15px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
}
/* Mobile */
@media (max-width: 425px) {
  .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    display: none;
}
  footer {
    .footer-bottom {
      span.elementor-icon-list-text {
        text-align: center !important;
      }
    }
  }
}
