@media screen and (max-width: 900px) {
    .row:after,
    .row:before {
        /*display: none !important;*/
    }
    #product_list.row {
        padding: 0px 15px !important;
    }
    h1{
        font-size: 32px !important;
    }
    h2{
        font-weight: 500;
        margin: 0px 0px 5px;
        font-size: 20px;
        line-height: 28px;
        padding: 0px 10px;
    }
    #myForm .reset-filter {
        height: 48px !important;
        font-size: 16px !important;
        margin: 30px 0px 20px auto !important;
        padding: 0px 7rem !important;
    }
    .sidebar_filter {
        padding: 0px !important;
        position: fixed !important;
        width: 100% !important;
        overflow: auto !important;
        background: #ffffff !important;
        top: 0 !important;
        left: 0 !important;
        height: 100%;
        border: none !important;
        border-radius: 0px !important;
        z-index: 111;
        display: none;
    }
    .cat_tree_filter > img {
        width: 38px;
        height: auto;
        padding: 7px;
        border: 0.5px solid #12326233;
        border-radius: 4px;
        cursor: pointer;
    }
    #categories {
        margin: 0px 0px 20px !important;
    }
    .cat_tree_filter {
        display: flex;

        justify-content: space-between;
        align-items: center;
        margin-bottom: 2em;
    }
    .close-filter {
        cursor: pointer;
        background-image: url("/static/image/redesign/close.svg");
        background-position: center;
        background-size: contain;
        width: 50px;
        height: 20px;
        background-repeat: no-repeat;
    }
    #filter_content > .head-tree {
        height: 84px;
        border-bottom: 1px solid #1232620D;
        background: #F2F6FD;
        display: flex;
        align-items: center;
        padding: 0px 15px;
    }
    #filter_content > .head-tree > .filter-h3 {
        font-size: 28px;
        font-weight: 600;
        margin: 0;
    }
    #filters {
        padding:0px 20px !important;
    }
    #myForm a::after {
        right: 15px !important;
    }
    .cat_tree_filter a::before {
        content: "<";
        padding: 0 5px;
        color: #123262;
    }

    .page-title {
        /*margin: 0px 0px 30px !important;*/
        margin: 0px 0px 0px !important;
        flex-direction: column;
        align-items: start !important;
    }
    #content_wrapper {
        padding: 0px !important;
    }

    #content > .content > div > p {
        padding-left: 15px !important;
    }
    .sort_items {
        text-align: right !important;
        align-items: end !important;
        flex-direction: column !important;
        width: 62% !important;
        margin: 0 !important;
    }
    #product_list > .list,
    .main_products,
    .cat_tree_filter,
    .head__item__list {
        padding: 0px !important;
    }
    .list {
        margin-bottom: 35px !important;
    }
    .sort_items label {
        margin-bottom: 10px !important;
        padding: 0px !important;
    }
    .sort_items select{
        width:100% !important;
        margin: 0px !important;
    }

    /*item-description*/
    h1 {
        margin: 0px 0px 2px !important;
        font-size: 32px !important;
    }
    .item-description {
        min-height: 145px !important;
    }
    .item-description h4 {
        text-align: left !important;
        font-weight: 600 !important;
        line-height: 130% !important;
        font-size: 16px !important;
        height: 40px !important;
        max-height: 50px !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
        margin: 10px 0px 0px !important;
    }
    .item-description > p > span:first-child, .specifics > span:first-child {
        display: inline-flex !important;
        flex: 1 !important;
        line-height: 120%;
    }
    .item-description > p, .item-description > p > b {
        height: auto !important;
    }
    .item-description > p,
    .item-description > h4 {
        margin: 4px 0px !important;
    }
    .item-description > p > b {
        color: #123262 !important;
    }
    .item-description > p,
    .item-description > p > b {
        font-size: 14px !important;
        height: auto !important;
        font-weight: 500 !important;
    }
    .item-description > p > span,
    .specifics > span {
        font-size: 14px !important;
        line-height: 130% !important;
        text-align: left !important;
        display: inherit !important;
        color: #a1a1a1 !important;
    }
    .dotted_line {
        border-bottom: 1px dotted !important;
        display: inline-flex !important;
        height: 13px !important;
        margin-right: auto !important;
        margin-left: 0 !important;
        flex: 1 !important;
        top: 0 !important;
        color: #a1a1a1;
    }
    .specifics span > b{
        font-size: 14px !important;
        font-weight: 500 !important;
    }
    .price-wrapper {
        padding: 10px 0px !important;
        /*border-bottom: 1px solid rgba(18, 50, 98, 0.1) !important;*/
    }
    .paginate {
        display: inline-flex !important;
        width: 100% !important;
    }
    .paginate ul {
        margin: 20px auto !important;
    }
    .nonprice {
        width: 100% !important;
    }
    /*item-description*/
    .bottom-block {
        flex-direction: column-reverse !important;
    }
    .per_page {
        margin: 0 0 0 auto !important;
    }
    .tui-pagination {
        width: 100% !important;
        justify-content: center !important;
        margin-top: 40px !important;
        gap: 13px !important;
    }
    .qty-find {
        border: 1px solid #b7c1cf;
        border-radius: 4px;
        height: 28px;
        padding: 0px 7px;
        margin-left: 0px !important;
    }
}
#categories {
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 40px;
    /*border: 1px solid #b7c1cf;*/
    border-radius: 4px;
}
#categories li {
    display: flex;
    align-content: center;
    padding: 0px 0px 5px;
}
#categories li.active a h4 {
    color: #123262;
    /*text-decoration: underline;*/
}
#categories li a h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #333;
}
.qty-find {
    border: 1px solid #b7c1cf;
    border-radius: 4px;
    height: 28px;
    padding: 0px 7px;
    max-width: 100px;
    text-align: center;
    margin-bottom: 15px;
}
.btn-submit {
    background-color: transparent;
    border: 0.5px solid #1232624D;
    width: 100%;
    height: 42px;
    border-radius: 40px;
    color: #123262;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-submit:active,
.btn-submit:hover {
    box-shadow: none;
    background-color: transparent;
    border: 0.5px solid #1232624D;
    color: #123262;
}
.criteriatext {
    width:100%;
    text-align:left;}
.catalog-list__box {
    height: 460px;
    text-align: center;
}
.catalog-list__box .image {
    position:relative;
    width:100%;}
.catalog-list__box hr {
    margin-top: 5px;
}
.catalog-list__box .button
{
    display:initial;
    position:absolute;
    top:initial;
    bottom:0px;
    right:0px;
    width:100%;
    padding:0 0 15px;
    text-align:center;
}
.catalog-list__box .catalogtext {
    width:100%;
}
.catalogtext p {
    height:50px;
}

.w180 {
    width: 180px;
    margin: 10px;
}

.ui-widget-content .ui-state-active, .ui-widget-content .ui-state-default {
    border-radius: 50px;
    background: #123262;
    border: none;
}
.ui-slider-handle {
    width:18px; height:18px;
    border-radius:9px;
}
.ui-slider-horizontal {
    height: 3px !important;
}
.ui-widget.ui-widget-content {
    border: none !important;
}
.ui-slider-horizontal .ui-slider-range {
    top: 100% !important;
    height: 2px !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -.4em;
}
.ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
}
.ui-widget-header {
    border: none;
    background: #b7c1cf;
}


