@media only screen and (min-width: 993px) {

  /* ===== Main menu list ===== */
  ul#main-menu-new.menu-section.mb-0 {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    visibility: visible;
    opacity: 1;
  }

  ul#main-menu-new > li {
    display: inline-block;
    position: inherit;
    line-height: 3.125rem;
    margin-left: 1.5rem;
  }

  ul#main-menu-new > li:first-child {
    margin-left: 0;
  }

  ul#main-menu-new > li > a {
    position: relative;
    color: rgba(0, 0, 0, 80%);
    text-decoration: none;
    font-size: 1rem;
    font-family: "wuerthbold";
    font-weight: 700;
    line-height: 2.80;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    transition: color 0.3s ease-in-out;
  }

  ul#main-menu-new > li > a:hover,
  ul#main-menu-new > li > a:focus {
    color: #cc0000;
    text-decoration: none;
  }

  ul#main-menu-new > li.active > a {
    color: #cc0000;
  }

  /* ===== Menu section padding ===== */
  ul.menu-section {
    padding-left: 0px;
  }

  ul.menu-section.mb-0 li:first-child {
    margin-left: 0px;
  }

  /* ===== Products dropdown (link-hover) ===== */
  .link-hover {
    position: relative;
    display: inline-block;
    border: solid 1px rgba(0, 0, 0, 0.12);
    font-family: "wuerthbold";
    text-align: center;
    min-width: 182px;
    height: 40px;
  }

  .link-hover:hover > nav {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .link-hover:focus-within > nav {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .link-hover > nav {
    background: #fff;
    z-index: 111;
    min-width: 181px;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    position: absolute;
    border-top: 1px solid #eee;
    top: 110%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
    text-align: left;
  }

  .link-hover i.ion.ion-ios-close {
    display: none;
  }

  .menu-mobile-header-reg {
    display: none;
  }

  ul.menu-section-reg {
    padding: 0px;
  }

  ul.menu-section-reg li a {
    color: rgba(0, 0, 0, 80%);
    font-family: "wuerthbook";
  }

  /* ===== Mega menu dropdowns ===== */
  .header .menu > ul > li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    top: 45px;
    padding: 1rem;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .header .menu > ul > li .menu-subs > ul > li {
    line-height: 1;
  }

  .header .menu > ul > li .menu-subs > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, 80%);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
  }

  .header .menu > ul > li .menu-subs.menu-mega {
    left: 50%;
    transform: translateX(-50%);
  }

  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
    display: block;
    line-height: 1;
  }

  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, 80%);
    text-transform: capitalize;
    transition: color 0.3s ease-in-out;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    padding: 1.25rem 1rem 0.25rem 1rem;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    flex: 0 0 25%;
    padding: 0 1rem;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #cc0000;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    object-fit: cover;
    vertical-align: middle;
  }

  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
  .header .menu > ul > li .menu-subs > ul > li > a:hover {
    color: #cc0000;
  }

  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
  }

  .header .menu > ul > li.menu-item-has-children:focus-within .menu-subs {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
  }

  .menu li {
      /*float: left;*/
      margin-right: 14px !important;
    }
}