/*===== DESKTOP =====*/

    .cart, .data-table,
    .compare-products-table,
    .forums-table-section table {
        margin-bottom: 20px;
        border: 0;
    }
    .cart th, .data-table th,
    .forums-table-section th {
        background: #333;
        padding: 8px 10px;
        white-space: nowrap;
        color: #eee;
    }
    .cart td, .data-table td,
    .compare-products-table td,
    .forums-table-section td {
        border: 1px solid #bbb;
        border-bottom: none;
        padding: 10px;
    }
    .cart tr > *:first-child,
    .data-table tr > *:first-child,
    .compare-products-table tr > *:first-child,
    .forums-table-section tr > *:first-child {
        border-left: none;
        text-align: left !important;
    }
    .cart tr > *:last-child,
    .data-table tr > *:last-child,
    .compare-products-table tr > *:last-child,
    .forums-table-section tr > *:last-child {
        border-right: none;
    }
    .cart a, .data-table a,
    .forums-table-section a {
        font-weight: bold;
        font-style: italic;
        color: #333;
    }
    .cart a:hover, .data-table a:hover,
    .forums-table-section a:hover {
        color: #000;
        text-decoration: underline;
    }
    .cart .remove-from-cart,
    .cart .add-to-cart {
        text-align: center;
    }
    .cart .qty input {
        width: 50px;
    }
    .cart .unit-price {
        white-space: nowrap;
    }
    .cart .subtotal {
        color: #c00;
        white-space: nowrap;
    }

    .checkout-page .cart th:nth-child(2) {
        text-align: left;
    }

    .order-details-page .data-table th {
        text-align: left;
    }
    .order-details-page .data-table a {
        font-style: normal;
    }

/* PRODUCT SPECS BOX */

    .product-specs-box .data-table td {
        padding: 5px;
    }
    .product-specs-box .data-table td:first-child {
        width: 150px;
    }
    .product-specs-box .data-table .odd td {

    }
    .ui-tabs .product-specs-box .data-table {
        box-shadow: none;
    }
    .ui-tabs .product-specs-box .data-table td {
        border-top-color: #fff;

    }

/* DOWNLOADABLE, BACKinSTOCK, FORUMSUBS */

    .downloadable-products-page .data-table *,
    .back-in-stock-subscription-list-page .data-table * {
        text-align: center;
    }
    .downloadable-products-page .data-table .product,
    .back-in-stock-subscription-list-page .data-table .product,
    .forum-subscriptions-page .data-table th:nth-child(2n) {
        text-align: left !important;
    }

/* COMPARE PRODUCTS */

    .compare-products-table td {
        border: 1px dotted #ccc;
        vertical-align: top;
    }
    .compare-products-table .overview p:first-child {
        margin-bottom: 10px;
    }
    .compare-products-table .overview p:last-child {
        position: relative;
        height: 200px;
        margin: 0 auto;
        overflow: hidden;
    }
    .compare-products-table .overview img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }
    .compare-products-table .product-name td {
        background: #f6f6f6;
    }
    .compare-products-table .product-price td {
        color: #c00;
    }
    .compare-products-table .product-price td:first-child {
        color: #666;
    }
    .compare-products-table a {
        font-weight: bold;
        color: #333;
    }
    .compare-products-table a:hover {
        color: #000;
        text-decoration: underline;
    }

@media screen and (min-width: 981px) {

    .compare-products-table-mobile {
        display: none;
    }

}



/*==== RESPONSIVE ====*/

    .go-to-page {
        display: inline-block !important;
        padding: 6px 0;
        min-width: 87px;
    }

    /* footable custom css */

    .footable-row-detail {
        text-align: left;
        border-top: 1px solid #bbb;
    }
    .footable-first-column {
        font-size: 0 !important;
    }
        .footable-first-column .item-count {
            font-size: 13px !important;
        }
    div.footable-row-detail-row {
        display: table-row;
    }
    div.footable-row-detail-name {
        padding: 5px 15px 10px 0;
        display: table-cell;
    }
    div.footable-row-detail-value {
        display: table-cell;
    }
    .footable-row-detail-cell {
        border-top: none !important;
        border-bottom: 1px solid #999 !important;
        text-align: left !important;
    }
    .footable-row-detail-inner * {
        text-align: left !important;
    }
    table.footable.breakpoint > tbody > tr > td > span.footable-toggle {
        width: 16px;
        height: 16px;
        padding-right: 0;
        overflow: hidden;
        display: inline-block;
    }

/* toggle style change */

    .footable-toggle {
        background: url(../img/table-plus.png) no-repeat center;
    }
        .footable-detail-show .footable-toggle {
            background: url(../img/table-minus.png) no-repeat center;
        }
    .footable-toggle:before {
        display: none !important;
    }



/* hidding item counter in different tables */

    .compare-products-table-mobile .item-count {
        display: none;
    }

@media screen and (max-width: 980px) {

    .order-summary-content .cart .item-count,
    .wishlist-page .cart .item-count {
        display: none;
    }
    .compare-products-table {
        display: none;
    }

}

@media screen and (min-width: 769px) and (max-width: 980px), 
       screen and (max-width: 628px) {

    .downloadable-products-page .data-table .item-count {
        display: none;
    }

}

@media screen and (max-width: 628px) {

    .return-request-page .data-table .item-count {
        display: none;
    }

}

@media screen and (max-width: 660px) {

    .order-details-page .data-table .item-count {
        display: none;
    }

}

@media screen and (max-width: 980px) {

    .section.shipments .data-table .item-count {
        display: none;
    }

}


.data-table {
    font: normal 16px/200% Roboto, sans-serif !important;
    overflow: hidden !important;
}

.product-specs-box td,
.product-specs-box th {
    padding: 10px 0px !important;
}

.product-specs-box td,
.product-feats-box td {
    color: #807F7A !important;
    font-size: 16px !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #C4C2BF !important;
    border-left: 0 !important;
    font-weight: normal !important;
}

.datagrid table tbody td:first-child {
    border-left: none !important;
}

.datagrid table tbody tr:last-child td {
    border-bottom: none !important;
}
.topic-page {
float:none!important;
}