/*selled label */
.label-selled{
    position: absolute;
    padding: 4px 10px;
    color: var(--_text-color);
    font-size: 12px;
    opacity: 0.9;
    background-color: var(--_color-primary);
    font-weight: 600;
    top: 40%;
    left: 50%;
    border-radius: 50px;
    transform: translateX(-50%) translateY(-50%) rotate(-10deg);
    width: calc(100% - 25px);
}
@media(min-width:768px) {
    .label-selled {
        font-size: 14px;
        padding: 8px 30px;
        width: calc(100% - 45px);
    }
}
@media(min-width:1024px) {
    .label-selled {
        font-size: 16px;
        padding: 8px 35px;
    }
}
/* text label */
.label-action {
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
    background-color: var(--_color-primary-dark);
    color: #fff;
    width: auto;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius:0;
    padding: 6px 14px;
    position: relative;
    left: -1px;
}
body.live .label-action.on-bg {
    --_color-primary: #090A30;
    --_text-color: #fff;
}
.label-action.yellow {
    background-color: #ffd330;
    color: #1a1a1a;
}
.label-action.blue{
    background-color:#12144b;
    color:#fff;
}
.label-action.red {
    background-color: #D34149;
    color: #090a30;
}
.label-action.blue-dark{
    background-color:#12144b;
    color:#fff;
}
.label-action.countdown.preoffer{
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align:center;
    height: 24px;
}
.label-action.countdown.preoffer .label-text {
    font-size: 14px;
    line-height: 24px;
}
.label-action.countdown.preoffer .count {
    font-size: 14px;
    line-height: 24px;
    margin-left: 3px;
}
.label-action.center{
    left: 50%;
    transform: translateX(-50%);
}
.label-action.uppercase{
    text-transform:uppercase;
}
.label-action.bottom{
    top:auto;
    bottom:0;
}
.label-action.full-width{
    width:100%;
}
.label-action.center-text{
    text-align: center;
}
.label-action.tv-link a{
    color: #1a1a1a;
    font-weight:600;
    text-decoration:none;
}
.label-action.yellow,
.label-action.blue,
.label-action.blue-dark{
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
}
.label-action.show-time {
    border-radius: 8px 0 8px 0;
}
.label-action.free-delivery {
    display: flex;
    width: 100px;
    position: absolute;
    bottom: 0;
    border-radius: 0 8px 8px 8px;
}
@media(min-width:768px) {
    .label-action.left{
        left: 0;
        line-height:24px;
    }
    .label-action.countdown.preoffer .label-text {
        font-size: 14px;
        line-height: 24px;
    }
    .label-action.countdown.preoffer .count {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 0 6px;
    }
}
@media(min-width:1220px) {
    .label-action.inline{
        line-height:24px;
    }
    .label-action.left{
        line-height:24px;
    }
}
@media(min-width:1281px) {
    .label-action.countdown.preoffer .count {
        font-size: 14px;
    }
}

/* discount label */
.label-reduced {
    background-color: var(--_color-primary);
    padding: 6px 14px;
    color:var(--_text-color);
    font-weight:600;
    white-space: nowrap;
    border-radius: 8px 0 8px 0;
    z-index: 1;
}

body.live .label-reduced.on-bg {
    --_color-primary-dark: #090A30;
    --_text-color: #fff;
}

@media(max-width: 767px) {
    .label-reduced {
        padding: 4px 12px;
    }
    .label-action {
        padding: 4px 8px;
    }
    #details-container .label-action {
        padding: 4px 14px 4px 36px;
    }
    .label-action + .label-reduced {
        padding: 4px 6px 4px 8px;
    }
    body.live section.details-wrapper .label-reduced {
        --_color-primary: #090A30;
        --_text-color: #fff;
    }
}

@media(min-width: 768px) {
    .label-reduced {
        letter-spacing: 0.72px;
    }
}

.label-reduced.deal {
    width: auto;
    display: flex;
    align-items: center;
    padding: 0 8px;
    left: -15px;
    top: auto;
    bottom: 8px;
}

/*TODO: ADD colors when general context class for body exists*/
body.live .label-reduced.on-bg {
    --_color-primary: #090A30;
}

.label-action + .label-reduced {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 8px;
    position: relative;
}

/* RATING */
.label-rating {
    background: url(../../../img/stars.svg) no-repeat left -10px;
    width:66px;
    padding: 0;
    list-style: none;
    position: relative;
    margin:5px auto 0;
    height: 10px;
    background-size: 65px 66px;
}
.label-rating .currentRate {
    background: url(../../../img/stars.svg) left 34px;
    height: 10px;
    background-size: 65px 71px;
}
@media(min-width:768px) {
    .label-rating {
        height: 12px;
        background-size: 65px 68px;
    }
    .label-rating .currentRate {
        height: 12px;
        background-size: 65px 68px;
    }
}
@media(min-width:1220px) {
    .label-rating {
        height:16px;
        background-size: 90px 88px;
        width: 89px;
    }
    .label-rating .currentRate {
        height: 16px;
        background-size: 89px 68px;
    }
}

/**  BADGES ON SLIDER * ARTICLE LISTS **/
.badge-container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row-reverse;
    letter-spacing: 0.84px;
    font-size:14px;
    line-height: 24px;
}
body[data-incentive=""] .badge-container {
    top: -1px;
    left: -1px;
}

@media (max-width: 767px) {
    .badge-container {
        font-size:12px;
        line-height: 20px;
    }
}
