:root {
    --color1: #849e63;
    --color2: #cae3ae;
    --color3: #f2eff1;
    --color4: #daebc6;
    --wheat: #fff;
    --text: #222;
}

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: "Heebo", sans-serif !important;
}

.tp-header-messages {
    background-image: linear-gradient(#c7e1aa, #e7f2db);
    color: var(--text);
    text-align: center;
    position: relative;
    padding: 5px 0;
    height: 35px;
    overflow: hidden;
}

.tp-header-messages .tp-carousel-item {
    margin: 0;
}

.tp_site_header_width {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.tp-header-messages .tp-carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tp_header_search {
    width: 100%;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 128px;
    z-index: 1;
}

.tp_header_search::before {
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.tp_header_left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    float: left;
    padding: 0 0 0 10px;
}

.header_en .tp_header_left {
    float: right;
    padding: 0 10px 0 0;
}

.tp-header-messages .tp-message {
    margin: 0;
    padding: 5px 0;
    font-size: 1em;
    color: var(--text);
    line-height: 1;
}

.tp-header-messages .tp-message-link {
    color: var(--text);
}

.tp_header_links {
    width: auto;
    display: flex;
    float: left;
    margin: 0;
    align-items: center;
}

.tp-header-messages .owl-nav {
    position: absolute;
    top: calc(50% - 10px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.tp-header-messages .tp-owl-carousel {
    max-width: 600px;
    margin: 0 auto;
}

.tp-header-messages .owl-nav .owl-prev,
.tp-header-messages .owl-nav .owl-next {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    top: 0;
}

.tp-header-messages .owl-nav .owl-prev {
    left: 10px;
}

.tp-header-messages .owl-nav .owl-next {
    right: 10px;
}

.tp-header-messages .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.tp-header-messages .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: var(--wheat);
    border-radius: 50%;
}

.tp-header-messages .tp-message-link a {
    color: var(--wheat) !important;
    font-size: 15px;
}


/* ---------------------------------------------------- */

.tp-products-carousel {
    position: relative;
    padding: 10px;
    text-align: center;
}

.tp-products-carousel li.product {
    display: flex;
    flex-direction: column;
    margin: 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--color2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tp-products-carousel img {
    order: 2;
}

.tp-products-carousel .custom-star-rating {
    order: 3;
}

.tp-products-carousel h2 {
    order: 4;
}

.tp-products-carousel p {
    order: 5;
}


/* .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
  }
  
  .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
  
  .owl-carousel .owl-item > * {
    width: 100%;
  } */

.tp-products-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.tp-products-carousel .owl-nav .owl-prev,
.tp-products-carousel .owl-nav .owl-next {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
}

.tp-products-carousel .owl-nav .owl-prev {
    left: 10px;
}

.tp-products-carousel .owl-nav .owl-next {
    right: 10px;
}

.tp-products-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.tp-products-carousel .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #000;
    border-radius: 50%;
}


/* ---------------------------------------------------- */

.tp-categories-carousel {
    position: relative;
    background-color: var(--wheat);
    padding: 10px;
}

.tp-categories-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.tp-categories-carousel .owl-nav .owl-prev,
.tp-categories-carousel .owl-nav .owl-next {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
}

.tp-categories-carousel .owl-nav .owl-prev {
    left: 10px;
}

.tp-categories-carousel .owl-nav .owl-next {
    right: 10px;
}

.tp-categories-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.tp-categories-carousel .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #000;
    border-radius: 50%;
}

.tp-categories-carousel .tp-carousel-item {
    text-align: center;
}

.tp-category-image,
.tp-category-placeholder {
    width: 100px !important;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block !important;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    /* Smooth transition for zoom effect */
}

.tp-category-image:hover,
.tp-category-placeholder:hover {
    transform: scale(1.1);
    /* Zoom in effect on hover */
}

.tp-category-placeholder {
    background-color: #ccc;
}

.tp-category-link {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    color: #0073aa;
}

.tp-category-link:hover {
    text-decoration: underline;
}


/* ---------------------------------------------------- */

.tp-faq-accordion {
    margin: 20px 0;
}

.tp-faq-item {
    margin-bottom: 10px;
}

.tp-faq-question {
    cursor: pointer;
    background: #f5f5f5;
    padding: 1em;
    border: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
    flex-direction: row-reverse;
    border-radius: 5px;
}

.rtl .tp-faq-question {
    direction: rtl;
}

.tp-faq-question i {
    margin-right: 10px;
}

.tp-faq-answer {
    display: none;
    padding: 1em 1em 2em;
    border-top: none;
    background-color: var(--wheat);
}


/* ---------------------------------------------------- */

.tp-company-details {
    margin: 20px 0;
}

.tp-company-details>div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.tp-company-details i {
    margin-right: 10px;
    font-size: 18px;
}

.tp-company-details a {
    color: #0073aa;
    text-decoration: none;
}

.tp-company-details a:hover {
    text-decoration: underline;
}


/* ---------------------------------------------------- */

.tp-banners-carousel {
    position: relative;
    margin: 25px 0 0 0;
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    z-index: 0;
}

.tp-banners-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.tp-banners-carousel .owl-nav .owl-prev,
.tp-banners-carousel .owl-nav .owl-next {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
}

.tp-banners-carousel .owl-nav .owl-prev {
    left: 10px;
}

.tp-banners-carousel .owl-nav .owl-prev i {
    padding: 6px 2px 0 0;
}

.tp-banners-carousel .owl-nav .owl-next {
    right: 10px;
}

.tp-banners-carousel .owl-nav .owl-next i {
    padding: 6px 0 0 2px;
}

.tp-banners-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.tp-banners-carousel .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #000;
    border-radius: 50%;
}

.tp-banners-carousel .tp-carousel-item {
    text-align: center;
}

.tp-carousel-item {
    margin: 6px 3px 0;
}

.tp-banners-carousel .tp-carousel-item {
    margin: 0;
}


/* ---------------------------------------------------- */


/* ---------------------------------------------------- */


/* ---------------------------------------------------- */


/* ---------------------------------------------------- */

.tp-categories-grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    list-style: none;
    text-align: center;
    display: inline-block;
}

