/*
--------------------------------------------------------------------------------------------------------
* Project    :                                                                                         *
* Author     : piyush Tapaniya | +91 83060 05795                                                       * 
* Support    : piyush.tapaniya90@gmail.com                                                             * 
*------------------------------------------------------------------------------------------------------- 
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

=================================================
[  Table of contents  ]
================================================== 

:: extra extra large (xxl)
:: extra large (xl)
:: large (lg)
:: medium (md)
:: small (sm)
:: extra small (xs)
:: Responsive Media Query (greater than 1400px)
:: Responsive Media Query (less than 1600px)
:: Responsive Media Query (less than 1600px)
:: Responsive Media Query (less than 1400px)
:: Responsive Media Query (less than 991px)
:: Responsive Media Query (less than 767px)
:: Responsive Media Query (less than 575px)
:: Responsive Media Query (less than 480px)
:: Responsive Media Query (less than 320px)

==================================================
[ End table content ]
==================================================
*/

/*=================================================
:: extra extra large (xxl)
==================================================*/

@media(min-width: 1400px) and (max-width: 1550px) {}

/*=================================================
:: extra large (xl)
==================================================*/

@media only screen and (min-width: 1199px) and (max-width: 1399px) {
}

/*=================================================
:: large (lg)
==================================================*/

@media(min-width: 992px) and (max-width: 1199px) {}

/*=================================================
:: medium (md)
==================================================*/

@media(min-width: 768px) and (max-width: 991px) {}

/*=================================================
:: small (sm)
==================================================*/

@media(min-width: 576px) and (max-width: 767px) {}

/*=================================================
:: extra small (xs)
==================================================*/

@media(min-width: 320px) and (max-width: 575px) {}

/*=================================================
:: Responsive Media Query (greater than 1400px)
==================================================*/

@media only screen and (min-width: 1400px) {}

/*=================================================
:: Responsive Media Query (less than 1600px)
==================================================*/

@media only screen and (max-width:1600px) {}

/*=================================================
:: Responsive Media Query (less than 1399)
==================================================*/

@media only screen and (max-width:1399px) { 
    
}

/*=================================================
:: Responsive Media Query (less than 1199px)
==================================================*/

@media only screen and (max-width:1199px) { 
}

/*=================================================
:: Responsive Media Query (less than 991px)
==================================================*/

@media only screen and (max-width: 991px) { 
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .mtb-90 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .mtb-100 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .mtb-110 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .mtb-120 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .mtb-130 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .mtb-140 {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }
    .mtb-150 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .ptb-90 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .ptb-100 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .ptb-110 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .ptb-120 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .ptb-130 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .ptb-140 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .ptb-150 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    /* helper classes */
    .grid-1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-5 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-6 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }  
     
    .banner-logo{
        display: none;
    }

    .main-header .navbar { 
        padding: 5px 0px;
        display: flex;
    }
    .other-menu li {
        margin: 0 10px;
    }
    .mobile-menu-trigger { 
        margin-left: 10px; 
    }
    .product-box { 
        grid-template-columns: repeat(2, 1fr); 
    }
} 

/*=================================================
:: Responsive Media Query (less than 767px)
==================================================*/

@media only screen and (max-width: 767px) {
    .mtb-90 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .mtb-100 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .mtb-110 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .mtb-120 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .mtb-130 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .mtb-140 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .mtb-150 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .ptb-90 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .ptb-100 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .ptb-110 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .ptb-120 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .ptb-130 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .ptb-140 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .ptb-150 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    /* helper classes */
    .grid-2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-4 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-5 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-6 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    .brands-grid.grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .d-banner{
        display: none !important;
    }
    .m-banner{
        display: block !important;
    }
    .column-reverse{
        flex-direction: column-reverse !important;
    }
    .product-deac-area {
        margin-left: 0;
        margin-bottom: 40px;
    }
    .pro-deteails-image {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

/*=================================================
:: Responsive Media Query (less than 575px)
==================================================*/

@media (max-width:575px) {  
    .other-info {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 10px;
        flex-direction: column-reverse;
        gap: 10px;
    }  

    .product-box { 
        grid-template-columns: repeat(1, 1fr); 
    }
    .prod-desc {
        margin-top: 20px;
    }
} 

/*=================================================
:: Responsive Media Query (less than 320px)
==================================================*/

@media (max-width:320px) {}

 