/*
Theme Name: TP Twenty Twenty-Four Child
Theme URI: http://tp-sites.co.il
Description: TP Twenty Twenty-Four Child Theme
Author: TP Sites
Author URI: http://tp-sites.co.il
Template: twentytwentyfour
Version: 1.0.0
*/


/* Importing the parent theme's stylesheet */

@import url("../twentytwentyfour/style.css");
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
:root {
    --color1: #849e63;
    --color2: #cae3ae;
    --color3: #f2eff1;
    --color4: #daebc6;
    --color5: #d9ebc5;
    --color6: #c6d2b7;
    --wheat: #fff;
    --text: #222;
    --price: #222;
}

* {
    box-sizing: border-box;
    font-family: "Heebo", sans-serif !important;
}


/* Add custom styles below the import line in style.css */

body {
    padding: 125px 0 0;
    background-color: var(--wheat);
}

body {
    --wp--style--global--content-size: 1320px;
    --wp--style--global--wide-size: 1320px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {}

footer {
    background-color: var(--color5);
    background-image: linear-gradient(to bottom left, var(--color5), var(--wheat));
    margin: 3em 0 0;
    position: relative;
    width: 100%;
    display: block;
}

footer::after {
    background: url(images/flowers_footer.png) no-repeat left bottom;
    margin: 0;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

footer .has-global-padding {
    /* padding-top: var(--wp--preset--spacing--30);
    padding-bottom: var(--wp--preset--spacing--30); */
}

.tp_site_footer {
    max-width: 100% !important;
    position: relative;
    z-index: 3;
    padding: 4em 2em 0em;
}

.tpfooter {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    color: var(--color1);
    font-size: 1em;
    flex-direction: column;
}

.tpfooter a {
    color: var(--color1);
    text-decoration: none;
}

.tpfooter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tpfooter ul li {
    width: 100%;
}

.tpfooter_menu {
    width: 100%;
}

.tpfooter_info {
    width: 100%;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 1em 0;
    margin: 1em 0;
}

.tpfooter_form {
    width: 100%;
}

.clickhere {
    color: var(--color1) !important;
    font-weight: 700;
    text-decoration: underline !important;
}

.tpicons {
    display: flex;
    width: 100%;
    padding: 10px 0 0;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.tpicon {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 0 0 8px;
}

.tp_site_header {
    width: 100%;
    max-width: var(--wp--style--global--wide-size);
    margin: 0 auto !important;
    padding: 10px 0 0;
}

.tp_site_header p {
    margin: 0;
    padding: 0;
}

.tp_header_line {
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid var(--color6);
    padding: 0 0 10px;
    margin: 0;
}

.tp_header_links p {
    display: none;
}

.tp_site_logo {
    float: right;
    padding: 0 10px 0 0;
}

.header_en .tp_site_logo {
    float: left;
    padding: 0 0 0 10px;
}

.tp_site_logo img {
    height: 60px;
}

.tp_search {
    width: 21px;
    margin: 3px !important;
}

.tp_header_links .demo-icon {
    font-size: 20px;
    line-height: 1;
    margin: 0 0;
}

.tp_header_links a {}

.tpasfw-search-box {
    margin: 15px 0 0 0;
    display: inline-block;
}

.tp-header-messages {
    margin: 0 0 5px;
    font-size: 12px;
}

.tp-products-carousel p {
    margin: 0;
    width: 100%;
}

.products li .star-rating {
    display: none !important;
}

.tp-products-carousel .star-rating {
    display: none;
}

.tp-products-carousel .custom-star-rating {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0;
    position: relative;
    top: -30px;
    height: 0;
}

.wc-block-mini-cart__items {
    /* WebKit-based browsers */
    overflow-y: auto;
}

.wc-block-mini-cart__items::-webkit-scrollbar {
    width: 5px;
}

.wc-block-mini-cart__items::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.wc-block-mini-cart__items::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.wc-block-mini-cart__items::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* Firefox */

.wc-block-mini-cart__items {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.wp-block-woocommerce-mini-cart-title-block {
    font-size: 1.3rem !important;
}

li.product {
    position: relative;
}

li.product h3 {
    padding: 0 1em;
}

li.product h3 a {
    font-size: 0.8em;
}

li.product {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--color2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}

.woocommerce ul.products li.product .button,
li.product .wp-block-button__link {
    background: var(--color2);
    color: var(--text);
    width: 100%;
    float: left;
    border-radius: 0;
    font-size: 1.1em;
    line-height: 1;
    font-weight: 700;
    padding: 0.7em 0;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
    margin: 2em auto 1em;
}

.wp-block-button.wc-block-components-product-button {
    gap: 0;
}

li.product a.added_to_cart {
    display: inline;
    font-size: 1rem;
    position: absolute;
    text-align: center;
    bottom: 42px;
    right: 0;
    padding: 10px;
    color: #000;
    margin: 0;
    background: var(--color1);
    width: 100%;
    text-decoration: none;
}

.custom-star-rating {
    height: 25px;
    text-align: center;
    /* width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0;
    position: relative;
    top: -30px;
    height: 0;
    order: 3; */
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
    text-decoration: underline;
    cursor: pointer;
    margin: 1em 1em !important;
}

.wc-block-components-product-rating-stars__stars,
.wc-block-components-product-rating-stars__stars:before,
.wc-block-components-product-rating-stars__stars span:before {
    font-family: 'WooCommerce' !important;
}

.woocommerce ul.products li.product img {
    object-fit: cover;
    /* height: 250px;
    margin: 0 0 45px; */
}

.tp-discount-percentage {
    background: var(--wheat);
    border: 1px solid #43454b;
    border-radius: 4px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    position: absolute;
    right: auto;
    padding: .25em .75em;
    position: absolute;
    left: 63px;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    width: auto;
    z-index: 9;
}

.aws-container .aws-search-form {
    border: 2px solid var(--color6);
    overflow: hidden;
    border-radius: 40px;
    width: calc(100% - 20px);
    margin: 10px;
}

.aws-container .aws-search-form .aws-form-btn {
    background: var(--wheat);
    border: none;
}

.aws-container .aws-search-field {
    border: none;
    font-size: 16px;
    padding: 6px 15px 6px 40px !important;
}


/* ----------------------------------------------- */


/* Pagination Container */

.wp-block-query-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    padding: 10px;
    border-radius: 5px;
    /* background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}


/* Pagination Numbers */

.wp-block-query-pagination-numbers {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* Pagination Links */

.wp-block-query-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.wp-block-query-pagination .page-numbers:hover {
    background-color: var(--color2);
    color: #fff;
}

.wp-block-query-pagination .page-numbers.current {
    background-color: var(--color1);
    color: #fff;
    pointer-events: none;
}


/* Dots */

.wp-block-query-pagination .dots {
    color: #999;
    font-size: 14px;
    font-weight: bold;
}


/* Next Page Link */

.wp-block-query-pagination .wp-block-query-pagination-next {
    display: inline-block;
    padding: 8px 12px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: var(--color1);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.wp-block-query-pagination .wp-block-query-pagination-next:hover {
    background-color: #005f8d;
}


/* ----------------------------------------------- */


/* ----------------------------------------------- */


/* ----------------------------------------------- */


/* ----------------------------------------------- */


/* Targeting only the single product page */

.single-product {
    line-height: 1.6;
    color: #333;
}

.single-product .wp-block-column {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

.single-product .wp-block-post-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
}

.single-product .wc-block-components-product-rating {
    margin-bottom: 20px;
}

.single-product .wc-block-components-product-rating__container {
    display: flow;
    align-items: center;
}

.single-product .wc-block-components-product-rating__stars {
    display: inline-block;
    font-size: 1em;
    color: #ffcc00;
    margin-left: 0;
    margin-right: 10px;
    float: left;
}

.rtl.single-product .wc-block-components-product-rating__stars {
    margin-left: 10px;
    margin-right: 0;
    float: right;
}

.single-product .wc-block-components-product-rating__reviews_count a {
    color: var(--price);
    margin: 0 10px 0 0;
    text-decoration: none;
    font-size: 0.9em;
}

.single-product .wc-block-components-product-rating__reviews_count a:hover {
    text-decoration: underline;
}

.single-product .wp-block-woocommerce-product-price {
    font-size: 1.5em;
    color: var(--price);
    margin-bottom: 20px;
}

.single-product .wp-block-post-excerpt {
    font-size: 1em;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.8;
}


/* .woocommerce span.onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 4px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    position: absolute;
    right: auto;
    padding: .25em .75em;
    position: absolute;
    left: 63px;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    width: auto;
    z-index: 9;
    min-height: auto !important;
    min-width: auto !important;
} */


/* Hide the reviews tab heading */

.single-product .woocommerce-Reviews h2 {
    display: none;
}


/* ----------------------------------------------- */


/* Reviews Section Styling */

#reviews.woocommerce-Reviews {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}


/* Review Title */

.woocommerce-Reviews-title {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 2rem;
    text-align: center;
}


/* Review List */

.commentlist {
    list-style-type: none;
    padding: 0;
}


/* Individual Review */

.review {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


/* Review Author and Date */

.comment-text .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.woocommerce-review__author {
    font-weight: bold;
    color: #444;
}

.woocommerce-review__published-date {
    font-size: 0.9rem;
    color: #888;
}


/* Review Content */

.description p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
}


/* Review Form */

#review_form_wrapper {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 2rem;
    margin-top: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#reply-title {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
}


/* Form Fields */

#commentform label {
    display: block;
    margin-bottom: 0.5rem;
    color: #555;
}

#commentform textarea,
#commentform input[type="text"] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}


/* Submit Button */

#commentform .submit {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#commentform .submit:hover {
    background-color: #45a049;
}


/* Star Rating */

.stars a {
    color: #ffc107;
    font-size: 1.2rem;
    margin-right: 0.3rem;
}


/* ---------------------------------------------------- */

.nav-arrow {
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.left-arrow {
    left: 0;
}

.right-arrow {
    right: 0;
}

.wp-block-navigation__container.is-responsive {
    /* overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none; */
}

:where(.wp-site-blocks *:focus) {
    outline: none !important;
}

.wp-block-navigation__container.is-responsive::-webkit-scrollbar {
    display: none;
}

.tp_good_to_know {
    width: 100vw;
    margin: 0 calc(-50vw + 50%) 2em;
    /* background: url(images/good-to-know-bg-m.jpg);
    background-size: 130%;
    background-position: top center; */
    background-image: linear-gradient(to right, #98bb6d, #e3f7ce, #98bb6d);
}

.tphighlights {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: space-evenly;
    padding: 2em;
}


/* ---------------------------------------------------- */

.admin-bar .wp-block-navigation {
    top: 145px;
}

.wp-block-navigation {
    position: absolute;
    left: 10px;
    top: 99px;
    z-index: 1;
}

.tp-reviews-left::before {
    content: '';
    position: absolute;
    right: -60px;
    top: -25px;
    background: url(images/stars.png) no-repeat;
    background-size: 150px;
    width: 150px;
    height: 150px;
}

.tp_en .tp-reviews-left::before {
    left: -60px;
    right: auto;
}

.tp-reviews::after {
    position: absolute;
    right: -165px;
    bottom: -130px;
    z-index: 1;
    content: '';
    background: url(images/big_stars.png) no-repeat;
    background-size: 400px;
    width: 400px;
    height: 400px;
}

.tp_en .tp-reviews::after {
    left: -165px;
    right: auto;
}

.tp-reviews::before {
    position: absolute;
    left: 50px;
    top: -85px;
    z-index: 1;
    content: '';
    background: url(images/white_flag.png) no-repeat;
    background-size: 110px;
    width: 110px;
    height: 100px;
}

.tp_section_reviews .tp-review-content::before {
    position: absolute;
    right: calc(100% - 30px);
    top: 19px;
    z-index: 1;
    background: url(images/review.png) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    content: '';
}

.tp_en .tp_section_reviews .tp-review-content::before {
    left: calc(100% - 30px);
    right: auto;
}

.tp_our_members_bg {
    background: #fff;
    width: 100vw;
    padding: 2em;
    margin: 0 calc(-50vw + 50%);
}

.tp_our_members {
    background: #e9e9e9 url(images/club.png) no-repeat center center;
    width: 100%;
    max-width: 1320px;
    padding: 2em 0em;
    background-size: 100%;
    border-radius: 25px;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    line-height: 1.3;
    display: flex;
    font-size: 1em;
}

.tp_our_members strong {
    font-size: 1.2em;
    margin: 0 0 10px;
    width: 100%;
    float: right;
    line-height: 1;
}

.tp_our_members_width {
    width: 100%;
    margin: 0 auto;
    /* max-width: 800px; */
    padding: 0 1em;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tp_our_members_title {
    max-width: 500px;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1;
}

.tp_our_members_title br {
    display: none;
}

.tp_our_members_form {
    width: 100%;
    background: #d9d9d9;
    border: 1px solid #cdcdcd;
    float: left;
    margin: 60px 0 0;
    border-radius: 10px;
    position: relative;
    max-width: 500px;
}

.tp_our_members_form::after {
    content: '';
    background: url(images/orange_flag.png) no-repeat;
    top: -60px;
    height: 60px;
    width: 85px;
    background-size: 85px;
    display: block;
    position: absolute;
    left: -40px;
}

.tp_our_members_form::before {
    content: '';
    background: url(images/castle.png) no-repeat;
    top: -60px;
    height: 60px;
    width: 15px;
    background-size: 15px;
    display: block;
    position: absolute;
    right: 12px;
}

.wc-block-mini-cart svg {
    display: none;
}

.wc-block-mini-cart__badge {
    top: -10px;
    right: -1px;
    font-size: .7em;
}

.tpcontainer {
    max-width: 1320px;
}

.wc-block-mini-cart {
    background: url(images/shopping.png) no-repeat;
    height: 22px;
    width: 22px;
    background-size: 22px;
    margin: 0 2px 0 5px;
}

.tperson {
    height: 20px !important;
    margin: 7px 0 0 !important;
    position: relative;
}

.therapists {
    background: var(--color1);
    color: var(--wheat);
    text-decoration: none !important;
    border-radius: 20px;
    padding: 3px 11px 3px 7px;
    margin: 0 5px 0 0;
    box-shadow: 2px 3px 0px var(--color2);
    font-weight: 700;
    font-size: 0.7em;
    line-height: 1;
    position: relative;
    top: -3px;
    display: none;
}

.rtl .therapists {
    display: block !important;
}

.therapists::after {
    content: '';
    background: url(images/orange_flag.png) no-repeat;
    top: -44px;
    height: 60px;
    width: 90px;
    background-size: 90px;
    position: absolute;
    right: -15px;
}

.wc-block-product-gallery-thumbnails .wc-block-product-gallery-thumbnails__thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
}

.wc-block-product-gallery-large-image img {
    -o-object-fit: cover;
    object-fit: cover;
}

.wc-block-product-gallery:not([data-next-previous-buttons-position=outsideTheImage]:not(.is-single-product-gallery-image)) .wc-block-product-gallery-large-image .wc-block-product-gallery-large-image__image-element {
    padding: 0;
}

.wc-block-product-gallery:not([data-thumbnails-position=bottom]) .wc-block-product-gallery-thumbnails {
    flex-basis: calc(33.33333% - 3px);
    gap: 3px 0;
}

:where(body .is-layout-flex) {
    gap: 3px;
}

.wc-block-product-gallery-large-image-next-previous-container {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    width: 100%;
    align-items: flex-end;
}

.wc-block-product-gallery-large-image-next-previous-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.wc-block-product-gallery-large-image-next-previous button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    pointer-events: all;
    z-index: 3;
    margin: 0 10px calc(50% - 40px) !important;
}


/* ----------------------------------------------- */

.radio-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}

.radio-label {
    font-size: 0.8rem;
    display: inline-block;
    font-weight: normal !important;
    padding: 0px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 !important;
}

.radio-label:hover {
    border-color: #999;
}

.radio-label input[type="radio"] {
    display: none;
}

.radio-label.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


/* Different border colors for selected radio buttons */

.variations tr:nth-child(5n+1) .radio-label.selected {
    border-color: #be522a;
}

.variations tr:nth-child(5n+2) .radio-label.selected {
    border-color: #be522a;
}

.variations tr:nth-child(5n+3) .radio-label.selected {
    border-color: #be522a;
}

.variations tr:nth-child(5n+4) .radio-label.selected {
    border-color: #be522a;
}

.variations tr:nth-child(5n+5) .radio-label.selected {
    border-color: #be522a;
}

.variations th.label {
    display: block;
    text-align: right;
}

#shipping_country_field {
    display: none !important;
}
/* ----------------------------------------------- */

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs {
    background: #cde4b3;
    padding-left: max(15px, calc((100% - 1320px) / 2)) !important;
    padding-right: max(15px, calc((100% - 1320px) / 2)) !important;
}

.woocommerce-page div.product .woocommerce-tabs {
    background: #d9eac5;
}

.woocommerce-Tabs-panel {
    padding-left: max(15px, calc((100% - 1320px) / 2)) !important;
    padding-right: max(15px, calc((100% - 1320px) / 2)) !important;
}

.woocommerce-cart .wc-block-components-product-metadata__description {
    display: none !important;
}


/* ----------------------------------------------- */

.tp-social-icon {
    color: var(--wheat);
    background: var(--color1);
    border-radius: 50%;
    margin: 0 0 0 5px;
    padding: 3px;
}


/* ----------------------------------------------- */

.wp-block-woocommerce-product-gallery {
    width: 100vw;
    flex-basis: 512px;
    max-width: 100vw;
    margin: 0 calc(-50vw + 50%) 20px;
}

.wp-block-woocommerce-product-gallery .wc-block-product-gallery-thumbnails {
    display: none;
}

.woocommerce div.product form.cart {
    margin-bottom: 0em;
}

.tp-share-button {
    border: none !important;
    padding: 0 !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}

.single_add_to_cart_button {
    background: var(--color1);
    /* float: right !important; */
    margin: 0 0 0 0 !important;
    padding: 9px;
    width: calc(100% - 113px);
}
.single-product .woocommerce-variation-add-to-cart,
.single-product form.cart {
    display: block !important;
}
.tp_lang .single_add_to_cart_button {
    float: left !important;
    margin: 0 10px 0 0 !important;
}

.tp_icons {
    display: flex;
    flex-wrap: wrap;
}

.tp_icon {
    padding: 0 0 0 15px;
    box-sizing: border-box;
    width: 80px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    color: var(--color1);
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    font-family: WooCommerce !important;
}

.wp-element-button,
.wp-block-button__link {
    background-color: var(--color1);
    border-color: var(--color1);
    margin: 0;
}

.tpmenu .tpnavmenu>ul>li .sub-menu.mega-menu-column-4 {
    flex-direction: row;
}

.tp-buy-now-button.button {
    width: 100%;
    text-align: center;
    padding: 10px 9px !important;
    margin: 7px 0 0 0 !important;
}

header.wp-block-template-part {
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 10;
    background: #fff;
}

.tpmenu .mobile-menu-trigger {
    position: fixed;
    left: 0;
    top: 39px;
}

.header_en .tpmenu .mobile-menu-trigger {
    right: 0;
    left: auto;
}

.tpmenu {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 0px;
}

.woocommerce-page div.product .woocommerce-tabs {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
}


/* ----------------------------------------------- */

.tp_category_top {
    width: 100%;
    margin: 0 0 2em !important;
}

.tp-category-title-description {
    width: 100%;
    float: right;
}

.tp-category-description {}

.tp-categories-image {
    overflow: hidden;
    float: left;
    width: 100%;
}

.tp_category_top.tp_category_top_en .tp-categories-image {
    float: right;
}

.tp_category_top.tp_category_top_en .tp-category-title-description {
    float: left;
}

.tp-categories-image img {
    width: 100%;
    height: 330px;
    border-radius: 50%;
    margin: -60px 0 0 -40px;
    float: left;
}

li.product img {
    margin: 0 auto 0;
    padding: 2em 2em 0em;
    object-fit: cover;
    height: auto;
    max-width: 100%;
}

.wc-block-product-gallery-large-image__wrapper img {
    padding: 0;
}

.tp_category_top img {
    margin: 2em auto 0;
}

.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 32px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1;
    padding: 0 !important;
    font-size: 1rem;
    text-decoration: underline;
    cursor: pointer;
    margin: 1em 1em !important;
}

.woocommerce span.onsale {
    background-color: var(--color1);
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 20px !important;
    top: 20px !important;
}

.footer_en {
    /* padding: min(6.5rem, 8vw); */
}


/* --------------- */

.tp-related-products-wrapper {
    max-width: 1320px !important;
    margin: 3em auto !important;
    text-align: center;
}

.wc-block-product-template__responsive.columns-4 {
    grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(25% - .9375em)), 1fr));
}

