@media only screen and (max-width: 600px) {
    .page-section{
        padding-top:150px;
        padding-inline: 10px;
        padding-bottom: 50px;
    }

    nav .logo {
        height: 55px;
        width: auto;
        top: -4px;
        position: relative;
        margin: 0px 0px 0px 30px;
    }

    .col.acc-section h3,.col.acc-section h4 {
        font-size: 12px !important;
    }

    .top-right-section .acc-section {
        padding: 3px;
    }

    .profile-image{
        width: 100%;
        text-align: center;
    }

    .page-header{
        text-align: center;
    }

    .profile-image img{

    }

    .product-listing-section, .product-detail-section {
        padding-top: 190px;
        padding-inline: 10px;
        padding-bottom: 150px;
    }

    .brand-banner h3 {
        margin-top: 0px;
        font-size: 20px;
    }

    .product-detail-section h1 {
        font-size: 14px;
    }

    .product-detail-section h2.price {
        font-size: 15px;
        margin-top: 10px;
    }

    .product-card .product-info .title small, .small-brand-name {
        font-size: 12px;
    }

    .product-card h2 {
        min-height: 38px;
    }

    .d-form-section:nth-child(odd) {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .d-form-section:nth-child(even) {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    input.search-form:not([type=checkbox]), .d-form select {
        font-size: 16px;
    }

    .links-container.menu-section{
        margin-top: 10px;
    }

    #accordionMenu{
        overflow-y: auto;
    }

    #filter_form{
        display: none;
    }

    .gallery-section .col-25{
        width : 25% !important;
        padding:3px;
    }
}

