

@media screen and (min-width: 1366px) {
    .container{max-width: 1330px;}
    
}
@media screen and (max-width: 1365px) and (min-width: 992px) {
    nav#mainNav .nav-item > a{
        font-size: 13px;
    }
    nav#mainNav .nav-item{
        padding: 0 10px;
    }
    .searchBx .form-control{
        min-width: 400px;
    }
}
@media only screen and (max-width: 991px){
    body{padding-top: 0px; overflow-x: hidden;}
    .mobile{display: block  !important;}
    .desktop{display: none !important;}
    .mainHeader .container {
        padding: 0;
    }
    .navbar-toggler i {
        color: #000000;
        font-size: 28px;
    }
    /* .navbar-brand img {
        width: auto;
        min-width: 60px;
        bottom: -36px;
        padding: 7px;
    } */
    nav#mainNav .nav-item > a {
        padding: 10px 0;
        display: flex;
        color: #000000 !important;
    }
    
   nav#mainNav .nav-item{
    padding: 0;
    color: #fff !important;
    position: static;
    border-bottom: dashed 1px #c3c3c3;
   }
   nav#mainNav{
    padding: 5px 15px;
    /* background: #ffffff !important; */
   }
    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
        outline: none;
        box-shadow: none;
    }
    .dropmenuWrp {
        left: 0px;
    }
    div#navbarSupportedContent {
        position: fixed;
        top: -6px;
        width: 320px;
        left: -0px;
        background: #ffffff;
        height: 100vh;
        padding: 20px;
        z-index: 9;
        display: block;
        transform: translateX(-320px);
        transition: all 400ms ease;
        padding-top: 60px;
        z-index: 999;
    }
    .cross-toggler {
        background: #eb0406;
        border: none;
        color: #ffffff;
        padding: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-bottom: 10px;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }
    ul.navbar-nav.ml-auto {
        height: calc(100vh - 60px);
        overflow: auto;
    }
    div#navbarSupportedContent.active{
        left: 320px;
        transition: all 400ms ease;
    }
    .overLay {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgb(0 0 0 / 51%);
        top: 0;
        left: 0;
        display: none;
    }
    .overLay.active {
        display: block;
    }
    .dropmenuToggle{
        padding: 10px;
        background: #fff;
        color: #000;
        top: 5px;
        cursor: pointer;
    }
    .dropmenuWrp{
        height: 100vh;
        z-index: 999999;
        display: block !important;
        top: 0;
        transform: translateX(-410px);
        transition: all 500ms ease;
        /* background: #000; */
    }
    .dropmenuWrp li a{
        padding: 4px 0;
        border-bottom: dashed 1px #c3c3c33d;
        font-size: 13px;
    }
    .dropmenu:hover .dropmenuWrp{
        display: none;
    }
    .dropmenu.active .dropmenuWrp{
        display: block;
        box-shadow: 0px 0px 5px #0000002e;
    }
    .dropmenu > .dropmenuWrp.active {
        transform: translateX(0px) !important;
        transition: all 500ms ease;
        max-height: 100vh;
        overflow-x: auto;
        /* display: block !important; */
        width: 100%;
        padding: 10px;
    }
    li.dropmenu.nav-item {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .dropmenu > i {
        padding: 10px;
        background: #fff;
    }
    .backBtn {
        background: #e81f23;
        padding: 5px 10px;
        margin-bottom: 5px;
        color: #ffffff !important;
        display: flex !important;
        gap: 10px;
        align-items: center;
        border-radius: 0px;
        border: none;
    }
    header.mainHeader {
        top: 6px;
    }
    section{
        padding: 10px 0;
    }
    .logoMobile {
        max-width: 130px;
    }
   
    .sectionHeading h2 {
        font-size: 24px;
    }
    .sectionHeading h3 {
        font-size: 14px;
    }
    .searchBar {
        position: absolute;
        left: 0;
        bottom: -69px;
        width: 100%;
        padding: 10px;
        background: #fff;
        z-index: 99;
    }

    .searchWrp {
        position: relative;
        padding: 5px 15px !important;
    }

    .searchBx .form-control {
        min-width: 100%;
        padding: 5px 10px;
        border-radius: 0px;
    }

    .searchBx button {
        top: 10px;
    }

    .searchWrp ul.listInline {
        gap: 12px;
    }

    .logo {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .logo img {
        width: 100px;
    }
    .banner {
        padding-top: 0px;
    }
    .freeDelivery {
        padding: 0px ;
    }

    .freeDelivery  img {
        /* width: 60px; */
    }

    .freeDelivery .d-flex {
        margin: 10px 0;
    }

    .testimonialProduct {
        display: none;
    }

    .testimonialContent {
        padding-right: 0;
    }
    .thumbBx h3{
        font-size: 14px;
    }
    .cards .card {
        width: calc(100% / 2 - 15px);
        margin-bottom: 0;
    }
    .tabs {
        gap: 10px;
    }
    .tabs .filter-btn {
        padding: 5px 15px;
        font-size: 13px;
    }
    .craftSec .thumbBx{
        margin-bottom: 30px;
    }
    .copyright .d-flex {
        flex-direction: column-reverse;
        gap: 20px;
    }
    section.payments.p-4.fullBanner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mobile-scroller .row {
        flex-wrap: nowrap;
    }

    .container-fluid.mobile-scroller {
        padding: 20px;
        overflow: auto;
    }

    .mobile-scroller .row .col-12 {
        max-width: 85%;
    }

    .mp-0 .container-fluid, .feature-product-Sec, .flash-sales-bg {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px){
    
   .footerLink{
        margin-top: 30px;
   }
   .footerLinks h3{
    font-size: 18px;
   }
   .mainFooter .ps-5{
        padding-left: 15px !important;
    }
    .footerLinks{
        margin-top: 30px;
    }
    .copyright{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .copyright span{
        display: block;
        width: 100%;
        text-align: center;
    }
    .para{
        font-size: 14px;
    }
    .footerLogo{
        margin-bottom: 30px;
        text-align: center;
    }
    .freeDelivery p {
        font-size: 14px;
    }
    .mbm50{
        margin-top: -50px;
    }
    .navbar-brand{ 
        padding: 0px !important;
    }
    .testimonialSec {
        background: #f6f6f6a6;
        padding: 20px 30px;
    }
    .mbp30{
        padding: 30px !important;
    }
    .testimonialBx {
        width: 100%;
    }
    .testimonial-one__authors img{
        width: 80px;
        height: 80px;
    }

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


}

@media only screen and (max-width: 991px) {
    header.mainHeader {
        top: 6px;
    }
}
@media only screen and (max-width: 991px) {
    nav#mainNav {
        padding: 5px 15px;
        /* background: #ffffff !important; */
    }
}
@media only screen and (max-width: 991px) {
    .navbar-brand img {
        width: 80px;
        min-width: 110px;
        padding: 7px;
    }
}
@media only screen and (max-width: 991px) {
    .mainHeader.fixedHeader {
        transform: translateY(-7px);
    }
}

@media only screen and (max-width: 991px) {
    .dropmenuWrp {
        height: 100vh;
        z-index: 999999;
        display: block !important;
        top: 0;
        transform: translateX(-525px);
        transition: all 500ms ease;
        /* background: #000; */
    }
}