
.zt-menu{background-color: white;border-bottom: 0px solid #c41720; box-shadow: 0.01171875px 1.00390625px 8px 4px rgba(0, 0, 0, 0.25);}

.btn-grad {background-image: linear-gradient(154deg, #44433e, #a57029 51%, #594612);
    margin: 10px;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
 
    border-radius: 2px;
  }
 
  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

 .redrasp{background-image:  linear-gradient(347deg, #ebbb34, #b38847 47.9%, #efd73c); border-radius: 3px;}
