:root {
    --table-td-color-1: 179,191,186;
    --table-td-color-2: 255,255,255;
    --table-td-color-3: 151,43,54;
    --table-td-color-4: 43,47,58;
    --table-td-color-border-4: #42444e;
    --table-td-color-bg-light: #efefef;
    --border-width: 3px;
}

.prices-wrapper.prices-wrapper-children {
    margin-bottom: 80px;
}
.prices-wrapper .subtitle {
    margin-bottom: 25px;
}
.table-prices,
.table-prices * {
    box-sizing: border-box;
}

.table-prices {
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px 0;
    border: 0;
    margin-bottom: 30px;
}
.table-prices .tr-row-prices .td-col {
    font-weight: 700;
}
.table-prices td,
.table-prices th {
    height: 60px;
}
/* header cells are <th> for accessibility – keep the original look */
.table-prices th {
    font-weight: 400;
}
.table-prices .td-col {
    border: 0;
    position: relative;
    z-index: 1;
    text-align: center;
}
.table-prices .icon-check {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
    color: #fff;
    background-color: #77b152;
    padding: 4px;
    font-size: 12px;
    width: 20px;
    margin: auto;
    line-height: 12px;
}
.table-prices .icon-cross {
    display: inline-block;
    width: .875em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    color: #df2945;
    font-size: 20px;
    transform: rotate(45deg);
}

.table-prices .td-col-1 {
    background-color: rgb(var(--table-td-color-1));
    border-color: #000;
}
.table-prices .td-col-2 {
    background-color: rgb(var(--table-td-color-2));
}
.table-prices .td-col-3 {
    background-color: rgb(var(--table-td-color-3));
    border-color: #fff;
}
.table-prices .td-col-4 {
    background-color: rgb(var(--table-td-color-4));
}
.table-prices .td-col-3,
.table-prices .td-col-4 {
    color: #fff;
}








.table-prices .td-row-title {
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}
.table-prices .td-col-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.table-prices .td-col-title .text-sm {
    font-size: 16px;
}
.table-prices .tr-row:nth-child(even) .td-row-title:after,
.table-prices .tr-row:nth-child(even) .td-col:not(.td-col-2):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.1);
    z-index: -1
}
.table-prices .tr-row:nth-child(even) .td-col-2 {
    background-color: var(--table-td-color-bg-light);
}


