/*
*   Custom styles
*/
/* Customer SCSS styles */
@font-face {
  font-family: "Steelfish Regular";
  src: url("../fonts/steelfish_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/steelfish_rg-webfont.woff") format("woff"), url("fonts/steelfish/steelfish_rg-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.logo {
  display: inline-block;
}
.logo-text {
  display: none;
  font-family: "Red Hat Display", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.logo-img {
  max-width: 100%;
}

.site-header__container {
  padding: 0;
}

.site-header__menu {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .site-header__menu {
    flex-direction: column;
    width: 100%;
  }
}
.site-header__menu li {
  list-style: none;
}
.site-header__menu li a {
  display: block;
  padding: 0.5em 1em;
  background-color: #fff;
  color: #000;
  font-size: 1.75em;
  text-align: center;
  text-decoration: none;
  line-height: 1.5em;
  font-family: "Steelfish Regular", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: none;
}
@media (max-width: 991px) {
  .site-header__menu li a {
    font-size: 1.2rem;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .site-header__menu li a {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
.site-header__menu li a:hover {
  padding-top: 0.25em;
  border-top: 0.25em solid #ffd200;
}
.site-header__menu li:first-child a {
  min-width: 1em;
  min-height: 1em;
  background: #9D167C url(../images/drak-logo.png) center center/contain no-repeat;
  background-color: #9d167c;
  color: #fff;
  text-indent: -9999px;
}
.site-header__menu li:first-child a:hover {
  padding-top: 0.5em;
  background-color: #ffd200;
  border: none;
}

@media (max-width: 991px) {
  .site-header__nav {
    display: flex;
  }
}

.site-header__mobile {
  background-color: rgba(17, 17, 17, 0.96);
  color: #fff;
  display: none;
}
@media (max-width: 991px) {
  .site-header__mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 15px;
    width: 100%;
  }
}

.site-header__mobile-text {
  font-family: Roboto Condensed;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: none;
}

.site-header__mobile-lang {
  font-weight: bold;
}
.site-header__mobile-lang a {
  color: #fff;
}

.site-header__lang {
  display: none;
}
@media (min-width: 992px) {
  .site-header__lang {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.site-header__lang a {
  display: block;
  min-height: 1.6em;
  padding: 0.75em 1em;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.site-header__lang a.active {
  background-color: #ffd200;
  color: #000;
}
.site-header__lang a:hover {
  background-color: #ffd200;
  color: #000;
}

.hambBox {
  top: inherit;
  transform: inherit;
  right: inherit;
  position: relative;
}

.btn__cart .cart-qty {
  border: none;
  background: #f5f2f2;
}

#main-footer a {
  color: #fff;
}
#main-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

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


