button {
  font-family: monospace;
  font-size: 1.5rem;
  color: #FAFAFA;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #FAFAFA;
  background: transparent;
  box-shadow: 3px 3px #fafafa;
  cursor: pointer;
  margin: 35px 0;
}

button:active {
  box-shadow: none;
  transform: translate(3px, 3px);
}

.menu picture:not(.with-loading) img.lazyloaded {
  opacity: 0.8;
  transition: 0.8s ease-out;
}
 
.menu picture:not(.with-loading) img.lazyloaded:hover {
  opacity: 1;
  transition: 0.8s ease-out;
}

header#header {
    background-color: #0a0d11;
}

.prod.product-list-classic {
    background: url(https://media.cdnws.com/_i/366142/240/1204/42/fond-noir.jpeg);
}

.prod__relative {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footer {
    background: url(https://media.cdnws.com/_i/366142/71/1837/71/smokedog-v2.png);
    background-position: center;
    /* background-attachment: fixed; */
}

.menu picture:not(.with-loading) img.lazyloaded {
  opacity: 0.8;
  transition: 0.8s ease-out;
}
 
.menu picture:not(.with-loading) img.lazyloaded:hover {
  opacity: 1;
  transition: 0.8s ease-out;
}

span.prod__name__title {
    color: #E5A771!important;
}

strong {}

p.prod__price__cur {
    color: #E5A771!important;
}

span.prod__price__from {
    color: #E5A771!important;
}

.single-newsletter {
    background: #E5A771!important;
}