@media(min-width: 992px) {
    .table-prices {
        padding-top: 30px;
    }
    .table-prices .td-col {
        width: 20%;
        border-left-width: var(--border-width);
        border-right-width: var(--border-width);
        border-style: solid;
    }
    .table-prices .tr-header .td-row-title:first-child,
    .table-prices .tr-header .td-col {
        padding-top: 50px;
    }
    .table-prices .td-row-title {
        text-align: left;
    }
    .table-prices .tr-header .td-col {
        border-top-width: var(--border-width);
        border-style: solid;
    }
    .table-prices .tr-row:last-child .td-col {
        border-bottom-width: var(--border-width);
        border-style: solid;
    }
    .table-prices td,
    .table-prices th {
        padding: 14px 8px;
        height: 70px;
    }
    .table-prices .icon-wrapper {
        border-radius: 50%;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        border-width: var(--border-width);
        border-style: solid;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .table-prices .icon {
        width: 40px;
        height: 40px;
    }
    .table-prices .td-col-1 .icon-wrapper {
        background-color: rgb(var(--table-td-color-1));
        border-color: #000;
    }
    .table-prices .td-col-2 .icon-wrapper {
        background-color: rgb(var(--table-td-color-2));
        border-color: rgb(var(--table-td-color-3));
    }
    .table-prices .td-col-3 .icon-wrapper {
        background-color: rgb(var(--table-td-color-3));
        border-color: #fff;
    }
    .table-prices .td-col-4 .icon-wrapper {
        background-color: rgb(var(--table-td-color-4)); 
        border-color: var(--table-td-color-border-4);
    }
    .table-prices .td-col-2 {
        border-color: rgb(var(--table-td-color-3));
    }
    .table-prices .td-col-4 {
        border-color: var(--table-td-color-border-4);
    }
}

@media(max-width: 991.98px) {
    .table-prices {
        border-spacing: 0;                         
    }
    .table-prices .icon-wrapper {
        display: none;
    }
    .table-prices td,
    .table-prices th {
        min-width: 20%;
        max-width: 20%;
        width: 20%;
        padding: 5px;
        font-size: 12px;
    }
    .table-prices .td-row-title {
        font-size: 10px;
    }
    .table-prices .td-col-title {
        font-size: 13px;
    }
    .table-prices .td-col-title .text-sm {
        font-size: 10px;
    }
}











/*@media(min-width: 992px) {
    .table-prices {
        padding-top: 30px;
    }
    .table-prices .td-col-title {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
    }
    .table-prices .td-col {
        width: 20%;
        border-left-width: var(--border-width);
        border-right-width: var(--border-width);
        border-style: solid;
    }
    .table-prices .tr-header .td-col {
        padding-top: 50px;
    }
    .table-prices .td-row-title {
        text-align: left;
    }
    .table-prices .tr-header .td-col {
        border-top-width: var(--border-width);
        border-style: solid;
    }
    .table-prices .tr-row:last-child .td-col {
        border-bottom-width: var(--border-width);
        border-style: solid;
    }
    .table-prices .td-col {
        padding: 16px 8px;
    }
    .table-prices .icon-wrapper {
        border-radius: 50%;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        border-width: var(--border-width);
        border-style: solid;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .table-prices .icon {
        width: 40px;
        height: 40px;
    }
    .table-prices .tr-row:nth-child(even) .td-col:not(.td-col-2):after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.2);
        z-index: -1
    }
    .table-prices .tr-header .td-col-1 {
        border-color: rgb(var(--table-td-color-1));
    }
    .table-prices .tr-header .td-col-2 {
        border-color: rgb(var(--table-td-color-3));
    }
    .table-prices .tr-header .td-col-3 {
        border-color: rgb(var(--table-td-color-3));
    }
    .table-prices .tr-header .td-col-4 {
        border-color: rgb(var(--table-td-color-4));
    }
    .table-prices .td-col-1 {
        border-color: rgb(var(--table-td-color-1));
    }
    .table-prices .td-col-2 {
        border-color: rgb(var(--table-td-color-3));
    }
    .table-prices .td-col-3 {
        border-color: rgb(var(--table-td-color-3));
    }
    .table-prices .td-col-4 {
        border-color: rgb(var(--table-td-color-4));
    }
    .table-prices .tr-row:nth-child(even) .td-col-2 {
        background-color: var(--table-td-color-bg-light);
    }
    .table-prices .td-col-1 .icon-wrapper {
        background-color: rgb(var(--table-td-color-1));
        border-color: #000;
    }
    .table-prices .td-col-2 .icon-wrapper {
        background-color: rgb(var(--table-td-color-2));
        border-color: rgb(var(--table-td-color-3));
    }
    .table-prices .td-col-3 .icon-wrapper {
        background-color: rgb(var(--table-td-color-3));
        border-color: #fff;
    }
    .table-prices .td-col-4 .icon-wrapper {
        background-color: rgb(var(--table-td-color-4));
        border-color: #fff;
    }
}

@media(max-width: 991.98px) {
    .table-prices .tr-header {
        display: none;
    }
    .table-prices .icon-wrapper {
        display: none;
    }
    .table-prices .td-row-title {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 12px;
        color: #fff;
        margin-bottom: 8px;
    }
    .table-prices .tr-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .table-prices .td-col {
        width: calc(25%);
        text-align: center;
        padding: 8px 2px;
        display: flex;
        flex-flow: column;
        justify-content: center; 
        font-size: 12px;
        border-top-width: 2px;
        border-bottom-width: 2px;
    }
    .table-prices .td-col::before {
        display: block;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 10px;
    }
    .table-prices .td-col-1::before {
        content: "Mini";
    }
    .table-prices .td-col-2::before {
        content: "Klasik";
    }
    .table-prices.table-prices-children .td-col-3::before {
        content: "Maxi / B-day";
    }
    .table-prices.table-prices-children .td-col-4::before {
        content: "Extra / B-day";
    }  
    .table-prices.table-prices-adults .td-col-3::before {
        content: "Maxi";
    }
    .table-prices.table-prices-adults .td-col-4::before {
        content: "Extra";
    }  
    .table-prices .td-col-4 {
        background-color: #555961;
    }
}*/