.navbar__wrapper ul {
  display: flex;
  width: 100%;
}
.navbar__wrapper ul li {
  font-size: 16px;
  white-space: nowrap;
}
.navbar__wrapper ul li a {
  transition: 0.5s;
}
.navbar__wrapper ul li a:hover {
  color: #CDA274;
}
.navbar__wrapper ul .current-menu-item {
  color: #CDA274;
  border-bottom: 1px solid #CDA274;
}

header .dropdown-toggle::after {
  display: none !important;
}
header .dropdown-container {
  position: relative;
  width: 100%;
}
header .dropdown-container .dropdown-toggle {
  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.3s;
}
header .dropdown-container .dropdown-toggle label {
  cursor: pointer;
  width: 100%;
}
header .dropdown-container .dropdown-toggle:hover, header .dropdown-container .dropdown-toggle:active, header .dropdown-container .dropdown-toggle:focus {
  background-color: none !important;
  color: #CDA274;
  border-bottom: 1px solid #CDA274;
}
header .dropdown-container .dropdown-menu {
  width: 40px;
  height: 50px;
  border-radius: 10px;
  background: #CDA274;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
  color: #fff;
  margin-top: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  z-index: 10;
}
header .dropdown-container .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 10;
}
header .dropdown-container .dropdown-menu a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  padding: 16px 20px;
  transition: all ease-in-out 0.3s;
}
header .dropdown-open .dropdown-toggle {
  color: #CDA274 !important;
  border-bottom: 1px solid #CDA274;
}
header .dropdown-menu,
header .dropdown-toggle {
  position: relative;
}
header .dropdown-menu::before,
header .dropdown-toggle::before {
  content: url("../img/chevron.svg");
  position: absolute;
  right: -20px;
  top: 15%;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  margin-top: -2.5px;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.2s;
}
header .dropdown-menu {
  z-index: 10;
  position: relative;
}
header .dropdown-menu::before {
  z-index: -1;
  transform: rotate(-135deg);
  top: -4px;
  content: none;
}
header .dropdown-open .dropdown-menu.dropdown-active {
  display: block;
}

