.fable-extra-woocompare-list.loading,
.fable-extra-woocompare-widget-wrapper.loading {
    position: relative
}

.fable-extra-woocompare-list.loading .fable-extra-wc-compare-wishlist-loader,
.fable-extra-woocompare-widget-wrapper.loading .fable-extra-wc-compare-wishlist-loader {
    display: block
}

.fable-extra-woocompare-list .fable-extra-wc-compare-wishlist-loader,
.fable-extra-woocompare-widget-wrapper .fable-extra-wc-compare-wishlist-loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0
}

.fable-extra-woocompare-list .fable-extra-wc-compare-wishlist-loader>*,
.fable-extra-woocompare-widget-wrapper .fable-extra-wc-compare-wishlist-loader>* {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.fable-extra-woocompare-table {
    width: 100%;
    min-width: 100%;
    table-layout: fixed
}

.fable-extra-woocompare-table.tablesaw {
    min-width: 0
}

.fable-extra-woocompare-row {
    background: rgba(0, 0, 0, 0.02);
	border-bottom: 1px solid #e1e1e1;
}

thead+.fable-extra-woocompare-row {
    background: none
}

.fable-extra-woocompare-row:nth-child(odd) {
    background: none
}

.fable-extra-woocompare-cell {
    width: auto;
    position: relative;
    background: rgba(0, 0, 0, 0.02)
}

.fable-extra-woocompare-cell:nth-child(odd) {
    background: none
}

.fable-extra-woocompare-cell p {
    margin: 0;
    padding: 0
}

.fable-extra-woocompare-remove {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    color: #d42f2f;
    text-align: center;
    line-height: 17px;
    font-size: 17px
}

.fable-extra-woocompare-remove:hover {
    color: #a42424
}

.fable-extra-woocompare-heading-cell {
    width: 100px
}

button.fable-extra-woocompare-button,
.woocommerce button.fable-extra-woocompare-button {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.fable_extra_woocompare_product_actions_tip,
.fable_extra_woocompare_product_actions_tip .text {
    min-width: 0;
    display: block
}

.fable_extra_woocompare_product_actions_tip .text {
    text-overflow: ellipsis;
    overflow: hidden
}

.fable-extra-woocompare-widget-product {
    position: relative;
    margin: 0 0 20px
}

.compare-count:before {
    content: ' ';
}
/* .page-template-template-homepage span.fable_extra_woocompare_product_actions_tip, */
/* .post-type-archive-product span.fable_extra_woocompare_product_actions_tip, */
/* span.fable_extra_woocompare_product_actions_tip{ */
    /* display: none; */
/* } */

/* span.fable_extra_woocompare_product_actions_tip { */
    /* display: none; */
/* } */
a.button.compare-btn.compare.in_compare.compare-btn-single {
    display: none !important;
}

a.button.compare-btn.compare.in_compare .text {
    color: var(--wf-main-color);
}

.compare-btn-single span.fable_extra_woocompare_product_actions_tip {
    display: block;
}

a.compare-btn-single.button:after {
    content: "\f021";
    color: var(--wf-secondary-color);
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
}

.woocommerce a.compare.button:hover:after,
.woocommerce a.compare.button:focus:after {
    color: #fff;
}