H4 > DIV {
    font-size:16px;
    font-weight:normal;
}

.h1 {
    font-size: 21px;
    margin: 0 0 10px 0;
    clear: left;
}
.catalogtext h4 {
    font-size: 16px;
    font-weight: normal;
    padding: 0px 15px;
    height: 67px;
    overflow: hidden;
}
.list {
    padding: 0px 5px;
}
.catalog-list__box .image > img {

    /*object-fit: cover;*/
}
.catalog-list__box .image{
    border: 0.5px solid #1232624D;
    border-radius: 8px;
    min-height: 250px;
    max-height: 250px;
    height: 250px;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;

}

.brand-name{
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    color: #808080;
}
.button {
    display: flex !important;
    position: absolute !important;
    top: initial !important;
    bottom: 8px !important;
    right: 0 !important;
    left: 0;
    width: 100%;
    padding: 0 0 15px !important;
    text-align: center !important;
    flex-direction: column;
    align-items: center;
}
.btn-group.to_cart_compact{
    position: relative;
    /*width: 154px;*/
    display: inline-block;
}
.btn-group.to_cart_compact .btn:hover{
    left: 0px;
}
#product_list {
    position: relative;
    z-index: 1;
}
/* PRELOADER */
#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff82;
    justify-content: center;
    align-items: start;
    z-index: 9999;
    display: none;
    height: 100%;
}
.spinner {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-top-color: #003366;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 8em auto;
}

