
.gift-options-custom{
    background-color: #c50751 !important;
    border-color: #c50751 !important;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 6px 20px;
    border: 1px solid #4190c6;
    border-radius: 2px;
    color: #4190c6;
    border-color: #1e79c2;
    background: #1e79c2;
    box-shadow: none;
    color: #fff;
}
.gift-options-custom:hover{
    color: #fff;
}