@media screen and (min-width: 1400px) {
  .navbar__wrapper ul {
    gap: 66px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .navbar__wrapper ul {
    gap: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .navbar__wrapper ul {
    gap: 30px;
  }
}
.mobile_language-bar .lang_hover-box a {
  padding-left: 2rem;
}

.lang_hover-box {
  position: relative;
  display: none;
  padding: 1rem 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.lang_chevron {
  transition: all 0.5s ease-in-out;
}

.current__lang span {
  color: #CDA274;
}

.visibileBox {
  visibility: visible;
  opacity: 1;
  display: block;
  padding-left: 27px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-bottom-right-radius: 100px;
  box-shadow: 4px 0px 25px 6px rgba(0, 0, 0, 0.3);
}
.sidenav #search-term {
  display: block;
}
.sidenav ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 36px;
}

.sidenav .menu-main-nav-container a {
  padding: 8px 8px 8px 53px;
  text-decoration: none;
  font-size: 14px;
  display: block;
  transition: 0.3s;
}

.current__lang span {
  font-size: 14px;
  font-weight: 600;
  padding-left: 53px;
}

.sidenav .closebtn {
  position: absolute;
  top: 37px;
  right: 25px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.Hero__wrapper {
  position: relative;
  height: 734px;
  width: 100%;
  overflow: hidden;
}
.Hero__wrapper .background-video {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.04);
}
.Hero__wrapper .page-hero {
  position: relative;
  overflow: hidden;
}
.Hero__wrapper .background-video-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.Hero__wrapper video[poster] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.Hero__wrapper h3 {
  color: #F4F0EC;
  text-align: center;
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 47.5px */
}
.Hero__wrapper p {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  margin-top: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

@media screen and (max-width: 768px) {
  .blog_item-wrapper {
    border-radius: 18px !important;
    height: 296px;
  }
  .Hero__wrapper {
    height: 803px;
  }
  .Hero__wrapper h3 {
    font-size: 25px;
    white-space: nowrap;
  }
  .Hero__wrapper p {
    font-size: 12px;
  }
  .Hero__wrapper .primary_btn {
    width: 116px !important;
    font-size: 12px !important;
  }
}
.primary_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.home__about-wrapper .about__image {
  border-top-right-radius: 326.5px;
  border-bottom-left-radius: 123px;
  position: absolute;
  left: 10px;
  height: 498px;
  width: 470px;
  background-position-x: -96px;
  background-image: url("../img/home/about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.desktopPadding {
  padding-left: 50px;
  padding-right: 50px;
}

.home_aboutUs__wrapper {
  position: relative;
  height: auto;
}
.home_aboutUs__wrapper p {
  line-height: 150%;
}

.article__wrapper .home__blog_wrapper {
  margin-top: 24px;
}

.teardrop_shape {
  border-radius: 70px 70px 70px 0px;
}

@media screen and (max-width: 768px) {
  .testimonial__items p {
    font-size: 12px;
    letter-spacing: -1px;
  }
  .article__Items {
    border-radius: 18px !important;
  }
}
.article__Items {
  border-radius: 62px;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.25);
  padding: 21px;
}
.article__Items .article__thumbnail {
  border-top-left-radius: 62px;
  border-top-right-radius: 62px;
  width: 100%;
  height: 289px;
  overflow: hidden;
  margin-bottom: 12px;
}
.article__Items .article__thumbnail img {
  width: 100%;
  height: 100%;
}
.article__Items h2 {
  margin-bottom: 16px;
}
.article__Items span {
  color: #4D5053;
  font-size: 14px;
}

.newsLetter__wrapper {
  border-radius: 70px;
  background: #292F36;
  margin-bottom: 45px;
  width: 100%;
  padding: 80px 155px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsLetter__wrapper .modal-body.bg-primaryThree {
  border-radius: 35px;
  overflow: hidden;
}
.newsLetter__wrapper h4 {
  font-size: 25px;
}
.newsLetter__wrapper p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 32px;
  font-style: normal;
  font-weight: 400;
  margin-top: 11px;
}
.newsLetter__wrapper button {
  border: none !important;
  border-radius: 16px;
  background: #CDA274;
  box-shadow: 0px 10px 20px 0px #1F2022;
  display: flex;
  width: 162px;
  height: 42px;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.newsLetter__wrapper button:hover, .newsLetter__wrapper button:focus {
  outline: none;
  background-color: #CDA274;
  background: #CDA274;
}

.hero__content-wrapper {
  border-radius: 0px 50px 50px 50px;
  background: rgba(244, 240, 236, 0.8);
  padding: 19px 45px 33px 45px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .home__about-wrapper .about__image {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .testimonialSwiper {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  form.mailpoet_form.mailpoet_form_form.mailpoet_form_shortcode {
    justify-content: center;
  }
  .blog-page__post-cat {
    font-size: 12px;
    white-space: nowrap;
  }
}
.hero__content-wrapper {
  left: 40px;
  top: 50%;
  transform: translate(40px, -50%);
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .hero__content-wrapper {
    width: 70%;
    left: 0;
    top: 50%;
    transform: translate(40px, -50%);
  }
  .newsLetter__wrapper .modal-content {
    width: 126%;
  }
}
.copRightSection a, .copRightSection span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .teardrop_shape {
    border-radius: 30px 30px 30px 0 !important;
  }
  .copRightSection a, .copRightSection span {
    font-size: 10px;
  }
  .articleSwiper {
    height: 330px !important;
    margin-bottom: 47px;
  }
  .newsLetter__wrapper .modal-dialog.modal-xl {
    width: 80%;
    margin: 0 auto;
  }
  .newsLetter__wrapper .modal-content img {
    width: 100%;
    height: 274px;
    margin-bottom: 16px;
  }
  .newsLetter__wrapper .modal-content span {
    text-align: justify !important;
  }
  .newsLetter__wrapper .modal-content h4 {
    margin-bottom: 0 !important;
  }
  .home_aboutUs__wrapper {
    border-radius: 0px !important;
    padding: 0;
  }
  .desktopPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .Hero__wrapper .hero__background {
    background-image: url("../img/home/herom.png") !important;
    background-position-y: -50px !important;
    border-radius: 20px;
  }
  form.mailpoet_form.mailpoet_form_form.mailpoet_form_shortcode {
    display: flex !important;
    justify-content: center !important;
  }
  input#form_email_1 {
    width: 120px !important;
  }
  .blog-page__post-cat {
    font-size: 10px;
    white-space: nowrap;
  }
  .partners__wrapper {
    margin-top: 32px;
  }
  .article__wrapper {
    margin-bottom: 11px;
  }
  .home__about-wrapper .about__image {
    border-radius: 0px 326.5px 0px 123.5px;
    width: 100% !important;
    height: 100% !important;
  }
  .hero__header {
    font-size: 18px !important;
  }
  .hero__header br {
    display: none;
  }
  .hero__content-wrapper {
    border-radius: 0px 18px 18px 18px;
    width: 160px;
    left: 0;
    top: 50%;
    padding: 14px !important;
  }
  .mobile_bg {
    background-color: #F4F0EC;
    height: 135px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 56px;
  }
  .home__product-wrapper .product_grid {
    border-radius: 50px;
    border: 1px solid #E7E7E7;
    padding: 40px 21px;
    margin-top: 0;
  }
  .newsLetter__wrapper {
    padding: 44px 30px !important;
    border-radius: 18px;
  }
  .newsLetter__wrapper .close_button-modal {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
  }
  .newsLetter__wrapper h4 {
    font-size: 20px;
  }
  .newsLetter__wrapper p {
    font-size: 14px;
  }
  .newsLetter__wrapper #subscribe_button {
    height: 32px;
    width: 116px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
  }
  div#mailpoet_form_1 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1700px) {
  .home__about-wrapper .about__image {
    left: 70px !important;
  }
}
@media screen and (min-width: 1900px) {
  .home__about-wrapper .about__image {
    left: 200px !important;
  }
}
.articleSwiper {
  width: 100%;
  height: 500px;
}

#mailpoet_form_1 .mailpoet_submit {
  box-shadow: none !important;
  height: 46px !important;
  font-size: 16px;
  width: 117px !important;
}

input#form_email_1 {
  color: #1F2022;
}
input#form_email_1::-moz-placeholder {
  font-size: 14px;
  padding-left: 16px;
}
input#form_email_1::placeholder {
  font-size: 14px;
  padding-left: 16px;
}

.mailpoet-screen-reader-text {
  font-size: 14px !important;
}

form.mailpoet_form.mailpoet_form_form.mailpoet_form_shortcode {
  display: flex;
}

input#form_email_1 {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.blog_item-wrapper {
  padding: 21px;
  border-radius: 50px;
  border: 1px solid #E7E7E7;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.blog_item-wrapper:hover {
  border-radius: 39.894px;
  border: 0.798px solid #E7E7E7;
  background: #FFF;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}
.blog_item-wrapper .blog__image_wrapper {
  border-radius: 45px 45px 0px 0px;
}
.blog_item-wrapper h1 {
  transition: 0.5s;
}
.blog_item-wrapper h1:hover {
  color: #CDA274;
}
.blog_item-wrapper span {
  color: #4D5053;
  font-size: 12px;
}

/* gal-container-home */
.gal-container-home {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 64px);
}

