
@media (max-width: 1300px) {
    .filtered-categories .items > .item {
        width: 25%;
    }
}

@media (max-width: 1000px) {
    body .tablet {
        display: block;
    }

    .filtered-categories .items > .item {
        width: 33.333%;
    }
}

@media (max-width: 800px) {
    .block-fix {
        padding-left: 20px;
        padding-right: 20px;
    }

    .filtered-categories .items > .item {
        width: 50%;
    }

    .categories {
        display: none;
    }
}

@media (max-width: 700px) {
    .popup.popup-cart {
        position: absolute;
    }
    .popup.popup-cart > .popup-wrapper {
        align-items: normal;
        height: auto;
    }

    .popup-cart table.products > thead {
        display: none;
    }
    .popup-cart table.products > tbody > tr {
        display: flex;
        flex-direction: column;
    }
    .popup-cart table.products > tbody > tr > td {
        display: block;
        padding: 8px 20px;
    }
    .popup-cart table.products > tbody > tr > td:first-child {
        padding-top: 20px;
    }
    .popup-cart table.products > tbody > tr > td:last-child {
        padding-bottom: 20px;
    }
    .popup-cart table.products td {
        color: #383838;
    }
    .popup-cart table.products td > label {
        display: inline-block;
        color: #697E98;
        margin-right: 5px;
    }
    .popup-cart table.products td > .actions {
    }
    .popup-cart table.products .actions > .quantity {
        border: 1px solid #CDDBEB;
    }
    .popup-cart table.products .actions > .ico-delete {
        width: 42px;
        height: 42px;
        border: 1px solid #CDDBEB;
        border-radius: 10px;
    }
}

@media (max-width: 600px) {
    #header > .block-fix, 
    .filtered-categories > section, 
    .categories > .block-fix {
        transform: none;
    }

    body .mobile {
        display: block;
    }

    #header .about {
        display: none;
    }

    h1 {
        font-size: 44px;
    }
    h2 {
        font-size: 38px;
    }

    .filtered-categories .block-gallery {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .filtered-categories  .wp-block-gallery .wp-block-image {
        width: 100vw !important;

    }
    /*.filtered-categories .gallery img, 
    .filtered-categories  .wp-block-gallery .wp-block-image img {
        display: block !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }*/
    .filtered-categories .items > .item {
        width: 100%;
    }

    .popup-cart .order {
        margin-top: 0px;
    }

    .popup-cart .frm-row {
        flex-direction: column;
    }
    .popup-cart .frm-item {
        margin-right: 0px;
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
}

@media (max-width: 400px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}
/* end mobile styles */