@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

a, button {
  transition: all 0.4s;
}

.container {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.padding-section-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .padding-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .padding-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-top-0 {
  padding-top: 0;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #B09D7F;
}
@media (max-width: 1439px) {
  .subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}

.budge-tag {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #FFFFFF;
  padding: 12px;
  position: absolute;
  right: 0px;
  top: 12px;
  background: #511C29;
  z-index: 2;
}

.category-tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  padding: 6px 10px;
  position: absolute;
  right: 12px;
  top: 12px;
  background: #B09D7F;
  z-index: 2;
}

a {
  color: #511C29;
  text-decoration: none;
}

.text-link-underline {
  text-decoration: underline;
}

hr {
  margin: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

[type=checkbox], [type=radio] {
  margin-right: 6px;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Verdana", sans-serif;
  border-radius: 0;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #121212 !important;
  opacity: 1 !important;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #121212 !important;
  opacity: 1 !important;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #121212 !important;
  opacity: 1 !important;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #121212 !important;
  opacity: 1 !important;
}

.text-color-white {
  color: #ffffff;
}

.bg-color-white {
  background-color: #ffffff;
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.slick-dots {
  display: flex;
  gap: 14px;
  width: 100%;
  margin: 40px auto 0;
  justify-content: center;
  min-height: 12px;
  align-items: center;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  background: #B09D7F;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.5s;
}
.slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  background: #511C29;
}
.slick-dots li button {
  display: none;
}

.page-template-default.page .site-main article.type-page {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .page-template-default.page .site-main article.type-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page-template-default.page .site-main article.type-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-template-default.page .site-main article.type-page h1,
.page-template-default.page .site-main article.type-page h2,
.page-template-default.page .site-main article.type-page h3,
.page-template-default.page .site-main article.type-page h4,
.page-template-default.page .site-main article.type-page h5,
.page-template-default.page .site-main article.type-page h6,
.page-template-default.page .site-main article.type-page .h1,
.page-template-default.page .site-main article.type-page .h2,
.page-template-default.page .site-main article.type-page .h3,
.page-template-default.page .site-main article.type-page .h4,
.page-template-default.page .site-main article.type-page .h5,
.page-template-default.page .site-main article.type-page .h6 {
  color: #121212;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 120%;
}

.single-post article .entry-content {
  display: flex;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .single-post article .entry-content {
    hyphens: auto;
    word-break: break-word;
  }
}
.single-post .entry-content {
  margin-top: 16px;
}
.single-post .entry-content h1, .single-post .entry-content .h1, .single-post .entry-content h2, .single-post .entry-content .h2, .single-post .entry-content h3, .single-post .entry-content .h3, .single-post .entry-content h4, .single-post .entry-content .h4, .single-post .entry-content h5, .single-post .entry-content .h5 h6, .single-post .entry-content .h6 {
  line-height: 1.2 !important;
  margin-bottom: 20px;
  margin-top: 26px;
  font-weight: 700;
  color: #121212;
  hyphens: auto;
  word-break: break-word;
}
.single-post .entry-content .pre--icon {
  font-size: 14px;
  line-height: 140%;
  padding-left: 28px;
  background-image: url(/wp-content/uploads/2025/12/Reply.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  margin-bottom: 24px;
  color: #999999;
}
.single-post .entry-content .pre--icon a {
  color: #999999;
}
.single-post .entry-content ul {
  margin-bottom: 20px;
}
.single-post .entry-content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
}
.single-post .entry-content ul li:last-child {
  margin-bottom: 0;
}
.single-post .entry-content ul li::before {
  content: "";
  background-image: url(/wp-content/uploads/2026/02/mingcute_check-fill.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block !important;
}
.single-post .entry-content ol {
  list-style: decimal;
  padding-left: 20px;
}
.single-post .entry-content ol li {
  margin-bottom: 16px;
  line-height: 1;
}
.single-post footer.entry-footer {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  padding: 20px;
}
.comment-navigation .nav-links .nav-next a, .comment-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a, .posts-navigation .nav-links .nav-previous a, .post-navigation .nav-links .nav-next a, .post-navigation .nav-links .nav-previous a {
  font-weight: 700;
  text-decoration: underline;
}

.page-template-default h1.entry-title {
  hyphens: auto;
  word-break: break-word;
}
.page-template-default .entry-content {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .page-template-default .entry-content {
    hyphens: auto;
    word-break: break-word;
  }
}
.page-template-default .entry-content h1, .page-template-default .entry-content .h1, .page-template-default .entry-content h2, .page-template-default .entry-content .h2, .page-template-default .entry-content h3, .page-template-default .entry-content .h3, .page-template-default .entry-content h4, .page-template-default .entry-content .h4, .page-template-default .entry-content h5, .page-template-default .entry-content .h5 h6, .page-template-default .entry-content .h6 {
  line-height: 1.2 !important;
  margin-bottom: 20px !important;
  margin-top: 26px !important;
  hyphens: auto;
  word-break: break-word;
  font-weight: 700;
  color: #121212;
}
.page-template-default .entry-content .wp-block-details {
  box-sizing: border-box;
  margin-bottom: 16px;
  border: 1px solid #ececec;
  padding: 10px 20px;
  border-radius: 10px;
}
.page-template-default .entry-content ul {
  margin-bottom: 20px;
}
.page-template-default .entry-content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
}
.page-template-default .entry-content ul li:last-child {
  margin-bottom: 0;
}
.page-template-default .entry-content ul li::before {
  content: "";
  background-image: url(/wp-content/uploads/2026/02/mingcute_check-fill.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block !important;
}
.page-template-default .entry-content ol {
  list-style: decimal;
  padding-left: 20px;
}
.page-template-default .entry-content ol li {
  margin-bottom: 16px;
}
.page-template-default .entry-content blockquote {
  margin: 20px auto;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #511C29;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
}
.page-template-default .entry-content blockquote::before {
  font-family: Arial;
  content: "“";
  color: #511C29;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
.page-template-default .entry-content blockquote::after {
  content: "";
}
.page-template-default .entry-content blockquote span {
  display: block;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

.gform_title {
  margin-bottom: 0;
}

.gform_required_legend {
  display: none !important;
}

.gform-theme form {
  margin-top: 24px;
}

.gform-theme .gfield_label.gform-field-label,
.gform-theme--foundation .gfield {
  font-size: 18px;
  color: #121212;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 0 !important;
}

.gform-theme span.ginput_preview {
  margin-bottom: 16px;
  display: block;
}

.gform-theme--framework input:not([type=checkbox], [type=radio]), .gform-theme--framework textarea,
.gform-theme--framework select {
  border-color: #CCCCCC !important;
  padding: 14px 18px !important;
  height: 50px !important;
  border-radius: 0px !important;
  border: 1px solid #cccccc !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
  font-family: "Verdana", sans-serif !important;
  background-color: white !important;
  color: #121212 !important;
}

.gform-theme--framework input:focus,
.gform-theme--framework textarea:focus,
.gform-theme--framework select:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #CCCCCC !important;
}

.gform-theme--framework .gfield_error input,
.gform-theme--framework .gfield_error textarea,
.gform-theme--framework .gfield_error select {
  box-shadow: none !important;
  outline: none !important;
  border-color: red !important;
}

.gform_validation_errors {
  display: none !important;
}

.gform-theme--api, .gform-theme--foundation {
  --gf-form-gap-x: 24px !important;
  --gf-form-gap-y: 24px !important;
}

.gform-theme--foundation .gform_fields {
  --gf-form-gap-x: 24px !important;
  --gf-form-gap-y: 24px !important;
}

.gform-theme input[type=submit], .gform-theme input.button {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center !important;
  text-transform: capitalize !important;
  color: #FFFFFF !important;
  background-color: #511C29 !important;
  padding: 14px 30px !important;
  height: auto !important;
  min-height: auto !important;
  border-radius: 0px !important;
  border: 0px solid rgba(255, 255, 255, 0.4) !important;
  transition: all 0.5s !important;
  margin-left: auto !important;
}
.gform-theme input[type=submit]:hover, .gform-theme input.button:hover {
  border: 0px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.5s !important;
  color: #ffffff !important;
  background-color: #B09D7F !important;
}

.gform-theme--framework .gform_confirmation_message {
  border: 1px solid green !important;
  color: green !important;
  padding: 15px !important;
  border-radius: 7px !important;
  text-align: center !important;
  font-weight: 500 !important;
}

.gform-theme--foundation .gfield textarea.large {
  min-block-size: 9.38rem !important;
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox,
.gform-theme--framework .gfield--type-choice .gfield_radio {
  flex-flow: wrap !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1439px) {
  .gform-theme--framework .gfield--type-choice .gfield_checkbox,
  .gform-theme--framework .gfield--type-choice .gfield_radio {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .gform-theme--framework .gfield--type-choice .gfield_checkbox,
  .gform-theme--framework .gfield--type-choice .gfield_radio {
    grid-template-columns: 1fr;
  }
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox:has(:only-child),
.gform-theme--framework .gfield--type-choice .gfield_radio:has(:only-child) {
  display: flex !important;
}

.gform-theme--framework .gform-field-label--type-inline {
  color: #121212 !important;
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox input[type=checkbox] {
  border-radius: 0 !important;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gform-field-label {
  color: #000 !important;
}

.gform-theme--api, .gform-theme--framework {
  --gf-field-pg-prog-bar-bg-color-blue: #345605 !important;
}

.gform-theme--framework .gf_progressbar {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.gform-theme--framework .gf_progressbar_title, .gform-theme--framework .gf_step_label, .gform-theme--framework .gf_step_number {
  --gf-local-color: #ffffff !important;
  font-weight: 500 !important;
}

.gform-theme--framework .gf_progressbar_title {
  font-family: "Verdana", sans-serif !important;
  font-size: 20px !important;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
  background-color: #345605 !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  gap: 0 !important;
  width: 17px !important;
  height: 17px !important;
  border-color: #000 !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: #345605 !important;
}

.gform-theme--framework .gfield--type-image_choice .gchoice {
  align-self: unset !important;
}

.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  margin-inline: 5px !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: #345605 !important;
}

.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-color: #ffffff !important;
}

.gform-theme--framework .gf_page_steps, .gform-theme--framework .gf_progressbar_wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
}

.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: red !important;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within, .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:focus-within .gfield-choice-image-wrapper {
  box-shadow: unset !important;
  outline: none !important;
}

.news-letter-form-col .gform-theme--foundation .gfield .ginput_password.large, .news-letter-form-col .gform-theme--foundation .gfield input.large, .news-letter-form-col .gform-theme--foundation .gfield select.large {
  inline-size: calc(100% - 58px) !important;
}
.news-letter-form-col .gform-theme input[type=submit], .news-letter-form-col .gform-theme input.button {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  padding: 12px !important;
  width: 50px !important;
  height: 50px !important;
}
.news-letter-form-col .gform-theme form {
  position: relative;
}
.news-letter-form-col .gform-theme--framework .gform_confirmation_message {
  padding: 10px !important;
  margin-top: 20px;
  line-height: 22px;
}

ins {
  background: transparent;
}

.sale-badge {
  position: absolute;
  top: 0;
  font-size: 14px;
  padding: 5px 10px !important;
}

span.onsale, .sale-badge {
  display: block;
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
  left: 0 !important;
  right: auto !important;
  padding: 0 !important;
  border-radius: 12px !important;
  background-color: #B09D7F !important;
  font-size: 16px;
  min-height: auto !important;
  height: auto !important;
  line-height: 1 !important;
  top: 15px !important;
  left: 15px !important;
  padding: 7px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  color: #fff;
  font-size: 14px !important;
  padding: 5px 10px !important;
}

.wc-pagination-wrap, .woocommerce-pagination {
  margin-top: 50px;
}
.wc-pagination-wrap ul.page-numbers, .woocommerce-pagination ul.page-numbers {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px !important;
  border: 0 !important;
  margin: 0 !important;
  white-space: unset !important;
  flex-flow: wrap !important;
}
.wc-pagination-wrap ul.page-numbers::before, .wc-pagination-wrap ul.page-numbers::after, .woocommerce-pagination ul.page-numbers::before, .woocommerce-pagination ul.page-numbers::after {
  display: none !important;
}
.wc-pagination-wrap ul.page-numbers li, .woocommerce-pagination ul.page-numbers li {
  border: 0 !important;
}
.wc-pagination-wrap ul.page-numbers li .page-numbers, .woocommerce-pagination ul.page-numbers li .page-numbers {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #511C29;
  color: #fff;
  border-radius: 0px;
  line-height: 1;
  border: 0 !important;
  font-weight: 700;
}
.wc-pagination-wrap ul.page-numbers li .page-numbers:hover, .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background: #B09D7F;
  color: #fff;
}
.wc-pagination-wrap ul.page-numbers li .page-numbers.current, .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #B09D7F;
  color: #fff;
}
.wc-pagination-wrap ul.page-numbers li a.next.page-numbers, .wc-pagination-wrap ul.page-numbers li a.prev.page-numbers, .woocommerce-pagination ul.page-numbers li a.next.page-numbers, .woocommerce-pagination ul.page-numbers li a.prev.page-numbers {
  background: #fff !important;
  color: #ffffff !important;
  font-family: "Verdana", sans-serif !important;
  font-size: 16px !important;
  line-height: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: 1px solid #511C29 !important;
}
.wc-pagination-wrap ul.page-numbers li a.prev.page-numbers, .woocommerce-pagination ul.page-numbers li a.prev.page-numbers {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.31937 11.0168C1.32351 11.1799 1.38784 11.3419 1.51227 11.4664L6.78875 16.7465C7.04641 17.0044 7.46432 17.0046 7.72216 16.7469C7.97992 16.4892 7.98009 16.0714 7.72243 15.8136L3.56848 11.6566H19.5802C19.9447 11.6566 20.2402 11.3611 20.2402 10.9966C20.2402 10.6321 19.9447 10.3366 19.5802 10.3366H3.57508L7.72243 6.1866C7.98009 5.92878 7.98 5.51088 7.72216 5.25322C7.46432 4.99556 7.04641 4.99569 6.78875 5.25352L1.55354 10.4921C1.4101 10.6131 1.31902 10.7942 1.31902 10.9966C1.31902 11.0034 1.31911 11.0101 1.31937 11.0168Z' fill='%23511C29'/%3E%3C/svg%3E%0A") !important;
}
.wc-pagination-wrap ul.page-numbers li a.next.page-numbers, .woocommerce-pagination ul.page-numbers li a.next.page-numbers {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6806 11.0168C20.6765 11.1799 20.6122 11.3419 20.4877 11.4664L15.2113 16.7465C14.9536 17.0044 14.5357 17.0046 14.2778 16.7469C14.0201 16.4892 14.0199 16.0714 14.2776 15.8136L18.4315 11.6566H2.41977C2.05526 11.6566 1.75977 11.3611 1.75977 10.9966C1.75977 10.6321 2.05526 10.3366 2.41977 10.3366H18.4249L14.2776 6.1866C14.0199 5.92878 14.02 5.51088 14.2778 5.25322C14.5357 4.99556 14.9536 4.99569 15.2113 5.25352L20.4465 10.4921C20.5899 10.6131 20.681 10.7942 20.681 10.9966C20.681 11.0034 20.6809 11.0101 20.6806 11.0168Z' fill='%23511C29'/%3E%3C/svg%3E%0A") !important;
}

.woocommerce-info {
  border-top-color: #511C29;
}

.woocommerce-info::before {
  color: #511C29;
}

.xoo-wsc-body span.amount,
.xoo-wsc-footer .amount {
  font-size: 16px;
  color: #511C29;
  font-weight: bold;
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue,
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout,
.xoo-wsc-empty-cart a.button.btn {
  background-color: #511C29 !important;
  padding: 10px !important;
  color: #ffffff !important;
  font-size: 14px !important;
}
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue:hover,
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout:hover,
.xoo-wsc-empty-cart a.button.btn:hover {
  background-color: #B09D7F !important;
}
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue::before, a.xoo-wsc-ft-btn.button.btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue::after,
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout::before,
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout::after,
.xoo-wsc-empty-cart a.button.btn::before,
.xoo-wsc-empty-cart a.button.btn::after {
  display: none !important;
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart {
  background-color: #B09D7F !important;
  padding: 10px !important;
  color: #ffffff !important;
  font-size: 14px !important;
}
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart:hover {
  background-color: #511C29 !important;
}
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart::before, a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart::after {
  display: none !important;
}

.xoo-wsc-footer {
  color: #121212;
}

.xoo-wsc-img-col {
  width: 30%;
}

.xoo-wsc-qty-box {
  max-width: 100px;
}

.xoo-wsc-qtb-circle .xoo-wsc-chng {
  color: #121212;
}

.xoo-wsc-icon-cross:before {
  font-size: 26px;
}

.xoo-wsc-header {
  color: #000000;
  background-color: #ffffff;
  border-bottom: 1px solid #FCF8F4;
}

span.xoo-wsch-text {
  font-weight: 700;
}

.woocommerce ul.products li.product a.add-request-quote-button.button, .wp-block-post.product a.add-request-quote-button.button, a.add-request-quote-button.button {
  border: 0 !important;
}

@media (max-width: 767px) {
  .entry-title {
    hyphens: auto;
    word-break: break-word;
  }
}

.wc-top-banner {
  background-color: #FCF8F4;
  padding: 25px 0px;
}
@media (max-width: 991px) {
  .wc-top-banner {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .wc-top-banner .slick-arrow {
    display: none !important;
  }
}
.wc-top-banner .wc-slider-container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .wc-top-banner .wc-slider-container {
    padding: 0 20px;
  }
}
.wc-top-banner .wc-slider-container .wc-banner-slide {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-align: center;
}
.wc-top-banner .wc-slider-container .wc-banner-slide .wc-banner-image img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
}
.wc-top-banner .wc-slider-container .wc-banner-slide .wc-banner-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #121212;
}
@media (max-width: 991px) {
  .wc-top-banner .wc-slider-container .wc-banner-slide .wc-banner-content {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .wc-top-banner .wc-slider-container .wc-banner-slide .wc-banner-content {
    font-size: 13px;
    line-height: 26px;
  }
}
.wc-top-banner .wc-slider-container .wc-banner-slide .wc-banner-content p {
  margin: 0;
}
@media (max-width: 991px) {
  .wc-top-banner .wc-slider-container .wc-banner-slide .wc-banner-content p {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .wc-top-banner .wc-slider-container .wc-banner-slide .wc-banner-content p {
    font-size: 13px;
    line-height: 26px;
  }
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  width: 22px;
  height: 22px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  border: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  z-index: 3;
  transition: all 0.5s;
  cursor: pointer;
}
.slick-arrow:hover {
  background-color: transparent;
  transition: all 0.5s;
}
.slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7231 12.2291C1.68751 12.4878 1.76916 12.7595 1.968 12.9585L9.29293 20.2885C9.63029 20.6261 10.1774 20.6265 10.5148 20.2892C10.8523 19.952 10.8524 19.4049 10.515 19.0673L4.65952 13.2078L22.1233 13.2078C22.6005 13.2078 22.9873 12.8209 22.9873 12.3438C22.9873 11.8666 22.6005 11.4797 22.1233 11.4798L4.6683 11.4797L10.5121 5.6322C10.8493 5.2948 10.849 4.74773 10.5114 4.41033C10.1739 4.07292 9.62679 4.07309 9.28955 4.41049L2.015 11.6898C1.85884 11.8246 1.75158 12.0144 1.7231 12.2291Z' fill='%23511C29'/%3E%3C/svg%3E%0A");
  left: 10px;
  right: auto;
}
.slick-arrow.slick-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7231 12.2291C1.68751 12.4878 1.76916 12.7595 1.968 12.9585L9.29293 20.2885C9.63029 20.6261 10.1774 20.6265 10.5148 20.2892C10.8523 19.952 10.8524 19.4049 10.515 19.0673L4.65952 13.2078L22.1233 13.2078C22.6005 13.2078 22.9873 12.8209 22.9873 12.3438C22.9873 11.8666 22.6005 11.4797 22.1233 11.4798L4.6683 11.4797L10.5121 5.6322C10.8493 5.2948 10.849 4.74773 10.5114 4.41033C10.1739 4.07292 9.62679 4.07309 9.28955 4.41049L2.015 11.6898C1.85884 11.8246 1.75158 12.0144 1.7231 12.2291Z' fill='%23121212'/%3E%3C/svg%3E%0A");
}
.slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2769 11.7709C22.3125 11.5122 22.2308 11.2405 22.032 11.0415L14.7071 3.71146C14.3697 3.37386 13.8226 3.37355 13.4852 3.71078C13.1477 4.04799 13.1476 4.59505 13.485 4.93266L19.3405 10.7922L1.8767 10.7922C1.39953 10.7922 1.01268 11.1791 1.01267 11.6562C1.01267 12.1334 1.39949 12.5203 1.87667 12.5202L19.3317 12.5203L13.4879 18.3678C13.1507 18.7052 13.151 19.2523 13.4886 19.5897C13.8261 19.9271 14.3732 19.9269 14.7104 19.5895L21.985 12.3102C22.1412 12.1754 22.2484 11.9856 22.2769 11.7709Z' fill='%23511C29'/%3E%3C/svg%3E%0A");
  left: auto;
  right: 10px;
}
.slick-arrow.slick-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2769 11.7709C22.3125 11.5122 22.2308 11.2405 22.032 11.0415L14.7071 3.71146C14.3697 3.37386 13.8226 3.37355 13.4852 3.71078C13.1477 4.04799 13.1476 4.59505 13.485 4.93266L19.3405 10.7922L1.8767 10.7922C1.39953 10.7922 1.01268 11.1791 1.01267 11.6562C1.01267 12.1334 1.39949 12.5203 1.87667 12.5202L19.3317 12.5203L13.4879 18.3678C13.1507 18.7052 13.151 19.2523 13.4886 19.5897C13.8261 19.9271 14.3732 19.9269 14.7104 19.5895L21.985 12.3102C22.1412 12.1754 22.2484 11.9856 22.2769 11.7709Z' fill='%23121212'/%3E%3C/svg%3E%0A");
}

.woocommerce ul.products li.product a.add-request-quote-button.button, .wp-block-post.product a.add-request-quote-button.button, a.add-request-quote-button.button {
  border-radius: 0;
}

.search-wrapper {
  position: relative;
}

.search-loader {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top: 2px solid #000;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: spin 0.6s linear infinite;
  display: none;
}

.search-wrapper.loading .search-loader {
  display: block;
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.live-search-results {
  display: none;
}

.live-search-results.active {
  display: block;
}

.search-loader {
  left: 0;
  right: 0;
  margin: 30px auto 0;
  position: relative;
}

.search-wrapper.loading span.search-loader {
  display: block;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Verdana", sans-serif;
  src: url("../fonts/Verdana-Bold.eot");
  src: url("../fonts/Verdana-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana-Bold.woff2") format("woff2"), url("../fonts/Verdana-Bold.woff") format("woff"), url("../fonts/Verdana-Bold.ttf") format("truetype"), url("../fonts/Verdana-Bold.svg#Verdana-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Verdana", sans-serif;
  src: url("../fonts/Verdana-BoldItalic.eot");
  src: url("../fonts/Verdana-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana-BoldItalic.woff2") format("woff2"), url("../fonts/Verdana-BoldItalic.woff") format("woff"), url("../fonts/Verdana-BoldItalic.ttf") format("truetype"), url("../fonts/Verdana-BoldItalic.svg#Verdana-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Verdana", sans-serif;
  src: url("../fonts/Verdana-Italic.eot");
  src: url("../fonts/Verdana-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana-Italic.woff2") format("woff2"), url("../fonts/Verdana-Italic.woff") format("woff"), url("../fonts/Verdana-Italic.ttf") format("truetype"), url("../fonts/Verdana-Italic.svg#Verdana-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Verdana", sans-serif;
  src: url("../fonts/Verdana.eot");
  src: url("../fonts/Verdana.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana.woff2") format("woff2"), url("../fonts/Verdana.woff") format("woff"), url("../fonts/Verdana.ttf") format("truetype"), url("../fonts/Verdana.svg#Verdana") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0 !important;
  color: #333333;
}
@media (max-width: 479px) {
  body {
    hyphens: auto;
    word-break: break-word;
  }
}

p {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 20px;
  font-family: "Verdana", sans-serif;
  color: #121212;
}

h1, .h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 58px;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 52px;
  }
}

h2, .h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 26px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1199px) {
  h4, .h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1199px) {
  h5, .h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1199px) {
  h6, .h6 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 18px;
  }
}

.top-bar-section {
  background-color: #252323;
  padding: 11px 40px;
}
@media (max-width: 1439px) {
  .top-bar-section {
    padding: 10px 20px;
  }
}
.top-bar-section .top-bar-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 10px;
}
.top-bar-section .top-bar-wrapper .left-col .address-wrap {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.top-bar-section .top-bar-wrapper .left-col .address-wrap .box-col {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #fff;
  align-items: center;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.1215686275);
}
@media (max-width: 991px) {
  .top-bar-section .top-bar-wrapper .left-col .address-wrap .box-col {
    gap: 0;
    font-size: 0;
    padding-right: 10px;
    margin-right: 10px;
  }
}
.top-bar-section .top-bar-wrapper .left-col .address-wrap .box-col strong {
  color: #B09D7F;
  display: contents;
}
.top-bar-section .top-bar-wrapper .left-col .address-wrap .box-col:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px solid rgba(255, 255, 255, 0.1215686275);
}
.top-bar-section .top-bar-wrapper .left-col .address-wrap .box-col a {
  display: flex;
  gap: 12px;
  color: #ffffff;
  transition: all 0.4s;
  align-items: center;
}
@media (max-width: 991px) {
  .top-bar-section .top-bar-wrapper .left-col .address-wrap .box-col a {
    gap: 0;
  }
}
.top-bar-section .top-bar-wrapper .left-col .address-wrap .box-col a:hover {
  color: #B09D7F;
}
.top-bar-section .top-bar-wrapper .left-col .address-wrap .box-col a::after {
  left: 38px;
}
.top-bar-section .top-bar-wrapper .left-col .address-wrap .box-col a:hover::after {
  width: calc(100% - 38px);
}
.top-bar-section .top-bar-wrapper .left-col .address-wrap .box-col span {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}
@media (max-width: 991px) {
  .top-bar-section .top-bar-wrapper .left-col .address-wrap .box-col span {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
}
.top-bar-section .top-bar-wrapper .left-col .address-wrap .box-col span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-bar-section .top-bar-wrapper .right-col {
  display: flex;
  margin-left: auto;
  flex-flow: wrap;
  gap: 10px 20px;
  align-items: center;
}
@media (max-width: 991px) {
  .top-bar-section .top-bar-wrapper .right-col {
    gap: 10px;
  }
}
.top-bar-section .top-bar-wrapper .right-col .topbar-link {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.top-bar-section .top-bar-wrapper .right-col .topbar-link ul {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.top-bar-section .top-bar-wrapper .right-col .topbar-link ul li {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.1215686275);
}
@media (max-width: 991px) {
  .top-bar-section .top-bar-wrapper .right-col .topbar-link ul li {
    padding-right: 10px;
    margin-right: 10px;
    letter-spacing: 0;
  }
}
.top-bar-section .top-bar-wrapper .right-col .topbar-link ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px solid rgba(255, 255, 255, 0.1215686275);
}
.top-bar-section .top-bar-wrapper .right-col .topbar-link a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  transition: all 0.5s;
}
.top-bar-section .top-bar-wrapper .right-col .topbar-link a:hover {
  color: #B09D7F;
}
.top-bar-section .top-bar-wrapper .right-col .topbar-social-media-col {
  display: flex;
  flex-flow: wrap;
  gap: 16px;
}
@media (max-width: 991px) {
  .top-bar-section .top-bar-wrapper .right-col .topbar-social-media-col {
    gap: 10px;
  }
}
.top-bar-section .top-bar-wrapper .right-col .topbar-social-media-col a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar-section .top-bar-wrapper .right-col .topbar-social-media-col a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.site-header {
  background-color: #FFFFFF;
  padding: 12px 40px;
}
@media (max-width: 1439px) {
  .site-header {
    padding: 12px 20px;
  }
}
@media (min-width: 1281px) {
  .site-header .header-main {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media (max-width: 1280px) {
  .site-header .header-main {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 1280px) {
  .site-header .header-main .site-branding {
    order: 0;
  }
}
.site-header .header-main .site-branding .header-logo {
  line-height: 0;
  width: 80px;
  height: 80px;
}
.site-header .header-main .site-branding .header-logo a {
  line-height: 0;
}
@media (max-width: 1280px) {
  .site-header .header-main .header--menu {
    order: 2;
  }
}
@media (min-width: 1281px) {
  .site-header .header-main .header--menu .main-navigation .mega-menu-wrap {
    position: static !important;
  }
}
@media (min-width: 1281px) {
  .site-header .header-main .header--menu .main-navigation .mega-menu-wrap .mega-menu {
    position: static !important;
  }
}
.site-header .header-main .header-searbar-wrapper {
  display: flex;
  flex-flow: wrap;
  gap: 16px;
  align-items: center;
  position: relative;
}
@media (max-width: 1280px) {
  .site-header .header-main .header-searbar-wrapper {
    order: 1;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .site-header .header-main .header-searbar-wrapper {
    width: 100%;
    justify-content: flex-end;
  }
}
.site-header .header-main .header-searbar-wrapper .searchbar-col.search-open .search-container {
  visibility: visible;
  opacity: 1;
}
.site-header .header-main .header-searbar-wrapper .searchbar-col .searchbar-icon {
  display: flex;
  flex-flow: wrap;
  gap: 8px;
  align-items: center;
  padding: 0 16px;
  border-left: 1px solid rgba(18, 18, 18, 0.1215686275);
  border-right: 1px solid rgba(18, 18, 18, 0.1215686275);
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #121212;
  cursor: pointer;
}
@media (max-width: 767px) {
  .site-header .header-main .header-searbar-wrapper .searchbar-col .searchbar-icon {
    padding: 0;
    border-left: 0px solid rgba(18, 18, 18, 0.1215686275);
    border-right: 0px solid rgba(18, 18, 18, 0.1215686275);
  }
}
@media (max-width: 767px) {
  .site-header .header-main .header-searbar-wrapper .searchbar-col .searchbar-icon span {
    font-size: 0;
  }
}
.site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results {
  height: 100%;
  max-height: 200px;
  overflow-y: auto;
  padding-top: 20px;
}
.site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-products, .site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-posts-pages {
  display: flex;
  flex-flow: column;
  gap: 0px;
}
.site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-products li, .site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-posts-pages li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-products li a, .site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-posts-pages li a {
  flex-flow: wrap;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-products li a:has(img), .site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-posts-pages li a:has(img) {
  padding-left: 60px;
  min-height: 50px;
}
.site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-products li a img, .site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-posts-pages li a img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
  position: absolute;
  inset: 0;
  right: auto;
}
.site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-products li a span.title, .site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-posts-pages li a span.title {
  width: 100%;
  line-height: 1.2;
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
.site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-products li a span.price, .site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-posts-pages li a span.price {
  width: 100%;
  line-height: 1;
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
.site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-products li a span.price .woocommerce-price-suffix, .site-header .header-main .header-searbar-wrapper .searchbar-col .live-search-results .ajax-search-results .ajax-posts-pages li a span.price .woocommerce-price-suffix {
  font-size: 13px;
  font-weight: 400;
  color: #333;
}
.site-header .header-main .header-searbar-wrapper .searchbar-col .search-container {
  position: absolute;
  top: calc(100% + 27px);
  z-index: 9;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  background: #FCF8F4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 1280px) {
  .site-header .header-main .header-searbar-wrapper .searchbar-col .search-container {
    width: calc(100% + 60px);
  }
}
@media (max-width: 767px) {
  .site-header .header-main .header-searbar-wrapper .searchbar-col .search-container {
    top: calc(100% + 35px);
    width: calc(100% + 140px);
    left: -80px;
  }
}
.site-header .header-main .header-searbar-wrapper .searchbar-col .search-container form {
  width: 100%;
  position: relative;
}
.site-header .header-main .header-searbar-wrapper .searchbar-col .search-container form .search-wrapper input[type=search] {
  width: calc(100% - 50px);
  height: 40px;
  border: 1px solid #B09D7F;
  background: #FCF8F4;
  border-radius: 0;
  padding: 0 14px;
}
.site-header .header-main .header-searbar-wrapper .searchbar-col .search-container form button[type=submit] {
  position: absolute;
  inset: 0;
  left: auto;
  width: 40px;
  height: 40px;
  font-size: 0;
  padding: 0;
  background-color: #511C29;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M10.3123 4.3545C9.93257 4.3545 9.62476 4.6623 9.62476 5.042C9.62476 5.42169 9.93257 5.7295 10.3123 5.7295C12.7178 5.7295 14.6676 7.67908 14.6676 10.0837C14.6676 10.4634 14.9754 10.7712 15.3551 10.7712C15.7348 10.7712 16.0426 10.4634 16.0426 10.0837C16.0426 6.91938 13.4769 4.3545 10.3123 4.3545Z' fill='%23511C29'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.83337 10.0823C1.83337 5.40032 5.62979 1.60506 10.3125 1.60506C14.9953 1.60506 18.7917 5.40032 18.7917 10.0823C18.7917 12.1766 18.0322 14.0935 16.7735 15.5726L19.9642 18.7637C20.2327 19.0322 20.2327 19.4674 19.9642 19.7359C19.6957 20.0044 19.2604 20.0044 18.9919 19.7359L15.8008 16.5445C14.3218 17.8014 12.4057 18.5597 10.3125 18.5597C5.62979 18.5597 1.83337 14.7644 1.83337 10.0823ZM10.3125 2.98006C6.38886 2.98006 3.20837 6.16003 3.20837 10.0823C3.20837 14.0047 6.38886 17.1847 10.3125 17.1847C14.2362 17.1847 17.4167 14.0047 17.4167 10.0823C17.4167 6.16003 14.2362 2.98006 10.3125 2.98006Z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.site-header .header-main .header-searbar-wrapper .icon-col a {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .header-main .header-searbar-wrapper .icon-col img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .site-header .header-main .header-searbar-wrapper .btn-group {
    display: none;
  }
}

@media (min-width: 1281px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: 18px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    padding: 30px 60px !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu {
    display: flex !important;
    align-items: flex-start;
    gap: 30px !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:first-child {
    padding: 0 20px !important;
    background: #FCF8F4 !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:first-child > .mega-sub-menu .mega-menu-item {
    padding: 12px 0 !important;
    border-bottom: 1px solid #B09D7F !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:first-child > .mega-sub-menu .mega-menu-item:last-child {
    border-bottom: 0 !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:first-child > .mega-sub-menu .mega-menu-item .mega-menu-link {
    line-height: 19px !important;
    transition: all 0.4s !important;
    position: relative !important;
    padding-left: 24px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:first-child > .mega-sub-menu .mega-menu-item .mega-menu-link:before {
    content: "" !important;
    position: absolute !important;
    background: url(/wp-content/uploads/2026/02/arrow-right.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 16px !important;
    height: 16px !important;
    left: 0 !important;
    top: 11px !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:first-child > .mega-sub-menu .mega-menu-item .mega-menu-link:hover {
    padding-left: 30px !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) {
    position: relative !important;
    transition: all 0.5s !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child):hover {
    transition: all 0.5s !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child):hover > .mega-sub-menu .mega-menu-item .textwidget {
    top: calc(50% - 25px) !important;
    transition: all 0.5s !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item {
    padding: 30px !important;
    position: relative !important;
    overflow: hidden;
    background-color: #B09D7F !important;
    text-align: center !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item.widget_text {
    background-color: transparent !important;
    padding: 0 !important;
    position: static !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item img {
    width: 290px !important;
    height: 290px !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item .textwidget {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item .textwidget a {
    display: inline-flex !important;
    padding: 15.5px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    font-family: "Verdana", sans-serif !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    position: relative !important;
    transition: all 0.5s !important;
    padding-right: 46px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #511C29 !important;
    background-color: #ffffff !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item .textwidget a:hover {
    background-color: #B09D7F;
    color: #ffffff;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item .textwidget a:hover::after {
    background-position: 30px 0 !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item .textwidget a:hover::before {
    background-position: 50% 50% !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item .textwidget a:after {
    content: "" !important;
    background-image: url("../images/btn-arrow-dark.svg") !important;
    width: 22px !important;
    height: 22px !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    left: auto !important;
    right: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-position: center !important;
    transition: all 0.5s !important;
    background-position: 50% 50% !important;
    background-size: 22px !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item .textwidget a::before {
    content: "" !important;
    background-image: url("../images/btn-arrow-white.svg") !important;
    width: 22px !important;
    height: 22px !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    position: absolute !important;
    left: auto !important;
    right: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-position: -30px 0 !important;
    transition: all 0.5s !important;
    z-index: 1 !important;
    background-size: 22px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1439px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 7px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 1280px) {
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu {
    display: flex !important;
    align-items: flex-start;
    flex-flow: column !important;
    gap: 20px !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:first-child {
    padding: 0 20px !important;
    background: #FCF8F4 !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:first-child > .mega-sub-menu .mega-menu-item {
    padding: 12px 0 !important;
    border-bottom: 1px solid #B09D7F !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:first-child > .mega-sub-menu .mega-menu-item:last-child {
    border-bottom: 0 !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:first-child > .mega-sub-menu .mega-menu-item .mega-menu-link {
    line-height: 19px !important;
    transition: all 0.4s !important;
    position: relative !important;
    padding-left: 24px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:first-child > .mega-sub-menu .mega-menu-item .mega-menu-link:before {
    content: "" !important;
    position: absolute !important;
    background: url(/wp-content/uploads/2026/02/arrow-right.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 16px !important;
    height: 16px !important;
    left: 0 !important;
    top: 11px !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:first-child > .mega-sub-menu .mega-menu-item .mega-menu-link:hover {
    padding-left: 30px !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) {
    position: relative !important;
    transition: all 0.5s !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child):hover {
    transition: all 0.5s !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child):hover > .mega-sub-menu .mega-menu-item .textwidget {
    top: calc(50% - 25px) !important;
    transition: all 0.5s !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item {
    padding: 20px !important;
    position: relative !important;
    overflow: hidden;
    background-color: #B09D7F !important;
    text-align: center !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item.widget_text {
    background-color: transparent !important;
    padding: 0 !important;
    position: static !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item img {
    width: 150px !important;
    height: 150px !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item .textwidget {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(50% - 25px) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item .textwidget a {
    display: inline-flex !important;
    padding: 15.5px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    font-family: "Verdana", sans-serif !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    position: relative !important;
    transition: all 0.5s !important;
    padding-right: 46px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #511C29 !important;
    background-color: #ffffff !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item .textwidget a:hover {
    background-color: #B09D7F;
    color: #ffffff;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item .textwidget a:hover::after {
    background-position: 30px 0 !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item .textwidget a:hover::before {
    background-position: 50% 50% !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item .textwidget a:after {
    content: "" !important;
    background-image: url("../images/btn-arrow-dark.svg") !important;
    width: 22px !important;
    height: 22px !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    left: auto !important;
    right: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-position: center !important;
    transition: all 0.5s !important;
    background-position: 50% 50% !important;
    background-size: 22px !important;
  }
  .mega-sub-menu > .mega-menu-row > .mega-sub-menu .mega-menu-column:not(:first-child) > .mega-sub-menu .mega-menu-item .textwidget a::before {
    content: "" !important;
    background-image: url("../images/btn-arrow-white.svg") !important;
    width: 22px !important;
    height: 22px !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    position: absolute !important;
    left: auto !important;
    right: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-position: -30px 0 !important;
    transition: all 0.5s !important;
    z-index: 1 !important;
    background-size: 22px !important;
  }
}
.page-template-default .site-header {
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

footer {
  padding-top: 80px;
}
@media (max-width: 991px) {
  footer {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
}
footer .container {
  max-width: 1720px;
}
footer.site-footer {
  background: #FCF8F4;
}
footer.site-footer .footer-top-wrap {
  gap: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(81, 28, 41, 0.1803921569);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  footer.site-footer .footer-top-wrap {
    display: flex;
    flex-flow: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
footer.site-footer .footer-top-wrap .footer-col .footer-logo {
  width: 100%;
  height: 100%;
  width: 100px;
  height: 100px;
}
footer.site-footer .footer-top-wrap .footer-col .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer.site-footer .footer-top-wrap .footer-col .content-box {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  footer.site-footer .footer-top-wrap .footer-col .content-box {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-top-wrap .footer-col .content-box {
    flex-flow: column;
  }
}
footer.site-footer .social-media-col {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  align-items: center;
}
footer.site-footer .social-media-col .icon-col a {
  width: 58px;
  height: 58px;
  background-color: #511C29;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  footer.site-footer .social-media-col .icon-col a {
    width: 48px;
    height: 48px;
  }
}
footer.site-footer .social-media-col .icon-col a img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
footer.site-footer .address-wrap {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 10px 0;
}
@media (max-width: 991px) {
  footer.site-footer .address-wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  footer.site-footer .address-wrap {
    flex-flow: column;
  }
}
footer.site-footer .address-wrap .box-col {
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #121212;
  align-items: center;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid rgba(81, 28, 41, 0.1607843137);
}
@media (max-width: 1279px) {
  footer.site-footer .address-wrap .box-col {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  footer.site-footer .address-wrap .box-col {
    padding-right: 0;
    margin-right: 0;
    border: 0;
  }
}
footer.site-footer .address-wrap .box-col:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px solid rgba(81, 28, 41, 0.1607843137);
}
footer.site-footer .address-wrap .box-col a {
  display: flex;
  gap: 12px;
  color: #121212;
  transition: all 0.4s;
  align-items: center;
}
@media (max-width: 767px) {
  footer.site-footer .address-wrap .box-col a {
    line-height: 1.2;
  }
}
footer.site-footer .address-wrap .box-col a:hover {
  color: #511C29;
}
footer.site-footer .address-wrap .box-col a::after {
  left: 38px;
}
footer.site-footer .address-wrap .box-col a:hover::after {
  width: calc(100% - 38px);
}
footer.site-footer .address-wrap .box-col span {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}
footer.site-footer .address-wrap .box-col span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer.site-footer .footer-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 108px;
  padding-bottom: 80px;
}
@media (max-width: 1439px) {
  footer.site-footer .footer-widgets {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  footer.site-footer .footer-widgets {
    padding-bottom: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-widgets {
    grid-template-columns: 1fr;
  }
}
footer.site-footer .footer-widgets .footer-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #511C29;
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer.site-footer .footer-widgets .footer-title {
    margin-bottom: 20px;
    gap: 10px;
  }
}
footer.site-footer .footer-widgets .footer-title:after {
  content: "";
  width: 62px;
  height: 3px;
  background: #511C29;
}
footer.site-footer .footer-widgets .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #511C29;
  position: relative;
  margin-bottom: 16px;
}
footer.site-footer .footer-widgets .subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #121212;
}
footer.site-footer .footer-top-info {
  display: flex;
  flex-flow: column;
  gap: 36px;
}
@media (max-width: 1439px) {
  footer.site-footer .footer-top-info {
    gap: 20px;
  }
}
footer.site-footer .footer-widget-area {
  position: relative;
}
footer.site-footer .footer-widget-area:after {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  right: -54px;
  width: 1px;
  height: 100%;
  background-color: rgba(176, 157, 127, 0.161);
}
@media (max-width: 1439px) {
  footer.site-footer .footer-widget-area:after {
    right: -20px;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-widget-area:after {
    right: 0;
    left: 0;
    top: auto;
    bottom: -20px;
    width: 100%;
    height: 1px;
  }
}
footer.site-footer .footer-widget-area:last-child::after {
  display: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
  footer.site-footer .footer-widget-area:nth-child(2)::after {
    display: none;
  }
}
footer.site-footer .footer-widget-area .menu {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
footer.site-footer .footer-widget-area .menu .menu-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #121212;
  transition: all 0.4s;
  position: relative;
  padding-left: 24px;
}
footer.site-footer .footer-widget-area .menu .menu-item a:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2026/02/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
}
footer.site-footer .footer-widget-area .menu .menu-item:hover a {
  color: #511C29;
  transition: all 0.4s;
}
footer.site-footer .footer-widget-area .menu .menu-item.current_page_item a, footer.site-footer .footer-widget-area .menu .menu-item.current-menu-parent a {
  color: #511C29;
  transition: all 0.4s;
}
footer.site-footer .footer-bottom {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #511C29;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}
footer.site-footer .footer-bottom a {
  color: #FFFFFF;
  transition: all 0.4s;
}
footer.site-footer .footer-bottom a:hover {
  color: #121212;
}
footer.site-footer .footer-bottom .menu .menu-item a {
  padding-left: 0;
}
footer.site-footer .footer-bottom .menu .menu-item a::before {
  display: none;
}
footer.site-footer .footer-bottom .menu .menu-item a:hover {
  color: #B09D7F;
}
footer.site-footer .footer-bottom .footer-bottom-inner {
  display: flex;
  flex-flow: wrap;
  gap: 15px 10px;
  align-items: center;
  max-width: 1720px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  footer.site-footer .footer-bottom .footer-bottom-inner {
    display: flex;
    flex-flow: column-reverse;
  }
}
footer.site-footer .footer-bottom .footer-bottom-inner .copyright {
  width: fit-content;
}
@media (max-width: 991px) {
  footer.site-footer .footer-bottom .footer-bottom-inner .copyright {
    text-align: center;
  }
}
footer.site-footer .footer-bottom .footer-bottom-inner .youvia-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}
footer.site-footer .footer-bottom .footer-bottom-inner .youvia-wrap .youvia-logo {
  display: flex;
  align-items: center;
}
footer.site-footer .footer-bottom .footer-bottom-inner .youvia-wrap .youvia-logo a::after {
  display: none !important;
}
footer.site-footer .footer-bottom .footer-bottom-inner .youvia-wrap .youvia-logo img {
  height: 26px;
  object-fit: contain;
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container {
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 1024px) {
  footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container {
    margin-right: auto;
  }
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu {
  display: flex;
  flex-flow: wrap;
  gap: 10px 20px;
  align-items: center;
}
@media (max-width: 991px) {
  footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu {
    text-align: center;
    justify-content: center;
  }
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu li {
  position: relative;
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu li:after {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  right: -10px;
  width: 1px;
  height: 16px;
  background-color: white;
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu li:last-child::after {
  display: none;
}

.bottom-to-top-btn {
  cursor: pointer;
  width: 46px;
  height: 46px;
  position: fixed;
  bottom: 110px;
  right: 10px;
  background-color: #000000;
  background-image: url(/wp-content/uploads/2026/02/back-to-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  text-align: center;
  transition: 400ms;
  z-index: 999;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  border: 0;
  padding: 0;
}
.bottom-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transition: all 1000ms;
}

.btn-group {
  display: flex;
  flex-flow: wrap;
  gap: 16px;
}

.btn {
  display: inline-flex;
  padding: 15.5px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: "Verdana", sans-serif;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative;
  transition: all 0.5s;
  padding-right: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  background-color: #511C29;
}
.btn:hover {
  color: #ffffff;
  background-color: #B09D7F;
}
.btn:hover::after {
  background-position: 30px 0;
}
.btn:hover::before {
  background-position: 50% 50%;
}
.btn:after {
  content: "";
  background-image: url("../images/btn-arrow-white.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  transition: all 0.5s;
  background-position: 50% 50%;
  background-size: 22px;
}
.btn::before {
  content: "";
  background-image: url("../images/btn-arrow-white.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: -30px 0;
  transition: all 0.5s;
  z-index: 1;
  background-size: 22px;
}
.btn.btn-secondary {
  background-color: #B09D7F;
  color: #ffffff;
}
.btn.btn-secondary:after {
  background-image: url("../images/btn-arrow-white.svg");
}
.btn.btn-secondary:before {
  background-image: url("../images/btn-arrow-dark.svg");
}
.btn.btn-secondary:hover {
  color: #511C29;
  background-color: #ffffff;
}
.btn.btn-light {
  color: #511C29;
  background-color: #ffffff;
}
.btn.btn-light:after {
  background-image: url("../images/btn-arrow-dark.svg");
}
.btn.btn-light:before {
  background-image: url("../images/btn-arrow-white.svg");
}
.btn.btn-light:hover {
  background-color: #B09D7F;
  color: #ffffff;
}

.banner-section {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.banner-section .bg-img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1199px) {
  .banner-section .bg-img {
    height: 550px;
  }
}
.banner-section .banner-wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-flow: wrap;
  gap: 40px;
  background-color: #FCF8F4;
}
@media (max-width: 1439px) {
  .banner-section .banner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
  }
}
.banner-section .banner-wrapper .grid-col:first-child {
  width: 36.165%;
  margin-top: -430px;
  position: relative;
}
@media (max-width: 1199px) {
  .banner-section .banner-wrapper .grid-col:first-child {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-wrapper .grid-col:first-child {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-wrapper .grid-col:first-child {
    width: 100%;
    margin-top: -250px;
  }
}
.banner-section .banner-wrapper .grid-col:last-child {
  flex: 1;
}
.banner-section .banner-wrapper .grid-col .banner-content {
  background-color: #511C29;
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1439px) {
  .banner-section .banner-wrapper .grid-col .banner-content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-wrapper .grid-col .banner-content {
    position: relative;
  }
}
.banner-section .banner-wrapper .grid-col .banner-content .title-wrapper .title {
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner-section .banner-wrapper .grid-col .banner-content .title-wrapper .title {
    hyphens: auto;
    word-break: break-word;
  }
}
.banner-section .banner-wrapper .grid-col .banner-content .content-box {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
@media (max-width: 1439px) {
  .banner-section .banner-wrapper .grid-col .banner-content .content-box {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-wrapper .grid-col .banner-content .content-box {
    font-size: 16px;
    line-height: 26px;
  }
}
.banner-section .banner-wrapper .grid-col .banner-content .btn-group {
  margin-top: 30px;
}
.banner-section .banner-wrapper .grid-col .banner-content .flower-img {
  width: 100%;
  max-width: 195.6px;
  height: 240px;
  object-fit: contain;
  margin-left: auto;
  display: block;
}
@media (max-width: 767px) {
  .banner-section .banner-wrapper .grid-col .banner-content .flower-img {
    height: 180px;
  }
}
.banner-section .banner-wrapper .grid-col .icon-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 80px 0;
  gap: 80px;
}
@media (max-width: 1439px) {
  .banner-section .banner-wrapper .grid-col .icon-wrapper {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-wrapper .grid-col .icon-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-wrapper .grid-col .icon-wrapper {
    padding-bottom: 40px;
  }
}
.banner-section .banner-wrapper .grid-col .icon-wrapper .icon-box {
  display: flex;
  flex-flow: column;
  gap: 12px;
  position: relative;
}
@media (max-width: 1199px) {
  .banner-section .banner-wrapper .grid-col .icon-wrapper .icon-box {
    border-bottom: 1px solid rgba(176, 157, 127, 0.5019607843);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.banner-section .banner-wrapper .grid-col .icon-wrapper .icon-box::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 1px;
  height: 100%;
  left: auto;
  right: -40px;
  background-color: rgba(176, 157, 127, 0.5019607843);
}
@media (max-width: 1439px) {
  .banner-section .banner-wrapper .grid-col .icon-wrapper .icon-box::after {
    right: -20px;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-wrapper .grid-col .icon-wrapper .icon-box::after {
    display: none;
  }
}
.banner-section .banner-wrapper .grid-col .icon-wrapper .icon-box:last-child::after {
  display: none;
}
@media (max-width: 1199px) {
  .banner-section .banner-wrapper .grid-col .icon-wrapper .icon-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.banner-section .banner-wrapper .grid-col .icon-wrapper .icon-box .icon-img {
  width: 46px;
  height: 46px;
}
@media (max-width: 767px) {
  .banner-section .banner-wrapper .grid-col .icon-wrapper .icon-box .icon-img {
    margin: 0 auto;
  }
}
.banner-section .banner-wrapper .grid-col .icon-wrapper .icon-box .icon-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner-section .banner-wrapper .grid-col .icon-wrapper .icon-box .icon-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #121212;
}
@media (max-width: 1439px) {
  .banner-section .banner-wrapper .grid-col .icon-wrapper .icon-box .icon-title {
    font-size: 18px;
    line-height: 30px;
    hyphens: auto;
    word-break: break-word;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-wrapper .grid-col .icon-wrapper .icon-box .icon-title {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-wrapper .grid-col .icon-wrapper .icon-box .icon-title {
    text-align: center;
  }
}

.inner-page-banner-section {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.inner-page-banner-section .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.inner-page-banner-section .inner-page-banner-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.inner-page-banner-section .inner-page-banner-wrapper .grid-col .banner-content {
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1439px) {
  .inner-page-banner-section .inner-page-banner-wrapper .grid-col .banner-content {
    padding: 30px 20px;
  }
}
.inner-page-banner-section .inner-page-banner-wrapper .grid-col .banner-content .title-wrapper .title {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.inner-page-banner-section .inner-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper {
  padding: 0;
  list-style: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #B09D7F;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1439px) {
  .inner-page-banner-section .inner-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper {
    font-size: 16px;
    line-height: 26px;
  }
}
.inner-page-banner-section .inner-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.inner-page-banner-section .inner-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper li::after {
  content: "/";
  width: 10px;
  color: #FFFFFF;
}
.inner-page-banner-section .inner-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper li:last-child {
  gap: 0;
}
.inner-page-banner-section .inner-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper li:last-child::after {
  display: none;
}
.inner-page-banner-section .inner-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper a {
  color: #FFFFFF;
  transition: all 0.5s;
}
.inner-page-banner-section .inner-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper a:hover {
  color: #B09D7F;
  transition: all 0.5s;
}

.review-section {
  position: relative;
  overflow: hidden;
  min-height: 640px;
}
.review-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/wp-content/uploads/2026/02/review-img.png");
  width: 100%;
  height: 460px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  top: auto;
}
.review-section .review-wrapper {
  position: relative;
}

.wp-gr.rpi .wp-google-name a {
  font-family: "Verdana", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 34px !important;
  color: #222222 !important;
}
@media (max-width: 1199px) {
  .wp-gr.rpi .wp-google-name a {
    font-size: 26px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 767px) {
  .wp-gr.rpi .wp-google-name a {
    font-size: 24px !important;
  }
}

.wp-gr .grw-header-inner .grw-img-wrap {
  display: none !important;
}

.wp-gr .wp-google-based, .wp-gr .wp-google-powered {
  font-family: "Verdana", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #555555 !important;
}

.wp-gr .wp-google-wr a {
  display: inline-flex !important;
  padding: 15.5px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-family: "Verdana", sans-serif !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative !important;
  transition: all 0.5s !important;
  padding-right: 46px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  background-color: #511C29 !important;
  opacity: 1 !important;
  text-shadow: unset !important;
  white-space: unset !important;
}
.wp-gr .wp-google-wr a:hover {
  color: #ffffff !important;
  background-color: #B09D7F !important;
}
.wp-gr .wp-google-wr a:hover::after {
  background-position: 30px 0 !important;
}
.wp-gr .wp-google-wr a:hover::before {
  background-position: 50% 50% !important;
}
.wp-gr .wp-google-wr a:after {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: center !important;
  transition: all 0.5s !important;
  background-position: 50% 50% !important;
  background-size: 22px !important;
}
.wp-gr .wp-google-wr a::before {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: -30px 0 !important;
  transition: all 0.5s !important;
  z-index: 1 !important;
  background-size: 22px !important;
}

.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
  background-color: #FCF8F4 !important;
  padding: 30px !important;
}

.wp-gr.rpi a.wp-google-name {
  font-family: "Verdana", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  text-transform: capitalize !important;
  color: #511C29 !important;
}

.wp-gr .wp-google-time {
  font-family: "Verdana", sans-serif !important;
  color: #333333 !important;
}

.wp-gr .wp-google-text {
  font-family: "Verdana", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #333333 !important;
}

.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd:before {
  content: "";
  position: absolute;
  width: 56px;
  height: 48px;
  background-image: url(/wp-content/uploads/2026/02/quote-icon-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 12px;
  left: 12px;
}

.rpi .rpi-ltgt.rpi-lt, .rpi .rpi-ltgt.rpi-gt {
  border-radius: 0 !important;
  border: 0 !important;
  width: 46px !important;
  height: 46px !important;
  background: #FFFFFF !important;
  box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.09) !important;
}

.rpi .rpi-ltgt.rpi-lt:before {
  -webkit-mask: unset !important;
  mask: unset !important;
  width: 22px !important;
  height: 22px !important;
  background-color: unset !important;
  background-image: url(/wp-content/uploads/2026/02/review-left-arrow.svg) !important;
  background-position: center !important;
  margin: auto !important;
}

.rpi .rpi-ltgt.rpi-gt.grw-next:after {
  -webkit-mask: unset !important;
  mask: unset !important;
  width: 22px !important;
  height: 22px !important;
  background-color: unset !important;
  background-image: url(/wp-content/uploads/2026/02/review-right-arrow.svg) !important;
}

@media (max-width: 991px) {
  .grw-row .grw-content, .grw-row .grw-header {
    -ms-flex: unset !important;
    flex: unset !important;
    width: 100% !important;
  }
  .wp-gr .grw-row {
    flex-flow: wrap !important;
  }
}
.img-text-section {
  position: relative;
}
.img-text-section .img-text-wrapper .img-text-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media (max-width: 991px) {
  .img-text-section .img-text-wrapper .img-text-col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.img-text-section .img-text-wrapper .img-text-col .left-col .img-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 575px) {
  .img-text-section .img-text-wrapper .img-text-col .left-col .img-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.img-text-section .img-text-wrapper .img-text-col .left-col .img-group .img-box {
  position: relative;
  overflow: hidden;
  line-height: 0;
  padding-bottom: 130.374%;
}
.img-text-section .img-text-wrapper .img-text-col .left-col .img-group .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-text-section .img-text-wrapper .img-text-col .right-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 575px) {
  .img-text-section .img-text-wrapper .img-text-col .right-col {
    gap: 20px;
  }
}
.img-text-section .img-text-wrapper .img-text-col .right-col .title-wrapper .title {
  margin-bottom: 16px;
}

.categori-grid-section {
  position: relative;
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .content-header .title-wrapper .title {
  text-align: center;
  margin-bottom: 12px;
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .content-header .content-box {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #333333;
}
@media (max-width: 1439px) {
  .categori-grid-section .categori-grid-wrap .categori-grid-inner-col .content-header .content-box {
    font-size: 16px;
    line-height: 28px;
  }
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .categori-grid-section .categori-grid-wrap .categori-grid-inner-col .grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .grid-wrapper .grid-box {
  position: relative;
  background-color: #fff;
  transition: all 0.5s;
  min-width: 100%;
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .grid-wrapper .grid-box .link-col {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .grid-wrapper .grid-box .grid-img {
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .grid-wrapper .grid-box .grid-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .grid-wrapper .grid-box .grid-img .btn-group {
  position: absolute;
  left: 0;
  right: 0;
  justify-content: center;
  transform: translateY(-50%);
  top: 107%;
  transition: all 0.5s;
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .grid-wrapper .grid-box .grid-content-wrapper {
  padding: 30px 16px;
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .grid-wrapper .grid-box .grid-content-wrapper .grid-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .categori-grid-section .categori-grid-wrap .categori-grid-inner-col .grid-wrapper .grid-box .grid-content-wrapper .grid-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .categori-grid-section .categori-grid-wrap .categori-grid-inner-col .grid-wrapper .grid-box .grid-content-wrapper .grid-title {
    font-size: 20px;
  }
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .grid-wrapper .grid-box .grid-content-wrapper .grid-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .grid-wrapper .grid-box:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .grid-wrapper .grid-box:hover .grid-img .btn-group {
  top: 50%;
  transition: all 0.5s;
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .bottom-col {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .categori-grid-section .categori-grid-wrap .categori-grid-inner-col .bottom-col {
    margin-top: 30px;
  }
}
.categori-grid-section .categori-grid-wrap .categori-grid-inner-col .bottom-col .btn-group {
  justify-content: center;
}
.categori-grid-section.categori-grid-multi-list .categori-grid-wrap .categori-grid-inner-col .content-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 60px;
  align-items: flex-end;
}
@media (max-width: 1439px) {
  .categori-grid-section.categori-grid-multi-list .categori-grid-wrap .categori-grid-inner-col .content-header {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .categori-grid-section.categori-grid-multi-list .categori-grid-wrap .categori-grid-inner-col .content-header {
    grid-template-columns: 1fr;
  }
}
.categori-grid-section.categori-grid-multi-list .categori-grid-wrap .categori-grid-inner-col .content-header .title-wrapper .title {
  text-align: left;
  margin-bottom: 0;
}
.categori-grid-section.categori-grid-multi-list .categori-grid-wrap .categori-grid-inner-col .content-header .content-box {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}
.categori-grid-section.categori-grid-multi-list .categori-grid-wrap .categori-grid-inner-col .grid-wrapper {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1439px) {
  .categori-grid-section.categori-grid-multi-list .categori-grid-wrap .categori-grid-inner-col .grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .categori-grid-section.categori-grid-multi-list .categori-grid-wrap .categori-grid-inner-col .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .categori-grid-section.categori-grid-multi-list .categori-grid-wrap .categori-grid-inner-col .grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.categori-grid-section.categori-grid-multi-list .categori-grid-wrap .categori-grid-inner-col .grid-wrapper .grid-box .grid-img img {
  height: 340px;
}

.caregory-img-overlay-section {
  position: relative;
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-content-header {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
@media (max-width: 1439px) {
  .caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-content-header {
    gap: 20px;
  }
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-content-header .contect-wrapper {
  background-color: #B09D7F;
  width: calc(34% - 30px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-content-header .contect-wrapper {
    width: calc(30% - 20px);
  }
}
@media (max-width: 1199px) {
  .caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-content-header .contect-wrapper {
    width: 100%;
    max-width: 477px;
    margin: 0 auto;
    min-height: 370px;
  }
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-content-header .contect-wrapper .info-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 0;
  mix-blend-mode: multiply;
  object-position: bottom center;
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-content-header .contect-wrapper .contect-col {
  padding: 30px 22px;
  position: relative;
}
@media (max-width: 1439px) {
  .caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-content-header .contect-wrapper .contect-col {
    padding: 20px 12px;
  }
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-content-header .contect-wrapper .contect-col .title-wrapper .title {
  text-align: center;
  color: #511C29;
  margin-bottom: 9px;
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-content-header .contect-wrapper .contect-col .content-box {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-content-header .contect-wrapper .contect-col .btn-group {
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper {
  display: flex;
  flex-flow: wrap;
  width: 66%;
  gap: 30px;
}
@media (max-width: 1439px) {
  .caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper {
    gap: 20px;
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper {
    flex-flow: column;
    gap: 30px;
  }
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper .grid-box {
  position: relative;
  transition: all 0.5s;
  width: 100%;
  max-width: calc((100% - 60px) / 3);
  height: 440px;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper .grid-box {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 991px) {
  .caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper .grid-box {
    max-width: 477px;
    margin: 0 auto;
  }
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper .grid-box .grid-img {
  position: static;
  line-height: 0;
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper .grid-box .grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 440px;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper .grid-box .grid-content-wrapper {
  padding: 20px 16px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  margin-top: auto;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0;
  top: auto;
  bottom: -40px;
  transition: all 0.5s;
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper .grid-box .grid-content-wrapper .grid-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper .grid-box .grid-content-wrapper .grid-title {
    font-size: 18px;
  }
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper .grid-box .grid-content-wrapper .grid-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper .grid-box .grid-content-wrapper .text-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #511C29;
  display: block;
  margin-top: 12px;
  transition: all 0.5s;
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper .grid-box:hover {
  transition: all 0.5s;
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .grid-wrapper .grid-box:hover .grid-content-wrapper {
  bottom: 0;
  transition: all 0.5s;
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .bottom-col {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .bottom-col {
    margin-top: 30px;
  }
}
.caregory-img-overlay-section .caregory-img-overlay-wrap .caregory-img-overlay-inner-col .bottom-col .btn-group {
  justify-content: center;
}

.richtext-section {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  min-height: 700px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .richtext-section {
    padding: 40px 0;
  }
}
.richtext-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  width: 100%;
  height: 100%;
}
.richtext-section .bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.richtext-section .richtext-wrapper {
  position: relative;
  z-index: 2;
}
.richtext-section .richtext-wrapper .richtext-col .title-wrapper {
  margin-bottom: 30px;
}
.richtext-section .richtext-wrapper .richtext-col .title-wrapper .title {
  color: #ffffff;
  margin-bottom: 12px;
}
.richtext-section .richtext-wrapper .richtext-col .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1439px) {
  .richtext-section .richtext-wrapper .richtext-col .content-wrap {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .richtext-section .richtext-wrapper .richtext-col .content-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.richtext-section .richtext-wrapper .richtext-col .content-wrap .content-col {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1199px) {
  .richtext-section .richtext-wrapper .richtext-col .content-wrap .content-col {
    gap: 16px;
  }
}
.richtext-section .richtext-wrapper .richtext-col .content-wrap .content-col .content-box {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.richtext-section .richtext-wrapper .richtext-col .content-wrap .content-col .content-box a {
  color: #FFFFFF;
  text-decoration: underline;
}
.product-grid-section {
  position: relative;
  background-color: #FCF8F4;
}
.product-grid-section .product-grid-wrap .product-grid-inner-col .content-header .title-wrapper .title {
  text-align: center;
  margin-bottom: 12px;
}
.product-grid-section .product-grid-wrap .product-grid-inner-col .content-header .content-box {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #333333;
}
@media (max-width: 1439px) {
  .product-grid-section .product-grid-wrap .product-grid-inner-col .content-header .content-box {
    font-size: 16px;
    line-height: 28px;
  }
}
.product-grid-section .product-grid-wrap .product-grid-inner-col .product-item-list-wrap {
  margin-top: 60px;
}
.product-grid-section .product-grid-wrap .product-grid-inner-col .product-item-list-wrap .product-item-slider {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.product-grid-section .product-grid-wrap .product-grid-inner-col .product-item-list-wrap .product-item-slider .product-col {
  margin: 0 15px;
}
.product-grid-section .product-grid-wrap .bottom-col {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .product-grid-section .product-grid-wrap .bottom-col {
    margin-top: 30px;
  }
}
.product-grid-section .product-grid-wrap .bottom-col .btn-group {
  justify-content: center;
}

.product-col {
  position: relative;
  overflow: hidden;
}
.product-col .img-box {
  background-color: #ffffff;
  position: relative;
  height: 332px;
  margin-bottom: 22px;
}
.product-col .img-box a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.product-col .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 0;
  transition: all 0.5s;
}
.product-col .img-box img.default-img {
  opacity: 1;
  visibility: visible;
}
.product-col .img-box img.hover-img {
  opacity: 0;
  visibility: hidden;
}
.product-col .product-info-col .title {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #121212;
}
.product-col .product-info-col .title a {
  color: #121212;
}
.product-col .product-info-col .price-wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.product-col .product-info-col .price-wrap .price {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #511C29;
  margin-top: 16px;
}
.product-col .product-info-col .price-wrap .price .text, .product-col .product-info-col .price-wrap .price .woocommerce-price-suffix {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #121212;
  opacity: 0.5;
}
.product-col .product-info-col .price-wrap a.added_to_cart.wc-forward {
  width: fit-content;
  margin-top: 0px;
  display: inline-flex;
  padding: 15.5px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-family: "Verdana", sans-serif !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative !important;
  transition: all 0.5s !important;
  padding-right: 46px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  border: 0 !important;
  background-color: #511C29 !important;
}
.product-col .product-info-col .price-wrap a.added_to_cart.wc-forward:hover {
  color: #ffffff !important;
  background-color: #B09D7F !important;
}
.product-col .product-info-col .price-wrap a.added_to_cart.wc-forward:hover::after {
  background-position: 30px 0 !important;
}
.product-col .product-info-col .price-wrap a.added_to_cart.wc-forward:hover::before {
  background-position: 50% 50% !important;
}
.product-col .product-info-col .price-wrap a.added_to_cart.wc-forward:after {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: center !important;
  transition: all 0.5s !important;
  background-position: 50% 50% !important;
  background-size: 22px !important;
  margin: auto !important;
  inset: 0;
}
.product-col .product-info-col .price-wrap a.added_to_cart.wc-forward::before {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: -30px 0 !important;
  transition: all 0.5s !important;
  z-index: 1 !important;
  background-size: 22px !important;
}
.product-col .product-info-col .price-wrap .cart-btn {
  background: #511C29;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 0;
  box-shadow: none !important;
  outline: none !important;
  position: relative;
  right: -50px;
  transition: all 0.5s;
  padding: 0;
}
.product-col .product-info-col .price-wrap .cart-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.product-col:hover .img-box img.default-img {
  opacity: 0;
  visibility: hidden;
}
.product-col:hover .img-box img.hover-img {
  opacity: 1;
  visibility: visible;
}
.product-col:hover .cart-btn {
  right: 0 !important;
  transition: all 0.5s;
}

.products-filter-section {
  position: relative;
  background-color: #FCF8F4;
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .contect-wrapper {
  width: calc(34% - 30px);
  position: relative;
  overflow: hidden;
  padding: 30px;
}
@media (max-width: 1279px) {
  .products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .contect-wrapper {
    width: calc(40% - 30px);
  }
}
@media (max-width: 991px) {
  .products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .contect-wrapper {
    width: 100%;
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .contect-wrapper {
    min-height: 500px;
    padding: 30px 20px;
  }
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .contect-wrapper .info-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .contect-wrapper .contect-col {
  position: relative;
  z-index: 2;
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .contect-wrapper .contect-col .title-wrapper {
  text-align: right;
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .contect-wrapper .contect-col .title-wrapper .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .contect-wrapper .contect-col .title-wrapper .title {
    hyphens: auto;
    word-break: break-word;
  }
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .contect-wrapper .contect-col .title-wrapper .title span {
  color: #B09D7F;
  display: block;
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .contect-wrapper .contect-col .btn-group {
  justify-content: flex-end;
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .grid-wrapper {
  width: 66%;
}
@media (max-width: 1279px) {
  .products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .grid-wrapper {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .grid-wrapper {
    width: 100%;
  }
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .grid-wrapper .title-wrapper .title {
  margin-bottom: 30px;
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .grid-wrapper .filter-tab-col .filter-btn-col {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  overflow-x: auto;
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .grid-wrapper .filter-tab-col .filter-btn-col li {
  font-size: 16px;
  line-height: 19px;
  color: #121212;
  flex: none;
  order: 0;
  flex-grow: 0;
  cursor: pointer;
  padding: 8px 0.97vw;
  border-bottom: 1px solid rgba(176, 157, 127, 0.3019607843);
  white-space: nowrap;
}
@media (max-width: 1279px) {
  .products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .grid-wrapper .filter-tab-col .filter-btn-col li {
    padding: 8px 20px;
  }
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .grid-wrapper .filter-tab-col .filter-btn-col li.active {
  font-weight: 700;
  color: #511C29;
  border-bottom: 3px solid #511C29;
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .grid-wrapper .filter-tab-col .filiter-slider-col {
  width: calc(100% + 30px);
  margin-left: -15px;
  display: flex;
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .grid-wrapper .filter-tab-col .filiter-slider-col .product-col {
  margin: 0 15px;
}
.products-filter-section .products-filter-wrap .products-filter-inner-col .grid-content-header .grid-wrapper .filter-tab-col .filiter-slider-col.slick-initialized {
  display: block;
}

.fullimage-text-section {
  position: relative;
}
.fullimage-text-section .img-text-wrapper .img-text-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media (max-width: 991px) {
  .fullimage-text-section .img-text-wrapper .img-text-col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fullimage-text-section .img-text-wrapper .img-text-col .left-col {
  height: 100%;
}
.fullimage-text-section .img-text-wrapper .img-text-col .left-col .img-group {
  height: 100%;
}
.fullimage-text-section .img-text-wrapper .img-text-col .left-col .img-group .img-box {
  position: relative;
  overflow: hidden;
  line-height: 0;
  height: 100%;
  min-height: 350px;
}
.fullimage-text-section .img-text-wrapper .img-text-col .left-col .img-group .img-box img {
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullimage-text-section .img-text-wrapper .img-text-col .right-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 575px) {
  .fullimage-text-section .img-text-wrapper .img-text-col .right-col {
    gap: 20px;
  }
}
.fullimage-text-section .img-text-wrapper .img-text-col .right-col .title-wrapper .title {
  margin-bottom: 16px;
}

.opeing-hours-section {
  position: relative;
}
.opeing-hours-section .opeing-hours-wrapper .img-text-col {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 30px;
}
.opeing-hours-section .opeing-hours-wrapper .img-text-col .left-col {
  width: 100%;
  max-width: 62%;
}
@media (max-width: 1279px) {
  .opeing-hours-section .opeing-hours-wrapper .img-text-col .left-col {
    max-width: 55%;
  }
}
@media (max-width: 991px) {
  .opeing-hours-section .opeing-hours-wrapper .img-text-col .left-col {
    max-width: 100%;
  }
}
.opeing-hours-section .opeing-hours-wrapper .img-text-col .left-col .img-group .img-box {
  position: relative;
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.opeing-hours-section .opeing-hours-wrapper .img-text-col .left-col .img-group .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 580px;
}
@media (max-width: 991px) {
  .opeing-hours-section .opeing-hours-wrapper .img-text-col .left-col .img-group .img-box img {
    height: 350px;
  }
}
.opeing-hours-section .opeing-hours-wrapper .img-text-col .right-col {
  width: 100%;
  max-width: calc(38% - 30px);
  padding: 30px;
  background-color: #511C29;
}
@media (max-width: 1279px) {
  .opeing-hours-section .opeing-hours-wrapper .img-text-col .right-col {
    max-width: calc(45% - 30px);
  }
}
@media (max-width: 991px) {
  .opeing-hours-section .opeing-hours-wrapper .img-text-col .right-col {
    max-width: 100%;
    padding: 20px;
  }
}
.opeing-hours-section .opeing-hours-wrapper .img-text-col .right-col .title-wrapper .title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .opeing-hours-section .opeing-hours-wrapper .img-text-col .right-col .title-wrapper .title {
    margin-bottom: 16px;
    hyphens: auto;
  }
}
.opeing-hours-section .opeing-hours-wrapper .img-text-col .right-col .content-wrap {
  font-weight: 400;
  font-size: 16px;
  line-height: 240%;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .opeing-hours-section .opeing-hours-wrapper .img-text-col .right-col .content-wrap {
    margin-bottom: 16px;
  }
}
.opeing-hours-section .opeing-hours-wrapper .img-text-col .right-col .content-wrap ul li .days-col {
  min-width: 100px;
  display: inline-block;
}

.blog-page-banner-section {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px 0 0;
}
.blog-page-banner-section .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.blog-page-banner-section .blog-page-banner-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.blog-page-banner-section .blog-page-banner-wrapper .grid-col .banner-content {
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  width: 100%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-page-banner-section .blog-page-banner-wrapper .grid-col .banner-content .title-wrapper {
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}
.blog-page-banner-section .blog-page-banner-wrapper .grid-col .banner-content .title-wrapper .subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  border-bottom: 16px;
}
.blog-page-banner-section .blog-page-banner-wrapper .grid-col .banner-content .title-wrapper .title {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
.blog-page-banner-section .blog-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper {
  padding: 0;
  list-style: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #B09D7F;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1439px) {
  .blog-page-banner-section .blog-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper {
    font-size: 16px;
    line-height: 26px;
  }
}
.blog-page-banner-section .blog-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.blog-page-banner-section .blog-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper li::after {
  content: "/";
  width: 10px;
  color: #FFFFFF;
}
.blog-page-banner-section .blog-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper li:last-child {
  gap: 0;
}
.blog-page-banner-section .blog-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper li:last-child::after {
  display: none;
}
.blog-page-banner-section .blog-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper a {
  color: #FFFFFF;
  transition: all 0.5s;
}
.blog-page-banner-section .blog-page-banner-wrapper .grid-col .banner-content .breadcrumb-wrapper a:hover {
  color: #B09D7F;
  transition: all 0.5s;
}

.blogs-list-section {
  position: relative;
}
.blogs-list-section .blogs-list-wrapper .grid-col {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item {
  width: 100%;
  max-width: calc((100% - 90px) / 4);
  position: relative;
}
@media (max-width: 1199px) {
  .blogs-list-section .blogs-list-wrapper .grid-col .blog-item {
    max-width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 991px) {
  .blogs-list-section .blogs-list-wrapper .grid-col .blog-item {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 680px) {
  .blogs-list-section .blogs-list-wrapper .grid-col .blog-item {
    max-width: 100%;
  }
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item .blog-link {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 2;
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item .img-box {
  position: relative;
  overflow: hidden;
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item .img-box .blog-tag {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #511C29;
  position: absolute;
  top: 16px;
  left: auto;
  right: 0;
  z-index: 2;
  box-shadow: px 4px 0px rgba(0, 0, 0, 0.4);
  padding: 10px 37px 10px 27px;
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item .img-box .blog-tag .tag-col {
  position: relative;
  z-index: 2;
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item .img-box .blog-tag:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 10% 50%);
  border: 1px solid #FFFFFF;
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item .img-box .blog-tag span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #111111;
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item .img-box img {
  width: 100%;
  height: 292px;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s;
  transform: scale(1);
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item .title-wrapper {
  margin-top: 14px;
  position: relative;
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item .title-wrapper:after {
  content: "";
  background-image: url("../images/btn-arrow-dark.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  transition: all 0.5s;
  background-position: 50% 50%;
  background-size: 22px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item .title-wrapper::before {
  content: "";
  background-image: url("../images/btn-arrow-dark.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: -30px 0;
  transition: all 0.5s;
  z-index: 1;
  background-size: 22px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item .title-wrapper h2.title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #511C29;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  padding-right: 34px;
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item:hover .img-box img {
  transform: scale(1.05);
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item:hover .title-wrapper::after {
  background-position: 30px 0;
}
.blogs-list-section .blogs-list-wrapper .grid-col .blog-item:hover .title-wrapper::before {
  background-position: 50% 50%;
}

.map-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .map-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .map-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.contect-section {
  position: relative;
  background-color: #B09D7F;
}
.contect-section .contect-wrap .contect-inner-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
@media (max-width: 767px) {
  .contect-section .contect-wrap .contect-inner-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contect-section .contect-wrap .contect-inner-wrap .left-col {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 20px;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .header-col .title-wrap .title {
  line-height: 120%;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .contect-section .contect-wrap .contect-inner-wrap .left-col .header-col .title-wrap .title {
    hyphens: auto;
  }
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .header-col .richt-text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .icon-box {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 10px;
  background-color: #B09D7F;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .icon-box {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .icon-box img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .icon-box img {
    width: 28px;
    height: 28px;
  }
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .sub__text .info-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #B09D7F;
  margin-bottom: 4px;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .sub__text .link-box {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
}
@media (max-width: 991px) {
  .contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .sub__text .link-box {
    font-size: 16px;
  }
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .sub__text .link-box a {
  color: #333333;
  transition: all 0.5s;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .sub__text .link-box a:hover {
  color: #FCF8F4;
  transition: all 0.5s;
}
.contect-section .contect-wrap .contect-inner-wrap .right-col {
  padding: 30px;
  border-radius: 20px;
  background-color: #FCF8F4;
}
.contect-section .contect-wrap .contect-inner-wrap .right-col .title {
  line-height: 1.2;
  margin-bottom: 30px;
  color: #121212;
}

.accodian_section {
  background-color: #FCF8F4;
}
.accodian_section .accodian_wrap .accodian_row .content-header {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.accodian_section .accodian_wrap .accodian_row .content-header .title-wrap .title {
  margin-bottom: 22px;
  line-height: 1.2;
  text-align: center;
}
.accodian_section .accodian_wrap .accodian_row .content-header .content-box {
  text-align: center;
}
.accodian_section .accodian_wrap .accodian_row .bottom-col {
  text-align: center;
  margin-top: 40px;
}
.accodian_section .accodian_wrap .accodian_row .accordion_wrap {
  width: 100%;
}
.accodian_section .accodian_wrap .accodian_row .accordion_wrap .at-item {
  margin-bottom: 12px;
  background: #fff;
  border-radius: 12px;
  transition: all 0.5s;
}
.accodian_section .accodian_wrap .accodian_row .accordion_wrap .at-item:last-child {
  margin-bottom: 0;
}
.accodian_section .accodian_wrap .accodian_row .accordion_wrap .at-item:hover {
  transition: all 0.5s;
}
.accodian_section .accodian_wrap .accodian_row .accordion_wrap .at-item:hover .at-title::after {
  background-color: #511C29;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.accodian_section .accodian_wrap .accodian_row .accordion_wrap .at-item :has(.at-title.active) {
  transition: all 0.5s;
}
.accodian_section .accodian_wrap .accodian_row .accordion_wrap .at-item .at-title {
  position: relative;
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}
.accodian_section .accodian_wrap .accodian_row .accordion_wrap .at-item .at-title::after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/uploads/2026/02/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  background-color: #B09D7F;
  flex: 0 0 32px;
  border-radius: 32px;
  transition: all 0.5s;
}
.accodian_section .accodian_wrap .accodian_row .accordion_wrap .at-item .at-title.active::after {
  background-color: #511C29;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.accodian_section .accodian_wrap .accodian_row .accordion_wrap .at-item .at-title .title {
  margin-bottom: 0;
  flex: 1;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #121212;
  font-family: "Verdana", sans-serif;
}
.accodian_section .accodian_wrap .accodian_row .accordion_wrap .at-item .at-tab {
  display: none;
  padding: 15px 16px 16px 16px;
  margin-top: -15px;
}
.accodian_section .accodian_wrap .accodian_row .accordion_wrap .at-item .at-tab .tab_content_col {
  display: flex;
  flex-flow: column;
  gap: 0px;
}
.accodian_section .accodian_wrap .accodian_row .accordion_wrap .at-item .at-tab .tab_content_col p:last-child {
  margin-bottom: 0;
}

.cantent__cardgrid__section {
  position: relative;
}
@media (max-width: 767px) {
  .cantent__cardgrid__section .cantent__cardgrid__wrap * {
    hyphens: auto;
  }
}
.cantent__cardgrid__section .cantent__cardgrid__wrap .grid__col {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
}
@media (max-width: 1439px) {
  .cantent__cardgrid__section .cantent__cardgrid__wrap .grid__col {
    gap: 30px;
  }
}
.cantent__cardgrid__section .cantent__cardgrid__wrap .grid__col .grid__item {
  width: 100%;
  max-width: calc((100% - 60px) / 2);
  background: #FCF8F4;
  padding: 30px;
}
@media (max-width: 1439px) {
  .cantent__cardgrid__section .cantent__cardgrid__wrap .grid__col .grid__item {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 991px) {
  .cantent__cardgrid__section .cantent__cardgrid__wrap .grid__col .grid__item {
    max-width: 100%;
    padding: 20px;
  }
}
.cantent__cardgrid__section .cantent__cardgrid__wrap .grid__col .grid__item table {
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .cantent__cardgrid__section .cantent__cardgrid__wrap .grid__col .grid__item table {
    margin-left: -20px;
    width: calc(100% + 40px) !important;
  }
}
.cantent__cardgrid__section .cantent__cardgrid__wrap .grid__col .grid__item table tbody tr {
  border-bottom: 1px solid #cccccc;
}
.cantent__cardgrid__section .cantent__cardgrid__wrap .grid__col .grid__item table th, .cantent__cardgrid__section .cantent__cardgrid__wrap .grid__col .grid__item table td {
  padding: 12px 15px;
}
.cantent__cardgrid__section .cantent__cardgrid__wrap .grid__col .grid__item table thead tr {
  background-color: #B09D7F;
  color: #ffffff;
  text-align: left;
}
.cantent__cardgrid__section .cantent__cardgrid__wrap .grid__col .grid__item table tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}
.cantent__cardgrid__section .cantent__cardgrid__wrap .grid__col .grid__item table tbody tr:last-of-type {
  border-bottom: 2px solid #B09D7F;
}

.description__section table {
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .description__section table {
    margin-left: -20px;
    width: calc(100% + 40px) !important;
  }
}
.description__section table tbody tr {
  border-bottom: 1px solid #cccccc;
}
.description__section table th, .description__section table td {
  padding: 12px 15px;
}
.description__section table thead tr {
  background-color: #B09D7F;
  color: #ffffff;
  text-align: left;
}
.description__section table tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}
.description__section table tbody tr:last-of-type {
  border-bottom: 2px solid #B09D7F;
}
@media (max-width: 767px) {
  .description__section {
    hyphens: auto;
    word-break: break-word;
  }
}
.description__section h1, .description__section .h1, .description__section h2, .description__section .h2, .description__section h3, .description__section .h3, .description__section h4, .description__section .h4, .description__section h5, .description__section .h5 h6, .description__section .h6 {
  line-height: 1.2 !important;
  margin-bottom: 20px !important;
  margin-top: 26px !important;
  hyphens: auto;
  word-break: break-word;
  font-weight: 700;
  color: #121212;
}
.description__section .wp-block-details {
  box-sizing: border-box;
  margin-bottom: 16px;
  border: 1px solid #ececec;
  padding: 10px 20px;
  border-radius: 10px;
}
.description__section ul {
  margin: 16px 0;
}
.description__section ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
}
.description__section ul li:last-child {
  margin-bottom: 0;
}
.description__section ul li::before {
  content: "";
  background-image: url(/wp-content/uploads/2026/02/mingcute_check-fill.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block !important;
}
.description__section ol {
  list-style: decimal;
  padding-left: 20px;
  margin: 16px 0;
}
.description__section ol li {
  margin-bottom: 16px;
}
.description__section blockquote {
  margin: 20px auto;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #511C29;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
}
.description__section blockquote::before {
  font-family: Arial;
  content: "“";
  color: #511C29;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
.description__section blockquote::after {
  content: "";
}
.description__section blockquote span {
  display: block;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
.description__section video, .description__section iframe {
  width: 100%;
}
.description__section img {
  object-fit: contain;
  max-width: 100%;
}

.woocommerce-breadcrumb {
  max-width: 1480px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 20px auto 20px !important;
}

.woocommerce-breadcrumb {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 120% !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
.woocommerce-breadcrumb a {
  color: #000000 !important;
}
.woocommerce-breadcrumb::before, .woocommerce-breadcrumb::after {
  display: none !important;
}

.tax-product_cat .woocommerce-products-header, .post-type-archive .woocommerce-products-header {
  border-bottom: 1px solid #CCCCCC;
}
.tax-product_cat .woocommerce-products-header .woocommerce-products-header__title.page-title, .post-type-archive .woocommerce-products-header .woocommerce-products-header__title.page-title {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 20px auto 20px;
}
.tax-product_cat .category-top-content, .post-type-archive .category-top-content {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 20px auto 20px;
}
.tax-product_cat .category-bottom-content, .post-type-archive .category-bottom-content {
  margin-top: 60px;
}
.tax-product_cat .category-bottom-content h1,
.tax-product_cat .category-bottom-content h2,
.tax-product_cat .category-bottom-content h3,
.tax-product_cat .category-bottom-content h4,
.tax-product_cat .category-bottom-content h5,
.tax-product_cat .category-bottom-content h6,
.tax-product_cat .category-bottom-content .h1,
.tax-product_cat .category-bottom-content .h2,
.tax-product_cat .category-bottom-content .h3,
.tax-product_cat .category-bottom-content .h4,
.tax-product_cat .category-bottom-content .h5,
.tax-product_cat .category-bottom-content .h6, .post-type-archive .category-bottom-content h1,
.post-type-archive .category-bottom-content h2,
.post-type-archive .category-bottom-content h3,
.post-type-archive .category-bottom-content h4,
.post-type-archive .category-bottom-content h5,
.post-type-archive .category-bottom-content h6,
.post-type-archive .category-bottom-content .h1,
.post-type-archive .category-bottom-content .h2,
.post-type-archive .category-bottom-content .h3,
.post-type-archive .category-bottom-content .h4,
.post-type-archive .category-bottom-content .h5,
.post-type-archive .category-bottom-content .h6 {
  color: #511C29;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 120%;
}
.tax-product_cat .category-bottom-content h1, .tax-product_cat .category-bottom-content .h1, .post-type-archive .category-bottom-content h1, .post-type-archive .category-bottom-content .h1 {
  font-size: 30px;
}
.tax-product_cat .category-bottom-content h2, .tax-product_cat .category-bottom-content .h2, .post-type-archive .category-bottom-content h2, .post-type-archive .category-bottom-content .h2 {
  font-size: 28px;
}
.tax-product_cat .category-bottom-content h3, .tax-product_cat .category-bottom-content .h3, .post-type-archive .category-bottom-content h3, .post-type-archive .category-bottom-content .h3 {
  font-size: 26px;
}
.tax-product_cat .category-bottom-content h4, .tax-product_cat .category-bottom-content .h4, .post-type-archive .category-bottom-content h4, .post-type-archive .category-bottom-content .h4 {
  font-size: 24px;
}
.tax-product_cat .category-bottom-content h5, .tax-product_cat .category-bottom-content .h5, .post-type-archive .category-bottom-content h5, .post-type-archive .category-bottom-content .h5 {
  font-size: 22px;
}
.tax-product_cat .category-bottom-content h6, .tax-product_cat .category-bottom-content .h6, .post-type-archive .category-bottom-content h6, .post-type-archive .category-bottom-content .h6 {
  font-size: 20px;
}
.tax-product_cat .category-bottom-content ul, .tax-product_cat .category-bottom-content ol, .post-type-archive .category-bottom-content ul, .post-type-archive .category-bottom-content ol {
  margin-top: 16px;
  margin-bottom: 16px;
}
.tax-product_cat .category-bottom-content ul, .post-type-archive .category-bottom-content ul {
  margin-bottom: 20px;
}
.tax-product_cat .category-bottom-content ul li, .post-type-archive .category-bottom-content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
}
.tax-product_cat .category-bottom-content ul li:last-child, .post-type-archive .category-bottom-content ul li:last-child {
  margin-bottom: 0;
}
.tax-product_cat .category-bottom-content ul li::before, .post-type-archive .category-bottom-content ul li::before {
  content: "";
  background-image: url(/wp-content/uploads/2026/02/mingcute_check-fill.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block !important;
}
.tax-product_cat .category-bottom-content ol, .post-type-archive .category-bottom-content ol {
  list-style: decimal;
  padding-left: 20px;
}
.tax-product_cat .category-bottom-content ol li, .post-type-archive .category-bottom-content ol li {
  margin-bottom: 16px;
}
.tax-product_cat .content-area .shop-wrapper, .post-type-archive .content-area .shop-wrapper {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  gap: 30px 60px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .tax-product_cat .content-area .shop-wrapper, .post-type-archive .content-area .shop-wrapper {
    padding-bottom: 60px;
    flex-flow: wrap;
  }
}
@media (max-width: 767px) {
  .tax-product_cat .content-area .shop-wrapper, .post-type-archive .content-area .shop-wrapper {
    padding-bottom: 40px;
  }
}
.tax-product_cat .content-area .shop-wrapper .filter-button, .post-type-archive .content-area .shop-wrapper .filter-button {
  display: none;
}
@media (max-width: 991px) {
  .tax-product_cat .content-area .shop-wrapper .filter-button, .post-type-archive .content-area .shop-wrapper .filter-button {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23511C29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5' d='M21.25 12H8.895m-4.361 0H2.75m18.5 6.607h-5.748m-4.361 0H2.75m18.5-13.214h-3.105m-4.361 0H2.75m13.214 2.18a2.18 2.18 0 1 0 0-4.36a2.18 2.18 0 0 0 0 4.36Zm-9.25 6.607a2.18 2.18 0 1 0 0-4.36a2.18 2.18 0 0 0 0 4.36Zm6.607 6.608a2.18 2.18 0 1 0 0-4.361a2.18 2.18 0 0 0 0 4.36Z'/%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description, .post-type-archive .content-area .shop-wrapper .shop-content .term-description {
  margin-bottom: 30px;
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description h1,
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description h2,
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description h3,
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description h4,
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description h5,
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description h6,
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description .h1,
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description .h2,
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description .h3,
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description .h4,
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description .h5,
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description .h6, .post-type-archive .content-area .shop-wrapper .shop-content .term-description h1,
.post-type-archive .content-area .shop-wrapper .shop-content .term-description h2,
.post-type-archive .content-area .shop-wrapper .shop-content .term-description h3,
.post-type-archive .content-area .shop-wrapper .shop-content .term-description h4,
.post-type-archive .content-area .shop-wrapper .shop-content .term-description h5,
.post-type-archive .content-area .shop-wrapper .shop-content .term-description h6,
.post-type-archive .content-area .shop-wrapper .shop-content .term-description .h1,
.post-type-archive .content-area .shop-wrapper .shop-content .term-description .h2,
.post-type-archive .content-area .shop-wrapper .shop-content .term-description .h3,
.post-type-archive .content-area .shop-wrapper .shop-content .term-description .h4,
.post-type-archive .content-area .shop-wrapper .shop-content .term-description .h5,
.post-type-archive .content-area .shop-wrapper .shop-content .term-description .h6 {
  color: #511C29;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 120%;
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description h1, .tax-product_cat .content-area .shop-wrapper .shop-content .term-description .h1, .post-type-archive .content-area .shop-wrapper .shop-content .term-description h1, .post-type-archive .content-area .shop-wrapper .shop-content .term-description .h1 {
  font-size: 30px;
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description h2, .tax-product_cat .content-area .shop-wrapper .shop-content .term-description .h2, .post-type-archive .content-area .shop-wrapper .shop-content .term-description h2, .post-type-archive .content-area .shop-wrapper .shop-content .term-description .h2 {
  font-size: 28px;
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description h3, .tax-product_cat .content-area .shop-wrapper .shop-content .term-description .h3, .post-type-archive .content-area .shop-wrapper .shop-content .term-description h3, .post-type-archive .content-area .shop-wrapper .shop-content .term-description .h3 {
  font-size: 26px;
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description h4, .tax-product_cat .content-area .shop-wrapper .shop-content .term-description .h4, .post-type-archive .content-area .shop-wrapper .shop-content .term-description h4, .post-type-archive .content-area .shop-wrapper .shop-content .term-description .h4 {
  font-size: 24px;
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description h5, .tax-product_cat .content-area .shop-wrapper .shop-content .term-description .h5, .post-type-archive .content-area .shop-wrapper .shop-content .term-description h5, .post-type-archive .content-area .shop-wrapper .shop-content .term-description .h5 {
  font-size: 22px;
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description h6, .tax-product_cat .content-area .shop-wrapper .shop-content .term-description .h6, .post-type-archive .content-area .shop-wrapper .shop-content .term-description h6, .post-type-archive .content-area .shop-wrapper .shop-content .term-description .h6 {
  font-size: 20px;
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description ul, .tax-product_cat .content-area .shop-wrapper .shop-content .term-description ol, .post-type-archive .content-area .shop-wrapper .shop-content .term-description ul, .post-type-archive .content-area .shop-wrapper .shop-content .term-description ol {
  margin-top: 16px;
  margin-bottom: 16px;
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description ul, .post-type-archive .content-area .shop-wrapper .shop-content .term-description ul {
  margin-bottom: 20px;
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description ul li, .post-type-archive .content-area .shop-wrapper .shop-content .term-description ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description ul li:last-child, .post-type-archive .content-area .shop-wrapper .shop-content .term-description ul li:last-child {
  margin-bottom: 0;
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description ul li::before, .post-type-archive .content-area .shop-wrapper .shop-content .term-description ul li::before {
  content: "";
  background-image: url(/wp-content/uploads/2026/02/mingcute_check-fill.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block !important;
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description ol, .post-type-archive .content-area .shop-wrapper .shop-content .term-description ol {
  list-style: decimal;
  padding-left: 20px;
}
.tax-product_cat .content-area .shop-wrapper .shop-content .term-description ol li, .post-type-archive .content-area .shop-wrapper .shop-content .term-description ol li {
  margin-bottom: 16px;
}
.tax-product_cat .content-area .shop-wrapper .shop-content ul.products.columns-4, .post-type-archive .content-area .shop-wrapper .shop-content ul.products.columns-4 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .tax-product_cat .content-area .shop-wrapper aside.shop-sidebar, .post-type-archive .content-area .shop-wrapper aside.shop-sidebar {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
}
@media (max-width: 991px) {
  .tax-product_cat .content-area .shop-wrapper.filter-open aside.shop-sidebar, .post-type-archive .content-area .shop-wrapper.filter-open aside.shop-sidebar {
    max-height: 2000px;
    overflow: hidden;
    transition: all 0.5s;
  }
}

aside.shop-sidebar {
  width: 300px;
  flex: 0 0 300px;
}
@media (max-width: 991px) {
  aside.shop-sidebar {
    width: 100%;
    flex: unset;
  }
}
aside.shop-sidebar .widget-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
aside.shop-sidebar .widget {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
aside.shop-sidebar .select2-container--default .select2-selection--single {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  height: 40px;
  font-size: 16px;
  line-height: 1;
  color: #1F1D1E;
}
aside.shop-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1F1D1E;
  padding-top: 5px;
}
aside.shop-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
aside.shop-sidebar .price_label {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #111111;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #DDDDDD;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #252323;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -7px;
  border: 2px solid #252323;
  background-color: #ffffff;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 3px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  color: #fff;
  font-size: 14px;
  background: #B09D7F;
}

.woocommerce-widget-layered-nav-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.woocommerce-widget-layered-nav-list li:last-child {
  margin-bottom: 0;
}

.woocommerce-widget-layered-nav-list li:before,
.woocommerce-widget-layered-nav-list li:after {
  display: none !important;
}

.woocommerce-widget-layered-nav-list li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #121212;
}

.woocommerce-widget-layered-nav-list li .count {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #121212;
  opacity: 0.5;
}

.tax-product_cat .products, .post-type-archive .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.tax-product_cat .products::before, .tax-product_cat .products::after, .post-type-archive .products::before, .post-type-archive .products::after {
  display: none !important;
}
@media (max-width: 1279px) {
  .tax-product_cat .products, .post-type-archive .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .tax-product_cat .products, .post-type-archive .products {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .tax-product_cat .products, .post-type-archive .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .tax-product_cat .products, .post-type-archive .products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tax-product_cat .products li, .post-type-archive .products li {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  float: unset !important;
  clear: unset !important;
}

.products li {
  margin: 0 !important;
  position: relative;
}
.products li.product-category {
  position: relative !important;
  background: #fff !important;
  border-radius: 0px !important;
  padding: 0;
  overflow: hidden !important;
  height: 390px;
}
.products li.product-category:before {
  background-image: url(/wp-content/uploads/2026/01/product-cart.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  content: "";
  width: 101px;
  height: 103px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: auto;
  right: -1px;
}
.products li.product-category > a {
  display: block;
}
.products li.product-category > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products li.product-category > a .woocommerce-loop-category__title {
  background-color: #511C29;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
  padding: 0 !important;
  border-radius: 12px;
  width: fit-content;
  max-width: calc(100% - 40px);
  padding: 16px 20px !important;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.products li.product-category > a .woocommerce-loop-category__title mark.count {
  background: transparent;
  color: #fff;
}
.products.products:has(.type-product) {
  border-radius: 0px;
  position: relative;
}
.products.products:has(.type-product) .type-product {
  overflow: hidden;
}
.products.products:has(.type-product) .type-product .price {
  width: calc(100% - 65px);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #511C29;
  font-family: "Verdana", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0px;
  padding-bottom: 0;
}
.products.products:has(.type-product) .type-product .price del {
  font-size: 16px;
  color: #121212;
  opacity: 1;
}
.products.products:has(.type-product) .type-product .price .woocommerce-price-suffix {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #121212;
  opacity: 0.5;
}
.products.products:has(.type-product) .type-product .attachment-woocommerce_thumbnail, .products.products:has(.type-product) .type-product img.wp-post-image {
  width: 100% !important;
  object-fit: contain;
  object-position: center;
  height: 296px !important;
  margin-bottom: 22px;
}
.products.products:has(.type-product) .type-product .woocommerce-LoopProduct-link {
  padding: 0;
  display: block;
  width: 100%;
}
.products.products:has(.type-product) .type-product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  color: #121212;
  font-family: "Verdana", sans-serif;
  padding: 0 !important;
  margin-bottom: 16px;
}
.products.products:has(.type-product) .type-product .button.add_to_cart_button {
  width: 42px;
  height: 42px;
  padding: 0;
  background-color: #511C29;
  border: 0;
  border-radius: 42px !important;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0;
  background-image: url(/wp-content/uploads/2026/02/Cart.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -50px;
}
.products.products:has(.type-product) .type-product .button.add_to_cart_button:hover {
  background-color: #511C29;
  transition: all 0.5s;
}
.products.products:has(.type-product) .type-product:hover .button.add_to_cart_button {
  right: 0;
  transition: all 0.5s;
}

form.woocommerce-ordering select {
  border: 0px solid #cccccc;
  padding: 0px;
  border-radius: 0px;
  font-size: 16px;
  color: #000000;
}

.woocommerce ul.products li.product a.add-request-quote-button.button {
  margin-top: 16px;
  display: inline-flex;
  padding: 15.5px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-family: "Verdana", sans-serif !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative !important;
  transition: all 0.5s !important;
  padding-right: 46px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  border: 0 !important;
  background-color: #511C29 !important;
}
.woocommerce ul.products li.product a.add-request-quote-button.button:hover {
  color: #ffffff !important;
  background-color: #B09D7F !important;
}
.woocommerce ul.products li.product a.add-request-quote-button.button:hover::after {
  background-position: 30px 0 !important;
}
.woocommerce ul.products li.product a.add-request-quote-button.button:hover::before {
  background-position: 50% 50% !important;
}
.woocommerce ul.products li.product a.add-request-quote-button.button:after {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: center !important;
  transition: all 0.5s !important;
  background-position: 50% 50% !important;
  background-size: 22px !important;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.woocommerce ul.products li.product a.add-request-quote-button.button::before {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: -30px 0 !important;
  transition: all 0.5s !important;
  z-index: 1 !important;
  background-size: 22px !important;
}

.type-product a.button.product_type_simple:not(.add_to_cart_button) {
  margin-top: 16px;
  display: inline-flex;
  padding: 15.5px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-family: "Verdana", sans-serif !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative !important;
  transition: all 0.5s !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  border: 0 !important;
  background-color: #B09D7F !important;
  display: none !important;
}
.type-product a.button.product_type_simple:not(.add_to_cart_button):hover {
  color: #ffffff !important;
  background-color: #511C29 !important;
}

ul.products.columns-4 .product.type-product {
  display: flex;
  flex-flow: column;
}
ul.products.columns-4 .product.type-product .yith-ywraq-add-to-quote {
  margin-top: auto;
}

.woocommerce-no-products-found {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 40px auto 40px;
}

.search-results main.site-main {
  padding-bottom: 40px;
}
.search-results header.page-header {
  border-bottom: 1px solid #CCCCCC;
}
.search-results header.page-header h1.page-title {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 20px auto 20px;
}
.search-results .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 40px auto 0;
}
.search-results .products::before, .search-results .products::after {
  display: none !important;
}
@media (max-width: 1439px) {
  .search-results .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .search-results .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .search-results .products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.search-results .products li {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  float: unset !important;
  clear: unset !important;
}
.search-results .products li a.add-request-quote-button {
  margin-top: 16px;
  display: inline-flex;
  padding: 15.5px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-family: "Verdana", sans-serif !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative !important;
  transition: all 0.5s !important;
  padding-right: 46px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  border: 0 !important;
  background-color: #511C29 !important;
}
.search-results .products li a.add-request-quote-button:hover {
  color: #ffffff !important;
  background-color: #B09D7F !important;
}
.search-results .products li a.add-request-quote-button:hover::after {
  background-position: 30px 0 !important;
}
.search-results .products li a.add-request-quote-button:hover::before {
  background-position: 50% 50% !important;
}
.search-results .products li a.add-request-quote-button:after {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: center !important;
  transition: all 0.5s !important;
  background-position: 50% 50% !important;
  background-size: 22px !important;
}
.search-results .products li a.add-request-quote-button::before {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: -30px 0 !important;
  transition: all 0.5s !important;
  z-index: 1 !important;
  background-size: 22px !important;
}
.search-results .search-other-results {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 40px auto 0;
}
.search-results .search-other-results .search-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.search-results .search-other-results .search-posts::before, .search-results .search-other-results .search-posts::after {
  display: none !important;
}
@media (max-width: 1439px) {
  .search-results .search-other-results .search-posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .search-results .search-other-results .search-posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .search-results .search-other-results .search-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.search-results .search-other-results .search-pages {
  display: flex;
  flex-flow: column;
  gap: 20px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 30px;
}
.search-results .search-other-results .search-pages article {
  margin-bottom: 0;
}
.search-results .search-other-results .search-pages article.page.type-page {
  display: flex;
  flex-flow: column;
}
.search-results .search-other-results .search-pages article.page.type-page .entry-header {
  position: relative;
  order: 2;
  width: fit-content;
}
.search-results .search-other-results .search-pages article.page.type-page .entry-header:after {
  content: "";
  background-image: url("../images/btn-arrow-dark.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  transition: all 0.5s;
  background-position: 50% 50%;
  background-size: 22px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.search-results .search-other-results .search-pages article.page.type-page .entry-header::before {
  content: "";
  background-image: url("../images/btn-arrow-dark.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: -30px 0;
  transition: all 0.5s;
  z-index: 1;
  background-size: 22px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.search-results .search-other-results .search-pages article.page.type-page .entry-header .entry-title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: #511C29;
  overflow: hidden;
  margin-bottom: 0;
  padding-right: 34px;
}
.search-results .search-other-results .search-pages article.page.type-page:hover .entry-header::after {
  background-position: 30px 0;
}
.search-results .search-other-results .search-pages article.page.type-page:hover .entry-header::before {
  background-position: 50% 50%;
}
.search-results .search-other-results article.post.type-post {
  display: flex;
  flex-flow: column;
}
.search-results .search-other-results article.post.type-post .entry-header {
  margin-top: 14px;
  position: relative;
  order: 2;
}
.search-results .search-other-results article.post.type-post .entry-header:after {
  content: "";
  background-image: url("../images/btn-arrow-dark.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  transition: all 0.5s;
  background-position: 50% 50%;
  background-size: 22px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.search-results .search-other-results article.post.type-post .entry-header::before {
  content: "";
  background-image: url("../images/btn-arrow-dark.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: -30px 0;
  transition: all 0.5s;
  z-index: 1;
  background-size: 22px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.search-results .search-other-results article.post.type-post .entry-header .entry-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #511C29;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  padding-right: 34px;
}
.search-results .search-other-results article.post.type-post:hover a.post-thumbnail img {
  transform: scale(1.05);
}
.search-results .search-other-results article.post.type-post:hover .entry-header::after {
  background-position: 30px 0;
}
.search-results .search-other-results article.post.type-post:hover .entry-header::before {
  background-position: 50% 50%;
}
.search-results .search-other-results article a.post-thumbnail img {
  width: 100%;
  height: 292px;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s;
  transform: scale(1);
}
.search-results .search-other-results article .entry-summary {
  display: none;
}
.search-results .search-other-results article footer.entry-footer {
  display: none;
}
.search-results .search-other-results article .entry-meta {
  display: none;
}

.woocommerce-account main.site-main .type-page {
  max-width: 1280px !important;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .woocommerce-account main.site-main .type-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .woocommerce-account main.site-main .type-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.woocommerce-account main.site-main .type-page .entry-header .entry-title {
  color: #121212;
  line-height: 1.1;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields:has(.woocommerce-address-fields__field-wrapper) {
  padding: 20px;
  border: 1px solid #cfc8d8;
  border-radius: 5px;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-button, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-Button, .woocommerce-account main.site-main .type-page .entry-content .woocommerce a.button.wc-forward, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-address-fields button.button[type=submit] {
  display: inline-flex;
  padding: 15.5px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: "Verdana", sans-serif;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative;
  transition: all 0.5s;
  padding-right: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none !important;
  background-color: #511C29;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-button:hover, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-Button:hover, .woocommerce-account main.site-main .type-page .entry-content .woocommerce a.button.wc-forward:hover, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-address-fields button.button[type=submit]:hover {
  color: #ffffff;
  background-color: #B09D7F;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-button:hover::after, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-Button:hover::after, .woocommerce-account main.site-main .type-page .entry-content .woocommerce a.button.wc-forward:hover::after, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-address-fields button.button[type=submit]:hover::after {
  background-position: 30px 0;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-button:hover::before, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-Button:hover::before, .woocommerce-account main.site-main .type-page .entry-content .woocommerce a.button.wc-forward:hover::before, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-address-fields button.button[type=submit]:hover::before {
  background-position: 50% 50%;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-button:after, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-Button:after, .woocommerce-account main.site-main .type-page .entry-content .woocommerce a.button.wc-forward:after, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-address-fields button.button[type=submit]:after {
  content: "";
  background-image: url("../images/btn-arrow-white.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  transition: all 0.5s;
  background-position: 50% 50%;
  background-size: 22px;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-button::before, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-Button::before, .woocommerce-account main.site-main .type-page .entry-content .woocommerce a.button.wc-forward::before, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-address-fields button.button[type=submit]::before {
  content: "";
  background-image: url("../images/btn-arrow-white.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: -30px 0;
  transition: all 0.5s;
  z-index: 1;
  background-size: 22px;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-button.view, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-Button.view, .woocommerce-account main.site-main .type-page .entry-content .woocommerce a.button.wc-forward.view, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-address-fields button.button[type=submit].view {
  background-color: #B09D7F;
  color: #ffffff;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-button.view:after, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-Button.view:after, .woocommerce-account main.site-main .type-page .entry-content .woocommerce a.button.wc-forward.view:after, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-address-fields button.button[type=submit].view:after {
  background-image: url("../images/btn-arrow-white.svg");
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-button.view:before, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-Button.view:before, .woocommerce-account main.site-main .type-page .entry-content .woocommerce a.button.wc-forward.view:before, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-address-fields button.button[type=submit].view:before {
  background-image: url("../images/btn-arrow-dark.svg");
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-button.view:hover, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-Button.view:hover, .woocommerce-account main.site-main .type-page .entry-content .woocommerce a.button.wc-forward.view:hover, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .woocommerce-address-fields button.button[type=submit].view:hover {
  color: #511C29;
  background-color: #ffffff;
}
@media (max-width: 990px) {
  .woocommerce-account main.site-main .type-page .entry-content .woocommerce a.button.wc-forward {
    width: fit-content !important;
    margin-top: 0;
  }
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 30px;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns::before, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns::after {
  display: none !important;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns h2 {
  line-height: 1.1;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns .col-1::before, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns .col-1::after, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns .col-2::before, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns .col-2::after {
  display: none !important;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns .col-1, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns .col-2 {
  width: 100%;
  max-width: calc((100% - 30px) / 2);
  float: unset;
  clear: unset;
}
@media (max-width: 991px) {
  .woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns .col-1, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns .col-2 {
    max-width: 100%;
  }
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns .col-1 .form-row label, .woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns .col-2 .form-row label {
  line-height: 2;
  color: #121212;
  font-size: 16px;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns .woocommerce-LostPassword.lost_password a {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #B09D7F;
  transition: all 0.5s;
  position: relative;
  margin-bottom: 3px;
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none !important;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns .woocommerce-LostPassword.lost_password a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #B09D7F;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -3px;
  width: 0;
  transition: all 0.5s;
}
.woocommerce-account main.site-main .type-page .entry-content .woocommerce .u-columns .woocommerce-LostPassword.lost_password a:hover::after {
  width: 100%;
}
.woocommerce-account main.site-main .type-page #customer_login::before, .woocommerce-account main.site-main .type-page #customer_login::after {
  display: none !important;
}

body.woocommerce-lost-password main.site-main .type-page {
  max-width: 750px !important;
}

.woocommerce-lost-password .lost_reset_password {
  padding: 20px;
  border: 1px solid #cfc8d8;
  border-radius: 5px;
}
.woocommerce-lost-password .lost_reset_password .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  width: 100%;
  float: unset;
  clear: unset;
  margin: 0;
  padding: 0;
}

.woocommerce-account form.woocommerce-EditAccountForm.edit-account {
  padding: 20px;
  border: 1px solid #cfc8d8;
  border-radius: 5px;
}
.woocommerce-account .addresses .title .edit {
  float: unset !important;
  width: 100%;
  display: block;
}
.woocommerce-account .woocommerce-Address {
  padding: 20px;
  border: 1px solid #cfc8d8;
  border-radius: 5px;
}
.woocommerce-account .woocommerce-Address header.woocommerce-Address-title.title h2 {
  font-size: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  text-decoration: underline;
  color: #B09D7F;
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin-bottom: 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding-left: 0;
  margin-bottom: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li::before, .woocommerce-account .woocommerce-MyAccount-navigation ul li::after {
  display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px;
  background-color: #B09D7F;
  color: #fff;
  display: block;
  border-bottom: 1px solid #FCF8F4;
  transition: all 0.5s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #511C29;
  border-bottom: 1px solid #511C29;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #511C29;
  border-bottom: 1px solid #511C29;
}

.woocommerce ul.order_details {
  display: flex;
  flex-flow: wrap;
  gap: 15px;
  padding: 20px;
  border: 1px solid #cfc8d8;
  border-radius: 5px;
}

.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
  display: none !important;
}

.woocommerce-order-received.woocommerce-checkout article .entry-title {
  text-align: left;
}
.woocommerce-order-received.woocommerce-checkout article {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .woocommerce-order-received.woocommerce-checkout article {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received.woocommerce-checkout article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.woocommerce table.shop_table thead th {
  background: #B09D7F;
  color: #fff;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table a {
  color: #B09D7F;
  text-decoration: underline;
  transition: all 0.5s;
  font-weight: 600;
}
.woocommerce table.shop_table a:hover {
  text-decoration: unset;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a {
  margin: 3px !important;
}

.lost_reset_password .woocommerce-Button {
  margin-top: 16px !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center !important;
  text-transform: capitalize !important;
  color: #FFFFFF !important;
  background-color: #511C29 !important;
  padding: 14px 30px !important;
  height: auto !important;
  min-height: auto !important;
  border-radius: 0px !important;
  border: 0px solid rgba(255, 255, 255, 0.4) !important;
  transition: all 0.5s !important;
  margin-left: auto !important;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
  border: 0px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.5s !important;
  color: #ffffff !important;
  background-color: #B09D7F !important;
}

.woocommerce-checkout ul.woocommerce-error li, .woocommerce-checkout ul.wc_payment_methods li, .woocommerce-account ul.woocommerce-error li, .woocommerce-account ul.wc_payment_methods li {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-checkout ul.woocommerce-error li::before, .woocommerce-checkout ul.woocommerce-error li::after, .woocommerce-checkout ul.wc_payment_methods li::before, .woocommerce-checkout ul.wc_payment_methods li::after, .woocommerce-account ul.woocommerce-error li::before, .woocommerce-account ul.woocommerce-error li::after, .woocommerce-account ul.wc_payment_methods li::before, .woocommerce-account ul.wc_payment_methods li::after {
  display: none !important;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  border-radius: 0;
}

.error-404 {
  padding: 80px 15px;
  background: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .error-404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .error-404 {
    padding: 40px 15px;
  }
}
.error-404 h1 {
  color: #121212;
}
.error-404 .btn-group {
  text-align: center;
  justify-content: center;
  margin-top: 24px;
}

html:has(.single-product) {
  overflow-x: hidden;
}

.single-product {
  overflow-x: hidden;
}
.single-product .product-accordion .accordion-title {
  width: 100%;
  text-align: left;
  padding: 15px;
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  font-weight: bold;
}
.single-product .product-accordion .accordion-content {
  display: none;
  padding: 20px;
  border: 1px solid #eee;
}
.single-product .product-accordion .accordion-content ul, .single-product .product-accordion .accordion-content ol {
  margin: 16px 0;
}
.single-product a.added_to_cart.wc-forward {
  width: fit-content;
  margin-top: 0px;
  display: inline-flex;
  padding: 15.5px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-family: "Verdana", sans-serif !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative !important;
  transition: all 0.5s !important;
  padding-right: 46px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  border: 0 !important;
  background-color: #511C29 !important;
}
.single-product a.added_to_cart.wc-forward:hover {
  color: #ffffff !important;
  background-color: #B09D7F !important;
}
.single-product a.added_to_cart.wc-forward:hover::after {
  background-position: 30px 0 !important;
}
.single-product a.added_to_cart.wc-forward:hover::before {
  background-position: 50% 50% !important;
}
.single-product a.added_to_cart.wc-forward:after {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: center !important;
  transition: all 0.5s !important;
  background-position: 50% 50% !important;
  background-size: 22px !important;
  margin: auto !important;
  inset: 0;
}
.single-product a.added_to_cart.wc-forward::before {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: -30px 0 !important;
  transition: all 0.5s !important;
  z-index: 1 !important;
  background-size: 22px !important;
}
.single-product .product.type-product {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1439px) {
  .single-product .product.type-product {
    gap: 40px;
  }
}
.single-product .product.type-product .woocommerce-product-gallery {
  width: 100%;
  max-width: calc((100% - 60px) / 2);
  padding-left: calc((100% - 1440px) / 2);
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
@media (max-width: 1480px) {
  .single-product .product.type-product .woocommerce-product-gallery {
    padding-left: 20px;
  }
}
@media (max-width: 1279px) {
  .single-product .product.type-product .woocommerce-product-gallery {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1279px) {
  .single-product .product.type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 40px !important;
  }
}
.single-product .product.type-product .woocommerce-product-gallery .flex-viewport {
  border: 1px solid #CCCCCC;
}
@media (min-width: 768px) {
  .single-product .product.type-product .woocommerce-product-gallery .flex-viewport {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .single-product .product.type-product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    width: 100px;
    order: -1;
  }
}
.single-product .product.type-product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
  border: 1px solid #CCCCCC;
}
@media (min-width: 768px) {
  .single-product .product.type-product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
    width: 100px;
    margin-bottom: 10px;
  }
}
.single-product .product.type-product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li:last-child {
  margin-bottom: 0;
}
.single-product .product.type-product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li:has(.flex-active) {
  border: 1px solid #511C29;
}
.single-product .product.type-product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li img {
  opacity: 1;
}
.single-product .product.type-product .summary-accordion-parent {
  width: 100%;
  max-width: calc((100% - 60px) / 2);
  padding-right: calc((100% - 1440px) / 2);
  display: flex;
  flex-flow: column;
  gap: 40px;
}
@media (max-width: 1480px) {
  .single-product .product.type-product .summary-accordion-parent {
    padding-right: 20px;
  }
}
@media (max-width: 1279px) {
  .single-product .product.type-product .summary-accordion-parent {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary {
  width: 100% !important;
  margin: 0 !important;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary .product_meta {
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary .product_meta a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1F1D1E;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary .product_title {
  font-size: 32px;
  line-height: 39px;
  color: #121212;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .single-product .product.type-product .summary-accordion-parent .summary.entry-summary .product_title {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .single-product .product.type-product .summary-accordion-parent .summary.entry-summary .product_title {
    font-size: 26px;
  }
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary .woocommerce-product-details__short-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #4B4B4B;
  margin-bottom: 30px;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary .order-note-wrap {
  background: #B09D7F;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary .order-note-wrap .order-note-col {
  border: 1px dotted #fff;
  padding: 20px;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary .order-note-wrap .order-note-col .title {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary .price {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.04em;
  color: #4B4B4B;
}
@media (max-width: 991px) {
  .single-product .product.type-product .summary-accordion-parent .summary.entry-summary .price {
    font-size: 20px;
    line-height: 26px;
  }
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary form.cart {
  width: fit-content;
  display: inline-flex;
  margin-bottom: 0;
  margin-top: 10px;
  margin-right: 20px;
  flex-flow: wrap;
  gap: 7px 0;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary form.cart::before, .single-product .product.type-product .summary-accordion-parent .summary.entry-summary form.cart::after {
  display: none !important;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
  display: inline-flex;
  padding: 15.5px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-family: "Verdana", sans-serif !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative !important;
  transition: all 0.5s !important;
  padding-right: 46px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  border: 0 !important;
  background-color: #511C29 !important;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt:hover {
  color: #ffffff !important;
  background-color: #B09D7F !important;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt:hover::after {
  background-position: 30px 0 !important;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt:hover::before {
  background-position: 50% 50% !important;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt:after {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: center !important;
  transition: all 0.5s !important;
  background-position: 50% 50% !important;
  background-size: 22px !important;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt::before {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: -30px 0 !important;
  transition: all 0.5s !important;
  z-index: 1 !important;
  background-size: 22px !important;
}
.single-product .product.type-product .summary-accordion-parent .summary.entry-summary form.cart .quantity .qty {
  min-height: 50px;
  border-radius: 0;
}
.single-product .product.type-product .summary-accordion-parent .yith-ywraq-add-to-quote {
  width: fit-content;
  display: block;
}
.single-product .product.type-product .summary-accordion-parent .yith-ywraq-add-to-quote .yith-ywraq-add-button .add-request-quote-button {
  margin-top: 16px;
  display: inline-flex;
  padding: 15.5px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-family: "Verdana", sans-serif !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative !important;
  transition: all 0.5s !important;
  padding-right: 46px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  border: 0 !important;
  background-color: #511C29 !important;
}
.single-product .product.type-product .summary-accordion-parent .yith-ywraq-add-to-quote .yith-ywraq-add-button .add-request-quote-button:hover {
  color: #ffffff !important;
  background-color: #B09D7F !important;
}
.single-product .product.type-product .summary-accordion-parent .yith-ywraq-add-to-quote .yith-ywraq-add-button .add-request-quote-button:hover::after {
  background-position: 30px 0 !important;
}
.single-product .product.type-product .summary-accordion-parent .yith-ywraq-add-to-quote .yith-ywraq-add-button .add-request-quote-button:hover::before {
  background-position: 50% 50% !important;
}
.single-product .product.type-product .summary-accordion-parent .yith-ywraq-add-to-quote .yith-ywraq-add-button .add-request-quote-button:after {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: center !important;
  transition: all 0.5s !important;
  background-position: 50% 50% !important;
  background-size: 22px !important;
}
.single-product .product.type-product .summary-accordion-parent .yith-ywraq-add-to-quote .yith-ywraq-add-button .add-request-quote-button::before {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: -30px 0 !important;
  transition: all 0.5s !important;
  z-index: 1 !important;
  background-size: 22px !important;
}
.single-product .product.type-product .summary-accordion-parent .product-accordion {
  background: #FCF8F4;
  padding: 30px;
  display: block;
  float: unset;
  clear: unset;
}
.single-product .product.type-product .summary-accordion-parent .product-accordion .accordion-item {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
.single-product .product.type-product .summary-accordion-parent .product-accordion .accordion-item .accordion-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #1A1F16;
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
  padding-right: 28px;
  position: relative;
}
.single-product .product.type-product .summary-accordion-parent .product-accordion .accordion-item .accordion-title:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/uploads/2026/02/tabler_minus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
}
.single-product .product.type-product .summary-accordion-parent .product-accordion .accordion-item .woocommerce-verification-required {
  color: #121212;
  font-weight: bold;
}
.single-product .product.type-product .summary-accordion-parent .product-accordion .accordion-item .accordion-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #666666;
  padding: 20px 0;
  border: 0;
  border-top: 1px solid #CCCCCC;
}
.single-product .product.type-product .summary-accordion-parent .product-accordion .accordion-item .accordion-content h1, .single-product .product.type-product .summary-accordion-parent .product-accordion .accordion-item .accordion-content h2, .single-product .product.type-product .summary-accordion-parent .product-accordion .accordion-item .accordion-content h3, .single-product .product.type-product .summary-accordion-parent .product-accordion .accordion-item .accordion-content h4, .single-product .product.type-product .summary-accordion-parent .product-accordion .accordion-item .accordion-content h5, .single-product .product.type-product .summary-accordion-parent .product-accordion .accordion-item .accordion-content h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #1A1F16;
  margin-bottom: 16px;
}

section.up-sells.upsells.products {
  width: 100%;
  display: block;
  background-color: #FCF8F4;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.up-sells.upsells.products {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  section.up-sells.upsells.products {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.up-sells.upsells.products:before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 500vw;
  background: #FCF8F4;
  left: -200vw;
  z-index: 0;
}
section.up-sells.upsells.products > h2 {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 1439px) {
  section.up-sells.upsells.products > h2 {
    margin-bottom: 30px;
  }
}
section.up-sells.upsells.products ul.products.columns-4 {
  width: calc(100% + 30px);
  margin-left: -15px;
}
section.up-sells.upsells.products ul.products.columns-4 .slick-track {
  display: flex;
  gap: 30px;
}
section.up-sells.upsells.products ul.products.columns-4 li {
  margin: 0 15px;
  gap: 0;
}
section.up-sells.upsells.products ul.slick-dots {
  margin-top: 40px !important;
}

section.related.products {
  width: 100%;
  display: block;
  background-color: #FCF8F4;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.related.products {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  section.related.products {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.related.products:before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 500vw;
  background: #FCF8F4;
  left: -200vw;
  z-index: 0;
}
section.related.products > h2 {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 1439px) {
  section.related.products > h2 {
    margin-bottom: 30px;
  }
}
section.related.products ul.products.columns-4 .slick-track {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  section.related.products ul.products.columns-4 .slick-track {
    gap: 15px;
  }
}
section.related.products ul.products.columns-4 li {
  margin: 0 15px;
  gap: 0;
}
section.related.products ul.slick-dots {
  margin-top: 40px !important;
}

.yith_ywraq_add_item_browse_message a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
}

.yith_ywraq_add_item_browse_message a:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/btn-arrow-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block !important;
}

.yith_ywraq_add_item_browse_message a {
  display: inline-flex;
  padding: 15.5px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: "Verdana", sans-serif;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative;
  transition: all 0.5s;
  padding-right: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  background-color: #511C29;
}
.yith_ywraq_add_item_browse_message a:hover {
  color: #ffffff;
  background-color: #B09D7F;
}
.yith_ywraq_add_item_browse_message a:hover::after {
  background-position: 30px 0;
}
.yith_ywraq_add_item_browse_message a:hover::before {
  background-position: 50% 50%;
}
.yith_ywraq_add_item_browse_message a:after {
  content: "";
  background-image: url("../images/btn-arrow-white.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  transition: all 0.5s;
  background-position: 50% 50%;
  background-size: 22px;
}
.yith_ywraq_add_item_browse_message a::before {
  content: "";
  background-image: url("../images/btn-arrow-white.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: -30px 0;
  transition: all 0.5s;
  z-index: 1;
  background-size: 22px;
}

.yith_ywraq_add_item_response_message, .yith_ywraq_add_item_browse_message {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
}

a.button.wc-backward {
  display: inline-flex;
  padding: 15.5px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-family: "Verdana", sans-serif !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative !important;
  transition: all 0.5s !important;
  padding-right: 46px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  border: 0 !important;
  background-color: #511C29 !important;
  margin-bottom: 20px !important;
}
a.button.wc-backward:hover {
  color: #ffffff !important;
  background-color: #B09D7F !important;
}
a.button.wc-backward:hover::after {
  background-position: 30px 0 !important;
}
a.button.wc-backward:hover::before {
  background-position: 50% 50% !important;
}
a.button.wc-backward:after {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: center !important;
  transition: all 0.5s !important;
  background-position: 50% 50% !important;
  background-size: 22px !important;
}
a.button.wc-backward::before {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: -30px 0 !important;
  transition: all 0.5s !important;
  z-index: 1 !important;
  background-size: 22px !important;
}

.woocommerce table.shop_table thead th {
  line-height: 1 !important;
}

#yith-ywraq-form .product-subtotal, #yith-ywraq-form .product-quantity, #yith-ywraq-form .product-price {
  padding: 15px !important;
}

.woocommerce table.shop_table td.product-thumbnail img {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain !important;
  min-width: 70px;
}

#yith-ywraq-form .cart_item .product-subtotal {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #511C29;
}

.ywraq_responsive .product-name span.mobile-price span {
  font-size: 16px;
  line-height: 20px;
  color: #511C29;
  font-weight: 700;
}

.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
  padding: 0 !important;
}

#yith-ywraq-form .update-list-wrapper input[type=submit],
input.button.raq-send-request {
  display: inline-flex;
  padding: 15.5px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-family: "Verdana", sans-serif !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative !important;
  transition: all 0.5s !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  border: 0 !important;
  background-color: #511C29 !important;
}
#yith-ywraq-form .update-list-wrapper input[type=submit]:hover,
input.button.raq-send-request:hover {
  color: #ffffff !important;
  background-color: #B09D7F !important;
}

a.button.product_type_variable {
  width: fit-content;
  margin-top: 0px;
  display: inline-flex;
  padding: 15.5px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-family: "Verdana", sans-serif !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative !important;
  transition: all 0.5s !important;
  padding-right: 46px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  border: 0 !important;
  background-color: #511C29 !important;
}
a.button.product_type_variable:hover {
  color: #ffffff !important;
  background-color: #B09D7F !important;
}
a.button.product_type_variable:hover::after {
  background-position: 30px 0 !important;
}
a.button.product_type_variable:hover::before {
  background-position: 50% 50% !important;
}
a.button.product_type_variable:after {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: center !important;
  transition: all 0.5s !important;
  background-position: 50% 50% !important;
  background-size: 22px !important;
  margin: auto !important;
  inset: 0;
}
a.button.product_type_variable::before {
  content: "" !important;
  background-image: url("../images/btn-arrow-white.svg") !important;
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  position: absolute !important;
  left: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: -30px 0 !important;
  transition: all 0.5s !important;
  z-index: 1 !important;
  background-size: 22px !important;
}

.woocommerce table.shop_attributes {
  text-align: left !important;
  color: #121212 !important;
}

.woocommerce-variation.single_variation {
  margin: 0 0 16px;
  font-size: 20px !important;
}

.woocommerce div.product form.cart .variations {
  width: 100%;
  text-align: left;
}

.woocommerce div.product form.cart .variations select {
  padding: 8px;
}

.yith_ywraq_add_item_product_message {
  margin-top: 16px;
}

.back-to-shop-wrap {
  max-width: 1480px;
  margin: 20px auto 20px;
  padding: 20px;
}
.back-to-shop-wrap .back-to-shop-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #1A1F16;
}
.back-to-shop-wrap .back-to-shop-btn:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6673 10H3.33398M3.33398 10L8.33398 5M3.33398 10L8.33398 15' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.woocommerce-cart article {
  max-width: 1630px;
  margin: 0px auto;
  padding: 80px 15px;
}
@media (max-width: 991px) {
  .woocommerce-cart article {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.woocommerce-cart article .entry-title {
  text-align: center;
  color: #121212;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 600;
  font-size: 18px;
  color: #121212;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name,
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__total,
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__prices {
  font-size: 16px !important;
  color: #121212 !important;
  font-weight: 700;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name:hover {
  color: #511C29 !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector {
  border: 1px solid #121212 !important;
  border-radius: 52px;
  color: #121212;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  opacity: 1 !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__remove-link {
  color: #511C29 !important;
  font-size: 16px !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__remove-link:hover {
  color: #121212 !important;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__totals-title {
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #121212 !important;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-panel__button {
  font-size: 16px;
  color: #121212;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: #121212;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  background-color: #121212;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  padding: 10px;
  z-index: 1;
  border-radius: 4px;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  background-color: #511C29;
  border-radius: 4px;
  width: 0;
  height: 0;
  transition: width 0.7s, height 1.2s, opacity 0.7s;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover:before {
  width: 100%;
  height: 100%;
  transition: width 0.8s, height 0.5s, opacity 0.8s;
  opacity: 1;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-button {
  display: inline-flex;
  padding: 15.5px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: "Verdana", sans-serif;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative;
  transition: all 0.5s;
  padding-right: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  background-color: #511C29;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-button:hover {
  color: #ffffff;
  background-color: #B09D7F;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-button:hover::after {
  background-position: 30px 0;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-button:hover::before {
  background-position: 50% 50%;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-button:after {
  content: "";
  background-image: url("../images/btn-arrow-white.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  transition: all 0.5s;
  background-position: 50% 50%;
  background-size: 22px;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-button::before {
  content: "";
  background-image: url("../images/btn-arrow-white.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: -30px 0;
  transition: all 0.5s;
  z-index: 1;
  background-size: 22px;
}
.woocommerce-cart .entry-footer {
  padding-top: 30px;
}
.woocommerce-cart .entry-footer .post-edit-link {
  background-color: #121212;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 52px;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}
.woocommerce-cart .entry-footer .post-edit-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  background-color: #511C29;
  border-radius: 20px;
  width: 0;
  height: 0;
  transition: width 0.7s, height 1.2s, opacity 0.7s;
  opacity: 0;
  z-index: -1;
}
.woocommerce-cart .entry-footer .post-edit-link:hover:before {
  width: 100%;
  height: 100%;
  transition: width 0.8s, height 0.5s, opacity 0.8s;
  opacity: 1;
}

h2.with-empty-cart-icon {
  font-size: 30px !important;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  mask-size: 50px;
}

.wp-block-product-new {
  margin-top: 40px;
}
.wp-block-product-new .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0 !important;
}
.wp-block-product-new .wc-block-grid__products::before, .wp-block-product-new .wc-block-grid__products::after {
  display: none !important;
}
@media (max-width: 1279px) {
  .wp-block-product-new .wc-block-grid__products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .wp-block-product-new .wc-block-grid__products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .wp-block-product-new .wc-block-grid__products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wp-block-product-new .wc-block-grid__products .wc-block-grid__product {
  overflow: hidden;
  flex: unset !important;
  max-width: 100% !important;
  position: relative;
  padding: 0;
  margin: 0 !important;
  border: 0 !important;
}
.wp-block-product-new .wc-block-grid__products .wc-block-grid__product::before, .wp-block-product-new .wc-block-grid__products .wc-block-grid__product::after {
  display: none !important;
}
.wp-block-product-new .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
  width: 100% !important;
}
.wp-block-product-new .wc-block-grid__products .wc-block-grid__product .price {
  width: calc(100% - 65px);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #511C29;
  font-family: "Verdana", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0px;
  padding-bottom: 0;
  margin: 0 !important;
  text-align: left;
}
.wp-block-product-new .wc-block-grid__products .wc-block-grid__product .price del {
  font-size: 16px;
  color: #121212;
  opacity: 1;
}
.wp-block-product-new .wc-block-grid__products .wc-block-grid__product .price .woocommerce-price-suffix {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #121212;
  opacity: 0.5;
}
.wp-block-product-new .wc-block-grid__products .wc-block-grid__product .attachment-woocommerce_thumbnail, .wp-block-product-new .wc-block-grid__products .wc-block-grid__product img.wp-post-image {
  width: 100% !important;
  object-fit: contain;
  object-position: center;
  height: 296px !important;
  margin-bottom: 22px;
}
.wp-block-product-new .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  color: #121212;
  font-family: "Verdana", sans-serif;
  padding: 0 !important;
  margin-bottom: 16px;
  text-align: left;
}
.wp-block-product-new .wc-block-grid__products .wc-block-grid__product .add_to_cart_button {
  width: 42px;
  height: 42px;
  padding: 0;
  background-color: #511C29;
  border: 0;
  border-radius: 42px !important;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0;
  background-image: url(/wp-content/uploads/2026/02/Cart.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -50px;
}
.wp-block-product-new .wc-block-grid__products .wc-block-grid__product .add_to_cart_button:hover {
  background-color: #511C29;
  transition: all 0.5s;
}
.wp-block-product-new .wc-block-grid__products .wc-block-grid__product:hover .add_to_cart_button {
  right: 0;
  transition: all 0.5s;
}

.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  border: 0;
  border-radius: 0;
  background: #B09D7F;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #121212;
}

.wc-block-components-validation-error, .wc-block-components-validation-error > p {
  font-size: 12px;
}

.wc-block-components-totals-item {
  font-size: 14px;
}

@media (max-width: 479px) {
  .xoo-wsc-sm-info {
    flex-flow: wrap !important;
  }
}

@media (max-width: 479px) {
  .xoo-wsc-sm-right {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.wc-block-components-product-metadata {
  display: none !important;
}

.woocommerce-checkout article {
  max-width: 1630px;
  margin: 0px auto;
  padding: 80px 15px;
}
@media (max-width: 991px) {
  .woocommerce-checkout article {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.woocommerce-checkout article .entry-title {
  text-align: center;
  color: #121212;
}
.woocommerce-checkout article .wc-block-components-address-card__edit,
.woocommerce-checkout article .wc-block-components-checkout-return-to-cart-button {
  color: #511C29;
}
.woocommerce-checkout article .wc-block-components-address-card__edit:hover,
.woocommerce-checkout article .wc-block-components-checkout-return-to-cart-button:hover {
  color: #121212;
}
.woocommerce-checkout article .wc-block-components-button {
  display: inline-flex;
  padding: 15.5px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: "Verdana", sans-serif;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative;
  transition: all 0.5s;
  padding-right: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  background-color: #511C29;
}
.woocommerce-checkout article .wc-block-components-button:hover {
  color: #ffffff;
  background-color: #B09D7F;
}
.woocommerce-checkout article .wc-block-components-button:hover::after {
  background-position: 30px 0;
}
.woocommerce-checkout article .wc-block-components-button:hover::before {
  background-position: 50% 50%;
}
.woocommerce-checkout article .wc-block-components-button:after {
  content: "";
  background-image: url("../images/btn-arrow-white.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  transition: all 0.5s;
  background-position: 50% 50%;
  background-size: 22px;
}
.woocommerce-checkout article .wc-block-components-button::before {
  content: "";
  background-image: url("../images/btn-arrow-white.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: -30px 0;
  transition: all 0.5s;
  z-index: 1;
  background-size: 22px;
}
.woocommerce-checkout article .wc-block-components-button.wc-block-components-totals-coupon__button {
  border-radius: 0px;
  padding: 10px;
}
.woocommerce-checkout article .wc-block-components-button.wc-block-components-totals-coupon__button:before {
  border-radius: 0px;
}
.woocommerce-checkout article .wc-block-components-checkout-order-summary__title,
.woocommerce-checkout article .wc-block-components-order-summary .wc-block-components-order-summary-item {
  color: #121212;
}
.woocommerce-checkout article .wc-block-components-totals-coupon .wc-block-components-panel__button,
.woocommerce-checkout article .wc-block-components-totals-item {
  font-size: 16px;
  color: #121212;
}
.woocommerce-checkout article .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.woocommerce-checkout article .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-weight: bold;
  color: #121212;
}
.woocommerce-checkout article .wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-checkout article .wc-block-components-address-card {
  border: 1px solid hsla(0, 0%, 7%, 0.8);
}
.woocommerce-checkout article .wc-block-components-totals-wrapper,
.woocommerce-checkout article .wp-block-woocommerce-checkout-order-summary-totals-block,
.woocommerce-checkout article .wc-block-components-totals-wrapper {
  border-color: hsla(0, 0%, 7%, 0.8);
}
@media (max-width: 729px) {
  .woocommerce-checkout article .wp-block-woocommerce-checkout {
    padding-top: 0;
  }
  .woocommerce-checkout article .wp-block-woocommerce-checkout-order-summary-block {
    border: 0;
  }
  .woocommerce-checkout article .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill,
  .woocommerce-checkout article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    border-color: hsla(0, 0%, 7%, 0.8);
  }
}
.woocommerce-checkout article .entry-footer {
  padding-top: 30px;
}
.woocommerce-checkout article .entry-footer .post-edit-link {
  background-color: #121212;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 52px;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}
.woocommerce-checkout article .entry-footer .post-edit-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  background-color: #511C29;
  border-radius: 20px;
  width: 0;
  height: 0;
  transition: width 0.7s, height 1.2s, opacity 0.7s;
  opacity: 0;
  z-index: -1;
}
.woocommerce-checkout article .entry-footer .post-edit-link:hover:before {
  width: 100%;
  height: 100%;
  transition: width 0.8s, height 0.5s, opacity 0.8s;
  opacity: 1;
}

.defulttext_section {
  position: relative;
  text-align: center;
}
.defulttext_section .defulttext_wrap .defulttext_row .title-wrap .title {
  margin-bottom: 30px;
  line-height: 1.15;
}
@media (max-width: 1439px) {
  .defulttext_section .defulttext_wrap .defulttext_row .title-wrap .title {
    margin-bottom: 20px;
  }
}
.defulttext_section .defulttext_wrap .defulttext_row .content-box p {
  margin-bottom: 10px;
}