/*
*   Custom styles
*/
/* Customer SCSS styles */
#authProvidergoogle {
  display: none; }

#authProviderfacebook {
  display: none; }

#loginSeparatordefault {
  display: none; }

@font-face {
  font-family: medium;
  src: url("../fonts/Raleway-Medium.ttf"); }
@font-face {
  font-family: bold;
  src: url("../fonts/Raleway-Bold.ttf"); }
.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__menu {
  margin: 0; }
  @media (min-width: 992px) {
    .site-header__menu {
      margin-top: 15px; } }
  .site-header__menu li {
    list-style: none; }
    @media (min-width: 992px) {
      .site-header__menu li {
        padding-left: 15px; } }
    .site-header__menu li a {
      border-bottom: 5px solid #fff;
      color: #2c2e37;
      text-decoration: none;
      font-family: bold;
      font-size: 18px;
      padding: 2px; }
      .site-header__menu li a:hover {
        border-bottom: 5px solid #2c2e37; }

@media (min-width: 992px) {
  .site-header__logo {
    margin-left: 45px; } }

@media (max-width: 991px) {
  .site-header__top {
    padding: 15px 0 0; } }

.site-header__lang {
  margin: 0; }
  .site-header__lang li {
    margin-right: 7px;
    display: inline-block; }
  .site-header__lang a {
    color: #000;
    font-size: 14px; }
    .site-header__lang a:hover {
      text-decoration: underline; }

.cart-qty {
  background: #ccc; }

.hambBox {
  top: 50px; }

/* Customer SCSS styles - END*/
/* Customer CSS styles */
/* Customer CSS styles - END */
