#order-standard_cart .domains__spotlighttlds__selection__item.with__badge__sale {
    padding-right: 10px;
    overflow: visible;
}

#order-standard_cart .domains__spotlighttlds__selection__item.with__badge__sale .domains__spotlighttlds__selection__item__badge.sale {
    position: absolute;
    top: -8px;
    right: -5px;
    width: auto;
    padding: 2px 5px;
    color: #c80812;
    background: #fff4f4;
    border: 1px solid rgba(200, 8, 18, 0.16);
    border-radius: 4px;
    transform: none;
    -webkit-transform: none;
    font-size: 8px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 575px) {
    #order-standard_cart .domains__spotlighttlds__selection__item.with__badge__sale {
        padding-right: 5px;
    }
}
