@media screen and (min-width: 769px) and (max-width: 892px) {
    /* Settings bar in search */
    html.beta #search-sort {
        flex-direction: column;
    }
    html.beta #search-sort .itemView__and__sortBy {
        display: flex;
    }
    html.beta .loc-custom .user_account div#main {
        width: 72%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

    /* laptops, small screens+*/
    /* Close Lateral menu */
    html.beta #body-home .mobile-box .body,
    html.beta #body-home #menu-cover,
    html.beta span.menuLabel *,
    html.beta .mobile-box .body {
        display: none;
    }

    /*  */
    html.beta .products.grid .simple-prod .title,
    .white .simple-prod .title,
    html.beta .products.list .simple-prod .title {
        font-size: var(--type-h1-categories-font-size);
        color: var(--off-black);
    }

    .breakpointnote::before {
        content: "laptop";
    }

    html.beta .im-messages .im-table-row {
        width: 85%;
        margin-bottom: 35px;
    }

    html.beta .im-vertical {
        display: none;
    }

    html.beta #public-items {
        width: 67%;
    }

    html.beta #listing.user_public_profile .side {
        width: 31%;
    }

    html.beta header,
    html.beta footer,
    html.beta #home-search,
    html.beta body>section.content:not(.loc-home),
    html.beta .home-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    html.beta .body-ua header,
    html.beta body.body-ua,
    html.beta .body-ua>section.content:not(.dummy) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html.beta .loc-home #home-cat {
        padding: 0 12%;
    }

    html.beta .search #filter {
        width: 30%;
    }

    html.beta .search #main {
        width: 68%;
    }

    html.beta .products.grid .simple-prod,
    html.beta .white .simple-prod {
        /* width: 31.33%; */
        width: 22%;
        /* min-width: 177px; */
    }

    html.beta #bpr-seller.bpr-block .bpr-comp {
        width: 31.33% !important;
    }

    html.beta #public-items.products.grid .simple-prod {
        width: 48%;
    }

    html.beta #search-items .products.grid .simple-prod {
        width: 48%;
    }

    html.beta .related.products.grid .simple-prod {
        /* Before */
        /* width: 48%; */
        width: calc(100% (4.35));
    }

    html.beta footer .line1 .col2 {
        width: 47%;
    }

    html.beta footer .line1 .col1 {
        width: 28%;
    }

    html.beta footer .line1 .col3 {
        width: 25%;
    }

    html.beta .products.list .simple-prod .img-wrap {
        width: 150px;
    }

    html.beta .products.list .simple-prod .data {
        width: calc(100% - 150px);
    }

    html.beta .body-ua #main.profile .box {
        width: 100%;
        margin: 0 0 20px 0;
    }

}

@media screen and (max-width: 1024px) {

    html.beta header .right .header-user a.profile,
    header .right span.username,
    html.beta .right .ar {
        margin: -1px;
        margin-top: 0;
    }

    header .right .header-user {
        margin-left: 0;
    }



    /* upto laptop or smaller screen+*/
    html.beta .premiums-block.odd .simple-prod:last-child {
        display: none !important;
    }

    html.beta .home-container.promote .bl {
        width: 30%;
    }

    html.beta .home-container.promote .bl.b2 {
        margin-left: 5%;
        margin-right: 5%;
    }

    html.beta .home-container.promote .ar {
        display: none;
    }

    html.beta .products.list .simple-prod .data {
        padding: 15px;
    }

    /* 
    html.beta .products.list .simple-prod .description {
        display: none;
    } */

    html.beta .products.list .simple-prod .title,
    html.beta .products.list .simple-prod .extra {
        margin: 0 0 8px 0;
    }

    html.beta .products.list .simple-prod .price {
        margin: 0;
    }

    html.beta .products.list .simple-prod,
    html.beta #bpr-seller.bpr-block .bpr-comp,
    html.beta .white .simple-prod {
        margin-bottom: 10px;
    }

    html.beta .real-detail ul.list-other-attributes li {
        width: 100%;
        padding-right: 0;
    }

    html.beta footer .cl {
        width: 25%;
    }

    html.beta footer .cl.cl4 {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    html.beta .search-wrap #location-picker .shower-wrap {
        width: 480px;
        margin-top: 16px;
    }

    html.beta .search-wrap #location-picker .shower {
        border-radius: 4px;
    }

    html.beta .search-wrap #location-picker .shower:before {
        content: "";
        position: absolute;
        left: 24px;
        width: 10px;
        height: 10px;
        top: -5px;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        background: #fff;
        transform: rotate(45deg);
    }
}

/* MAX 780 BEFORE*/
@media screen and (min-width: 769px) and (max-width: 790px) {

    html.beta header .right .header-user a.profile,
    header .right span.username {
        padding: 12px 12px;
    }

    html.beta .products.grid .prod-wrap .simple-prod,
    html.beta .products.list .simple-prod {
        height: 320px;
    }
}