/*
*   Custom styles
*/
/* Customer SCSS styles */
.site-header-top {
  background: #009a96;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 3px 0;
}

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

.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 {
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px;
}

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