.wc-block-product-template.wc-block-product-template {
    background: none;
}

.wc-block-product-template__responsive {
    grid-gap: 1.25em;
    display: -ms-grid;
    display: grid;
}

:root :where(.is-layout-flow)>* {
    margin-block-start: 1.2rem;
    margin-block-end: 0;
}

.wc-block-product-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0;
}

li.product {
    align-items: center;
}

.tp-related-products-wrapper .wp-element-button {
    border-radius: 0 !important;
    width: 100% !important;
    margin-top: 1em;
}


/* --------------- */

.tax-product_cat .wp-block-button.wc-block-components-product-button {
    width: 100%;
}

.owl-carousel .owl-item img {
    width: auto;
}

.tp_site_header_width p {
    margin: 0;
    padding: 0;
}

.tp-reviews-left .owl-nav {
    text-align: left;
    font-size: 20px;
    margin: -10px 0 5px;
    z-index: 1;
    position: relative;
}

.wp-block-woocommerce-product-details #comments {
    /* display: none; */
}

#reviews .star-rating span::before {
    font-family: WooCommerce !important;
    color: #ffcc00;
}


/* --------------------------------------------------- */

.tp-checkout-right {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    float: left;
}
.rtl .tp-checkout-right {
    float: right;
}
.tp-checkout-left {
    float: right;
    box-sizing: border-box;
    margin-top: 8px;
    width: 100%;
}
.rtl .tp-checkout-left{
    float: left;
}
.tp-checkout-right .col-1,
.tp-checkout-left .col-1,
.tp-checkout-right .col-2,
.tp-checkout-left .col-2 {
    width: 100% !important;
}

