li.offer_button svg {
    max-width: unset;
    max-height: unset;
    height: unset;
    width: unset;
    margin: 0 10px;
}

span.valid {
    color: #888;
}

.offer_text {
    padding: 10px;
}

.offer {
    color: #333;
    width: calc(25% - 10px);
    /* padding: 0px 0px 10px 10px; */
    overflow: hidden;
    background: #EFEFEF;
    margin: 5px;
}

span.title {
    font-weight: bold;
}

.offer img {
    width: 100%;
    height: 100%;
}

.offers_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

a.offers_close svg {
    width: 100%;
    height: 100%;
    filter: none;
}

.offer_text span {
    display: block;
    text-align: center;
}

.close {
    width: 64px;
    height: 64px;
    color: red;
    position: fixed;
    z-index: 99;
    right: 30px;
}

.backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #FFF;
    z-index: 1;
}

div#offers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    overflow: auto;
    padding: 20px;
}