/*
*   Custom styles
*/
@font-face {
  font-family: "IBM Plex Sans";
  src: local(""), url("../fonts/ibm-plex-sans-v13-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v13-latin_cyrillic-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: local(""), url("../fonts/ibm-plex-sans-v13-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v13-latin_cyrillic-500.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: local(""), url("../fonts/ibm-plex-sans-v13-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v13-latin_cyrillic-700.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* Customer SCSS styles */
#authProvidergoogle {
  display: none;
}

#authProviderfacebook {
  display: none;
}

#loginSeparatordefault {
  display: none;
}

#main-section {
  margin: 0;
}

.container {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
}

.site-title {
  color: #51baea;
  font-size: 40px;
  display: inline-block;
  margin: 0 0 0 15px;
  line-height: 1.3;
}

.site-title .subtitle {
  color: #51baea;
  font-size: 26px;
  display: block;
}

.cart-qty {
  background: #faf5f5;
}

#main-footer {
  margin: 0;
  padding: 0;
}

.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__nav {
  background: #000;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .site-header__nav {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .site-header__nav {
    display: flex;
  }
}
.site-header__nav li {
  position: relative;
  list-style: none;
  display: flex;
}
.site-header__nav li:last-child::after {
  display: none;
}
@media (min-width: 992px) {
  .site-header__nav li::after {
    color: rgba(255, 255, 255, 0.25);
    content: "|";
    display: flex;
    font-size: 10px;
    font-weight: 400;
    margin: 0 10px 0 6px;
    align-items: center;
    justify-content: center;
  }
}
.site-header__nav li a {
  display: flex;
  color: #aaa;
  padding: 11px 4px;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
  text-underline-offset: 2px;
  text-transform: uppercase;
}
.site-header__nav li a:hover {
  color: #fff;
}

.hambox-custom {
  background: #000;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 1.125rem;
  width: 100%;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .hambox-custom {
    display: none;
  }
}

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


