/* Mobile Screens  Screens Starts*/
@media screen and (min-width: 320px) and (max-width: 768px) {
.menus {
    /* display: none; */
    height: AUTO;
    position: absolute;
    top: 148px;
    width: 100% !important;
    z-index: 9 !important;
}
.previewbig img {
    width: 100%;
    height: 400PX !important;
    object-fit: contain;
}
.sidemain img {
    height: 70px !important; 
}
.itemimg {
    height: 180px !important;
    overflow: hidden;
}
.previewimg {
    background-color: #FFF;
    height: 400px !important;
    width: auto !important;
    overflow: hidden;
    margin-top: 0px !important;
}
    .shopicons {
        display: none;
    }
    .searchbox {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 9;
    }
    .previewbig.slick-initialized.slick-slider.slick-dotted {
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
}
    .logo {
        text-align: center;
    }
    .mobilethings{
        display: block;
    }
    .menubar{
        position: absolute;
        top: 12px;
    }
    .menubar i{
        font-size: 35px;
    }
    .sidemenu{
        background: white;
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100vh;
        z-index: 10000 !important;
        transition: ease-in 0.3s;
    }
    .closebtn{
        position: absolute;
        right: 10px;
        top: 0px;
    }
    .closebtn i{
        font-size: 40px;
    }
    .how-details h3 {
        margin-top: 20px;
    }
    .sidemain{
        height: 100px;
    }
    .sidemenu li{
        list-style: none;
        line-height: 35px;
    }
    .mobcart{
        position: absolute;
        right: 20px;
        text-align: center;
        top: 15px;
    }
    .mobcart i{
        color: white;
        font-size: 35px;
    }
    .mobcart li{
        list-style: none;
    }
    .mobcart span{
        position: absolute;
        top: -70px;
        right: -5px;
        background-color: azure;
        height: 25px;
        width: 25px;
        border-radius: 100px;
    }
    .menubar i {
        color: white;
    }
    .sidemenu li a{
        text-decoration: none;
        color: #000000;
        padding-left: 30px;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1px;
    }
}
/* Tabs, Ipads Screens  Screens Starts*/
@media screen and (min-width: 769px) and (max-width: 991px) {
	.menus {
    /* display: none; */
    height: AUTO;
    position: absolute;
    top: 148px;
    width: 100% !important;
    z-index: 9 !important;
}
.previewbig img {
    width: 100%;
    height: 400PX !important;
    object-fit: contain;
}
.sidemain img {
    height: 70px !important; 
}
.itemimg {
    height: 180px !important;
    overflow: hidden;
}
.previewimg {
    background-color: #FFF;
    height: 400px !important;
    width: auto !important;
    overflow: hidden;
    margin-top: 0px !important;
}
    .shopicons {
        display: none;
    }
    .searchbox {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 9;
    }
    .previewbig.slick-initialized.slick-slider.slick-dotted {
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
}
    .logo {
        text-align: center;
    }
    .mobilethings{
        display: block;
    }
    .menubar{
        position: absolute;
        top: 12px;
    }
    .menubar i{
        font-size: 35px;
    }
    .sidemenu{
        background: white;
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100vh;
        z-index: 10000 !important;
        transition: ease-in 0.3s;
    }
    .closebtn{
        position: absolute;
        right: 10px;
        top: 0px;
    }
    .closebtn i{
        font-size: 40px;
    }
    .how-details h3 {
        margin-top: 20px;
    }
    .sidemain{
        height: 100px;
    }
    .sidemenu li{
        list-style: none;
        line-height: 35px;
    }
    .mobcart{
        position: absolute;
        right: 20px;
        text-align: center;
        top: 15px;
    }
    .mobcart i{
        color: white;
        font-size: 35px;
    }
    .mobcart li{
        list-style: none;
    }
    .mobcart span{
        position: absolute;
        top: -70px;
        right: -5px;
        background-color: azure;
        height: 25px;
        width: 25px;
        border-radius: 100px;
    }
    .menubar i {
        color: white;
    }
    .sidemenu li a{
        text-decoration: none;
        color: #000000;
        padding-left: 30px;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1px;
    }
}
/* Laptop Screens  Screens Starts*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
	
}