

@media (min-width: 2560px) {

}
@media (max-width: 2560px) {

}

@media (max-width: 1920px) {

}

@media (max-width: 1600px) {

/*-------- Common css -------*/
    .section {
        padding: 80px 0;
    }



/*------------------------------------------------------------------------
-------------- HOME PAGE
-------------------------------------------------------------------------*/

/*-------- why choose Section -----*/
.future-area {margin-top: 50px;}


/*-------- All category -----*/
#shop .product {margin-top: 0;} 
#shop .col-xl-3.col-lg-6 {margin: 0;}


/*========= Footer =======*/
.footer-widgets-wrap {padding: 70px 0;}


/*------------------------------------------------------------------------
-------------- SHOP PAGE
-------------------------------------------------------------------------*/



}


@media (max-width: 1440px) {

}

@media (max-width: 1366px) {

/*----- general ---------*/
.display-4 {font-size: 45px;}
.section {padding: 60px 0;}



    /*------------------------------------------------------------------------
    -------------- HEADER
    -------------------------------------------------------------------------*/

    #header .header-misc-icon {
        margin: 0;
    }

    /*------------------------------------------------------------------------
    -------------- HOME PAGE
    -------------------------------------------------------------------------*/
    /*-------- Hero Section -----*/
    .banner-title {
        padding: 80px 0;
    }


    /*------------------------------------------------------------------------
    -------------- SHOPE  PAGE
    -------------------------------------------------------------------------*/
    /*-------- isotop menu -----*/
    .choose-product li {margin-right: 22px;}

}





@media (min-width: 1280px) and (max-width: 1366px) {

}


@media (max-width: 1199.98px) {


    /*========================= Common css =======================*/
    .content-wrap {padding: 50px 0;}


    /*=========================== Header ========================*/
  
    .logo {margin: 0 !important;}
    .header-row {justify-content: space-between;}
    .mobile-menu .overlay nav {height: 80%;}
    /*------------------------------------------------------------------------
    -------------- HOME PAGE
    -------------------------------------------------------------------------*/

    /*-------- Hero Section -----*/
    .banner-title {padding: 60px 0;}

    /*-------- All category shop -----*/
    #shop .col-12 {text-align: center; padding-top: 0;}

    /*========= Footer =======*/
    .widget.subscribe-widget {width: 100%;}


    /*------------------------------------------------------------------------
    -------------- SHOP PAGE
    -------------------------------------------------------------------------*/

    .all-category .col-lg-3:nth-child(1) {
        order: -2;
    }
    .all-category .col-lg-3:nth-child(3) {
        order: -1;
    }
    .about-banner-wrap, .about-content {
        height: 40vh !important;
      }

    /*------------------------------------------------------------------------
    -------------- ABOUT   PAGE
    -------------------------------------------------------------------------*/
    .about-wrapper {padding: 20px;}
    .team-info-wrap .col-lg-6 {padding-bottom: 0;}



}


@media (max-width: 991.98px) {

}


@media (min-width: 768px) and (max-width: 991.98px) {

}


@media (max-width: 767.98px) {

    /*--------- common css ------------*/
    .display-4 {font-size: 30px;}
    .section {padding: 50px 0;}


    /*=========================== Header ========================*/
    .logo-default {width: 150px;}

    /*=========================== Banner ========================*/
    .button-large {font-size: 15px; line-height: 20px;}
    .button-large i svg{width: 18px;}
    .banner-title {padding: 50px 0 5px;}
    .button-large i{margin-right: 5px;}

    /*=========================== why choose ========================*/
    .future-area {margin-top: 25px;}
    .row.future-area .col-sm-6 {
        padding: 10px;
        margin-bottom: 15px;
    }
    .brand-logo {
        padding-right: 10px;
        padding-left: 10px;
    }
    /*=========================== All category ========================*/
    .product-desc .product-title h4 {
        font-size: 20px;
    }
    #shop .product  {padding-bottom: 0;}

    /*=========================== Footer ========================*/
    #copyrights {text-align: center;}
    .footer-widgets-wrap {padding: 50px 0;}



    
    /*------------------------------------------------------------------------
    -------------- SHOP PAGE
    -------------------------------------------------------------------------*/
    .content-wrap {padding: 50px 0;}
    .all-category .col-lg-3 {
        text-align: center;
        padding-bottom: 0;
        padding-top: 0;
    }
    .all-category h3{
        margin-bottom: 0;
    }
    .choose-product {
        flex-wrap: wrap;
    }
    .choose-product li {
        margin: 10px;
    }
    .all-category .product-search {
        margin: 0 auto;
    }
    .all-category .col-md-3{
        padding-top: 0;
    }
    .all-category .col-lg-3:nth-child(1) {
        order: unset;
    }
    .all-category .col-lg-3:nth-child(3) {
        order: unset;
    }

    /*------------------------------------------------------------------------
    -------------- About PAGE
    -------------------------------------------------------------------------*/
    .about-banner-wrap, .about-content {
        height: 40vh !important;
    }
    .about-wrap .col-md-4 {
        padding-top: 0;
    }
    .about-wrapper .col-md-6{
        padding: 50px 20px;
    }
    .team.team-list .col-12 {
        margin: 0;
        padding-bottom: 0;
        text-align: center;
    }
    .team-info-wrap .col-lg-6 {
        padding-bottom: 10px;
    }


     /*------------------------------------------------------------------------
    -------------- Contact PAGE
    -------------------------------------------------------------------------*/

    .contact .col-md-6 {
        padding: 15px;
    }
    .footer-map h2 {
        text-align: center;
        margin-bottom: 20px !important;
    }
    .map-wrap {
        margin-top: 30px;
    }
    .footer-map {
        padding: 20px 0;
    }

}


@media (min-width: 576px) and (max-width: 767.98px) {

}


@media (max-width: 575.98px) {

}
