.compare-grid {
    display: flex;
    gap: 0px;
    overflow-x: auto;
    margin-top: 20px;
}

.compare-sidebar {
    flex-shrink: 0;
    width: 290px;
	margin-top:190px;
}

.compare-label {
    padding: 10px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.compare-products {
    display: flex;
    gap: 0px;
}

.compare-product {
    min-width: 320px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.compare-product img {
    width: 290px;
    height: 190px !important;
	object-fit:cover;
	border-radius:25px !important;
	align-self: flex-start;
}

.compare-value {
    padding: 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
    text-align: start;
}

.remove-from-compare.comparelist {
    position: absolute;
    top: 10px;
    right: 40px;
    background: white;
    border: none;
    cursor: pointer;
}


.compare-label[data-id="product-price"]::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/05/price-tag-euro-svgrepo-com.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px; 
    height: 12px;
    display: inline-block;
    margin-right: 5px; 
}

.compare-label[data-id="Interior Colour"]::before , .compare-label[data-id="Εσωτερικό χρώμα"]::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/03/Asset-39.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px; 
    height: 12px;
    display: inline-block;
    margin-right: 5px; 
}
.compare-label[data-id="Colour"]::before , .compare-label[data-id="Χρώμα"]::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/03/Asset-38.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px; 
    height: 12px;
    display: inline-block;
    margin-right: 5px; 
}
.compare-label[data-id="Location"]::before , .compare-label[data-id="Τοποθεσία"]::before{
    content: "";
    background-image: url('/wp-content/uploads/2025/03/Asset-37.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px; 
    height: 12px;
    display: inline-block;
    margin-right: 5px; 
}
.compare-label[data-id="Engine Size"]::before , .compare-label[data-id="Κυβισμός"]::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/03/Asset-30.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px; 
    height: 12px;
    display: inline-block;
    margin-right: 5px; 
}

.compare-label[data-id="Transmission"]::before , .compare-label[data-id="Κιβώτιο"]::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/03/Asset-36.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px; 
    height: 12px;
    display: inline-block;
	margin-right: 5px; 
}

.compare-label[data-id="Mileage"]::before , .compare-label[data-id="Χιλιόμετρα"]::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/03/Asset-35.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px; 
    height: 12px;
    display: inline-block;
	margin-right: 5px; 
}

.compare-label[data-id="Fuel Type"]::before , .compare-label[data-id="Καύσιμο"]::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/03/Asset-34.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px; 
    height: 12px;
    display: inline-block;
	margin-right: 5px; 
}

.compare-label[data-id="Year"]::before , .compare-label[data-id="Χρονολογία"]::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/03/Asset-33.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px; 
    height: 12px;
    display: inline-block;
	margin-right: 5px; 
}

.compare-label[data-id="Body"]::before , .compare-label[data-id="Αμάξωμα"]::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/03/Asset-32.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px; 
    height: 12px;
    display: inline-block;
	margin-right: 5px; 
}

.compare-label[data-id="Drive Type"]::before , .compare-label[data-id="Μετάδοση"]::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/03/Asset-31.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px; 
    height: 12px;
    display: inline-block;
	margin-right: 5px; 
}


.add-to-compare .wishlist-icon , .remove-from-compare .wishlist-icon {
	width:10px ;
	height:10px !important;
}


.add-to-compare , .remove-from-compare{
	padding: 7px;
    height: auto;
    display: flex;
    background-color: white;
    border-radius: 50px;
    border: none;
}

.add-to-compare:hover , .remove-from-compare:hover , .add-to-compare:focus , .remove-from-compare:focus{
	    background-color: white;
}

@media(max-width:767px){
	.compare-label span{
		display:none !important;
	}
	.compare-sidebar {
    flex-shrink: 0;
    width: auto;
}
}