/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wad-discount
{
    color: red;
}
.wad-facebook, .wad-instagram
{
    display: inline-block;
    padding: 5px;
    /*background: gray;*/
    padding-left: 40px;
    color: white;
    background-size: 22px !important;
}

.wad-facebook
{
    background: var(--wpr-bg-e55cc748-4ce4-4649-be3d-1d801597e140) 10px center #3B5998 no-repeat;
}
.wad-instagram
{
    background: var(--wpr-bg-92323171-bb1c-47c1-b007-5c30ea54fe93) 10px center #D8CDBC no-repeat;
}
.order-discount img
{
    display: inline-block;
    max-width: 15px;
    vertical-align: text-bottom;
}