.price-tree__group-children{
	padding-left: 25px;
}

.price-tree__wrap{
	border: 0;
    border-radius: 2px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}


.price-tree__group-name{
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
	margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.price-tree__group-name, .price-tree__group-price{
    padding: 0.5rem 1.25rem;
}

.price-tree__group-price{
    position: relative;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.price-tree__group-price__wrap .price-tree__group-price:first-child{
    border-top: 0;
}

.price-table.search .price-search__item-row{
    display: none;
}

.price-table.search .price-search__item-row.search-result{
    display: table-row;
}

.price-search__roll-group{
    padding: 2px;
    border: 1px solid;
    border-radius: 2px;
    font-size: 8px;
}