* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

ul, li {
  list-style: none;
}

h1 {
  font-size: 64px;
  font-weight: 600;
}

h2 {
  font-size: 48px;
  font-weight: 600;
}

h3 {
  font-size: 40px;
  font-weight: 600;
}

h4 {
  font-size: 32px;
  font-weight: 600;
}

h5 {
  font-size: 24px;
  font-weight: 600;
}

@media(max-width:1200px) {
  h5 {
    font-size: 18px;
  }
}
h6 {
  font-size: 16px;
  font-weight: 600;
}

a {
  text-decoration: none;
}

.alert{
  background-color:transparent !important;
}
.section-wrapper {
  padding: 150px 0;
  /* background-image: url("../images/bear-icon.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; */

  background-image: url("../images/faq-icon.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 200px;

}
/* .single-product {
  padding-top:100px;
} */

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  .section-wrapper {
    padding: 110px 0 70px 0;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  /* h5 {
    font-size: 16px;
  } */
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.languages {
  display: flex;
  gap: 24px;
  z-index: 999;
}
.languages a {
  color:#fff;
  font-size: 16px;
  color: #EBDF99;
  transition: 0.3s ease-in-out;
}

.languages a:hover {
  color: #D88B47;
}


header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 18px 50px;
  background: #512218;
  z-index: 999;
  /* position: relative; */
}
header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .navbar .items {
  display: flex;
  align-items: center;
  gap: 24px;
}
header .navbar .items select {
  z-index: 99;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  background-color: transparent;
  outline: none;
  border: 0;
  font-size: 16px;
  color: #EBDF99;
}
header .navbar .items select option {
  color: #3F291B;
}
header .navbar .navbar_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  position: relative;
  z-index: 9999;
}
header .navbar .navbar_wrap .logo img {
  max-width: 250px !important;
}
header .navbar .navbar_wrap .toggler {
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 20px;
  display: none;
}
header .navbar .navbar_wrap .toggler .line {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #EBDF99;
  left: 0;
  transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}
header .navbar .navbar_wrap .toggler .line:first-child {
  top: 10%;
}
header .navbar .navbar_wrap .toggler .line:nth-child(2) {
  top: 50%;
}
header .navbar .navbar_wrap .toggler .line:last-child {
  top: 90%;
}
header .navbar .navbar_wrap .toggler.active .line:first-child {
  transform: rotate(45deg);
  top: 50%;
}
header .navbar .navbar_wrap .toggler.active .line:nth-child(2), header .navbar .navbar_wrap .toggler.active .line:last-child {
  transform: rotate(-45deg);
  top: 50%;
}
header .navbar #navbarNav {
  top: 100%;
  left: 0px;
  transition: height 3s;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  transition: all 1s;
}
header .navbar #navbarNav .navbar-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
header .navbar #navbarNav .navbar-nav li img {
  display: block;
}
header .navbar #navbarNav .navbar-nav li a {
  font-size: 16px;
  color: #EBDF99;
  transition: 0.3s ease-in-out;
}
header .navbar #navbarNav .navbar-nav li a:hover {
  color: #D88B47;
}
header .navbar #navbarNav .navbar-nav .current-menu-item a {
  position: relative;
  color: #D88B47;
  font-weight: 600;
}
header .navbar #navbarNav .navbar-nav .current-menu-item a::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  background-image: url("../images/crown.svg");
  width: 18px;
  height: 12px;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  background-position: center;
  background-size: contain;
  opacity: 1;
}

.navbar.active #navbarNav {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}

