body{
    font-family: 'Hind Siliguri', sans-serif;
}
.headerContainer{
    padding-left: 3rem; 
    padding-right: 3rem;
}
.desktopHide{
    display: none !important;
}

.card_sidebar.active {
    right: 0;
}
.card_sidebar {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100vh;
    z-index: 999;
    background: white;
    transition: 0.3s;
}
.card_sidebar .card-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}
.card_sidebar .cart_item {
    margin-bottom: 10px;
    border-bottom: 1px solid #003315;
}
.quantity_box {
    display: flex;
    gap: 10px;
}
.quantity_box button {
    border: 1px solid gray;
    width: 40px;
}
.quantity_box input {
    border: 1px solid gray;
    width: 40px;
}
.quantity_box button:hover {
    border: 1px solid gray;
    width: 40px;
}
.card-footer:last-child {
    bottom: 5px;
    position: absolute;
    width: 100%;
}

.font-12{
    font-size: 12px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}


.nav-menu.category .nav_mobile{
    display: none;
}
@media (min-width: 320px) and (max-width: 390px) {
    .smallHide{
        display: none;
    }
     a.navbar-brand{
        margin: 0;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .top_socials {
        margin-left: 60px;
    }
    .nav-menu.category .nav_mobile{
        display: block;
    }
    form.search {
        padding-bottom: 4px;
    }
    
    .desktopHide{
        display: contents !important;
    }
    
    .headerContainer{
        padding: 0;
    }
    
    .mobileHide{
        display: none !important;
    }
    form.d-flex.search .input-group{
        width: 95% !important;
    }
}



@media (min-width: 769px) and (max-width: 991px) {
    .desktopHide{
        display: contents !important;
    }
    .nav-menu.category .nav_mobile{
        display: block;
    }
    .mobileHide{
        display: none !important;
    }
    form.d-flex.search .input-group{
        width: 95% !important;
    }
}