@media screen and (max-width: 1060px) {  /* one side view*/
    #wrapper,
    .footer-menu {max-width: 815px;}
    .right-side,
    .phones,
    .lan_corner,
    .bgLandFooter,
    .banner-wrapper {display: none;}
    .link-mob-view {display: inline;}
    .app-download,
    .side-contact {display: block;}
    .bottom-menu {justify-content: center;}
    .bottom-menu a {margin: 15px 15px 0 15px;}
    .copyright {margin-top: 20px; text-align: center;}
}

@media screen and (max-width: 815px) {    /* no side view*/
    body {background: none;}
    .content {padding-top: 5px;}
    #container {max-width: 100%; box-sizing: border-box; padding: 0 10px 20px 10px;}
    .mob-header-bg,
    .mob-search,
    .mob-side {display: block;}
    .left-side,
    .main-banner,
    .header-top,
    .top_menu {display: none;}
    .mob-shipping,
    .footer-menu {padding: 0 10px 10px 10px;}
    .order-stat-tbl,
    .order-stat-tbl-inputs textarea,
    .order-stat-tbl-inputs input[type="email"],
    .order-stat-tbl-inputs input[type="text"] {width: 100%;}
    .order-stat-tbl td {padding: 5px;}
    .mob-shipping {display: flex; box-sizing: border-box; }
    .copyright {margin: 0;}
}

@media screen and (max-width: 575px) {
    .mob-header-bg {height: 200px;}
    .pill-item {flex-direction: column; align-items: flex-start;}
    .ed-per-pill,
    .product-tbl-bestsale {display: none;}
    .ed-pack-title {padding: 8px 0 8px 10px;}
    .faq ul {margin-left: 15px;}
    .faq ul li a {font-size: 12px;}
    .cart-pill-img {width: 50px;}
    .product-tbl-buy,
    .product-tbl-save a {padding: 0;}
    .product-tbl-buy::before {background: none;}
    .category_block ul {display: block;}
    .category_block ul li {width: auto;}
}

@media screen and (max-width: 425px) {
    .cart-pill-img {width: 10px;}
    .cart-pill-img img {display: none;}
    .cart-pill-list td {padding: 10px 0;}
}