@media (max-width: 1200px) {
  header .navbar #navbarNav .navbar-nav {
    gap: 18px;
  }
  .languages {
    gap: 18px;
  }
}
@media (max-width: 991px) {
  .languages {
    justify-content: center;
    gap:10px;
  }
  .languages a{
    font-size: 26px;
    position: relative;
  }
  .languages a:last-child::after{
    display: none;
  }
  .languages a:after {
    content: "/";
    margin-left: 10px;
  }
  .languages a:hover:after {
    color: #EBDF99;
  }
  header .navbar .navbar_wrap {
    width: 100%;
  }
  header .navbar .navbar_wrap .toggler {
    display: block;
  }
  header .navbar .navbar_wrap .logo img {
    max-width: 200px !important;
  }
  header .navbar #navbarNav {
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    height: 100vh;
    background: #512218;
  }
  header .navbar #navbarNav .navbar-nav {
    display: block;
  }
  header .navbar #navbarNav .navbar-nav li {
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 5px 0;
  }
  header .navbar #navbarNav .navbar-nav li a {
    font-size: 26px;
  }
  header .navbar #navbarNav .navbar-nav .current-menu-item a::before {
    display: none;
  }
}
@media(max-width:767px){
}
@media (max-width: 576px) {
  header {
    padding: 20px 15px;
  }
  header .navbar #navbarNav {
    justify-content: center;
  }
  header .navbar #navbarNav .navbar-nav li {
    text-align: center;
    justify-content: center;
  }
}
footer {
  background-color: #512218;
  padding: 120px 0;
  background-image: url("../images/footer-icon.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position-y: 10%;
  background-position-x: 0;
}
footer .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
footer .wrapper .col .first-widget a {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
footer .wrapper .col .first-widget img {
  max-width: 280px;
}
footer .wrapper .col .first-widget p {
  color: #D88B47;
  font-size: 16px;
}
footer .wrapper .col .second-widget {
  justify-content: center;
  display: flex;
}
footer .wrapper .col .second-widget a {
  color: #EBDF99;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-size: 16px;
}
footer .wrapper .col .second-widget a:hover {
  opacity: 0.7;
}
footer .wrapper .col .second-widget span a {
  font-weight: 400;
}
footer .wrapper .col .third-widget .social-media {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
footer .wrapper .col .third-widget .social-media a {
  display: block;
}
footer .wrapper .col .third-widget .social-media img {
  width: 25px;
}
footer .wrapper .col .third-widget .contact-info a, footer .wrapper .col .third-widget .contact-info p {
  font-size: 16px;
  color: #EBDF99;
}
footer .wrapper .col .third-widget .contact-info a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
footer .wrapper .col .third-widget .contact-info a:hover {
  opacity: 0.7;
}
footer .wrapper .col .third-widget .schedule {
  color: #D88B47;
  font-size: 16px;
  font-weight: 600;
}
footer .wrapper .col .third-widget .copyright {
  font-size: 14px;
  color: #D88B47;
}

footer .bottom-footer {
  text-align: center;
  transform: translateY(70px);
}
footer .bottom-footer p{
  text-align: center;
  color: #D88B47;
}

footer .bottom-footer a{
  color: #D88B47;
  font-weight: 900;
}

@media (max-width: 991px) {
  footer {
    background-size: cover;
  }
  footer .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  footer {
    padding: 50px 0;
    background-size: 100%;
    background-position-y: 65%;
    background-position-x: 100%;
    object-fit:contain;
  }
  footer .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .wrapper .col .second-widget {
    justify-content: flex-start;
  }
  footer .bottom-footer {
    transform: translateY(30px);
  }
}
.header-masonry {
  margin-top: 120px;
  height: 100vh;
  min-height: 650px;
  max-height: 1500px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .header-masonry {
    display: none;
  }
}
.header-masonry .grid {
  display: flex;
  gap: 25px;
  height: 100%;
}
.header-masonry .grid .col:nth-child(1) {
  width: 40%;
}
.header-masonry .grid .col:nth-child(2) {
  width: 15%;
}
.header-masonry .grid .col:nth-child(3) {
  width: 15%;
}
.header-masonry .grid .col:nth-child(4) {
  width: 30%;
}
.header-masonry .grid .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-masonry .grid .box {
  position: relative;
  height: calc(50% - 10px);
  background-color: #D88B47;
  border-radius: 6px;
}
 .header-masonry .grid .box .content-wrapper img{
  height: 0;
}

.header-masonry .grid .box .content-wrapper .description {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.header-masonry .grid .box .content-wrapper h3 {
  color: #fff;
  line-height: 1em;
  margin-bottom: 16px;
  width: 550px;
  font-size: 40px;
}
.header-masonry .grid .box .content-wrapper .text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 400px;
}
.header-masonry .grid .box .content-wrapper a {
  display: block;
  color: #fff;
  padding: 8px 32px;
  background-color: #3F291B;
  z-index: 9;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
  border-radius: 11px;
  transition: 0.3s ease-in-out;
  margin-top: 16px;
}
.header-masonry .grid .box .content-wrapper a:hover {
  opacity: 0.7;
}
.header-masonry .grid .box ~ .box {
  margin-top: 10px;
}
.header-masonry .grid .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 6px;
}
.header-masonry .grid .box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: url("../images/bg-icon.svg");
  background-position: -80px 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-masonry .grid .col-no-1 .box:nth-child(1) {
  height: calc(25% - 10px);
}
.header-masonry .grid .col-no-1 .box:nth-child(2) {
  height: calc(50% - 10px);
}
.header-masonry .grid .col-no-1 .box:nth-child(3) {
  height: calc(25% - 10px);
}
.header-masonry .grid .col-no-2 .box:nth-child(1) {
  height: calc(40% - 10px);
}
.header-masonry .grid .col-no-2 .box:nth-child(2) {
  height: calc(20% - 10px);
}
.header-masonry .grid .col-no-2 .box:nth-child(3) {
  height: calc(40% - 10px);
}

.mobile-swiper {
  display: none;
}
.mobile-swiper .content-wrapper {
  margin: 70px 0;
  background-color: #D88B47;
  border-radius: 11px;
  padding: 50px;
  background-image: url("../images/bg-icon.svg");
  background-position: -50px 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile-swiper .content-wrapper img{
  height: 0;
}
@media (max-width: 767px) {
  .mobile-swiper .content-wrapper {
    padding: 20px;
  }
}
.mobile-swiper .content-wrapper h3 {
  color: #fff;
  line-height: 1em;
  margin-bottom: 10px;
}
.mobile-swiper .content-wrapper p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.mobile-swiper .content-wrapper a {
  background-color: #3F291B;
  color: #fff;
  padding: 8px 15px;
  border-radius: 11px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 576px) {
  .mobile-swiper .content-wrapper a {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .mobile-swiper {
    display: unset;
  }
}
.mobile-swiper .swiper-slide img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.products-wrapper .main-title {
  text-align: center;
  width: 60%;
  margin: auto;
  margin-bottom: 100px;
  color: #512218;
}
.products-wrapper .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 24px;
}
.products-wrapper .wrapper .item .image {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.products-wrapper .wrapper .item .image::after {
  content: '';
  display: block;
  padding-bottom: 70%;
}
.products-wrapper .wrapper .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.products-wrapper .wrapper .item .content {
  margin-top: 24px;
  border: 1px solid #D88B47;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 10px;
  border-radius: 6px;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.products-wrapper .wrapper .item .content .price-wrapper{
  display: flex;
  gap: 20px;
}

.products-wrapper .wrapper .item .content:hover {
  background-color: #D88B47;
}
.products-wrapper .wrapper .item .content:hover h6 {
  color: #fff;
}
.products-wrapper .wrapper .item .content:hover p {
  color: #fff;
}
.products-wrapper .wrapper .item .content h6 {
  color: #512218;
  transition: 0.3s ease-in-out;
}
.products-wrapper .wrapper .item .content p {
  color: #3F291B;
  transition: 0.3s ease-in-out;
}
.products-wrapper .cta {
  background-color: #D88B47;
  padding: 8px 32px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 11px;
  font-weight: 600;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 65px;
  font-size: 24px;
  transition: 0.3s ease-in-out;
}
.products-wrapper .cta:hover {
  opacity: 0.7;
}

.new-product {
  margin: 135px 0;
}
.new-product .wrapper {
  display: grid;
  grid-template-columns: 40% 50%;
  background-color: #512218;
  padding: 80px 30px;
  background-image: url("../images/new-product-icon.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 80%;
  gap: 100px;
}
.new-product .wrapper .product-desc {
  text-align: center;
}
.new-product .wrapper .col-mobile {
  display: none;
}
.new-product .wrapper .col-mobile .product{
  max-width: 100%;
}
@media(max-width:991px) {
  .new-product .wrapper .col-desktop {
    display: none;
  }
  .new-product .wrapper .col-mobile {
    display: block;
  }

}
.new-product .wrapper .product-desc img {
  max-width: 92px;
  margin-bottom: 24px;
}

.new-product .wrapper .product-desc .mobile-newproduct {
  display: none;
  width:100%;
}

.new-product .wrapper .product-desc .subtitle {
  color: #fff;
  font-size: 20px;
  width: 60%;
  margin: auto;
  margin-bottom: 48px;
}
.new-product .wrapper .product-desc h1 {
  color: #D88B47;
  line-height: 1em;
  margin-bottom: 48px;
}
.new-product .wrapper .product-desc .description {
  color: #fff;
  margin-bottom: 48px;
}
.new-product .wrapper .product-desc a {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
  border-radius: 11px;
  padding: 8px 32px;
  background-color: #D88B47;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  transition: 0.3s ease-in-out;
}
.new-product .wrapper .product-desc a:hover {
  opacity: 0.7;
}
.new-product .wrapper .product-image {
  position: relative;
}
.new-product .wrapper .product-image .star-icon {
  position: absolute;
  top: -50px;
  left: -50px;
  max-width: 85px;
}
.new-product .wrapper .product-image .product {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
  border-radius: 42px;
  display: block;
}
.new-product .wrapper .product-image .new-ticket {
  position: absolute;
  left: -57px;
  bottom: -38px;
  max-width: 250px;
}

.categories-wrapper {
  margin-bottom: 130px;
}
.categories-wrapper .main-title {
  text-align: center;
  width: 60%;
  margin: auto;
  margin-bottom: 100px;
  color: #512218;
}
.categories-wrapper .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.categories-wrapper .wrapper .item {
  overflow: hidden;
  position: relative;
  border-radius: 22px;
}
.categories-wrapper .wrapper .item:hover h4 {
  opacity: 1;
}
.categories-wrapper .wrapper .item img {
  width: 100%;
  display: block;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.categories-wrapper .wrapper .item h4 {
  position: absolute;
  z-index: 9;
  text-align: center;
  opacity: 0;
  transition: 0.3s ease-in-out;
  background-color: rgba(14, 14, 14, 0.3);
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  color: #fff;
  justify-content: center;
}

.about-us-wrapper {
  margin-bottom: 130px;
}

.about-us-wrapper .main-title {
  text-align: center;
  width: 75%;
  color: #512218;
  margin: auto;
  margin-bottom: 130px;
}

.about-us-wrapper .wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 100px;
}
.about-us-wrapper .wrapper .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  align-items: flex-end;
}
.about-us-wrapper .wrapper .item img {
  width: 100%;
  border-radius: 22px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-wrapper .wrapper .item .desc h2 {
  color: #3F291B;
  margin-bottom: 24px;
  line-height: 1em;
}
.about-us-wrapper .wrapper .item .desc .subtitle {
  color: #3F291B;
  margin-bottom: 48px;
  font-size: 24px;
}
.about-us-wrapper .wrapper .item .desc .description {
  color: #71522A;
  font-size: 16px;
}
.about-us-wrapper .wrapper .item:nth-child(even) .desc {
  order: 2;
}
.about-us-wrapper .wrapper .item:nth-child(even) img {
  order: 1;
}

.events-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 140px 0 74px 0;
  position: relative;
  margin-bottom: 130px;
}
.events-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.events-banner::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url("../images/icon-light.svg");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 9;
  mix-blend-mode: luminosity;
}
.events-banner h2 {
  color: #fff;
  text-align: center;
  width: 60%;
  margin: auto;
  z-index: 9;
  position: relative;
  margin-bottom: 10px;
}
.events-banner a {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  background-color: #D88B47;
  color: #fff;
  transition: 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: 9;
  padding: 8px 32px;
  border-radius: 11px;
  justify-content: center;
  font-weight: 600;
}
.events-banner a:hover {
  opacity: 0.7;
}

.reviews-wrapper {
  padding-bottom: 130px;
}
.reviews-wrapper .main-title {
  text-align: center;
  color: #512218;
  margin-bottom: 64px;
}
.reviews-wrapper .wrapper {
  position: relative;
}
.reviews-wrapper .wrapper .reviewsSwiper {
  width: 80%;
  margin: auto;
}
.reviews-wrapper .wrapper .reviewsSwiper .item {
  text-align: center;
  /* border-bottom: 2px solid #D88B47; */
  padding-bottom: 50px;
}
.reviews-wrapper .wrapper .reviewsSwiper .item img {
  margin-bottom: 16px;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
     display: none;
}
.reviews-wrapper .wrapper .reviewsSwiper .item h5 {
  color: #3F291B;
  margin-bottom: 16px;
}
.reviews-wrapper .wrapper .reviewsSwiper .item p {
  font-size: 14px;
  color: #000;
  margin-top: 16px;
}
.reviews-wrapper .wrapper .swiper-button-next:after,
.reviews-wrapper .wrapper .swiper-button-prev:after {
  color: #71522A !important;
}
.reviews-wrapper a {
  color: #71522A;
  border: 1px solid #71522A;
  font-size: 16px;
  padding: 8px 32px;
  display: block;
  border-radius: 11px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transition: 0.3s ease-in-out;
  margin-top: 64px;
}
.reviews-wrapper a:hover {
  opacity: 0.7;
}

@media (max-width: 1500px) {
  .header-masonry .grid .box .content-wrapper h3 {
    font-size: 25px;
    width: unset;
  }
  .header-masonry .grid .box .content-wrapper .text {
    width: unset;
  }
  .header-masonry .grid .box .content-wrapper a {
    font-size: 13px;
    padding: 8px 10px;
  }
}
@media (max-width: 1200px) {
  .new-product {
    margin: 135px 0;
  }
  .new-product .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .about-us-wrapper .main-title {
    width: 100%;
  }
  .products-wrapper .main-title {
    width: 80%;
  }
  .products-wrapper .wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
  .new-product .wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 50px 10px;
    gap: 50px;
    background-size: cover;
  }
  .new-product .wrapper .product-desc {
    text-align: center;
  }
  .new-product .wrapper .product-desc .subtitle {
    margin-bottom: 20px;
  }
  .new-product .wrapper .product-desc p {
    margin-bottom: 20px;
  }
  .new-product .wrapper .product-image {
    width: 80%;
    margin: auto;
  }
  .categories-wrapper .main-title {
    width: 100%;
  }
  .categories-wrapper .wrapper .item img {
    height: 300px;
  }
  .about-us-wrapper .wrapper .item {
    gap: 30px;
  }
  .about-us-wrapper .wrapper .item .desc p.subtitle {
    font-size: 18px;
  }
  .events-banner h2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .products-wrapper .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .products-wrapper .main-title {
    width: 100%;
    margin-bottom: 30px;
  }
  .products-wrapper .cta {
    margin-top: 30px;
    font-size: 16px;
  }
  .new-product {
    margin: 70px 0;
  }
  .new-product .wrapper .product-desc {
    text-align: center;
  }
  .new-product .wrapper .product-desc .subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .new-product .wrapper .product-desc p {
    margin-bottom: 20px;
  }
  .new-product .wrapper .product-desc a {
    font-size: 16px;
  }
  .categories-wrapper {
    margin-bottom: 70px;
  }
  .categories-wrapper .main-title {
    margin-bottom: 30px;
  }
  .categories-wrapper .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-us-wrapper {
    margin-bottom: 70px;
  }
  .about-us-wrapper .main-title {
    margin-bottom: 30px;
  }
  .about-us-wrapper .wrapper {
    gap: 50px;
  }
  .about-us-wrapper .wrapper .item {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-us-wrapper .wrapper .item img {
    order: 1;
    height: 300px;
  }
  .about-us-wrapper .wrapper .item .desc {
    order: 2;
  }
  .about-us-wrapper .wrapper .item .desc .subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .events-banner {
    margin-bottom: 70px;
    padding: 50px 0;
  }
  .events-banner h2 {
    margin-bottom: 20px;
  }
  .events-banner a {
    font-size: 15px;
  }
  .reviews-wrapper {
    padding-bottom: 70px;
  }
  .reviews-wrapper .main-title {
    margin-bottom: 30px;
  }
  .reviews-wrapper .wrapper .reviewsSwiper {
    width: 95%;
  }
  .reviews-wrapper .wrapper .reviewsSwiper .item {
    padding-bottom: 20px;
  }
  .reviews-wrapper .wrapper .swiper-button-next:after,
  .reviews-wrapper .wrapper .swiper-button-prev:after {
    font-size: 30px;
  }
  .reviews-wrapper a {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
 
  .new-product .wrapper .product-desc .subtitle {
    width: 90%;
  }
  .new-product .wrapper .product-image .star-icon {
    max-width: 50px;
    left: -20px;
    top: -25px;
  }
  .new-product .wrapper .product-image .product {
    height: 250px;
  }
  .new-product .wrapper .product-image .new-ticket {
    max-width: 80px;
    left: -20px;
    bottom: -20px;
  }
  .categories-wrapper .wrapper {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .categories-wrapper .wrapper .item h4 {
    opacity: 1;
  }
  .reviews-wrapper .wrapper .reviewsSwiper .item p {
    width: 80%;
    margin:auto;
  }
}
.contact-section-wrapper {
  padding: 200px 0 270px 0;
  background-image: url("../images/bear-icon.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-section-wrapper .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
.contact-section-wrapper .wrapper .contact-form h5 {
  margin-bottom: 25px;
  color: #3F291B;
}
.contact-section-wrapper .wrapper .contact-form .subtitle {
  font-size: 16px;
  color: #71522A;
  margin-bottom: 50px;
}
.contact-section-wrapper .wrapper .contact-form .input-wrapper input[type=submit] {
  width: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #D88B47;
  padding: 10px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-left: auto;
  border: 1px solid #D88B47;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-align: center;
}
.contact-section-wrapper .wrapper .contact-form .input-wrapper input[type=submit]:hover {
  opacity: 0.7;
}
.contact-section-wrapper .wrapper .col-map {
  padding: 15px;
  border: 1px solid #D88B47;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 11px;
}
.contact-section-wrapper .wrapper .col-map #map {
  height: 515px;
  border-radius: 11px;
}

@media (max-width: 991px) {
  .contact-section-wrapper .wrapper {
    gap: 50px;
  }
  .contact-section-wrapper .wrapper .contact-form h5 {
    margin-bottom: 20px;
  }
  .contact-section-wrapper .wrapper .contact-form .subtitle {
    margin-bottom: 20px;
  }
  .contact-section-wrapper .wrapper .col-map #map {
    height: 490px;
  }
}
@media (max-width: 767px) {
  .contact-section-wrapper {
    padding: 150px 0 70px 0;
  }
  .contact-section-wrapper .wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-section-wrapper .wrapper .col-map #map {
    height: 300px;
  }
}
.jobs-wrapper {
  padding: 200px 0 130px 0;
  background-image: url("../images/bear-icon.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jobs-wrapper .main-title {
  text-align: center;
  color: #512218;
  margin-bottom: 15px;
}
.jobs-wrapper .subtitle {
  text-align: center;
  color: #D88B47;
  font-size: 18px;
  width: 50%;
  margin: auto;
  margin-bottom: 65px;
}
.jobs-wrapper .jobs-grid {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jobs-wrapper .jobs-grid .item {
  width: 100%;
  border: 2px solid #D88B47;
  padding: 46px 36px;
  border-radius: 6px;
  display: grid;
  gap: 32px;
}
.jobs-wrapper .jobs-grid .item h2 {
  font-size: 32px;
  text-transform: uppercase;
  color: #3F291B;
  font-weight: 600;
  height: 90px;
  overflow: hidden;
}
.jobs-wrapper .jobs-grid .item .description {
  overflow: hidden;
  height: 50px;
  color: #71522A;
}
.jobs-wrapper .jobs-grid .item p {
  font-size: 16px;
  color: #D88B47;
}
.jobs-wrapper .jobs-grid .item p span {
  color: #3F291B;
}
.jobs-wrapper .jobs-grid .item a {
  color: #3F291B;
  padding: 8px 32px;
  border: 2px solid #D88B47;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 16px;
  font-weight: 600;
  border-radius: 11px;
  transition: 0.3s ease-in-out;
  display: block;
  margin-top: 40px;
}
.jobs-wrapper .jobs-grid .item a:hover {
  opacity: 0.7;
}
.jobs-wrapper .jobs-grid .job-img {
  width: calc(20% - 20px);
  position: relative;
}
.jobs-wrapper .jobs-grid .job-img img {
  border-radius: 6px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .jobs-wrapper .subtitle {
    width: 100%;
  }
  .jobs-wrapper .jobs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .jobs-wrapper .jobs-grid .item {
    width: 100% !important;
    padding: 20px;
    gap: 15px;
  }
  .jobs-wrapper .jobs-grid .item a {
    margin-top: 0;
  }
  .jobs-wrapper .jobs-grid .job-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .jobs-wrapper {
    padding: 150px 0 70px 0;
  }
  .jobs-wrapper .subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .jobs-wrapper .jobs-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .jobs-wrapper .jobs-grid .item h2 {
    height: unset;
    font-size: 24px;
  }
}
.single-jobs-wrapper {
  padding: 200px 0 130px 0;
  background-image: url("../images/bear-icon.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-jobs-wrapper .main-title {
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #512218;
}
.single-jobs-wrapper .wrapper {
  gap: 25px;
}
.single-jobs-wrapper .wrapper .grid-cols {
  display: grid;
  gap: 32px;
  grid-template-columns: 65% 32%;
}
.single-jobs-wrapper .wrapper .grid-cols .items-wrapper {
  border: 1.5px solid #999;
  padding: 30px;
  border-radius: 6px;
  height: 100%;
  align-items: center;
  display: grid;
}
.single-jobs-wrapper .wrapper .grid-cols .items-wrapper h5 {
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #512218;
}
.single-jobs-wrapper .wrapper .grid-cols .items-wrapper .description p {
  width: 80%;
  font-size: 20px;
  font-weight: 600;
}
.single-jobs-wrapper .wrapper .job-description {
  padding: 30px;
  border: 1px solid #D88B47 !important;
  border-radius: 11px;
  margin-top: 32px;
}
.single-jobs-wrapper .wrapper .job-description p {
  padding-left: 40px;
  color: #71522A;
  font-size: 14px;
  width: 80%;
}

.single-jobs-wrapper .wrapper .job-description .item ul li {
  display: flex;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  color: #71522A;
  font-size: 14px;
  width: 80%;
}
/* .single-jobs-wrapper .wrapper .job-description .item ul li p {
  
} */
.single-jobs-wrapper .wrapper .job-description .item ul li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/small-bear-icon.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.single-jobs-wrapper .wrapper .job-details .items-wrapper .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.single-jobs-wrapper .wrapper .job-details .items-wrapper .wrapper .item p {
  font-size: 14px;
  color: #D88B47;
}
.single-jobs-wrapper .wrapper .job-details .items-wrapper .wrapper .item .title {
  color: #3F291B;
  font-weight: 600;
}
.single-jobs-wrapper .wrapper .job-details .items-wrapper #apply-btn {
  background-color: #D88B47;
  color: #fff;
  border-radius: 11px;
  padding: 8px 32px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  display: block;
  margin-top: 25px;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-size: 16px;
}
.single-jobs-wrapper .wrapper .job-details .items-wrapper #apply-btn:hover {
  opacity: 0.7;
}
.single-jobs-wrapper .job-position-form {
  width: 80%;
  margin: auto;
}
.single-jobs-wrapper .job-position-form h5 {
  color: #D88B47;
  margin-bottom: 65px;
}
.single-jobs-wrapper .job-position-form textarea {
  margin-bottom: 40px;
}
.single-jobs-wrapper .job-position-form .inputs-col .input-wrapper input[type=submit] {
  background-color: #D88B47;
  border-radius: 11px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  width: 60%;
  padding: 6px 32px;
  border: 1px solid #D88B47;
  display: flex;
  margin-left: auto;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin-top: 40px;
}
.single-jobs-wrapper .job-position-form .inputs-col .input-wrapper input[type=submit]:hover {
  opacity: 0.7;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 13px;
}

input[type=file]::file-selector-button {
  margin-top: 16px;
  border: 1px solid #D88B47;
  padding: 8px 32px;
  border-radius: 11px;
  background-color: #fff;
  transition: 1s;
  color: #71522A;
  font-size: 20px;
  cursor: pointer;
}

input[type=file]::file-selector-button:hover {
  background-color: #D88B47;
  color: #fff;
}


@media (max-width: 1200px) {
  .single-jobs-wrapper .wrapper {
    grid-template-columns: 60% 37%;
  }
  .single-jobs-wrapper .wrapper .col .items-wrapper .description p {
    width: 100%;
  }
  .single-jobs-wrapper .wrapper .col .job-description p {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .single-jobs-wrapper .wrapper .grid-cols {
    grid-template-columns: 100%;
  }
}
@media (max-width: 767px) {
  .single-jobs-wrapper {
    padding: 150px 0 70px 0;
  }
  .single-jobs-wrapper .wrapper .grid-cols .items-wrapper {
    padding: 30px 10px;
  }
  .single-jobs-wrapper .wrapper .grid-cols .items-wrapper h5 {
    font-size: 24px;
  }
  .single-jobs-wrapper .wrapper .grid-cols .items-wrapper .description p {
    font-size: 15px;
    width: 100%;
  }
  .single-jobs-wrapper .wrapper .job-description p {
    width: 100%;
  }
  .single-jobs-wrapper .wrapper .job-description .item ul li {
    width: 100%;
  }
  .single-jobs-wrapper .job-position-form {
    width: 100%;
  }
  .single-jobs-wrapper .job-position-form h5 {
    margin-bottom: 20px;
  }
  .single-jobs-wrapper .job-position-form .inputs-col .input-wrapper input[type=submit] {
    width: 100%;
    font-size: 15px;
  }
  input[type=file]::file-selector-button {
    font-size: 15px;
    padding: 8px 15px;
  }
}
@media (max-width: 576px) {
  .single-jobs-wrapper .job-position-form input[type=file]::file-selector-button {
    margin-top: 5px;
  }
  .single-jobs-wrapper .job-position-form textarea {
    margin-top: 5px;
  }
  .single-jobs-wrapper .job-position-form .inputs-col .input-wrapper input[type=submit] {
    margin-top: 20px;
  }
}
.error404 header {
  display: none;
}
.error404 footer {
  display: none;
}

.notfound-wrapper {
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  text-align: center;
}
.notfound-wrapper .content {
  width: 60%;
  margin: auto;
}
.notfound-wrapper .content h2 {
  font-size: 120px;
  color: #512218;
  font-weight: 600;
}
.notfound-wrapper .content h2 span {
  color: #D88B47;
}
.notfound-wrapper .content h3 {
  color: #512218;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
}
.notfound-wrapper .content h4 {
  color: #512218;
  font-weight: 600;
  font-size: 30px;
  margin: 20px 0;
}
.notfound-wrapper .content p {
  color: #512218;
  font-size: 22px;
}
.notfound-wrapper .content p a {
  color: #D88B47;
}

@media (max-width: 767px) {
  .notfound-wrapper .content {
    width: 100%;
  }
  .notfound-wrapper .content h2 {
    font-size: 70px;
  }
  .notfound-wrapper .content h3 {
    font-size: 24px;
  }
  .notfound-wrapper .content h4 {
    font-size: 24px;
  }
  .notfound-wrapper .content p {
    font-size: 16px;
  }
}
.faq-wrapper {
  background-image: url("../images/faq-icon.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 200px;
}
.questions-wrapper {
  padding: 200px 0 130px 0;
}
.questions-wrapper .page-title {
  color: #512218;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.questions-wrapper .page-title::before {
  display: none;
}
.questions-wrapper .item {
  padding: 32px 0;
  border-bottom: 1px solid #CBCBCB;
}
.questions-wrapper .item .showen-part .play {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.questions-wrapper .item .showen-part .play h5 {
  color: #512218;
}
.questions-wrapper .item .showen-part .play a img {
  width: 45px;
  margin-right: 80px;
}
.questions-wrapper .item .showen-part .play a .other {
  display: none;
}
.questions-wrapper .item p {
  margin-top: 20px;
  color: #3F291B;
  font-size: 16px;
}
.questions-wrapper .contact-us {
  margin-top: 60px;
  padding-right: 50px;
}
.questions-wrapper .contact-us p {
  text-align: end;
  font-size: 20px;
  font-weight: 600;
}
.questions-wrapper .contact-us p a {
  color: #D88B47;
  transition: 0.3s ease-in-out;
}
.questions-wrapper .contact-us p a:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .questions-wrapper .item .showen-part .play a img {
    margin-right: 0;
  }
  .questions-wrapper .contact-us {
    padding-right: 0;
    margin-top: 20px;
  }
  .questions-wrapper .contact-us p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .questions-wrapper {
    padding: 150px 0 70px 0;
  }
  .questions-wrapper .page-title {
    margin-bottom: 20px;
  }
  .questions-wrapper .item {
    padding: 15px 0;
  }
  .questions-wrapper .item .showen-part .play {
    gap: 50px;
  }
  .questions-wrapper .item .showen-part .play a img {
    width: 25px;
  }
  .questions-wrapper .item p {
    margin-top: 10px;
  }
}
.page-products {
  padding: 200px 0 130px 0;
}

.page-title {
  position: relative;
  color: #512218;
  margin-bottom: 64px;
  width: -moz-fit-content;
  width: fit-content;
}
.page-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200px;
  height: 4px;
  background-color: #D88B47;
}

.taxonomy-page-wrapper {
  padding: 200px 0 130px 0;
}
.taxonomy-page-wrapper .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 25px;
}
.taxonomy-page-wrapper .wrapper .item .image {
  height: 300px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin-bottom: 10px;
}
.taxonomy-page-wrapper .wrapper .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 16px;
  border-radius: 6px;
}
.taxonomy-page-wrapper .wrapper .item h5 {
  color: #512218;
  margin-bottom: 24px;
}
.taxonomy-page-wrapper .wrapper .item p {
  color: #999;
  font-size: 14px;
}

@media (max-width: 991px) {
  .taxonomy-page-wrapper .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .page-products {
    padding: 110px 0 70px 0;
  }
  .page-title {
    margin-bottom: 30px;
  }
  .page-title::before {
    width: 100px;
  }
  .taxonomy-page-wrapper {
    padding: 150px 0 70px 0;
  }
  .taxonomy-page-wrapper .wrapper .item .image {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .taxonomy-page-wrapper .wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.confirm-wrapper {
  height: 100vh;
  min-height: 750px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  background-image: url("../images/bear-icon.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.confirm-wrapper img {
  max-width: 200px;
  margin-bottom: 64px;
}
.confirm-wrapper h4 {
  color: #512218;
}
.confirm-wrapper p {
  color: #2b2b2b;
  font-size: 16px;
  width: 50%;
  margin: 20px auto;
}
.confirm-wrapper .btn {
  display: block;
  font-size: 16px;
  background-color: #D88B47;
  color: #fff;
  padding: 8px 32px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  margin: auto;
  margin-top: 48px;
  border-radius: 11px;
}
.confirm-wrapper .btn:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .confirm-wrapper {
    height: 600px;
    min-height: 400px;
  }
  .confirm-wrapper img {
    max-width: 130px;
    margin-bottom: 20px;
  }
  .confirm-wrapper p {
    font-size: 14px;
    width: 100%;
  }
  .confirm-wrapper .btn {
    margin-top: 20px;
  }
}
.inputs-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.input-wrapper {
  margin-bottom: 20px;
}
.input-wrapper label {
  color: #3F291B;
  font-size: 16px;
}
.input-wrapper input[type=text],
.input-wrapper input[type=email],
.input-wrapper input[type=tel],
.input-wrapper input[type=password],
.input-wrapper textarea {
  width: 100%;
  margin-top: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #D88B47;
  padding: 12px 15px;
  border-radius: 11px;
  color: #71522A;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.input-wrapper input[type=text]:focus,
.input-wrapper input[type=email]:focus,
.input-wrapper input[type=tel]:focus,
.input-wrapper input[type=password]:focus,
.input-wrapper textarea:focus {
  outline: none;
  border-color: #71522A;
}
.input-wrapper input[type=text]::-moz-placeholder, .input-wrapper input[type=email]::-moz-placeholder, .input-wrapper input[type=password]::-moz-placeholder, .input-wrapper textarea::-moz-placeholder {
  color: #71522A;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.input-wrapper input[type=text]::placeholder,
.input-wrapper input[type=email]::placeholder,
.input-wrapper input[type=tel]::placeholder,
.input-wrapper input[type=password]::placeholder,
.input-wrapper textarea::placeholder {
  color: #71522A;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.input-wrapper textarea {
  height: 120px;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Poppins", sans-serif;
}
.input-wrapper textarea:focus {
  outline: none;
  border-color: #71522A;
}
.input-wrapper textarea::-moz-placeholder {
  color: #71522A;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.input-wrapper textarea::placeholder {
  color: #71522A;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
  .inputs-col {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .input-wrapper {
    margin-bottom: 10px;
  }
  .input-wrapper label {
    font-size: 14px;
  }
  .input-wrapper input[type=text],
  .input-wrapper input[type=email],
  .input-wrapper input[type=tel],
  .input-wrapper input[type=password],
  .input-wrapper textarea {
    padding: 8px;
  }
}
.account-wrapper .main-title {
  color: #512218;
  text-align: center;
  margin-bottom: 16px;
}
.account-wrapper .subtitle {
  color: #71522A;
  font-size: 18px;
  text-align: center;
  width: 50%;
  margin: auto;
  margin-bottom: 24px;
}

.form-wrapper {
  border: 2px solid #999;
  border-radius: 6px;
  padding: 48px 58px;
  width: 70%;
  margin: auto;
}
.form-wrapper h5 {
  color: #D88B47;
  font-size: 20px;
  margin-bottom: 48px;
}
.form-wrapper p {
  margin-bottom: 32px;
  color: #3F291B;
  font-size: 16px;
  margin-top: 10px;
}
.form-wrapper form .create-account-btn {
  margin-top: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #3F291B;
  font-size: 18px;
  margin-bottom: 16px;
  display: block;
  transition: 0.3s ease-in-out;
}
.form-wrapper form .create-account-btn:hover {
  opacity: 0.7;
}
.form-wrapper form .note {
  width: 80%;
}
.form-wrapper form .forgot-pass {
  text-decoration: underline;
  margin-top: 40px;
  font-size: 13px;
  color: #3F291B;
  transition: 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.form-wrapper form .forgot-pass:hover {
  opacity: 0.7;
}
.form-wrapper form .register-btn {
  margin-top: 38px;
  width: 48%;
  margin-left: auto;
}

@media (max-width: 991px) {
  .account-wrapper .subtitle {
    width: 80%;
  }
  .form-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* .account-wrapper {
    padding: 200px 0 70px 0;
  } */
  .account-wrapper .subtitle {
    width: 100%;
    font-size: 16px;
  }
  .form-wrapper {
    width: 100%;
    padding: 30px 20px;
  }
  .form-wrapper h5 {
    margin-bottom: 20px;
  }
  .form-wrapper p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .form-wrapper form .forgot-pass {
    margin-top: 15px;
  }
  .form-wrapper form .note {
    width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .form-wrapper form .register-btn {
    width: 100%;
  }
}
.card-payment-wrapper .wrapper {
  padding-top: 64px;
  border-top: 1px solid #CBCBCB;
}
.card-payment-wrapper .wrapper .payment-form {
  width: 60%;
  margin: auto;
}
.card-payment-wrapper .wrapper .payment-form .payment-cards {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.card-payment-wrapper .wrapper .payment-form .payment-cards img {
  width: 50px;
  border-radius: 4px;
  border: 1px solid #D88B47;
  padding: 5px;
  height: 30px;
}
.card-payment-wrapper .wrapper .payment-form h5 {
  color: #3F291B;
  margin-bottom: 32px;
}
.card-payment-wrapper .wrapper .payment-form .pay-now {
  width: 25%;
  margin-left: auto;
}

@media (max-width: 1200px) {
  .card-payment-wrapper .wrapper .payment-form .pay-now {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .card-payment-wrapper .wrapper {
    padding-top: 30px;
  }
  .card-payment-wrapper .wrapper .payment-form {
    width: 100%;
  }
  .card-payment-wrapper .wrapper .payment-form h5 {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .card-payment-wrapper .wrapper .payment-form .pay-now {
    width: 100%;
  }
}
.btn {
  margin-top: 30px;
}
.btn button {
  background-color: #D88B47;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s ease-in-out;
  padding: 12px 32px;
  border: 1px solid #D88B47;
  border-radius: 11px;
  cursor: pointer;
  margin-left: auto;
  width: 100%;
}
.btn button:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .btn button {
    font-size: 16px;
  }
}
.cart-wrapper table {
  border-collapse: collapse;
  overflow-x: scroll;
  width: 100%;
}
.cart-wrapper table .product-wrapper {
  width: 70%;
}
.cart-wrapper table .product {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cart-wrapper table .product .cart-remove-item span img {
  max-width: 24px;
  cursor: pointer;
}
.cart-wrapper table .product .image img {
  width: 200px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.cart-wrapper table .product .details .name {
  color: #3F291B;
  font-size: 16px;
  font-weight: 400;
}
.cart-wrapper table .product .details p {
  font-size: 14px;
  color: #696969;
}
.cart-wrapper table .quantity-wrapper {
  gap: 20px;
  align-items: center;
}
.cart-wrapper table .quantity-wrapper p {
  color: #3F291B;
  font-size: 16px;
}
.cart-wrapper table .price span {
  color: #3F291B;
  font-size: 16px;
}
.cart-wrapper table tr {
  border-bottom: 1px solid #CBCBCB;
  padding: 20px 0;
}
.cart-wrapper table tr td {
  padding: 48px 0;
  width: 20%;
}
.cart-wrapper table tr th {
  border-top: 1px solid #CBCBCB;
  text-align: left;
  padding: 20px;
  color: #512218;
  font-size: 16px;
  font-weight: 600;
}
.cart-wrapper .total-wrapper {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
.cart-wrapper .total-wrapper .input-wrapper {
  width: 50%;
}
.cart-wrapper .total-wrapper .input-wrapper label {
  color: #3F291B;
  font-size: 14px;
}
.cart-wrapper .total-wrapper .cart-total {
  text-align: end;
}
.cart-wrapper .total-wrapper .cart-total h5 {
  color: #3F291B;
}
.cart-wrapper .total-wrapper .cart-total p {
  color: #3F291B;
  font-size: 14px;
}
.cart-wrapper .total-wrapper .cart-total a {
  color: #3F291B;
  border: 1px solid #D88B47;
  padding: 8px 32px;
  border-radius: 11px;
  transition: 0.3s ease-in-out;
  display: block;
  margin-top: 32px;
}
.cart-wrapper .total-wrapper .cart-total a:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .cart-wrapper table .product {
    display: grid;
    align-items: center;
    gap: 30px;
  }
  .cart-wrapper table .product-wrapper {
    width: 33.33%;
  }
  .cart-wrapper table td {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .cart-wrapper table .table-header {
    display: none;
  }
  .cart-wrapper table .product .image img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 576px) {
  .cart-wrapper table tr {
    display: grid;
  }
  .cart-wrapper table tr td {
    width: 100%;
    padding: 10px 0;
  }
  .cart-wrapper table .product-wrapper {
    width: 100%;
  }
  .cart-wrapper table .product {
    display: flex;
  }
  .cart-wrapper table .product .cart-remove-item span img {
    max-width: 15px;
  }
  .cart-wrapper .total-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .cart-wrapper .total-wrapper .input-wrapper {
    width: 100%;
  }
  .cart-wrapper .total-wrapper .cart-total {
    text-align: start;
  }
  .cart-wrapper .total-wrapper .cart-total a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.checkout-date-wrapper .subtitle {
  text-align: center;
}
.checkout-date-wrapper .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 70%;
  margin: auto;
  gap: 20px;
}
.checkout-date-wrapper .wrapper .calendar #Datepicker .ui-widget-header .ui-state-hover {
  border: 1px solid #D88B47;
  background: #D88B47;
  color: #D88B47;
}
.checkout-date-wrapper .wrapper .calendar #Datepicker .ui-state-default {
  border: 0;
  background: #fff;
  color: #999;
  font-weight: 600;
  padding: 10px;
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 0.7em;
}
.checkout-date-wrapper .wrapper .calendar #Datepicker .ui-state-highlight {
  border: 1px solid #D88B47;
  border-radius: 50%;
}
.checkout-date-wrapper .wrapper .calendar #Datepicker .ui-state-active {
  background-color: #D88B47;
  color: #fff;
  border-radius: 50%;
}
.checkout-date-wrapper .wrapper .calendar #Datepicker .ui-datepicker th {
  color: #D88B47;
}
.checkout-date-wrapper .wrapper .calendar #Datepicker .ui-widget.ui-widget-content {
  border: 0;
  background-color: transparent;
}
.checkout-date-wrapper .wrapper .calendar #Datepicker .ui-widget.ui-widget-content .ui-widget-header {
  border: 0;
  border-bottom: 1px solid #CBCBCB;
  background: transparent;
  color: #3F291B;
}
.checkout-date-wrapper .wrapper .calendar #Datepicker .ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-title {
  color: #3F291B;
}
.checkout-date-wrapper .wrapper #hours-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.checkout-date-wrapper .wrapper #hours-list .selected {
  background-color: #D88B47;
  color: #fff !important;
}
.disabled-list{
  pointer-events: none;
  opacity: 0.5;
}
.checkout-date-wrapper .wrapper #hours-list li {
  color: #3F291B;
  width: 100%;
  border: 2px solid #D88B47;
  border-radius: 11px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.checkout-date-wrapper .information {
  width: 70%;
  text-align: center;
  margin: auto;
  margin-top: 120px;
}
.checkout-date-wrapper .information p {
  font-size: 14px;
  color: #3F291B;
}
.checkout-date-wrapper .information p #picked-date,
.checkout-date-wrapper .information p #picked-time {
  font-weight: 600;
}
.checkout-date-wrapper .procced-topay-btn {
  background-color: #D88B47;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 32px;
  display: block;
  margin: auto;
  margin-top: 64px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 11px;
  transition: 0.3s ease-in-out;
}
.checkout-date-wrapper .procced-topay-btn:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .checkout-date-wrapper .wrapper {
    width: 100%;
  }
  .checkout-date-wrapper .information {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout-date-wrapper .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .checkout-date-wrapper .wrapper #Datepicker .ui-widget.ui-widget-content {
    width: 100%;
  }
  .checkout-date-wrapper .information {
    margin-top: 50px;
  }
  .checkout-date-wrapper .procced-topay-btn {
    margin-top: 30px;
  }
}
.checkout-wrapper .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  padding-top: 64px;
  border-top: 1px solid #CBCBCB;
}
.checkout-wrapper .wrapper .products table {
  border-collapse: collapse;
  width: 100%;
}
.checkout-wrapper .wrapper .products table td {
  padding: 20px 5px;
  color: #3F291B;
}
.checkout-wrapper .wrapper .products .product-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.checkout-wrapper .wrapper .products .product-wrapper .image {
  position: relative;
}
.checkout-wrapper .wrapper .products .product-wrapper .image .quantity {
  position: absolute;
  background-color: #fff;
  border: 2px solid #D88B47;
  top: -15px;
  right: -15px;
  color: #000;
  z-index: 9;
  border-radius: 12px;
  padding: 5px 15px;
  font-size: 15px;
  width: 55px;
  max-width: 100px;
  left: 0;
}
.checkout-wrapper .wrapper .products .product-wrapper .image img {
  width: 185px;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
}
.checkout-wrapper .wrapper .products .product-wrapper .details .name {
  font-size: 16px;
  color: #3F291B;
  font-weight: 400;
}
.checkout-wrapper .wrapper .products .product-wrapper .details p {
  color: #999;
  font-size: 14px;
}
.checkout-wrapper .wrapper .products .total {
  border-top: 1px solid #3F291B;
}
.checkout-wrapper .wrapper .products .total h6 {
  font-size: 18px;
}
.checkout-wrapper .wrapper .billing-details h5 {
  color: #3F291B;
  margin-bottom: 32px;
}
.checkout-wrapper .wrapper .billing-details .continue-btn {
  margin-left: auto;
  width: 48%;
}

.menu-wrapper {
  margin-top: 150px;
  margin-bottom: -130px;
}
.menu-wrapper ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.menu-wrapper ul li a {
  color: #3F291B;
  font-size: 14px;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.menu-wrapper ul li a:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .checkout-wrapper .wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .menu-wrapper ul {
    gap: 10px;
  }
  .menu-wrapper ul li a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .checkout-wrapper .wrapper .products .product-wrapper .image img {
    width: 100px;
    height: 100px;
  }
  .checkout-wrapper .wrapper .billing-details .continue-btn {
    width: 100%;
  }
  .menu-wrapper {
    margin-top: 70px;
    margin-bottom: -50px;
  }
  .menu-wrapper ul {
    gap: 10px;
  }
  .menu-wrapper ul li a {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .checkout-wrapper .wrapper .products .product-wrapper {
    display: grid;
  }
}
.backhistory-btn {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 60px;
  display: block;
}
.backhistory-btn img {
  max-width: 60px;
}

.shop-page-title {
  text-align: center;
  color: #512218;
  text-transform: uppercase;
  margin-bottom: 64px;
}

.single-product .product-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.single-product .product-wrap .main-image img {
  width: 100%;
  min-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .product-wrap .details .product-breadcrumb .title {
  color: #3F291B;
  margin-bottom: 12px;
}
.single-product .product-wrap .details .product-breadcrumb .price-wrapper {
  margin-bottom: 12px;
}
.single-product .product-wrap .details .product-breadcrumb .price-wrapper span {
  color: #D88B47;
  font-size: 24px;
  font-weight: 600;
}


.single-product .product-wrap .details .product-breadcrumb .review {
  color: #3F291B;
  font-size: 16px;
  margin-bottom: 12px;
}
.single-product .product-wrap .details .product-breadcrumb .serving {
  color: #3F291B;
  font-size: 16px;
  margin-bottom: 48px;
}
.single-product .product-wrap .details .variations {
  margin-bottom: 48px;
}
.single-product .product-wrap .details .variations .wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.single-product .product-wrap .details .variations .wrapper .active img {
  border: 2px solid #D88B47;
}
.single-product .product-wrap .details .variations .wrapper .item img {
  width: 100%;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.single-product .product-wrap .details .controls {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
.single-product .product-wrap .details .controls .addtocarditem {
  background-color: #AEE143;
  border-radius: 11px;
  color: #3F291B;
  padding: 11px 48px;
  border: 1px solid #AEE143;
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.single-product .product-wrap .details .controls .addtocarditem:hover {
  opacity: 0.7;
}
.single-product .product-wrap .details .information {
  margin-bottom: 32px;
}
.single-product .product-wrap .details .information .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.single-product .product-wrap .details .information .wrapper .item h6 {
  color: #3F291B;
  margin-bottom: 12px;
}
.single-product .product-wrap .details .information .wrapper .item .box-wrapper {
  border: 1px solid #D88B47;
  border-radius: 11px;
  padding: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
  height: 70%;
}
.single-product .product-wrap .details .information .wrapper .item .box-wrapper p {
  font-size: 14px;
}
.single-product .product-wrap .details .product-tabs .nav-tabs {
  position: relative;
  margin-bottom: 24px;
  border-bottom: 1px solid #C0C0C0;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.single-product .product-wrap .details .product-tabs .button input[type="button"] {
  background-color: #D88B47;
  padding: 8px 32px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 11px;
  font-weight: 600;
  display: block;
  width: fit-content;
  margin-top: 30px;
  font-size: 18px;
  transition: 0.3s ease-in-out;
  border:0;
  cursor: pointer;
}
.single-product .product-wrap .details .product-tabs .button input[type="button"]:hover {
  opacity: .7;
}
.single-product .product-wrap .details .product-tabs .nav-tabs .tab-button {
  padding: 9px 0;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #3F291B;
}
.single-product .product-wrap .details .product-tabs .nav-tabs .active-tab-button {
  border-bottom: 2px solid #D88B47;
}
.single-product .product-wrap .details .product-tabs .tab {
  display: none;
}
.single-product .product-wrap .details .product-tabs .tab h4 {
  color: #3F291B;
  font-size: 18px;
  margin-bottom: 5px;
}
.single-product .product-wrap .details .product-tabs .tab .rating {
  margin-bottom: 10px;
  font-size: 16PX;
}
.single-product .product-wrap .details .product-tabs .tab input[type=text],
.single-product .product-wrap .details .product-tabs .tab input[type=email],
.single-product .product-wrap .details .product-tabs .tab textarea {
  padding: 5px 15px;
}
.single-product .product-wrap .details .product-tabs .tab input[type=submit] {
  background-color: #D88B47;
  color: #fff;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border: 1px solid #D88B47;
  padding: 8px 32px;
  border-radius: 11px;
  font-weight: 600;
  width: 25%;
  margin-left: auto;
  display: flex;
  justify-content: center;
}
.single-product .product-wrap .details .product-tabs .tab input[type=submit]:hover {
  opacity: 0.7;
}
.single-product .product-wrap .details .product-tabs .tab .product-details {
  color: #3F291B;
  padding-bottom: 5px;
  font-size: 14px;
}
.single-product .product-wrap .details .product-tabs .tab .product-details span {
  font-weight: 600;
}
.single-product .product-wrap .details .product-tabs .active {
  display: block;
}

.quantity-wrapper input[type=number] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.quantity-wrapper {
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.quantity-wrapper input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 40px;
  border: 1px solid #D88B47;
  width: 60px;
  text-align: center;
  padding: 0;
  font-size: 15px;
  border-radius: 7px 0 0 7px;
  color: #3F291B;
}

.quantity-wrapper .minus,
.quantity-wrapper .plus {
  position: absolute;
  right: -17px;
  width: 25px;
  height: 23px;
  z-index: 2;
  border-radius: 0;
  border: 1px solid #D88B47;
  background: #fff;
  color: #3F291B;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quantity-wrapper .plus {
  top: 0;
  border-radius: 0 7px 0 0;
}

.quantity-wrapper .minus {
  top: 17px;
  border-radius: 0 0 7px 0;
}

.related-products {
  margin-top:130px;
}
.related-products h4 {
  text-align: center;
  color: #512218;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .single-product .product-wrap .details .information .wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .single-product .product-wrap  {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product .product-wrap .details .variations .wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .backhistory-btn {
    margin-bottom: 30px;
  }
  .backhistory-btn img {
    max-width: 40px;
  }
  .shop-page-title {
    margin-bottom: 30px;
  }
  .single-product .product-wrap .main-image img {
    min-height: 500px;
  }
  .single-product .product-wrap .details .variations .wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
  .single-product .product-wrap .details .controls .addtocarditem {
    padding: 8px 25px;
  }
  .related-products {
    margin-top: 70px;
  }
  .related-products h3 {
    margin-bottom: 25px;
  }
  /* .single-product .product-wrap {
    grid-template-columns: repeat(1, 1fr);
  } */
}
@media (max-width: 576px) {
  .single-product .product-wrap {
    gap: 30px;
  }
  .single-product .product-wrap .main-image img {
    min-height: 300px;
  }
  .single-product .product-wrap .details .variations .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.privacy-pages-wrapper .contact-info {
  margin-bottom: 50px;
}
.privacy-pages-wrapper .contact-info a, .privacy-pages-wrapper .contact-info p {
  font-size: 16px;
  font-weight: 600;
}
.privacy-pages-wrapper .contact-info a {
  color: #D88B47;
  transition: 0.3s ease-in-out;
}
.privacy-pages-wrapper .contact-info a:hover {
  opacity: 0.7;
}
.privacy-pages-wrapper p {
  color: #3F291B;
}
.privacy-pages-wrapper h2, .privacy-pages-wrapper h3, .privacy-pages-wrapper h4, .privacy-pages-wrapper h5, .privacy-pages-wrapper h6 {
  color: #3F291B;
  margin-top: 30px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .data-privacy-page p, .data-privacy-page a {
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */






/*New css*/

.fixed-cart-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}


.fixed-cart-wrapper.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.fixed-cart-wrapper .fixed-cart {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 50px 0;
  -webkit-box-shadow: 0px 5.98802px 58.3832px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5.98802px 58.3832px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
}

.fixed-cart-wrapper .fixed-cart::before {
  content: '';
  position: absolute;
  left: 50%;
  height: calc(100% - 100px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  background-color: #D7D7D7;
}

.fixed-cart-wrapper .left {
  text-align: right;
}

.fixed-cart-wrapper h2 {
  font-size: 17px;
  text-transform: uppercase;
  /* font-family: 'Helvetica-CondensedBlack'; */
  color:#512218;
  margin-bottom: 30px;
}

.fixed-cart-wrapper .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 20px;
}

.fixed-cart-wrapper .cart-item ~ .cart-item {
  margin-top: 10px;
}

.fixed-cart-wrapper .cart-item .item-details {
  text-align: left;
  font-size: 16px;
  color: #71522A;
  font-weight: 500;
  padding-right: 80px;
  min-width: 200px;
}

.fixed-cart-wrapper .cart-item .remove {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.fixed-cart-wrapper .cart-item .item-details h3 {
  font-size: 16px;
  text-transform: uppercase;
  /* font-family: 'Helvetica-CondensedBlack'; */
  color: black;
  display: none;
}

.fixed-cart-wrapper .cart-item .item-details span.price {
  margin-left: 15px;
}

.fixed-cart-wrapper .controls a {
  display: inline-block;
  border-radius: 11px;
  padding: 8px 32px;
  background-color: #D88B47;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}

.fixed-cart-wrapper .controls a:hover {
  opacity: .7;
}






.account-wrapper .input-group {
  position: relative;
}

.account-wrapper .input-group {
  position: relative;
}
.account-wrapper .input-group-append {
  position: absolute;
  top: 50px;
  right: 10px;
  cursor: pointer;
}

.account-wrapper .password-validation {
  position: absolute;
  right: 30px;
}
.account-wrapper .password-validation2 {
  position: absolute;
  right: 30px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  /* z-index: 1050; */
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  opacity: 0;
}


.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;

  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 95%;

}


.modal .modal-content .modal__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal .modal-content .modal__body {
  padding: 0 0 20px 0;
}
.modal .modal-content .modal__body p {
  color: #71522A;
}
.modal .modal-content .modal__footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.modal .modal-content .modal__footer button{
  display: inline-block;
  border-radius: 11px;
  padding: 8px 10px;
  background-color: #D88B47;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  border: 0;
}

.modal .modal-content .modal__footer button:hover{
  opacity: .7;
}

.input-group-append button{
  background-color: transparent;
  border: 0;
}


.account-wrapper .fas {
  font-family: "FontAwesome";
  font-size: 22px;
  font-style: initial;
  cursor: pointer;
}

.account-wrapper .fa-check:before {
  color: green;
}

.account-wrapper .fa-times {
  color: red;
}


.input-group input[type=password],
.input-group input[type=text] {
  width: 100%;
  margin-top: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #D88B47;
  padding: 12px 15px;
  border-radius: 11px;
  color: #71522A;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}


.menu-item-has-children .sub-menu li a::before{
  display: none;
}


header .navbar .items .tools-menu .tool {
  position: relative;
  cursor: pointer;
}

header .navbar .items .tools-menu {
  display: flex;
  gap: 24px;
  align-items: center;
  z-index: 9999;
}

header .navbar .items .tools-menu img{
  display: block;
}

header .navbar .items .tools-menu .tool .sub-menu {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(calc(100% + 5px));
  background: white;
  padding: 20px 25px;
  border-radius: 10px;
  z-index: 99;
  width: max-content;
  box-shadow: 0 3px 11px 0 rgb(0,0,0,0.1);
  /* display: grid;
  gap: 10px; */
  /* pointer-events: none; */
}


header .navbar .items .tools-menu .tool .sub-menu li {
  margin-bottom: 10px;
}

header .navbar .items .tools-menu .tool .sub-menu li:last-child {
  margin-bottom: 0;
}

header .navbar .items .tools-menu .tool .sub-menu a{
  margin-bottom: 15px;
  font-size: 16px;
  color: #D88B47;
  /* pointer-events: all; */
}


/* .cart-page{
  padding-top: 100px;
} */

.cart-page h3{
  color: #512218;
  text-align: center;
  margin-bottom: 16px;
}


.table_desc .cart_page table thead tr th {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
}

.table_desc .cart_page table button {
  background-color: #D88B47;
  padding: 8px 20px;
  color: #fff;
  border-radius: 11px;
  font-weight: 600;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 15px;
  transition: 0.3s ease-in-out;
  border: 0;
  cursor: pointer;
}
.table_desc .cart_page table button:hover {
  opacity: .7;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.products-wrapper .wrapper .item .details h5{
  /* word-break: break-all; */
  color: #512218;
  margin: 20px 0;
}

.products-wrapper .wrapper .item .details p{
  color: #999;
}

main.products-page .filter-wrapper  {
  display: flex;
  gap: 100px;
  align-items: flex-end;
} 

main.products-page .filter-wrapper .sidebar {
  margin-bottom: 70px;
  position: relative;
  width: max-content;
  margin-left: auto;
} 

main.products-page .filter-wrapper .sidebar .panel-title {
  padding: 15px 20px;
  border: 1px solid #D88B47;
  cursor: pointer;
  color: #3F291B;
  border-radius: 6px;
} 

main.products-page .filter-wrapper .sidebar .panel-title a{
 display: flex;
 gap: 30px;
 align-items: center;
} 

main.products-page .filter-wrapper .panel-collapse {
  border-radius: 6px;
  border: 1px solid #D88B47;
  max-height: 500px;
  overflow-y: auto;
  position: absolute;
  top: 77px;
  right: 0;
  display: none;
  min-width: 100%;
  width: max-content;
  max-width: 400px;
  padding: 20px 30px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(5px);
} 

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  /* padding-left: 1.5rem; */
}

main.products-page .products-wrapper .panel .custom-checkbox .container-custom-check {
  font-size: 15px;
  color: #71522A;
  position: relative;
  display: block;
  padding-left: 35px;
  cursor: pointer;
}

.custom-control .container-custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-control .container-custom-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 1px solid #E88834;
  border-radius: 6px;
}

.custom-control .container-custom-check input:checked~.checkmark {
  background-color: #E88834;
}

.account-wrapper .button {
  background-color: #D88B47;
  padding: 8px 32px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 11px;
  font-weight: 600;
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 65px;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}

.account-wrapper .button:hover {
  opacity: .7;
}

.no-favs-wrap h3{
  margin-bottom: 20px;
  color: #512218;
}

.no-favs-wrap p{
  color: #512218;
}

.no-favs-wrap a {
  background-color: #D88B47;
  padding: 8px 32px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 11px;
  font-weight: 600;
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}

.no-favs-wrap a:hover {
  opacity: .7;
}

.terms-wrapper {
  padding: 200px 0 100px 0;
}


.terms-wrapper h1 {
  font-size: 40px;
}

.terms-wrapper h2 {
  font-size: 36px;
}

.terms-wrapper h3 {
  font-size: 30px;
}

.terms-wrapper h4 {
  font-size: 24px;
}

.terms-wrapper h5 {
  font-size: 20px;
}

.terms-wrapper h6 {
  font-size: 18px;
}

@media(max-width:767px) {

  .terms-wrapper {
    padding: 110px 0 70px 0;
  }

  .terms-wrapper h1 {
    font-size: 32px;
  }
  
  .terms-wrapper h2 {
    font-size: 28px;
  }
  
  .terms-wrapper h3 {
    font-size: 24px;
  }
  
  .terms-wrapper h4 {
    font-size: 20px;
  }
  
  .terms-wrapper h5 {
    font-size: 18px;
  }
  
  .terms-wrapper h6 {
    font-size: 16px;
  }
}

.terms-wrapper h3,
.terms-wrapper h1,
.terms-wrapper h2 {
  margin-bottom: 20px;
  color: #512218;
}

.terms-wrapper h4,
.terms-wrapper h5,
.terms-wrapper h6{
  margin-bottom: 10px;
  color: #512218;
}

.terms-wrapper p {
  color: #71522A;
  font-size: 16px;
  margin-bottom: 20px;
}

.terms-wrapper a {
  color: #71522A;
  font-size: 16px;
  text-decoration: underline;
}

@media(max-width:1200px) {
  header .navbar .items .tools-menu {
    gap: 14px;
  }
}

@media(max-width:991px) {
  header .navbar .items .tools-menu {
    right: 12%;
    position: absolute;
  }
  main.products-page .filter-wrapper .sidebar {
    margin-bottom: 78px;
  }
}


@media(max-width:767px) {
  header .navbar .items .tools-menu {
    right: 15%;
    gap: 10px;
  }
  .modal {
    opacity: 1;
    z-index: 999;
  }
  .fixed-cart-wrapper{
    display: none;
  }
  main.products-page .filter-wrapper .sidebar {
    margin-bottom: 30px;
  }
}

@media(max-width:576px) {
  header .navbar .navbar_wrap .logo img {
    max-width: 180px !important;
  }
  header .navbar .items .tools-menu img{
    width: 22px;
    height: 22px;
  }
  .modal .modal-content .modal__footer {
    grid-template-columns: repeat(1,1fr);
  }
  main.products-page .filter-wrapper {
    gap:20px;
  }
  main.products-page .filter-wrapper .sidebar .panel-title {
    padding: 10px;
  }
  

}

/* #popup img {
  max-width: 500px;
  width: 100%;
}

#popup img {
  max-width: 500px;
  width: 100%;
} */

.modal-popup {
  display: none;
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
  z-index: 999;
}

.modal-content-popup {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 700px;
  width: 100%;
  display: block;
}

.modal-content-popup img {
  max-width: 700px;
  width: 100%;
}

.modal-popup .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-popup .close:hover,
.modal-popup .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.alert-danger {
  margin-bottom: 20px;
}
.alert-danger p {
  margin: 0;
  color: red;
  font-size: 13px;
}