.with-sales-banner .page.page-serp {
    margin-top: 140px !important;
    background-color: #F7F7F7;
}

.toolbar .nice-select {
    z-index: 3;
}
.page-serp .content{
    padding: 0;
}
.serp__content {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 42px 20px;
    font-family: 'Gill Sans';
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.8px;
    line-height: 18px;
    font-weight: 300;
}
/*.page--products .serp__content {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    background: #f9f8f6;*/
/*}*/
.serp__content strong {
    font-weight: 400;
}
.serp__header {
    margin-bottom: 27px;
    border-bottom: 1px solid #B4B4B4;
    display: flex;
}
.serp__sort {
    margin-left: auto;
    font-weight: 400;
    padding-right: 35px;
    position: relative;
    cursor: pointer;
    padding-bottom: 18px;
}
.serp__sort:after {
    content: " ";
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #787878;
    border-right: 2px solid #787878;
    transform: rotate(135deg);
    position: absolute;
    top: -2px;
    right: 3px;
}
.serp__sort_dropdown {
    display: none;
    z-index: 3;
    position: absolute;
    top: 24px;
    right: 0;
    padding: 14px;
    width: 134px;
    border: 1px solid #D6D6D6;
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.10);
}
.serp__sort:hover .serp__sort_dropdown {
    display: block;
}
.serp__sort_dropdown a {
    display: block;
    font-size: 12px;
    color: #000000;
    line-height: 22px;
    font-weight: 300;
}
.serp__sort_dropdown a:hover,
.serp__sort_dropdown a.active {
    font-weight: 400;
}
.serp__filters {
    width: 240px;
    overscroll-behavior: none;
    font-family: "Gill Sans";
    letter-spacing: 0.8px;
    line-height: 18px;
}

.serp__filters__button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 0;
}
.serp__filters__button span {
    padding-left: 3px;
}
.serp__filters__container {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    overscroll-behavior: none;
}

body::-webkit-scrollbar {
    display: none;
}

