/*===================================

              TABLES

===================================*/

/*==== DESKTOP ====*/


    .cart .add-to-cart, .cart .add-to-cart > * {
	    float: none;
    }
    .order-summary-content .cart,  .wishlist-content .cart {
	    margin-bottom: 20px;
	    width: 100%;
	    border-collapse: collapse;
	    text-align: center;
    }
    
    .order-summary-content .cart .cart-item-row td, .wishlist-content .cart .cart-item-row td {
	    border: 1px dotted #c5c5c5;
    }
    
    .order-summary-content .cart .cart-item-row .qty-input, .wishlist-content .cart .cart-item-row .qty-input {
        width: 36px;
    }
    .order-summary-content .cart .cart-item-row td.end, .wishlist-content .cart .cart-item-row td.end {
	    background: none;
	    color: green;
	    font-weight: bold;
	text-align: right;
	padding-right: 5px;
    }

    .data-table {
	    margin-bottom: 10px;
	    border-spacing: 0;
	    border-collapse: collapse;
	    empty-cells: show;
            width: 100%;
    }
    .data-table th {
	    padding: 3px 8px;
	    vertical-align: middle;
	    font-weight: bold;
    }
    .data-table td {
	    padding: 3px 8px;
    }
    .data-table th,  .data-table td {
	    border: 1px dotted #c5c5c5;
    }
    .data-table a {
        padding: 7px;
        display: inline-block;
    }
.cart-item-row-td, .sku nobr, .product-picture, .product 
{
	
	font-size: 8pt;
}
.unit-price nobr, .qty nobr, .subtotal nobr end 
{
	text-align: right;
	font-size: 8pt;
}
.product 
{
	width: 300px;	
}
    .product-specs-box .data-table {
	    background: none;
    }
    .product-specs-box .data-table,  .product-specs-box .data-table * {
	    border-color: #ccc;
    }
    .product-specs-box .data-table td {
	    padding: 5px;
    }
    .product-specs-box .data-table .odd td {
	    background: #f6f6f6;
    }

    .downloadable-products-page .data-table td {
        padding: 4px 16px;
    }

    table .product-picture img {
        max-width: none;
    }

    .footable-row-detail td {
        border: 1px dotted #c5c5c5;
    }

    .order-notes .data-table th,
    .order-notes .data-table td {
        text-align: left !important;
    }

    .go-to-page {
        display: inline-block !important;
        padding: 6px 0;
    }

/* COMPARE PRODUCTS */

    .compare-products-table {
        border-collapse: collapse;
    }
    .compare-products-table td,
    .compare-products-table-mobile td,
    .compare-products-table-mobile th {
        border: 1px solid #ddd;
        padding: 5px;
    }
    .compare-products-table td img {
        max-width: 100%;
        max-height: 100%;
    }
    .compare-products-table .remove-button {
    }


@media all and (min-width: 981px) {

    .compare-products-table-mobile {
	    display: none;
    }

}

@media all and (max-width: 980px) {

    .compare-products-table {
	    display: none;
    }

}



/*==== RESPONSIVE ====*/

@media all and (max-width: 360px) {

    .section.shipments .data-table th {
        
    }

}

    /* footable custom css */

    .footable-row-detail {
        text-align: left;
    }
    .footable-first-column {
    }
 
    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;
    }
    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 */

@media all and (max-width: 980px) {

    .compare-products-table-mobile .item-count {
        display: none;
    }

}

@media all and (max-width: 841px) {

    .order-summary-content .cart .item-count,
    .section.shipments .data-table .item-count {
        display: none;
    }

}

@media all and (max-width: 864px) {

    .checkout-data .cart .item-count {
        display: none;
    }

}

@media all and (max-width: 824px) {
    .wishlist-page .cart .item-count {
        display: none;
    }
}

@media all and (max-width: 636px), screen and (min-width: 769px) and (max-width: 872px) {

    .downloadable-products-page .data-table .item-count {
        display: none;
    }

}

@media all and (max-width: 643px) {

    .return-request-page .data-table .item-count,
    .section.products .data-table .item-count {
        display: none;
    }

}

@media all and (max-width: 554px) {

    .reward-points-history .data-table .item-count {
	    display: none;
    }

}