/*pagination*/
#pagination2 {
    display: flex;
}
#pagination2 .tui-is-selected:hover{
    color: #123262;
    background-color: rgba(242, 246, 253, 1);
}
#pagination2 a:hover{
    background-color: rgba(242, 246, 253, 1);
}
#pagination2 .tui-first,
#pagination2 .tui-prev,
#pagination2 .tui-next,
#pagination2 .tui-last {
    border: 1px solid rgba(18, 50, 98, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.05);
    border-radius: 50px;
    height: 25px;
    width: 25px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pagination2 > a {
    padding: 0px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    border: none;
    background-color: transparent;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
#pagination2 strong.tui-is-selected {
    border: none !important;
    border-radius: 2px;
    background: rgb(242, 246, 253);
    /*font-size: 13px;*/
    font-weight: 600;
    color: #123262;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    line-height: 100%;
}
/*pagination*/


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* PRELOADER */

/*.tui-pagination .tui-page-btn.tui-is-selected {*/
/*    background-color: #003366;*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*}*/
/*.tui-pagination .tui-page-btn.tui-is-disabled.tui-first,*/
/*.tui-pagination .tui-page-btn.tui-is-disabled.tui-next,*/
/*.tui-pagination .tui-page-btn.tui-is-disabled.tui-last,*/
/*.tui-pagination .tui-page-btn.tui-is-disabled.tui-prev {*/
/*    border:  1px solid #0033664f !important;*/
/*    height: 28px;*/
/*}*/
/*.tui-pagination .tui-page-btn.tui-is-disabled.tui-first > .tui-ico-first,*/
/*.tui-pagination .tui-page-btn.tui-is-disabled.tui-next > .tui-ico-next,*/
/*.tui-pagination .tui-page-btn.tui-is-disabled.tui-last > .tui-ico-last,*/
/*.tui-pagination .tui-page-btn.tui-is-disabled.tui-prev > .tui-ico-prev {*/
/*    color: #0033664f !important;*/
/*}*/
/*.tui-page-btn.tui-last,*/
/*tui-page-btn.tui-last > .tui-ico-last,*/
/*.tui-page-btn.tui-next,*/
/*tui-page-btn.tui-last > .tui-ico-next,*/
/*.tui-page-btn.tui-prev,*/
/*.tui-page-btn.tui-ico-prev,*/
/*.tui-page-btn.tui-first,*/
/*.tui-page-btn.tui-first.tui-ico-first {*/
/*    color: #003366 !important;*/
/*    height: 28px;*/
/*    border: 1px solid #036 !important;*/
/*}*/
/*.tui-pagination .tui-page-btn {*/
/*    color: #036;*/
/*    border: 1px solid #036;*/
/*    border-radius: 4px;*/
/*    margin: auto 3px;*/
/*    height: 28px;*/
/*}*/
/*.tui-pagination .tui-page-btn:hover {*/
/*    background-color: #0033663d;*/
/*}*/




.scroll {
    overflow-y: auto;
    /*max-height: 203px;*/
    /*overflow-x: hidden;*/
}
.scroll::-webkit-scrollbar-track {
    -webkit-border-radius:5px;
    border-radius:5px;
    background-color:#eee
}
.scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius:5px;
    border-radius:5px;
    background-color:#036;
}
.scroll::-webkit-scrollbar{
    width:10px;
    height:10px
}


/* Checkbox awesome */
.checkbox {
    padding-left:20px;
    margin-top:5px;
    margin-bottom:6px;}
.checkbox label {
    display: inline-flex;
    position: relative;
    padding-left: 5px;
    align-items: center;
}
.checkbox label::before {
    content:"";
    display:inline-block;
    position:absolute;
    width:18px;
    height:18px;
    left:0;
    margin-left:-20px;
    border: 0.5px solid #1232624D;
    border-radius:4px;
    background-color:#fff;
    -webkit-transition:border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition:border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition:border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 0px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #123262;
    border-radius: 4px;
}
.checkbox input[type="checkbox"] {
    opacity:0;
    z-index:1;

    top: 4px;
    margin-left: -19px;
    cursor: pointer;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    background-image: url("/static/image/redesign/check1box.svg");
    background-size: cover;
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity:0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color:#eeeeee;
    cursor:not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius:50%; }
