@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{

}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{

}

/************
5. 1024px
************/

@media only screen and (min-width: 992px)
{
    .footer_first_column {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .main-footer-row .col-lg-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/************
3. 1380px
************/

@media only screen and (min-width: 1380px)
{

}

/************
3. 1280px
************/

@media only screen and (min-width: 1200px)
{
    /*.container, .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1200px;
    }*/
}

/************
4. 1199px
************/

@media only screen and (max-width: 1200px)
{

}

/************
4. 1100px
************/

@media only screen and (min-width: 992px)
{
    .only-in-desktop{
        display: block;
    }
}

/************
6. 991px
************/

@media only screen and (max-width: 992px)
{

    .only-in-devices{
        display: block;
    }
    .footer-menu ul{
        flex-wrap: wrap;
    }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{

}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{

}

/************
9. 768px
************/

@media only screen and (min-width: 768px) {

}

/************
9. Tablet
************/

@media only screen and (min-width: 481px) and (max-width: 768px) {


}

/************
10. 767px
************/

@media only screen and (max-width: 768px)
{
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .page-breadcrumb {
        margin-top: 20px;
        display: flex;
        overflow-x: auto;
        width: 100%;
        padding: 10px;
    }
    nav.woocommerce-breadcrumb, .woocommerce nav.woocommerce-breadcrumb {
        white-space: nowrap;
        margin: 0 auto;
    }
    .footer-bottom{
        flex-direction: column-reverse;
    }
    .footer-copyright{
        margin-right: 0;
        margin-top: 10px;
    }
    .footer-column {
        margin-bottom: 15px;
    }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{

}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{

}

/************
12. 480px Moblie
************/

@media only screen and (max-width: 480px)
{
    button.header-search-tool-item, a.header-search-tool-item, .header-search-tool-item, .header-search-tool-item.main-header-user {
        width: 30px;
        height: 30px;
        margin: 0 2px;
    }
    .single-title h1 , .main-page-title h1{
        font-size: 30px;
        line-height: 40px;
    }
}

/************
13. 479px
************/

@media only screen and (max-width: 450px)
{

}

/************
14. 400px
************/

@media only screen and (max-width: 320px)
{

}