@media (min-width: 1024px) {
  .gal-container-home {
    width: calc(100% - 96px);
  }
}
@media (min-width: 1200px) {
  .gal-container-home {
    max-width: 1340px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .gal-container-home.mobile-fullwidth {
    width: 100% !important;
  }
}
/* END gal-container-home */
.contact___header-wrapper {
  background-image: url("../img/contact/Photo.jpg");
}

.flex_coloumns:first-child {
  flex: 0 0 30%;
}

.flex_coloumns:last-child {
  flex: 0 0 50%;
}

.contact_info span {
  color: #4D5053;
  font-size: 20px;
}

input#gform_submit_button_1 {
  padding: 0 !important;
  width: 100px !important;
}

.galstian__map-wrapper {
  border-radius: 62px;
}
.galstian__map-wrapper iframe {
  filter: invert(90%) hue-rotate(180deg);
  height: 501px;
}

.contact__form input, .contact__form textarea {
  border-bottom: 1px solid #000;
  transition: all 0.3s ease-in-out;
}
.contact__form input:focus, .contact__form textarea:focus {
  border-bottom: 2px solid #000;
}
.contact__form input::-moz-placeholder, .contact__form textarea::-moz-placeholder {
  color: #4D5053;
  font-family: "Jost";
  font-size: 16px;
}
.contact__form input::placeholder, .contact__form textarea::placeholder {
  color: #4D5053;
  font-family: "Jost";
  font-size: 16px;
}
.contact__form textarea {
  padding-top: 25px;
}
.contact__form li {
  margin-bottom: 50px;
}
.contact__form .gform_footer.top_label {
  display: inline-flex;
  justify-content: flex-end;
  position: relative;
}
.contact__form input#gform_submit_button_1 {
  border-radius: 10px;
  /* background: #292F36; */
  background-repeat: no-repeat;
  background-position-x: 120px;
  background-position-y: center;
  box-shadow: 0px 10px 20px 0px rgba(192, 192, 192, 0.35);
  border: none !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  height: 42px;
  width: auto !important;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact-box-info svg {
    width: 32px;
    height: 32px;
  }
  .galstian__map-wrapper {
    border-radius: 50px;
  }
  .galstian__map-wrapper iframe {
    height: 256px;
  }
  .contact__form input::-moz-placeholder, .contact__form textarea::-moz-placeholder {
    font-size: 14px;
  }
  .contact__form input::placeholder, .contact__form textarea::placeholder {
    font-size: 14px;
  }
  .contact__form .gform_footer.top_label {
    justify-content: center;
    margin-top: 0 !important;
    padding: 0;
  }
}
.about___header-wrapper {
  background-image: url("../img/about/bg.jpeg");
  background-position-y: -50px !important;
}

.galstianToday___header-wrapper {
  background-image: url("../img/about/today/bg.jpeg");
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 358px;
}

.history___header-wrapper {
  background-image: url("../img/about/historyBg.jpg");
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 358px;
}

.header__content-wrapper {
  width: auto;
  background-color: #fff;
  position: absolute;
  padding-left: 152px;
  padding-right: 152px;
  padding-top: 25px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  border-top-left-radius: 37px;
  border-top-right-radius: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header__content-wrapper h2 {
  font-size: 25px;
  text-align: center;
  white-space: nowrap;
}

.about_quote {
  width: 60%;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.about_quote::after {
  content: url("../img/quoteRight.svg");
  position: absolute;
  right: 0;
  top: 0;
}
.about_quote::before {
  content: url("../img/quoteLeft.svg");
  position: absolute;
  left: 0;
  top: 0;
}

.team__wrapper {
  height: 968px;
}

.rounded__shape_left {
  border-radius: 100px 0px 150px 0px;
  background: #C4C4C4;
  width: 485.605px;
  height: 453px;
}

.quoteText {
  font-size: 18px;
}

.qouteAuthor {
  font-size: 18px;
}

.video__thumbnail {
  background: #F4F0EC;
}

@media screen and (min-width: 768px) {
  .playButton svg {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .about_quote {
    width: 100%;
    padding: 2rem;
  }
  .about___header-wrapper {
    background-position-y: -80px !important;
  }
  .page-template-galstianToday .header__content-wrapper h2 {
    font-size: 19px !important;
    white-space: nowrap;
  }
  .page-template-galstianToday .customContainer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .rounded__shape_left {
    width: 100%;
    height: 294.484px;
  }
  .scrolled_text_wrapper {
    height: 288px;
    overflow-y: auto;
    background: #F4F0EC;
    padding: 15px;
  }
  .playButton svg {
    width: 24px;
    height: 24px;
  }
  .page-template-products .header__content-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }
  .page-template-contact .header__content-wrapper {
    padding-left: 31px;
    padding-right: 31px;
  }
  .header__content-wrapper {
    height: auto !important;
    padding-top: 7px !important;
    padding-left: 21px;
    padding-right: 21px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .header__content-wrapper h2 {
    font-size: 14px !important;
  }
  .qouteAuthor, .quoteText {
    font-size: 14px;
  }
  input#gform_submit_button_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.cooperationWrapper {
  border-radius: 50px;
  border: 1px solid #E7E7E7;
  padding-top: 63px;
}

.cooperationWrapper .gform_footer {
  display: flex;
  justify-content: center;
}

input#gform_submit_button_1 {
  border-radius: 10px;
  /* background: #292F36; */
  box-shadow: 0px 10px 20px 0px rgba(192, 192, 192, 0.35);
  border: none !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  height: 42px;
  width: auto !important;
  cursor: pointer;
  position: relative;
}

#galstianVideo {
  width: 50%;
  border-radius: 10px;
  height: 431px;
  margin: auto;
}

.videoWrapper {
  background-color: #F4F0EC;
}

@media screen and (max-width: 768px) {
  .cooperationWrapper {
    border-radius: 0 !important;
    border: none !important;
    padding-top: 0 !important;
  }
  #galstianVideo {
    height: 198px !important;
    width: 90% !important;
    border-radius: 20px;
  }
  .videoWrapper {
    background-color: transparent !important;
  }
}
.brand___header-wrapper {
  background-image: url("../img/brand/bg.jpg");
}