.tp-checkout-left table.shop_table {
    width: 100% !important;
}

.wc-block-components-notice-banner.is-info {
    background-color: #e6eddc;
    border-color: #a7b593;
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: #a7b593;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #2b2d2f;
    border-radius: 4px;
    line-height: 1em;
    margin: 0 0 1em;
    min-height: 0;
    padding: 1.5em 1em 1em;
    width: 100%;
    font-size: 1em;
    text-align: left;
}
.rtl form .form-row input.input-text,
.rtl form .form-row textarea {
    text-align: right;
}
.tp_lang .woocommerce form .form-row input.input-text,
.tp_lang .woocommerce form .form-row textarea {
    text-align: left;
}


/* .woocommerce-checkout-review-order {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
} */

.woocommerce form .form-row input.input-text {
    height: 60px;
}

.woocommerce form .form-row textarea {
    height: 120px;
}

.checkout-product-image {
    float: right;
    margin: 0 0 0 10px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: #e6eddc;
}

.tp-checkout-head {
    width: 100%;
    float: right;
    margin: 0 0 25px 0;
    text-align: center;
}

.tp-checkout-logo {}

.tp-checkout-logo img {
    width: 100px;
}

.woocommerce-checkout header {
    display: none;
}

.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
    max-width: 1320px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
}


