@media (max-width: 768px) {
    /* remove later */
    #wpadminbar {
        display: none !important;
    }
    .letter_search_form {
        display: none;
    }
    .OCTD_shopping_favourites_container {
        display: none !important;
    }
    .loader_container {
        margin-left: 0px;
        display: none !important;
    }
    #yith-s {
        width: 100% !important;
    }
    .OTCD_header_logo {
        padding-left: 0 !important;
    }
    .OTCD_header {
        height: 150px !important;
    }
    .OTCD_header_logged_in {
        display: block !important;
    }
    .OTCD_header_aside {
        display: none !important;
    }
    #menu_icon_mobile {
        margin-right: 2rem;
        color: #e97800;
        font-size: 3rem;    
    }
    .mobile_menu {
        display: none;
        position: absolute;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        font-size: 3rem;
        z-index: 2;
        background: white;
    }

    .mobile_menu_link_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        height: 100vh;
    }

    .mobile_menu_link {
        color: #007bff !important;
        cursor: pointer;
    }

    .mobile_menu_link:hover {
        text-decoration: underline;
    }

    #close_menu_icon_mobile {
        color: red;
    }

    .close_mobile_menu_icon_container {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-right: 3rem;
    }



    html, body {
        overflow-x: hidden;
    }

    .OCTD_shopping_page {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) {
    .OTCD_header_mobile {
        display: none !important;
    }
}