.header-bottom {
  background-color: #7a0c0b !important
}

.logo img {
  width: 150px !important;
  scale: 1.5 !important;
}

@media(max-width:900px) {
  .logo img {
    width: 81px !important;
    scale: 1.7 !important;
  }
}

.logo {
  margin-left: 1rem;
}

.single_content__info {
  display: none !important;
}

.cart-button {
  display: none !important;
}
@media(max-width:800px) 
  {
.header-bottom 
{
      padding: 0.6rem 1rem;
}
}