@charset "UTF-8";

/*
Theme Name: Teas-travel
Author: Dharmah
Author URI: https://wordpress.org/
Description: Custom wordpress theme
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: teas-travel
*/

/*----------------------Common code start----------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');

@font-face {
    font-family: sugarMagic;
    src: url(./assets/css/SugarMagic.ttf);
}

:root {
  --teagreen: #2E524A;
  --mulish: "Mulish", sans-serif;
}

/*fonts handling start*/
.Sugar-Magic{
  font-family: "sugarMagic";
  font-weight: 400;
  font-style: normal;
  font-size: 62px;
  line-height: 100%;
  letter-spacing: 0;
}

.Header-gradient{
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: bolder;
  font-size: 72px;
  line-height: 120%;
  letter-spacing: 0%;
}

.Header-XL{
  font-family: "Aboreto", system-ui;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: 0%;
}

.Header-XL-style2{
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0%;
}

.Header{
  font-family: "Aboreto", system-ui;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0%;
}

.Title-text-xs{
  font-family: var(--mulish);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
}

.Title{
  font-family: var(--mulish);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
}

.Product-Title{
  font-family: var(--mulish);
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0%;
}

.Title-upper{
  font-family: var(--mulish);
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 4%;
}

.Button{
  font-family: var(--mulish);
  font-style: normal;
  font-weight: bold!important;
  font-size: 18px!important;
  line-height: auto;
  letter-spacing: 4%;
}

.Paragraph{
  font-family: var(--mulish);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
}

.Paragraph-XL{
  font-family: var(--mulish);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}

