/*
*   Custom styles
*/
/* Customer SCSS styles */
#authProvidergoogle {
  display: none;
}

#authProviderfacebook {
  display: none;
}

#loginSeparatordefault {
  display: none;
}

#main-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#wrapper {
  min-height: calc(100vh - 100px);
}

body {
  padding-top: 100px;
}
@media (max-width: 991px) {
  body {
    padding-top: 50px;
  }
}

.site-header {
  padding: 10px 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%;
  height: 70px;
}

.formCustomersCategory .dropdown-select li a:hover, .formCustomersCategory .dropdown-select li a.active {
  background: #ccc;
  text-decoration: none;
  color: #000;
}

.site-header__logo img {
  width: auto;
  height: 70px;
}
@media (max-width: 991px) {
  .site-header__logo img {
    height: 40px;
  }
}

.btn__cart .cart-qty {
  background: #eee;
}

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