/*
*   Custom styles
*/
/* Customer SCSS styles */
@font-face {
  font-family: grotesk;
  src: url("../fonts/neue-haas-grotesk.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: grotesk;
  src: url("../fonts/neue-haas-grotesk-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
}
.site-header-logo img {
  height: 45px;
}
@media (max-width: 567px) {
  .site-header-logo img {
    height: 25px;
  }
}

.site-header-top {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .site-header-top {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .site-header-top {
    padding: 25px;
  }
}
#main-footer a:hover {
  color: #fff;
}

.site-header-right {
  display: flex;
  align-items: center;
}

.site-header-languages__btn {
  border: none;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .site-header-languages__btn {
    margin-left: 5px;
  }
}
.site-header-languages__dropdown {
  min-width: 48px;
}
.site-header-languages__dropdown a {
  display: block;
  text-align: center;
}

.btn__cart .cart-qty {
  background: #f6f6f5;
}

/* Customer SCSS styles - END*/
/* Customer CSS styles */
/* Customer CSS styles - END */


