.container {
  max-width: 1440px !important;
}

/* hero  */
.trex__heading-center {
  text-align: center;
}
.trex__heading {
  position: relative;
  padding: 58px 0 0 0;
  margin-bottom: 36px;
}

.trex__heading-center span {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  justify-content: center;
}
.trex__heading span {
  display: inline-flex;
  font-family: "The Nautigal", cursive;
  font-size: 90px;
  color: #d9d9d9;
  position: absolute;
  top: 0;
  line-height: 90px;
  z-index: -1;
  text-transform: capitalize;
}
.trex__heading h3,
.personal_care_heading h1 {
  color: #663130;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 45px;
  text-transform: uppercase;
}
.trex__picks-wrap {
  position: relative;
  padding-bottom: 210px;
}
.trex__picks-wrap::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 109px;
  background-color: #000000;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.trex__picks-left {
  padding-right: 50px;
}
.trex__picks-img-wrap {
  position: relative;
  z-index: 1;
}
.trex__picks-img {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.trex__picks-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.31) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  left: 0;
  top: 0;
  z-index: 1;
}
.trex__picks-img:hover img {
  width: 100%;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 300ms cubic-bezier(1, 1.01, 0, -0.01);
  transition: all 300ms cubic-bezier(1, 1.01, 0, -0.01);
}
.trex__picks-img img {
  transform: translate3d(-30px, 0, 0);
  object-fit: cover;
  width: calc(100% + 30px) !important;
  max-width: calc(100% + 30px) !important;
  -webkit-transition: all 300ms cubic-bezier(1, 1.01, 0, -0.01);
  transition: all 300ms cubic-bezier(1, 1.01, 0, -0.01);
}
.trex__picks-link {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  color: white !important;
  padding: 27px 27px;
}
.trex__picks-link h6 {
  font-size: 28px;
  font-family: "Nunito Sans", sans-serif;
  margin-right: 20px;
}
.trex__picks-link .icon {
  display: inline-flex;
  font-size: 25px;
  margin-top: -4px;
}
.fa-arrow-right:before {
  content: "\f061";
}

.trex__picks-right .trex__content {
  width: 67%;
  margin-bottom: 50px;
}
.trex__content > :not(:last-child) {
  margin-bottom: 16px;
}
.trex__content h4 {
  font-size: 40px;
  color: #663130;
}
.trex__col_pp {
  color: #663130 !important;
}
.trex__content p {
  color: #898989;
  line-height: 31px;
}
.trex-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #663130 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  padding: 16px 32px;
  border-radius: 0 !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  letter-spacing: 2px;
  overflow: hidden !important;
  border: none;
}
.trex-btn:not(.trex-btn__link):hover::before {
  left: -10%;
  right: -10%;
  top: -2px;
  bottom: -2px;
  width: 120%;
  -webkit-transform: scaleX(1);
  /* transform: scaleX(1.1); */
  -webkit-transform-origin: bottom left;
  /* transform-origin: bottom left; */
}