.tabbed-content {
  position: relative;
  margin: 25px 0;
  color: #525252;
}

.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 48.814px;
  border: 0.697px solid #F4F0EC;
  padding: 16px;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 1160px;
  overflow-y: auto;
}

.tabs::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.tab-link {
  display: block;
  padding: 15px 25px;
  margin-bottom: 10px;
  cursor: pointer;
}

.tab-link .currentTab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 217px;
  background: #292F36;
  border-radius: 48.814px 48.814px 48.814px 0px;
}
.tab-link .currentTab img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tab-link.current .currentTab {
  background: #F4F0EC;
  color: #5B5B5B;
}

.tab-content {
  display: none;
  background-color: #F4F0EC;
  padding: 70px 115px;
  margin: 0;
  overflow-y: auto;
  border-radius: 0 40px 40px 40px;
  min-height: 231px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  -moz-box-sizing: border-box;
}
.tab-content.current {
  display: inherit;
}
.tab-content *:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 650px) {
  .tabs {
    width: 100%;
  }
  .tab-link {
    margin-right: 10px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
  }
  .tabs-wrapper {
    width: 100%;
  }
  .tab-content {
    min-height: 0;
  }
  .downloadBtn {
    width: 136px !important;
  }
}
.downloadBtn {
  border-radius: 10px;
  background: #CDA274;
  height: 42px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  width: 168px;
  transition: 0.5s;
}
.downloadBtn:hover {
  opacity: 0.6;
}

/* width */
.mobile_brand_wrapper {
  border-radius: 48.814px;
  border: 0.697px solid #F4F0EC;
  padding: 16px;
  max-height: 960px;
  overflow-y: auto;
  margin-bottom: 72px;
}
.mobile_brand_wrapper .mobile_brand_logo {
  border-radius: 30px 30px 30px 0px;
  width: 100%;
  height: 312px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #292F36;
}
.mobile_brand_wrapper .mobile_brand_logo img {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.single-brand .modal-content {
  background-color: #F4F0EC !important;
  border-radius: 18px;
}

.brandSingle___header-wrapper {
  background-color: #F4F0EC;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand_description h1, .brand_description h2, .brand_description h3 {
  font-size: 25px;
}
.brand_description p {
  text-align: justify;
  color: #292F36;
  margin-bottom: 1rem;
}

.single-brand .modal-body {
  padding: 0 !important;
}

.single_header_logo {
  width: 290px;
}

@media screen and (max-width: 768px) {
  .single_header_logo {
    width: 150px !important;
  }
  .moreByBrandSection .more_brand_wrapper {
    border-radius: 50px;
    border: none;
    padding: 0 !important;
  }
  .single-brand .modal-content {
    padding: 20px;
  }
}
.trigger {
  text-align: center;
  padding: 7px 13px;
  background: #3e3e3e;
  color: #fff;
  font-size: 15px;
  outline: none;
  border: none;
  border-radius: 5px;
}

.mymodal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 999;
}

.mymodal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 35px;
  background: #F4F0EC;
  overflow: hidden;
  width: 70%;
  z-index: 999;
}

.close-button {
  position: absolute;
  right: 30px;
  top: 30px;
  text-align: center;
  cursor: pointer;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

@media screen and (max-width: 768px) {
  .mymodal-content {
    width: 90%;
  }
}
.blog___header-wrapper {
  background-image: url("../img/blog/bg.jpeg");
  background-position: center !important;
}

.most__recent_post-wrapper {
  margin-top: 88px;
}
.most__recent_post-wrapper .latest_post__wrapper {
  border-radius: 62px;
  display: flex;
  gap: 24px;
  box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.25);
}
.most__recent_post-wrapper .blog__latest__thumbnail {
  width: 50%;
  height: 348px;
  border-radius: 0px 50px 50px 50px;
  background: #C4C4C4;
  overflow: hidden;
}

.article__items {
  border-radius: 62px;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.25);
  padding: 21px;
}
.article__items .article__thumbnail {
  border-radius: 45px 45px 0px 0px;
  background: #EAEAEA;
  overflow: hidden;
  height: 289px;
}

.blog-search_page .main-search__wrapper {
  display: flex;
  justify-content: center;
}
.blog-search_page .main-search__inner-wrapper {
  position: relative;
  width: 400px;
  margin: 3rem 0;
}
.blog-search_page .main-search__inner-wrapper #searchsubmit {
  right: 40px;
}
.blog-search_page .blog-page__search-wrapper {
  margin-top: 2rem;
}
.blog-search_page .blog-page__search-wrapper input {
  border-radius: 20px;
  background: #F4F0EC;
  height: 67px;
  padding: 34px 33px;
  border: none;
}
.blog-search_page .blog-page__search-wrapper input::-moz-placeholder {
  color: #CDA274;
}
.blog-search_page .blog-page__search-wrapper input::placeholder {
  color: #CDA274;
}

