﻿body {
}

/*----- For all mobile device - common mobile css -----*/
@media only screen and (min-width:320px) and (max-width:480px) {

    .logo-header img {
        height: 70px;
    }

    .shop-category-section {
    }
        .shop-category-section .card-container {
             padding-left: 4px;
            padding-right: 4px;
        }

        .shop-category-section .shop-card.style-7 .dz-content .title {
            font-size: 12px;
        }

        .shop-category-section .shop-card.style-7 .dz-content {
            height:75px;
        }

    .age-category{

    }

        .age-category .shop-card.style-7 .dz-content {
            height: 60px;
        }

    .about-banner{
        min-height:auto;
    }
    

}
/*-------- common mobile css End ---------- */

/*Mobile - Small*/
@media only screen and (min-width:320px) and (max-width:374px) {
}

@media only screen and (max-width: 360px) {
}

/*for samsung galaxy s8+*/
@media only screen and (min-width : 340px) and (max-width : 364px) {
}

/*Mobile - Medium */
@media only screen and (min-width : 375px) and (max-width:384px) {
}

@media only screen and (min-width : 376px) and (max-width:399px) {
}

/*for Mobile - Large*/
@media only screen and (min-width : 400px) and (max-width:480px) {
}

/* ------- All Tab size ------- */
@media only screen and (min-width:481px) and (max-width:920px) {
}

/* ------- Tab size 1 ------- */
@media only screen and (min-width:481px) and (max-width:759px) {
}

/* ------- Tab size 2 ------- */
@media only screen and (min-width:760px) and (max-width:819px) {
}

/* ------- Tab size 3 ------- */
@media only screen and (min-width:820px) and (max-width:920px) {
}

/*---- bootstrap lg code ----*/
@media (min-width: 992px) {
}

/*---- bootstrap xl code ----*/
@media (min-width: 1200px) {
}

/*for large screen laptop*/
@media only screen and (min-width : 1365px) and (max-width:1440px) {
}

/*Full HD*/
@media only screen and (min-width : 1920px) and (max-height:1080px) {
}

@media only screen and (min-width: 1024px) and (max-width:1079px) {
}