/* --------------------------------------------------- */

.shipping_address p,
.woocommerce-form.woocommerce-form-register p,
.woocommerce-form.woocommerce-form-login p {
    position: relative;
}

.shipping_address input,
.woocommerce-form.woocommerce-form-register input,
.woocommerce-form.woocommerce-form-login input,
#billing_last_name_field,
#billing_first_name_field,
#billing_city_field,
#billing_address_1_field,
#billing_address_2_field,
#billing_postcode_field,
#billing_phone_field,
#billing_email_field,
#order_comments_field {
    position: relative;
    font-size: 0.95em;
    margin: 0 0 6px !important;
}

.shipping_address label,
.woocommerce-form.woocommerce-form-register label,
.woocommerce-form.woocommerce-form-login label,
#billing_last_name_field label,
#billing_first_name_field label,
#billing_city_field label,
#billing_address_1_field label,
#billing_address_2_field label,
#billing_postcode_field label,
#billing_phone_field label,
#billing_email_field label,
#order_comments_field label {
    position: absolute;
    top: -11px;
    left: 1em;
    background: #fff;
    padding: 0 7px;
    z-index: 1;
}
.rtl .shipping_address label,
.rtl .woocommerce-form.woocommerce-form-register label,
.rtl .woocommerce-form.woocommerce-form-login label,
.rtl #billing_last_name_field label,
.rtl #billing_first_name_field label,
.rtl #billing_city_field label,
.rtl #billing_address_1_field label,
.rtl #billing_address_2_field label,
.rtl #billing_postcode_field label,
.rtl #billing_phone_field label,
.rtl #billing_email_field label,
.rtl #order_comments_field label {
    right: 1em;
    left: auto;
}
.woocommerce-form-login__rememberme {
    position: static !important;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border: 3px solid #000;
}

.wp-block-woocommerce-mini-cart-products-table-block .wc-block-components-product-metadata__description {
    display: none;
}