.Category-Types{
  font-family: var(--mulish);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.Links{
  font-family: var(--mulish);
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 300%;
  letter-spacing: 0%;
}

.Placeholder-in{
  font-family: var(--mulish);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
/*fonts handling end*/



/*----------------------Common code start----------------------------------*/
* {
  margin: 0;
  padding: 0;
}

* {
  transition: 0.5s ease;
}

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.object-cover {
  object-fit: cover;
}

figure {
  margin: 0;
}

.sec-padd {
  padding: 50px 0;
}

p,
li {
  margin-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

a {
  text-decoration: none !important;
  color: #000;
  margin-bottom: 0;
}

a:hover {
  color: #000;
}

.z-ind {
  z-index: 100;
}

ul {
  margin-bottom: 0;
  padding-inline-start: 0;
  list-style-type: none;
}

.max-container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

input:focus {
  outline: 0;
  border: none;
}

.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  animation-name: fadeInDown;
  animation-direction: normal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}



/*main code start*/
.top-header .contact-info {
  justify-content: flex-start;
}

.top-header .contact-info li:not(:last-child) {
  margin-right: 25px;
}

.top-header .contact-info li a {
  font-size: 15px;
  font-weight: 600;
  color: var(--teagreen);
}

.top-header form {
  background: #F2F5EC;
  border-radius: 20px;
  width: 40%;
  margin-top: 40px;
  padding: 11px 10px 13px 15px;
}

.top-header form input::placeholder {
  color: rgba(0, 0, 0, 0.30);
  vertical-align: middle;
}

.top-header form input {
  background: transparent;
  border: none;
  width: 85%;
  color: rgba(0, 0, 0, 1);
  vertical-align: middle;
}

.top-header form button[type='submit'] {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  line-height: 0;
}

.top-header .menu-link {
  justify-content: end;
}

.top-header .menu-link li:not(:last-child) {
  margin-right: 25px;
}

.top-header .menu-link li a {
  font-size: 15px;
  font-weight: 600;
  color: var(--teagreen);
}

.top-header .cart-user-link {
  margin-top: 40px;
  justify-content: flex-end;
  align-items: center;
}

.top-header .cart-user-link li:not(:last-child) {
  position: relative;
  margin-right: 30px;
  line-height:0;
}

.top-header .cart-user-link li:first-child::after {
  content: "";
  position: absolute;
  top: 22%;
  right: -23px;
  width: 2px;
  height: 80%;
  background: #CBCBCB;
}

.top-header .cart-user-link li.have-users {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background: #E9ECE6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-header .cart-user-link li.have-users:hover {
  background: var(--teagreen);
}

.top-header .cart-user-link li.have-users:hover img {
  filter: invert(1)brightness(100);
}

.navigation-list {
  background: #000000;
  margin-top: 10px;
}

.navigation-list menu {
  list-style-type: none;
  display: flex;
  justify-content: center;
}

.navigation-list menu li a {
  color: #fff;
  text-transform: uppercase;
  padding: 5px 30px;
  display: block;
  font-family: var(--mulish);
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: auto;
  letter-spacing: 4%;
}

.navigation-list menu li:hover {
  background: #8DC73F;
}

.buy-growers-sec {
  padding: 20px 0;
}

.buy-region-sec {
  padding: 20px 0;
}

.buy-region-sec .map-btn a {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #F2F5EC;
  border-radius: 20px;
  align-items: center;
  min-height: 145px;
  max-height: 145px;
}

.buy-region-sec .map-btn a img {
  margin-right: 15px;
}

.buy-region-sec .map-btn a span {
  color: var(--teagreen);
  vertical-align: middle;
}

.buy-region-sec .map-btn a:hover {
  background: #8DC73F;
}

.buy-region-sec .map-btn a:hover span {
  color: #fff;
}

.buy-region-sec .map-btn a:hover img {
  filter: invert(1);
}

.buy-region-sec .mappy-block .mappy-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.buy-region-sec .mappy-block .mappy-lay .map-pointil {
  position: absolute;
}

.point-india {
  top: 28%;
  left: 22.3%;
}

.point-china {
  top: 13%;
  left: 61%;
}

.point-japan {
  top: 33%;
  left: 57%;
}

.point-taiwan {
  top: 44%;
  left: 61.5%;
}

.filtry-box {
  background: #F2F5EC;
  border-radius: 20px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.40);
  width: 80%;
  overflow: hidden;
  position: relative;
}

.filtry-box .heady {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  border-bottom: 1px solid rgb(134, 134, 134, 0.10);
}

.filtry-box .heady h6 {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.filtry-box .heady div {
  border-left: 1px solid rgb(134, 134, 134, 0.10);
  padding: 0 0 0 10px;
  cursor: pointer;
}

.filtry-box .listar-lugar li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.filtry-box .listar-lugar li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  position: relative;
}

.filtry-box .listar-lugar li a img.icon {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.filtry-box .listar-lugar li a span {
  color: var(--teagreen);
  vertical-align: middle;
}

.filtry-box .listar-lugar li a .linker {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.filtry-box .listar-lugar li a:hover {
  background: var(--teagreen);
}

.filtry-box .listar-lugar li a:hover span {
  color: #8DC73F;
}

.filtry-box .listar-lugar li a:hover .linker {
  filter: invert(1)brightness(100);
}


.filtry-box .listar-lugar li a.active {
  background: var(--teagreen);
}
.filtry-box .listar-lugar li a.active span {
  color: #8DC73F!important;
}
.filtry-box .listar-lugar li a.active .filtry-angle {
  color: #8DC73F!important;
}


.tea-company-block {
  background: #8DC73F;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.tea-company-block .headil {
  background: var(--teagreen);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px 15px 10px;
  border-radius: 20px;
}

.g-logi {
  width: 120px;
}

.tea-company-block .headil .d-flex {
  justify-content: flex-start;
}

.tea-company-block .headil .d-flex img {
  filter: invert(0);
  margin-right: 10px;
}

.tea-company-block .headil span {
  font-size: 14px;
  color: #fff;
  display: block;
  width: 90%;
}

.tea-company-block .headil a {
  font-size: 14px;
  color: #fff;
  display: block;
  background: #fff;
  border-radius: 50px;
  color: var(--teagreen);
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}

.tea-company-block .tea-types {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.tea-company-block .tea-types li {
  text-align: center;
}

.tea-company-block .tea-types li p {
  color: #fff;
  margin-top: 5px;
}

.buy-region-sec .tabbing-btn {
  background: var(--teagreen);
  display: flex;
  justify-content: center;
  border-radius: 0 0 20px 20px;
}

.buy-region-sec .tabbing-btn button {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  padding: 8px 0;
  width: 150px;
  display: block;
  border: none;
  background: transparent;
}

.buy-region-sec .tabbing-btn button:hover {
  background: #8DC73F;
}

.buy-region-sec .tabbing-btn button.active {
  background: #8DC73F;
}

.sec-header {
  position: relative;
  text-align: center;
  color: #2E524A;
}

.sec-header::after {
  content: "";
  position: absolute;
  width: 30px;
  background: #2E524A;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}

.grower-block {
  background: #fff;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.sin-border{
  border-radius: 0px!important;
}

.grower-block .imgalie .place-name {
  background: var(--teagreen);
  width: fit-content;
  border-radius: 50px;
  position: absolute;
  z-index: 100;
  right: 10px;
  bottom: 10px;
}

.grower-block .imgalie .place-name small {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px 5px 0;
}

.grower-block .imgalie .place-name span {
  display: block;
  width: 40px;
  height: 40px;
  background: #3C675D;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.grower-block .imgalie .place-name span img {
  width: 35px;
}

.grower-block .contant {
  padding: 15px;
  text-align: center;
}

.grower-block .contant span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 650;
  color: var(--teagreen);
  margin-left: -10px;
}

.grower-block .contant img {
  width: 10px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.grower-block:hover {
  background: var(--teagreen);
}

.grower-block:hover h4 {
  color: #8DC73F;
}

.grower-block:hover .contant span {
  color: #fff;
}

.grower-block:hover .contant span img {
  filter: invert(1)brightness(100);
}

.grower-block:hover .imgalie .place-name {
  background: #fff;
}

.grower-block:hover .imgalie .place-name small {
  color: var(--teagreen);
}


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

.growers-buy .owl-nav .owl-prev {
  width: 48px;
  height: 48px;
  background: #fff !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: -65px;
}

.growers-buy .owl-nav .owl-next {
  width: 48px;
  height: 48px;
  background: #fff !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: -65px;
}

.view-all-link {
  display: block;
  margin: 25px auto 0;
  width: fit-content;
  text-transform: uppercase;
  color: var(--teagreen);
  font-weight: 700;
}

.view-all-link img {
  width: 10px;
  margin-left: 10px;
}

.our-mission-sec {
  padding: 20px 0;
}

.our-mission-sec h2 {
  position: relative;
  font-size: 35px;
  text-align: left;
  text-transform: uppercase;
  color: #2E524A;
  line-height: 120%;
  margin-top: 50px;
  margin-bottom: 25px;
}

.our-mission-sec h2::after {
  content: "";
  position: absolute;
  right: 0;
  width: 70%;
  background: rgb(46, 82, 74, 0.15);
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.our-mission-sec .view-all-link {
  width: fit-content;
  text-transform: uppercase;
  color: var(--teagreen);
  font-weight: 700;
  display: flex;
  margin: 50px 0 0 0;
}

.article-sec {
  background: #F2F5EC;
  padding: 15px 0;
}

.article-sec h4 {
  color: #2E524A;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.article-sec .view-all-link {
  width: fit-content;
  text-transform: uppercase;
  color: var(--teagreen);
  font-weight: 700;
  display: flex;
  margin: 0px 0 0 0;
}


.article-block {
  background: #fff;
  display: block;
  border-radius: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}

.article-block .arti-content {
  padding: 10px;
}

.article-block .arti-content small {
  color: var(--teagreen);
}

.article-block .arti-content h5 {
  color: #000;
  max-height: 50px;
  height: 50px;
}

.article-block span {
  font-size: 12px;
  font-weight: 700;
  color: var(--teagreen);
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.article-sec .owl-nav .owl-next {
  background: var(--teagreen) !important;
}

.article-sec .owl-nav .owl-next svg {
  filter: invert(1);
}

.connection-sec .cnt-service p {
  width: 30%;
}

.connection-sec form {
  background: #f2f5ec;
  border-radius: 20px;
  padding: 0px 0px 0px 15px;
  margin-right: 35px;
  display: flex;
  width: 425px;
  height: 55px;
}

.connection-sec form input {
  background: transparent;
  border: none;
  width: 70%;
}

.connection-sec form button {
  background: var(--teagreen);
  border: none!important;
  width: 30%;
  height: 100%;
  position: absolute!important;
  right: 0;
  top: 0;
  display: flex!important;
  align-items: center;
  justify-content: center;
  color: #fff!important;
  border-radius: 20px!important;
  text-transform: uppercase;
  background: var(--teagreen)!important;
}

.connection-sec .social-media li:not(:last-child) {
  margin-right: 25px;
}

footer {
  background: var(--teagreen);
  border-radius: 20px 20px 0 0;
}

footer .have-padd {
  padding: 50px 0;
}

footer h6 {
  color: #8DC73F;
  margin-bottom: 25px;
}

footer .contact-info {
  margin-top: 40px;
}

footer .contact-info li {
  margin-bottom: 10px;
}

footer .contact-info li a {
  color: #fff;
}

footer .contact-info li img {
  margin-right: 15px;
}

footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
}

footer .footer-menu li {
  width: 25%;
  margin-bottom: 5px;
}

footer .footer-menu li a {
  color: #fff;
  font-family: var(--mulish);
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 300%;
  letter-spacing: 0%;
}

footer .footer-menu li a:hover {
  color: #8DC73F;
}

footer .needle-grad {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
}

footer .bottom-bar {
  padding: 20px 0;
  background: #000000;
}

footer .bottom-bar p,
footer .bottom-bar a {
  font-family: var(--mulish);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #82847F;
}

footer .bottom-bar nav span {
  color: #82847F;
}

footer .bottom-bar a:hover {
  color: #8DC73F;
}

.common-menu .top-header form {
  width: 80%;
  border-radius: 10px;
  margin-top: 0;
}

.common-menu .top-header .cart-user-link {
  margin-top: 0px;
}

.common-menu .top-header .cart-user-link .show-phone{
  display: flex;
  align-items: center;
}

.common-menu .top-header .cart-user-link li:first-child a {
  display: flex;
  align-items: center;
}

.common-menu .top-header .cart-user-link li:first-child a img {
  margin-right: 15px;
}

.common-menu .top-header .cart-user-link li.login-listy{
  border-radius: 50px;
  width: 40;
  height: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9ECE6;
  margin-right: 0;
}

.common-menu .top-header .cart-user-link li:first-child::after {
  display: none;
}

.common-menu .navigation-list {
  background: #000000;
}

.common-menu .navigation-list menu li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  background: #D1D8C8;
  border-radius: 100px;
  display: none;
}

.common-menu .navigation-list menu li a {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 10px 30px;
}

.common-menu .navigation-list menu {
  padding: 0px;
}

.pagey-banner .banny-ribbon {
  background: var(--teagreen);
  padding: 5px 0 5px 0px;
  position: relative;
  z-index: 5;
}

.navigation-list menu li.active {
  background: rgb(141, 199, 63);
}

.pagey-banner .banny-ribbon ul {
  display: flex;
}

.pagey-banner .banny-ribbon ul li:not(:last-child) {
  position: relative;
  margin-right: 25px;
}

.pagey-banner .banny-ribbon ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 1px;
  background: #fff;
}

.pagey-banner .banny-ribbon ul li a {
  color: #fff;
  text-transform: capitalize;
  font-family: var(--mulish);
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.pagey-banner .banny-ribbon ul li:last-child span {
  color: #8DC73F;
  text-transform: capitalize;
  display: block;
  font-family: var(--mulish);
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  position: relative;
  top: 4px;
}

.pagey-banner .pagelay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.pagey-banner .pagelay .max-container {
  position: relative;
  top: 20%;
  text-align: center;
}

.pagey-banner .pagelay img {
  margin-right: 15px;
}

.pagey-banner .pagelay h2 {
  margin: 0;
  position: relative;
}

.pagey-banner .pagelay h2::after{
  content: "";
  position: absolute;
  width: 30px;
  background: #2E524A;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
} 

.filter-cate-product-sec {
  background: #F2F5EC;
  padding: 30px 0;
}

.filter-block {
  background: #fff;
  border-radius: 15px;
  position: sticky;
  top: 0;
}

.filter-block .filtry-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #EBECE9;
}

.filter-block .filtry-header button span {
  margin-right: 10px;
}

.filter-block .filtry-header button {
  color: #E16C6C;
  border-radius: 5px;
  border: 1px solid #E16C6C;
  background: transparent;
  padding: 5px 8px;
  display: flex;
  width: fit-content;
  align-items: center;
  text-transform: uppercase;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
}

.filter-block .filtry-header button:hover {
  background: #E16C6C;
  color: #fff;
}

.filter-block .blocky-list {
  padding: 7px;
  height: 100vh;
  overflow: auto;
}

.filter-block .blocky-list::-webkit-scrollbar {
  width: 2px;
}

.filter-block .tea-option {
  display: flex;
  align-items: center;
  padding: 0px 12px;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
}

.filter-block .tea-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #2e5d53;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  margin-right: 10px;
  transition: background-color 0.3s, color 0.3s;
}

.filter-block .tea-icon img {
  width: 13px;
}

.filter-block .tea-label {
  flex-grow: 1;
  color: #000000;
  transition: color 0.3s;
}

.filter-block .checkmark-box {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.filter-block .checkmark-box::after {
  content: "";
  width: 8px;
  height: 14px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

.filter-block .tea-checkbox {
  display: none;
}

.filter-block .tea-checkbox:checked+label {
  background-color: #2e5d53;
}

.filter-block .tea-checkbox:checked+label .tea-label {
  color: white;
}

.filter-block .tea-checkbox:checked+label .tea-icon {
  background-color: #a3e635;
  color: #2e5d53;
}

.filter-block .tea-checkbox:checked+label .checkmark-box {
  background-color: white;
}

.filter-block .tea-checkbox:checked+label .checkmark-box::after {
  display: block;
}

.filter-block .blocky-list .category-box {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #E1E7D7;
  border-radius: 8px;
  padding: 15px 8px;
  margin: 15px 0;
  color: #000000;
  background: transparent;
  box-shadow: none;
}

.filter-block .blocky-list .accordion-button:focus {
  outline: 0 !important;
  box-shadow: none;
}

.filter-block .blocky-list .accordion-body {
  padding: 0;
}

.filter-block .blocky-list .accordion-button:not(.collapsed)::after {
  filter: invert(1) brightness(0);
}


.filter-bar {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.filter-bar .filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #222;
}

.filter-bar select {
  padding: 8px 14px;
  border: 1px solid #C7D3B6;
  border-radius: 8px;
  font-size: 12px;
  background: white;
  cursor: pointer;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  width: 200px;
  font-weight: 700;
}

/* Remove default arrow in some browsers */
.filter-bar select::-ms-expand {
  display: none;
}

/* Toggle Switch */
.filter-bar .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
}

.filter-bar .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.filter-bar .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: 0.3s;
  border-radius: 999px;
  border: 1px solid #C7D3B6;
}

.filter-bar .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 5px;
  bottom: 2px;
  background-color: gray;
  transition: 0.3s;
  border-radius: 50%;
}

.filter-bar .switch input:checked+.slider {
  background-color: #ffffff;
}

.filter-bar .switch input:checked+.slider:before {
  transform: translateX(20px);
  background-color: #ABEA56;
}

.filter-bar .select-wrap i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 20px;
}

.listy-header {
  padding: 17px 0;
  border-bottom: 1px solid #D0D6C5;
}

.product-listy .tea-prod-blok {
  border-radius: 6px;
  background: #ffffff;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  cursor:pointer;
  border:1px solid #ffffff;
  display:block;
}

.product-listy .tea-prod-blok:hover{
  border:1px solid #2e5d53;
}

.product-listy .tea-prod-blok .heihty {
  height: 135px;
  max-height: 150px;
}

.product-listy .tea-prod-blok .hoverilay ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.product-listy .tea-prod-blok .hoverilay a {
  display: block;
  padding: 12px 20px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(5px);
  width: 150px;
  margin: 5px auto 0;
  border: none;
  text-transform: uppercase;
  border-radius: 10px;
  text-align: center;
}

.product-listy .tea-prod-blok .hoverilay a:hover {
  opacity: 0.7;
}

.product-listy .tea-prod-blok .hoverilay a img {
  margin-left: 3px;
  position: relative;
  top: -2px;
}

.product-listy .tea-prod-blok .hoverilay ul li:first-child a {
  background: #8DC73F;
}

.product-listy .tea-prod-blok .hoverilay ul li:last-child a {
  background: #000000;
}

.product-listy .tea-prod-blok:hover .hoverilay {
  top: 0;
  opacity: 1;
}

.product-listy .tea-prod-blok .foto {
  overflow: hidden;
  border-radius: 6px;
}

.product-listy .tea-prod-blok .conti {
  text-align: center;
  padding: 15px 5px;
}

.product-listy .tea-prod-blok .conti h5 {
  font-weight: bold;
  font-size: 18px;
}

.product-listy .tea-prod-blok .conti p:not(.money) {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  width: 90%;
  margin: 0 auto;
  height: 50px;
  max-height: 50px;
}

.product-listy .tea-prod-blok .conti p.money {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}

.product-listy .tea-prod-blok .foto .rating {
  position: absolute;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.product-listy .tea-prod-blok .foto .rating li:not(:last-child) {
  margin-right: 3px;
}

.product-listy .tea-prod-blok .foto .rating i {
  color: #F1EA0E;
  font-size: 12px;
}

.product-listy .row>* {
  padding: 0 7px;
}

.Experience-essence-sec .ovilar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.Experience-essence-sec .ovilar div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.Experience-essence-sec .ovilar div h3 {
  margin-bottom: 20px;
}

.Experience-essence-sec .ovilar div ul li {
  color: #8DC73F;
  text-transform: capitalize;
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
}

.Experience-essence-sec .ovilar div ul li:not(:last-child) {
  position: relative;
  margin-right: 25px;
}

.Experience-essence-sec .ovilar div a {
  display: block;
  padding: 12px 20px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  width: fit-content;
  margin: 25px auto 0;
  text-transform: uppercase;
  border-radius: 10px;
}

.Experience-essence-sec .ovilar div a i {
  font-size: 18px;
  position: relative;
  top: 1px;
  left: 5px;
}

.Experience-essence-sec .ovilar div a:hover {
  background: rgba(255, 255, 255, 1);
  color: #000;
}

.cargar-mas {
  display: block;
  padding: 8px 30px;
  color: #738759;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  background: #E7EBDE;
  width: fit-content;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 18px auto 0;
}

.photos-teastravel-sec {
  background: url(./assets/images/tea-travel-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 0;
}

.photos-teastravel-sec .row {
  margin-top: 100px;
}

.photos-teastravel-sec .foto-frame {
  padding: 10px 10px 40px 10px;
  border-radius: 10px;
  background: #ffffff;
  max-height: 350px;
  height: 350px;
}

.photos-teastravel-sec .recorrido:first-child .foto-frame {
  transform: rotate(-8deg);
  top: -50px;
  position: relative;
}

.photos-teastravel-sec .recorrido:nth-child(2) .foto-frame {
  transform: rotate(3deg);
  top: 10px;
  left: -50px;
  position: relative;
}

.photos-teastravel-sec .recorrido:last-child .foto-frame {
  transform: rotate(-5deg);
  position: relative;
}

.photos-teastravel-sec a {
  display: block;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
  background: #8DC73F;
  width: fit-content;
  margin: 80px auto 0;
  border-radius: 15px;
  font-family: var(--mulish);
  font-style: normal;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: auto;
  letter-spacing: 4%;
}

.grower-block .pagelay {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.grower-block .pagelay .grower-logo {
  backdrop-filter: blur(5px);
  background: rgb(46, 82, 74, 0.3);
  border: 2px solid #ffffff;
  border-radius: 15px;
  margin-top: 250px;
  padding: 10px 15px;
}

.grower-block .pagelay .grower-logo img {
  margin-right: 0;
  width: 150px;
}

.grower-page .details-sec {
  padding: 50px 0;
  background: #F2F5EC;
}

.grower-page .details-sec .owner-pic img {
  position: relative;
  z-index: 10;
  border-radius: 20px;
}

.grower-page .details-sec h2 {
  margin-bottom: 0;
}

.grower-page .quote-block {
  position: relative;
  margin-top: 25px;
}

.grower-page .quote-block p {
  color: #2E524A;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
}

.grower-page .quote-block .quote1,
.grower-page .quote-block .quote2 {
  position: absolute;
}

.grower-page .quote-block .quote1 {
  left: 0;
}

.grower-page .quote-block .quote2 {
  right: 0%;
  bottom: 15px;
}

.grower-page .details-sec .helio-flex {
  border-top: 1px solid rgb(46, 82, 74, 0.15);
  border-bottom: 1px solid rgb(46, 82, 74, 0.15);
  padding: 10px 0 5px;
  margin: 20px 0;
}

.grower-page .details-sec .helio-flex ul {
  display: flex;
  justify-content: space-between;
}

.grower-page .details-sec .helio-flex ul li:not(:last-child) {
  position: relative;
}

.grower-page .details-sec .helio-flex ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background: rgb(46, 82, 74, 0.15);
  height: 100%;
  right: -20px;
}

.grower-page .details-sec .helio-flex ul li small {
  color: #000000;
}

.grower-page .details-sec .helio-flex ul li h4 {
  color: #2E524A;
}

.grower-page .details-sec .we-like-tea h5 {
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 25px;
}

.grower-page .details-sec .we-like-tea ul {
  display: flex;
  justify-content: flex-start;
  gap:50px;
}

.grower-page .details-sec .owner-pic {
  position: sticky !important;
  top: 15px;
  height: auto;
}

.grower-page .visítanos {
  background: var(--teagreen);
  border: 1px solid var(--teagreen);
  width: fit-content;
  color: #fff;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 25px;
}

.grower-page .articles-teas-sec {
  padding: 50px 0 40px 0;
}

.grower-page .articles-crosil .article-block {
  border-radius: 10px;
}

.grower-page .articles-teas-sec h2 {
  margin-bottom: 0;
  margin-right: 40px;
  text-transform: capitalize;
  color: var(--teagreen);
}

.grower-page .articles-teas-sec a {
  text-transform: capitalize;
}

.grower-page .articles-teas-sec a i {
  margin-left: 5px;
}

.articles-crosil .article-block {
  border: 1px solid #E6EBDC;
}

.tealeaf-block {
  border-radius: 10px;
  background: #F2F5EC;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  border: 1px solid #E6EBDC;
  height: 500px;
  max-height: 500px;
}

.tealeaf-block .foto {
  overflow: hidden;
  border-radius: 6px;
}

.tealeaf-block .arti-content {
  text-align: center;
  padding: 5px 10px;
}

.tealeaf-block .arti-content .rating {
  display: none;
  justify-content: center;
  margin-bottom: 15px;
}

.tealeaf-block .arti-content .rating i {
  color: #F1B50E;
}

.tealeaf-block .arti-content .rating li:not(:last-child) {
  margin-right: 3px;
}

.tealeaf-block .arti-content h5 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.tealeaf-block .arti-content select {
  padding: 8px 14px;
  border: 1px solid #C7D3B6;
  border-radius: 8px;
  font-size: 12px;
  background: white;
  cursor: pointer;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  width: 100%;
  font-weight: 700;
}

.tealeaf-block .arti-content .select-wrap i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 20px;
}

.tealeaf-block .arti-content .cart-link {
  background: var(--teagreen);
  border: 1px solid var(--teagreen);
  width: 100%;
  color: #fff;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 25px;
  display: block;
  margin-top: 15px;
  margin-bottom: 8px;
}

.teas-carosil .owl-nav {
  position: absolute;
  display: flex;
  right: 25px;
  top: -70px;
}

#teas-carosil .owl-nav {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
}

.teas-carosil .owl-nav .owl-prev,
#teas-carosil .owl-nav .owl-prev {
  width: 48px;
  height: 48px;
  background: #E6EBDC !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: -10px;
}

