@media only screen and (max-width: 1399px) {        


}

@media only screen and (max-width: 1199px) {

  .header-left {
    gap:20px;
  }

  #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 5px;
    font-size: 14px;
}


}

@media (max-width: 991px) {

  .header-top {
    flex-direction: column;
  }

  .header-left {
    justify-content: space-between;
    width: 100%;
  }

  #mega-menu-wrap-header-nav .mega-menu-toggle
  {
    background: var(--color-p-1) !important;
  }

  .nav-sec {
    border-radius: usnet;
    background-color: unset;
    padding: unset;
  }

  .header-inner {
    position: unset;
    background: #24356b;
    padding: 10px 0px;
  }

  .header-top {
    gap: 10px;
  }

}

@media (max-width:767px) {
  .woocommerce-Tabs-panel table
  {
    max-width: 100%;
  }

  .woocommerce-Tabs-panel table th,
  .woocommerce-Tabs-panel table td
  {
    padding: 6px 15px;
  }

  .woocommerce-Tabs-panel table th
  {
    color: #fff;
    padding: 12px 15px;
  }

  footer h3 {
    margin-top: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
    
}

@media only screen and (max-width: 575px) { 
  
}

@media (max-width:479px) {
  

}