.checkbox.checkbox-inline {
    margin-top:0; }
.checkbox.checkbox-single label {
    height:17px; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color:#428bca;
    border-color:#428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color:#fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color:#d9534f;
    border-color:#d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color:#fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color:#5bc0de;
    border-color:#5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color:#fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color:#f0ad4e;
    border-color:#f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color:#fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color:#5cb85c;
    border-color:#5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color:#fff; }

.radio {
    padding-left:20px; }
.radio label {
    display:inline-block;
    position:relative;
    padding-left:5px; }
.radio label::before {
    content:"";
    display:inline-block;
    position:absolute;
    width:17px;
    height:17px;
    left:0;
    margin-left:-20px;
    border:1px solid #cccccc;
    border-radius:50%;
    background-color:#fff;
    -webkit-transition:border 0.15s ease-in-out;
    -o-transition:border 0.15s ease-in-out;
    transition:border 0.15s ease-in-out;
    top:-3px
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 0px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #036;
    -webkit-transform:scale(0, 0);
    -ms-transform:scale(0, 0);
    -o-transform:scale(0, 0);
    transform:scale(0, 0);
    -webkit-transition:-webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition:-moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition:-o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition:transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity:0;
    z-index:1; }

.radio input[type="radio"]:checked + label::after {
    -webkit-transform:scale(1, 1);
    -ms-transform:scale(1, 1);
    -o-transform:scale(1, 1);
    transform:scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity:0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor:not-allowed; }
.radio.radio-inline {
    margin-top:0; }
.radio.radio-single label {
    height:17px; }

.radio-primary input[type="radio"] + label::after {
    background-color:#428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color:#428bca; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color:#428bca; }

.radio-danger input[type="radio"] + label::after {
    background-color:#d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color:#d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color:#d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color:#5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color:#5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color:#5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color:#f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color:#f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color:#f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color:#5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color:#5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color:#5cb85c; }


ul.filter-menu li{
    width: 100%;
    display: inline-flex;
    border:none;
}
.filter-menu {
    border: none;
}
.sel_wrapp{
    padding: 0px;
    margin: 0;
}
#myForm > ul {
    margin-top: 0px;
}
#myForm label {
    padding-left: 0px;
    font-weight: 600;
    cursor: pointer;
}

#myForm select {
    border: 1px solid #b7c1d0;
    border-radius: 4px;

    text-transform: capitalize;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #036;
    padding-left: 0;
}

/* select arrow*/
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    padding-right: 30px;
}
.custom-select-wrapper {
    position: relative;
}

.custom-select-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("/static/image/redesign/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    transition: transform 0.1s ease;
}


.custom-select-wrapper.open:after {
    transform: translateY(-50%) rotate(180deg);
}


/* select arrow*/
#myForm select {
    cursor: pointer;
}
#myForm select.filters[size] {
    width: 98%;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    padding: 0;
    background-color: #fff;
    box-sizing: border-box;
    overflow-y: auto;
    display: block;
}
select.filters[size="4"] {
    max-height: 120px;
}
select.filters[size="5"] {
    max-height: 150px;
}
select.filters[size="9"] {
    max-height: 220px;
}
#myForm select.filters option {
    padding: 5px ;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}
#myForm .filter-search {
    margin: 10px 0px;
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #b7c1d0;
    border-radius: 4px;
    height: 36px;
    font-size: 13px;
    font-weight: 500;
    color: #123262;
}
#myForm select option:checked {
    background-color: #f2f6fd;
    color: #123262;
    font-weight: 600;
}
.scroll .radio > label,
.scroll .checkbox > label {
    font-weight: 500;
    line-height: 100%;
    padding-left: 10px !important;
    cursor: default;
    font-size: 14px;
    color: #333;
}
#myForm > ul:nth-child(2) > p.p {
    text-transform: uppercase !important;
    margin: 10px 0px;
}
#myForm .collapsing {
    padding:0px 8px 0px 0px !important;
    margin: 0px !important;
    height: 0px;
    transition: height 0.3s ease;
}


