.header__action-btn,
.header__action-link,
.checkout-page__main-content .already-account {
    display: none;
}

.custom-cookie-outer .btn.btn-custom-cookie-accept.hs-text {
    background: #1c4220;
    color: #fff;
}

.wpcf7-form-control.wpcf7-acceptance a {
    text-decoration: underline;
}

.wpcf7-acceptance label {
    line-height: 1.3;
    padding-right: 28px;
    padding-right: calc(0.34375rem + 15px);
    display: inline-block;
    position: relative;
}

.wpcf7-acceptance label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance label .wpcf7-list-item-label::before {
    content: "";
    background: #fff;
    border: 1px solid #1c4220;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -1px;
    right: 0;
}

.wpcf7-acceptance label input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before {
    background: #1c4220;
}

.wpcf7-acceptance label .wpcf7-list-item-label::after {
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 8px;
    height: 4px;
    position: absolute;
    top: 4px;
    right: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    visibility: hidden;
}

.wpcf7-acceptance label input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after {
    opacity: 1;
    visibility: visible;
}

.footer-newsletter .wpcf7-acceptance {
    font-size: 0.6875rem;
}

.footer-newsletter label + .wpcf7-form-control-wrap {
    margin-top: 6px;
    display: block;
}

.form--contact .form-row--submit {
    margin-bottom: 12px;
}

.form--contact .wpcf7-form-control-wrap:has(.desktop-show) {
    display: none;
}

.woocommerce-input-wrapper .checkbox_label a {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .footer-newsletter .wpcf7-acceptance {
        font-size: 0.875rem;
    }

    .form--contact .wpcf7-form-control-wrap:has(.desktop-show) {
        display: block;
        max-width: 80%;
        margin-inline-start: 1.125rem;
    }

    .form--contact .wpcf7-form-control-wrap:has(.mobile-show) {
        display: none;
    }

    .contact__content-wrap .form-info-wrap {
        padding-bottom: 4rem;
    }

    .checkout-page__main-content .woocommerce-checkout #order_review #payment .place-order .woocommerce-terms-and-conditions-wrapper {
        padding-bottom: 1.3125rem;
    }
}

@media (min-width: 1025px) {
    .shop__main-content .filters .content-wrap .subcategories-wrap:has(.flickity-enabled) {
        width: 100%;
        max-width: calc(100% - 7.5rem);
    }

    .shop__main-content .filters .subcategories-wrap .subcategories-list {
        overflow: initial;
        white-space: normal;
        scrollbar-width: auto;
    }

    .shop__main-content .filters .subcategories-wrap .subcategories-list.flickity-enabled {
        display: block;
    }

    .shop__main-content .filters .subcategories-list.flickity-enabled li {
        margin-right: 0.5625rem;
    }

    .shop__main-content .filters .subcategories-list:not(.flickity-enabled) li:nth-child(5)~li {
        display: none;
    }

    .shop__main-content .filters .content-wrap .subcategories-wrap:has(.no-slider) {
        width: calc(100% - 105px);
    }

    .shop__main-content .filters .content-wrap .subcategories-wrap ul.subcategories-list.no-slider {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

/* Recaptcha hide */
.grecaptcha-badge {
    display: none !important;
}

/* prodcut page accordion title fix */
.single-summery .accordion .accordion-item[data-key="description"] .accordion-button {
    text-indent: -9999px;
    overflow: hidden;
}

.single-summery .accordion .accordion-item[data-key="description"] .accordion-button::before {
    content: 'תיאור מוצר';
    display: block;
    text-indent: 0;
}

.single-summery .accordion .accordion-item[data-key="description"] .accordion-button::after {
    text-indent: 0;
}