.line-1 {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.owl-carousel .owl-stage-outer {
    overflow: unset !important;
}

.listings-carousel .line-2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 36px;
}

.gallery-menu img {
    height: 130px;
}

.category-icon-box img {
    width: 45px !important;
    height: 45px !important;
}

#list-brand-location{
    margin-top: 70px;
}

@media only screen and (min-width: 1200px) {
    .custom-banner-small {
        display: block;
        object-fit: cover;
        height: 271px !important;
    }

    .custom-banner-big {
        height: 550px !important;
        display: block;
        object-fit: cover;
    }
}