.woocommerce div.product .wc-block-add-to-cart-form form.cart .quantity,
.woocommerce div.product .wc-block-add-to-cart-form form.cart button.single_add_to_cart_button {
    margin-bottom: 0;
}

.tp-boxshadow {
    padding: 1em;
    border-radius: 2em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.tp-boxshadow h2 {
    width: 100%;
    text-align: center;
}

.tp_about {
    width: 100%;
    /* display: flex;
    flex-direction: row; */
}

.tpeditor_bg {
    width: 50%;
    height: 100%;
}

.page-id-15119 .entry-content,
.page-id-185 .entry-content {
    background: url(images/flower-about.png) no-repeat 0 20%;
    background-size: 200px;
}

.page-id-15119 .entry-content {
    background: url(images/flower-about-en.png) no-repeat 100% 20%;
}

.page h1 {
    text-align: left;
}

.rtl.page h1 {
    text-align: right;
}

.tp_about .tpeditor {
    width: 100%;
    position: relative;
}

.tp_about .tpeditor::after {
    background: url(images/bakbukon.png) no-repeat right bottom;
    left: -130px;
    bottom: 2em;
    z-index: 1;
    height: 124px;
    width: 145px;
    content: '';
    position: absolute;
}

.rtl .tp_about .tpeditor::after {
    right: -130px;
    left: auto;
}

.tpeditor_img_desc {
    width: 100%;
    margin: 0 0 0em;
    display: inline-block;
}

.tp_about .tpeditor_top {
    width: 100%;
}

.tp_about .tpeditor_top img {
    border-radius: 1em;
    height: 190px;
    object-fit: cover;
    width: 100%;
    margin: 0;
}

.tp_about .tpeditor_middle {
    width: 100%;
    padding: 1em 0 0;
    font-size: 1em;
}

.tp_about .tpeditor_middle img {
    float: left;
    border-radius: 1em;
    margin: 0 2em 2em 0;
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.rtl .tp_about .tpeditor_middle img {
    float: right;
    margin: 0 0 2em 2em;
}

.tp_about .tpeditor_middle p {
    padding: 0 0 0;
    margin: 0 0 1em;
}

.tpeditor_bottom {
    width: 100%;
    padding: 0 0 2em;
}

.tpeditor_bottom .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0.5em 0 0;
}

.tpeditor_bottom .gallery img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 0.5em;
}

.woocommerce-checkout {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0 0 2em;
}

.tp-banners-carousel img {
    width: 100% !important;
}


/* ---------------------------------------------------------------- */


/* Wrapper for the category section */

.tpcat_category {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tpcat_category.tpcat_articles {}


/* Grid layout for posts */

.tpcat_posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns on mobile */
    gap: 1em;
    width: 100%;
    margin-top: 1em;
}

.tpcat_articles .tpcat_posts {
    grid-template-columns: repeat(1, 1fr);
    /* 1 columns on mobile */
}


/* Post link wrapper styling */

.tpcat_post {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    /* border: 1px solid #ddd; */
    border-radius: 1em;
    overflow: hidden;
    padding: 0.5em;
    background-color: #fff;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.2s;
}

.tpcat_articles .tpcat_post {
    align-items: flex-start;
}

.tpcat_post:hover {
    transform: translateY(-4px);
}

.tpcat_image {
    width: 100%;
}


/* Image styling */

.tpcat_image img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 1em;
}

.tpcat_articles .tpcat_image img {
    border-radius: 0;
    height: 150px;
}


/* Date styling */

.tpcat_date {
    font-size: 0.85em;
    color: #666;
    margin-top: 0.5em;
}


/* Title styling */

.tpcat_title {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0.5em 0;
    text-align: center;
}


/* Content styling */

.tpcat_content {
    font-size: 1em;
    color: #333;
    text-align: center;
    padding: 0;
    margin: 0;
}

.tpcat_articles .tpcat_title,
.tpcat_articles .tpcat_content {
    text-align: right;
}

.tpcat_readmore {
    font-weight: bold;
}

.tpcat_category .tpcat_name {
    margin: 0;
}

.tpcat_category {
    align-items: flex-start;
}

.tpcat_description {
    margin: 0;
}


/* ---------------------------------------------------------------- */

.wc-block-grid__product-onsale {
    height: 50px !important;
    width: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--color1) !important;
    color: #fff !important;
    border: none !important;
    top: 1em !important;
    left: 1em !important;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
}

.tinv-wraper.tinv-wishlist {
    width: 100%;
}

.tpwqpb_classic .qty {
    width: 35px !important;
}

.wpcf7-form {}

.wpcf7-form input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 50px;
    padding: 10px;
    width: 100%;
    text-align: left;
    direction: ltr;
}

.rtl .wpcf7-form input {
    text-align: right;
    direction: rtl;
}

.wpcf7-form select {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 50px;
    padding: 10px;
    width: 100%;
    background: #fff;
}

.wpcf7-form textarea {
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.wpcf7-form .wpcf7-submit {
    background: var(--color1);
    color: #fff;
    float: right;
    max-width: 200px;
    font-size: 1.1em;
    text-align: center !important;
}

.rtl .wpcf7-form .wpcf7-submit {
    float: left;
}

#billing_wcj_checkout_field_1_field {
    width: 100%;
}

#coupon_code {
    padding: 10px;
    height: 50px;
    font-size: 1em;
}

.checkout_coupon {
    padding: 0 !important;
    border: none !important;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-billing-fields__field-wrapper .form-row {}


/* Adjust other fields if necessary */

#billing_first_name_field,
#billing_last_name_field {
    order: 1;
}

#billing_email_field,
#billing_phone_field {
    order: 2;
}

#billing_city_field {
    order: 3;
    /* Move the city field to the top */
}

#billing_address_1_field {
    order: 4;
    /* Place the address field after the city field */
}

#billing_address_2_field {
    order: 5;
    /* Optional: Address 2 comes after Address 1 */
}

#billing_postcode_field {
    order: 6;
}

#billing_wcj_checkout_field_1_field {
    order: 7;
}


/* Add more orders as needed */

.owl-carousel .owl-stage-outer {
    padding: 0 0 1px;
}


/* -------------------------------------------------------------------------------------------------- */


/* .woocommerce {
    max-width: 1200px;
    margin: 2rem auto;
    display: flex;
    gap: 3rem;
    padding: 0 1rem;
} */


/* Navigation Styling */

.woocommerce-MyAccount-navigation {
    flex: 0 0 250px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 0;
}