.blog-page__search_result-header {
  text-align: center;
  font-size: 30px;
}
.blog-page__search_result-header span {
  color: #CDA274;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .most__recent_post-wrapper {
    margin-top: 42px !important;
  }
  .article__thumbnail {
    height: 121px !important;
    border-radius: 18px 18px 0px 0px !important;
  }
  .latest_post__wrapper {
    flex-direction: column;
    padding: 0 !important;
    gap: 15px !important;
  }
  .latest_post__wrapper .blog__latest__thumbnail {
    width: 100%;
    height: 184px !important;
    border-radius: 0px 30px 30px 30px;
  }
}
/* Hide pagination numbers on mobile */
@media (max-width: 767px) {
  .pagination a:not(.prev):not(.next),
  .pagination span:not(.current) {
    display: none;
  }
}
/* Show all pagination numbers on desktop */
@media (min-width: 768px) {
  .pagination a,
  .pagination span {
    display: inline-block;
  }
}
footer .contactSection p, footer .contactSection a, footer .contactSection span {
  color: #4D5053 !important;
}
footer h4 {
  font-size: 20px;
}
footer p {
  font-size: 16px;
}
footer a {
  transition: 0.5s;
  font-size: 16px;
  color: #000;
}
footer a svg path {
  transition: 0.5s;
}
footer a:hover {
  color: #CDA274;
}
footer a:hover svg path {
  opacity: 0.6;
}
.footer_nav_pages ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .footer_nav_pages ul {
    gap: 10px;
    margin-top: 10px;
  }
  footer h4 {
    font-size: 16px;
  }
  footer p {
    font-size: 11px;
  }
  footer a {
    font-size: 12px;
  }
  .footer_mobile_logo {
    display: flex;
    justify-content: space-between;
  }
  .footer_mobile_logo svg {
    width: 16px;
    height: 18px;
  }
}
.singlePage__background {
  background-image: url("../img/blog/bgsingle.jpeg");
  background-position: 50% 60% !important;
  margin-bottom: 68px;
}

.single__thubmnail-wrapper {
  margin-top: 21px;
  border-radius: 0 50px 50px 50px;
}
.single__thubmnail-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single__page-content {
  padding-bottom: 62px;
  border-bottom: 1px solid #CDA274;
}
.single__page-content img {
  width: 100%;
  height: auto;
  border-radius: 50px;
  margin: 40px 0;
}
.single__page-content ol {
  list-style: auto !important;
  margin-left: 3rem;
}
.single__page-content ul {
  margin-left: 3rem;
  list-style: disc !important;
}
.single__page-content h1 {
  font-size: 25px;
  margin: 24px 0;
}
.single__page-content h2 {
  font-size: 22px;
  margin: 24px 0;
}
.single__page-content h3 {
  font-size: 20px;
  margin: 24px 0;
}
.single__page-content h4, .single__page-content h5 {
  font-size: 18px;
  margin: 24px 0;
}
.single__page-content p {
  font-size: 16px;
  line-height: 150%; /* 30px */
  letter-spacing: 0.2px;
  color: #4D5053;
  text-align: justify;
}

