/** Shopify CDN: Minification failed

Line 110:3 Expected "}" to go with "{"

**/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #888; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.i-ham {

  color:white;
} 
.custom-header__link:hover {
  color: #0062bd;
  text-decoration: underline;
}



.custom-header__search-icon > svg {
  height: 18px;
  width: 18px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.search-header__phone > svg, .search-header__cart > svg  {
  margin-top:6px;
  margin-right:4px;
  width:25px;
  height:25px;
}

.search-header__cart > svg {
  margin-top:4px;
}

.mobileMenu-toggle > svg {
  width: 25px;
  height: 25px;
}

.links-header__navbar > ul {
  gap: 25px;
}

.custom-header__mobile-spacing {
  display: none;
}

.custom-header__megamenu--closed {
  top: -350%;
  left: 0;
}

.custom-header__megamenu--active {
  top: 100% !important;
  left: 0 !important;
}

.custom-header__megamenu li:hover, .links-header__container li:hover, .custom-header__active-menu {
  color: #0062bd !important;
  text-decoration: underline !important;
}

@media (max-width: 1100px) {
  .links-header__navbar > ul {
    gap: 15px;
  }
}

@media (max-width: 1025px) {
  .custom-header__logo {
    width: 100%;
  }

  .search-header__cart > svg {
    fill: white;
  }
  
  .custom-header__spacing {
    display: none;
  }

  .custom-header__mobile-spacing {
    display: block;
  }
}



@media (max-width: 1024px) {
  .custom-header__logo {
    width: 60%;
  }