@media only screen and (max-width: 1440px){
    .h-600 {
        height: 530px;
    }
    .h-285 {
        height: 250px;
    }
    .h-235 {
        height: 210px;
    }
    .h-500 {
        height: 450px;
    }
}

.d-homePage-none {
    display: none !important;
}
.d-homePage-block {
    display: block !important;
}

.aiz-category-menu .sub-cat-menu {
    width: calc(13%) !important;
    height: calc(65vh) !important;
    top: 100% !important;
    left: auto !important;
    scrollbar-width: none;
}

.card-columns {
    column-count: 1;
    white-space: normal;
}

.sub-main-menu {
    background: none !important;
    margin-left: 0px !important;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sub-main-menu {
    background: none !important;
    margin-left: 0px !important;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.child-category-links {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.child-category-links:hover {
    background-color: #f5f5f5;
    transition: 50ms ease-in-out;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

