.tp-woo-compare .tp-woo-compare-count-wrapper .tp-woo-compare-count {
        width: 16px;
    height: 16px;
    top: 1px;
    right: -4px;
    padding: 3px;
    font-size: 10px !important;
}

#yith-woocompare table.compare-list tbody th:not(.filler) {
    min-width: 0 !important;
    width: auto !important;
}

#yith-woocompare table.compare-list tbody .product_info.odd th,
#yith-woocompare table.compare-list tbody .product_info.odd td,
#yith-woocompare table.compare-list tbody .product_info.odd .image-wrap,
#yith-woocompare table.compare-list tbody .product_info.odd .product-anchor,
#yith-woocompare table.compare-list tbody .product_info.odd .product-anchor img {
    background: #fff !important;
}
    #yith-woocompare table.compare-list tbody .product_info.odd .product_title {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
    }

table.compare-list .image-wrap .image-overlay {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    right: 0;
    bottom: 0;
    background: rgb(239 1 1);
    line-height: normal;
}
    table.compare-list .image-wrap:hover .image-overlay {
        
        background: #000066;
    }
table.compare-list .image-wrap:hover .image-overlay .remove a,
table.compare-list .image-wrap:hover .image-overlay .remove a {
    display: block;
    background: none !important;
    font-size: 0;
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

table.compare-list .image-wrap:hover .image-overlay .remove a:after {
    content: "X";
    font-size: 16px;
    color: #fff;

}

#yith-woocompare .remove a:hover  {
    color: #fff;
}

table.compare-list .image-wrap .image-overlay a{
    font-size: 0; 
}

table.compare-list .image-wrap .image-overlay a span.remove {
    font-size: 16px; 
    color: #fff;
}

#yith-woocompare table.dataTable.compare-list:not(.compact) tbody td {
    padding-inline: 10px;
}
#yith-woocompare table.compare-list td:not(.filler) {
    min-width: 0;
    width: auto;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

.call-to-purchase {
       background-color: #FE8C24 !important;
    color: #fff !important;
    padding: 12px 24px !important;
    display: inline-block !important;
    border-radius: 6px !important;
    text-align: center !important;
}

table.compare-list .image-wrap {
    /* max-width: 285px !important; */
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}