.tp-categories-grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0 10px;
    width: 48%;
    background: var(--wheat);
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.tp-categories-grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    /* object-fit: contain; */
    border-radius: 10px;
    /* height: 100px; */
    width: 100%;
}

.tp_none_img {
    width: 100%;
    height: 120px;
    background-color: #f7f7f7;
    border-radius: 2px;
    margin: 0 auto;
}

.tp-categories-grid figure figcaption {
    padding: 0;
    color: var(--wheat);
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tp-categories-grid figure figcaption::before,
.tp-categories-grid figure figcaption::after {
    pointer-events: none;
}

.tp-categories-grid figure figcaption,
.tp-categories-grid figure figcaption>a {
    /* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; */
}


/* Anchor will cover the whole item by default */

.tp-categories-grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.tp-categories-grid figure h2 {
    /* word-spacing: -0.15em;
	font-weight: 300; */
}

.tp-categories-grid figure h2 span {
    font-weight: 800;
}

.tp-categories-grid figure h2,
.tp-categories-grid figure p {
    margin: 0;
}

.tp-categories-grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-bubba {
    background: #9e5406;
}

figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid var(--wheat);
    border-bottom: 1px solid var(--wheat);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid var(--wheat);
    border-left: 1px solid var(--wheat);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*---------------*/


/***** Sadie *****/


/*---------------*/

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
    color: var(--wheat);
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*---------------*/


/***** Ruby *****/


/*---------------*/

figure.effect-ruby {
    background-color: #17819c;
}

figure.effect-ruby img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

figure.effect-ruby:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-ruby h2 {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 3em;
    display: inline-block;
    width: 90%;
    border: 1px solid var(--wheat);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}


/*---------------*/


/***** Ming *****/


/*---------------*/

figure.effect-ming {
    background: #030c17;
}

figure.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid var(--wheat);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-ming p {
    padding: 1em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover img {
    opacity: 0.4;
}

figure.effect-none {
    width: calc(50% - 20px);
    min-width: auto;
    margin: 0 10px 20px;
}

figure.effect-none img {}

figure.effect-none h2 {
    /* position: absolute; */
    width: 100%;
    text-align: right;
    padding: 10px 0 0;
    /* bottom: 2em; */
    font-size: 0.6em;
    right: 0;
    margin: 0;
    /* background-image: linear-gradient(to right, rgba(255, 255, 255, 00), var(--wheat)); */
    font-weight: normal;
    text-align: center;
}

figure.effect-none p {
    display: none;
}


/* ---------------------------------------------------- */

.tp-posts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.card {
    overflow: hidden;
    box-shadow: 0px 2px 20px #d7dfe2;
    background: white;
    border-radius: 0.5rem;
    position: relative;
    margin: 1rem;
    transition: 250ms all ease-in-out;
    cursor: pointer;
}

.card_3 {
    width: 100%;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0px 2px 40px #d7dfe2;
}

.banner-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
}

.tp-category-tag {
    left: 0;
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
}

.popular {
    background: #ef257a;
}

.technology {
    background: #651fff;
}

.psychology {
    background: #e85808;
}

.card-body {
    margin: 15rem 1rem 1rem 1rem;
}

.blog-hashtag {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4d97b2;
}

.tp-blog-title {
    line-height: 1;
    margin: 1rem 0 0.5rem;
    font-size: 1.5rem !important;
    text-align: right !important;
}

.blog-description {
    color: #616b74;
    font-size: 0.9rem;
    height: 70px;
}

.tp-card-profile {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    flex-direction: row-reverse;
}

.profile-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.card-profile-info {
    margin-left: 1rem;
}

.profile-name {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.profile-followers {
    color: #616b74;
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
}

.tp-read-more {
    width: 100%;
    display: block;
    text-align: center;
}

.tp-read-more-button {}


/* ---------------------------------------------------- */

.tp_section {}

.tp_section.tp_section_reviews {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    padding: 6em 2em;
    background-color: var(--color3);
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, var(--color4), var(--color3));
}

.tp_section h2 {
    text-align: center;
    font-size: 2em;
    line-height: 1;
}

.tp-products-carousel li {
    list-style: none;
    position: relative;
}

.tp-products-carousel h2 {
    font-size: 1rem !important;
}

.tp-products-carousel .onsale {
    position: absolute;
    top: 15px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid;
    left: 15px;
}

.tp-products-carousel p,
.tp-products-carousel .star-rating {
    text-align: center;
}

.tp-products-carousel br {
    display: none;
}

.tp-products-carousel .price {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0 18px 0;
    order: 4;
}

.tp-products-carousel .wp-element-button {
    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;
    order: 4;
}

.tp-products-carousel .owl-item img {
    object-fit: contain;
    margin: 25px 0 45px;
    cursor: pointer;
}

.tp-products-carousel h2 {
    font-size: 1rem;
    /* height: 40px; */
    line-height: 1;
    margin: 1em 0 0;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
}


/* ---------------------------------------------------- */

.tp_loop_wishlists {
    position: absolute;
    top: 12px;
    right: 15px;
}


/* ---------------------------------------------------- */

.tp_section_reviews .tp-carousel-item {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: center;
    padding: 0px 1em 1em 0;
    position: relative;
}

.rtl .tp_section_reviews .tp-carousel-item {
    padding: 0px 0px 1em 1em;
    flex-direction: row;
}

.tp_section_reviews .tp-carousel-item:nth-child(2n+1) {
    padding: 0px 0 1em 1em;
}

.rtl .tp_section_reviews .tp-carousel-item:nth-child(2n+1) {
    padding: 0px 1em 1em 0px;
}

.tp_section_reviews .tp-review-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 1.2em 35px 1.2em 15px;
    width: 100%;
    background: var(--wheat);
    font-size: 0.9em;
    position: relative;
    z-index: 0;
    min-height: 110px;
    margin: 0 6px;
}


