#aviso-envio-gratis {
    position: absolute;
    top: -140px;
    right: 0;
    width: 150px;
    z-index: 100;
}

.bubble-notice span {
    transform: rotate(5deg);
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 1.5em;
    width: 90%;
    padding: 10px 10px;
    overflow: hidden;
    text-align: left;
}

.cart_row #aviso-envio-gratis {
    display: none;
}

.bubble-notice {
    height: 125px;
    background: url('../images/bubble-1.png') no-repeat right -1px;
}

@media screen and (min-width: 768px) {
    .shipping-notice.notice-xs {
        display: none;
    }

    .bubble-notice {
        display: block;
    }
}

@media screen and (min-width: 691px) and (max-width: 1024px) {
    #aviso-envio-gratis {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        font-size: 1em;
    }
}

@media screen and (max-width: 768px) {
    #aviso-envio-gratis {
        font-size: 1.1em;
        text-align: center;
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .bubble-notice {
        display: none;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .shipping-notice {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        line-height: 1.1em;
    }
}