.marketplaces-box {

    width: auto;
    color: white;
    font-weight: bold;

}

.marketplaces-hr {
    margin: 10px 0;
}

.marketplaces-rating {
    display: flex;
    justify-content: space-around;
    color: #727272;
    border-top: 1px solid #eee;
    padding-top: 8px;
    margin-top: 8px;
    width: 100%;
    font-size: 13px;
    white-space: nowrap;
    /*font-weight: bold;*/
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

.marketplaces-rating .separator {
    border-left: 1px solid #eee;
}

@media only screen and (min-width: 1400px) {
    .marketplaces-box {
        width: 60%;
    }

    .marketplaces-hr {
        width: 60%;
    }
}

.marketplace-link {
    width: 100%;
}

.marketplace-link:hover {
    color: #111;
}

.marketplaces-handler {
    display: flex;
    justify-content: between;
    align-items: center;
    border-radius: 6px;
    /*border: 2px solid lightgray;*/
    padding: 10px;
    /*background-color: lightgray;*/
}

.marketplaces-handler:hover {
    background: #f2f2f2;
}

.flex {
    display: flex;
}

.text-gray {
    color: #727272;
}

.ozon {
    border: 2px solid #111;
}

.wildberries {
    border: 2px solid #111;
}

.box-top-p {
    top: 2px;
    position: relative;
}

.product-wb-btn {
    justify-content: center;
    background: url('/wp-content/plugins/dw-marketplaces/img/wb-2.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.product-ozon-btn {
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 48px;
    border: 1px solid var(--dw-gray);
    color: var(--dw-dark);
    justify-content: center;
    /* background: rgb(0, 105, 255); */
    max-width: 380px;
}

.ozon-color {
     white-space:pre;
    color: rgb(0, 105, 255);
}