.teas-carosil .owl-nav .owl-next,
#teas-carosil .owl-nav .owl-next {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 0px;
}

.teas-carosil .owl-nav .owl-next {
  background: var(--teagreen) !important;
}

#teas-carosil .owl-nav .owl-prev,
#teas-carosil .owl-nav .owl-next {
  background: #ffffff !important;
}

#teas-carosil .owl-nav .owl-prev {
  left: -55px;
}

#teas-carosil .owl-nav .owl-next {
  right: -55px;
}


.galería-de-productores a span {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0);
  border-radius: 100%;
  backdrop-filter: blur(10px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.galería-de-productores ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.galería-de-productores ul li {
  margin-right: 5px;
  width: 48.5%;
  margin-bottom: 20px;
}

.galería-de-productores ul li:nth-child(3) {
  margin-bottom: 0;
}

.galería-de-productores ul li:last-child {
  margin-bottom: 0;
}

.galería-de-productores .lightGalleryBtn:hover a span {
  opacity: 1;
}

.galería-de-productores .galería-de-luz:hover a span {
  opacity: 1;
}

.galería-de-productores .cont-padd {
  padding-left: 5px;
  padding-right: 5px;
}


.cart-section .carty-header .tea-place {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cart-section .carty-header .tea-place li {
  margin-right: 15px;
}

.cart-section .carty-header .tea-place li img {
  width: 40px;
  height: 40px;
}

.cart-section .carty-header .tea-place span {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
}

.cart-section .carty-header .rating-box {
  border: 1px solid #C7D3B6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  width: fit-content;
}

.cart-section .carty-header .rating-box ul.rating {
  display: flex;
}

.cart-section .carty-header .rating-box small {
  font-size: 10px;
  margin-right: 10px;
}

.cart-section .carty-header .rating-box ul.rating li i {
  color: #C7D3B6;
}


#carrusel-de-productos .artículo {
  border: 1px solid rgb(151, 151, 151, 0.4);
  border-radius: 15px;
  overflow: hidden;
}

#carrusel-de-productos .owl-dots {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  padding: 10px 0;
  margin-top: 10px;
}

