﻿.pricesection .not-available {
    font-size: 20px;
    color: #ff5e5e;
    font-style: normal !important;
}

.pricesection .ulwrap {
    overflow-wrap: break-word;
    flex-wrap: wrap;
}

.pricesection .available {
    font-size: 20px;
    color: #2CA01C;
    font-style: normal !important;
}

.pricesection .feature {
    background: #e8f4f7;
    transition: all 100ms ease;
    font-size: 18px;
    width: 180px;
    text-shadow: none;
    font-family: 'Open Sans Condensed',sans-serif;
    padding-inline: 10px;
}

.pricesection .subtitle {
    font-weight: bold;
}

.pricesection .register {
    width: 50%;
    background-color: #ffffff;
    background-image: none;
    border-color: #02496a;
    border-width: 1.5px;
    -webkit-border-radius: 15px;
    color: #02496a;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: none !important;
    font-weight: bold;
    font-family: 'Open Sans Condensed',sans-serif;
}

    .pricesection .register:focus-within {
        background-color: #03a0b9 !important;
    }
    /*
====================================================
    Checkbox toggle
====================================================
*/
    .pricesection .checkboxToggle input[type=checkbox] {
        width: 0px;
    }


.pricesection .checkboxToggle:focus-within {
    background-color: #03a0b9 !important;
}



.pricesection .checkboxToggle {
    width: 70px !important;
    height: 24px !important;
    background: #333 !important;
    border-radius: 70px !important;
    position: relative !important;
    margin: auto !important;
}


    .pricesection .checkboxToggle:before {
        /*	content: 'off'; */
        position: absolute !important;
        top: 12px !important;
        left: 13px !important;
        height: 2px !important;
        color: #2ecc71 !important;
        font-size: 16px !important;
    }

    .pricesection .checkboxToggle:after {
        /*content: 'on';*/
        position: absolute !important;
        top: 12px !important;
        left: 64px !important;
        height: 2px !important;
        color: rgb(46, 204, 113) !important;
        font-size: 16px !important;
    }

    .pricesection .checkboxToggle label {
        display: block !important;
        width: 45px !important;
        height: 18px !important;
        border-radius: 70px !important;
        transition: all .5s ease !important;
        cursor: pointer !important;
        position: absolute !important;
        top: 3px !important;
        z-index: 1 !important;
        left: 4px !important;
        background: #ddd !important;
        font-size: 19px !important;
        font-weight: bold !important;
        text-align: center !important;
        line-height: 100% !important;
    }

    .pricesection .checkboxToggle input[type=checkbox]:checked + label {
        left: 21px !important;
        background: #26ca28 !important;
    }

.pricesection .title h2 {
    font-size: 18px;
    margin: 0;
    font-family: 'Open Sans Condensed',sans-serif;
    color: white !important;
}

    .pricesection .title h2.active {
        background: #e8f4f7;
        color: #008ebc !important;
    }

.pricesection .special .title h2 {
    color: #006d96;
    font-size: 24px;
    line-height: 18px;
    margin: 0;
    text-shadow: 0 2px 0 #00608c;
}

.pricesection * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0;
}


.pricesection ul {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px;
    flex-wrap: wrap;
}

.pricesection li {
    list-style: none;
    flex: 1;
}

    .pricesection li:last-child {
        border-right: 1px solid #ddd;
    }


    .pricesection li.active {
        background: #0062bc;
        color: #008ebc !important;
    }

.pricesection table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.pricesection th {
    background: #F5F5F5;
    display: none;
}

.pricesection td, th {
    background: #e8f4f7;
    height: 42px
}

.pricesection td, th {
    background: #e8f4f7;
    border: 1px solid #DDD;
    empty-cells: show;
}

.pricesection td, th {
    background: #e8f4f7;
    text-align: right;
}

    .pricesection td + td, th + th {
        background: #e8f4f7;
        text-align: center;
        display: none;
    }

    .pricesection td.default {
        display: table-cell;
    }

.pricesection .bundle {
    color: #f4fafb !important;
    border-top: 1px solid #ddd;
    background: var(--ui-primary);
    overflow-wrap: break-word;
    flex-wrap: wrap;
    min-width: 100px;
    border-right: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
}


.pricesection .cost {
    font-size: 28px;
    font-weight: bold;
}

.pricesection .cost-agorot {
    vertical-align: top;
    font-size: 13px;
    margin-left: 2px;
    padding-top: -13px;
    font-weight: bold;
    display: inline-block;
}
.pricesection .tdhide {
    border: 0;
    background: none;
}

.pricesection tr {
    max-width: 1080px;
}

.pricesection td {
    max-width: 180px !important;
}



@media (min-width: 640px) {

    .pricesection .bundle {
        cursor: default;
    }
    .pricesection ul {
        display: none;
    }

    .pricesection td, th {
        display: table-cell !important;
    }

    .pricesection td, th {
        width: 200px;
    }

        .pricesection td + td, th + th {
            width: auto;
        }
}


.pricesection .data-holder.data-holder-checkbox-toggle .checkboxToggle .ui-checkbox .ui-btn.ui-checkbox-off:after, .ui-btn.ui-checkbox-on:after {
    visibility: hidden;
}

.pricesection .data-holder.data-holder-checkbox-toggle .checkboxToggle .ui-checkbox .ui-btn.ui-corner-all.ui-btn-inherit.ui-btn-icon-left {
    padding: 0;
}

    .pricesection .data-holder.data-holder-checkbox-toggle .checkboxToggle .ui-checkbox .ui-btn.ui-corner-all.ui-btn-inherit.ui-btn-icon-left.ui-checkbox-on {
        left: 21px !important;
        background: #26ca28 !important;
    }
.price-list-main-page-view .bottom-text {
    color: white;
}

.bottom-text {
    text-align: right;
    font-family: Helvetica, sans-serif;
    margin-top: 20px;
    margin-right: 10px;
} 
