@font-face {
  font-family: "stone-print";
  src: url(../../assets/font/StonePrint.ttf);
}
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover {
  color: #161b1e;
}
strong {
  font-weight: 700;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #010022;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
  padding: 0px 50px 0px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #010022;
}

button,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  color: #010022;
  font-family: "Playfair Display", serif;
  /* font-family: "stone-print"; */
}
h1,
h2 {
  font-weight: 700;
}
input,
button,
select,
textarea {
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

textarea {
  overflow: hidden;
}

p {
  position: relative;
  line-height: 2em;
  font-size: 15px;
  font-weight: 400;
}
.active a {
  color: #cd9832;
  border-bottom: 2px solid #cd9832;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.medium-container {
  position: static;
  max-width: 900px;
  padding: 0px 20px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.active {
  color: #e34133 !important;
}
img {
  display: inline-block;
  max-width: 100%;
}

.centered {
  text-align: center;
}
/* design css */
.header {
  position: relative;
}
.logo-with-nav {
  text-align: center;
}
.logo img {
  height: 100px;
  width: auto;
}
.logo-with-nav .nav {
  text-align: center;
}
.nav ul li {
  display: inline-block;
  padding-right: 40px;
}
.nav ul li a {
  font-size: 16px;
  font-weight: 500;
}
.nav ul li i {
  font-size: 15px;
  font-weight: 500;
}
.logo-with-nav {
  padding-top: 20px;
}
.count {
  position: absolute;
  top: 2px;
  right: -25px !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 50%;
  color: #fff;
  font-size: 10px;
  -moz-border-radius: 50%;
  background-color: #161b1e;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ptb-100 {
  padding-top: 100;
  padding-bottom: 100px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.main-section {
  padding-top: 60px;
}
.header {
  background: rgba(205, 180, 60, 0.2);
}
.header-bg {
  background: url("../../assets/images/slider-leafs.png");
  position: relative;
}
.tea-heading h1 {
  font-size: 60px;
  font-weight: 700;
  font-weight: 900;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.tea-heading p {
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
}
.tea-image img {
  height: 500px;
  width: auto;
}
.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 800;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  border-radius: 30px;
  overflow: hidden;
}
.btn-style-one:hover {
  color: #ffffff;
}

.btn-style-one .btn-title {
  background-color: #010022;
}

.main-header .nav-outer .link-box .theme-btn {
  display: block;
}

.btn-style-one:hover {
  color: #ffffff;
}
.btn-style-one .btn-title {
  position: relative;
  display: block;
  z-index: 1;
  padding: 15px 45px;
  border-radius: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-style-one .btn-title:before {
  background: #cdb43c;
}
.btn-style-one .btn-title:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-one:hover .btn-title:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.link-box a span {
  font-weight: 600;
}
.shop-images {
  position: relative;
}
.shop-now {
  position: relative;
}
.fix-image {
  position: absolute;
  right: 0;
  overflow: hidden;
}
/* .shop-now {
  background: url(../../assets/images/leaves.png);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */
.fix-image img {
  height: 200px;
  width: auto;
  opacity: 0.8;
}
.shop-images img {
  border-radius: 20px;
}

.shop-content {
  position: absolute;
  right: 10%;
  top: 20%;
  overflow: hidden;
}
.shop-content h1 {
  font-size: 50px;
  color: #fff;
}
.featured-banner {
  background: url("../../assets/images/blue-tea-shop.jpg") center center;
  padding: 20px 30px;
  border-radius: 20px;
}
.shop-content-4 {
  text-align: center;
  position: relative;
  padding: 10px;
}
.featured-banner:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  content: "";
}
.shop-content-4 h1 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 10px;
}
.shop-content-4 p {
  color: #fff;
  line-height: 45px;
}
.btn-style-two {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #010022;
  font-weight: 800;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  border-radius: 30px;
  overflow: hidden;
}
.btn-style-two:hover {
  color: #ffffff;
}

.btn-style-two .btn-title {
  background-color: #fff;
}

.main-header .nav-outer .link-box .theme-btn {
  display: block;
}

.btn-style-two:hover {
  color: #ffffff;
}
.btn-style-two .btn-title {
  position: relative;
  display: block;
  z-index: 1;
  padding: 15px 45px;
  border-radius: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-style-two .btn-title:before {
  background: #010022;
}
.btn-style-two .btn-title:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-two:hover .btn-title:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.link-box a span {
  font-weight: 600;
}
.about {
  padding-top: 70px;

  background: #010022;
  padding-bottom: 100px;
}
.service-main {
  display: flex;
  justify-content: space-between;
}

.circle-icon {
  width: 80px;
  height: 80px;
  text-align: center;
  margin-bottom: 70px;
  background-color: #cdb43c;
  border-radius: 50%;

  box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%),
    0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
}
.icon-text {
  color: #08182b;
  padding-top: 30px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.circle-icon img {
  padding-top: 15px;
}
.main-about {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background: url(../../assets/images/slider-leafs.png);
}
.main-images img {
  height: 450px;
  width: auto;
  margin-top: 20%;

  position: sticky;
  top: 20px;
}
.main-about-heading {
  padding-top: 20px;
}
.main-heading-flex {
  display: flex;
  justify-content: space-between;
}
.main-about-heading h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.icon-flex-1 {
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #161b1e;
  border-radius: 50%;
  box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%),
    0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
}
.icon-flex-1:hover {
  transform: translateY(-5%);
  transition-duration: 1s;
}

.icon-flex {
  padding-top: 40px;

  padding-right: 30px;
}
.icon-flex-1 img {
  padding-top: 12px;
  height: 60px;
  width: auto;
}
.icon-flex-1 img:hover {
  transform: translateY(-5%);
  transition-duration: 1s;
}
.icon-flex-1:hover {
  background-color: #010022;
  cursor: pointer;
}
.main-images img:hover {
  transform: translateY(-15%);
  transition-duration: 1s;
  cursor: pointer;
}
.shop-image {
  background: #f1f1f1;
}
.star i {
  margin-right: 10px;
  color: #f9d71c;
  font-size: 20px;
}
.shop-content-purch img {
  height: 400px;
  width: auto;
}
.main-des h2 {
  margin-bottom: 20px;
  font-size: 45px;
}
.btn-shop {
  display: flex;
  justify-content: space-around;
  padding: 5px 100px;
}
.price-description .old-price,
.new-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
  padding-right: 10px;
  display: inline-block;
}
.price-description .old-price {
  text-decoration: line-through;
  color: #f32013;
}
.cups span {
  margin-bottom: 20px;
  display: block;
  font-weight: 500;
  color: #cfced0;
  font-size: 12px;
}
.btn-style-three {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #010022;
  font-weight: 800;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  border-radius: 30px;
  overflow: hidden;
}
.btn-style-three:hover {
  color: #ffffff;
}

.btn-style-three .btn-title {
  background-color: #f9d71c;
}

.main-header .nav-outer .link-box .theme-btn {
  display: block;
}
.shop-description {
  padding-top: 80px;
}
.btn-style-three:hover {
  color: #ffffff;
}
.btn-style-three .btn-title {
  position: relative;
  display: block;
  z-index: 1;
  padding: 10px 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-style-three .btn-title:before {
  background: #010022;
}
.btn-style-three .btn-title:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-three:hover .btn-title:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.link-box a span {
  font-weight: 600;
}
.shopnow {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 800;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  border-radius: 30px;
  overflow: hidden;
}
.shopnow:hover {
  color: #ffffff;
}

.shopnow .btn-title {
  background-color: #010022;
}

.main-header .nav-outer .link-box .theme-btn {
  display: block;
}

.shopnow:hover {
  color: #ffffff;
}
.shopnow .btn-title {
  position: relative;
  display: block;
  z-index: 1;
  padding: 10px 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.shopnow .btn-title:before {
  background: #cdb43c;
}
.shopnow .btn-title:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.shopnow:hover .btn-title:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.main-heading {
  text-align: center;
  position: relative;
}
.pattern-image {
  position: absolute;
  width: 100px;
  background: url(../../assets/images/cup.png);
  background-repeat: no-repeat;
  right: 62%;
  top: 25px;
  height: 100px;
  overflow: hidden;
}
.pattern-image-2 {
  position: absolute;
  width: 100px;
  background: url(../../assets/images/cup.png);
  background-repeat: no-repeat;
  right: 25%;
  top: 25px;
  height: 100px;
  overflow: hidden;
}
/* .main-heading h2::after {
  content: "";
  position: absolute;
  background: url("../../assets/images/kettle.png");
  width: 100px;
  background-repeat: no-repeat;
  height: 200px;
} */
.main-heading h2 {
  font-size: 40px;
  line-height: 1.2em;
  color: #010022;
  font-weight: 700;
  padding-top: 20px;
  text-transform: capitalize;

  margin-bottom: 10px;
}
.main-heading p {
  color: #1e26288c;
  padding-top: 15px;
  margin-bottom: 20px;
  font-weight: 400;
}
.product-image img {
  height: 350px;
  width: 100%;
  object-fit: contain;
}
.about-with-image {
  padding-top: 30px;
  padding-bottom: 50px;
}
.colored-heading {
}
.colored-heading h2 {
  font-size: 45px;
  line-height: 1.2em;
  color: #010022;
  font-weight: 700;
  padding-top: 20px;
  text-transform: capitalize;

  margin-bottom: 10px;
}
.colored-heading p {
  font-size: 16px;
  padding-top: 10px;
}
.colored-heading h2::before {
  position: absolute;
  width: 25%;
  height: 5px;
  content: "";
  bottom: -30px;
  background: #cd9832;
  overflow: hidden;
}
.footer {
  background: #f1f9f9;
}
.footer-section {
  text-align: center;
}
/* footer */
.footer {
  position: relative;
  background: #f1f9f9;
  padding: 40px 0px 40px;
}
.bottom-section {
  position: relative;
  margin-bottom: 30px;
}
.footer-logo {
  position: relative;
  margin-bottom: 35px;
}
.bottom-text p {
  font-size: 16px;

  font-weight: 400;

  margin-bottom: 35px;
}
.bottom-section h2 {
  margin-bottom: 50px;
  font-size: 25px;
}
.widget-content ul li a {
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
}
.widget-content ul li a {
  position: relative;
  display: block;
  line-height: 24px;
  font-weight: 500;
  color: #777;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.widget-content ul li a:hover {
  color: #010022;
  transform: translateX(-5%);
  cursor: pointer;
  transition-duration: 1s;
}
.ftr-details li {
  padding: 0 0 15px;
}
.footer-address-list li > span {
  position: relative;
  top: 5px;
}
.footer-address-list li i {
  margin: 0 15px 0 0;
  display: initial;
  font-size: 25px;
  font-weight: 500;
  color: #010022;
}
.footer-address-list li p {
  font-weight: 600;
  font-size: 18px;

  line-height: 25px;
  font-weight: 500;
}
.footer-address-list li p span {
  display: flex;
  font-weight: 400;
  font-size: 15px;
  font-weight: 500;
}
.footer-address-list li a {
  color: #333;

  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.footer-address-list li {
  color: #333;
  display: flex;
  padding: 0 0 5px;
}
.bottom-text p {
  color: #777;
  font-weight: 500;
}
.social-box-1 li {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}
.social-box-1 li a {
  position: relative;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-weight: 500;

  display: inline-block;
  background-color: #010022;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-box-1 li a:hover {
  background: #cd9832;
}
.bottom-footer {
  display: flex;
  justify-content: space-between;
}
.bottom-footer p {
  font-size: 12px;
  font-weight: 500;
}
.bottom-footer-privacy ul li {
  display: inline-block;
  padding-left: 10px;
}
.bottom-footer-privacy ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #777;
}
.bottom-footer-privacy ul li a:hover {
  color: #cd9832;

  cursor: pointer;
  transition-duration: 1s;
}
.bottom-footer p:hover {
  color: #cd9832;

  cursor: pointer;
  transition-duration: 1s;
}
.bottom-section h2::before {
  position: absolute;
  width: 25%;
  height: 5px;
  overflow: hidden;
  content: "";
  bottom: -20px;
  background: #cd9832;
}
.pattern-image {
  display: none;
}
.pattern-image-2 {
  display: none;
}
/* contact us */
.contact {
  background: #fff;
  box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%),
    0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
  padding-bottom: 30px;
}
.page-banner {
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 100px 0px;
  background-color: #25283a;
  z-index: 2;
}
.page-banner .image-layer {
  position: absolute;
  left: 0px;
  top: 0;
  background: url(../../assets/images/page-tea.jpg) center;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-content {
  padding-top: 50px;
}
.page-banner h1 {
  position: relative;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: capitalize;
}
.page-banner .bread-crumb {
  position: relative;
}
.page-banner .bread-crumb li:first-child {
  margin-left: 0px;
}

.page-banner .bread-crumb li {
  position: relative;
  display: inline-block;
  line-height: 30px;
  margin-left: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.page-banner .bread-crumb li:before {
  content: "/";
  position: absolute;
  right: -24px;
  width: 24px;
  top: 0px;
  text-align: center;
  line-height: 30px;
}
.page-banner .bread-crumb li a {
  color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-weight: 700;
}
.active-page a {
  color: #cd9832 !important;
}
.section-title2 {
  margin-bottom: 80px;
}
.section-title2 .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: #333;
}
.section-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-title2 p {
  line-height: 1.75;
  max-width: 570px;
  padding-top: 25px;
  margin: 0 auto;
}
.contact-info .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 44px;
}
.contact-info .info {
  position: relative;
  display: block;
  padding-left: 44px;
  padding-bottom: 30px;
}
.contact-info .info .icon {
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  color: #cd9832 !important;
}
.contact-info .social-box-1 ul li {
  margin-right: 25px;
}
.contact-form {
  -webkit-box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 10%);
  padding: 50px;
  border-radius: 20px;
}
.sec-main-title {
  margin-bottom: 60px;
}
.sec-main-title h2 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: capitalize;
}
.conta h2 {
  font-size: 40px;
}
.contact-form form .form-group .form-control {
  padding: 10px;
  border-radius: 10px;
}
.contact-form form .form-group .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #cd9832;
  outline: 0;
  box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 10%);
}
.tea-image img {
  height: 600px;
  width: auto;
}
.coupon-form {
  max-width: 500px;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #f8f9fa;
}
.coupon-form p {
  font-size: 16px;
  margin-bottom: 25px;
}
.coupon-form form .btn {
  white-space: nowrap;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.btn-dark {
  background-color: #cd9832;
  color: #fff;
}
.btn {
  font-weight: 400;
  line-height: 24px;
  padding: 15px 40px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 500px;
}
input:not([type="checkbox"]):not([type="radio"]),
textarea {
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #333;
  border: 2px solid transparent;
  border-bottom-color: #f3f6f3;
  background-color: transparent;
}
.coupon-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg-gold {
  background-color: #161b1e;
}
.card-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
}
.card-header a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
input:not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus {
  border-bottom-color: #cd9832;
}
.login-form {
  background-color: #f8f9fa;
  padding-top: 30px;
  box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%),
    0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
  padding-bottom: 50px;
  border-radius: 20px;
}
.login-form-center {
  text-align: center;
}
.login-form-center h2 {
  position: relative;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;

  color: #161b1e;
  text-transform: capitalize;
}
.login-form form {
  padding: 10px 25px;
}
.secret-50 {
  margin-bottom: 50px;
}
.checkout-form {
  -webkit-box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 10%);
  padding: 50px;
  border-radius: 20px;
}
.payment-method {
  -webkit-box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 10%);
  padding: 50px;
  border-radius: 20px;
}
.payment-method .form-check label {
  font-size: 16px;
  font-weight: 600;
  color: #777;
  margin-left: 10px;
  padding-top: 4px;
}
.form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input:checked {
  background-color: #cd9832;
  border-color: #cd9832;
}
.form-check-input:focus {
  border-color: #e2b869 !important;
  outline: 0;
  box-shadow: none;
}
.accord {
  margin-top: 10px;
  -webkit-box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 10%);
  padding: 20px;
}
.product-description {
  display: flex;
  justify-content: space-between;
}
.product-description h3 {
  font-size: 20px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}
