.wpl-label-wrapper {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
}

.single-product .wpl-label-wrapper {
    visibility: hidden;
}

.single-product .wpl-label-wrapper {
    right: 0;
    top: 15px;
}

.wpl-label,
.single-product .wpl-label {
    width: 60px;
    border-radius: 4px;
}

@media (max-width: 599px) {
    .wpl-label {
        width: 40px;
    }

    .single-product .wpl-label-wrapper {
        top: 0px;
    }
}

.label-black-friday {
    order: 1;
}

.label-deal {
    order: 2;
}