/*------------------------------------------------------------------
 * template Name: Nuhost - Multipurpose Hosting HTML & WHMCS Template
 * Author: coodiv (nedjai mohamed)
 * Author URI: https://coodiv.net/
 * Author URI: https://themeforest.net/user/coodiv
 * Description: A Bootstrap Responsive Domain & Web Hosting Template + WHMCS template
 * Version: 2.0.0 - Table Layout
 * Copyright 2018 coodiv.
 -------------------------------------------------------------------*/

body {
    overflow-x: initial !important;
}

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

/* Text Styling */

#order-premium_comparison a,
#order-premium_comparison a:hover,
#order-premium_comparison a:active,
#order-premium_comparison a:visited,
#order-premium_comparison a:link {
    outline: none;
    transition: all 0.3s ease 0s;
}

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

#order-premium_comparison .alert {
    margin-top: 20px;
    padding: 15px;
}

#order-premium_comparison .main-container {
    padding: 0 2% 40px 2%;
    margin: 0 auto;
}

#order-premium_comparison .main-container.price-01 {
    font-size: 14px;
    line-height: 17px;
}

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

/* ===========================
   Title / Header
   =========================== */

.tittle-simple-cart-em h5 {
    position: relative;
    font-size: 30px;
    color: #3b566e;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 40px;
    text-align: center;
}

.tittle-simple-cart-em h5 span {
    position: relative;
    font-size: 15px;
    line-height: 16px;
    font-weight: 300;
    padding-top: 5px;
    display: block;
    color: #a0a9ad;
}

/* ===========================
   Products Table
   =========================== */

.products-table-wrapper {
    padding: 10px 0 0 0;
    margin: 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.products-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 40px 0 rgba(77, 77, 119, 0.10);
}

/* Table Header */

.products-table thead th {
    background: #2c3e50;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 16px 18px;
    text-align: left;
    white-space: nowrap;
    border-bottom: 2px solid #1a252f;
}

.products-table thead th:first-child {
    border-radius: 10px 0 0 0;
}

.products-table thead th:last-child {
    border-radius: 0 10px 0 0;
}

.products-table thead th.th-price,
.products-table thead th.th-order {
    text-align: center;
}

/* Table Body */

.products-table tbody tr {
    transition: background-color 0.2s ease;
}

.products-table tbody tr:hover {
    background-color: #f0f5fa;
}

.products-table tbody tr:nth-child(even) {
    background-color: #f8f9fb;
}

.products-table tbody tr:nth-child(even):hover {
    background-color: #eaf0f6;
}

.products-table tbody td {
    padding: 16px 18px;
    font-size: 14px;
    color: #3b566e;
    border-bottom: 1px solid #eef1f5;
    vertical-align: middle;
    line-height: 1.5;
}

.products-table tbody tr:last-child td {
    border-bottom: none;
}

.products-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.products-table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

/* Featured Row */

.products-table tbody tr.featured-row {
    background-color: #eef6ff;
    border-left: 3px solid #3e81c8;
}

.products-table tbody tr.featured-row:hover {
    background-color: #e0efff;
}

/* Plan Name Cell */

.td-plan {
    min-width: 160px;
}

.plan-name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
}

.plan-tagline {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #919a9e;
    margin-top: 2px;
}

.featured-badge {
    display: inline-block;
    background: #3e81c8;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 10px;
    margin-top: 5px;
}

/* Price Cell */

.td-price {
    text-align: center;
    min-width: 120px;
}

.price-amount {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    font-family: 'Heebo', sans-serif;
}

.price-from {
    font-size: 11px;
    font-weight: 400;
    color: #919a9e;
    display: block;
}

.price-cycle {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #919a9e;
}

.setup-fee {
    display: block;
    font-size: 11px;
    color: #b1bcc1;
    margin-top: 3px;
    text-transform: lowercase;
}

/* Order Button Cell */

.td-order {
    text-align: center;
    min-width: 140px;
}

