
/* CART, DATA-TABLE, FORUMS */

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin-bottom: 20px;
}
.cart th, .data-table th,
.forums-table-section th {
	border-width: 4px 1px 0;
	border-style: solid;
	border-color: #ddd #eee transparent;
	background: #eee;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
	white-space: nowrap;
}
.cart th:first-child, .data-table th:first-child,
.forums-table-section th:first-child {
	border-left-color: #ddd;
}
.cart th:last-child, .data-table th:last-child,
.forums-table-section th:last-child {
	border-right-color: #ddd;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
}
.cart tr td:first-child, .data-table tr td:first-child,
.compare-products-table tr td:first-child {
	text-align: center;
}
.cart a, .data-table a,
.forums-table-section a {
	font-weight: bold;
	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: #836;
	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 {
	background: #f6f6f6;
}

/* ACCOUNT TABLES */

.downloadable-products-page .data-table *,
.back-in-stock-subscription-list-page .data-table * {
	text-align: center;
}
.order-details-page .order-notes td:first-child {
	width: 120px;
	min-width: 80px;
	text-align: left;
}
.reward-points-page .data-table td.date {
	width: 120px;
	min-width: 80px;
}
.downloadable-products-page .data-table .product,
.back-in-stock-subscription-list-page .data-table .product,
.reward-points-page .data-table th.message,
.forum-subscriptions-page .data-table * {
	text-align: left;
}

/* COMPARE PRODUCTS */

.compare-products-table td,
.compare-products-table-mobile td {
	vertical-align: top;
}
.compare-products-table .overview p:first-child {
	margin-bottom: 10px;
}
.compare-products-table .overview p:last-child {
	position: relative;
	max-width: 200px;
	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 all and (min-width: 981px) {
	
.compare-products-table-mobile {
	display: none;
}
}

@media all and (max-width: 980px) {
	
.compare-products-table {
	display: none;
}
}


/* ********** RESPONSIVE ********** */



.go-to-page {
	display: inline-block !important;
	padding: 5px 0;
	min-width: 100px;
}
.footable-row-detail {
	text-align: left;
}
.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 {
	display: table-cell;
	padding: 5px 15px 10px 0;
}
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 {
	display: block;
	min-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;
}

/* hidding item counter in different tables */

.compare-products-table-mobile .item-count {
	display: none;
}

@media all and (max-width: 809px) {

.order-summary-content .cart .item-count,
.wishlist-page .cart .item-count {
	display: none;
}
}

@media all and (max-width: 612px) {

.downloadable-products-page .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 517px) {

.reward-points-history .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 646px) {

.return-request-page .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 657px) {

.section.products .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 915px) {

.section.shipments .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 980px) {

.compare-products-table-mobile td:first-child {
	vertical-align: middle;
}	
.compare-products-table-mobile p {
	display: none;
}
}