.single-product .wopb-compare-btn {
    display: block;
    cursor: pointer;
    margin: 10px 0;
}
.single-product .wopb-compare-btn strong {
    margin-right: 5px;
    font-size: 16px;
}
.single-product .wopb-compare-btn span {
    display: flex;
    align-items: center;
    line-height: 1;
}
.single-product .wopb-compare-btn span:last-child {
    display: none;
}
.single-product .wopb-compare-btn.wopb-compare-active span:first-child {
    display: none;
}
.single-product .wopb-compare-btn.wopb-compare-active span:last-child {
    display: flex;
}
.single-product .wopb-compare-btn.wopb-compare-active span:last-child strong{
    font-size: 20px;
    line-height: 16px;
}
.wopb-table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto;
}
.wopb-table-responsive table {
    width: 100%;
    max-width: 100%;
}
.wopb-modal-wrap .wopb-compare-modal {
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
    background: #fff;
    overflow-y: scroll;
    max-height: 450px;
    padding: 0;
    border-radius: 4px;
}
.wopb-compare-modal table {
    min-height: 80px;
    margin: 0;
    border: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
}
.wopb-compare-modal table thead {
    background: #ededed;
}
.wopb-compare-modal table thead tr th {
    padding: 15px 15px;
    border: none;
    background-color: #f1f1f1;
}
.wopb-compare-modal table tbody {
    vertical-align: top;
}
.wopb-compare-modal table tbody tr {
    text-align: center;
}
.wopb-compare-modal table tbody tr td {
    padding: 15px 15px;
    border-width: 0 1px 1px 0;
    border-color: rgba(0, 0, 0, .08);
}
.wopb-compare-modal table tbody tr td .wopb-compare-thumbnail {
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4;
}
.wopb-compare-modal table tbody tr td .wopb-compare-thumbnail img {
    max-width: 100%;
    display: block;
    margin: 0 auto 8px;
}
.wopb-compare-modal table tbody tr td .wopb-compare-thumbnail .star-rating{
    margin: 0 auto;
    margin-top: 5px;   
}