.btt-sale {
    color: #fff;
    background-color: #4E2078;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    height: 46px;
    border-radius: 1rem;
    box-shadow: 0rem 0rem 0.625rem #00000029;
}

.btt-sale .txt {
    font: normal normal normal 12px/15px Verdana;
    text-align: center;
    border-radius: 1rem;
}

.btt-sale .ico {
    width: 26px;
    height: 28px;
    position: absolute;
    bottom: -18px;
    right: -16px;
}


@media (min-width: 992px) {

    /* DESKTOP ONLY */

}

@media (min-width: 769px) {

    /* TABLET AND DESKTOP  */

    .btt-sale {
        right: 6rem;
        top: 5rem;
    }

}

@media (min-width: 769px) and (max-width: 991px) and (min-height: 415px) {

    /* TABLET ONLY */


    .btt-sale {
        right: 6rem;
        top: 5rem;
    }
}

@media (orientation: portrait) and (max-width: 769px) and (max-height: 896px) {

    /* PHONE HOCH */

    .btt-sale {
        right: 0.625rem;
        top: 8rem;
    }
}

@media (orientation: landscape) and (max-width: 896px) and (max-height: 480px) {

    /* PHONE QUER */


    .btt-sale {
        top: 4rem;
        left: 6rem;
    }
}