.serp__body.show-filters,
.archive-product__body.show-filters{
    display: flex;
    flex-wrap: wrap;
}
.serp__body.show-filters .products__list {
    width: calc(100% - 240px);
    row-gap: 60px;
    margin-top: 0;
}
.archive-product__body.show-filters .row {
    width: calc(100% - 240px);
    margin-top: 0;
}
.serp__filters__container {
    display: none;
}
.serp__body.show-filters .serp__filters__container {
    display: block;
}
.archive-product__body.show-filters .serp__filters__container {
    display: block;
}
.serp__filters__button__visible_label {
    display: none;
}
.serp__body.show-filters .serp__filters__button__hidden_label {
    display: none;
}
.serp__body.show-filters .serp__filters__button__visible_label {
    display: inline;
}
.archive-product__body.show-filters .serp__filters__button__hidden_label {
    display: none;
}
.archive-product__body.show-filters .serp__filters__button__visible_label {
    display: inline;
}
.serp__filters__filter {
    border-bottom: 1px solid #B4B4B4;
    max-width: 164px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.serp__filters__filter__label {
    position: relative;
    padding: 17px 0;
    cursor: pointer;
}
.serp__filters__filter__label:after {
    content: " ";
    display: block;
    width: 13px;
    height: 13px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
    position: absolute;
    top: 15px;
    right: 3px;
}
.serp__filters__filter.opened .serp__filters__filter__label:after {
    border-right: none;
    transform: rotate(0);
    top: 25px;
    width: 16px;
}
.serp__filters__filter:first-child {
    border-top: 1px solid #B4B4B4;
    margin-top: 20px;
}
.serp__filters__filter__body {
    /* max-height: 0;
    overflow: hidden;
    transition: all .2s linear; */
    display: none;
}
.serp__filters__filter.opened .serp__filters__filter__body {
    /* max-height: 300px; */
    display: block;
    padding-bottom: 20px;
}
.filter_type__range__min,
.filter_type__range__max {
    font-weight: 300;
}
.filter_type__range__max {
    float: right;
}
.filter_type__color__label {
    background-size: cover;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.filter_type__color__label input {
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: 0;
}
.filter_type__color__label input:focus,
.filter_type__color__label input:checked {
    outline: 0;
}
.filter_type__color__label input:checked:after {
    content: " ";
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: -7px 0 0 -3px;
}
.filter_type__color__container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.filter_type__list__label {
    text-transform: none;
    display: block;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.filter_type__list__label:last-child {
    margin-bottom: 0;
}
.filter_type__list__label:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.50);
}
.filter_type__list__label input {
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: 0;
}
.filter_type__list__label input:focus,
.filter_type__list__label input:checked {
    outline: 0;
}
.filter_type__list__label input:checked::after {
    content: " ";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    top: 4px;
    left: 4px;
}
.serp__filters__clear {
    display: block;
    margin-top: 20px;
    color: #747474;
    font-weight: 400;
    font-size: 12px;
    position: relative;
}
.serp__filters__clear:focus,
.serp__filters__clear:hover {
    color: #747474;
}
.serp__filters__clear:after {
    content: "×";
    font-size: 24px;
    font-weight: 100;
    display: block;
    position: absolute;
    top: 0px;
    left: 52px;
}
.serp__not_found__text {
    border-top: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
    margin-bottom: 20px;
    padding: 37px 0 20px;
}
.serp__not_found__text p {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.8px;
    line-height: 18px;
    margin-bottom: 5px;
}
.serp__not_found__strong {
    font-weight: 400;
}
.serp__not_found__text .p1 {
    margin-bottom: 20px;
}
.serp__not_found__text .p2 {
    margin-bottom: 35px;
}
.serp__not_found__links a {
    font-size: 17px;
    line-height: 28px;
    color: #000;
    text-decoration: underline;
    display: block;
}
.serp__body h2 {
    font-weight: 300;
    font-size: 30px;
    color: #000000;
    letter-spacing: 0.75px;
    line-height: 30px;
    width: 240px;
    margin-top: 0
}
.serp__filters__button__image {
    width:19px;
    height:15px;
    margin-top: -4px;
}
.serp__not_found .products__list__product:nth-child(4n) {
    display: none;
}
.serp__bottom__body .load-more {
    color: #00101c;
    font-size: 14px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: .5px;
    margin: 54px auto 28px;
    display: block;
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-family: "GillSans",Arial,sans-serif;
    width: 166px;
    height: 53px;
    background-color: white
}
.serp-hide-on-desktop {
    display: none !important;
}
@media (max-width: 1439px) {
    .serp__body.show-filters .products__list {
        width: calc(100% - 200px);
    }
    .archive-product__body.show-filters .row {
        width: calc(100% - 200px);
    }
    .serp__filters {
        width: 200px;
    }
    .serp__body h2 {
        width: 200px;
    }
}
@media (max-width: 1024px) {    
    .serp__sort {
        font-size: 12px;
    }

    .serp__sort:after {
        width: 11px;
        height: 11px;
        top: 0px;
    }

    .serp__filters__container {
        overflow-y: scroll;
    }

    .serp__filters__button {
        font-size: 12px;
    }

    .serp__filters__button__image {
        width: 16px;
        height: 13px;
    }

    .serp__filters__filter {
        font-size: 12px;
    }

    .serp__filters__filter__label:after {
        width: 12px;
        height: 12px;
        top: 16px;
    }

    .serp__not_found__strong.p1 {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .serp__not_found__text .p2 {
        font-size: 12px;
        margin-bottom: 22px;
    }

    .serp__not_found__text .p {
        font-size: 14px;
    }

    .serp__not_found__links a {
        font-size: 12px;
        line-height: 24px;
    }

    .serp__not_found__text {
        padding: 26px 0 10px;
    }

    .serp__body h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .serp__content {
        padding-bottom: 70px;
    }

    .serp__bottom__body .load-more {
        margin-bottom: 0;
    }
}
@media (max-width: 940px) {
    .serp__filters {
        width: 190px;
    }
    .serp__body.show-filters .products__list {
        width: calc(100% - 190px);
    }
    .archive-product__body.show-filters .row {
        width: calc(100% - 190px);
    }
}
@media (max-width: 767px) {
    .serp__filters__button__visible_label {
        margin-right: 16px;
    }
    .with-sales-banner .page.page-serp {
        margin-top: 100px !important;
    }
    .serp__content {
        padding: 20px 14px
    }
    .serp__header {
        margin-bottom: 10px;
    }
    .show-filters .serp__filters {
        width: 234px;
        padding: 16px 0;
        margin: 0;
        position: fixed;
        left: 0;
        bottom: 0;
        height: calc(100% - 61px);
        background-color: #FAFAFA;
        z-index: 3;
    }
    .show-filters .serp__filters .filter__inner_block {
        margin: 0 16px;
    }
    .show-filters .serp__filters:after {
        content: " ";
        display: block;
        z-index: 3;
        background-color: #000;
        opacity: .3;
        position: fixed;
        /*height: calc(100vh - 61px);*/
        height: calc(100% - 61px);
        /*height: calc(100vh  - 61px);*/
        /*height: calc(calc(var(--vh, 1vh) * 100) - 61px);*/
        width: calc(100vw - 234px);
        right: 0;
        bottom: 0;
    }
    .with-sales-banner .show-filters .serp__filters {
        /*height: calc(100vh - 86px);*/
        height: calc(100% - 86px);
        /*height: calc(100vh  - 86px);*/
        /*height: calc(calc(var(--vh, 1vh) * 100) - 86px);*/
    }
    .with-sales-banner .show-filters .serp__filters:after {
        /*height: calc(100vh - 86px);*/
        height: calc(100% - 86px);
        /*height: calc(100vh  - 86px);*/
        /*height: calc(calc(var(--vh, 1vh) * 100) - 86px);*/
    }
    .serp__body.show-filters .products__list {
        width: 100%;
        margin-top: 49px;
    }
    .archive-product__body.show-filters .row {
        width: 100%;
        margin-top: 49px;
    }
    .serp__filters__filter {
        max-width: 100%;
    }
    .show-filters .serp__filters__button {
        margin-left: auto;
        display: block;
    }
    .serp__filters__filter:first-child {
        margin-top: 10px;
    }
    .serp__body.show-filters {
        display: block;
    }
    .archive-product__body.show-filters {
        display: block;
    }
    .filter_type__color__container,
    .filter_type__range__container {
        max-width: 162px;
    }
    .filter_type__color__label {
        width: 20px;
        height: 20px;
    }
    .filter_type__color__label input:checked:after {
        width: 26px;
        height: 26px;
    }
    .serp__body.show-filters form .simple-button {
        position: fixed;
        bottom: 0;
        margin: 0;
        width: 117px;
        left: 117px;
        background-color: #000;
        border: 1px solid #000;
        color: #fff;
    }
    .serp__body.show-filters form .serp__filters__clear {
        position: fixed;
        bottom: 0;
        margin: 0;
        left: 0;
        background: none repeat scroll 0 0 transparent;
        border: 1px solid #979797;
        border-spacing: 0;
        font-size: 14px;
        line-height: 16px;
        color: #707070;
        padding: 11px 0;
        text-align: center;
        width: 117px;
        letter-spacing: 1px;
        font-weight: 400;
        margin: 0;
        text-transform: uppercase;
        background-color: #FAFAFA;
    }
    .serp__body.show-filters form .serp__filters__clear:after {
        display: none;
    }
    .serp__body.show-filters .serp__filters__container {
        /*height: calc(100% - 60px);*/
    }
    .archive-product__body.show-filters form .simple-button {
        position: fixed;
        bottom: 0;
        margin: 0;
        width: 117px;
        left: 117px;
        background-color: #000;
        border: 1px solid #000;
        color: #fff;
    }
    .archive-product__body.show-filters form .serp__filters__clear {
        position: fixed;
        bottom: 0;
        margin: 0;
        left: 0;
        background: none repeat scroll 0 0 transparent;
        border: 1px solid #979797;
        border-spacing: 0;
        font-size: 14px;
        line-height: 16px;
        color: #707070;
        padding: 11px 0;
        text-align: center;
        width: 117px;
        letter-spacing: 1px;
        font-weight: 400;
        margin: 0;
        text-transform: uppercase;
        background-color: #FAFAFA;
    }
    .archive-product__body.show-filters form .serp__filters__clear:after {
        display: none;
    }
    .archive-product__body.show-filters .serp__filters__container {
    }
    .serp__not_found__text {
        padding: 16px 0 10px;
        text-align: center;
    }
    .serp__not_found__text .p2 {
        margin-bottom: 14px;
    }
    .serp__not_found__text p {
        font-size: 14px;
    }
    .serp__not_found__links a {
        line-height: 20px;
    }
    .serp__body h2 {
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 20px;
    }
    .serp__body h2 br {
        display: none;
    }
    .serp__not_found .serp__body.show-filters .products__list {
        margin-top: 15px;
    }
    .serp__not_found .product__details__colors {
        display: none;
    }
    .serp__not_found .serp__body.show-filters .products__list {
        gap: 10px;
    }
    .serp__not_found .products__list__product {
        width: calc(25% - 7.5px);
        max-width: calc(25% - 7.5px);
    }
    .serp__not_found .products__list__product:nth-child(4n) {
        display: block;
    }
    .serp__bottom__body .load-more {
        margin-bottom: 50px;
    }
    .serp-hide-on-desktop {
        display: block !important;
    }
    .toolbar .woocommerce-ordering {
        position: unset;
        /*left: 50%;*/
        /*top: -7px; */
    }
}
@media (max-width: 550px) {
    .with-sales-banner .page.page-serp {
        margin-top: 95px !important;
    }
    .serp__header {
        padding-bottom: 7px;
        position: relative;
        margin-bottom: 6px;
    }
    .serp__header span {
        font-size: 14px;
    }
    .serp__sort {
        position: absolute;
        right: 0;
        padding: 0;
        top: 33px;
    }
    .serp__sort:after {
        display: none;
    }
    .serp__sort_dropdown {
        top: 4px;
    }
    .serp__body.show-filters .products__list {
        width: 100%;
        margin-top: 30px;
    }
    .archive-product__body.show-filters .row {
        width: 100%;
        margin-top: 30px;
    }
    .serp__not_found .serp__body.show-filters .products__list {
        gap: 8px;
        margin-top: 0px;
    }
    .serp__not_found .products__list__product {
        width: calc(50% - 4px);
        max-width: calc(50% - 4px);
        margin-top: 15px;
    }
}

.filter_type__range__container {
    padding-left: 6px;
}

@supports (-webkit-overflow-scrolling: touch) {
    .filter_type__range__container {
        padding-left: 8px;
    }

}

.hidden-checkbox {
    width: 0;
    height: 0;
}

/*.lmp_products_loading {*/
/*    display: none !important;*/
/*}*/

.results-loader {
    margin-top: 0px !important;
}