#carrusel-de-productos .owl-dot {
  opacity: 0.7;
}

#carrusel-de-productos .owl-dot.active {
  opacity: 1;
}

#carrusel-de-productos .owl-dot .owly-btn {
  width: 120px;
  height: 90px;
  border: 1px solid #979797;
  border-radius: 10px;
  margin-left: 5px;
  overflow: hidden;
  display: block;
}

#carrusel-de-productos .owl-dot:last-child {
  margin-left: 0;
}

#carrusel-de-productos .owl-dot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#carrusel-de-productos .owl-nav {
  position: absolute;
  bottom: 33px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#carrusel-de-productos .owl-nav .owl-prev {
  width: 48px;
  height: 48px;
  background: #fff !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: -23px;
  border: 1px solid #e7e7e7;
}

#carrusel-de-productos .owl-nav .owl-next {
  width: 48px;
  height: 48px;
  background: #fff !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: -23px;
  border: 1px solid #e7e7e7;
}

.have-bordil {
  padding-top: 10px;
}

.have-bordil::before {
  content: "";
  position: absolute;
  top: 0;
  left: unset;
  width: 98%;
  height: 1px;
  background: #e7e7e7;
}

.línea {
  background: #e7e7e7;
  width: 100%;
  height: 1px;
  margin: 20px 0 10px;
}

