.category-banner {
    width: 100%;
    margin-bottom: 39px;
    max-height: 200px;
    object-fit: fill;
}
.category-page-content {
  min-height: calc(100vh - 580px);
}

.category-products-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 31px;
}

.category-page-products {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.select .value {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #1a274e;
    padding: 15px 16px;
    background: #F4F4F8;
    border: 1px solid #DEDEE3;
    width: 100%;
}

.category-products-heading .select {
    max-width: 244px !important;
}

.select .value {
    position: relative;
    min-width: 180px;
    border-radius: 100px;
}

.select .value::before {
    content: url("/images/basket/selectArrow.svg");
    border: none;
    top: 31%;
    right: 16px;
    width: unset;
    height: unset;
}

.selects > div:first-child, .order-form-item > div:first-child {
    margin-right: 16px;
}

.select .list ul li:hover, .select .list ul li.hovered {
    color: #1a274e;
    background: #DEDEE3;
}

.select .list {
    box-shadow: none;
    background: #F4F4F8;
    border: 1px solid #DEDEE3;
    border-top: 0;
    top: 56px;
}

.select:focus .value {
    border-bottom: 1px solid transparent;
}

.select {
    max-width: 244px;
    width: 100%;
}

.rot .value:before {
    transform: rotate(180deg);
}

.product-item {
    margin-bottom: 40px;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 124px;
}

.pagination a:first-child img {
    transform: rotate(180deg);
}

.pagination .disabled img {
    opacity: 0.4;
}

.pagination a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    width: 32px;
    height: 32px;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 6px;
    padding-top: 3px;
}

.pagination a.active {
    background: #D61518;
}

.cat-prod-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #1a274e;
}

.category-page-products {
    margin-bottom: 40px !important;
}


@media (max-width: 1370px) {
    .product-item {
        max-width: 292px;
        width: auto;
    }

    .product-img img {
        width: 100%;
    }

    .cat-prod-title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 780px) {
    .category-products-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cat-prod-title {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 20px;
        font-size: 20px;
    }

    .category-banner {
        margin-bottom: 24px;
        max-height: 150px;
        object-fit: fill;
    }

    .select {
        max-width: 100%;
    }

    .category-products-heading {
        margin-bottom: 24px;
    }

    .category-products-heading .select {
        max-width: 100% !important;
    }
}

@media (max-width: 630px) {
    .product-container {
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
        -webkit-column-gap: 11px;
        -moz-column-gap: 11px;
        column-gap: 11px;
        margin-bottom: 20px;
    }

    .pagination {
        margin-bottom: 20px;
    }
}

@media (max-width: 570px) {
    .product-container {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}


@media (max-width: 380px) {
    .product-container {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}
