.sp-badge {
    color: #171c8e;
    font-family: "brandon-grotesque";
    font-size: 15px;
    font-weight: 390;
    border-radius: 100px;
    padding: 4px 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp-badge span {
    font-weight: 450;
}

.sp-badge svg {
    margin-right: 6px;
}

.sp-best-seller-badge {
    color: #008001;
    background: rgba(0, 128, 1, 0.1);
}

.sp-fire-badge {
    background: #fff5c9;
    padding: 4px 10px;
}

.sp-trending-badge {
    background: #e9f1ff;
    padding: 4px 10px;
}

.sp-image-badge {
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.sp-image-badge img {
    display: block;
    max-height: 28px;
    width: auto;
}

.sp-badge-parent .revive-eo-wrapper-cart-subscription {
    top: 102px !important;
}

@media (min-width: 767px) {
    tr.cart_item.cart-item-subscribe-and-save-checked:not(.free-gift) {
        height: 220px !important;
    }
}
@media (max-width: 767px) {
    .sp-badge {
        margin-top: 9px;
    }

    .sp-badge-parent .revive-eo-wrapper-cart-subscription {
        top: 158px !important;
    }
}
