.woo-products-compare-wrapper {
    margin-bottom: 30px;
    display: flex;
    border: 1px solid #ddd;
    overflow: hidden;
}

.wpc-labels-col {
    flex: 0 0 150px;
    border-right: 1px solid #ddd;
    background: #f9f9f9;
    z-index: 3;
    /* Highest priority */
    position: relative;
}

.wpc-current-product-col {
    flex: 0 0 200px;
    /* Fixed width for current product */
    border-right: 1px solid #e2e2e2;
    background: #fff;
    z-index: 2;
    position: relative;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
}

.wpc-current-label {
    display: block;
    font-size: 0.85em;
    color: #777;
    font-weight: normal;
}

.wpc-carousel-wrapper {
    flex: 1;
    min-width: 0;
}

.wpc-cell {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.wpc-labels-col .wpc-cell {
    justify-content: flex-start;
    text-align: left;
    font-weight: bold;
}

.wpc-header-cell {
    height: 220px;
    /* Increased slightly */
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid #ddd;
}

.wpc-cell:last-child {
    border-bottom: none;
}

.product-image img {
    max-height: 120px;
    width: auto;
    margin-bottom: 10px;
}

.woo-products-compare-wrapper {
    font-size: 80%;
}

.woo-products-compare-wrapper .wpc-current-product-col {
    border: 0;
}

.woo-products-compare-wrapper .wpc-carousel-wrapper {
    background-color: #f7f7f7
}

.woo-products-compare-wrapper .wpc-carousel-wrapper .owl-item {
    border-left: 1px solid #ddd;
}

.woo-products-compare-wrapper .wpc-value-cell-price {
    flex-wrap: wrap;
}

.woo-products-compare-wrapper .wpc-value-cell-price span:nth-child(1),
.woo-products-compare-wrapper .wpc-value-cell-price span:nth-child(5) {
    width: 100%;
}

.woo-products-compare-wrapper .wpc-value-cell-price span:nth-child(3) {
    padding-left: 5px;
    padding-right: 5px;
}

.woo-products-compare-wrapper .wpc-value-cell-width em,
.woo-products-compare-wrapper .wpc-value-cell-length em,
.woo-products-compare-wrapper .wpc-value-cell-height em {
    padding-right: 8px;
    font-style: normal;
    font-weight: bold;
    color: #EE7C01;
}

.wpc-carousel-wrapper .wpc-value-cell-width em,
.wpc-carousel-wrapper .wpc-value-cell-length em,
.wpc-carousel-wrapper .wpc-value-cell-height em {
    display: none;
}

@media screen and (max-width: 767px) {
    .wpc-current-product-col {
        flex: 0 0 50%;
    }
}