/*your custom css goes here*/

.col-lg-3.position-static.d-none.d-lg-block {
    display: none !important;
}

.main-home-slider .carousel-box {
    height: 530px !important;
}

.slick-initialized.aiz-carousel > *, .aiz-carousel > *:first-child {
    display: block;
    border-radius: 15px;
}

.main-home-slider img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

@media (max-width: 768px) {
    .main-home-slider .carousel-box {
        height: 195px !important;
    }
    /* div#compare {
    display: none;
}
.d-none {
    display: block !important;
}

.nav-search-box {
    display: none;
}
div#wishlist {
    display: none;
} */
}