/* WHMCS Premium Comparison Template: Green Theme */

#order-premium_comparison {
    padding: 0 0 30px 0;
    margin: 0;
    height: 100%;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    color: #666;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}

#order-premium_comparison h3 {
    margin: 0;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    color: #333;
}

#order-premium_comparison h4 {
    margin: 10px 0;
    font-size: 24px;
    color: #333;
}

#order-premium_comparison h5 {
    margin: 5px 0;
    font-size: 16px;
    color: #666;
}

#order-premium_comparison .txt-center {
    text-align: center;
}

#order-premium_comparison .main-container.price-01 h3,
#order-premium_comparison .main-container.price-01 h5 {
    font-weight: normal;
}

#order-premium_comparison .price-table-container ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

#order-premium_comparison .price-table-container ul li {
    display: inline-block;
    background: url(../img/shadow-btm.png) no-repeat center bottom;
    padding: 30px 10px 5px;
}

#order-premium_comparison .price-table {
    background: #fff;
    width: 270px;
    min-width: 270px;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

#order-premium_comparison .price-table.active {
    margin-top: -30px;
    width: 245px;
}

#order-premium_comparison .price-table .top-head {
    background: linear-gradient(to bottom, #38b000 0%, #1f7a1f 100%);
    border-radius: 5px 5px 0 0;
}

#order-premium_comparison .top-head .top-area {
    padding: 15px 0;
    border-bottom: 1px solid #1f7a1f;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

#order-premium_comparison .top-area h4 {
    color: #fff;
    line-height: 29px;
    font-weight: normal;
    margin: 0;
}

#order-premium_comparison .top-area p {
    color: #c3e6cb;
    font-size: 13px;
    margin: 0;
    padding-top: 5px;
}

#order-premium_comparison .price-area {
    padding: 15px 0;
    border-top: 1px solid #1f7a1f;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    color: #eaffea;
    font-size: 16px;
}

#order-premium_comparison .price span {
    font-size: 38px;
}

#order-premium_comparison .order-button,
#order-premium_comparison .order-button:hover {
    display: block;
    margin: 10px 25px;
    padding: 13px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: linear-gradient(to bottom, #38b000 0%, #1f7a1f 100%);
    border-radius: 3px;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

#order-premium_comparison .order-button.unavailable:hover {
    cursor: not-allowed;
    background: linear-gradient(to bottom, #6c757d 0%, #adb5bd 100%);
}

#order-premium_comparison .price-table ul {
    list-style: none;
    padding: 4px 10px 10px;
    margin: 0;
}

#order-premium_comparison .price-table ul li {
    padding: 17px 0 15px;
    border-bottom: 1px solid #d9d9d9;
    color: #333;
    text-align: center;
    font-size: 14px;
}

#order-premium_comparison .price-table ul li a {
    color: #28a745;
}

#order-premium_comparison .popular-plan {
    padding: 7px 0 5px;
    background: rgba(0, 0, 0, 0.2);
    color: #c3e6cb;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #1f7a1f;
}

/* Additional: Sidebar & Responsive */

html, body {
    overflow-x: hidden;
}

.row-product-selection {
    position: relative;
    left: 0;
    transition: all .25s ease-out;
}

.product-selection-sidebar {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    display: none;
}

#btnShowSidebar {
    margin-bottom: 20px;
}

/* Features */
.includes-features {
    max-width: 780px;
    margin: 0 auto;
    padding-top: 10px;
}

.includes-features .head-area {
    text-align: center;
    background: #f3f3f3;
}

.includes-features ul.list-features {
    list-style: none;
    padding-top: 20px;
    margin: 0;
}

.includes-features ul.list-features li {
    display: inline-table;
    width: 33%;
    padding-left: 22px;
    background: url(../img/tick.png) no-repeat;
    margin: 5px 0;
}

@media (max-width: 991px) {
    .includes-features ul.list-features li {
        width: 48%;
    }
}

@media (max-width: 600px) {
    .price-table {
        width: 300px;
    }
    .price-table.active {
        width: 300px;
    }
}

@media (max-width: 480px) {
    .includes-features ul.list-features li {
        width: 100%;
    }
}