.cart-section .profila {
  display: flex;
  justify-content: space-between;
  background: #2E524A;
  padding: 10px 10px 10px 20px;
  border-radius: 20px;
}

.cart-section .profila .cintura img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #A9B599;
  margin-right: 10px;
}

.cart-section .profila .logila {
  width: 100px;
  margin-left: 20px;
}

.cart-section .profila a {
  display: block !important;
  padding: 15px 40px !important;
  color: #000000;
  text-transform: uppercase;
  background: #ffffff !important;
  width: fit-content;
  border-radius: 10px !important;
}


.cart-section .try-sample {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #C7D3B6;
  border-radius: 8px;
  padding: 10px 10px 10px 25px;
}

.cart-section .try-sample .sample-box {
  width: fit-content;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-section .try-sample .sample-box .liner {
  background: #C7D3B6;
  height: 1px;
  width: 80px;
  margin: 0 10px;
}

.cart-section .purchase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: #F2F5EC;
  border-radius: 20px;
  padding: 10px 10px 10px 20px;
}

.cart-section .purchase .quantity-selector {
  display: flex;
  background: #111;
  padding: 8px;
  border-radius: 8px;
}

.cart-section .purchase .quantity-selector button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 8px 12px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
}

.cart-section .purchase form.cart {
  display: flex;
  width: 100%;
  justify-content:space-between;
  align-items:center;
}

.cart-section .purchase .quantity-selector span {
  color: white;
  font-weight: bold;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  font-size: 18px;
}


.cart-section .purchase .price {
  margin-left: 100px;
  color: #fff;
}

.cart-section .purchase .add-cart {
  display: flex !important;
  padding: 12px 30px !important;
  color: #ffffff;
  text-transform: uppercase;
  background: #8DC73F !important;
  width: fit-content;
  border-radius: 10px !important;
  justify-content: space-between;
  line-height: 25px;
}

.cart-section .purchase .add-cart img {
  margin-left: 10px;
}

.chart-sec {
  padding: 50px 0
}

.chart-sec h6 {
  font-size: 18px;
  font-weight: bold;
}

.chart-sec .borde {
  border-left: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;
}

.related-teas-sec {
  background: #F2F5EC;
  padding: 50px 0;
}

.mapinación {
  margin-top: 50px;
}

.mapinación .mud-white {
  background: #F2F5EC;
}

.mapinación .mud-white .tabbing-btn {
  overflow: hidden;
  display: flex;
}

.mapinación .mud-white .tabbing-btn button {
  background-color: inherit;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 0;
  text-transform: capitalize;
  border-bottom: 2px solid rgb(177, 177, 177, 0.3);
  text-align: left;
}

.mapinación .sin-autuone{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.mapinación .sin-autuone::before{
  content:"";
  position: absolute;
  bottom: -2px;
  left: 0;
  width:30px;
  background: #2E524A;
  height: 2px;
}

.mapinación .sin-autuone small{
  text-transform: uppercase;
  color:#2E524A;
}

.mapinación .mud-white .tabbing-btn button img {
  margin-right: 10px;
}

.mapinación .mud-white .tabbing-btn button.active {
  border-bottom: 1px solid #D0D6C5;
}

.mapinación .mud-white .sec_content {
  display: none;
}

.mapinación .methodia-list {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0 25px 0 0;
}

.methodia-list li {
  padding: 25px 0;
}

.methodia-list .filter-group select {
  padding: 8px 14px;
  border: 1px solid #C7D3B6;
  border-radius: 8px;
  font-size: 12px;
  background: white;
  cursor: pointer;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  width: 100px;
  font-weight: 700;
  margin-left: 15px;
}

.methodia-list li img {
  width: 20px;
  height: auto;
  margin-right: 15px;
}

.methodia-list li .select-wrap i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 20px;
}

.top-header .menu-hamburger {
  display: none;
}

.top-header .menu-hamburger button {
  background: #000;
  border-radius: 5px;
  border: none;
  width: 45px;
  height: 45px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buy-region-sec .mappy-block iframe {
  display: none;
}

/* .home-page header menu li:nth-last-child(-n+3) {
  display: none;
}

.home-page .menu-link li:not(:nth-last-child(-n+3)) {
  display: none;
} */

.open-search-box {
  display: none;
}

.open-search-box img {
  width: 22px;
  position: relative;
  top: 2px;
}

.top-header .logi img {
  width: 60% !important;
  height: auto !important;
}

.navien li:not(:first-child) {
  position: relative;
}

.owl-prev span,
.owl-next span {
  position: relative;
  top: 2px;
}

.navi-footer {
  display: flex;
  justify-content: center;
}

.navi-footer li {
  display: inline;
  padding-right: 10px;
}

.navi-footer li .divider {
  position: relative;
  left: 5px;
}

.navi-footer li:last-child .divider {
  display: none;
}

.coloril,
.tipo-de-té {
  width: 40px;
  height: 40px;
  background: #2e5d53;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.tipo-de-té img {
  width: 25px !important;
  height: auto !important;
}

.coloril img {
  width: 18px !important;
  height: auto !important;
}

.flexal {
  display: flex;
  align-items: center;
}

.grower-contact-info {
  display: flex;
  margin-bottom: 15px;
}

.grower-contact-info li {
  display: flex;
  align-items: center;
}

.grower-contact-info li:not(:last-child) {
  margin-right: 30px;
}

.grower-contact-info li span {
  color: var(--teagreen);
  display: block;
  margin-left: 10px;
}

.form-block {
  background: #ffffff;
  width: 100%;
  z-index: 9999;
}

.form-block .frm-blc {
  width: 100%;
  padding: 0 10px;
}

.form-block h5 {
  color: var(--myblue);
}

.form-block div input {
  width: 100%;
  padding: 15px 10px;
  background: #F3F4F4;
  border: none;
  border-radius: 10px;
}

.form-block div textarea {
  width: 100%;
  padding: 15px 10px;
  background: #F3F4F4;
  border: none;
  border-radius: 10px;
  height: 150px;
}

.form-block input,
.form-block textarea {
  color: #000;
}

.form-block input::placeholder,
.form-block textarea::placeholder {
  color: gray;
}

.form-block div button {
  width: 100%;
  padding: 10px 0;
  background: var(--teagreen);
  border: none;
  border-radius: 10px;
}

.modal-header h3 {
  margin-bottom: 0px;
}

.grower-page .details-sec .helio-flex ul li {
  width: 20%;
}

.hoverilay a.growy-btn {
  display: block;
  width: 95% !important;
  background: var(--teagreen);
  height: auto;
  margin: 0 auto;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 8px 10px 8px 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: center;
}

.grower-page .glado {
  height: 300px;
  max-height: 300px;
  object-fit: cover;
}

.hoverilay .growy-btn ul {
  position: absolute;
  top: 16px;
  left: 10px;
}

.hoverilay .growy-btn ul li {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  right: 15px;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.hoverilay .growy-btn ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hoverilay .growy-btn ul li:first-child {
  left: 0px;
}

.hoverilay .growy-btn ul li:nth-child(2) {
  left: 10px;
}

.hoverilay .growy-btn ul li:last-child {
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#grower-listy button.closla {
  position: absolute;
  top: 0;
  right: -25px;
  font-size: 25px;
  background: transparent;
  border: none;
  color: #ffffff;
}

.set-justify p {
  text-align: justify;
}

#grower-listy .modal-header {
  background: #E9ECE6;
}

#grower-listy form {
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  padding: 15px 10px 15px 15px;
}

