/*!
Theme Name: nelmwp
Text Domain: nelmwp
*/

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin: -5px 0 10px;
}

input.wpcf7-not-valid {
    border-color: red;
}

.irs-from,
.irs-to,
.irs-grid,
.irs-shadow,
.irs-min,
.irs-max,
.woocommerce-form-coupon-toggle,
.irs--round .irs-line,
.woof_submit_search_form_container {
    display: none !important;
}

.irs--round::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #7E7CF7;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}

.irs--round .irs-handle {
    background: #7E7CF7 !important;
    border: solid 6px #FFFFFF !important;
}

.irs-bar {
    height: 2px !important;
    top: 38px !important;
    background: #7E7CF7 !important;
    display: none !important;
}

.woof_price_filter_txt_slider input[type='number'] {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Wix Madefor Display', sans-serif;
    border-radius: 7px;
    border: solid 1px #111111;
    margin-bottom: 20px;
    width: 47%;
}

.woof_container_inner h4 {
    padding: 19px 33px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    border-radius: 12px;
    background-color: #8AFF6A;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.woof_container_inner h4::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url('./assets/img/main/filter.svg') no-repeat center center;
    position: absolute;
    right: 20px;
    top: 23px;
    transition: .3s;
    margin-bottom: 24px;
}

.close h4::after {
    transform: rotate(180deg);
}

.close .woof_block_html_items,
.close .woof_price_filter_txt_slider,
.close .irs {
    display: none;
}

.woof_list li {
    display: flex;
    align-items: flex-start;
    padding-left: 30px;
    position: relative;
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.woof_list li:last-child {
    margin-bottom: 0;
}

.icheckbox_square-blue {
    width: 18px !important;
    height: 18px !important;
    position: absolute;
    left: 0;
    top: 0;
    background: url('./assets/img/main/check.svg') no-repeat center center / contain !important;
    border: none !important;
}

.icheckbox_square-blue.checked {
    background: url('./assets/img/main/check-active.svg') no-repeat center center / contain !important;
}


.opacity {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}

.default-wrap {
    padding-top: 50px;
}

.scroll {
    margin-top: -150px;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
}

.header-search {
    position: absolute;
    right: 15px;
    top: 100px;
    width: calc(50% - 30px);
    background-color: #fff;
    padding: 15px;
}

.header-search input {
    border: solid 1px #000;
}

.header-wrap__meta--languages {
    font-size: 13px;
    font-weight: 700;
}

.header-wrap__meta--languages li {
    padding: 3px 0;
}

.header-wrap__meta--languages li:first-child {
    padding: 0;
}

.header-wrap__meta--languages a {
    color: #fff !important;
}

#modalCart .modal-wrap__form {
    display: none
}

.pagination {
    width: 100%;
    margin-top: 45px;
}

.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .nav-links .page-numbers {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 13px;
    border-radius: 6px;
    border: solid 1px #000000;
    margin: 0 4px;
    color: #000;
}

.pagination .nav-links .prev,
.pagination .nav-links .next {
    border: none;
}

.pagination .nav-links .next {
    transform: rotate(180deg);
}

.pagination .nav-links .current {
    color: #7E7CF7;
    border-color: #7E7CF7;
}

ul.woof_list li {
    flex-wrap: wrap;
}

.woof_childs_list {
    padding-left: 0;
}

@media (max-width: 550px) {
    .services-wrap .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .services-wrap .item-top__counter {
        display: none;
    }

    .services-wrap .item-title {
        max-width: calc(100% - 54px);
        padding-left: 20px;
        margin: 0;
        width: 100%;
    }

    .services-wrap .item-title br {
        display: none;
    }

    .services-wrap .item-title::before {
        display: none;
    }
}