

@media only screen and (max-width:992px) {
   
    .mynav{
        justify-content: space-between;
        padding: 0 10px;
        position: relative;
    }
    .mynav .menu{
        /* display: block;
        position: absolute;
        top:100%;
        left: -400%;
        z-index: 13;
        border-top: 1px solid #ccc;
        background: rgb(241, 240, 240);
        transition: 0.5s; */


        display: block;
        position: fixed;
        top: 0;
        left: -400%;
        z-index: 13;
        bottom: 0;
        border-top: 1px solid #ccc;
        background: #1d0a019c;
        transition: 0.5s;

    }
    .topstrip{
        z-index: 3;
    }
    .menu.ncollaps{
     
       left:0; 
       right: 0;
    }
    .mynav .menu> ul{
        /* width: 100%; */
        width: 65%;
        background: #fff2ec;
        height: 100%;
    }
    .mynav .menu ul li{
        display: block;
        
        width: 100%;
    }
    .menu-icon{
        display: block;
        
        
    }
    .mynav .brand a{
        font-size: 3.5vw;
    }
    .mynav .brand{
     


    }
    .banner{
        width: 100%;
        /* height: 30vh; */
       
    }
    .banner .carousel-inner
    {
        width: 100%;
        height: 30vh;
        
    }
    .banner .carousel-inner .carousel-item{
        width: 100%;
        height: 30vh;
        z-index: -100;
    }
.d-none{
    display: block !important;
}
    .bcaption{
        width: 80%;
        position: absolute; 
        top:50px;
        left: 50%;

        bottom: 30px;
        transform: translate(-50%);
        background: rgba(0, 0, 0, 0.2);
        border:1px solid #000;
        border: 1px solid rgba(92, 92, 92, 0.3);
        border-right: 2px solid rgba(255, 255, 255, 0.3);
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 10px;
        backdrop-filter: blur(15px);
        padding: 10px;
    }
    .bcaption h5{
        color: white;
        text-align: center;
        font-size: 5vw;
    }
    .contact{
      
        display: flex;
        justify-content: space-between;
      
        
    }
    .newly{
        padding: 50px 0;
    }
    .mynav .menu ul li a{
        color: rgb(19, 17, 17);
    }
    .section{
        padding:30px 20px 20px 20px;
        background: white;
    }

    .shipping{
        padding: 10px 5px;
        overflow: auto;
   }
   .category-2{
    padding: 10px 5px;
    overflow: auto;
}

   .shipping >div .text h3{

   }
   .search >form .s-field{
       width: 300px !important;
   }
   .c-wrap{
       width: 50% !important;
   }
   .c-bill > form{
       width: 50%;
   }
   .get-package{
       padding: 0 0px;
       background-size: 85%;
   }
   .loged-user p{
       display: none;
   }
  
}


@media only screen and (max-width:768px){
    .mynav .brand a{
        font-size: 4vw;
    }
    .search-icon{
        display: block;
        color: #fff;
    }
    .search-icon button{
        color: #fff;
    }
    .search> form{
        display: none;
    }
    .get-package>div > div.icon{
        width: 60%;
        height: 61%;
}

.get-package >:nth-child(odd){
margin-top: 20px;


}
.shipping >div .text h3{
       font-size: 1.7vw;
}
.category-2 >div .text h3{
    font-size: 1.7vw;
}
.get-package>div>div.text h3 {
    font-size: 2.2vw;
    text-align: center;
    margin: 5px;
}


.search{
    /* position: relative; */
    
}
.search form.searchactive{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.925);
    padding: 27px
    ;display: block;
}

.search form.searchactive .s-field{
    width: 90% !important ;
    margin: auto;
}

.c-wrap{
    width: 100% !important;
}
.c-bill > form{
    width: 100%;
}
.cart-section .c-wrap .c-items .c-head-sec h2{
    font-size: 3.2vw;
}

.location .lf {
    width: 100%;
    /* padding: 10px 20px; */
}
.loged-user .um, .location .lf {
    position: fixed;
    top: 0;
    left: 0;
  
    background: #fff;
   
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 7px -3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -3px rgb(53 48 48 / 75%);
    z-index: 13;
}

}


@media only screen and (max-width:492px) {
    .search a{
        margin:0 15px 0 5px ;
    }
    .shipping >div .text h3{
        font-size: 2.1vw;
 }
 .category-2 >div .text h3{
    font-size: 2.1vw;
}
 .cart-section .c-wrap .c-items .c-head-sec h2{
     font-size: 4.2vw;
 }
 .get-package>div > div.icon{
    width: 78%;
    height: 61%;
}
 

.profile-body .address-list ul li div.address .btn-edit {
    position: relative;
   right: 0;
   bottom:0;
   display: flex;
   justify-content: flex-end;
   width: 100%;
    /* bottom: 10px; */
}
.profile-body .address-list ul li div.address .btn-edit a{
    margin-left:10px ;
}
.form-wrap{
width:100%;

}