@media (min-width:320px) and (max-width:575px) {
    .d_xs_none{
        display: none !important;
    }
    .d_xs_block{
        display: block !important;
    }
    .d_xs_inline_block{
        display: inline-block !important;
    }
    #category .category_item {
        width:50%;
    }
    .allbrand {
        margin: 0px;
    }
    .social_icon {
        justify-content: center;
    }
    .sidepanel .closebtn {
        font-size: 20px !important;
        padding: 6px 9px;
        text-align: center;
        width: 44px;
        height: 40px;
        background: var(--default-bg);
        color: white;
        border-radius: 5px;
        border: 0;
        display: block;
    }
    .menu {
        background: #fff !important;
        border-bottom: 1px solid rgba(255,255,255,0.25);
    }
    .menu {
        width: 100%;
        padding: 7px 5px;
        background: #f0f0f0;
    }

    /* Header */
    ul.navbar_right.shop-action-menu .menu-item a.rounded-menu {
        height: 40px;
        width: 40px;
        padding: 10px;
        font-size: 17px;
    }
    .mobile-navigation .navigation-sidebar ul.sidebar-menus li a{
        font-size: 18px;
        padding: 8px 0px;
    }
    .dropdown.user-dropdown .dropdown-menu{
        left: -160px !important;
    }
    #banner .banner_left{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: fit-content;
        gap: 8px;
    }


    /* Footer */
    footer .footer_top{
        padding-bottom: 15px;
    }
    footer .footer-text img{
        margin-bottom: 11px;
    }
    footer .heading{
        font-size: 20px;
    }
    footer ul > li {
        margin-left: 0px;
        font-size: 13px;
    }
    footer ul > li a{
        font-size: 12px;
    }
    .copy__right__icons{
        margin-top: 30px;
    }
}

/* small device css here */
@media (min-width:576px) and (max-width:767px) {
    .text_sm_center{
     text-align: center !important;   
    }
    .social_icon {
        display: flex;
        justify-content: center;
        justify-items: flex-end;
    }
}
@media (min-width:576px) and (max-width:920px) {
    #category .category_item {
        width: 25%;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .text_md_center{
        text-align: center !important;
    }
    
}

@media (min-width: 1200px){
    .pr_lg_0{
        padding-right: 0px !important   ;
    }
    .pl_lg_0{
        padding-left: 0px !important;
    }
    .pt_lg_3{
        padding-top: 1rem !important;
    }
    .w_lg_80{
        width: 80% !important;
    }
    .w_lg_50{
        width: 50% !important;
    }
}
@media (min-width: 320px) and (max-width:767px){
   .p_sm_0{
    padding: 0px;
   }
   .pr_sm_0{
    padding-right: 0px !important;
   }
   .pl_sm_0{
    padding-left: 0px !important;
   }
   .pb_sm_15{
    padding-bottom:15px !important;
   }
}
@media only screen and (max-width: 991px) {
    .mobilemenu {display:block !important;}
    .desktopmenu{display: none !important;}
}