.product-description-img {
  padding-top: 25px;
}
.product-description-img {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.image-pro img {
  height: 100px;
  width: auto;
}
.quantity {
  padding-top: 25px;
}
.quantity h3 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.quantity-with h3 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 25%;
  font-family: "Roboto", sans-serif;
}

.about-heading h2 {
  position: relative;
  color: #010022;
  font-weight: 700;
  font-size: 55px;
  padding-bottom: 10px;
}
.about-heading h2::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 200px;
  background-color: #cd9832;
  bottom: 0;
}
.about-image {
  margin-top: 50px;
}
.about-image img {
  border-radius: 20px;
}
.about-heading p {
  color: #1e26288c;
  padding-top: 20px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
}
.goldi {
  color: #cd9832;
}
.about-2 {
  background: #f5ead6;
}
.about-2-content p {
  color: #010022;
  padding-top: 20px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
}
.benefits h3 {
  font-weight: 600;
  color: #010022;
}
.benefits p {
  font-weight: 400;
  color: #010022;
  padding-top: 20px;
}
.benefits h3::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100px;
  background-color: #cd9832;
  bottom: -10px;
}
.benefits ul h3 p {
  font-weight: 800;
}
.benefits-tea ul li {
  color: #010022;

  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
}
.benefits-tea ul li i {
  color: #cd9832;
  font-size: 30px;
  padding-right: 20px;
}
.benefits-para {
  font-weight: 600;
  color: #010022;
  padding-top: 20px;
}
.myaccount-tab-list {
  display: block;
  margin-right: 30px;
  border: 1px solid #eee;
}
.myaccount-tab-list a.active {
  cursor: default;
  background-color: #fafafa !important;
}
.myaccount-tab-list a i {
  color: #333 i !important;
}
.myaccount-tab-list a {
  color: #333;
}
.myaccount-tab-list a i {
  font-size: 20px;
}
.myaccount-tab-list a {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 20px;
}
.myaccount-tab-list a:hover {
  color: #cd9832;
}
.myaccount-content.dashboad p {
  padding: 20px;
  background-color: #fafafa;
}
.und p span {
  text-decoration: underline;
  color: #000;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #777;
}
.myaccount-content.address > p {
  padding: 20px;
  background-color: #fafafa;
}
.address-ship {
  margin-bottom: 20px;
}
.address-ship h4 {
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  color: #333;
}
.address-ship .edit-link {
  font-size: 12px;
  margin-left: 5px;
  text-transform: capitalize;
  color: #7e7e7e;
  font-weight: 600;
}
.address-ship .edit-link:hover {
  color: #cd9832;
}
address p strong {
  font-size: 18px;
  font-weight: 600;
}
address {
  border: 1px solid #f7f7f7;
  padding: 20px;
  -webkit-box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 10%);
  border-radius: 20px;
}
.order-section {
  border: 1px solid #f7f7f7;
  padding: 40px 40px;

  -webkit-box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.order-dis {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.image-name {
  display: flex;
  justify-content: space-between;
}
.singl-img img {
  height: 100px;
  width: auto;
}
.desc-image {
  padding-top: 35px;
}
.desc-image h3 {
  font-weight: 500;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
.order-tracking {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.circle {
  width: 80px;
  height: 80px;
  background: #cd9832;
  border-radius: 50%;
}
.circle i {
  color: #fff;
  font-size: 40px;
  padding-top: 20px;
  text-align: center;
  display: inline-block;
  padding-left: 20px;
}
.order-placed {
  padding-top: 35px;
  text-align: center;
  margin-bottom: 50px;
}
.order-placed span {
  font-size: 12px;

  font-weight: 900;
}
.order-placed p {
  font-size: 14px;
  color: #777;
  font-weight: 600;
}
