﻿/* FOOTABLE CUSTOM CSS */
.footable-first-column {
  text-align: center;
}
td.footable-first-column {
  position: relative;
  background: transparent !important;
  /*Firefox relative cell bug fix*/
}
.footable-first-column .item-count {
  font-size: 13px !important;
  font-weight: 700;
}
.footable > tbody > tr > td > span.footable-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  overflow: hidden;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.footable-row-detail {
  text-align: left;
}
.footable-row-detail-cell {
  text-align: left !important;
  background: #f8f8f8 !important;
  border-top: 0 !important;
  padding: 15px !important;
}
.footable-row-detail-row {
  display: table-row;
}
.footable-row-detail-name {
  display: table-cell;
  vertical-align: middle;
  padding: 9px 10px;
  font-weight: 700;
}
.footable-row-detail-value {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.footable-row-detail-value input[type="checkbox"]#remove-checkbox + label[for=remove-checkbox],
.footable-row-detail-value .qty-wrap,
.footable-row-detail-value .select-wrap {
  margin: 0;
}
.footable-toggle {
  position: relative;
}
.footable-toggle:before {
  content: 'A';
  font-family: icons;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  margin-top: -8px;
  margin-left: -7px;
}
.footable-detail-show .footable-toggle:before {
  content: 'B';
}
/*.w980 .footable-toggle,
.default .footable-toggle {
  display: none !important;
}*/
@media(min-width:1381px){
    .w980 .footable-toggle,
.default .footable-toggle {
  display: none !important;
}
}
.compare-products-table-mobile .item-count,
.downloadable-products-page .data-table .item-count {
  display: none;
}
.wishlist-page .cart .footable-toggle:before,
.shopping-cart-page .cart .footable-toggle:before {
  display: block !important;
}
@media all and (min-width: 981px) {
  .mobile .wishlist-page .cart .footable-toggle,
  .mobile .shopping-cart-page .cart .footable-toggle {
    display: none !important;
  }
}
@media all and (min-width: 1398px) {
  .wishlist-page .cart .footable-toggle,
  .shopping-cart-page .cart .footable-toggle {
    display: none !important;
  }
}
