.price-section{
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.price-list {
    margin-bottom: 30px;
}

.price-list .price-list-title {

}

.price-header {
    overflow: auto;
    margin-bottom: 10px;
}
.price-list.with-sections .price-header{
    margin-bottom: 0;
}

.price-header > div {
    height: 56px;
    line-height: 56px;
    color: #fff;
    padding-left: 18px;
    float: left;
    font-size: 24px;
    background-color: #128ee0;
    margin-right: 10px;
}

.price-header > div:last-child{
    margin-right: 0;
}

.price-header > div:nth-child(2n){
    background-color: #999;
}

.price-name,
.price-header-name {
    width: calc(100% - 518px);
}

.price-time,
.price-header-time {
    width: 142px;
}
.price-price,
.price-header-price {
    width: 185px;
}
.price-order,
.price-header-order {
    width: 161px;
}


.price-item {
    overflow: auto;
    margin-bottom: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.price-name,
.price-name a {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
    color: #428bca;
}

.price-item > div {
    padding: 0 18px;
    float: left;
    min-height: 56px;
    background: #d6efff;
    margin-right: 10px;
    border: 1px #51a4db solid;
    position: relative;
    text-align: left;
    display: flex;
    justify-content: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    flex-direction: column;
    font-size: 19px;
}
.price-item > div:nth-child(2n) {
    border: 1px #b9b9b9 solid;
    background: #f8f8f8;
}
.price-item > div:last-child{
    margin-right: 0;
}

.price-order button{
    border: none;
    background: #f7573e;
    color: #fff;
}

.list_url_link{
    display: inline-block;
    color: red;
    font-size: 16px;
    margin-left: 18px;
    margin-top: 10px;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .price-header {
        display: none;
    }

    .price-item {
        margin-bottom: 15px;
    }

    .price-item > div {
        float: none;
        width: 100%;
        margin-top: -1px;
    }
    .price-item > div:first-child {
        margin-top: 0;
    }


}