.dokan-other-vendor-camparison {
    clear: both;
    margin: 10px 0px 20px;
}

.dokan-other-vendor-camparison h3 {
    margin-bottom: 15px;
}

.dokan-other-vendor-camparison-table {
    margin:0 0;
}
.table-row {
    display: table;
    background: #FEF1E7;
    border-radius: 5px;
    border: 1px solid #edf2f7;
    padding: 20px;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 1.21px 4.851px 27px 0px rgba(202, 210, 240, 0.2);
}

.table-row.active {
    border: 1px solid #e3e3e3;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.table-cell.vendor {
    width: 40%;
}
.table-cell.price {
    width: 30%;
}
.table-cell.rating {
    width: 30%;
}
.table-cell.action-area {
    width: 20%;
    text-align: center;
}

.table-cell.vendor img{
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
}
.table-cell.vendor a{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: black;
    font-size: 20px;
    line-height: 1.2em;
    margin-left: 15px;
}
.table-cell .woocommerce-product-rating{
    margin-bottom:0 !important;
}
span.cell-title {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #82959b;
}
.table-cell .woocommerce-Price-amount{
    color: #e74c3c;
    font-size: 20px;
    line-height: 1.2em;
}

.table-cell .dokan-btn {
    padding: 5px 8px;
    font-size: 16px;
}
.table-cell .dokan-btn.link {
    color: #ffffff;
    background-color: #d35400;
}
.table-cell .dokan-btn.view {
    color: #008fd5;
}
.table-cell .dokan-btn.cart {
    color: #d35400;
}
.table-cell .dokan-btn:hover {
    background-color: #f5f7fa;
    color: inherit;
}

.dokan-theme-woodmart .dokan-btn i {
    margin-left: 5px;
    vertical-align: middle;
    line-height: 2rem;
}

.dokan-other-vendor-camparison .woocommerce-Price-amount,
.dokan-other-vendor-camparison .amount {
    display: inline-block !important;
}
.dokan-other-vendor-camparison del,
.dokan-other-vendor-camparison del bdi{
    text-decoration: line-through;
}

@media screen and (max-width: 767px){
    .table-row {
        display: block;
        padding:0;
        width: 100%;
    }
    .table-cell {
        display: block;
        width: 100% !important;
        text-align: center;
    }
    .table-cell.vendor img{
        display: block;
        margin: 30px auto;
    }
    .table-cell.vendor a{
        display: block;
        margin: 0 20px;
    }
    .table-cell.price{
        padding: 20px 0;
    }
    span.cell-title{
        display: none;
    }

    .action-area{
        border-top: 1px solid #e5edf0;
        margin-top: 20px;
        padding: 10px 0;
    }
}