#grower-listy form input {
  background: transparent;
  border: none;
  width: 85%;
  line-height: 0;
}

#grower-listy form button[type='submit'] {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  line-height: 0;
}

#grower-listy form button[type='submit']::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background: #CBCBCB;
}

#grower-listy .flx-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#grower-listy ul.heady-ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#grower-listy ul.heady-ul li:first-child {
  margin-right: 10px;
}

#grower-listy .filtry {
  background: var(--teagreen);
  border: 1px solid var(--teagreen);
  width: 100%;
  color: #fff;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 10px 11px 15px;
}

#grower-listy h4 {
  vertical-align: middle;
  margin: 0;
}

#grower-listy .grow-list {
  height: 650px;
  overflow: auto;
}

#grower-listy .grow-list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

#grower-listy .grow-list .grower-card {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: flex-start;
}

#grower-listy .grow-list .grower-image {
  position: relative;
  width: 120px;
  height: 120px;
}

#grower-listy .grow-list .grower-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

#grower-listy .grow-list .logo-circle {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-color: #2f4f3a;
  /* fallback in case logo image has transparent background */
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 3px solid white;
}

#grower-listy .grow-list .logo-circle img {
  width: 100%;
  height: auto;
}

#grower-listy .grow-list .grower-info .label {
  color: #999;
  margin: 0;
  font-size: 16px;
}

#grower-listy .grow-list .grower-info .name {
  color: #2f4f3a;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

#grower-listy .grow-list .view-profile-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s ease;
  text-decoration: none;
}

#grower-listy .grow-list .view-profile-btn:hover {
  background-color: #222;
}

#grower-listy .grow-list .view-profile-btn .arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

#grower-listy .grow-list .view-profile-btn:hover .arrow {
  transform: translateX(4px);
}

#grower-listy .grow-list .place-name {
  background: #E9ECE6;
  width: fit-content;
  border-radius: 50px;
}

#grower-listy .grow-list .place-name span {
  display: block;
  width: 40px;
  height: 40px;
  background: #3C675D;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

#grower-listy .grow-list .place-name small {
  font-weight: bold;
  color: #000000;
  font-size: 14px;
  padding: 5px 10px 5px 0;
}

#grower-listy .growy-reg {
  height: 650px;
  overflow: auto;
}

.growy-reg .map-btn {
  padding: 25px 0;
}

.growy-reg .map-btn a {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #F2F5EC;
  border-radius: 20px;
  align-items: center;
  min-height: 110px;
  max-height: 110px;
  margin-bottom: 20px;
}

.growy-reg .map-btn a:hover {
  background: var(--teagreen);
}

.growy-reg .map-btn a:hover img {
  filter: invert(1);
}

.growy-reg .map-btn a img {
  margin-right: 15px;
}

.growy-reg .map-btn a:hover span {
  color: #fff;
}

.growy-reg .map-btn a span {
  font-size: 20px;
  color: var(--teagreen);
  text-transform: uppercase;
  font-weight: 700;
}

#grower-listy .arrowla {
  position: absolute;
  right: 10px;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  width: fit-content !important;
  margin: 15px auto 0 !important;
  border-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-message::before,
.woocommerce-error::before {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.woocommerce-message a.button,
.woocommerce-error a.button {
  background-color: var(--teagreen) !important;
  color: #ffffff !important;
  margin-left: 15px !important;
}




/* Cart Table */
.woocommerce-cart-form table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.woocommerce-cart-form thead {
  background: #f9f9f9;
}

.woocommerce-cart-form th,
.woocommerce-cart-form td {
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
  vertical-align: middle;
}

.woocommerce-cart-form td img {
  max-width: 60px;
  height: auto;
  border-radius: 6px;
}

/* Grower section */
.product-grower .grower-info {
  display: flex;
  align-items: center;
}

.product-grower .grower-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

/* Quantity box */
.woocommerce .quantity input.qty {
  width: 60px;
  text-align: center;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* Coupon and Update Cart */
.actions {
  text-align: right;
  padding-top: 1rem;
}

.coupon {
  float: left;
}

.coupon input {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-right: 10px;
}

.coupon .button,
.actions .button {
  padding: 8px 16px;
  background-color: #111;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.coupon .button:hover,
.actions .button:hover {
  background-color: #444;
}

/* Cart totals section */
.cart-collaterals {
  background: #f8f8f8;
  padding: 2rem;
  border-radius: 8px;
  max-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.cart-collaterals h2,
.cart-collaterals .cart_totals h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.cart-collaterals .cart_totals table {
  width: 100%;
  border-collapse: collapse;
}

.cart-collaterals .cart_totals td,
.cart-collaterals .cart_totals th {
  padding: 10px;
  border: none;
}

/* Proceed to checkout button */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  background-color: #007cba;
  color: #fff;
  padding: 12px 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #005b94;
}

.woocommerce-page .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
}

.cartle-flex .max-container {
  display: flex;
  justify-content: space-between;
}

.cartle-flex .woocommerce-cart-form {
  width: 70%;
}

.cartle-flex #coupon_code {
  width: 150px;
  height: 40px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #8dc73f !important;
}

.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0 0 !important;
}

.chechout-page .woocommerce-form-login-toggle .woocommerce-info,
.chechout-page .woocommerce-form-coupon-toggle .woocommerce-info {
  width: 100% !important;
  background: #2e524a;
  color: #ffffff;
}

.chechout-page .woocommerce-info::before {
  color: #F2F5EC !important;
}

.chechout-page .woocommerce-form-login-toggle .woocommerce-info .showlogin,
.chechout-page .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  position: absolute;
  right: 15px;
  background: #ffffff;
  padding: 8px 5px;
  border-radius: 5px;
}

.chechout-page .woocommerce-form-login,
.chechout-page .woocommerce-form-coupon {
  background: #fbfbfb;
  border: 1px solid whitesmoke;
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
  position: relative;
  margin-bottom: 25px;
}

.chechout-page .woocommerce-form-login p:first-child {
  margin-bottom: 10px;
  text-align: center;
}

.chechout-page .woocommerce-form-login input,
.chechout-page .woocommerce-form-coupon input {
  background: #E9ECE6;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 8px 10px 11px 15px;
  border: none;
  margin-top: 10px;
}

.chechout-page .woocommerce-form-login button,
.chechout-page .woocommerce-form-coupon button {
  background: #8dc73f;
  padding: 8px 21px;
  border-radius: 5px;
  color: #ffffff;
  border: none;
  bottom: 10px;
  font-weight: 700;
  width: 100%;
  margin: 15px auto 0;
  display: block;
}

.chechout-page .woocommerce-form-login__rememberme,
.chechout-page .lost_password {
  text-align: center;
}

.chechout-page .woo-billing {
  background: #fbfbfb;
  border: 1px solid whitesmoke;
  padding: 15px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.chechout-page .woo-billing input {
  background: #E9ECE6;
  border-radius: 50px;
  margin-bottom: 10px !important;
  padding: 8px 10px 11px 15px !important;
  border: none !important;
  margin-top: 10px !important;
}

.chechout-page .select2-selection__rendered {
  background: #E9ECE6;
  border-radius: 50px;
  margin-bottom: 10px !important;
  padding: 8px 10px 11px 15px !important;
  border: none !important;
  margin-top: 10px !important;
}

.chechout-page .select2-container--default,
.select2-container .select2-selection {
  border: none !important;
}

.chechout-page .woocommerce-input-wrapper .input-text {
  background: #E9ECE6;
  border-radius: 10px;
  margin-bottom: 10px !important;
  padding: 8px 10px 11px 15px !important;
  border: none !important;
  margin-top: 10px !important;
}

.chechout-page .woocommerce-checkout-review-order-table {
  background: #E9ECE6;
  padding: 15px;
  border-radius: 10px;
  margin: 25px 0;
  width: 100%;
}

.woocommerce-page #payment #place_order {
  background: #8dc73f;
  padding: 8px 21px;
  border-radius: 5px;
  color: #ffffff;
  border: none;
  bottom: 10px;
  font-weight: 700;
  width: fit-content;
  display: block;
}