.woocommerce-MyAccount-navigation-link {
    margin: 0;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 1rem 1.5rem;
    color: #4a5568;
    text-decoration: none;
    font-size: 0.95rem;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation-link a br {
    display: none;
}

.woocommerce-MyAccount-navigation-link:last-child a {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    background: #f8fafc;
    color: var(--color1);
    font-weight: 600;
}

.woocommerce-MyAccount-navigation-link:hover a {
    background: #f1f5f9;
    color: var(--color1);
}


/* Content Area Styling */

.woocommerce-MyAccount-content {
    flex: 1;
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.woocommerce-MyAccount-content p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.woocommerce-MyAccount-content a {
    color: #849e63;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-MyAccount-content a:hover {
    color: #849e63;
    text-decoration: underline;
}

.woocommerce-MyAccount-content strong {
    color: #1f2937;
    font-weight: 600;
}

.woocommerce form.login,
.woocommerce form.register {
    border: none;
    padding: 0;
    margin: 2em 0 0;
    text-align: right;
    border-radius: 0;
}

.wp-site-blocks {
    overflow: hidden;
}

.woocommerce form.login h2,
.woocommerce form.login {
    width: 100%;
}


/* Override browser autofill styles */

input:-webkit-autofill:not([value=""]):not(:placeholder-shown),
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.u-column2.col-2 {
    display: none;
}

.u-column1.col-1 {
    width: 100%;
    float: none;
}

.registration-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    justify-content: center;
    align-items: center;
}

.registration-popup-content {
    position: relative;
    background: white;
    max-width: calc(360px - 2em);
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    overflow-y: auto;
}

.close-popup {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f0f0f0;
    border-radius: 50%;
}

.close-popup:hover {
    background: #e0e0e0;
}

.register-button {
    margin-top: 20px;
    text-align: center;
}

#show-registration {
    padding: 0.5em 1.5em;
    font-size: 0.9em;
    border-radius: 40px;
    background: #b4d68b;
    border: none;
}

.woocommerce-review__author {}

.star-rating {}

.meta {
    width: calc(100% - 115px);
}

.woocommerce .star-rating {
    font-family: WooCommerce !important;
}

.commentlist .review {
    background-color: #ffffff;
    border-radius: 0;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: none;
}

.wc-block-product-gallery-large-image-next-previous-right--outside-image {
    top: 0;
    right: 0;
    left: auto !important;
}

.wc-block-product-gallery-large-image-next-previous-left--outside-image{
    top: 0;
    left: 0;
    right: auto !important;
    bottom: auto;
}
.wc-block-product-gallery dialog {
    width: calc(100vw - 0px) !important;
}

.INDlangdirLTR .is-ajax-search-details, .INDlangdirLTR .is-ajax-search-details *, .INDlangdirLTR .is-ajax-search-result, .INDlangdirLTR .is-ajax-search-result * {
    text-align: left;
}
.is-menu-wrapper{
    display: none;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block{
    display: none;
}

#ship-to-different-address {
    margin: 0 0 2em;
    font-size: 1em;
}

#billing_country_field{
    display: none;
}
.newUserRegRow input, .woocommerce-form.woocommerce-form-login input, 
.woocommerce-form.woocommerce-form-register input, 
#billing_last_name_field, 
#billing_first_name_field, 
#billing_city_field, 
#billing_address_1_field, 
#billing_address_2_field, 
#billing_postcode_field, 
#billing_phone_field, 
#billing_email_field {
    width: 100%;
}

.tpbold a{
    font-weight: 700 !important;
    color: var(--color1) !important;
}


.search-results main ul li {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--color2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    padding: 20px;
    text-align: center;
}
.search-results li img{
    
}

.search-results li h2 {
    font-size: 1.3em !important;
    width: 100%;
    text-align: center;
}
.search-results li .is-layout-flex {
    align-items: center;
}
.search-results li p,
.search-results li .wp-block-post-terms{
    display: none;
}
.search-results li .wp-block-post-featured-image a{
    height: auto !important;
}
/* Responsive Design */

.search-results .wp-block-post-date,
.search-results .wp-block-post-author-name{
    display: none;
}
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        flex: 0 0 auto;
    }
}


/* -------------------------------------------------------------------------------------------------- */


/* Main Container */

.u-columns.col2-set {
    display: flex;
    gap: 0rem;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 0;
}

.u-column1.col-1,
.u-column2.col-2 {
    flex: 1;
    background: #ffffff;
    padding: 0;
    /* border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
}


/* Headers */

.u-columns h2 {
    font-size: 1.5rem;
    padding-bottom: 0.75rem;
    /* margin-bottom: 1.5rem;
    border-bottom: 2px solid #f1f5f9; */
}


/* Form Fields */

.woocommerce-form-row {
    margin-bottom: 1.5rem;
}

.woocommerce-form-row label {
    display: block;
    color: #4a5568;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.woocommerce-form-row br {
    display: none;
}

.woocommerce-Input,
.input-text {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.woocommerce-Input:focus,
.input-text:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}


/* Required Field Indicator */

.required {
    color: #dc2626;
    margin-right: 0.25rem;
}


/* Remember Me Checkbox */

.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

.woocommerce-form__input-checkbox {
    width: 1rem;
    height: 1rem;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}


/* Submit Buttons */

.woocommerce-button.button,
.woocommerce-Button.button {
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.woocommerce-button.button:hover,
.woocommerce-Button.button:hover {}


/* Password Reset Link */

.lost_password a {
    color: #2563eb;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.lost_password a:hover {
    color: #1e40af;
    text-decoration: underline;
}


/* Password Input Container */

.password-input {
    position: relative;
    display: block;
    width: 100%;
}

.show-password-input {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


/* Responsive Design */

@media (max-width: 768px) {
    .u-columns.col2-set {
        flex-direction: column;
    }
    .u-column1.col-1,
    .u-column2.col-2 {
        width: 100%;
    }
}


/* Hide Honeypot Field */

p[style*="opacity: 0"] {
    display: none;
}


/* -------------------------------------------------------------------------------------------------- */

@media (max-width: 480px) {
    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
        display: inline-block;
        width: 45%;
    }
}


/* Responsive Design */

@media (max-width: 768px) {
    .wc-block-product-template__responsive.columns-4 {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns of equal width */
        gap: 10px;
        /* Adjust spacing between columns if needed */
    }
    #reviews.woocommerce-Reviews {
        padding: 1rem;
    }
    .review {
        padding: 1rem;
    }
    #review_form_wrapper {
        padding: 1rem;
    }
}


