
/*price list*/
.js-popup-price .price__popup-toggle.xpopover-toggle {
    /*display: none;*/
}
.section_prise_from_to {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.section_prise_from_to .item_price_from_to {
    display: table-row;
}

.section_prise_from_to .item_price_from_to .price_from_to_text {
    display: table-cell;
    text-align: left;
    border: none;
    vertical-align: middle;
    width: 35%;
    font-size: 12px;
}

.section_prise_from_to .item_price_from_to .price_from_to_value {
    display: table-cell;
    text-align: left;
    border: none;
    vertical-align: middle;
}
/*end price list*/