.trex__picks .trex-btn::before {
  background-color: #f8d2b3;
}
.trex-btn:not(.trex-btn__link)::before {
  position: absolute;
  content: "";
  background-color: #f8d2b3;
  -webkit-clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0% 100%, 8% 50%, 0% 0%);
  clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0% 100%, 8% 50%, 0% 0%);
  left: -10%;
  right: -10%;
  top: -2px;
  bottom: -2px;
  width: 120%;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
}
.trex__picks-right .trex__picks-img-wrap {
  width: 85%;
  margin: 0 0 0 auto;
  display: block;
  aspect-ratio: 1;
}
.trex__picks-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -260px;
  padding-right: 40px;
  gap: 50px;
}
.trex__picks-bottom .trex__content h4 {
  text-align: end;
}
section[class^="trex__"] {
  position: relative;
  z-index: 3;
}
.trex__category {
  background-color: #f9f9f9;
}
.custom-pad {
  padding: 80px 0;
}
.trex__category::before {
  position: absolute;
  content: "";
  width: 227px;
  height: 302px;
  background-image: url(https://treeextract.in/wp-content/uploads/2024/11/category-element-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.trex__category-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 0;
}
.trex__category-single:first-child {
  display: flex;
  align-items: center;
}
.trex__category-wrap > :nth-child(1) {
  width: 38.8%;
}
.trex__category-wrap > * {
  flex: 0 0 auto !important;
  width: 18.4%;
}
.trex__category-single:not(:first-child) {
  border: 1px solid #663130;
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  padding: 40px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.trex__category-single:not(:first-child):hover {
  background-color: #663130;
  transition: all 0.3s ease-in-out;
}
.trex__category-wrap > * {
  flex: 0 0 auto !important;
  width: 18.4%;
}
.trex__category-img {
  display: block;
  width: 115px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.trex__category-img img {
  width: 100%;
}
.trex__category-title h4 {
  font-size: 24px;
  color: #663130;
  text-transform: uppercase;
}
.trex__category-single:not(:first-child):hover .trex__category-title h4 {
  color: white;
}
.trex__category-single:last-child {
  background-color: #663130;
  justify-content: center;
}

.trex__category-single:not(:first-child) {
  border: 1px solid #663130;
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  padding: 40px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.trex__category-single:last-child:hover {
  background-color: #f8d2b3 !important;
  border-color: #f8d2b3;
}

.trex__category-single:not(:first-child):hover {
  background-color: #663130;
  transition: all 0.3s ease-in-out;
}
.trex__category-single:last-child {
  background-color: #663130;
  justify-content: center;
}
.trex__category-single:last-child:hover .trex__category-icon {
  background-color: #663130;
  color: white;
}
.trex__category-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: white;
  color: #663130;
  border-radius: 50px;
}
.fa-chevron-right:before {
  content: "\f054";
}
.trex__category-text p {
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--accent-font);
  color: white;
}
.trex__category-single:last-child:hover .trex__category-text p {
  color: #663130;
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.trex__concern-swiper .swiper-wrapper {
  padding-bottom: 50px;
}
.swiper-android .swiper-slide2,
.swiper-ios .swiper-slide2,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  /* transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial); */
  box-sizing: content-box;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.trex__concern-img {
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.trex__concern-img img {
  width: 100%;
  transform: translate3d(-30px, 0, 0);
  object-fit: cover;
  width: calc(100% + 30px) !important;
  max-width: calc(100% + 30px) !important;
  -webkit-transition: all 300ms cubic-bezier(1, 1.01, 0, -0.01);
  transition: all 300ms cubic-bezier(1, 1.01, 0, -0.01);
}
.trex__concern-single:hover .trex__concern-img img {
  width: 100%;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 300ms cubic-bezier(1, 1.01, 0, -0.01);
  transition: all 300ms cubic-bezier(1, 1.01, 0, -0.01);
}
.trex__concern-info {
  margin-top: 25px;
  text-align: center;
}
.trex__concern-title {
  display: inline-block;
}
.trex__concern-title h4 {
  font-size: 24px;
  color: black;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}
.trex__concern-wrap .swiper-horizontal > .swiper-pagination-progressbar {
  top: unset;
  margin: 0 auto;
  right: 0;
  bottom: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #663130 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(3px, 4px);
  left: 0;
  top: 0;
}
.swiper-pagination-progressbar {
  background: var(#d6d6d6, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
[class^="swiper-button-prev-"] {
  left: 15px;
}
[class^="swiper-button-"] {
  position: absolute;
  background-color: #663130;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-radius: 50%;
  color: white;
}
[class^="swiper-button-next-"] {
  right: 15px;
}
[class^="swiper-button-"] {
  position: absolute;
  background-color: #663130;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-radius: 50%;
  color: white;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.trex_img_ki a img {
  height: 281px;
}

/* about */

.trex__heading {
  position: relative;
  padding: 58px 0 0 0;
  margin-bottom: 36px;
}
.trex__heading span {
  display: inline-flex;
  font-family: "The Nautigal", cursive;
  font-size: 90px;
  color: #d9d9d9;
  position: absolute;
  top: 0;
  line-height: 90px;
  z-index: -1;
  text-transform: capitalize;
}
.trex__heading h3,
.personal_care_heading h1 {
  color: #663130;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 45px;
  text-transform: uppercase;
}
.trex__wwd-left .trex__content,
.trex__wwd-right .trex__img {
  margin-bottom: 30px;
}
.trex__wwd .trex__img {
  width: 100%;
  aspect-ratio: 1;
}

.trex__img {
  border-radius: 15px;
  overflow: hidden;
}
.trex__wwd-right .trex__img img,
.trex__wwd-left .trex__img img {
  transform: translate3d(-30px, 0, 0);
  object-fit: cover;
  width: calc(100% + 30px) !important;
  max-width: calc(100% + 30px) !important;
  -webkit-transition: all 300ms cubic-bezier(1, 1.01, 0, -0.01);
  transition: all 300ms cubic-bezier(1, 1.01, 0, -0.01);
}
.trex__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_con {
  background-color: white !important;
}

/* seller  */

.trex__product-swiper .swiper-wrapper {
  padding-bottom: 50px;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.trex__product-img-wrap {
  position: relative;
  overflow: hidden;
}
.trex__product-img {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.trex__product-img img {
  width: 100%;
  height: 50%;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.trex__product-single:hover .trex__product-img img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.trex__group-btn-link:hover img {
  filter: invert(1);
}
.trex__product-single:hover
  .trex__group-btn
  .trex__group-btn-item:nth-child(1) {
  transition-delay: 0.1s;
}
.trex__product-single:hover .trex__group-btn .trex__group-btn-item {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.trex__group-btn-link:hover {
  background-color: #663130 !important;
}
.trex__group-btn {
  position: absolute;
  display: flex;
  gap: 6px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
}
.trex__group-btn .trex__group-btn-item {
  transform: translateY(70px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.trex__group-btn-link {
  display: inline-flex !important;
  width: 45px;
  height: 45px;
  padding: 5px !important;
  background-color: white !important;
  justify-content: center;
  align-items: center;
}
.trex__group-btn-link img {
  height: 25px !important;
  object-fit: contain;
}
.trex__product-info {
  margin-top: 25px;
  text-align: center;
}
.trex__product-title {
  display: inline-block;
}
.trex__product-title h4 {
  font-size: 20px;
  color: black;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 56px;
}
.trex__product-price span {
  display: inline-flex;
  font-size: 22px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  color: #663130;
  line-height: 30px;
}
.trex__rating {
  display: flex;
  font-size: 13px;
  color: #ffdc21;
  gap: 2px;
  justify-content: center;
  margin-top: 7px;
  list-style: none;
  padding-left: 0px;
}
.swipe_col {
  background-color: white;
}

.trex__gentle {
  background-color: #fdf7f4;
}
.trex__gentle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.trex__gentle-single {
  padding: 0 15px;
  flex: 0 0 auto;
  width: 16%;
}
.trex__gentle-icon img {
  margin: 0 auto;
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.trex__gentle-info {
  margin-top: 20px;
}
.trex__gentle-info h4 {
  font-size: 22px;
  color: black;
  text-transform: capitalize;
  margin-bottom: 15px;
  min-height: 52px;
}

.trex__productTab-wrap .nav-tabs {
  justify-content: center;
  margin-bottom: 50px;
  border: none;
  gap: 19px;
}
.trex__productTab-wrap .nav-link {
  font-size: 24px;
  color: #663130 !important;
  text-transform: capitalize;
  font-weight: 400;
  background-color: #f7f7f7 !important;
  border-radius: 5px;
  padding: 10px 40px;
  border: none !important;
  transition: all 0.3s ease-in-out !important;
}
.trex__productTab-wrap .nav-link:not(.active):hover {
  background-color: #fbeade;
  transition: all 0.3s ease-in-out;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: #e9ecef;
}
.trex__productTab-wrap .nav-link.active {
  background-color: #663130 !important;
  color: white !important;
  transition: all 0.3s ease-in-out;
}
/* video */
.trex__video-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  cursor: none;
  max-width: 100%;
  overflow: hidden;
}
.trex__video-item {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.trex__play-btn {
  position: absolute;
  border: 1px solid white;
  border-radius: 100px;
  width: 103px;
  height: 103px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
  cursor: none;
  backdrop-filter: blur(3px) brightness(1);
}
.trex__play-btn .play-icon,
.trex__play-btn .pause-icon {
  font-size: 16px;
  color: white;
  font-weight: 400;
}
.trex__care::before {
  position: absolute;
  content: "";
  width: 380px;
  height: 300px;
  background-image: url(https://treeextract.in/wp-content/uploads/2024/11/personal-care-element.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  z-index: -1;
}
.trex-bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.trex__testimonials .overlay::before {
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
}
.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.72);
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.45;
}
.trex-bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: -1;
}
.trex__testimonials-single {
  background-color: white;
  padding: 40px 50px;
  text-align: center;
}
.trex__testimonials-content .trex__testimonials-info {
  position: relative;
  z-index: 1;
}
.trex__testimonials-info::before {
  position: absolute;
  content: "";
  background-image: url(../images/img/testimonials-quote-icon.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  left: -20px;
  top: 0;
  z-index: -1;
}
.trex__testimonials-info::after {
  position: absolute;
  content: "";
  background-image: url(../images/img/testimonials-quote-icon.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  right: -20px;
  bottom: 0;
  z-index: -1;
  transform: rotate(180deg);
}
.trex__testimonials-customer {
  margin-top: 35px;
}
.trex__testimonials-img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.trex__testimonials-customer h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: black;
  margin: 20px 0 3px;
  font-size: 20px;
}
.trex__testimonials-customer > span {
  font-size: 16px;
  color: #663130;
}
.trex__testimonials-features {
  margin-top: 50px;
}
.trex__testimonials-featItem {
  display: flex;
  align-items: center;
}
.trex__testimonials-icon {
  flex: 0 0 auto;
  width: 20%;
  margin-right: 20px;
}
.trex__testimonials-featTitle h6 {
  font-size: 22px;
  color: var(--clr-black);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.trex__testimonials-img img {
  height: 95px;
}
.trex__testimonials-info p {
  color: #898989;
  font-size: 18px;
}
.trex__testimonials-featTitle p {
  color: #898989;
  font-size: 16px;
}
/* accordian */
.trex__faq-flush .accordion-item {
  border: none;
  margin-bottom: 20px;
  background-color: #f7ede7;
  border-left: 5px solid transparent;
  border-radius: 5px;
  --bs-accordion-color: #898989;
}
.accordion-header {
  margin-bottom: 0;
}
.trex__faq-flush .accordion-button {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 1px;
  --bs-accordion-btn-padding-y: 25px;
  font-weight: 400;
  padding-right: 40px;
}
.trex__faq-flush .accordion-item:not(:has(.collapsed)) {
  border-color: #663130 !important;
}
.trex__faq-flush .accordion-item {
  border: none;
  margin-bottom: 20px;
  background-color: #f7ede7;
  border-left: 5px solid transparent !important;
  border-radius: 5px !important;
  --bs-accordion-color: #898989;
}
.trex__faq-flush .accordion-header .accordion-button::after {
  background-image: unset;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\2b";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  color: #663130;
  font-size: 18px;
}
.trex__faq-flush .accordion-body {
  padding-top: 0;
}
.trex__faq-flush .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  transition: all 0.5s ease-in-out;
}

/* footer */
.trex__footer {
  background-color: #363636;
  position: relative;
  z-index: 3;
}
.trex__footer::before {
  position: absolute;
  content: "";
  background-image: url(../images/img/footer-vector-2.svg);
  width: 239px;
  height: 318px;
  top: 0;
  right: 0;
  z-index: -1;
  mix-blend-mode: overlay;
}
.trex__footer-info {
  border-right: 1px solid rgba(255, 255, 255, 0.212);
  padding-right: 45px !important;
}
.trex__footer-col {
  padding: 50px 0;
}
.trex__footer-logo {
  margin-bottom: 16px;
}
.trex__footer-logo img {
  height: 60px !important;
  object-fit: contain;
  width: 267px;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, var(--bs-text-opacity)) !important;
}
.trex__footer-content h5 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}
.trex__footer-content p {
  font-size: 16px;
  line-height: 26px;
}
.trex__footer-newsletter {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.trex__footer-content p {
  font-size: 16px;
  line-height: 26px;
}
.form-group {
  margin-bottom: 12px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: var(--bs-border-radius);
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.trex__footer-newsletter .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0;
  color: #fff;
}
.form-control {
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  padding: 15px 30px;
}
.form-group.form-button {
  margin-bottom: 0;
}

.form-control:focus {
  color: #212529;
  background-color: white;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.trex__footer-col {
  padding: 50px 0;
}
.trex__footer-heading {
  margin-bottom: 25px;
}
.trex__footer-heading h4 {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.trex__footer-list li {
  font-size: 16px;
  line-height: 36px;
  margin: 0px;
}
.trex__footer-list {
  padding: 0px;
  list-style: none;
  color: white;
}
.trex__footer-list li a {
  color: white !important;
}
.footer-btn {
  border: none;
}
.trex__footer-bottom {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.trex__footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  list-style: none;
}
.trex__footer-socials li a {
  font-size: 15px;
  display: block;
  color: white !important;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.trex__footer-copy {
  color: white;
}
.trex__footer::after {
  position: absolute;
  content: "";
  background-image: url(../images/img/footer-vector-1.svg);
  width: 332px;
  height: 293px;
  bottom: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: overlay;
}

/* Shop */
.trex__inner-banner .trex-bgImg {
  position: relative;
}
.trex-bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}

.trex-bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: -1;
}
.trex__inner-breadcrumb {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.trex__page-title h1,
.trex__page-title h2,
.category-description h1 {
  font-size: 50px;
  color: #663130;
  letter-spacing: 0.5px;
}
.trex__inner-breadcrumb .breadcrumb {
  margin-bottom: 0;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-top: 10px;
}
.trex__inner-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #663130 !important;
}
.breadcrumb-item.active {
  color: rgba(33, 37, 41, 0.75);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.trex__inner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "-";
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: rgba(33, 37, 41, 0.75);
  content: var(--bs-breadcrumb-divider, "/");
}
.trex__shop-category-wrap {
  gap: 16px;
  align-items: center;
  padding-left: 0px;
  list-style: none;
}
.trex__shop-category-single {
  display: inline-block;
  text-align: center;
}
.trex__img {
  border-radius: 15px;
  overflow: hidden;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}

.trex__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trex__shop-category-single h5 {
  font-size: 16px;
  color: black;
  margin-top: 16px;
}
.trex__shop-sidebar {
  border-right: 1px solid #ececec !important;
  position: sticky;
  top: 35px;
}
.trex__shop-filter-sub {
  display: flex;
  justify-content: space-between;
  padding: 11px 20px 11px 0;
  align-items: center;
}

.trex__shop-filter-clear a {
  font-size: 16px;
  color: #663130 !important;
  font-weight: 500;
  text-transform: capitalize;
}
.trex__shop-filter-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}
.trex__shop-filter-list {
  padding-left: 0px;
}

.trex__shop-filter-list li label {
  font-size: 14px;
  color: #757575;
  margin-left: 3px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
}

.trex__shop-filter-list li + li {
  margin-top: 10px;
}
.trex__shop-filter-list li {
  display: flex;
  align-items: center;
}
.trex__shop-filter-box {
  padding: 14px 20px 14px 0;
  border: none;
  border-top: 1px solid #ececec !important;
}
.trex__shop-sidebar h5,
.trex__shop-filter-button {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  color: #663130;
}
.trex__shop-filter-list:has(:nth-child(7)) {
  height: 190px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #663130 #eaeaea;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #989898;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
  border: none;
  margin: 10px auto 0;
  text-align: center;
  outline: none;
}
.price-range-slider .range-bar {
  border: none;
  background: #ccc;
  height: 6px;
  width: 85%;
  margin-left: 10px;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.trex__shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 8px;
  border-bottom: 1px solid #ececec;
}
.trex__shop-grid {
  display: flex;
  gap: 5px;
}
.trex__shop-grid li {
  background-color: #663130;
  padding: 6px;
}
.trex__shop-grid li svg rect {
  fill: white;
}
.trex__shop-toolbar-sort {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
  width: 70%;
  justify-content: flex-end;
}
.trex__shop-toolbar-results p {
  font-size: 15px;
  font-weight: 600;
  color: black;
}
.trex__shop-toolbar-results {
  display: flex;
}
.woocommerce .woocommerce-ordering {
  margin: 0 !important;
  float: unset !important;
  height: 32px;
}
.trex__shop-toolbar-sort form {
  display: flex;
  align-items: center;
  margin-top: -14px;
}
.woocommerce-select {
  padding: 0 20px 0 0;
  border: none;
  font-size: 15px;
  color: #663130;
  font-weight: 600;
  text-transform: capitalize;
  background-color: transparent;
  margin-left: 15px;
}
.trex__shop-products {
  margin-top: 15px;
}

.trex__product-info .trex__btn-wrap {
  margin-top: 15px;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.trex-btn__small {
  padding: 10px 17px !important;
  letter-spacing: 1.5px;
  font-size: 12px !important;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.tree__shop-pagination {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 25px;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #cfc8d8;
  border-right: 0;
  margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #cfc8d8;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #663130 !important;
  color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #000;
  border-color: var(--clr-accent);
  padding: 12px !important;
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left;
}
.trex__shop-filter-list li input[type="checkbox"]:checked + label::before {
  background-color: #663130;
}
.trex__shop-filter-list li input[type="checkbox"] {
  appearance: none;
}
.trex__shop-selected-filters:has(li) {
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}
.trex__shop-selected-filters ul {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.trex__shop-selected-filters li {
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #d9d9d9;
  width: fit-content;
  border-radius: 5px;
  padding: 5px 18px 5px 10px;
  color: #575757;
  font-weight: 500;
  position: relative;
  list-style: none;
}
.trex__shop-selected-filters .remove-filter {
  border: none;
}
.trex__shop-selected-filters .remove-filter::before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: #666;
}
.trex__shop-filter-fix {
  background-color: transparent !important;
  box-shadow: unset !important;
  color: #052c65 !important;
  padding-left: 0px !important;
  font-family: var(--default-font);
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: 15px;
}
.trex__shop-selected-filters li button {
  border: none;
  font-size: 12px;
  font-weight: 700;
  background-color: transparent;
  color: #575757;
}

.trex__shop-filter-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: var(--default-font);
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

/* Hide default checkbox */
.trex__shop-filter-list input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  background-color: #f2f2f2;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

/* Style when checked */
.trex__shop-filter-list input[type="checkbox"]:checked {
  background-color: #69322f; /* Dark reddish-brown */
  border-color: #69322f;
}

/* Checkmark inside checkbox */
.trex__shop-filter-list input[type="checkbox"]:checked::after {
  content: "✔";
  color: white;
  font-size: 14px;
  position: absolute;
  left: 3px;
  top: -1px;
}

/* Optional: style span number count */
.trex__shop-filter-list label span {
  color: #999;
}
.trex__shop-filter-list li input {
  display: none;
}

/* Tree Extract  */
.trex__bg-light {
  background-color: #f9f9f9;
}

.trex__inner-tree-left > :not(:last-child),
.trex__inner-tree-right > :not(:last-child) {
  margin-bottom: 20px;
}
.trex__img-wrap {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.trex__d-flex {
  gap: 15px;
}
.trex-bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.trex__inner-ctaContent .trex-bgImg.overlay::before {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0));
  opacity: 0.6;
}
.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.72);
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.45;
}

.trex-bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: -1;
}
.text-white {
  --bs-text-opacity: 1;
  color: 255, 255, 255, var(--bs-text-opacity) !important;
}
.trex-btn__light {
  background-color: white !important;
  background-image: unset !important;
  color: #663130 !important;
}
.trex__inner-ingredients-single {
  padding: 16px;
  border: 1px solid #b8b8b8;
  border-radius: 16px;
  height: 100%;
}
.trex__inner-ingredients-title {
  margin: 16px 0 8px;
}
.trex__inner-ingredients-title h5 {
  font-size: 20px;
  text-transform: uppercase;
  color: #363636;
  line-height: 28px;
}

/* about  */
.trex__heading p {
  font-size: 22px;
  margin-top: 12px;
  font-style: italic;
  color: #6c6c6c;
}

.trex__inner-about-images {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
  width: 42%;
  padding-left: 170px;
  position: relative;
  margin: 50px auto 0;
}
.img-collage.img-collage-1 {
  width: 70%;
  aspect-ratio: 1;
  border-top-right-radius: 200px;
}
.img-collage {
  border-radius: 20px;
  overflow: hidden;
}
.img-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-collage.img-collage-2 {
  width: 100%;
  aspect-ratio: 1;
  border-top-left-radius: 150px;
}
.img-collage.img-collage-3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  aspect-ratio: 3 / 5;
  border-top-left-radius: 200px;
  z-index: 2;
}
.trex__inner-about::before {
  position: absolute;
  content: "";
  background-image: url(../images/img/about-page-pattern-left.png);
  left: 0;
  width: 300px;
  height: 470px;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 100px;
}
.trex__inner-about::after {
  position: absolute;
  content: "";
  background-image: url(../images/img/about-page-pattern-right.png);
  right: 0;
  width: 300px;
  height: 470px;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 100px;
}
.trex__inner-ctaContent .trex__img {
  aspect-ratio: unset;
  border-radius: 15px;
}
.trex__inner-features-list {
  margin-top: 32px;
  padding-left: 0px;
}
.feature__box-content h5 {
  font-size: 20px;
  text-transform: uppercase;
  color: #663130;
  margin-bottom: 6px;
}
.feature__box-content p {
  font-size: 15px;
  line-height: 26px;
  color: #898989;
}
.trex__inner-features-right {
  padding-left: 50px;
}
.trex__inner-features-right .trex__img {
  aspect-ratio: unset;
  padding: 10% 0 10% 10%;
  position: relative;
}
.trex__inner-features-right .trex__img::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  border: 15px solid #663130;
  left: 0;
  top: 0;
  z-index: -1;
}
.trex__inner-features-right .trex__img img {
  object-fit: contain;
}
.trex__inner-contact-box {
  padding: 35px 25px;
  border: 1px solid #b8b8b8;
  border-radius: 16px;
  width: 100%;
  min-height: 184px;
}
.trex__inner-contact-icon {
  flex: 0 0 auto;
}

.trex__inner-contact-icon img {
  height: 50px;
  object-fit: contain;
  width: 50px;
}
.trex__inner-contact-content a,
.trex__inner-contact-content p {
  display: inline-block;
  font-size: 16px;
  color: black;
  line-height: 28px;
}
.trex__inner-map {
  height: 100% !important;
}
.trex__inner-map p {
  height: 100% !important;
}
.trex__inner-map iframe {
  width: 100%;
  height: 100%;
  filter: brightness(95%) contrast(116%) saturate(0%) blur(0) hue-rotate(0deg);
}

/* eyecare */
.text_category_description .category-description {
  max-width: 1200px;
  margin: 0 auto;
}
.trex_blog_content_textarea b,
.trex_blog_content_textarea strong {
  font-weight: 500;
  color: #663130;
}

.trex_blog_content_textarea li,
.trex_blog_content_textarea li a,
.trex_blog_content_textarea a {
  font-size: 16px;
  line-height: 23px;
  color: #663130;
}
.trex__b {
  font-size: 35px !important;
}

/* terms-use  */
.entry-header {
  margin-bottom: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #663130;
  background-color: #fdf7f4;
}
.entry-header .entry-title {
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif;
  color: #663130;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.editor-styles-wrapper,
.entry-content {
  counter-reset: footnotes;
}

/* product-details */
.trex__inner-product-banner {
  background-color: #f9f9f9;
  padding: 12px 0;
}
.trex__inner-product-banner .trex__inner-breadcrumb {
  position: relative;
  top: unset;
  transform: unset;
  left: unset;
}

.trex__inner-product-banner .trex__inner-breadcrumb .breadcrumb {
  letter-spacing: 0;
  font-size: 15px;
  margin-top: 0;
}
.trex__inner-breadcrumb .breadcrumb {
  margin-bottom: 0;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-top: 10px;
}

.trex__inner-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #663130;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.trex__inner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "-";
}

.trex__product-details-featured {
  gap: 20px;
}
.trex__product-thumb-swiper {
  height: auto !important;
  flex: 0 0 auto;
  width: 100px;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.trex__product-thumb-swiper .swiper-slide {
  height: auto !important;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.trex__product-feat-thumb {
  border-radius: 5px;
  overflow: hidden;
}
.trex__product-feat-thumb img {
  height: 115px !important;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.trex__product-feat-main {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.trex__product-feat-main img {
  height: 542px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  font-size: 18px !important;
  color: black !important;
  font-weight: 600;
  display: inline-flex;
}
.trex__product-rating-v2 {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.amount bdi {
  font-size: 20px;
  font-weight: 500;
}
.trex__form {
  display: flex;
  gap: 21px;
  align-items: center;
  margin: 20px 0 0 0 !important;
}
form.cart::before {
  content: " ";
  display: table;
}
.quantity {
  float: unset !important;
  margin: 0 15px 0 0 !important;
  display: inline-flex;
  align-items: center;
  border: 1px solid #acacac;
}
.trex__quantity-subtract {
  padding: 8px 16px;
  border-right: 1px solid #acacac;
  color: #663130;
  height: 46px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.qty {
  max-width: 65px;
  width: 100% !important;
  height: 50px;
  border: none;
  color: #663130;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 8px;
  text-align: center;
}
.trex__quantity-add {
  padding: 8px 16px;
  border-left: 1px solid #acacac;
  color: #663130;
  height: 46px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.trex__product-add-to-wishlist {
  padding: 20px 0 20px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
}
.trex__product-meta label {
  margin: 0 10px 0 0;
  font-weight: 600;
  min-width: 80px;
  font-size: 14px;
  color: black;
  text-transform: capitalize;
}
.trex__product-meta ul {
  list-style: none;
  padding-left: 0px;
}
.trex__product-meta a {
  color: #898989 !important;
}
.trex__product-meta ul li + li {
  margin-top: 6px;
}
.trex__product-share {
  margin-top: 6px;
}
.trex__product-share label {
  margin: 0 10px 0 0;
  font-weight: 600;
  min-width: 80px;
  font-size: 14px;
  color: black;
  text-transform: capitalize;
}
.trex__product-socials {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  list-style: none;
  padding-left: 0px;
}
.trex__product-socials li a {
  font-size: 14px;
  color: #898989;
}
.trex__product-socials li a i {
  color: #898989;
}
.trex__product-details-tabs {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 33px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 32px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  color: #515151;
  z-index: 2;
  border-bottom-color: #fff;
}

/* blogs */
.trex__inner-sidebar {
  position: sticky;
  top: 60px;
}
.trex-mar-bot {
  margin-bottom: 20px;
}

.trex__sidebar-widget {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.trex__widget-heading {
  margin-bottom: 20px;
}

.trex__widget-heading h4 {
  background-color: #fdf7f4;
  font-size: 18px;
  color: #663130;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px;
  font-family: var(--ff-body);
}

.trex__widget-categories ul li {
  list-style: none;
}

.trex__widget-categories ul li a {
  font-size: 16px;
  color: #000000;
}

.trex__inner-sidebar .trex__sidebar-widget + .trex__sidebar-widget {
  margin-top: 16px;
}

.trex__sidebar-widget {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.trex__widget-heading {
  margin-bottom: 20px;
}

.trex__widget-recent-posts ul li a {
  display: flex;
  align-items: center;
}

.trex__rp-img {
  display: inline-flex;
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  margin-right: 15px;
}

.trex__rp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trex__rp-content h6 {
  font-size: 16px;
  font-family: var(--ff-body);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: black;
  line-height: 26px;
}

.list_style li {
  list-style-type: none !important;
}

.list_style {
  position: relative;
  right: 28px;
}

.tag-cloud {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tag-cloud li a {
  background-color: #fcfcfc;
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 15px;
  border: 1px solid #fdf7f4;
  display: inline-flex;
}

.trex__blog-single {
  position: relative;
}

.trex__blog-img {
  margin-bottom: 15px;
}

.trex__blog-img a {
  display: block;
  overflow: hidden;
}

.trex__blog-date {
  position: absolute;
  left: 0;
  top: 20px;
  transform: translateX(0) rotate(180deg);
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
  writing-mode: vertical-rl;
  z-index: 2;
  padding: 24px 16px;
  letter-spacing: 0.8px;
  font-size: 14px;
  color: #663130;
  text-transform: uppercase;
  font-weight: 500;
}

.trex__blog-meta {
  border-bottom: 1px solid #663130;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.trex__blog-meta ul {
  flex-wrap: wrap;
  display: flex;
}

.trex__blog-meta ul li {
  position: relative;
  right: 30px;
}

.ml-23 {
  margin-left: 23px;
}

.trex__blog-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trex__blog-meta li a,
.trex__blog-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trex__blog-meta li span {
  font-size: 13px;
  color: #663130;
}

.trex__blog-meta li p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #663130;
  font-weight: 500;
}

.trex__blog-meta li span {
  font-size: 13px;
  color: #663130;
}

.trex__blog-meta li p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #663130;
  font-weight: 500;
}

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.trex__blog-meta li p a {
  color: #663130 !important;
}

.trex__blog-meta li a,
.trex__blog-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trex__blog-title {
  margin-bottom: 10px;
}

.trex__blog-title h3 {
  font-size: 30px;
  font-weight: 500;
  color: #663130;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 72px;
}

.trex__blog-desc p {
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.trex__blog-btn {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: #663130 !important;
  display: inline-flex;
  gap: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #663130;
  margin-top: 15px;
}

.trex__blog-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-pagination-blog {
  margin-top: 25px;
  text-align: center;
}

.blog-pagination-blog .page-numbers.current {
  background: #663130 !important;
  color: #fff !important;
}

.blog-pagination-blog .page-numbers {
  color: #000;
  border: 1px solid #663130;
  padding: 10px 12px !important;
}

.blog-pagination-blog .page-numbers {
  color: #000;
  border: 1px solid #663130;
  padding: 10px 12px !important;
}

/* Blogs page end */

/* Blog-details page start */

section[class^="trex__"] {
  position: relative;
  z-index: 3;
}

.custom-pad {
  padding: 80px 0;
}

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1 !important;
  }
}

.trex__inner-sidebar {
  position: sticky;
  top: 60px;
}

.trex__sidebar-widget.trex__widget-cta {
  padding: 0;
  border: 0;
  position: relative;
  overflow: hidden;
}

.trex__sidebar-widget {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.trex__widget-cta-bg .trex__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.trex__img {
  border-radius: 15px;
  overflow: hidden;
}

.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.72);
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.45;
}

.trex__widget-cta-bg .trex__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.trex__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trex__widget-cta-content {
  display: flex;
  flex-direction: column;
  height: 360px;
  justify-content: space-between;
  padding: 20px;
  color: #fff;
}

.trex__widget-cta-content h4 {
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
}

.trex-btn__small {
  padding: 10px 17px !important;
  letter-spacing: 1.5px;
  font-size: 12px !important;
}

.trex-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #663130 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: var(--ff-body);
  font-size: 13px;
  padding: 16px 32px;
  border-radius: 0 !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  letter-spacing: 2px;
  overflow: hidden !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.w-75 {
  width: 75% !important;
}

.trex-btn:not(.trex-btn__link)::before {
  position: absolute;
  content: "";

  -webkit-clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0% 100%, 8% 50%, 0% 0%);
  clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0% 100%, 8% 50%, 0% 0%);
  left: -10%;
  right: -10%;
  top: -2px;
  bottom: -2px;
  width: 120%;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
}

.trex-btn__hover-color::before {
  background-color: #f8d2b3 !important;
}

.trex__widget-heading h4 {
  background-color: #fdf7f4;
  font-size: 18px;
  color: #663130;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px;
  font-family: var(--ff-body);
}
.swipe-bg-col {
  background-color: #f8d2b3;
}

.trex__inner-sidebar .trex__sidebar-widget + .trex__sidebar-widget {
  margin-top: 16px;
}

.trex__sidebar-widget {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.trex__widget-heading {
  margin-bottom: 20px;
}

.trex__widget-recent-posts ul li a {
  display: flex;
  align-items: center;
}

.trex__inner-sidebar .trex__sidebar-widget + .trex__sidebar-widget {
  margin-top: 16px;
}

.trex__sidebar-widget {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.trex__widget-heading {
  margin-bottom: 20px;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.form-group {
  margin-bottom: 12px;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

.list-item li {
  list-style-type: none;
}

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2 !important;
  }
}

.trex__blog-breadcrumb .breadcrumb-item a {
  font-size: 15px;
  text-transform: uppercase;
  color: #646464;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
  display: none;
}

.trex__blog-breadcrumb .breadcrumb-item a {
  font-size: 15px;
  text-transform: uppercase;
  color: #646464;
  font-weight: 500;
}

.trex__blog-breadcrumb .breadcrumb-item.active {
  padding: 0;
  margin-top: 15px;
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.trex__blog-breadcrumb .breadcrumb-item.active h1 {
  color: #663130;
  font-size: 45px;
}

.trex__blog-featured-img {
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  display: block;
}

.trex__blog-meta {
  border-bottom: 1px solid #663130;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.trex__blog-meta ul {
  flex-wrap: wrap;
  display: flex;
}

.trex__blog-meta ul li {
  position: relative;
}

.trex__blog-meta li a,
.trex__blog-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trex__blog-meta li span {
  font-size: 13px;
  color: #663130;
  margin-top: -18px;
  margin-left: 9px;
}

.trex__blog-meta li p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #663130;
  font-weight: 500;
}

.trex__blog-meta li p a {
  color: #663130;
}

.trex__blog-meta li a,
.trex__blog-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trex_blog_content_textarea h2,
.trex_blog_content_textarea h3,
.trex_blog_content_textarea h4,
.trex_blog_content_textarea h5,
.trex_blog_content_textarea h6,
.trex_blog_content_textarea p {
  margin: 15px 0;
}

.trex__inner-generic > :not(:last-child) {
  margin-bottom: 12px;
}

.trex__inner-generic > ul,
.trex__inner-generic > ol {
  margin: 10px 0;
}

.trex__inner-generic > p em,
.trex__inner-generic > p i {
  color: #663130;
  font-style: italic;
}

.trex__inner-generic > p strong,
.trex__inner-generic > p b {
  color: #663130;
}

.trex_blog_content_textarea b,
.trex_blog_content_textarea strong {
  font-weight: 700;
  color: #663130;
}

.trex__inner-generic > :not(:last-child) {
  margin-bottom: 12px;
}

.trex__inner-generic > ul,
.trex__inner-generic > ol {
  margin: 10px 0;
}

.trex__inner-generic > ul li {
  position: relative;
  padding-left: 18px;
}

.trex_blog_content_textarea li,
.trex_blog_content_textarea li a,
.trex_blog_content_textarea a {
  font-size: 16px;
  line-height: 23px;
  color: #663130;
}

.trex_blog_content_textarea li {
  margin: 5px 0;
}

.trex__inner-generic > ul li {
  position: relative;
  padding-left: 18px;
}

.trex__inner-generic > :not(:last-child) {
  margin-bottom: 12px;
}

.trex_blog_content_textarea h2,
.trex_blog_content_textarea h3,
.trex_blog_content_textarea h4,
.trex_blog_content_textarea h5,
.trex_blog_content_textarea h6,
.trex_blog_content_textarea p {
  margin: 15px 0;
}

.trex__inner-generic > h2 {
  font-size: 35px;
}

.trex__inner-generic > h2,
.trex__inner-generic > h3,
.trex__inner-generic > h4,
.trex__inner-generic > h5,
.trex__inner-generic > h6 {
  font-weight: 500;
  color: #663130;
}

.trex__inner-generic > :not(:last-child) {
  margin-bottom: 12px;
}

.trex_blog_content_textarea h2,
.trex_blog_content_textarea h3,
.trex_blog_content_textarea h4,
.trex_blog_content_textarea h5,
.trex_blog_content_textarea h6,
.trex_blog_content_textarea p {
  margin: 15px 0;
}

.trex__inner-generic > h3,
.trex__inner-generic > h4,
.trex__inner-generic > h5,
.trex__inner-generic > h6 {
  font-weight: 500;
  color: #663130;

  .trex_blog_content_textarea b,
  .trex_blog_content_textarea strong {
    font-weight: 700;
    color: #663130;
  }
}

.trex__inner-generic > :not(:last-child) {
  margin-bottom: 12px;
}

.trex__inner-generic > ul,
.trex__inner-generic > ol {
  margin: 10px 0;
}

.trex__inner-generic > ul li {
  position: relative;
  padding-left: 18px;
}

.trex_blog_content_textarea li,
.trex_blog_content_textarea li a,
.trex_blog_content_textarea a {
  font-size: 16px;
  line-height: 23px;
  color: #663130;
}

.trex_blog_content_textarea li {
  margin: 5px 0;
}

.trex__inner-generic > ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fbeade;
  left: 0;
  top: 5px;
}

.trex_blog_content_textarea p {
  margin: 15px 0;
}

.tag-cloud {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

h4 {
  font-family: var(--ff-primary);
  margin-bottom: 0;
}

.tag-cloud li a {
  background-color: #fcfcfc;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 15px;
  border: 1px solid #fdf7f4;
  display: inline-flex;
}

.rl_30 {
  position: relative;
  right: 30px;
}

.trex__blog-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.trex__blog-share ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trex__blog-share ul li a {
  color: #000;
  font-size: 18px;
}

.trex__blog-share h4 {
  font-size: 15px;
  font-family: var(--ff-body);
  font-weight: 500;
  color: black;
  margin-right: 10px;
}

.f_icon {
  position: relative;
  right: 36px;
  top: 8px;
}

.trex_blog_comment_form .comment-respond {
  padding-top: 20px;
}

#comments h2,
#comments h3 {
  color: #663130;
  font-weight: 500;
  font-size: 24px;
  margin-top: 15px;
}

.trex_blog_comment_form form.comment-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
}

.trex_blog_comment_form form.comment-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
}

.trex_blog_comment_form form.comment-form p.comment-notes {
  grid-column: 1 / -1;
}

.trex_blog_comment_form .comment-form p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.trex_blog_comment_form form.comment-form p.comment-form-comment {
  grid-column: 1 / -1;
  grid-row: 5 / 6;
}

.trex_blog_comment_form .comment-form p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.trex_blog_comment_form .comment-form label {
  margin: 0 10px 0 0;
  font-weight: 600;
  min-width: 80px;
  font-size: 15px;
  color: var(--clr-black);
  text-transform: capitalize;
}

.trex_blog_comment_form .comment-form textarea {
  display: inline-block !important;
  width: 80% !important;
  resize: none;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  padding: 4px 10px;
  height: 80px;
}

.trex_blog_comment_form .comment-form textarea {
  display: inline-block !important;
  width: 80% !important;
  resize: none;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  padding: 4px 10px;
  height: 80px;
}

.trex_blog_comment_form form.comment-form p.comment-form-author {
  grid-column: 1 / -1;
}

.trex_blog_comment_form .comment-form p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.trex_blog_comment_form .comment-form [class^="comment-form-"] input {
  width: 80%;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  padding: 4px 10px;
}

.trex_blog_comment_form .comment-form label {
  margin: 0 10px 0 0;
  font-weight: 600;
  min-width: 80px;
  font-size: 15px;
  color: var(--clr-black);
  text-transform: capitalize;
}

.trex_blog_comment_form .comment-form p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.trex_blog_comment_form .comment-form .form-submit .submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #663130 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: var(--ff-body);
  font-size: 13px !important;
  padding: 16px 32px !important;
  border-radius: 0 !important;
  letter-spacing: 2px;
  border: none !important;
}

.trex_blog_comment_form .comment-form [class^="comment-form-"] input {
  width: 80%;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  padding: 4px 10px;
}

.trex_blog_comment_form form.comment-form p.comment-form-url {
  grid-column: 1 / -1;
}

.trex_blog_comment_form .comment-form p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.trex_blog_comment_form .comment-form [class^="comment-form-"] input {
  width: 80%;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  padding: 4px 10px;
}

.trex_blog_comment_form form.comment-form p.comment-form-url {
  grid-column: 1 / -1;
}

.trex_blog_comment_form .comment-form p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.trex_blog_comment_form form.comment-form p.comment-form-email {
  grid-column: 1 / -1;
}

.trex_blog_comment_form .comment-form p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.trex_blog_comment_form form.comment-form p.comment-notes {
  grid-column: 1 / -1;
}

.trex_blog_comment_form .comment-form p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.trex_blog_comment_form .comment-form label {
  margin: 0 10px 0 0;
  font-weight: 600;
  min-width: 80px;
  font-size: 15px;
  color: black;
  text-transform: capitalize;
}

label {
  display: inline-block;
}

.trex_blog_comment_form .comment-form [class^="comment-form-"] input {
  width: 80%;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  padding: 4px 10px;
}

.trex_blog_comment_form .comment-form p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.trex_blog_comment_form .comment-form .form-submit .submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #663130 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: var(--ff-body);
  font-size: 13px !important;
  padding: 16px 32px !important;
  border-radius: 0 !important;
  letter-spacing: 2px;
  border: none !important;
}

@media (min-width: 992px) {
  .order-lg-3 {
    order: 3 !important;
  }
}

.order-1 {
  order: 1 !important;
}

@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.trex__heading {
  position: relative;
  padding: 58px 0 0 0;
  margin-bottom: 36px;
}

.trex__heading h3,
.personal_care_heading h1 {
  color: #663130;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 45px;
  text-transform: uppercase;
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.trex__blog-single {
  position: relative;
  background-color: white;
}

.trex__blog-img {
  margin-bottom: 15px;
}

.trex__blog-img a {
  display: block;
  overflow: hidden;
}

.trex__blog-img a img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  height: auto;
}

.trex__blog-date {
  position: absolute;
  left: 0;
  top: 20px;
  transform: translateX(0) rotate(180deg);
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  writing-mode: vertical-rl;
  z-index: 2;
  padding: 24px 16px;
  letter-spacing: 0.8px;
  font-size: 14px;
  color: #663130;
  text-transform: uppercase;
  font-weight: 500;
}

.trex__blog-title {
  margin-bottom: 10px;
}

.trex__blog-desc p {
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.trex__blog-btn {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: #663130;
  display: inline-flex;
  gap: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #663130;
  margin-top: 15px;
}

/* Blog-details end */
