/*
*   Custom styles
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@media (max-width: 1200px) {
  .site-header {
    padding: 0;
  }
}

.site-header-customer {
  background: #25426f;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 9px solid #25426f;
  position: relative;
  overflow: hidden;
}

.site-header-customer-inner {
  margin: 0 auto;
  max-width: 1540px;
}

.site-header-logo {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 99;
}
@media (min-width: 992px) {
  .site-header-logo::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 450px;
    height: 100%;
    left: -192px;
    z-index: -17;
  }
}

.site-header-logo-text {
  display: flex;
  align-items: center;
  padding: 16px 0 12px;
  margin: 0 0 0 16px;
}
@media (min-width: 992px) {
  .site-header-logo-text {
    width: 385px;
  }
}
@media (max-width: 991px) {
  .site-header-logo-text {
    display: none;
  }
}
.site-header-logo-text__title {
  font-weight: 700;
  color: #4c6997;
  font-family: Raleway;
  text-transform: uppercase;
}
@media screen and (min-width: 1251px) {
  .site-header-logo-text__title {
    font-size: 3.5625rem;
  }
}
.site-header-logo-text__subtitle {
  color: #4c6997;
  font-size: 16px;
  font-family: Raleway;
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: 18px;
  text-transform: uppercase;
  width: 168px;
  font-weight: 500;
  white-space: normal;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .site-header-menu {
    background: #25426f;
  }
}

.site-header__navbar {
  background: #25426f;
  align-items: inherit;
}
@media (min-width: 1201px) {
  .site-header__navbar::after {
    position: absolute;
    content: "";
    background: #4c6997;
    height: 76px;
    width: 1980px;
    bottom: 0;
    z-index: 9;
  }
}

.site-header-nav-menu {
  z-index: 999;
}

.site-header__menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
@media (min-width: 1201px) {
  .site-header__menu {
    height: 76px;
  }
}
@media screen and (min-width: 1351px) {
  .site-header__menu {
    padding: 0 30px;
  }
}
.site-header__menu::after {
  position: absolute;
  content: "";
}
.site-header__menu li {
  padding: 12px 0.5em;
  display: block;
}
.site-header__menu li a {
  font-size: 1.25rem;
  font-family: Raleway;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
}
.site-header__menu li a::after {
  background: url(../images/sipkaMenu.png) no-repeat 0 0;
  bottom: -29px;
  content: normal;
  display: block;
  height: 15px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 31px;
}
.site-header__menu li a:hover {
  text-decoration: underline;
  color: #fff;
}
.site-header__menu li a:hover::after {
  content: "";
}

.container-customer {
  max-width: 1540px;
}

.hall-title {
  color: #25426f;
  font-weight: 700;
}

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

.hambBox {
  top: 53px;
}

@media (max-width: 1200px) {
  .hambBox {
    display: block !important;
  }
}
.cart-qty {
  top: 0;
}

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

