.btn-discount {
    position: fixed;
    width: 115px;
    height: 115px;
    line-height: 50px;
    bottom: 5%;
    left: 15px;
    /* background: #0df053; */
    /* color: #fff; */
    border-radius: 60px;
    text-align: center;
    /* font-size: 30px; */
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.45);
    z-index: 100;
}

/* .btn.btn-wp:hover{
    text-decoration: none;
    color: #0df053;
    background: white;
} */