/* ---------------------------------------------------- */

.tp_display_none {
    display: none !important;
}


/* ---------------------------------------------------- */


/* ---------------------------------------------------- */


/* ---------------------------------------------------- */

.tp-company-credit {
    font-size: 14px;
    text-align: center;
    padding: 1em 0px;
    position: relative;
    z-index: 2;
}

.tp-company-credit a {
    color: #0073aa;
    /* Change this to your desired link color */
    text-decoration: none;
}

.tp-company-credit a:hover {
    color: #005177;
    /* Change this to your desired hover color */
    text-decoration: underline;
}


/* ---------------------------------------------------- */

.tp-reviews-carousel {
    text-align: center;
    padding: 20px;
}

.tp-reviews {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    background: var(--wheat);
    border-radius: 1em;
    padding: 2em 1em;
    position: relative;
}

.tp-reviews-right {
    width: 100%;
    font-size: 2em;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-weight: 200;
}

.tp-reviews-more {
    flex-direction: column;
    background: var(--color1);
    /* width: 160px; */
    text-decoration: none;
    color: var(--wheat);
    font-size: 0.6em;
    padding: 0.4em 1em;
    margin: 1em 0 0;
    border-radius: 7px;
}

.tp-reviews-left {
    width: 100%;
    position: relative;
    padding: 3em 0 0;
    z-index: 2;
    max-width: 600px;
}

