#discountModal .buttons-wrap{
    display:flex;
    flex-direction: column;
    width:100%;
    gap:15px;
}
#discountModal .desc{
    background: #ffd5c6;
    color: black;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
}
#discountModal h1{
    color: black;
    text-align: center;
    margin-bottom: 30px;
}
#discountModal .buttons-wrap button{
    display: flex;
    border:unset;
    border-radius:unset;
    padding: 15px 15px;
    align-items: center;
}
#discountModal button[disabled]{
    background: #ced0cf;
}
#discountModal .btn-title{
    flex-basis: 80%;
    text-align: start;
}
#discountModal .left-icon{
    flex-basis: 10%;
    display: flex;
    padding-right: 10px;
    min-width: 30px;
}
#discountModal .right-icon{
    border-left: 2px solid white;
    padding: 0 0px 0 15px;
    display: flex;
    justify-content: end;
}
#discountModal .social-btn{
    background:#27d045;
}
#discountModal .email-btn{
    background:#e64aa1;
}
#discountModal .messenger-btn{
    background:#0000e7;
}
#discountModal .fb-like-btn{
    background:#1919af;
}
#discountModal button:focus{
    outline:unset;
}
#discountModal button:hover{
    border:unset;

}

#discountModal .save-discount, #discountModal button.no-discount{
    width:100%;
    background:unset;
    border:unset;
    outline:unset !important;
    text-align: center;
    color:black;
    text-decoration: underline;
}
#discountModal .save-discount .percent{
    display: inline-block;
    text-decoration: underline;
}
.percent{
    display: inline-block;
}