﻿.pricelist {
    padding: 60px;
}

.pricelist-container, .pricelist-global-prices {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: baseline;
    justify-content: center;
}

.pricelist-global-container {
    flex-wrap: wrap;
}

.pricelist-zone, .pricelist-global-price-cat {
    padding-left: 30px;
    padding-right: 30px;
}

.pricelist-zone h2, .pricelist-global-container h2 {
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 20px;
}

.pricelist-zone-duration-prices, .pricelist-additional-price-cat {
    margin-top: 20px;
}

.pricelist-zone .pricelist-zone-duration-prices:first-of-type {
    margin-top: 0;
}

.prices-table-head, .prices-table-row {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    height: 60px;
    padding: 20px;
    border: 1px solid #e3e8ec;
    margin-bottom: -1px;
    font-size: .85em;
}

.prices-table-head {
    font-weight: bold;
    height: 50px;
    background-color: white;
}

.prices-table-row:hover {
    background-color: white;
    font-weight: 600;
    cursor: pointer;
}

.prices-table-head .prices-table-showas {
    text-transform: uppercase;
}

.prices-table-pofweek {
    flex-basis: 25%;
    text-align: center;
}

.prices-table-pofweek-xs {
    font-size: .65em !important;
}

.prices-table-generic {
    flex-basis: 30%;
    text-align: right;
}

.pricelist-global-container {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e3e8ec;
}

@media (max-width: 992px) {
    .pricelist {
        padding: 30px 15px;
    }

    .pricelist-container {
        display: block;
    }

    .pricelist-zone {
        padding: 0;
        margin-bottom: 30px;
    }

    .pricelist-global-price-cat {
        padding: 0;
        margin-bottom: 20px;
    }

    .pricelist-zone:last-of-type, .pricelist-global-price-cat:last-of-type {
        margin-bottom: 0;
    }

    .pricelist-global-container {
        margin-top: 40px;
        padding-top: 30px;
    }

    .pricelist-global-container .px-60 {
        padding: 0;
    }

    .pricelist-global-prices {
        display: block;
    }
}