/*
*   Custom styles
*/
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
/* Customer SCSS styles */
.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 {
  display: flex;
  padding: 0;
  flex-direction: column;
}
@media (min-width: 992px) {
  .site-header__nav {
    flex-direction: row;
    margin: 0 0 0 15px;
  }
}
.site-header__nav > li {
  list-style: none;
}
.site-header__nav > li > a {
  color: #333;
  padding: 8px 13px 8px 8px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  transition: none !important;
}
.site-header__nav > li > a:hover {
  background-color: #D00;
  color: #FFF;
  border-radius: 0px 25px 25px 0px;
}
.site-header__nav > li:hover, .site-header__nav > li.show {
  background: #333;
  border-radius: 0px 25px 25px 0px;
  color: #fff !important;
  background: #333;
  border-radius: 0px 25px 25px 0px;
  color: #fff !important;
}
.site-header__nav > li:hover > a, .site-header__nav > li.show > a {
  color: #fff !important;
}
.site-header__nav > li:hover ul, .site-header__nav > li.show ul {
  background: #333;
}
.site-header__nav > li:hover ul li a, .site-header__nav > li.show ul li a {
  background: #333;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14.4px;
  font-weight: 700;
  padding: 7px 12px;
}
.site-header__nav > li:hover ul li a:hover, .site-header__nav > li.show ul li a:hover {
  background-color: #D00;
  border-radius: 0px 25px 25px 0px;
  text-decoration: none;
}

.site-header__container {
  display: flex;
  padding: 15px;
  width: 100%;
}

.site-header__left {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .site-header__left {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .site-header__left {
    align-items: center;
  }
}

.site-header__right {
  margin-left: auto;
}

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

.hambBox {
  position: absolute;
  top: 45px;
  background: #ddd;
  padding: 15px;
}

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

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


