/* 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%;
    right: 50%;
    width: 32px;
    height: 32px;
    margin: -16px -16px 0 0;
    overflow: hidden;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.footable-row-detail {
    text-align: right;
}

.footable-row-detail-cell {
    text-align: right !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: 15px 10px;
    font-weight: 700;
}

.footable-row-detail-value {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

    .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%;
        right: 50%;
        font-size: 14px;
        margin-top: -8px;
        margin-right: -7px;
    }

.footable-detail-show .footable-toggle:before {
    content: "B";
}

.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;
    }
}
