@media (min-width: 1600px) {
    #module-billingpanel-prices[class *='billingpanel-prices'] .container {
        width: 1536px;
    }
}

ul.price_list > li {
    margin-bottom: 20px;
}

.price-description-container {
    height: 260px;
}

.price-description-container ul li::before {
    content: url(/modules/billingpanel/views/img/check.svg);
    position: relative;
    left: -5px;
    top: 2px;
}
.price_list li article {
    padding: 2.5em;
    border-radius: 15px;
    box-shadow: 4px 4px 16px 2px rgba(0,0,0,.1);
}

/* .price_list li article:hover {
    background-color: #f5f9ff;
    transition: 0.5s ease;
} */

.price.price-price {
    font-family: 'Montserrat', 'sans-serif';
    white-space: nowrap;
    font-size: 3em;
    font-weight: 600;
}

.old-price.price-price {
    color: #ccc;
    text-decoration: line-through;
    font-family: 'Montserrat', 'sans-serif';
    white-space: nowrap;
    font-size: 1.5em;
}

.price_period {
    font-size: .5em;
    font-weight: 600;
}

.best_choice article {
    border: 2px solid #5ac6fb !important;
}

.plan-about {
    font-family: sans-serif;
    font-size: 4em;
    color: #000;
    display: block;
    text-transform: none;
    padding: 1em;
}

.breadcrumb {display:none;}

.price_switcher {
    padding: 10px 0 20px;
}

.price_switcher .active {
    background: #171f2b;
    color: #fff;
}

.price.price-price {
    display: none;
}

.price.price-price.active {
    display: block;
}

.btn-order {
    background-color: #171f2b;
    width: 100%;
    margin: 10px auto;
}

.btn-order a {
    color: #5ac6fb
}

td, th {
    margin: 0;
    white-space: nowrap;
    border-top-width: 0px;
  }

.p_compare {
    /* margin-left: 6em; */
    overflow-y: visible;
    padding: 0;
}

.p_compare > table > thead th {
    text-align: center;
    border-top: none;
    width: 180px;
    font-size: 1.1em;
    line-height: 50px;
}

.p_compare table.table td {
    text-align: center;
    /* width: 200px; */
    line-height: 40px;
    vertical-align: middle;
    border-top: none;
}

.headcol {
    position: relative;
    width: 170px;
    vertical-align: middle !important;
    line-height: 40px !important;
    border: none !important;
    overflow: hidden;
    word-wrap: break-word;
}

p.price-desc {
    /* height: 60px; */
    overflow: hidden;
}

.group_name {
    background-color: #f3f7fa;
    text-transform: capitalize;
    color: #5ac6fb;
    font-size: 15px;
}

.p_compare table.table tr:hover {
    background: #f1fafb;
}

.price-name-basic {
    color:#ee804f;
}

.price-name-standard {
    color:#4a86e2;
}

.price-name-professional {
    color:#32d5aa;
}

.price-name-professional-plus {
    color:#e85353;
}

.table > thead > tr > th {
    border-bottom: none;
}

@media screen and (max-width: 900px) {
    .plan-about {
        font-size: 2em;
    }

    .p_compare {
        overflow-x: scroll;
        margin-left: 155px;
    }

    .headcol, .p_compare > table.table > thead > tr > th:first-child {
        position: absolute;
        left: 15px;
        top: auto;
        width: 170px;
        border: none !important;
    }

    .p_compare > table.table > thead > tr > th {
        border: none !important;
    }

    .p_compare > table.table {
        table-layout: fixed;
    }

    .group_name th {
        background-color: #f3f7fa;
    }

    .group_name td {
        height: 56px;
    }
}