.btn-order {
    display: inline-block;
    background: #3F51B5;
    color: #fff;
    padding: 9px 22px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.btn-order:hover {
    background: #33418c;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(63, 81, 181, 0.35);
}

.btn-order i {
    margin-left: 4px;
    font-size: 11px;
}

.btn-outofstock {
    display: inline-block;
    background: #F44336;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: not-allowed;
}

/* ===========================
   Included Features Section
   =========================== */

#order-premium_comparison .includes-features {
    margin: 0 auto;
    width: 100%;
    max-width: 780px;
    padding-top: 30px;
}

#order-premium_comparison .includes-features .head-area {
    padding: 0;
    margin: 0;
    text-align: center;
    background: url(../img/head-bg.png) no-repeat center center;
    background-size: 100% auto;
}

#order-premium_comparison .includes-features .head-area span {
    padding: 0 20px;
    margin: 0;
    display: inline-table;
    background: #ffffff;
}

#order-premium_comparison .main-container.price-01 .includes-features .head-area span {
    background: #f3f3f3;
}

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

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

/* ===========================
   Sidebar
   =========================== */

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: 0 0 20px 0;
    font-size: 13px;
    font-weight: 600;
    color: #97a1a5;
    background: #f0f2f3;
    padding: 6px 20px;
    border-radius: 30px;
    border: 0;
    text-decoration: none;
    outline: none !important;
    box-shadow: none;
}

/* ===========================
   Standard Cart Overrides
   =========================== */

#order-standard_cart .cart-sidebar h3,
#order-standard_cart .sidebar-collapsed h3 {
    margin: 0;
    font-size: 16px;
}

#order-standard_cart .products .product div.product-desc-full-width {
    width: auto;
}

#order-standard_cart .products .product select {
    width: 100%;
    text-overflow: ellipsis;
}

#order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected="true"],
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded="true"] {
    border-color: #dee2e6 #dee2e6 #f8f8f8;
    background-color: #f8f8f8;
}

/* ===========================
   Responsive - Tablet
   =========================== */

@media (max-width: 991px) {
    .products-table thead th,
    .products-table tbody td {
        padding: 12px 12px;
        font-size: 13px;
    }

    .plan-name {
        font-size: 14px;
    }

    .price-amount {
        font-size: 14px;
    }

    .btn-order {
        padding: 8px 16px;
        font-size: 11px;
    }

    #order-premium_comparison .includes-features ul.list-features li {
        width: 48%;
    }
}

/* ===========================
   Responsive - Mobile
   =========================== */

@media (max-width: 768px) {
    /* Switch to card-style rows on mobile */
    .products-table thead {
        display: none;
    }

    .products-table tbody tr {
        display: block;
        margin-bottom: 16px;
        border-radius: 10px;
        box-shadow: 0 2px 15px rgba(77, 77, 119, 0.12);
        overflow: hidden;
    }

    .products-table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 18px;
        text-align: right;
        border-bottom: 1px solid #eef1f5;
    }

    .products-table tbody td::before {
        content: attr(data-label);
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        color: #8a95a0;
        letter-spacing: 0.3px;
        text-align: left;
        margin-right: 15px;
        white-space: nowrap;
    }

    .products-table tbody td.td-plan {
        background: #2c3e50;
        color: #fff;
        display: block;
        text-align: left;
    }

    .products-table tbody td.td-plan::before {
        display: none;
    }

    .products-table tbody td.td-plan .plan-name {
        color: #fff;
    }

    .products-table tbody td.td-plan .plan-tagline {
        color: rgba(255,255,255,0.7);
    }

    .products-table tbody td.td-plan .featured-badge {
        background: rgba(255,255,255,0.2);
    }

    .products-table tbody td.td-order {
        padding: 16px 18px;
        justify-content: center;
        border-bottom: none;
    }

    .products-table tbody td.td-order::before {
        display: none;
    }

    .btn-order {
        width: 100%;
        text-align: center;
        padding: 12px 22px;
    }

    .products-table tbody tr.featured-row {
        border-left: none;
        border-top: 3px solid #3e81c8;
    }
}

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