.item-price .b2c-price-block{
    width: 100%;
    min-height: 49px;
}

.single-item-block .b2c-price-block__row{
    margin-top: 5px;
}

.list-view .b2c-price-block__row{
    margin-top: 0;
}

.table-view .b2c-price-block__row{
    margin-top: 0;
}

.carousel-item-block .b2c-price-block{
    min-height: 44.5px;
}

.b2c-price-block__row:after{
    content:'';
    display: block;
    clear: both;
}

.b2c-price-block__row_retail-only{

}

.b2c-price-block__row_product-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.b2c-price-block__column{
    float: right;
    display: inline-block;
}

.table-view .b2c-price-block__column{
    float: left;
}

.b2c-price-block__customer-price{
    font-size: 30px;
    font-weight: bold;
    text-align: end;
    margin-bottom: 12px;
    overflow: hidden;
}

.b2c-price-block__customer-price_search{
    font-size: 20px;
}

.b2c-price-block__customer-price_search{
    margin-bottom: 0px;
}


.b2c-price-block__difference{
    color: #878786;
    font-size: 12px;

}

.b2c-price-block__retail-price{
    float: left;
    display: inline-block;
    font-size: 20px;
    color: #8d939f;
    font-weight: bold;
    margin-right: 15px;
}

.b2c-price-block__retail-price_search{
    font-size: 14px;
    margin-right: -500px;
}

.b2c-price-block__retail-price_item-info {
    margin-bottom: 15px;
    padding-top: 2px;
}

.b2c-price-block__difference{
    display: flex;
    flex-direction: row;
}

.b2c-price-block__difference_search{
    font-size: 10px;
}

/*table*/
.table-view .b2c-price-block__retail-price{
    margin-right: 0;
    margin-bottom: 20px;
}

.table-view .b2c-price-block__customer-price{
    text-align: left;
}

.table-view .b2c-price-block__row{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.b2c-price-block__difference{
    white-space: nowrap;
}

.carousel-item-price > div{
    width: 100%;
}

.item-related-products .b2c-price-block{
    /*border-top: solid 1px #d5d7dc;*/
    padding-top: 8px;
}