﻿.nav-bar-branding {
    display: flex;
    gap: 15px;
    /*align-items: center;*/
    align-items: end;
    justify-content: space-between;
    max-height: 130px;
}

.on-mobile-device, .on-desktop-device {
    width: 100%; /* or any other specific width */
}


/*@media (max-width: 576px) {*/
@media (max-width: 768px) {
    .navbar-toggler {
        padding: 0.69rem 0.69rem;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }

    .product-details-text {
        padding-left: 13px;
        padding-top: 17px;
    }

    .nav-bar-branding {
        gap: 10px;
        /*justify-content: flex-start;*/
        justify-content:space-between;
    }

    .brand-logo img {
        height: 50px !important;
    }

    .header-top-most {
    }

    .top-banner-add img {
        display: none !important;
    }
    .category-title-and-hamburger {
        padding: 4px 10px 2px 10px;
    }
        .category-title-and-hamburger label {
            display: block;
            font-size: 20px;
            padding: 3px;
            cursor: pointer;
        }
   .product-category-list
    {
        display:none;
    }

    .books-page-col-1-for-rowcol {
        padding: 0px;
    }

    .product-searchbox {
        flex-basis: 100% !important;
    }

    /*.product-category-list-container .show {
        visibility:visible;
    }
    .product-category-list-container .collapse {
        visibility: collapse;
    }*/

    /*.main-banner-content h1 {
        font-size: 18px;
    }

    .btn-container a {
        margin-right: 0px;
        padding-right: 5px;
        padding-left: 5px;
    }*/

    .featured-articles {
        /* max-width: 300px; */
        /* max-width: 340px; */
        /* max-width: 398px; */
        max-width: 100%;
    }

    .news-tabs-content .tab-pane {
        display: block;
    }

    .news-tabs-content .tab-pane.fade {
            opacity: 1;
    }

    /*For Latest news in Mobile*/

    .latest-news .latest-news-item {
        margin-bottom: 6px;
        padding-bottom: 6px;
    }
    .latest-news .latest-news-item img {
        width: 110px;
        margin-bottom: 5px;
        float: right;
        margin-left: 5px;
        border-radius: 5px;
    }

        .latest-news .latest-news-item h3 {
            font-size: 16px;
            line-height: 1.4;
            font-weight: 800;
            /*font-weight: 500;
        font-family: georgia;*/
        }

    .latest-news-item-title-bold {
        font-size: 16px;
        line-height: 1.4;
    }

    .latest-news .latest-news-content-item-text {
        border-bottom: solid 1px #e7e7e7;
    }
    .latest-news .latest-news-item p {
        display: none;
    }
    /*End for Latest news Mobile*/

    .mobile-search-btn-container
    {
        display:block !important;
    }
    .li-search-button-desktop
    {
        display:none;
    }

    #div_Search_Box {
        padding: 0;
    }
    .webstories-grid-container .webstories-list-item {
        flex-basis: 48% !important;
    }
}



@media (min-width: 769px) {

    .container-fluid {
        padding-left: 20px;
        /*padding-right: 60px;*/
        padding-right: 30px;
    }

    .product-details-text {
        padding-left: 30px;
        padding-top: inherit;
    }

    .ads-vertical-left {
        display: block !important;
    }
    .ads-vertical {
        /*max-width:235px;
        display:block;*/
    }

    .brand-logo img {
        /* height: 34px !important;*/
        /* height: 70px !important;
        padding: 5px;
        background: #22478e;*/
        /* height: 77px !important;
        padding: 5px 5px 5px 0px;*/

        height: 58px !important;
        /*padding: 6px;*/
    }
    .category-title-and-hamburger label {
        display: none;
    }

    .top-navbar-nav {
        margin-top: 8px;
        font-size: 15px;
    }

        .top-navbar-nav li {
            border-right: solid 1px #e7e7e7;
            border-radius: 8px;
            padding-left: 3px;
            padding-right: 3px;
        }

    /*For Latest News desktop*/
    .latest-news img
    {
        display:none;
    }
    /*End for Latest News desktop*/
}


@media (min-width: 992px) {

    /*.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 992px;
    }*/

    /*.product-grid-container .card {
        max-width: 186px !important;
    }*/
}

@media (min-width: 1180px) {
    .website-body {
        /*background: #1f1f1f;
        padding: 15px;*/
    }

    .website-container {
       /* background: #fff;
        padding: 5px;
        border-radius: 10px;*/
    }

        .website-container .footer {
            position: initial;
        }

            .website-container .footer .container {
                text-align: center;
            }
    /*.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1180px;*/
    /*   background: #ffd800;*/
    /*}*/

    /*.product-grid-container .card {
        max-width: 173px !important;
    }*/

}


@media (min-width: 1200px) {
    /*  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1200px;
    }*/
    /*.product-grid-container .card {
        max-width: 177px !important;
    }*/
}



@media (min-width: 1600px) {
    /*.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1538px;
    }*/

    /* .product-grid-container .card {
        max-width: 190px !important;
    }*/



}



@media (min-width: 1680px) {
    /*.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1634px;
    }*/
    /*.product-grid-container .card {
        max-width: 201px !important;
    }*/
}

@media (min-width: 1920px) {
    /* .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1901px;
    }*/

    /*  .product-grid-container .card {
        max-width: 228px !important;
    }*/

    .product-grid-container {
        grid-template-columns: repeat(auto-fill, minmax(192px,1fr)) !important;
    }
}

/* For mobile devices */
@media screen and (max-width: 767px) {
    .on-mobile-device {
        display: block;
    }

    .on-desktop-device {
        display: none;
    }
}

/* For desktops and larger devices */
@media screen and (min-width: 768px) {
    .on-mobile-device {
        display: none;
    }

    .on-desktop-device {
        display: block;
    }
}