.single__article p {
  margin-bottom: 1rem;
}
.single__article blockquote {
  border-radius: 50px;
  background: #F4F0EC;
  margin: 35px 0;
  height: 235px;
  display: flex;
  padding: 0 1rem;
  justify-content: center;
  align-items: center;
  position: relative;
}
.single__article blockquote::after {
  content: url("../img/quote.svg");
  top: 15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.single__article blockquote p {
  color: #CDA274;
  margin-top: 1rem;
  text-align: center;
  font-family: "DM Serif Display";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 125% !important; /* 31.25px */
  letter-spacing: 0.5px;
}
.single__article blockquote img {
  border-radius: 50px;
  background: #C4C4C4;
  height: 365px;
}

.LatestPost__wrapper .widgettitle {
  font-size: 20px;
  margin-bottom: 33px;
  text-align: center;
}
.LatestPost__wrapper ul li {
  margin-top: 34px;
  border-bottom: 1px solid #CDA274;
}
.LatestPost__wrapper ul li a {
  font-family: "DM Serif Display", serif;
  font-size: 20px;
  color: #292F36;
}
.LatestPost__wrapper ul li .post-date {
  color: #4D5053;
  font-family: "Jost";
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  margin: 6px 0;
}

.blog__search-wrapper {
  position: relative;
  margin-bottom: 50px;
}
.blog__search-wrapper input[type=text] {
  border-radius: 20px;
  background: #F4F0EC;
  height: 67px;
  padding-left: 16px;
  border: none;
  width: 100%;
}
.blog__search-wrapper input[type=text]::-moz-placeholder {
  color: #CDA274;
  opacity: 0.5;
}
.blog__search-wrapper input[type=text]::placeholder {
  color: #CDA274;
  opacity: 0.5;
}

.main-search-form-submit {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  background-image: url("../img/icons/search.svg") !important;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 72px;
}

.tags {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
  font-family: "Jost";
  font-style: normal;
  font-size: 12px;
}
.tags a {
  height: 30px;
  pointer-events: none;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.tags a:nth-of-type(odd) {
  background: #292F36;
  color: #FFF;
}
.tags a:nth-of-type(even) {
  color: #292F36;
  background: #F4F0EC;
}

.blog-single__comments-wrapper input[type=checkbox] {
  accent-color: #CDA274;
}
.blog-single__comments-wrapper .form-submit {
  display: inline-block;
  position: relative;
}
.blog-single__comments-wrapper .blog-single__comment-form-submit {
  padding: 0 !important;
  width: 144px !important;
}
.blog-single__comments-wrapper .comment-form-cookies-consent {
  margin-top: 36px;
  margin-bottom: 63px;
}
.blog-single__comments-wrapper .comment-form-cookies-consent label {
  font-size: 18px;
  color: #CDA274;
}
.blog-single__comments-wrapper textarea {
  width: 100%;
  resize: none;
}
.blog-single__comments-wrapper .blog-comment-section__comment-form-note {
  display: none;
}
.blog-single__comments-wrapper .blog-comment-section__comment-form-title {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 31.25px */
  letter-spacing: 0.5px;
}
.blog-single__comments-wrapper .blog-single__comment-form-meta-wrapper {
  margin: 40px 0;
}
.blog-single__comments-wrapper .blog-single__comment-form-meta-wrapper .blog-single__comment-form-meta-input-wrapper input {
  width: 100%;
}

.blog-single__comments-wrapper .comment-respond .form-submit {
  margin-top: 2rem;
}
.blog-single__comments-wrapper .comment-reply-link {
  text-decoration: underline !important;
}
.blog-single__comments-wrapper .comment-author-admin.bypostauthor {
  margin-left: 3rem;
}
.blog-single__comments-wrapper .comment-author-admin.bypostauthor .comment-content p {
  padding-left: 16px;
  border-left: 1px solid #CDA274;
}
.blog-single__comments-wrapper .comment-title {
  font-size: 25px;
}
.blog-single__comments-wrapper .comment-list {
  margin-bottom: 88px;
}
.blog-single__comments-wrapper .comment-list .comment-author {
  font-weight: 600;
  margin-top: 34px;
}
.blog-single__comments-wrapper .comment-list .comment-author img, .blog-single__comments-wrapper .comment-list .comment-author .says {
  display: none;
}
.blog-single__comments-wrapper .comment-list .comment-metadata {
  font-weight: 600;
}
.blog-single__comments-wrapper .comment-list .comment-content {
  margin-top: 21px;
  margin-bottom: 4rem;
}

.related-posts a {
  font-size: 20px;
}
.related-posts span {
  color: #4D5053;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .single__thubmnail-wrapper {
    border-radius: 0 20px 20px 20px;
  }
  .blog-single__comments-wrapper .comment-author-admin.bypostauthor {
    margin-left: 0.5rem !important;
  }
  .single__article {
    margin-top: 5rem;
  }
  .single__page-content img {
    height: 167px;
    border-radius: 20px;
  }
  .blog-single__comments-wrapper .comment-form-cookies-consent {
    margin-bottom: 12px !important;
    margin-top: 12px !important;
  }
  .blog-single__comments-wrapper .comment-form-cookies-consent label {
    font-size: 14px !important;
  }
}
.singlePost_cat__wrapper ul {
  position: relative;
}
.singlePost_cat__wrapper ul li {
  padding: 0 8px;
}
.singlePost_cat__wrapper ul li:not(:first-of-type) {
  position: relative;
}
.singlePost_cat__wrapper ul li:not(:first-of-type)::before {
  content: "/";
  position: absolute;
  left: -5px;
  top: 1px;
}

.product__header {
  background-color: #f4f0ec;
}

.Products___header-wrapper {
  background-image: url(../img/products/bg.jpeg);
}

.taxonomy__wrapper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.taxonomy__wrapper ul li {
  padding: 16px 20px;
}
.taxonomy__wrapper ul li a {
  font-size: 16px;
  font-weight: 500;
}

.product__items .product__tag {
  border-radius: 20px;
  background: rgba(41, 47, 54, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  color: #F4F0EC;
}
.product__items button {
  background: none !important;
  border: none !important;
}
.product__items button:focus {
  outline: none !important;
}
.product__items p {
  font-size: 16px;
  color: #4D5053;
}
.product__items img {
  border-radius: 40px;
}
.product__items .productTitle {
  text-align: left;
  font-size: 18px;
  cursor: pointer;
}

.single_header_logo_product {
  width: 279px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .single_header_logo_product {
    width: 95px;
  }
  .product__items img {
    border-radius: 8px;
    height: 140px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product__items .productTitle {
    font-size: 14px;
  }
}
.page-template-products .modal-content, .page-template-product-office .modal-content, .page-template-product-accessories .modal-content,
.page-template-product-dining .modal-content,
.page-template-product-dining .modal-content,
.page-template-product-bedroom .modal-content {
  border-radius: 18px;
}
.page-template-products .modal-content .modal-body, .page-template-product-office .modal-content .modal-body, .page-template-product-accessories .modal-content .modal-body,
.page-template-product-dining .modal-content .modal-body,
.page-template-product-dining .modal-content .modal-body,
.page-template-product-bedroom .modal-content .modal-body {
  font-size: 18px;
  font-weight: 600;
  padding-left: 33px;
  padding-bottom: 35px;
}
.page-template-products .modal-content img, .page-template-product-office .modal-content img, .page-template-product-accessories .modal-content img,
.page-template-product-dining .modal-content img,
.page-template-product-dining .modal-content img,
.page-template-product-bedroom .modal-content img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-products .modal-content h2, .page-template-product-office .modal-content h2, .page-template-product-accessories .modal-content h2,
.page-template-product-dining .modal-content h2,
.page-template-product-dining .modal-content h2,
.page-template-product-bedroom .modal-content h2 {
  font-size: 18px;
  margin: 16px 0;
}
.page-template-products .modal-content p, .page-template-product-office .modal-content p, .page-template-product-accessories .modal-content p,
.page-template-product-dining .modal-content p,
.page-template-product-dining .modal-content p,
.page-template-product-bedroom .modal-content p {
  font-size: 18px;
  font-weight: 400;
}

.mobile_Product_dropdown .dropdown-toggle::after {
  display: none !important;
}
.mobile_Product_dropdown .col {
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
}
.mobile_Product_dropdown .col .dropdown-container {
  margin: 0 auto;
  margin-bottom: 20px;
}
.mobile_Product_dropdown .dropdown-toggle {
  border-radius: 10px;
  background: #F4F0EC;
  font-size: 14px;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  font-weight: 600;
}
.mobile_Product_dropdown .dropdown-menu,
.mobile_Product_dropdown .dropdown-toggle {
  position: relative;
}
.mobile_Product_dropdown .dropdown-menu::before,
.mobile_Product_dropdown .dropdown-toggle::before {
  right: 20px;
}

.dropdown-container.dropdown-open .dropdown-toggle:before {
  transform: rotate(-180deg);
}

.productdropDown .dropdown-container.dropdown-open .dropdown-toggle {
  background-color: #CDA274;
  color: #ffffff;
}
.productdropDown .dropdown-container.dropdown-open .dropdown-toggle:before {
  transform: rotate(-180deg);
}
.productdropDown .dropdown-container {
  position: relative;
  width: 100%;
}
.productdropDown .dropdown-container .dropdown-toggle {
  padding: 18px 20px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.productdropDown .dropdown-container .dropdown-toggle label {
  cursor: pointer;
  width: 100%;
}
.productdropDown .dropdown-container .dropdown-toggle:hover, .productdropDown .dropdown-container .dropdown-toggle:active, .productdropDown .dropdown-container .dropdown-toggle:focus {
  background-color: #CDA274;
  color: #ffffff;
}
.productdropDown .dropdown-container .dropdown-menu {
  width: 100%;
  border-radius: 10px;
  margin-top: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  border-radius: 15px;
  background: #F4F0EC;
  z-index: 10;
}
.productdropDown .dropdown-container .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}
.productdropDown .dropdown-container .dropdown-menu a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  padding: 16px 20px;
  transition: all ease-in-out 0.3s;
}
.productdropDown .dropdown-container .dropdown-menu a:hover, .productdropDown .dropdown-container .dropdown-menu a:active, .productdropDown .dropdown-container .dropdown-menu a:focus {
  background-color: #CDA274;
  color: #ffffff;
}
.productdropDown .dropdown-menu,
.productdropDown .dropdown-toggle {
  position: relative;
}
.productdropDown .dropdown-menu::before,
.productdropDown .dropdown-toggle::before {
  content: url("../img/chevron.svg");
  position: absolute;
  right: 20px;
  top: 30%;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  margin-top: -2.5px;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.2s;
}
.productdropDown .dropdown-menu {
  z-index: 10;
  position: relative;
}
.productdropDown .dropdown-menu::before {
  z-index: -1;
  transform: rotate(-135deg);
  top: -4px;
  content: none;
}
.productdropDown .dropdown-open .dropdown-menu.dropdown-active {
  display: block;
}

/* Dropdown menu css */
.product__items h2 {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .product__items h2 {
    text-align: center;
  }
}
#category-filter {
  margin: 33px 0;
  width: 580px;
  height: 50px;
  border-radius: 10px;
  padding: 0 24px;
  background: #F4F0EC;
  border: none;
}

@media screen and (max-width: 768px) {
  #category-filter {
    width: 80% !important;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position-x: 98% !important;
  background-position-y: 15px !important;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
}

.modal.show {
  opacity: 1 !important;
  visibility: visible !important;
}

.spotlight-group {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.spotlight {
  grid-column: span 4/span 4;
  height: 200px;
  display: inline-block;
}

.thumbGalleryImages {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .spotlight {
    grid-column: span 3/span 3;
    height: auto !important;
  }
  .mobileButton {
    width: 30px;
    height: 30px;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiperProduct {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiperProduct .swiper-slide {
  width: 141px !important;
}

.swiper-free-mode > .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.mySwiperProduct .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiperProduct .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiperProduct {
  margin-top: 35px;
}

.mySwiperProduct img {
  height: 110px !important;
  border-radius: 20px !important;
}

@media screen and (max-width: 768px) {
  .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    border-radius: 30px;
  }
  .mySwiperProduct .swiper-slide {
    width: 41px !important;
  }
  .mySwiperProduct img {
    height: 41px !important;
    border-radius: 10px !important;
  }
}
.product-thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
  width: 100%; /* Let the grid container define the width */
  /* Optional: Limit the maximum width */
  aspect-ratio: 16/10; /* Maintains aspect ratio (400x256 or 777x468) */
}

.product-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Ensures the image fills the container and maintains its aspect ratio */
  display: block;
}

/* Archive Page */
.product-thumbnail.archive {
  max-width: 400px;
  /* Aspect ratio of 400x256 (16:10) */
}

/* Single Product Page */
.product-thumbnail.single {
  /* Aspect ratio of 777x468 (16:10) */
}

/* Mobile View Specific Tweaks */
@media (max-width: 768px) {
  .product-thumbnail {
    max-width: none; /* Remove max-width restriction for flexibility */
    height: 153px !important;
    border-radius: 18px;
  }
}
.catalog_btn {
  border-radius: 10px;
  background: #CDA274;
  display: flex;
  height: 42px;
  justify-content: center;
  align-items: center;
}

.search-overlay p {
  padding-top: 15px;
}

.search-overlay .event-summary p {
  padding-top: 0;
}

.search-overlay .event-summary {
  margin-bottom: 0;
  margin-top: 20px;
}

body.admin-bar .search-overlay {
  top: 32px;
}

.search-overlay--active {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(52px) scale(1);
}

.search-overlay__section-title {
  margin: 30px 0 1px 0;
  font-weight: 400;
  color: #0d3b66;
  font-size: 2rem;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.search-overlay__close {
  position: absolute;
  top: 13px;
  right: 16px;
  font-size: 2.1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
  color: #f95738;
  line-height: 0.7;
}

@media (min-width: 530px) {
  .search-overlay__close {
    top: 18px;
    font-size: 2.1rem;
  }
}
@media (min-width: 960px) {
  .search-overlay__close {
    top: 26px;
    font-size: 2.8rem;
  }
}
.search-overlay__close:hover {
  opacity: 1;
}

.search-overlay .one-half {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .search-overlay {
    right: 0;
  }
}
@media (max-width: 566px) {
  .search-overlay {
    max-width: calc(100% + 16px);
    right: -8px;
  }
  .search-result__image-wrapper {
    min-width: 48px;
  }
}
@media (max-width: 540px) {
  .search-result__text-wrapper > * {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* autoprefixer: off */
    -moz-box-orient: vertical;
  }
}
.fill-text2 {
  fill: #717B8D;
}

.search-overlay {
  z-index: 110;
  position: absolute;
  top: 0;
  left: -140%;
  background: rgba(244, 240, 236, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateY(52px) scale(1.08);
  width: 500px;
  padding: 24px;
  border-radius: 12px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  transform-origin: top;
}

@media screen and (max-width: 1000px) {
  .search-overlay {
    left: 0 !important;
    width: 80% !important;
  }
}
.search-term {
  width: 113px;
  height: 38px;
  box-sizing: border-box;
  border: none;
  padding: 15px 0;
  margin: 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  border-bottom: 1px solid #CDA274;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-loader {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(205, 162, 116, 0.3);
  border-top-color: black;
  animation: spin 1s infinite linear;
}

.search-result__text-wrapper {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .main-search__search-trigger {
    margin-left: 27px;
  }
  .main-search__show-input-wrapper svg {
    width: 15px;
    height: 15px;
  }
  .main-search__show-input-wrapper {
    margin-right: 27px;
    margin-top: 1rem;
  }
  .main-search__show-input-wrapper .main-search__input {
    padding-left: 0 !important;
    padding-bottom: 5px !important;
  }
}
body.custom-template-class {
  background: initial;
  border: none;
  color: initial;
  font-family: initial;
  margin: initial;
  padding: initial;
  max-width: 100%;
  box-shadow: none;
}

body {
  font-weight: 400;
  font-size: 16px;
  color: #292F36;
  max-width: 100% !important;
}

@media screen and (min-width: 768px) {
  .fg-panel {
    max-width: 70%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
a {
  text-decoration: none !important;
}

header .dropdown-active {
  padding: 0;
}
header li#menu-item-18 {
  display: none;
}

.dropdown-active {
  min-width: auto !important;
  max-width: auto !important;
  width: 30%;
}

.pagination .page-numbers:not(.prev):not(.next) {
  width: 42px;
  height: 42px;
  border: 1px solid #CDA274;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #292F36;
}
.pagination span.current {
  width: 42px;
  height: 42px;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4F0EC;
  border: none !important;
}

input, textarea {
  border-bottom: 1px solid #CDA274;
  transition: all 0.3s ease-in-out;
}
input:focus, textarea:focus {
  border-bottom: 1px solid #CDA274;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #4D5053;
  font-family: "Jost";
  font-size: 16px;
}
input::placeholder, textarea::placeholder {
  color: #4D5053;
  font-family: "Jost";
  font-size: 16px;
}

textarea {
  padding-top: 25px;
}

input[type=submit] {
  border-radius: 10px;
  background: #292F36;
  box-shadow: 0px 10px 20px 0px rgba(192, 192, 192, 0.35);
  border: none !important;
  padding: 26px 37px;
  height: 42px;
  color: #fff;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .heading {
  font-family: "DM Serif Display", serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .heading a {
  font-family: "DM Serif Display", serif;
}

:focus {
  outline: none;
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

p, li, a, span {
  font-family: "Jost", sans-serif;
}

.header_wrapper {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 487px;
}

@layer components {
  .mainButton {
    border-radius: 10px;
    height: 42px;
    color: #fff !important;
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    background: #292F36;
    gap: 10px;
    font-weight: 600;
    transition: all 0.5s ease-out;
  }
  .mainButton:hover {
    opacity: 0.7;
  }
  .secondryButton {
    height: 42px;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
    border-radius: 10px;
    background: #CDA274;
    box-shadow: 0px 10px 20px 0px #1F2022;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    color: #fff;
    transition: all 0.3s ease-out;
  }
  .secondryButton:hover {
    background-color: #F4F0EC;
    color: #292F36 !important;
  }
}
.textGray {
  color: #4D5053;
}

.customBg {
  background-color: #F4F0EC;
}

p {
  color: #4D5053;
  line-height: 24px;
  word-spacing: -2px;
}

.customContainer {
  padding-left: 50px;
  padding-right: 50px;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .textTitle {
    font-size: 25px;
    font-weight: 400;
  }
}
.mt_custom {
  margin-top: 20px !important;
}

@media screen and (max-width: 768px) {
  .pagination .page-numbers:not(.prev):not(.next) {
    width: 25px !important;
    height: 25px !important;
    font-size: 7px !important;
  }
  .pagination span.current {
    width: 25px !important;
    height: 25px !important;
    font-size: 7px !important;
  }
  .container {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .Products___header-wrapper, .about___header-wrapper, .brand___header-wrapper, .brandSingle, .product__header, .brandSingle___header-wrapper,
  .blog___header-wrapper, .contact___header-wrapper, .history___header-wrapper, .galstianToday___header-wrapper {
    margin-top: 7rem;
  }
  .mt_custom {
    margin-top: 8px !important;
  }
  .mainButton {
    font-size: 12px !important;
    height: 42px !important;
  }
  .header__content-wrapper p {
    display: none;
  }
  .header_wrapper {
    height: 135px !important;
  }
  .textTitle {
    font-size: 20px;
    font-weight: 400;
  }
  .customContainer {
    padding-left: 32px;
    padding-right: 32px;
  }
  p, a, span {
    font-size: 14px;
  }
  .arrow_wrapper svg {
    height: 35px;
    width: 35px;
  }
}
h3 a, h2 a {
  transition: 0.3s;
}
h3 a:hover, h2 a:hover {
  color: #CDA274;
}

.category-description img {
  max-width: 100%;
  height: auto;
}

#whatsapp-sticky {
  transition: bottom 0.3s ease-in-out;
}/*# sourceMappingURL=style.css.map */