.tp-reviews-carousel .tp-carousel-item {
    background: var(--wheat);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tp-review-avatar {
    position: relative;
    z-index: 1;
    background: #fff;
}

.tp-review-avatar img {
    width: 50px !important;
    height: 50px;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid var(--wheat);
    padding: 0;
    margin: 0 0 0 -25px;
    z-index: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

.tp_en .tp-review-avatar img {
    margin: 0 -25px 0 0;
}

.tp-review-avatar img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
}

.tp-review-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 1.2em 60px;
    width: 100%;
    background: var(--wheat);
}


/* .tp-carousel-item {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 0 2em 5em;
}
.tp-carousel-item:nth-child(odd) {
    padding: 0 5em 2em 0;
} */

.tp-review-author {
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 1.2em;
    line-height: 1;
}

.tp-review-ptitle {}

.tp-review-ptitle a {
    font-size: 0.95em;
    line-height: 1;
    font-weight: bold;
}

.tp-review-date {
    font-size: 0.8em;
}

.tp-review-text {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tp-review-rating {
    margin: 10px 0;
}

.tp-review-rating .tpicon-star,
.tp-review-rating .tpicon-star-o {
    color: #f39c12;
    /* Gold color for the stars */
    font-size: 17px;
}

.tp-review-product {
    font-size: 14px;
    color: #0073aa;
    text-decoration: none;
    margin-top: 10px;
}

.tp-review-product:hover {
    text-decoration: underline;
}

.tp-reviews-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    /* To ensure that the arrows don't block interaction with the carousel items */
}

.tp-reviews-carousel .owl-nav button {
    background: none;
    border: none;
    font-size: 2em;
    color: #000;
    pointer-events: all;
    /* To make the arrows clickable */
    cursor: pointer;
    padding: 0 20px;
}

.tp-reviews-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    /* Adjust as needed */
}

.tp-reviews-carousel .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    /* Adjust as needed */
}


/* ---------------------------------------------------- */

