/*===== DESKTOP =====*/

    .cart, .data-table, .forums-table-section table {
	    width: 100%;
	    margin-bottom: 20px;
	    border-spacing: 0;
	    background: url('../img/separator.png') bottom repeat-x;
	    padding-bottom: 20px;
    }
    .cart th, .data-table th, .forums-table-section th {
	    border-left: 1px dotted #666;
	    background: #333;
	    padding: 6px 10px;
	    white-space: nowrap;
	    color: #bc3;
    }
    .cart td, .data-table td, .forums-table-section td {
	    border-width: 1px;
	    border-style: dotted;
	    border-color: #ccc transparent transparent #ccc;
	    background: #fff;
	    padding: 10px;
    }
    .cart th:first-child, .cart td:first-child,
    .data-table th:first-child, .data-table td:first-child {
	    border-left: none;
    }
    .cart a, .data-table a, .forums-table-section a {
	    font-size: 14px;
    }
    .cart a:hover, .data-table a:hover, .forums-table-section a:hover {
	    color: #680;
    }
    .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;
    }

    .shopping-cart-page .cart th:nth-child(3),
    .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;
    }

@media screen and (max-width: 480px) {

    table img {
        max-width: 100%;
    }

}

/* PRODUCT SPECS BOX */

    .product-specs-box .data-table {
	    background: none;
    }
    .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 {
	    background: #f6f6f6;
    }
    .ui-tabs .product-specs-box {
	    margin-bottom: 0;
    }
    .ui-tabs .product-specs-box .data-table {
	    margin-bottom: 0;
	    background: none;
	    padding-bottom: 0;
    }
    .ui-tabs .product-specs-box .data-table td {
	    color: #555;
    }

/* DOWNLOADABLE, BACKinSTOCK, FORUMSUBS */

    .downloadable-products-page .data-table * {
	    text-align: center;
    }
    .downloadable-products-page .data-table *:nth-child(3) {
	    text-align: left;
    }
    .back-in-stock-subscription-list-page .data-table th:nth-child(2) {
	    text-align: left;
    }

/* COMPARE PRODUCTS */

    .compare-products-table {
	    width: 100%;
	    border-collapse: collapse;
    }
    .compare-products-table td {
	    border: 1px dotted #ccc;
	    padding: 8px;
    }
    .compare-products-table .product-image {
	    text-align: center;
    }
        .compare-products-table .product-image a {
            display: block;
        }
        .compare-products-table .product-image img {
            max-width: 100%;
        }
    .compare-products-table .product-name td {
	    background: #f6f6f6;
	    padding: 10px 8px;
    }
    .compare-products-table .product-price td {
	    color: #c00;
    }
    .compare-products-table .product-price td:first-child {
	    color: #666;
    }
    .compare-products-table a:hover {
	    color: #680;
    }

@media screen and (min-width: 981px) {

    .compare-products-table-mobile {
	    display: none;
    }

}

@media screen and (max-width: 980px) {

    .compare-products-table {
	    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-name {
        padding: 5px 15px 10px 0;
    }
    .footable-row-detail-cell {
        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;
    }

/* 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 (max-width: 660px) {

    .downloadable-products-page .data-table .item-count,
    .return-request-page .data-table .item-count,
    .order-details-page .data-table .item-count {
        display: none;
    }

}

@media screen and (max-width: 980px) {

    .section.shipments .data-table .item-count {
        display: none;
    }

}