.cart-empty{
    background: #ff7e75;
}

.btn-main{
    margin: 0!important;
}

.woocommerce-message{
    background: #ebc05e
}

#main .button{
    opacity: 1 !important;
    text-shadow: 0px 1px 2px #00000063;
    color: #fff;
    background: blue;
    font-size: 16px;
    font-weight: 800;
    transition: .3s all ease;
    text-transform: uppercase;
    border: 1px blue solid;
}

#main .button:hover{
  text-decoration: none;
  background: #fff;
  color: #454B57;
  border: 1px #454B57 solid;
  text-shadow: none;
  transition: .3s all ease;
}