/* ----------------------------------------------- */


/* Basic grid styling */

.tpcategory-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* 2 columns by default (mobile) */
    gap: 3em;
    /* Spacing between grid items */
    margin: 2em;
}


/* Style each category item */

.tpcategory-item {
    text-align: center;
    padding: 1em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


/* Optional: style image */

.tpcategory-item img {
    width: 100% !important;
    height: auto;
    border-radius: 2em;
}

.tpcategory-item img:hover {
    transform: scale(1) !important;
}


/* Optional: style category title */

.tpcategory-item h2 {
    font-size: 1rem;
    margin-top: 8px;
}

.tpost,
.tpage {
    display: flex;
    flex-direction: column;
}

.tpost .tpost_thumbnail,
.tpage .tpage_thumbnail {
    width: 100%;
}

.tpost .tpost_thumbnail img,
.tpage .tpage_thumbnail img {
    width: 100%;
    border-radius: 2em;
    height: auto;
}

.tpost .tpost_content,
.tpage .tpage_content {
    width: 100%;
    padding: 1em 0 0;
}

.tpost h2,
.tpage h2 {
    margin: 0;
}

mark.count {
    display: none;
}

.therapists-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0;
}

.therapist-item {
    padding: 1em;
    line-height: 1;
    text-align: center;
    font-size: 0.8em;
}

.therapist-item img {
    width: 100px;
    height: 100px;
    border-radius: 1em;
    object-fit: cover;
}

.instructors-wrapper {
    width: 100%;
    margin: 0 auto;
}

