.list_labels {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.hookantoine .price-percent-reduction {
    color: #fff;
    padding: 0 5px 0 3px;
    display: inline-block;
    float: left;
    padding: 5px 10px;
    position: relative !important;
    width: 50%;
    text-align: left;
    font-weight: 400;
}
.the_label {
    display: block;
    width: 100%;
    float: left;
}
.hookantoine {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.price-percent-reduction {
    width: 50%;
    text-align: left;
    font-weight: 400;
}
.new-box,
.sale-box {
    width: 50%;
    font-weight: 400;
}
.new-label {
    width: 100%;
}
@media (max-width: 767px) and (min-width: 0px) {
    .price-percent-reduction {
        width: 100%;
    }
    .hookantoine .price-percent-reduction {
        width: 100%;
    }
    .new-box,
    .sale-box {
        width: 100%;
        top: -40px;
        left: -5px;
    }
}

