.woocommerce .star-rating::before {
    content: '' !important;
}

.af-topbar {
    background: #0D053B;
    font-weight: 500;
    text-transform: uppercase;
    height: auto;
    width: 100%;
    display: flex;
    padding: 0 50px;
}

@media (max-width: 1150px) {
    .af-topbar {
        padding: 0 20px;
    }
}

.topbar-column {
    display: flex;
    align-items: center;
    height: 30px;
    column-gap: 10px;
    flex: 1;
}

@media (max-width: 1150px) {
    .topbar-column {
        justify-content: center;
    }
}

.topbar-column.reass {
    justify-content: end;
}

@media (max-width: 1150px) {
    .topbar-column.reass {
        display: none;
    }
}

.topbar-column.reass p {
    color: #FFF;
    padding-right: 10px;
    border-right: 1px solid #FFF;
    line-height: 1;
}

@media (max-width: 1150px) {
    .topbar-column.reass p {
        border-right: none;
        padding: 0;
    }
}

.topbar-column.reass p a {
    color: #FFF;
    text-decoration: none;
}

.topbar-column.reass p:last-child {
    padding-right: 0;
    border: none;
}

@media (max-width: 1150px) {
    .topbar-column.reass p:nth-child(1),
    .topbar-column.reass p:nth-child(2) {
        display: none;
    }
}

.nl-star-rating {
    display: flex;
    column-gap: 1px;
    float: none;
    overflow: visible;
    height: auto;
    width: auto;
}

.nl-star-rating > img {
    height: 18px;
    width: auto;
}

@media (max-width: 350px) {
    .nl-star-rating {
        display: none;
    }
}

.nl-rating,
.nl-reass-text {
    color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    letter-spacing: 1px;
}

.nl-rating a {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #FFF;
}

@media (max-width: 1150px) {
    .topbar-column.rating {
        justify-content: center;
    }
}