.block-pricestablesec{
    margin-bottom: 50px;
    padding: 0;
}

.block-pricestablesec .table-heading{
    padding: 8px 16px;
    line-height: 18px;
    text-align: center;
    background: #0D0D0D;
    color: #fff;
}
.block-pricestablesec .table-heading.two{
        background: #bf9778;
}
.block-pricestablesec .table-heading .table-title{
    font-weight: bold;
}

.block-pricestablesec .table-body{
    display: flex;
    flex-direction: column;
}
.block-pricestablesec .table-body .row{

    border-bottom: 1px solid #cacaca;
    display: flex;
}
.block-pricestablesec .table-body .col{
    align-content: flex-end;
    padding:5px 10px;
    width: 20%;
    box-sizing: border-box;

}

.block-pricestablesec .table-body .col.col-food{
    min-width: 160px;
}


.block-pricestablesec .table-body .col.col-day{
    min-width: 155px;
}
.block-pricestablesec .table-body .col.col-day.custom-offer-title{
    color: #18a7b5;
}
.block-pricestablesec .table-body .col-big{
    text-align: center;
    font-weight: bold;
    min-width: 235px;
    width: 40%;
}
.block-pricestablesec .table-body .col-full{
    text-align: center;
    font-weight: bold;
    min-width: 235px;
    width: 100%;
}
.block-pricestablesec .table-body  .col.col-full{
    width: 80%;
}
.block-pricestablesec .table-body .col-price{
    font-weight: bold;
    text-align: center;
    min-width: 90px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.block-pricestablesec .table-body .col-price .mini-table{
    min-width: 50%;
}
.block-pricestablesec .table-body .col-food{
    font-weight: 600;
    font-style: italic;
    line-height: 20px;
    text-align: center;
}
.block-pricestablesec .table-body .col.col-food.food-val{
    font-weight: normal;
}
.table-mobile{
    display: none;
}
.table-desktop{
    display: block;
}
.block-pricestablesec .bottom-text{
    margin-top: 10px;
}
@media only screen and (max-width: 800px) {
    .table-mobile{
        display: block;
    }
    .table-desktop{
        display: none;
    }
    .block-pricestablesec .table-body .col.col-big {
        width: 100%;
        font-size: 14px;
        min-height: 50px;
        line-height: 50px;
    }
    .block-pricestablesec .table-body .col.col-full{
        width: 100%;
    }
    .block-pricestablesec .table-body .col-price,
    .block-pricestablesec .table-body .col.col-food{
        width: 80%;
    }
    .block-pricestablesec .table-body .col{
        font-size: 12px;
        padding: 5px;
    }
    .block-pricestablesec .table-body .col.col-day {
        min-width: 90px;
    }
    .block-pricestablesec .table-body .col-price{
        min-width: 65px;
    }
    .block-pricestablesec .table-body .col.col-food {
        min-width: 120px;
    }
    .table-heading{
        cursor: pointer;
    }
    .block-pricestablesec .table-body{
        display: none;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    .block-pricestablesec .table-mobile.active .table-body{
        display: flex;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    .block-pricestablesec {
        margin-bottom: 25px !important;
    }
    .block-pricestablesec .bottom-text p{
        font-size: 12px;
    }
    .block-pricestablesec .col-big-title br{
        display: none;
    }
}