/* Responsive */
@media (max-width: 768px) {
  .woocommerce-cart-form table.shop_table thead {
    display: none;
  }

  .woocommerce-cart-form table.shop_table td {
    display: block;
    text-align: right;
    position: relative;
    padding-left: 50%;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .woocommerce-cart-form table.shop_table td::before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 15px;
    white-space: nowrap;
    font-weight: bold;
  }

  .cart-collaterals {
    margin-top: 2rem;
    margin-left: 0;
  }

  .cartle-flex .max-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .cartle-flex .woocommerce-cart-form {
    width: 100%;
  }

  .cartle-flex .coupon {
    width: 100%;
    display: flex;
    left: 0;
    position: absolute;
    justify-content: space-between;
  }

  .cartle-flex .hyju {
    margin-top: 55px;
    position: relative;
    width: fit-content;
    background: #198754;
  }

  .cart-section .purchase form.cart {
    flex-direction: column;
  }

  .cart-section .purchase .dropdown-box {
    margin: 15px 0;
  }
}

.growy-btn-modil {
  display: block;
  padding: 8px 30px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  background: var(--teagreen);
  width: fit-content;
  border-radius: 8px;
  border: none;
}




/*woocommerce account*/
.mi-cuenta {
  padding: 30px 0;
}

.mi-cuenta h2 {
  position: relative;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #2E524A;
  line-height: 120%;
}

.mi-cuenta .woocommerce form .form-row .input-text {
  background: transparent;
  border: none;
  width: 100%;
  line-height: 0;
  background: #E9ECE6;
  border-radius: 50px;
  padding: 11px 10px 11px 10px;
}

.mi-cuenta .woocommerce-form-login__submit,
.mi-cuenta .woocommerce-form-register__submit {
  background-color: var(--teagreen) !important;
  color: #ffffff !important;
}

.mi-cuenta .woocommerce form.login,
.mi-cuenta .woocommerce form.register {
  max-height: 280px;
  height: 280px;
  background: #f9f9f9;
  border-radius: 15px;
}

.mi-cuenta .woocommerce-MyAccount-navigation {
  border: 1px solid #E9ECE6;
}

.mi-cuenta .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #E9ECE6;
  padding: 10px 0 10px 10px;
}

.mi-cuenta .woocommerce-MyAccount-navigation ul li.is-active {
  background: #8bc53f;
}

.mi-cuenta .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ffffff;
}

.mi-cuenta .account-orders-table .woocommerce-button {
  background-color: var(--teagreen);
  color: #ffffff;
}

.mi-cuenta .woocommerce-order-details__title {
  margin-top: 25px;
}

.mi-cuenta .woocommerce-column--billing-address address {
  max-height: 180px;
  height: 180px;
  border-radius: 10px;
}

.mi-cuenta .woocommerce-column--shipping-address address {
  max-height: 180px;
  height: 180px;
  border-radius: 10px;
}

.mi-cuenta .addresses {
  margin-top: 20px;
}

.mi-cuenta .addresses .woocommerce-Address {
  max-height: 200px;
  height: 200px;
  border-radius: 10px;
  border: 1px solid lightgray;
  padding: 20px;
}

.mi-cuenta .addresses .woocommerce-Address a {
  background: whitesmoke;
  color: #040404;
  padding: 5px;
  font-size: 15px;
}

.mi-cuenta .woocommerce-MyAccount-content form {
  border: 1px solid lightgray;
  padding: 15px;
  border-radius: 15px;
}

.mi-cuenta .woocommerce-MyAccount-content form button.woocommerce-Button {
  background-color: var(--teagreen);
  color: #ffffff;
}

.mi-cuenta .woocommerce-MyAccount-content p a {
  color: #000;
  font-weight: 900;
}

.mi-cuenta .woocommerce-ResetPassword {
  background: #f9f9f9;
  border-radius: 15px;
  padding: 10px;
}

.deflex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.roundy {
  display: block;
  width: 40px;
  height: 40px;
  background: #3C675D;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.roundy img {
  filter: invert(1);
}




.custom-dropdown {
  width: 80%;
  position: relative;
  font-size: 14px;
}

.dropydown-toggle {
  background-color: #000000;
  color: #fff;
  padding: 19px 15px;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.arrow-icon {
  margin-left: 10px;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.arrow-icon.open {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  max-height: 300px;
  overflow-y: auto;
  display: none;
}

.dropdown-menu::-webkit-scrollbar {
  width: 0;
}

.dropdown-menu.open {
  display: block;
}

.dropdown-item {
  padding: 10px 15px;
  cursor: pointer;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background: #f0f0f0;
}

.item-label {
  font-weight: 600;
  color: #ffffff;
}

.dropdown-item .item-label {
  color: #000000;
}

.item-price {
  float: right;
  font-weight: 500;
}

.item-subtext {
  display: block;
  font-size: 12px;
  color: #555;
  font-style: italic;
  margin-top: 2px;
}


.video-preview {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  max-width: 400px;
  margin-left: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.thumbnail-container {
  position: relative;
  width: 120px;
  height: 70px;
}

.thumbnail-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}

.thumbnail-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.video-info {
  display: flex;
  flex-direction: column;
}

.video-info h3 {
  margin: 0;
  font-size: 16px;
}

.video-info a {
  color: #88b820;
  text-decoration: none;
  font-size: 14px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  position: relative;
  background: white;
  padding: 0px;
  border-radius: 10px;
  max-width: 90%;
  max-height: 80%;
  overflow: hidden;
}

.modal-content iframe {
  width: 100%;
  height: 500px;
  max-width: 100%;
}

.close-btn {
  position: absolute;
  top: 0px;
  width: 40px;
  height: 40px;
  right: 0px;
  font-size: 25px;
  color: black;
  background: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.other-tea-link:hover {
  transform: scale(0.9);
}

.other-tea-link p {
  font-size: 12px;
}

.justify-para p {
  text-align: justify;
}

.grower-page .articles-crosil .article-block .arti-content {
  height: 220px;
  max-height: 220px;
}

#filter_list {
  position: absolute;
  width: 20%;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.profila-blocj {
  width: 100%;
}

.top-header .visi-data {
  display: none;
}

.modal-backdrop {
  opacity: 0;
  z-index: -1;
}


.other-posts-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 600px;
}

.other-posts-list li {
  background-color: #f8f8f8;
  border-left: 4px solid #3c7a4d;
  /* Tea green vibes */
  padding: 1rem 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}

.other-posts-list li:hover {
  background-color: #e6f3ea;
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.other-posts-list a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 1rem;
  display: block;
}

.other-posts-list a:hover {
  color: #2b5d38;
}


#video-play .modal-body {
  padding: 0;
}

.quantity input {
  background: #e9ece6;
  border: none;
  width: 30%;
  line-height: 0;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
}


.dropdown-box {
  position: relative;
  width: 50%;
  margin: 0 10px;
}

#variant_selection {
  width: 100%;
  padding: 10px 40px 10px 10px;
  font-size: 1rem;
  color: #333;
  background-color: #f9f9f9;
  border: 2px solid #ccc;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' stroke='%23333' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'><path d='M4 6l4 4 4-4'/></svg>");
   background-repeat: no-repeat;
   background-position: 75px 7px;
   background-size: 45px;
   cursor: pointer;
   transition: all 0.3s ease-in-out;
}

