/* ---- Mini Desktops ---- */
@media only screen and (min-width: 1200px) and (max-width: 1366px) {

}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {

}

@media only screen and (min-width: 992px) and (max-width: 1023px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (max-width: 1400px) {
    body.elementor-page .proCatImage img {
        height: 330px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1400px) {
}

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

}

@media only screen and (min-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
}

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

    body.elementor-page .proCatImage img {
        height: 330px;
    }

    .productCategoryWrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .productCategoryWrapper .proCatItem {
        grid-column: auto;
    }


}

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

}

/*---- Ipad Landscape ----*/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
}

/*---- Ipad Portrait ----*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}

/*---- Mobile All Portrait ----*/
@media only screen and (max-width: 767px) and (orientation:portrait) {
}

/*---- Mobile All Landscape ----*/
@media only screen and (max-width: 767px) and (orientation:landscape) {
}

/*---- Mobile All Portrait + Landscape ----*/
@media only screen and (max-width: 767px) {
    .productCategoryWrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    body.elementor-page .proCatImage img {
        height: 226px;
    }
}