.tp-product-carousel .woocommerce-loop-product__title {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.tp-product-carousel li.product {
    list-style: none;
    text-align: center;
}

.tp-product-carousel li.product .price {
    color: #e74c3c;
}


/* ---------------------------------------------------- */

.tphighlights {}

.tphighlights_h2 {
    text-align: center;
    font-family: 'Heebo';
    font-size: 2em;
    line-height: 1;
    width: 100%;
    padding: 1.5em 0 0;
    line-height: 1;
    margin: 0;
}

.tphighlight {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.tphighlight_title {
    margin: -10px 0 0;
    font-size: 1.5em;
    text-align: center;
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    font-size: 1em;
}

.tphighlights img {
    height: 100px;
    display: block;
    margin: 0 auto;
}


/* ---------------------------------------------------- */

.tp_our_members {
    background: #e9e9e9;
    width: 100%;
}

.tp_our_members h2 {}

.tp_our_members_width {}

.tp_our_members_title {}

.tp_our_members_form {}


/* ---------------------------------------------------- */


/* ---------------------------------------------------- */


/* ---------------------------------------------------- */


/* ---------------------------------------------------- */


/* ---------------------------------------------------- */


/* ---------------------------------------------------- */

.tp-single-reviews .tp-review-content {
    box-shadow: none;
    border: 1px solid #626363;
    border-radius: 0;
    padding: 15px;
    width: calc(100% - 2px);
    background: var(--wheat);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 2px;
    min-height: 250px;
    justify-content: center;
}

.tp-single-reviews .tp-review-author {
    width: 60px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1rem;
    margin: 0;
    font-weight: normal;
    line-height: 1;
}

.tp-single-reviews .tp-review-author span.tp-review-date {
    padding: 5px 0 0;
}

.tp-single-reviews .tp-review-box {
    padding: 10px 0 0;
    margin: 10px 0 0;
    border-top: 1px solid #626363;
}

.tp-single-reviews .tp-review-box .tp-review-text {
    display: -webkit-box;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 30px; */
}

.tp-single-reviews .tp-review-box .tp-review-rating {
    margin: 5px 0 0 0;
}

.tp-single-reviews .tp-review-box .tp-review-rating i {
    color: #626363;
}

.tp-single-reviews-right {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 2em;
    padding: 0 0 1em;
    align-items: center;
}

.average-stars-box {
    font-size: 0.5em;
    line-height: 1;
    text-align: left;
}

.trl .average-stars-box {
    text-align: right;
}

.tp-single-average-title {
    font-size: 1.8rem;
    line-height: 1;
}

.tp-single-average-rating {
    margin: 0 10px;
}

.tp-single-reviews .average-stars {
    margin: 0 0 3px 0;
}

.tp-single-reviews-owl {
    padding: 0 2em;
}

.tp-single-reviews-owl .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    z-index: 1;
    direction: ltr;
    margin: 0 -2em 0 0;
}

.tp-single-reviews-owl .owl-prev {}

.tp-single-reviews-owl .owl-next {
    right: 0;
    position: absolute;
}


/* ---------------------------------------------------- */

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

.tp_category_list {
    list-style-type: none;
    padding-left: 20px;
    margin: 0;
}

.tp_category_item {
    margin: 10px 0;
    position: relative;
}

.tp_accordion_toggle {
    cursor: pointer;
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    width: 15px;
    text-align: center;
}

.tp_current_category>a {
    font-weight: bold;
    color: #007bff;
}

.tp_submenu {
    display: none;
}

.tp_parent_category {
    font-weight: bold;
    margin-bottom: 10px;
}

.tp_parent_category a {
    color: #333;
    text-decoration: none;
}

.tplanguages {
    position: absolute;
    right: 51px;
    z-index: 1;
    top: -6px;
}

.rtl .tplanguages {
    left: 51px;
    right: auto;
}

.tplanguages a {
    padding: 0 5px 0 0;
}

.tplanguages img {
    width: 20px;
}

.tp-products-carousel .onsale {
    order: 3;
}


/* ---------------------------------------------------- */

@media (min-width: 768px) {
    figure.effect-none {
        width: calc(33.33% - 40px);
        margin: 20px;
    }
    .card_3 {
        width: 29%;
    }
    .tp-single-reviews-right {
        flex-direction: row;
    }
}

@media (min-width: 910px) {
    .tplanguages {
        right: 0;
        top: 0;
    }
    .rtl .tplanguages {
        left: 0;
    }
    .tplanguages a {
        padding: 0 5px;
    }
    .tplanguages img {
        width: 35px;
    }
    .tp-header-messages {
        padding: 10px 0;
        height: 45px;
    }
    .tp-header-messages .tp-message {
        font-size: 1.4em;
        font-weight: bold;
    }
    .tp-categories-grid figure img {
        /* height: 150px;
        object-fit: contain; */
    }
    .tp_none_img {
        /* height: 150px;  */
    }
    .tp-categories-grid figure {
        padding: 20px;
    }
    figure.effect-none h2 {
        font-size: 1em;
        padding: 15px 15px 0;
    }
    .tp-categories-grid {
        padding: 1em 0 4em;
    }
    .tp_header_links {
        margin: 0 0 0 2em;
    }
    .rtl .tp_header_links {
        margin: 0 2em 0 0;
    }
    .tp-reviews {
        padding: 3em 3em 1em;
        border-radius: 3em;
    }
    .tp-review-avatar img {
        width: 80px !important;
        height: 80px;
        margin: 0 0 0 -40px;
    }
    .tp_en .tp-review-avatar img {
        margin: 0 -40px 0 0;
    }
    .tp_section_reviews .tp-review-content {
        padding: 1em 60px;
        font-size: 1em;
    }
    .tp_section_reviews .tp-carousel-item {
        padding: 0px 5em 1em 5px;
    }
    .rtl .tp_section_reviews .tp-carousel-item {
        padding: 0px 5px 1em 5em;
    }
    .tp_section_reviews .tp-carousel-item:nth-child(2n+1) {
        padding: 0px 5px 1em 5em;
    }
    .rtl .tp_section_reviews .tp-carousel-item:nth-child(2n+1) {
        padding: 0px 5em 1em 5px;
    }
}

@media (min-width: 992px) {
    .tp-single-reviews .tp-review-content {
        flex-direction: row;
    }
    .tp-single-reviews .tp-review-box {
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
        border-right: 1px solid #626363;
        border-top: none;
    }
    .tp_header_search {
        width: 400px;
        display: block;
        position: static;
    }
    .tp_header_search::before {
        display: none;
    }
}

@media (min-width: 1200px) {
    .tphighlights_h2,
    .tp_section h2,
    .tp-single-average-title {
        font-size: 2.5rem;
    }
    .tp_header_left {
        padding: 0;
    }
    .tphighlights img {
        height: 90px;
    }
    .tp-categories-grid figure img {
        /* height: 250px; */
    }
    .tp_none_img {
        /* height: 250px;  */
    }
    .tp-reviews-left {
        padding: 0;
    }
    .tp-reviews {
        flex-direction: row;
    }
    .tp-reviews-right {
        font-size: 2.5em;
    }
}

@media (min-width: 1650px) {
    .tphighlights img {
        height: 150px;
    }
    .tphighlight_title {
        font-size: 1.3em;
    }
}