/*===== DESKTOP =====*/

    .cart {
	    margin-bottom: 20px;
    }
    .cart th {
	    padding: 10px;
	    font-size: 14px;
	    font-weight: bold;
	    white-space: nowrap;
    }
    .cart td {
	    background: #fff;
	    border: 1px solid #ccc;
	    padding: 10px;
	    text-align: center;
    }
    .cart td.product {
	    text-align: left;
    }
    .cart td.product a {
	    font-weight: bold;
    }
    .cart .qty-input {
	    width: 40px;
	    border: 1px solid #d6d6d6;
    }

    .data-table {
	    margin-bottom: 20px;
	    background: #fff;
    }
    .data-table th {
	    background: #000;
	    padding: 3px 8px;
	    text-align: left;
	    color: #fff;
	    font-weight: bold;
	    white-space: nowrap;
    }
    .data-table td {
	    border-bottom: 1px solid #d6d6d6;
	    padding: 3px 8px;
    }
    .data-table .odd {
	    background: #fff;
    }
    .data-table .even {
	    background: #e6e6e6;
    }

    .order-details-page .data-table {
	    background: #ececec;
    }
    .order-details-page .data-table td {
	    padding: 5px 8px;
    }
    .return-request-page .data-table select {
	    width: 80px;
    }

/* PRODUCT SPECS BOX */

    .product-specs-box .data-table {
	    border: none;
	    background: #e6e6e6;
    }
    .product-specs-box .data-table td {
	    border-bottom: solid 1px #d6d6d6;
    }

/* DOWNLOADABLE, BACKinSTOCK, FORUMSUBS */



/* COMPARE PRODUCTS */

    .compare-products-table {
	    margin-top: 10px;
    }
    .compare-products-table tr {
	    float: none;
    }
    .compare-products-table td {
	    border: 1px solid #d6d6d6;
	    padding: 10px;
	    vertical-align: top;
    }
    .compare-products-table td img {
	    max-width: 100%;
        max-height: 100%;
    }
    .compare-products-table .button-2 {
	    display: block;
	    margin-bottom: 10px;
    }

@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 {
    }
        .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 {
        text-align: left !important;
    }
    .footable-row-detail-inner * {
        text-align: left !important;
    }
    table.footable.breakpoint > tbody > tr > td > span.footable-toggle {
        min-width: 16px;
        height: 16px;
        padding-right: 0;
        overflow: hidden;
        display: block;
    }

/* toggle style change */

    .footable-toggle {
        background: url(../images/table-plus.png) no-repeat center;
    }
        .footable-detail-show .footable-toggle {
            background: url(../images/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: 645px) {

    .downloadable-products-page .data-table .item-count {
        display: none;
    }
        .downloadable-products-page .data-table td {
            padding: 8px;
        }

}

@media screen and (max-width: 662px) {

    .return-request-page .data-table .item-count,
    .order-details-page .data-table .item-count {
        display: none;
    }
        .return-request-page .data-table td,
        .order-details-page .data-table td {
            padding: 8px;
        }


}

@media screen and (max-width: 980px) {

    .section.shipments .data-table .item-count {
        display: none;
    }

}

@media screen and (max-width: 534px) {

    .reward-points-history .data-table .item-count {
	    display: none;
    }

}