.compared-products-table *,
.compare-product {
    color: var(--color-text);
}

.compared-products-table {
    display: block;
    overflow-x: auto;
    max-width: 100%;
    border-right: 1px solid #e1e1e1;
    font-size: 12px;
}

.compared-products-table th,
.compared-products-table td {
    width: 170px;
    min-width: 170px;
}

.compared-products-table th:first-child,
.compared-products-table td:first-child {
    z-index: 10;
    background-color: #fff;
    position: sticky;
    left: 0;
    outline: 1px solid #ddd !important;
    border-right: none !important;
}

.compared-products-table th:first-child {
    border-bottom: none !important;
}

.compared-products-table th .compare_product__title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 80%;
    float: left;
}

.compared-products-table th>.remove-product {
    position: absolute;
    right: 8px;
    top: 8px;
    left: unset;
}

.compared-products-table td button a,
.compared-products-table td button a:hover {
    color: #fff !important;
}

.urartu-compare-empty{
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 280px;
}

.urartu-compare-empty > .urartu-compare-empty-title{
    position: relative;
    font-size: 20px;
    top: 0;
    color: var(--color-text);
	font-family: Playfair-italic;
}

.urartu-compare-empty .urartu-compare-empty-icon{
	font-size: 160px;
    color: rgba(0, 28, 85, 0.2);
}

@media screen and (max-width: 768px) {

    .compared-products-table th:first-child,
    .compared-products-table td:first-child {
        width: 100px;
        min-width: 100px;
    }

    .compared-products-table th,
    .compared-products-table td {
        width: 150px;
        min-width: 150px;
    }

}