.collapse.in {
    padding:0px 8px 0px 0px !important;
}
#myForm ul > select {
    /*width: 90%;*/
    height: 28px;
    margin-top: 15px;
}
#myForm .form-control {
    /*margin: 0px !important;*/
}
.sel_wrapp > p {
    display: none;
}
.cls{
    display: none;
    border: none;
    background: #fff
}
.cls > .fa-close {
    margin-right: 5px;
    margin-top: 10px;
}
.sel_wrapp.collapsing {
    display: none;
    transition: height 0.3s ease;
}
.sel_wrapp.collapse.in {
    display: inline-flex !important;
    justify-content: space-between;
    width: 100%;

    padding:0px 0px 0px 0px !important;
    margin: 0px !important;
}
#catalog_content > p {
    display: none;
}
#myForm .reset-filter > i {
    color: #fff;
    position: relative;
    bottom: 1px;
}
#myForm .reset-filter:active {
    box-shadow: none;
}

#myForm .reset-filter::before {
    content: "";
    width: 11px;
    height: 11px;
    background-image: url(/static/image/redesign/cleanFilter.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inherit;
    bottom: 1px;
}
#myForm .pull-left {
    display: flex;
    width: 100%;
    height: 34px;
    border: 0.5px solid #123262;
    background: #ffffff;
    color: #123262;
    font-size: 12px;
    font-weight: 400;
    border-radius: 100px;
    margin: 14px auto;
    justify-content: space-evenly;
    align-items: center;
    padding: 0px 4rem;
}
#myForm .filter-wrapper{
    position: relative;
    width: 100%;
}

 .button-float::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 100%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right-color: transparent;
    border-right-color: #123262;
}
.button-float:hover {
    background-color: #123262fc;
}
 .button-float {
     font-size: 14px;
     font-weight: 500;
     color: #FFFFFF;
     position: absolute;
     z-index: 750;
     top: -9999px;
     left: 100%;
     transform: translate(0, -50%);
     height: 32px;
     padding: 0 16px;
     margin-left: 6px;
     background-color: #123262;
     border-radius: 6px;
     cursor: pointer;
     box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
     display: flex;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flexbox;
     flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     justify-content: center;
     -webkit-justify-content: center;
     align-items: center;
     -webkit-align-items: center;
     grid-column-gap: 10px;
     border: 1px solid #123262;
}

#myForm .reset-filter {
    display: flex;
    width: 100%;
    height: 34px;
    border: 0.5px solid #1232624D;
    background: #ffffff;
    color: #A1A1A1;
    font-size: 12px;
    font-weight: 400;
    border-radius: 100px;
    margin: 14px auto;
    justify-content: space-evenly;
    align-items: center;
    padding: 0px 4rem;
}
.sidebar_filter {
    padding-left: 0;
    padding-top: 0px;
}

.breadcrumb {
    margin-bottom: 0px;
}
#cats > p:first-child{
    margin: 0 !important;
    align-items: end;
}
#cats > h1{
    margin: 0px 0px 20px 0px;
    text-align: left;
}
.head__item__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
    padding: 0px;
    align-items: end;
}
#goods_list {
    width: 100%;
    display: inline-block;
    position: relative;
}
#goods_list .manufact {
    color: #adadad;
}
.item-image {
    padding: 10px 10px 20px 10px;
    gap: 5px;
}
.specifics {
    margin: unset;
    justify-content: start;
    display: flex;
    padding: 0px;
}
.specifics > span:not(:first-child) {
    text-align: right;
    color: #333333;
}
.item-description > .properties > p,
.item-description h4 {
    margin: 4px 0px;
}
.item-description > .properties > p > b,
.specifics > span:last-child {
    width: 50%;
    overflow-wrap: break-word;
    display: block !important;
}
.item-description > .properties > p > span,
.specifics > span {
    color: #A1A1A1;
    font-size: 14px;
    line-height: 110%;
    width: 50%;
    text-align: left;
    display: inherit;
}
.nonprice {
    width: 154px;
    height: 38px;
    border: 1px solid #123262 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    background: #fff;
    color: #123262;
}
.item-goods {
    padding: 0px 0px 10px;
}
.item-goods-tiles {
    position: relative;
    height: 580px;
}
.item-goods-tiles .item-image {
    height: 275px;
}
.col-md-4.col-sm-12.col-12.item-image {
    border:none !important;
}
.col-md-4.col-sm-12.col-12.item-image >a{
    height: 100%;
}
.per_page select {
    width: 10%;
}
.sort_items select {
    width: 50%;
}
.sort_items {
    justify-content: end;
}
.sort_items {
    display: flex;
    align-items: center;
    padding: 0px;
    /*margin: -3px -10px 0px auto;*/
    /*margin: 0px 0px 0px auto;*/
}
.sort_items > select, .per_page > label {
    padding:0px;
}
.sort_items > select {
    display: block !important;
    height: 28px;
    width: 234px;
    padding: 0px;
    margin-left: 10px;
    margin-bottom: 0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 100%;
    background-color: #ffffff;
    background-image: none;
    color: #123262;
    font-weight: 500;
    box-shadow: none;
    text-align: end;
    border: 0.5px solid #1232624D;
}
.sort_items > label {
    font-size: 14px;
    font-weight: 400;
    color: #A1A1A1;
    padding: 0px;
}
.sort_items > select:focus,
.per_page > select:focus {
    box-shadow: none;
}
.brands {
    /*border: 1px solid #e5e5e5;*/
    height: 133px;
    padding: 0px 10px;
    overflow: hidden;
    column-count: 6;
}
.brand-list {
    display: flex;
    padding-left: 10px;
    width: 100%;
}
.brand-list > ul > li {
    font-size: 14px;
}
.show-more {
    margin: 10px auto;
    display: inline-block;
    padding: 5px;
    line-height: 100%;
    font-size: 15px;
    background: #123262;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    width: 135px;
    text-align: center;
}
.show-more > span {
    font-size: 14px;
}
.show-more .sh {
    display:none
}
.show-more.collapsed .hd {
    display:none
}
.show-more.collapsed .sh {
    display:inline-block!important
}
.show-more:hover {
    color: #fff;
    font-weight: normal;
}

