/*
*   Custom styles
*/
/* Customer SCSS styles */
body {
  background: url("../images/bg-pattern.jpg");
  background-attachment: fixed;
}

.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%;
}

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

.headbar-holder {
  background: rgba(9, 18, 40, 0.8);
}

.site-header {
  background: transparent;
}

.headbar {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 12px 0;
}
.headbar li {
  list-style: none;
  margin: 0;
  padding: 0 1.2em;
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.headbar li a {
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
}
.headbar li a:hover {
  color: #fff;
  text-decoration: underline;
}

.headbar__item {
  border-right: 1px solid #fff;
}

.headbar__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  margin: 0;
  padding: 0;
}

.headbar__ico {
  width: auto;
  height: 21px;
}

.headbar__social li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.headbar__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s ease;
}

.filter-white {
  filter: brightness(0) invert(1);
}

.site-header-bg__image {
  background: url("../images/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 540px;
  width: 100%;
  position: absolute;
}
@media (max-width: 991px) {
  .site-header-bg__image {
    height: 240px;
    position: relative;
  }
}

@media (min-width: 992px) {
  #main-section {
    margin-top: 250px;
  }
}

.container-customer {
  max-width: 1520px;
  position: relative;
}

@media (max-width: 991px) {
  .site-header__logo {
    padding: 0 0 0 15px;
  }
  .site-header__logo img {
    width: 154px;
  }
}

.site-header__container {
  background: #fff;
  box-shadow: 0px 5px 7px -1px rgba(0, 0, 0, 0.24);
  padding: 10px 21px;
}
@media (min-width: 992px) {
  .site-header__container {
    border-bottom-left-radius: 1.8em;
    border-bottom-right-radius: 1.8em;
  }
}

@media (min-width: 992px) {
  .site-header-bg__container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
}

.site-header__languages {
  position: relative;
}
.site-header__languages > a {
  background: #006677;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  font-size: 14px;
}
.site-header__languages > a:hover, .site-header__languages > a:focus, .site-header__languages > a:active {
  color: #fff;
}
.site-header__languages .dropdown-menu {
  border: none;
  min-width: 100px;
  padding: 0;
}
.site-header__languages .dropdown-menu li a {
  text-align: center;
  display: flex;
  color: #444444;
  justify-content: center;
  font-size: 0.875rem;
  padding: 5.6px 14px;
}
.site-header__languages .dropdown-menu li a:hover {
  background: #eeeeee;
}

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

.hambBox {
  top: 25px;
}

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


