﻿
.b2c-price-configuration-table{
    margin-bottom: 20px;
    width:100%;
}

.price-wrapper-header {
    padding-bottom: 40px;
    width:30%;
}

.price-configuration-row, .price-wrapper-header {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.price-tresholds {
    width: 18%;
    display: flex;
    align-items:center;
    justify-content: center;
    text-align:center;
    margin-right:10%;
}

.price-treshold-element {
    width: 50%;
}

.price-increase-input {
    width: 50%;
    margin: auto 0;
}

.b2c-price-configuration-action-buttons{
    margin-bottom : 6%;
}