#variant_selection:focus {
  outline: none;
  border-color: #000;
}

.product-price .woocommerce-Price-amount {
  font-size: 25px;
  font-weight: bold;
}

.jelly-flex {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.jelly-flex span {
  padding: 5px 10px;
  position: relative;
}

.jelly-flex span:first-child::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 1px;
  height: 15px;
  right: 0px;
  background: #a0a0a0;
}

.cart_item_count {
    position: absolute;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    top: -4px;
    left: 6px;
    background: red;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 17px;
    border-radius: 100%;
}

#order_review tbody,
#order_review td,
#order_review tfoot,
#order_review th,
#order_review thead,
#order_review tr {
  padding: 10px;
}

.related-teas-sec .tealeaf-block {
  height: auto;
}

.pagimg {
  height: 450px !important;
  object-fit: cover;
}

.navienu li {
  position: relative;
}

.open-filter {
  display: none;
}

.how-work-sec{
  background: url(./assets/images/work-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.how-work-sec .how-overlay {
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.5);
}

.how-work-sec .how-overlay h2{
  margin-bottom: 0;
  color:#ffffff;
}

.how-work-sec .how-overlay h2::after {
  background: #ffffff;
}

.main-block{
  display: flex;
  width: 100%;
  margin-top: 25px;
} 

.main-block.mb-end{
  justify-content: flex-end;
}

.mb-end .mb-blc-content{
  display: flex;
  justify-content: space-between;
  width: 52.9%;
}

.main-block .blocky-text{
  display: flex;
  width: 85%;
  justify-content: space-between;
}

.how-work-sec .timeline{
  margin: 50px 0;
}

.mb-blc-content span{
  display:flex;
  align-items: center;
  justify-content: center;
  width:80px;
  height: 80px;
  border-radius: 100%;
  border:1px solid #ffffff;
  color:#ffffff;
}

.mb-start .mb-blc-content span{
  background: #ffffff;
  color:#000000;
}

.main-block .blocky-text a {
  display: block;
  padding: 12px 30px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  width: fit-content;
  margin: 20px 0 0;
  border: none;
  text-transform: capitalize;
  border-radius: 10px;
  text-align: center;
}

.mb-end .blocky-text a{
  background: #000000;
  border:1px solid #000000;
}

.blocky-text .philo-font{
  text-transform: capitalize;
}

.main-block .blocky-text img{
  width: auto;
  height: 120px;
}


.mb-start .mb-blc-content {
  display: flex;
  justify-content: space-between;
  width: 52.9%;
  flex-direction: row-reverse;
}

.mb-start .blocky-text {
  display: flex;
  width: 85%;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.mb-start .blocky-text div{
  text-align: end;
}

.mb-start .blocky-text a{
  background: #ffffff;
  border:1px solid #ffffff;
  float:inline-end;
  color:#000000;
}

.main-block .blocky-text a:hover{
  background: transparent;
  color: #ffffff;
  border:1px solid #ffffff;
}

.mb-end .mb-blc-content::before{
  content: "";
  position: absolute;
  left: 41px;
  top: 80px;
  width: 1px;
  height: 60%;
  background: #ffffff;
}

.mb-start .mb-blc-content::before{
  content: "";
  position: absolute;
  right: 41px;
  top: 80px;
  width: 1px;
  height: 60%;
  background: #ffffff;
}

.sin-pseudo::before{
  display: none;
}

.set-bottom{
  position: absolute;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  bottom: 20px;
  padding: 5px 100px;
}

.blog-first-para::after{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #F2F5EC;
}

.blog-first-para h3{
  color:#2E524A;
}

.blog-first-para .havy-paddy{
  padding-top: 50px;
  padding-left: 25px;
}

.blog-first-para span{
  color:#2E524A;
  display: block;
  margin: 25px 0;
}

.blog-first-para .social-media{
  margin-top: 170px;
}

.blog-first-para .social-media li:not(:last-child) {
  margin-right: 40px;
}

.blog-first-para .social-media li img {
  width: 100%;
  height: 20px;
}

.greeny-block{
  background: #8DC73F;
}

.greeny-block h3{
  color:#ffffff;
}

.greeny-block span{
  color:#ffffff;
  display: block;
  margin: 25px 0 0;
}

.legacy-sec{
 background: #F2F5EC;
}

.owner-sec h2{
  margin: 0;
}

.owner-sec small{
  color:#2E524A;
}

.owner-sec .quote{
  margin:35px 0;
  padding: 20px 0;
  border-top: 1px solid rgb(46, 82, 74, 0.2);
  border-bottom: 1px solid rgb(46, 82, 74, 0.2);
}

.owner-sec .quote h3{
  margin: 0;
  color:#2E524A;
}

.owner-sec .quote h3 span{
  font-size: 20px;
}

.read-more-content {
  overflow: hidden;
  height: 400px;
}

.read-more-content-open {
  overflow: unset;
  height: auto;
}

.read-more-btn {
  display: block;
  padding: 12px 30px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  width: fit-content;
  margin: 20px 0 0;
  border: none;
  text-transform: capitalize;
  border-radius: 10px;
  text-align: center;
  background: var(--teagreen);
  position: relative;
  z-index: 50;
}

.faded-bottom::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.read-more-content-open::after{
  display: none;
}

.payl-p{
  width: 40%;
  margin: 0 auto;
}

.payl-p p{
  text-align: center;
  color:#ffffff;
}

.article-sec .growers-buy .owl-item img, 
.articles-crosil .owl-item img{
  height:250px!important;
  object-fit:cover;
}

.related-articles .buy-region-sec .article-block img {
    height: 250px !important;
    object-fit: cover;
    width:100%;
}

.speci-tea{
 overflow-y:auto;
}

.speci-tea::-webkit-scrollbar{
  height:1px;
}

.product-listy .tea-prod-blok .foto img{
  display: block;
  margin: 0 auto;
}

.banner-sec{
  position: relative;
  height: 450px;
  overflow: hidden;
}

.banner-sec img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
  max-height: 450px;
}

.banner-sec h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
}

.fronty-gr p{
  color: white;
}

.visible-in-phone{
  display: none;
}

.woocommerce-page{
  font-family: var(--mulish)!important;
}

.no-scroll{
  overflow: hidden!important;
}

.author .have-border::after{
  margin:0 auto;
}

.loady{
   background: #E7EBDE;
   border: none;
   padding: 15px 80px;
   border-radius: 10px;
   text-transform: uppercase;
   margin: 0 auto 25px;
   display: block;
   font-family: var(--mulish);
   font-style: normal;
   font-weight: bold!important;
   font-size: 18px!important;
   line-height: auto;
   color:#738759;
 }


 .spany-icon{
  border-radius: 100%;
  width: 35px;
  height: 35px;
  background: #3c675d;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
 }

 .spany-icon img{
   filter: invert(1);
   width: 100%;
   height: auto;
 }

 .cien-flex, .cien-flex-type{
  display: flex;
  align-items: center;
  gap: 10px;
 }

 .cien-flex-type .spany-icon img{
   width: 100%;
   height: auto;
   margin-right: 0;
   filter: invert(0);
 }
 
 .navigation-list menu li a
 {font-weight: bold; font-size: 14px;padding: 15px 30px!important;}
.Title{font-weight: 500;font-size: 18px;}
.Product-Title{font-size: 32px;}

figure.figula {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
    align-items: center;
    background: #2e524a;
    padding: 25px;
}

.shop-banny .pagimg {
    height: 250px !important;
}

.shop-banny .pagelay .max-container {
    top: 33%;
}

.baymob{
  display:none!important;
}