.instructor-item {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.instructor-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.instructor-name {
    margin: 15px 0;
    font-size: 24px;
    color: #333;
}

.instructor-description {
    line-height: 1.6;
    color: #666;
}


/* Mobile styles (default) */

.instructor-item {
    display: flex;
    flex-direction: column;
}

.instructor-image {
    margin-bottom: 20px;
}

.footerForm {
    font-size: 14px;
    text-align: right;
    padding: 1em;
}

.footerForm p {
    padding: 0;
    margin: 0;
}

.footerFormRow {
    width: 100%;
    float: right;
    padding: 5px;
}

.footerFormRadio {
    width: 100%;
    float: right;
    padding: 5px;
    font-size: 1rem;
    direction: ltr;
    text-align: left;
}

.rtl .footerFormRadio {
    direction: rtl;
    text-align: right;
}

.footerFormRadio input {
    width: auto;
    height: auto;
    float: left;
    padding: 5px;
}

.rtl .footerFormRadio input {
    float: right;
}

.rtl .wpcf7-list-item {
    margin: 0 0 0 1em;
}

.footerForm .wpcf7-submit {
    text-align: center;
    font-size: 1.2em;
    max-width: 100%;
}

.wpcf7-list-item {
    margin: 0 1em 0 0;
}

.rtl .wpcf7-list-item {
    margin: 0 0 0 1em;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    float: left;
    font-size: 0.7em;
    direction: ltr;
}

.rtl .wpcf7 form .wpcf7-response-output {
    direction: rtl;
}


/* Small Devices (portrait tablets and large phones, 600px and up) */

@media (min-width: 600px) {
    /* .tp-buy-now-button.button  {
        width: auto;
    } */
}


/* Medium Devices (landscape tablets, 768px and up) */

@media (min-width: 768px) {
    .instructor-item {
        display: flex;
        flex-direction: row-reverse;
        /* Image right, content left */
        gap: 40px;
        align-items: flex-start;
    }
    .rtl .instructor-item {
        flex-direction: row;
    }
    .instructor-image {
        flex: 0 0 10%;
        /* Image takes 40% of the container width */
        margin-bottom: 0;
    }
    .instructor-content {
        flex: 0 0 60%;
        /* Content takes 60% of the container width */
    }
    .single-product .wp-block-column {
        max-width: 440px;
        padding: 0;
    }
    .tpcategory-grid {
        grid-template-columns: repeat(4, 1fr);
        /* 4 columns on desktop */
    }
    .tpcat_image img {
        height: 180px;
    }
    .tpcat_articles .tpcat_image img {
        height: 200px;
    }
    .tpcat_posts {
        grid-template-columns: repeat(4, 1fr);
        /* 4 columns on desktop */
    }
    .tpcat_articles .tpcat_posts {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns on mobile */
    }
    header.wp-blocfixedk-template-part {
        position: static;
    }
    .wc-block-mini-cart {
        height: 25px;
        width: 25px;
        background-size: 25px;
    }
    .tperson {
        height: 25px !important;
    }
    .tp_header_links .demo-icon {
        font-size: 32px;
    }
    .tpicon-heart-empty:before {
        font-size: 24px;
    }
    .therapists {
        background: var(--color1);
        padding: 5px 25px;
        font-size: 1em;
        margin: 0 10px;
    }
    .therapists::after {
        top: -59px;
        height: 117px;
        width: 120px;
        background-size: 120px;
        right: -12px;
    }
    .wp-block-woocommerce-product-gallery {
        width: auto;
        max-width: 800px;
        margin: 0;
    }
    .wp-block-woocommerce-product-gallery .wc-block-product-gallery-thumbnails {
        display: flex;
    }
    .tp_section_reviews .tp-review-content::before {
        right: calc(100% - 50px);
        top: 15px;
        background-size: 30px;
        width: 30px;
        height: 30px;
    }
    .tp_en .tp_section_reviews .tp-review-content::before {
        left: calc(100% - 50px);
    }
    .tpfooter {
        flex-wrap: nowrap;
        justify-content: space-around;
        flex-direction: row;
    }
    .tpfooter_info {
        width: 50%;
        border-left: 2px solid var(--wheat);
        border-right: 2px solid var(--wheat);
        border-top: none;
        border-bottom: none;
        padding: 0 3em;
        margin: 0 3em;
    }
    .tpfooter_form {
        width: 30%;
    }
    .tpfooter_menu {
        width: 250px;
    }
}


/* Large Devices (laptops/desktops, 992px and up) */

@media (min-width: 992px) {
    .newUserRegRow input, .woocommerce-form.woocommerce-form-login input, 
    .woocommerce-form.woocommerce-form-register input, 
    #billing_last_name_field, 
    #billing_first_name_field, 
    #billing_city_field, 
    #billing_address_1_field, 
    #billing_address_2_field, 
    #billing_postcode_field, 
    #billing_phone_field, 
    #billing_email_field {
        width: 50%;
    }

    .single_add_to_cart_button{
        width: auto;
    }
    .u-column1.col-1 {
        background: url('images/clipart.png') no-repeat 0 center;
        background-size: 450px;
    }
    form.login {
        width: calc(100% - 550px) !important;
    }
    .registration-popup-content {
        max-width: calc(500px - 2em);
    }
    .tpmenu .tpnavmenu>ul>li.menu-item-has-children:hover .sub-menu {
        overflow-y: scroll;
        max-height: 335px;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 50%;
    }
    li.product h3 a {
        font-size: 1em;
    }
    .wc-block-grid__product-onsale {
        height: 65px !important;
        width: 65px !important;
    }
    .tpost,
    .tpage {
        flex-direction: row-reverse;
    }
    .tpost .tpost_thumbnail,
    .tpage .tpage_thumbnail {
        width: 45%;
    }
    .tpost .tpost_thumbnail img,
    .tpage .tpage_thumbnail img {
        border-radius: 3em;
    }
    .tpost .tpost_content,
    .tpage .tpage_content {
        width: 55%;
        padding: 0 0 0 3em;
    }
    .tpage_content.thumbnail_empty {
        width: 100%;
        padding: 0;
    }
    .tpeditor_bottom .gallery {
        gap: 20px;
        padding: 1em 0;
    }
    .tpeditor_bottom .gallery img {
        height: 250px;
        border-radius: 1em;
    }
    .tp-checkout-right {
        padding-right: 4%;
        width: 65%;
    }
    .rtl .tp-checkout-right {
        padding-left: 4%;
        padding-right: 0;
    }
    .tp-checkout-left {
        width: 35%;
    }
    .aws-container .aws-search-form {
        width: 100%;
        margin: 0;
    }
    .tp_search {
        display: none;
    }
    .tp_header_links .demo-icon {
        font-size: 32px;
    }
    .therapists {
        background: var(--color1);
        padding: 5px 25px;
        font-size: 1em;
        margin: 0 10px 0 0;
    }
    .tp_good_to_know {
        /* background: url(images/good-to-know-bg.png); */
        margin: 0 calc(-50vw + 50%) 4em;
    }
    .tp-category-title-description {
        width: calc(100% - 500px);
    }
    .tp_width_class .tp-category-title-description {
        width: 100%;
    }
    .tp-categories-image {
        width: 500px;
    }
    .tp-categories-image img {
        height: 410px;
        margin: -50px 0 0 -100px;
    }
    body {
        padding: 0;
    }
    .tp-header-messages {
        margin: 0 0 0 0;
    }
    .tpmenu {
        padding: 15px;
    }
    header.wp-block-template-part {
        position: static;
    }
    header.wp-block-template-part,
    header.wp-block-template-part .tplanguages,
    header.wp-block-template-part .tp-header-messages,
    header.wp-block-template-part .tp_site_logo img {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    body.fixed {
        padding: 170px 0 0;
    }
    body.fixed header.wp-block-template-part {
        position: fixed;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    body.fixed header.wp-block-template-part .tplanguages,
    body.fixed header.wp-block-template-part .tp-header-messages {
        display: none;
    }
    .tp_site_logo img {
        height: 90px;
        margin: 0;
        padding: 0;
    }
    body.fixed header.wp-block-template-part .tp_site_logo img {
        height: 90px;
    }
    .tpmenu .mobile-menu-trigger {
        position: static;
    }
    .tp_our_members_bg {
        padding: 8em 2em 2em;
    }
    .tp_our_members_form {
        /* height: 54px; */
        margin: 25px 0 0;
    }
    .tp_our_members {
        padding: 2em 1em;
        border-radius: 50px;
        font-size: 1.8em;
    }
    .tp_our_members_form::before {
        top: -170px;
        height: 180px;
        width: 40px;
        background-size: 40px;
        right: 35px;
    }
    .tp_our_members_form::after {
        top: -126px;
        height: 126px;
        width: 180px;
        background-size: 180px;
        left: -80px;
    }
    .wp-block-navigation {
        position: static;
    }
    .tpfooter {
        font-size: 1.2em;
    }
}


/* Extra Large Devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .tpmenu .tpnavmenu>ul>li.menu-item-has-children:hover .sub-menu {
        overflow-y: auto;
        max-height: none;
    }
    .footerForm {
        padding: 2em;
    }
    .tp_our_members_width {
        flex-direction: row;
    }
    .single-product .wp-block-column {
        max-width: 800px;
        padding: 20px 20px 20px 0;
    }
    .rtl.single-product .wp-block-column {
        padding: 20px 0 20px 20px;
    }
    .woocommerce div.product form.cart .button {
        float: none;
    }
    .tp_about .tpeditor {
        width: 70%;
    }
    .page-id-15119 .entry-content,
    .page-id-185 .entry-content {
        background-size: auto;
    }
    .tpcat_image img {
        height: 250px;
    }
    .tpcat_articles .tpcat_image img {
        height: 400px;
    }
    .tp-buy-now-button.button {
        max-width: 110px;
    }
    .single_add_to_cart_button {
        max-width: 110px;
    }
}


/* Extra Large Devices (large desktops, 1400px and up) */

@media (min-width: 1400px) {
    .tpmenu {
        padding: 15px 0;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        min-height: 200px;
    }
    .woocommerce-page div.product .woocommerce-tabs {
        margin: 4em calc(-50vw + 50%);
    }
}

@media (min-width: 1600px) {
    .tp_site_logo img {
        height: 125px;
    }
    .tperson {
        height: 35px !important;
    }
    .wc-block-mini-cart {
        height: 35px;
        width: 35px;
        background-size: 35px;
    }
    .therapists {
        font-size: 1em;
        padding: 10px 25px;
    }
    .therapists::after {
        top: -90px;
        height: 117px;
        width: 170px;
        background-size: 170px;
        right: -25px;
    }
    .tpicon-heart-empty:before {
        font-size: 32px;
    }
}

/* Cookie consent banner */
#tp-cookie-banner {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #2d2d2d;
    color: #fff;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    z-index: 999999;
    font-size: 0.9em;
    flex-wrap: wrap;
}

#tp-cookie-banner-text {
    flex: 1;
    line-height: 1.5;
    text-align: right;
}

#tp-cookie-banner-text a {
    color: var(--color2);
    text-decoration: underline;
}

#tp-cookie-accept {
    background: var(--color1);
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 0.95em;
    white-space: nowrap;
    font-weight: 600;
}

#tp-cookie-accept:hover {
    background: var(--color2);
    color: var(--text);
}