#myForm > a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    width: 100%;
    display: inline-block;

    text-transform: capitalize;
}
#myForm > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("/static/image/redesign/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    transition: transform 0.1s ease;
}
#myForm > a[data-toggle="collapse"].rotated::after {
    transform: translateY(-50%) rotate(180deg);
}

#myForm > hr{
    margin: 10px 0px 20px;
}
.page-title {
    display: flex;
    min-height: 45px;
    align-items: end;
    gap: 10px;
    margin: 15px 0px 40px;

}
.page-title h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
}
.page-title span {
    line-height: 25px;
    margin: 0px;
    color: #A1A1A1;
}
.bottom-block {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    margin-bottom: 40px;
    align-items: center;
}
ul#pagination2 {
    padding-left: 0px;
}
.per_page {
    display: flex;
    gap: 10px;
    align-items: center;
}
.per_page > select {
    height: 26px;
    width: 49px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border-radius: 4px;
    border: 0.5px solid #10182833;
    margin:0;
    padding:5px 3px;
}
.per_page label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.wishlist-wrapper {
    min-height: 135px;
    max-height: 135px;
    height: 135px;
    display: inline-grid;
    width: 100%;
}
.wishlist-wrapper h4 {
    font-size: 16px;
    margin: 15px 0px 0px;
    font-weight: 600;
    line-height: 130%;
    height: 40px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}
.wishlist-wrapper .price {
    font-size: 20px;
    font-weight: 600;
    align-self: end;
    display: inline-block;
    height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(18, 50, 98, 0.1);
    margin: 0px 0px  15px;
    text-align: left;
}
.wishlist-wrapper .brand,
.wishlist-wrapper .article {
    font-size: 14px;
    color: #A1A1A1;
    line-height: 15px;
}
.wishlist-wrapper p.b-art {
    margin: 5px 0px;
    display: inline-flex;
    width: 100%;
    gap: 10px;
    height: 20px;
    max-height: 20px;
    align-items: center;
}
.wishlist-block .item-block {
    margin-bottom: 30px;
}
.cs-BYN {
    margin: 0 auto;
    font-weight: 600;
    font-size: 20px;
}
.item-goods-tiles .nonprice {
    width: 100%;
    height: 41px;
    border: 1px solid #123262 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    background: #fff;
    color: #123262;
    margin: 0 auto;
}
.item-goods-tiles .nonprice:hover{
    color: #123262;
}
.item-goods-tiles .nonprice {
    margin-bottom: 0em;
    margin-top: 2em;
}
.item-description h4 {
    font-weight: 600;
    line-height: 130%;
    font-size: 24px;
    height: 65px;
    max-height: 65px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.like, .liked {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 20px;
    height: 20px;
    z-index: 999;
    cursor: pointer;
}
.like img {
    width: 20px;
    height: 20px;
}