﻿.push-half-rem {
    margin: 0.5rem;
}

.discountoffer {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 0.25rem;
    width: 70px;
    height: 44px;
    border-radius: 3px;
    font-size: 20px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    background-color: #ff3e3e;
    position: absolute;
    z-index: 9;
    left: -50px;
    bottom: -10.5px;
}

    .discountoffer::before {
        display: block;
        content: "Desconto";
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .discountoffer.discountoffer--discountoffer-40, .discountoffer.discountoffer--discountoffer-50 {
        background-color: #B91228;
    }

    .discountoffer.discountoffer--discountoffer-3x2 {
        background-color: #009698;
    }

    .discountoffer:before {
        content: "";
        width: 7px;
        height: 7px;
        background: #FFF;
        position: absolute;
        top: 18px;
        left: 73px;
        z-index: 2;
        border-radius: 10px;
    }

    .discountoffer:after {
        content: " ";
        height: 32px;
        width: 32px;
        background: #ff3e3e;
        position: absolute;
        top: 6px;
        left: 52px;
        border-radius: 4px;
        -webkit-transform: rotate(150deg);
        transform: rotate(45deg);
        z-index: -1;
    }

.spnLb {
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    top: -8px;
}

.spnPercent {
    position: absolute;
    top: 17px;
    left: 17px;
}

@media only screen and (max-width: 992px) {
    .discountoffer {
        bottom: -0.5px;
    }
}
