/*button*/
.btn-theme {
  color: black;
  background-color: #057370;
}
.btn-theme:hover {
  color: black;
  background-color: #075755;
}

/*header*/
.shop-header,
.bg-shop {
  background-color: white;
  color: black;
}

/*logo*/
.logo {
  background-image: url('logo.png');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  width:100%;
  min-width: 300px;
  height: 80px;
  display:block;
}
#shop-name {
	display: none;
}