/* Badges */

/* sold out */
#custom_stock_soldout {
    font-weight: 700;
    padding: 3px 7px;
    padding-bottom: 1px;
    background: #fa3c3c5b;
    display: inline-flex;
    gap: 7px;
    color: #fd2525;
    border-radius: 30px;
    line-height: 1.3;
    font-size: 13px;
    margin-bottom: 24px;
    border: 1px solid #fd2525;
}

#custom_stock_soldout::before {
    content: url('https://wowtea.eu/wp-content/themes/wowtea/assets/images/no_stock.svg');
    width: 14px;
    height: auto;
    display: block;
}

.best_sellers_23 .pp-info-box-description {
    min-height: 70px !important;
}

.sticky_footer_wrapper ul li a:before {
    content: '';
    background-size: contain !important;
    display: block;
    width: 100%;
    height: 55%;
}

.sticky_footer_wrapper ul li.detox-icon a:before {
    content: '';
    background: url('https://wowtea.eu/wp-content/themes/wowtea/assets/images/footer/sticky_detox.svg') center center no-repeat;
}

.sticky_footer_wrapper ul li.slimfit-icon a:before {
    content: '';
    background: url('https://wowtea.eu/wp-content/themes/wowtea/assets/images/footer/sticky_slimfit.svg') center center no-repeat;
}

.sticky_footer_wrapper ul li.matcha-icon a:before {
    content: '';
    background: url('https://wowtea.eu/wp-content/themes/wowtea/assets/images/footer/sticky_matcha.svg') center center no-repeat;
}

.sticky_footer_wrapper ul li.superfood-icon a:before {
    content: '';
    background: url('https://wowtea.eu/wp-content/themes/wowtea/assets/images/footer/sticky_superfood.svg') center center no-repeat;
    background-size: contain;
}

.sticky_footer_wrapper ul li.shop-icon a:before {
    content: '';
    background: url('https://wowtea.eu/wp-content/themes/wowtea/assets/images/footer/sticky_shop.svg') center center no-repeat;
    background-size: contain;
}

.new-badge {
    background-color: #e60023;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    margin-left: -1px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0px;
}

@media (max-width: 600px) {
    .new-badge {
        top: 0px;
        left: 75px;
        width: fit-content;
    }
}

@media (min-width: 600px) {
    #menu-header-menu>li>ul {
        top: 100%;
        padding: 10px 0px;
    }

    #menu-header-menu>li>ul>li>a {
        padding: 13px 20px 13px 20px;
        min-width: 250px;
        margin: 0px -10px 0px -10px;
    }

    #menu-header-menu>li>ul>li>a:hover {
        padding: 13px 20px 13px 20px;
        color: #d60057 !important;
        background-color: #fff;
        margin: 0px -10px 0px -10px;
    }

    #menu-header-menu>li:hover>ul>li {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .main_navi {
        align-items: stretch;
    }

    .main_navi li a {
        display: flex;
        align-items: center;
    }

    .main_navi li {
        position: relative;
        display: flex;
        align-items: center;
        max-height: 55px;
    }

    .main_navi li.home_link a {
        width: 90px;
        height: 65px;
    }

    .sub-menu .new-badge {
        top: -9px;
        left: 40%;
        width: fit-content;
        z-index: 9999;
    }
}