@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;
    }
    .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: #2b70b9;
        font-size: 3rem;    
    }
    .mobile_menu {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        font-size: 3rem;
        z-index: 2;
        background: white;
        z-index: 9999;
    }

    .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: 6rem;
    }

    html, body {
        overflow-x: hidden;
        margin-top: 0 !important;
    }

    .content-wrapper table,
    .content-wrapper th,
    .content-wrapper td,
    .content-wrapper caption {
      font-size: 13px !important; /* !important only if you must */
    }

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

    .product-title > span {
        font-size: 13px !important;
    }

    .OTCD_header_mobile {
        display: none !important;
    }

    .letter_search_form {
        display: none;
    }

    .prod-discount {
        display: none !important;
    }
    
    .prod-discount-header {
        display: none !important;
    }

    div.products-container table tr td {
        padding: 0px !important;
    }

    .fa-search {
        display: none !important;
    }

    #search_clearer {
        left: unset !important;
        right: 50 !important;
    }

    .user-logo-cont {
        display: none !important;
    }

    /* #yith-searchsubmit {
        display: none !important;
    }
    
    .fa-stack {
        display: none !important;
    }
    
    #yith-s {
        width: unset !important;
    } */

    .header_top_desktop {
        display: none !important;
    }

    .header_top_mobile {
        display: flex !important;
        align-items: center;
    }

    .col-xs-12.no-padding.products-container {
        padding-right: 0px !important;
        padding-top: 0px !important;
    }

    #yith-ajaxsearchform > div {
        height: 40;
        display: flex;
    }

    /* #yith-s {
        width: 300px !important;
    } */

    .shop-search-strip > a.fa-stack {
        display: none !important;
    }

    #yith-searchsubmit {
        display: none !important;
    }

    .yith-searchsubmit {
        display: none !important;
    }

    input#yith-s {
        height: 35 !important;
        border-radius: 5px !important;
        width: unset !important;
    }

    .fa-2x {
        font-size: 1em !important;
    }

    .stock_status_column_header {
        display: none !important;
    }

    .stock_status_column_row {
        display: none !important;
    }

    .qty {
        width: 50px !important;
        height: 35px !important;
    }
}