/*
*   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");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* Customer SCSS styles */
body {
  padding-top: 60px;
}

.site-header__logo {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700 !important;
  color: #f8b832 !important;
  font-size: 18px !important;
}

.site-header {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  padding: 5px 0;
}

.site-header__nav {
  display: flex;
  padding: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .site-header__nav {
    width: 100%;
  }
}
@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: #fff;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  transition: none !important;
}
.site-header__nav > li > a:hover {
  background: none !important;
  color: #FFF;
}
.site-header__nav > li:hover, .site-header__nav > li.show {
  color: #fff !important;
  background: #333;
  color: #fff !important;
}
.site-header__nav > li:hover > a, .site-header__nav > li.show > a {
  color: #fff !important;
}
.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 {
  text-decoration: none;
}
.site-header__nav > li .dropdown-menu {
  background: rgba(0, 0, 0, 0.6);
  border: none;
}
.site-header__nav > li .dropdown-menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.site-header__nav > li .dropdown-menu a:hover {
  background-color: rgba(215, 213, 213, 0.29) !important;
}

#main-footer {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
#main-footer a {
  font-size: 14px;
}
#main-footer__title {
  text-transform: uppercase !important;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 400;
}

.hambBox {
  position: absolute;
  top: 25px;
  padding: 15px;
}

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

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


