@media only screen and (max-width: 900px) {
    article.blog-home .owl-nav {
        display: none;
    }

    .slider-home-page .MainMenu {
        background: #424242;
        display: none;
    }

    .desktop {
        display: none;
    }

    .title-tg {
        width: 100%;
        border-radius: 5px 5px 0 0 !important;
    }

    div#product-sidebar {
        display: none;
    }

    .product-info {
        margin-top: 20px !important;
    }

    .mb-3 {
        margin-bottom: 20px !important;
    }

    .mb-3:last-child {
        margin-bottom: 0px !important;
    }

    .woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a:after, .title-pr-border span:after {
        display: none;
    }

    .title-pr-border span {
        width: 100%;
    }

    .header-main li.html.custom {
        display: block !important;
    }

    .bar-sort {
        margin-right: 0px !important;
    }

    span.name_cart {
        display: none;
    }

    .bar-sort {
        width: 40px !important;
    }

    .bar-sort .badge-count {
        display: inline-block;
        padding: 0px !important;
        font-size: 13px;
        font-weight: 700;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 50%;
    }

    .bar-sort .badge-count {
        position: absolute;
        top: -3px;
        right: -2px;
        background-color: #ff6700;
        font-weight: 400;
        color: #fff;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
    }

    input.search-field.mb-0 {
        width: 100%;
    }
    button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
        background: #fff !important;
    }
}