﻿.footable td label{
    display:none;
}
.cart, .data-table {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.cart th, .data-table th {
	border-top: 1px solid #ddd;
	background: rgb(219,219,219);
    background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(251,251,251,1) 100%);
    background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(251,251,251,1) 100%);
    background: linear-gradient(to bottom, rgb(230, 230, 230) 0%,rgb(251, 251, 251) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#е6е6е6', endColorstr='#f0f0f0',GradientType=0 );
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
    line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-shadow: 0 0 5px #fff;
	white-space: nowrap;
    text-align: center;
}

.cart td, .data-table td {
	border: 1px dotted #ccc;
	border-right: none;
	padding: 10px;
    height: 22px;
    text-align: center;
}

.data-table .subject,
.data-table .info,
.data-table .message,
.data-table .product,
.data-table .name {
    text-align: left;
}


.cart .cart-item-row,
.cart .cart-header-row {
    text-align: center;
}

.cart .cart-header-row .product,
.cart .cart-item-row .product {
    text-align: initial;
}
.cart td:first-child,
.data-table td:first-child {
	border-left: none;
	text-align: center;
}
.cart .attributes,
.data-table .attributes {
	margin: 0;
	border: none;
    word-break: break-all;
}
.data-table .price,
.data-table .total {
    white-space: nowrap;
}
.data-table a:hover {
	text-decoration: underline;
}

.cart td.add-to-cart {
	text-align: center;
}
.cart td img {
	width: 80px;
    max-width: none;
}

.cart td.product a {
	font: italic bold 15px "Times New Roman", Times, serif;
	color: #333;
}
.cart td.product a:hover {
	color: #b68c65;
}
.cart input[type="text"] {
	width: 42px;
    height: 32px;
	padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.cart select {
    box-shadow: inset 0 0 10px #ddd;
}

.cart .product-unit-price {
	font-weight: bold;
	color: #b68c65;
    white-space: nowrap;
}
.cart .product-subtotal {
	font-weight: bold;
	color: #c30;
    white-space: nowrap;
}
    .cart .sku {
        word-break: break-all;
    }
.order-notes .data-table th, 
.order-notes .data-table td {
    text-align: left !important;
}

.forum-subscriptions-page .data-table,
.subscription-list .data-table {
	margin: 10px 0;
}
.selected-shipping-method {
    display: block;
}
.order-details span{
    display: block;
}
.order-details-page .quantity,
.order-details-page .total,
.order-details-page .price {
    text-align: center;
}
.compare-products-table-mobile{
    text-align: center;
}
.go-to-page {
    display: inline-block !important;
    padding: 6px 0;
    font-size: 13px !important;
    min-width: 92px;
}
/* styles for mobile forum tables */
.forums-table-section .latest-post{
    min-width:150px;
}
.forums-table-section .forum-details,
.forums-table-section .topic-details{
    min-width:300px;
}
.forums-table-section .table-wrapper{
    overflow-x:auto;
}

.checkout-data th,
.wishlist-content .cart,
.wishlist-content .cart th,
.shopping-cart-page th,
.opc th {
    background: transparent;
    border: none;
    box-shadow: none;
}

.checkout-data table,
.shopping-cart-page table {
    background: transparent;
}




/* COMPARE PRODUCTS DESKTOP VERSION */

.compare-products-page table input[type="button"] {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(205,205,205,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(205,205,205,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(205,205,205,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    background-size: 100% 200%;
    background-position: top;
	box-shadow: inset 0 1px 0 #f6f6f6;
	padding: 7px 10px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
    transition: all .2s ease;
}

@media all and (max-width: 980px) {

    .compare-products-table {
        display: none;
    }

}

@media all and (min-width:770px) and (max-width:920px) {
    .recurring-payments-box .item-count {
        display: none;
    }
}

@media all and (max-width:690px) {
    .recurring-payments-box .item-count {
        display: none;
    }

}


@media all and (min-width: 981px) {

    .compare-products-table-mobile {
        display: none;
    }

    .compare-products-table {
	    border: 1px solid #ddd;
	    background: #fff;
	    box-shadow: inset 0 0 10px #ddd;
        display: table;
    }
    .compare-products-table td {
	    padding: 5px 10px;
	    vertical-align: top;
	    border-left: 1px dotted #ccc;
    }
    .compare-products-table td:first-child {
	    border-left: none;
	    font-size: 11px;
	    font-weight: bold;
	    color: #333 !important;
    }
    .compare-products-table tr:first-child td {
	    background: #f3f3f3;
	    padding: 10px;
	    border-bottom: 1px dotted #ddd;
    }
    .compare-products-table td img {
	    width: 150px;
	    border: 1px solid #ddd;
        max-width: 100%;
        max-height: 100%;
    }
    .compare-products-table .product-name td {
	    border-bottom: 1px dotted #ddd;
	    padding: 10px;
    }
    .compare-products-table .product-name a {
	    font: italic bold 15px "Times New Roman", Times, serif;
	    color: #333;
    }
    .compare-products-table .product-name a:hover,
    .compare-products-table .product-price td {
	    color: #b68c65;
    }

}



/*==== RESPONSIVE ====*/

@media all and (max-width: 360px) {

    .section.shipments .data-table th {
        font-size: 11px;
    }

}

    /* footable custom css */

    .footable-row-detail {
        text-align: left;
    }
    .footable-first-column {
        width: 20px !important;
        text-align: center;
    }
    .footable-first-column > div,
    .footable-first-column .item-count {
        font-size: 12px !important;
        vertical-align: middle;
    }
     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(../img/table-plus.png) no-repeat center;
        vertical-align: middle;
    }
    .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 */



@media all and (max-width: 980px) {

    .compare-products-table-mobile .item-count,
    .order-summary-content .cart .item-count,
    .order-details-page .data-table .item-count,
    .wishlist-page .cart .item-count,
    .section.shipments .data-table .item-count {
        display: none;
    }

    
    .downloadable-products-page .data-table .item-count {
        display: none;
    }

}

@media all and (max-width: 735px) {

    .return-request-page .data-table .item-count {
        display: none;
    }

}

@media all and (max-width: 686px) {

    .section.products .data-table .item-count {
        display: none;
    }

}

@media all and (max-width: 598px) {

    .reward-points-history .data-table .item-count {
	    display: none;
    }

}