/*!
Theme Name: biolabwp
Version: 1.0.0
Text Domain: biolabwp
*/

.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-bottom: 5px;
}

.wpcf7-spinner {
    position: absolute;
}

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

.open-modal {
    cursor: pointer;
}

.pagination {
    width: 100%;
}

.pagination .nav-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.pagination .page-numbers {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 10px;
    color: #232323;
}

.pagination .current {
    background-color: #3150A0;
    color: #fff;
}

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

.woof_container {
    margin-bottom: 39px;
    padding-bottom: 39px;
    border-bottom: solid 1px #3150A0;
}

.woof_container h4 {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
}

.woof_container h4::after {
    content: '';
    display: block;
    width: 12px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 8px;
    background: url('./assets/img/main/arr-black.svg') no-repeat center center / contain;
    transition: .3s;
}

.woof_container ul {
    padding-top: 29px;
    margin-top: 0;
}

.woof_container ul li {
    margin-bottom: 12px;
}

.woof_list_checkbox li div {
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    overflow: hidden;
    position: absolute !important;
}

.woof_container ul li label {
    font-size: 13px;
    font-weight: 400 !important;
    width: 100%;
    padding-left: 25px;
    position: relative;
    z-index: 2;
}

.icheckbox_square-blue.checked {
    background: url('./assets/img/main/check.svg') no-repeat center center / 14px #fff;
}

.woof_container.close {
    border-color: #3150A02B;
}

.woof_container.close ul {
    display: none;
}

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

.woof_submit_search_form_container {
    display: none;
}

.modal-wrap__form .row-flex {
    display: none;
    gap: 15px;
    flex-wrap: wrap;
}

.modal-wrap__form .row-flex .item {
    width: 100%;
    max-width: calc((100% - 15px) / 2);
    margin-bottom: 0;
}

.modal-wrap__form .row-flex .item label span::after {
    top: -1px;
}

.modal-wrap__form .row-first {
    display: flex;
}

#totalKg,
#totalPrice {
    display: inline;
}

.modal-wrap__form .row-form .btn {
    display: none;
}

.modal-wrap__form .row-form .btn-fake {
    display: flex;
}

.modal-wrap__form .row-form textarea {
    display: none;
}

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

.header-wrap__nav ul .current_page_item a {
    color: #3150A0;
}

.custom-range {
    height: 10px;
    position: relative;
    z-index: 2;
    border: none;
}

.header-wrap__nav ul .active-language .sub-menu {
    width: 100px;
}

@media (max-width: 1024px) {
    .woof_submit_search_form_container {
        display: block;
    }

    .woof_reset_search_form {
        display: none;
    }

    .woof_submit_search_form {
        max-width: 300px;
        width: 100%;
    }

    .catalog-wrap__flex--sidebar-filter {
        background-color: #F1F1F1;
    }

}

@media (max-width: 550px) {
    .modal-wrap__form .row-flex .item {
        max-width: 100%;
    }
}



.format-wrap__content--list .item-text p {
    margin-bottom: 15px;
}

.format-wrap__content--text h3 {
    font-size: 26px;
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .services-wrap__list .wrapper:last-child {
        display: none;
        position: absolute;
    }
}

@media (max-width: 550px) {
    .format-wrap__content--text h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
}