/* Add custom CSS styles below */ 
body {background-color:e9e9e9;}
.site-header {
  background: #C19c58;
}
.product{border: 1px solid #C19c58;}
body.salla-theme_1 .product .product-footer{border-top: 1px solid #C19c58;}
   .login-link { margin-top: 7px;}
 .add_to_cart_btn{background: #444;
  background: linear-gradient(top, #555, #333);
  border: none;
  border-top: 3px solid #C19c58;
  border-radius: 0 0 0.2em 0.2em;
  color: #fff;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 1em;
  transform-origin: 50% 5em;
}

/*.square-animation {
  animation-name: my-animation;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-timing-function: linear;
}

/* Keyframes */
@keyframes my-animation  {
  from {
    top: 500px;
  }
  to {
    top: 1px;
  }
}