/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
:root {
  --body-color: #2B2B2B;
  --body-bg: #ffffff;
  --link-color: #2B2B2B;
  --link-hover-color: rgb(34.4, 34.4, 34.4);
  --gutter: 14px;
  --gutter-xs: 10px;
  --gap: 28px;
  --gap-xs: 20px;
  --Primary-01: #7a0e1b;
  --Primary-02: #c49a6c;
  --Primary-03: #e00730;
  --Primary-04: #FDF5EC;
  --img-path: "../img";
  --font-path: "../fonts";
}

@media only screen and (min-width: 64rem) {
  ::-webkit-scrollbar-track {
    background-color: #e9ecef;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #adb5bd;
    border-radius: 4px;
  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  color: #2B2B2B;
  background: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}
body {
  font-size: 0.875rem;
  line-height: 1.41575rem;
}
@media screen and (min-width: 40rem) {
  body {
    font-size: calc(0.875rem + 0.0022296544 * (100vw - 40rem));
    line-height: calc(1.41575rem + 0.0036075808 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  body {
    font-size: 1rem;
    line-height: 1.618rem;
  }
}

:is(input, select, textarea, button, main):focus {
  outline: none;
}

:is(a, button, [role=button], input, select, textarea) {
  transition: 0.3s;
}

:is(a, area, button, [role=button], input, label, select, summary, textarea) {
  touch-action: manipulation;
}

:is([type=submit], [type=reset], [type=button]) {
  cursor: pointer;
}

*:disabled {
  cursor: not-allowed;
  opacity: 0.9;
}

* > p {
  margin-top: 0;
  line-height: inherit;
}
* > p:not(:last-child) {
  margin-bottom: 16px;
}
* > p:last-child {
  margin-bottom: 0;
}

code, kbd, pre, samp {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 1rem;
}

sup {
  line-height: 1;
  top: -4px;
  color: #ff0000;
  font-size: 14px;
  padding-left: 2px;
}

.cite-block::before, cite::before {
  content: "";
  font-style: normal;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 700;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) a {
  text-decoration: none;
  display: inline-block;
  color: currentColor;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) p {
  color: currentColor;
  line-height: inherit;
  margin-bottom: 0;
}

:is(h1, .h1) {
  font-size: 1.5rem;
  line-height: 1.95rem;
}
@media screen and (min-width: 40rem) {
  :is(h1, .h1) {
    font-size: calc(1.5rem + 0.0089186176 * (100vw - 40rem));
    line-height: calc(1.95rem + 0.0115942029 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h1, .h1) {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

:is(h2, .h2) {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media screen and (min-width: 40rem) {
  :is(h2, .h2) {
    font-size: calc(1.25rem + 0.0089186176 * (100vw - 40rem));
    line-height: calc(1.625rem + 0.0115942029 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h2, .h2) {
    font-size: 1.75rem;
    line-height: 2.275rem;
  }
}

:is(h3, .h3) {
  font-size: 1.1875rem;
  line-height: 1.54375rem;
}
@media screen and (min-width: 40rem) {
  :is(h3, .h3) {
    font-size: calc(1.1875rem + 0.005574136 * (100vw - 40rem));
    line-height: calc(1.54375rem + 0.0072463768 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h3, .h3) {
    font-size: 1.5rem;
    line-height: 1.95rem;
  }
}

:is(h4, .h4) {
  font-size: 1.125rem;
  line-height: 1.4625rem;
}
@media screen and (min-width: 40rem) {
  :is(h4, .h4) {
    font-size: calc(1.125rem + 0.0044593088 * (100vw - 40rem));
    line-height: calc(1.4625rem + 0.0057971014 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h4, .h4) {
    font-size: 1.375rem;
    line-height: 1.7875rem;
  }
}

:is(h5, .h5) {
  font-size: 1.0625rem;
  line-height: 1.38125rem;
}
@media screen and (min-width: 40rem) {
  :is(h5, .h5) {
    font-size: calc(1.0625rem + 0.0033444816 * (100vw - 40rem));
    line-height: calc(1.38125rem + 0.0043478261 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h5, .h5) {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

:is(h6, .h6) {
  font-size: 1rem;
  line-height: 1.3rem;
}
@media screen and (min-width: 40rem) {
  :is(h6, .h6) {
    font-size: calc(1rem + 0.0022296544 * (100vw - 40rem));
    line-height: calc(1.3rem + 0.0028985507 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h6, .h6) {
    font-size: 1.125rem;
    line-height: 1.4625rem;
  }
}

.body-font {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}

.heading-font {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}

:is(span, label) > a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #2B2B2B;
}
a:hover {
  color: rgb(34.4, 34.4, 34.4);
  text-decoration: none;
}
a :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: currentColor;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
img:not([src]) {
  visibility: hidden;
}
img:where(.aligncenter, .align-center) {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure {
  max-width: 100% !important;
}
figure:where(.wp-caption, .caption) {
  display: block;
}
figure:where(.wp-caption, .caption) img {
  display: inline-block;
}
figure:where(.wp-caption, .caption):where(.wp-caption-text, .caption-text) {
  padding-top: 10px;
  color: #495057;
}
figure:where(.wp-caption, .caption):where(.aligncenter, .align-center) {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

:is(.screen-reader-text, .submenu-toggle-text, .hidden-text, .sr-only) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

[data-fa]::before {
  content: attr(data-fa);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}

[data-fa-after]::after {
  content: attr(data-fa-after);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}

@media only screen and (max-width: 47.99875rem) {
  .md\:show {
    display: none;
  }
}

@media only screen and (max-width: 47.99875rem) {
  .\!md\:show {
    display: none !important;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .lg\:show {
    display: none;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .\!lg\:show {
    display: none !important;
  }
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

@media only screen and (min-width: 48rem) {
  .md\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 48rem) {
  .\!md\:hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 64rem) {
  .lg\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 64rem) {
  .\!lg\:hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 80rem) {
  .xl\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 80rem) {
  .\!xl\:hidden {
    display: none !important;
  }
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

.flex-x {
  flex-flow: row wrap;
}
.flex-x > :where(.auto, .shrink) {
  width: auto;
}
@media only screen and (min-width: 48rem) {
  .flex-x > :where(.md-auto, .md-shrink) {
    width: auto;
  }
}
@media only screen and (min-width: 64rem) {
  .flex-x > :where(.lg-auto, .lg-shrink) {
    width: auto;
  }
}

.grid {
  display: grid;
}

.\!grid {
  display: grid !important;
}

.block {
  display: block;
}

.\!block {
  display: block !important;
}

.inline-block {
  display: inline-block;
}

.\!inline-block {
  display: inline-block !important;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.gap-10 {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.gap-15 {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

.gap-20 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.gap-25 {
  grid-gap: 1.5625rem;
  gap: 1.5625rem;
}

.gap-30 {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

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

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

.justify-center {
  justify-content: center;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.cell {
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
}
.cell.auto {
  flex: 1 1 0;
  max-width: 100%;
  min-width: 0;
  width: auto;
}
.cell.stretch {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .cell.md-auto {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }
  .cell.md-stretch {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  .cell.lg-auto {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }
  .cell.lg-stretch {
    width: 100%;
  }
}

:is(.grid-gap, .flex-gap, .gap) {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  :is(.grid-gap, .flex-gap, .gap) {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }
}

:is(.container, .flex-container, .grid-container) {
  margin-left: auto;
  margin-right: auto;
}
:is(.container, .flex-container, .grid-container):not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  :is(.container, .flex-container, .grid-container):not(.full).xxl {
    max-width: 1537px;
  }
}
:is(.container, .flex-container, .grid-container).full {
  /*max-width: 100%;*/
  padding-left: 0;
  padding-right: 0;
}

.overlay {
  position: relative;
}
.overlay :where(.bg-overlay, .link-overlay) {
  background: transparent;
  -webkit-user-select: none;
          user-select: none;
}
.overlay :where(.bg-overlay, .link-overlay) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover {
  display: block;
  overflow: hidden;
  position: relative;
}
.cover :where(.bg-cover, .link-cover) {
  background: transparent;
  -webkit-user-select: none;
          user-select: none;
}
.cover :where(.bg-cover, .link-cover) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.cover.after-overlay::after {
  background: transparent;
  content: "";
  -webkit-user-select: none;
          user-select: none;
  z-index: 1;
}
.cover.after-overlay::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.cover.after-overlay > img {
  width: 100%;
  display: block;
  -webkit-user-select: none;
          user-select: none;
}

.res {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.res > img:first-child {
  display: block;
}
.res > img:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.res:not(.auto) > img:first-child {
  height: 100% !important;
  width: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: center;
}
.res.auto > img {
  height: auto !important;
  width: auto !important;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.res.scale {
  transform: scale(1.0001);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
}
.res.scale:hover {
  transform: scale(1.06);
  opacity: 1;
}
.res :where(iframe, embed, object, video) {
  border: 0;
}
.res :where(iframe, embed, object, video) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.res.after-overlay::after {
  background: transparent;
  content: "";
  -webkit-user-select: none;
          user-select: none;
  z-index: 1;
}
.res.after-overlay::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.res.after-overlay > img {
  -webkit-user-select: none;
          user-select: none;
}

@supports (aspect-ratio: 1) {
  :is(.ar-1-1, .ar\[1-1\]) {
    aspect-ratio: 1 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-1-1, .ar\[1-1\]) {
    height: 0;
    padding-bottom: 100%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-3-2, .ar\[3-2\]) {
    aspect-ratio: 3 / 2;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-3-2, .ar\[3-2\]) {
    height: 0;
    padding-bottom: 66.6666666667%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-4-3, .ar\[4-3\]) {
    aspect-ratio: 4 / 3;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-4-3, .ar\[4-3\]) {
    height: 0;
    padding-bottom: 75%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-16-9, .ar\[16-9\]) {
    aspect-ratio: 16 / 9;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-16-9, .ar\[16-9\]) {
    height: 0;
    padding-bottom: 56.25%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-21-9, .ar\[21-9\]) {
    aspect-ratio: 21 / 9;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-21-9, .ar\[21-9\]) {
    height: 0;
    padding-bottom: 42.8571428571%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    aspect-ratio: 2 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    height: 0;
    padding-bottom: 50%;
  }
}

[id^=gallery-] {
  display: flex;
  flex-flow: row wrap;
}
[id^=gallery-] {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

[id^=gallery-] > .gallery-item {
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
}
[id^=gallery-].gallery-columns-1 > .gallery-item {
  width: 100%;
}
[id^=gallery-].gallery-columns-2 > .gallery-item {
  width: calc(50% - 0.3125rem);
}
[id^=gallery-].gallery-columns-3 > .gallery-item {
  width: calc(33.3333333333% - 0.4166666667rem);
}
[id^=gallery-].gallery-columns-4 > .gallery-item {
  width: calc(25% - 0.46875rem);
}
[id^=gallery-].gallery-columns-5 > .gallery-item {
  width: calc(20% - 0.5rem);
}
[id^=gallery-].gallery-columns-6 > .gallery-item {
  width: calc(16.6666666667% - 0.5208333333rem);
}
[id^=gallery-].gallery-columns-7 > .gallery-item {
  width: calc(14.2857142857% - 0.5357142857rem);
}
[id^=gallery-].gallery-columns-8 > .gallery-item {
  width: calc(12.5% - 0.546875rem);
}
[id^=gallery-].gallery-columns-9 > .gallery-item {
  width: calc(11.1111111111% - 0.5555555556rem);
}

.logo-txt {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

#top-header {
  background: #7a0e1b;
  padding: 10px 0;
  color: #ffffff;
}
@media only screen and (max-width: 63.99875rem) {
  #top-header {
    display: none;
  }
}
#top-header .container {
  justify-content: space-between;
}
#top-header .container .cell {
  flex: 1;
}
#top-header .container .topheader-menu ul.menu li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ffffff;
}
#top-header .container .topheader-menu ul.menu li a {
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  transition: 0.4s;
}
#top-header .container .topheader-menu ul.menu li a:hover {
  transform: translateY(-5px);
}
#top-header .container .topheader-menu ul.menu li:last-child {
  padding-right: unset;
  margin-right: unset;
  border-right: unset;
}
#top-header .container .hb_header_lists {
  display: flex;
  align-items: center;
}
#top-header .container .hb_header_lists ._header-lists {
  position: relative;
  transition: 0.4s;
  display: flex;
  align-items: center;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ffffff;
  font-size: 15px;
  line-height: 1;
}
#top-header .container .hb_header_lists ._header-lists ._images {
  width: auto;
  height: 15px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-header .container .hb_header_lists ._header-lists ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#top-header .container .hb_header_lists ._header-lists ._title {
  font-weight: 500;
}
#top-header .container .hb_header_lists ._header-lists a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#top-header .container .inline-search form {
  position: relative;
}
#top-header .container .inline-search form input {
  border: 1px solid #5b5b5b;
  background: #ffffff;
  border-radius: 100px;
  width: 100%;
  font-size: 13px;
  height: 30px;
  padding-left: 30px;
}
#top-header .container .inline-search form input::-webkit-input-placeholder {
  color: #6c6c6c;
}
#top-header .container .inline-search form input::placeholder {
  color: #6c6c6c;
}
#top-header .container .inline-search form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
  font-size: 13px;
  color: #6c6c6c;
  height: 16px;
}
#top-header .container .inline-search form button svg {
  width: 16px;
  height: 16px;
  fill: #6c6c6c;
}
#top-header .container .cell-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#inside-header {
  position: relative;
}
#inside-header > .container {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
}
#inside-header .cell-logo {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell-logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#inside-header .cell-logo .custom-logo {
  width: auto;
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell-logo .custom-logo {
    max-height: 56px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media only screen and (min-width: 96.0625rem) {
  #inside-header .cell-logo .custom-logo {
    max-height: 66px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell-logo .custom-logo {
    max-height: 46px;
  }
}
@media only screen and (max-width: 79.99875rem) {
  #inside-header .cell-logo {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
  #inside-header .cell-logo a.logo {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell-logo {
    grid-gap: 0;
    gap: 0;
  }
}
#inside-header .cell-design {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#inside-header .cell-design {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (min-width: 48rem) {
  #inside-header .cell-design {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell-design {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell-design {
    justify-content: end;
  }
}
#inside-header .cell-design .pll-switcher-select {
  width: 52px;
  height: 30px;
  border: 1px solid #7a0e1b;
  box-shadow: unset;
  border-radius: 4px;
  padding: 0 6px;
  color: #7a0e1b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACpSURBVHgBnVDLDcIwDK2rDsAIHaFsAIcmyjEblEmgm8AUkZLsUJiAjtBTTvlgH4oiVKBgKbL9kpfnZ7DW3lNKdfFD4PtDGWMs/okyhLDHH8a1BBTqGWNnoEYpVVdVNWC5+cK7tG3bUQEzorVuAGD4oHTjnDfPUecC5a9keolEVpxzuxwr84Zmx9S/kmgPUsopx2FJwRhzwnTEM3nvt0KIsVgb6Lkj3+/uHx8ESm0j7iCrAAAAAElFTkSuQmCC");
  background-position: right 0.55em top 50%;
  background-repeat: no-repeat;
  background-size: auto 6px;
  display: block;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell-design .pll-switcher-select {
    -webkit-filter: none !important;
            filter: none !important;
  }
}
#inside-header .cell-design .pll-switcher-select option {
  color: #7a0e1b;
}
#inside-header .cell-design .dropdown-search {
  display: none;
}
#inside-header .cell-design .dropdown-search .trigger-s {
  border-radius: 30px;
  border: 0.7px solid #7a0e1b;
  width: 43px;
  height: 32px;
}
#inside-header .cell-design .dropdown-search .trigger-s {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#inside-header .cell-design .dropdown-search .trigger-s span {
  display: none;
}
#inside-header .cell-design .dropdown-search .trigger-s::before {
  color: #7a0e1b;
  font-weight: 500;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell-design .dropdown-search .trigger-s::before {
    font-weight: 700;
    font-size: 20px;
  }
}
#inside-header .cell-design .wc-mini-cart {
  position: relative;
}
#inside-header .cell-design .wc-mini-cart .cart-contents {
  display: flex;
  align-items: center;
  border-radius: 40px;
  height: 36px;
  aspect-ratio: 1/1;
  padding-inline: 1px;
  transition: background-color 0.25s ease;
  color: #fff;
  position: relative;
}
#inside-header .cell-design .wc-mini-cart .cart-contents .cart-title {
  color: #7a0e1b;
  font-weight: 500;
  width: 35px;
  height: 35px;
  border: 1px solid #7a0e1b;
  border-radius: 50%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell-design .wc-mini-cart .cart-contents .cart-title {
    -webkit-filter: none;
            filter: none;
  }
}
#inside-header .cell-design .wc-mini-cart .cart-contents .cart-title svg {
  width: 20px;
}
#inside-header .cell-design .wc-mini-cart .cart-contents .cart-count {
  position: absolute;
  top: -3px;
  inset-inline-end: -7px;
  background-color: #7a0e1b;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
#inside-header .cell-design .wc-mini-cart .mini-cart-dropdown {
  display: none;
  position: absolute;
  right: 0;
  min-width: 300px;
  background: #fff;
  border: 1px solid rgba(165, 165, 165, 0.2);
  padding: 15px;
  border-radius: 8px;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell-design .wc-mini-cart .mini-cart-dropdown {
    right: -40px;
  }
}
#inside-header .cell-design .wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
#inside-header .cell-design .wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart-item > a.remove {
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
#inside-header .cell-design .wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart-item > a:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  #inside-header .cell-design .wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart-item > a:nth-child(2) {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
#inside-header .cell-design .wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart-item > a:nth-child(2) img {
  float: left;
  margin-right: 8px;
}
#inside-header .cell-design .wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart-item .quantity {
  font-size: 13px;
}
#inside-header .cell-design .wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total {
  font-size: 14px;
  margin-top: 10px;
}
#inside-header .cell-design .wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#inside-header .cell-design .wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a {
  background-color: #fff !important;
  border: 1px solid #7a0e1b !important;
  color: #7a0e1b !important;
  font-size: 14px !important;
}
#inside-header .cell-design .wc-mini-cart:hover .mini-cart-dropdown {
  display: block;
}
#inside-header .cell-design .widget_polylang ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
#inside-header .cell-design .widget_polylang ul {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

#inside-header .cell-design .widget_polylang ul li {
  line-height: 1;
  flex: 0 0 29px;
  max-width: 29px;
  height: 19px;
}
#inside-header .cell-design .widget_polylang ul li a {
  width: 100%;
  height: 100%;
  position: relative;
}
#inside-header .cell-design .widget_polylang ul li a::before {
  display: inline-block;
  content: "";
  background-size: 100% 100% !important;
  width: 29px;
  height: 19px;
}
#inside-header .cell-design .widget_polylang ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}
#inside-header .cell-design .widget_polylang ul .lang-item-vi a::before {
  background: url(../img/vi.jpg) no-repeat center;
}
#inside-header .cell-design .widget_polylang ul .lang-item-en a::before {
  background: url(../img/en.jpg) no-repeat center;
}
#inside-header .cell-design .widget_polylang ul .lang-item-ja a::before {
  background: url(../img/ja.jpg) no-repeat center;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell-design .inline-search {
    display: none;
  }
}
#inside-header .cell-design .inline-search form {
  width: 165px;
  position: relative;
}
#inside-header .cell-design .inline-search form input {
  border: 0.7px solid #acacac;
  border-radius: 100px;
  padding: 8px 10px 5px 30px;
  width: 100%;
  height: 34px;
  background: #fffcf6;
}
#inside-header .cell-design .inline-search form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 14px;
}
#inside-header .cell-design .inline-search form button::before {
  color: #201a1b;
}
#inside-header .cell-design .mini_widget_shopping_cart {
  margin-right: 0;
  display: flex;
  align-items: center;
  line-height: 1px;
}
#inside-header .cell-design .mini_widget_shopping_cart {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell-design .mini_widget_shopping_cart {
    border: unset;
    padding: 0;
  }
}
#inside-header .cell-design .mini_widget_shopping_cart .cart-title {
  clip: unset;
  -webkit-clip-path: unset;
          clip-path: unset;
  width: auto;
  height: auto;
  margin: unset;
  overflow: unset;
  padding: 0;
  position: unset;
  font-weight: 600;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell-design .mini_widget_shopping_cart .cart-title {
    display: none;
  }
}
#inside-header .cell-design .mini_widget_shopping_cart ul.shopping-cart {
  order: -1;
}

.site-header {
  position: relative;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.4s;
}
@media only screen and (min-width: 64rem) {
  .site-header {
    position: absolute;
  }
}
.site-header .popup-container {
  display: none;
}
.site-header:hover {
  background: #ffffff;
}
.site-header:hover .cell-logo .custom-logo {
  -webkit-filter: unset !important;
          filter: unset !important;
}
.site-header:hover .cell-design .wc-mini-cart .cart-contents .cart-title {
  -webkit-filter: none !important;
          filter: none !important;
}
.site-header:hover .cell-menu .dropdown.menu.desktop-menu li a {
  color: #343434;
}
.site-header:hover .cell-menu .dropdown.menu.desktop-menu li a:hover {
  color: #7a0e1b;
}
.site-header .cell-menu .dropdown.menu.desktop-menu li a {
  color: #ffffff;
}
#menu-header {
  height: 60px;
  background-color: #7a0e1b;
}
@media only screen and (max-width: 79.99875rem) {
  #menu-header {
    display: none;
  }
}
#menu-header #main-nav {
  flex: 1 1 0;
  max-width: calc(100% - 240px);
}
@media only screen and (max-width: 96.06125rem) {
  #menu-header #main-nav {
    max-width: calc(100% - 200px);
  }
}

.cell-menu {
  align-items: center;
}
@media only screen and (min-width: 64rem) {
  .cell-menu {
    flex: 1 1 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .cell-menu {
    display: none;
  }
}
.cell-menu nav.nav {
  width: 100%;
  height: 100%;
}
.cell-menu .dropdown.menu.desktop-menu {
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: center;
}
@media only screen and (min-width: 48rem) {
  .cell-menu .dropdown.menu.desktop-menu {
    height: 86px;
  }
}
.cell-menu .dropdown.menu.desktop-menu li {
  height: 100%;
}
.cell-menu .dropdown.menu.desktop-menu li a {
  color: #343434;
  font-weight: 600;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .cell-menu .dropdown.menu.desktop-menu li a {
    font-size: 14px;
    line-height: 20px;
    padding: 0.7rem 0;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .cell-menu .dropdown.menu.desktop-menu li a {
    font-size: 16px;
    line-height: 20px;
  }
}
.cell-menu .dropdown.menu.desktop-menu li a[aria-current=page] {
  color: #7a0e1b;
}
.cell-menu .dropdown.menu.desktop-menu li ul.sub-menu > li > a[aria-current=page] {
  color: #7a0e1b;
}
.cell-menu .dropdown.menu.desktop-menu li:last-child {
  border-right: unset;
}
.cell-menu .dropdown.menu.desktop-menu > li {
  position: relative;
}
.cell-menu .dropdown.menu.desktop-menu > li > a {
  width: 100%;
}
.cell-menu .dropdown.menu.desktop-menu > li > a:hover {
  color: #7a0e1b;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a {
  padding-right: 20px;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a::after {
  width: 8px;
  height: 8px;
  border: none;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: rotate(-45deg);
  right: 6px;
  position: absolute;
  margin-top: -5px;
  transition: 0.2s;
}
@media only screen and (max-width: 96.06125rem) {
  .cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a::after {
    right: 10px;
  }
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a:hover::after {
  transform: rotate(45deg) !important;
  content: "";
  margin-top: -6px;
  background: none;
  font-weight: 600;
  color: #c49a6c !important;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent.is-active > a {
  color: #7a0e1b;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent.is-active > a::after {
  transform: rotate(45deg) !important;
  content: "";
  margin-top: -6px;
  font-weight: 600;
  color: #7a0e1b !important;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent.more > a {
  font-size: 0;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent.more > a::after {
  display: none;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent.more > a::before {
  font-size: 18px;
  display: flex;
  align-items: center;
  content: "\f141";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.cell-menu .dropdown.menu.desktop-menu > li.current-menu-item > a, .cell-menu .dropdown.menu.desktop-menu > li.current_page_item > a, .cell-menu .dropdown.menu.desktop-menu > li.current-menu-parent > a {
  color: #7a0e1b;
}
@media only screen and (min-width: 48rem) {
  .cell-menu .dropdown.menu.desktop-menu > li:not(:last-child) {
    padding-right: 15px;
  }
}
.cell-menu .dropdown.menu.desktop-menu > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2.5px;
  width: 1px;
  height: 15px;
  background-color: #8c8c8c;
  display: none;
}
@media only screen and (min-width: 48rem) {
  .cell-menu .dropdown.menu.desktop-menu > li:not(:first-child) {
    padding-left: 15px;
  }
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu {
  background: #ffffff;
  padding: 1em;
  border: unset;
  border-radius: 0 0 5px 5px;
  border-left: 1px solid rgba(165, 165, 165, 0.2);
  border-right: 1px solid rgba(165, 165, 165, 0.2);
  border-bottom: 1px solid rgba(165, 165, 165, 0.2);
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a {
  color: #343434;
  text-transform: unset;
}
@media only screen and (min-width: 48rem) {
  .cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a {
    font-size: 16px;
  }
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a::before {
  display: none;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a:hover {
  color: #7a0e1b;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-active > a {
  background: none;
  color: #7a0e1b;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-dropdown-submenu-item > a::after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: 12px;
  border: none;
  aspect-ratio: 1/1;
  line-height: 1;
  margin-top: -9px;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-dropdown-submenu-item > a::after {
  width: 0.75rem;
  height: 0.75rem;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-dropdown-submenu-item.opens-right > a::after {
  content: "\f054";
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-dropdown-submenu-item.opens-left > a::after {
  content: "\f053";
}
.cell-menu .dropdown.menu.desktop-menu li.is-dropdown-submenu-parent.is-active > a {
  color: #7a0e1b !important;
}
.cell-menu .dropdown.menu.desktop-menu li.is-dropdown-submenu-parent.is-active > a::after {
  transform: rotate(180deg);
  margin-top: -6px;
  color: #7a0e1b;
}

.sticky-wrapper.is-sticky #inside-header {
  box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.1490196078);
  z-index: 999 !important;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}
.sticky-wrapper.is-sticky #inside-header .container .cell-logo .custom-logo {
  -webkit-filter: unset;
          filter: unset;
}
.sticky-wrapper.is-sticky #inside-header .container .cell-menu .dropdown.menu.desktop-menu li a {
  color: #343434;
}
.sticky-wrapper.is-sticky #inside-header .container .cell-menu .dropdown.menu.desktop-menu li a:hover {
  color: #7a0e1b;
}
.sticky-wrapper.is-sticky #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a:hover {
  color: #7a0e1b;
}
.sticky-wrapper.is-sticky #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-active > a {
  color: #7a0e1b;
}
.sticky-wrapper.is-sticky #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current-menu-item > a, .sticky-wrapper.is-sticky #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current_page_item > a, .sticky-wrapper.is-sticky #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current-menu-parent > a {
  color: #7a0e1b;
}
.sticky-wrapper.is-sticky #inside-header .container .cell-menu .dropdown.menu.desktop-menu li.is-dropdown-submenu-parent.is-active > a {
  color: #7a0e1b !important;
}
.sticky-wrapper.is-sticky #inside-header .container .cell-menu .dropdown.menu.desktop-menu li.is-dropdown-submenu-parent.is-active > a::after {
  color: #7a0e1b;
}
.sticky-wrapper.is-sticky #inside-header .container .cell-design .pll-switcher-select {
  border: 1px solid #7a0e1b;
  color: #7a0e1b;
}
.sticky-wrapper.is-sticky #inside-header .container .cell-design .wc-mini-cart .cart-contents .cart-title {
  -webkit-filter: none;
          filter: none;
}
.sticky-wrapper.is-sticky #inside-header .container .cell-design .off-canvas-content .menu-lines .line > span::before {
  background-color: #7a0e1b;
}

.woocommerce-cart #inside-header,
.woocommerce-checkout #inside-header,
.archive.category #inside-header,
.single.single-post #inside-header {
  box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.1490196078);
}
.woocommerce-cart #inside-header .container .cell-logo .custom-logo,
.woocommerce-checkout #inside-header .container .cell-logo .custom-logo,
.archive.category #inside-header .container .cell-logo .custom-logo,
.single.single-post #inside-header .container .cell-logo .custom-logo {
  -webkit-filter: unset;
          filter: unset;
}
.woocommerce-cart #inside-header .container .cell-menu .dropdown.menu.desktop-menu li a,
.woocommerce-checkout #inside-header .container .cell-menu .dropdown.menu.desktop-menu li a,
.archive.category #inside-header .container .cell-menu .dropdown.menu.desktop-menu li a,
.single.single-post #inside-header .container .cell-menu .dropdown.menu.desktop-menu li a {
  color: #343434;
}
.woocommerce-cart #inside-header .container .cell-menu .dropdown.menu.desktop-menu li a:hover,
.woocommerce-checkout #inside-header .container .cell-menu .dropdown.menu.desktop-menu li a:hover,
.archive.category #inside-header .container .cell-menu .dropdown.menu.desktop-menu li a:hover,
.single.single-post #inside-header .container .cell-menu .dropdown.menu.desktop-menu li a:hover {
  color: #7a0e1b;
}
.woocommerce-cart #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a:hover,
.woocommerce-checkout #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a:hover,
.archive.category #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a:hover,
.single.single-post #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a:hover {
  color: #7a0e1b;
}
.woocommerce-cart #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-active > a,
.woocommerce-checkout #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-active > a,
.archive.category #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-active > a,
.single.single-post #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-active > a {
  color: #7a0e1b;
}
.woocommerce-cart #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current-menu-item > a, .woocommerce-cart #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current_page_item > a, .woocommerce-cart #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current-menu-parent > a,
.woocommerce-checkout #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current-menu-item > a,
.woocommerce-checkout #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current_page_item > a,
.woocommerce-checkout #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current-menu-parent > a,
.archive.category #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current-menu-item > a,
.archive.category #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current_page_item > a,
.archive.category #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current-menu-parent > a,
.single.single-post #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current-menu-item > a,
.single.single-post #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current_page_item > a,
.single.single-post #inside-header .container .cell-menu .dropdown.menu.desktop-menu > li.current-menu-parent > a {
  color: #7a0e1b;
}
.woocommerce-cart #inside-header .container .cell-menu .dropdown.menu.desktop-menu li.is-dropdown-submenu-parent.is-active > a,
.woocommerce-checkout #inside-header .container .cell-menu .dropdown.menu.desktop-menu li.is-dropdown-submenu-parent.is-active > a,
.archive.category #inside-header .container .cell-menu .dropdown.menu.desktop-menu li.is-dropdown-submenu-parent.is-active > a,
.single.single-post #inside-header .container .cell-menu .dropdown.menu.desktop-menu li.is-dropdown-submenu-parent.is-active > a {
  color: #7a0e1b !important;
}
.woocommerce-cart #inside-header .container .cell-menu .dropdown.menu.desktop-menu li.is-dropdown-submenu-parent.is-active > a::after,
.woocommerce-checkout #inside-header .container .cell-menu .dropdown.menu.desktop-menu li.is-dropdown-submenu-parent.is-active > a::after,
.archive.category #inside-header .container .cell-menu .dropdown.menu.desktop-menu li.is-dropdown-submenu-parent.is-active > a::after,
.single.single-post #inside-header .container .cell-menu .dropdown.menu.desktop-menu li.is-dropdown-submenu-parent.is-active > a::after {
  color: #7a0e1b;
}
.woocommerce-cart #inside-header .container .cell-design .pll-switcher-select,
.woocommerce-checkout #inside-header .container .cell-design .pll-switcher-select,
.archive.category #inside-header .container .cell-design .pll-switcher-select,
.single.single-post #inside-header .container .cell-design .pll-switcher-select {
  border: 1px solid #7a0e1b;
  color: #7a0e1b;
  -webkit-filter: none;
          filter: none;
}
.woocommerce-cart #inside-header .container .cell-design .wc-mini-cart .cart-contents .cart-title,
.woocommerce-checkout #inside-header .container .cell-design .wc-mini-cart .cart-contents .cart-title,
.archive.category #inside-header .container .cell-design .wc-mini-cart .cart-contents .cart-title,
.single.single-post #inside-header .container .cell-design .wc-mini-cart .cart-contents .cart-title {
  -webkit-filter: none;
          filter: none;
}
.woocommerce-cart #inside-header .container .cell-design .off-canvas-content .menu-lines .line > span::before,
.woocommerce-checkout #inside-header .container .cell-design .off-canvas-content .menu-lines .line > span::before,
.archive.category #inside-header .container .cell-design .off-canvas-content .menu-lines .line > span::before,
.single.single-post #inside-header .container .cell-design .off-canvas-content .menu-lines .line > span::before {
  background-color: #7a0e1b;
}

.hb_header_button {
  display: flex;
  align-items: center;
}
.hb_header_button {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (max-width: 47.99875rem) {
  .hb_header_button {
    display: none;
  }
}
.hb_header_button ._header-button {
  position: relative;
  transition: 0.4s;
  background: #7a0e1b;
  border-radius: 30px;
  padding: 12px 20px;
}
@media only screen and (min-width: 48rem) {
  .hb_header_button ._header-button ._svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_header_button ._header-button ._svg {
    border-radius: 100%;
    border: 0.7px solid #a5a5a5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hb_header_button ._header-button ._svg {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.hb_header_button ._header-button ._svg i {
  font-weight: 300;
}
@media only screen and (min-width: 48rem) {
  .hb_header_button ._header-button ._svg i {
    color: #ffffff;
  }
}
.hb_header_button ._header-button ._images {
  width: 2.1875rem;
  height: 2.1875rem;
}
.hb_header_button ._header-button ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_header_button ._header-button ._title {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.hb_header_button ._header-button a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_header_button ._header-button:hover {
  transform: translateY(-5px);
}

/** */
.mini_widget_shopping_cart {
  position: relative;
  z-index: 1;
  color: #2B2B2B;
}
.mini_widget_shopping_cart .cart-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents {
  padding: 0;
  position: relative;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .amount {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .icon {
  font-size: 20px;
  font-weight: 700;
  color: #7a0e1b;
  display: block;
  margin-top: 4px;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .count {
  position: absolute;
  right: -7px;
  top: -7px;
  font-size: 10px;
  padding-top: 1px;
  font-weight: 400;
  color: #ffffff;
  background-color: red;
  height: auto;
  width: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  padding-left: 4px;
  padding-right: 4px;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .count {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .txt {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

/** */
.widget_shopping_cart {
  left: auto !important;
  position: absolute;
  top: 105%;
  right: 0;
  width: 330px;
  background-color: transparent;
  text-align: left;
  z-index: 1499;
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  margin-bottom: 0;
  visibility: hidden;
  padding-top: 5px;
}
@media only screen and (min-width: 48rem) {
  .widget_shopping_cart ul.product_list_widget {
    height: auto;
  }
  .widget_shopping_cart ul.product_list_widget li {
    padding: 8px 0;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    border-bottom: none;
  }
  .widget_shopping_cart ul.product_list_widget li .item-image-holder {
    flex: 0 0 20%;
    max-width: 20%;
    margin-right: 5px;
  }
  .widget_shopping_cart ul.product_list_widget li .item-image-holder a {
    outline: none;
    display: block;
    padding: 0;
  }
  .widget_shopping_cart ul.product_list_widget li .item-image-holder img {
    display: block;
    margin: 0;
    float: none;
    width: 100%;
    height: auto;
    max-width: unset;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder {
    padding-right: 0;
    flex: 1 1 0;
    min-width: 0;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder .product-title {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder .product-title > a {
    outline: none;
    padding: 0;
    line-height: 1.4;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #2B2B2B;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder .product-title > a:hover {
    color: #7a0e1b;
    text-decoration: none;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder dl.variation {
    margin: 5px 0 0 0;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 10px;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder dl.variation dt {
    margin-bottom: 0;
    flex: 0 0 40%;
    max-width: 40%;
    margin-right: 5px;
    padding-bottom: 0;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: -0.5px;
    line-height: normal;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder dl.variation dt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder dl.variation dd {
    margin-bottom: 0;
    flex: 0 0 calc(60% - 5px);
    max-width: calc(60% - 5px);
    padding-bottom: 0;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder dl.variation dd > * {
    margin-bottom: 0;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder .quantity {
    font-size: 13px;
    margin-top: 0;
    display: block;
    letter-spacing: -0.2px;
    font-weight: 600;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder .quantity .amount {
    font-weight: 600;
    color: red;
    font-size: 13px;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder a.remove {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    text-indent: 0;
    font-size: 18px;
    outline: none;
    font-weight: 300;
    border-radius: 50%;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder a.remove {
    width: 0.875rem;
    height: 0.875rem;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder a.remove::before {
    display: none;
  }
  .widget_shopping_cart p.counts {
    background: none;
    border: none;
    padding: 10px 0;
    margin-bottom: 0;
    justify-content: space-between;
    font-weight: 500;
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #2B2B2B;
    line-height: 1.7;
  }
  .widget_shopping_cart p.counts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .widget_shopping_cart p.counts strong {
    font-size: 14px;
    font-weight: 500;
  }
  .widget_shopping_cart p.total {
    background: none;
    border: none;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    justify-content: space-between;
    font-weight: 500;
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #2B2B2B;
    line-height: 1.7;
  }
  .widget_shopping_cart p.total {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .widget_shopping_cart p.total strong {
    font-size: 14px;
    font-weight: 500;
  }
  .widget_shopping_cart p.total .amount {
    font-weight: 700;
    color: red;
  }
  .widget_shopping_cart p.buttons {
    background: none;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .widget_shopping_cart a.button {
    display: block;
    margin-top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
    color: #ffffff;
    background-color: #7a0e1b;
    margin-bottom: 0;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
  }
  .widget_shopping_cart a.button:hover {
    opacity: 0.8;
  }
  .widget_shopping_cart a.button::after {
    display: none;
  }
  .widget_shopping_cart a.button.checkout {
    margin-right: 0;
    background-color: red;
    border-color: #2B2B2B;
    position: relative;
  }
  .widget_shopping_cart .woocommerce-mini-cart__button a {
    font-weight: 600;
    color: #ffffff;
  }
  .widget_shopping_cart .woocommerce-mini-cart__button a:first-child {
    background-color: #7a0e1b;
  }
  .widget_shopping_cart .woocommerce-mini-cart__button a:last-child {
    background-color: red;
  }
}

/** */
.widget_shopping_cart_content {
  padding: 15px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 300;
  border-radius: 5px;
}
@media only screen and (min-width: 48rem) {
  .widget_shopping_cart_content {
    overflow: hidden;
  }
}

/** */
@media only screen and (min-width: 48rem) {
  #shopping-cart:hover .widget_shopping_cart, #shopping-cart.hover .widget_shopping_cart {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}

/** */
ul.cart_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.cart_list li.mini_cart_item {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}

ul.cart_list li.mini_cart_item a.remove {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  text-indent: 0;
  outline: none;
  display: flex;
  justify-content: center;
  font-weight: 600;
  border-radius: 50%;
  color: #fff;
}
ul.cart_list li.mini_cart_item a.remove {
  font-size: 1rem;
}
ul.cart_list li.mini_cart_item a.remove {
  width: 0.875rem;
  height: 0.875rem;
}
ul.cart_list li.mini_cart_item a.remove::before {
  display: none;
}
ul.cart_list li.mini_cart_item a.remove:hover {
  color: red !important;
  background: transparent !important;
  font-weight: 600;
}
ul.cart_list li.mini_cart_item > a:not(.remove) {
  flex: 1 1 0;
  display: flex;
  line-height: 1.3;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
  align-items: flex-start;
  text-align: left;
  padding: 0;
}
ul.cart_list li.mini_cart_item > a:not(.remove) {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

ul.cart_list li.mini_cart_item > a:not(.remove) {
  font-size: 0.8125rem;
}
ul.cart_list li.mini_cart_item > a:not(.remove) img {
  width: 50px;
  border-radius: 5px;
  display: block;
  margin-left: 0;
}
ul.cart_list li.mini_cart_item dl.variation {
  margin: 5px 0 0 0;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 10px;
}
ul.cart_list li.mini_cart_item dl.variation dt {
  margin-bottom: 0;
  flex: 0 0 40%;
  max-width: 40%;
  margin-right: 5px;
  padding-bottom: 0;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: normal;
}
ul.cart_list li.mini_cart_item dl.variation dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
ul.cart_list li.mini_cart_item dl.variation dd {
  margin-bottom: 0;
  flex: 0 0 calc(60% - 5px);
  max-width: calc(60% - 5px);
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}
ul.cart_list li.mini_cart_item dl.variation dd > * {
  margin-bottom: 0;
}
ul.cart_list li.mini_cart_item .quantity {
  color: #7a0e1b;
  font-weight: 500;
  font-size: 14px;
}
ul.cart_list li.mini_cart_item .quantity .amount {
  font-weight: 700;
  color: #c49a6c;
}
ul.cart_list li.mini_cart_item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/** Responsive */
@media (min-width: 1025px) and (max-width: 1205px) {
  .cell-menu .dropdown.menu.desktop-menu li a {
    font-size: 12px;
  }
  #inside-header .cell-logo .custom-logo {
    max-height: 46px;
  }
  .hb_header_button ._header-button {
    padding: 8px 12px;
  }
  .hb_header_button ._header-button ._title {
    font-size: 12px;
  }
  .cell-menu .dropdown.menu.desktop-menu > li:not(:first-child) {
    padding-left: 8px;
  }
  .cell-menu .dropdown.menu.desktop-menu > li:not(:last-child) {
    padding-right: 8px;
  }
  .hb_figure_home .flex-info .cell-left .heading-title br {
    display: none;
  }
  .site-header {
    position: relative;
  }
  #inside-header .cell-logo .custom-logo {
    -webkit-filter: unset;
            filter: unset;
  }
  .site-header .cell-menu .dropdown.menu.desktop-menu li a {
    color: #343434;
  }
  .cell-menu .dropdown.menu.desktop-menu {
    height: 62px;
  }
}
.site-footer {
  position: relative;
  background: #7a0e1b;
}
#footer-columns .flex-info {
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
#footer-columns .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

#footer-columns .flex-info {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .flex-info {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .flex-info {
    padding-top: 2.5rem;
  }
}
#footer-columns .flex-info {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .flex-info {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .flex-info {
    padding-bottom: 1.875rem;
  }
}
#footer-columns .flex-info {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .flex-info {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .flex-info {
    margin-bottom: 1.875rem;
  }
}
#footer-columns .flex-info .cell .footer-title {
  color: #ffffff;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
}
#footer-columns .flex-info .cell .footer-desc {
  color: #ffffff;
  font-weight: 500;
}
#footer-columns .flex-info .cell .footer-desc strong, #footer-columns .flex-info .cell .footer-desc b {
  font-weight: 700;
}
#footer-columns .flex-info .cell .footer-desc a {
  color: #a8a8a8;
}
#footer-columns .flex-info .cell .footer-desc a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#footer-columns .flex-info .cell .footer-logo {
  width: auto;
  height: 88px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .flex-info .cell .footer-logo {
    height: 68px;
  }
}
#footer-columns .flex-info .cell .footer-logo a {
  width: auto;
  height: 100%;
}
#footer-columns .flex-info .cell .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#footer-columns .flex-info .cell .cell-inner {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .flex-info .cell-box-1 {
    flex: calc(45% - 30px);
    max-width: calc(45% - 30px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .flex-info .cell-box-1 {
    flex: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .flex-info .cell-box-1 {
    flex: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .flex-info .cell-box-1 .footer-logo {
    margin-top: 0;
    margin-bottom: 15px;
    order: -1;
  }
}

#footer-credit {
  position: relative;
}
#footer-credit {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  #footer-credit {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-credit {
    padding-bottom: 2.5rem;
  }
}
#footer-credit .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#footer-credit .container {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (max-width: 63.99875rem) {
  #footer-credit .container {
    flex-flow: row wrap;
  }
}
#footer-credit .container .copyright {
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  padding-top: 5px;
  font-size: 15px;
}
#footer-credit .container .copyright strong {
  font-weight: 600;
}
#footer-credit .container .copyright a {
  color: #ffffff;
}
#footer-credit .container .credit-nav {
  padding-top: 3px;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-credit .container .credit-nav {
    display: none;
  }
}
#footer-credit .container .credit-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer-credit .container .credit-nav ul li {
  border-right: 1px solid #ffffff;
  transition: 0.4s;
}
#footer-credit .container .credit-nav ul li a {
  padding: 0 10px;
  font-weight: 600;
  color: #ffffff;
  transition: 0.4s;
  font-size: 15px;
}
#footer-credit .container .credit-nav ul li a:hover {
  text-decoration: underline;
}
#footer-credit .container .credit-nav ul li:first-child a {
  padding-left: 0;
}
#footer-credit .container .credit-nav ul li:last-child {
  border-right: unset;
}
#footer-credit .container .credit-nav ul li:last-child a {
  padding-right: 0;
}

/** */
/** Responsive */
@media (min-width: 1025px) and (max-width: 1205px) {
  #footer-columns .flex-info .cell-box-1 {
    flex: calc(70% - 30px);
    max-width: calc(70% - 30px);
  }
  #footer-credit .container .credit-nav ul li a, #footer-credit .container .copyright {
    font-size: 12px;
  }
}
/** Poppins fonts */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/SVN-Poppins-Light.woff2") format("woff2"), url("../fonts/SVN-Poppins-Light.ttf") format("truetype"), url("../fonts/SVN-Poppins-Light.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/SVN-Poppins-LightItalic.woff2") format("woff2"), url("../fonts/SVN-Poppins-LightItalic.ttf") format("truetype"), url("../fonts/SVN-Poppins-LightItalic.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SVN-Poppins-Regular.woff2") format("woff2"), url("../fonts/SVN-Poppins-Regular.ttf") format("truetype"), url("../fonts/SVN-Poppins-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SVN-Poppins-RegularItalic.woff2") format("woff2"), url("../fonts/SVN-Poppins-RegularItalic.ttf") format("truetype"), url("../fonts/SVN-Poppins-RegularItalic.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/SVN-Poppins-Medium.woff2") format("woff2"), url("../fonts/SVN-Poppins-Medium.ttf") format("truetype"), url("../fonts/SVN-Poppins-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/SVN-Poppins-SemiBold.woff2") format("woff2"), url("../fonts/SVN-Poppins-SemiBold.ttf") format("truetype"), url("../fonts/SVN-Poppins-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/SVN-Poppins-Bold.woff2") format("woff2"), url("../fonts/SVN-Poppins-Bold.ttf") format("truetype"), url("../fonts/SVN-Poppins-Bold.otf") format("opentype");
}
:is(.ajax-loading, .ajax-loader) {
  position: relative;
}
:is(.ajax-loading, .ajax-loader)::before {
  z-index: 99998;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
}
:is(.ajax-loading, .ajax-loader)::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
:is(.ajax-loading, .ajax-loader)::after {
  content: "";
  z-index: 99999;
  border: 2px solid;
  border-color: #2B2B2B #f3f3f3 #2B2B2B #f3f3f3;
  border-radius: 50%;
  animation: spin 2.5s linear infinite;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  width: 30px;
  height: 30px;
}

@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
body.ajax-loader {
  height: 100vh;
}
body.ajax-loader::after {
  top: calc(50vh - 0.9375rem);
}

.sharing-toolbox .share-title {
  bottom: 35px;
  color: #2B2B2B;
  font-size: 13px;
  font-weight: 300;
  position: relative;
  transform: rotate(-90deg);
  white-space: nowrap;
}
.sharing-toolbox .share-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sharing-toolbox .share-title::before {
  background: #ccc;
  content: "";
  height: 1px;
  margin-right: 3px;
  width: 10px;
}
.sharing-toolbox .social-share > .share-label {
  display: none;
}
.sharing-toolbox .social-share ul.share-actions {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  display: flex;
  margin-bottom: 10px;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button:hover {
  opacity: 1;
}

.share-icon {
  background: rgba(240, 240, 240, 0.1);
  border: 1px solid rgba(43, 43, 43, 0.5);
  border-radius: 50%;
  display: block;
  padding: 0;
  position: relative;
}
.share-icon {
  width: 2.375rem;
  height: 2.375rem;
}
.share-icon::before {
  content: "";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  margin: 0;
  font-weight: 400;
  color: #606961;
  font-size: 16px;
  width: 20px;
  height: 20px;
}
.share-icon::before {
  position: absolute;
  top: calc(50% - 0.625rem);
  left: calc(50% - 0.625rem);
  width: 20;
  height: 20;
}
.share-icon::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.share-icon.icon-print::before {
  content: "\f02f";
}
.share-icon.icon-facebook::before {
  content: "\f39e";
}
.share-icon.icon-x::before {
  content: "\e61b";
}
.share-icon.icon-whatsapp::before {
  content: "\f232";
}
.share-icon.icon-messenger::before {
  content: "\f39f";
}
.share-icon.icon-snapchat::before {
  content: "\f2ab";
}
.share-icon.icon-line::before {
  content: "\f3c0";
}
.share-icon.icon-viber::before {
  content: "\f409";
}
.share-icon.icon-skype::before {
  content: "\f17e";
}
.share-icon.icon-telegram::before {
  content: "\f2c6";
}
.share-icon.icon-linkedin::before {
  content: "\f0e1";
}
.share-icon.icon-quora::before {
  content: "\f2c4";
}
.share-icon.icon-mastodon::before {
  content: "\f4f6";
}
.share-icon.icon-reddit::before {
  content: "\f1a1";
}
.share-icon.icon-bluesky::before {
  content: "\e671";
}
.share-icon.icon-threads::before {
  content: "\e618";
}
.share-icon.icon-copy-link::before {
  content: "\f0c5";
}
.share-icon.icon-send-email::before {
  content: "\f0e0";
}
.share-icon.icon-web-share::before {
  content: "\f1e0";
}
.share-icon:hover {
  color: #7a0e1b;
}

.stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  display: inline-flex;
}
.stars-rating > ul {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  line-height: 22px;
}
.stars-rating > ul li::before {
  color: #fd7e14;
  display: block;
  font-size: inherit;
  font-weight: 300;
  letter-spacing: 5px;
}
.stars-rating > ul li.active::before {
  font-weight: 700;
}
.stars-rating > ul li.active ~ li::before {
  font-weight: 700;
}
.stars-rating > span {
  display: block;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0.03125rem;
  transition: 0.2s;
}
.stars-rating > span::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 22px;
}
.stars-rating.clicked > span {
  width: 0 !important;
}
.stars-rating:not(.selected) ul:hover li:hover::before {
  font-weight: 700;
}
.stars-rating:not(.selected) ul:hover li:hover ~ li::before {
  font-weight: 700;
}
.stars-rating:not(.selected) ul:hover + span {
  width: 0 !important;
  transition: 0.1s;
}

.comment-form-rating p.stars {
  margin-bottom: 0;
}
.comment-form-rating p.stars > span {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.comment-form-rating p.stars > span > a {
  font-size: 0;
  width: auto;
  height: auto;
  text-indent: -999em;
}
.comment-form-rating p.stars > span > a::before {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f005";
  color: #fd7e14;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  display: block;
  padding-left: 2.5px;
  padding-right: 2.5px;
  position: static;
  width: auto;
  height: auto;
}
.comment-form-rating p.stars > span:hover > a::before {
  font-weight: 700;
}
.comment-form-rating p.stars > span:hover > a:hover ~ a::before {
  font-weight: 300;
}
.comment-form-rating p.stars.selected > span > a::before {
  font-weight: 700;
}
.comment-form-rating p.stars.selected > span > a.active ~ a::before {
  font-weight: 300;
}
.comment-form-rating p.stars.selected > span:hover > a::before {
  font-weight: 700 !important;
}
.comment-form-rating p.stars.selected > span:hover > a:hover ~ a::before {
  font-weight: 300 !important;
}
.comment-form-rating select#rating {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

/** reset */
.woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active ~ a::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars a:hover ~ a::before {
  content: "\f005";
}

.loop-stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 12px;
  display: inline-flex;
}
.loop-stars-rating::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 20px;
}
.loop-stars-rating > span {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.loop-stars-rating > span::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 20px;
  display: block;
}

nav.nav-pagination {
  text-align: center;
  width: 100%;
}
nav.nav-pagination {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  nav.nav-pagination {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  nav.nav-pagination {
    padding-top: 2.5rem;
  }
}
nav.nav-pagination ul.pagination {
  margin: 0;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}

nav.nav-pagination ul.pagination li {
  font-weight: 600;
  padding: 0;
  font-size: 18px;
  width: auto;
  line-height: normal;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #eee;
}
nav.nav-pagination ul.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li {
  width: 3rem;
  height: 3rem;
}
@media only screen and (max-width: 47.99875rem) {
  nav.nav-pagination ul.pagination li {
    border-radius: 5px;
    font-size: 16px;
  }
  nav.nav-pagination ul.pagination li {
    width: 2.375rem;
    height: 2.375rem;
  }
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  height: 100%;
  width: 100%;
  line-height: inherit;
  aspect-ratio: 1/1;
  padding: 0;
  border-radius: 10px;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li span, nav.nav-pagination ul.pagination li a {
  color: #000000;
}
nav.nav-pagination ul.pagination li a:hover, nav.nav-pagination ul.pagination li button:hover {
  border: 1px solid #7a0e1b;
  color: #ffffff;
  background: #7a0e1b;
  font-weight: 700;
}
nav.nav-pagination ul.pagination li svg {
  height: 20px;
}
nav.nav-pagination ul.pagination li i {
  font-style: normal;
  line-height: 1;
  display: inline-flex;
}
nav.nav-pagination ul.pagination li a.prev i::before {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5NEJFNzZCQzYyMTFFQjhFNzFGOUJBQTNERUVGMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5NEJFNzdCQzYyMTFFQjhFNzFGOUJBQTNERUVGMzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjk0QkU3NEJDNjIxMUVCOEU3MUY5QkFBM0RFRUYzMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjk0QkU3NUJDNjIxMUVCOEU3MUY5QkFBM0RFRUYzMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpXgGxkAAADeSURBVHjafJIxCsJAEEXjmhzCxkLv4RkE2cYmBvUEXkAP4AkMmKBoo3gJwVqsY2vhDYxR/8BfWZYlA6/ZzMtkfrahtQ481QNtsLXOmiAGt9AjDMAeROACCgorkICrqhGO4O4IH7BUNcIQKEeYgI2qESqQUqgorKVZdup7hBcbRhSmRgg4fkHhwXRE6FKQym3BSHNQghYbIgaQsSe2XvCXTvyk0tot5A4500tt0QRx8IjybOyIiQkisESpnSVqil9Okvjf7s91J3asuDNOnPmukYhP3r2CZ0Y8y937CTAAu4xBW6ur/W0AAAAASUVORK5CYII=") no-repeat center;
  background-size: contain;
  width: 13px;
  height: 13px;
}
nav.nav-pagination ul.pagination li a.next i::before {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzVGNzdBOEJCQzYyMTFFQjlBNDJBQUE0NjE1RjJFQ0UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzVGNzdBOENCQzYyMTFFQjlBNDJBQUE0NjE1RjJFQ0UiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNUY3N0E4OUJDNjIxMUVCOUE0MkFBQTQ2MTVGMkVDRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNUY3N0E4QUJDNjIxMUVCOUE0MkFBQTQ2MTVGMkVDRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhwuMK4AAADdSURBVHjafJJNCsIwEIVjtN7BrV279B6CdFHxB0G8gBfQA3gCkVYERfDnAK70HrrQhXewVHyBVxyGYOAjJfSbTB5TiqKoaYxpgBXIzW91wQNcjVoWLMCSe5nnIViDM2j7pDn4gKEQ7+AIqmCjRcuKIyW681iIWyla7olHzCkeQCBFK271iW/QUWLLqjcmTNFQDCkOwIviTEvuxz6/UwYSsFANZGBqlVCkl7LVinhLxlZP9o9gPcLesFLPI7gwdj6hSG+iBBd1XQixFIqbxpy9VMzejR08wUWP0VeAAQBFd0HZwdgJhgAAAABJRU5ErkJggg==") no-repeat center;
  background-size: contain;
  width: 13px;
  height: 13px;
}
nav.nav-pagination ul.pagination li:hover {
  color: #ffffff;
  background: #7a0e1b;
  font-weight: 700;
}
nav.nav-pagination ul.pagination li:hover a {
  color: #ffffff;
}
nav.nav-pagination ul.pagination li:hover a.next i::before, nav.nav-pagination ul.pagination li:hover a.prev i::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
nav.nav-pagination ul.pagination li.current,
nav.nav-pagination ul.pagination li .current {
  color: #ffffff;
  background: #7a0e1b;
  font-weight: 700;
}
nav.nav-pagination ul.pagination li.current a,
nav.nav-pagination ul.pagination li .current a {
  color: #ffffff;
}
nav.nav-pagination ul.pagination li.current a.next i::before, nav.nav-pagination ul.pagination li.current a.prev i::before,
nav.nav-pagination ul.pagination li .current a.next i::before,
nav.nav-pagination ul.pagination li .current a.prev i::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

:is(span, label) > a {
  color: #7a0e1b;
}
:is(span, label) > a:hover {
  color: #7a0e1b;
  text-decoration: underline;
}

.form-error {
  display: none;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #ff0000;
}
.form-error.is-visible {
  display: block;
}

.is-invalid-input ~ .form-error[id] {
  display: block;
}

.simplebar-scrollable-y {
  padding-right: 12px;
}

.simplebar-track.simplebar-vertical {
  width: 10px;
}
.simplebar-track.simplebar-horizontal {
  height: 10px;
}

.simplebar-scrollbar:before {
  background-color: #cccccc;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}

.back-to-top {
  opacity: 0;
  position: fixed;
  z-index: 999;
  right: 13px;
  bottom: 25px;
  border: 1px solid #c49a6c;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.back-to-top {
  width: 2.5rem;
  height: 2.5rem;
}
.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .back-to-top {
    bottom: 75px;
  }
}
.back-to-top.back-to-top__show {
  opacity: 1;
  transition: 0.3s;
}
.back-to-top > svg {
  position: relative;
  transform: rotate(-90deg);
  display: block;
  color: #c49a6c;
  width: 26px;
  height: 20px;
}
.back-to-top:hover {
  border-color: #2c2c2c;
}
.back-to-top:hover > svg {
  color: #2c2c2c;
}

.menu .active > a {
  background: none;
}
.menu .sub-menu:not(.is-dropdown-submenu) {
  display: none;
}

.off-canvas.is-transition-overlap {
  z-index: 999999;
}

.js-off-canvas-overlay.is-overlay-fixed {
  background: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content {
    margin-left: 0;
  }
}
.off-canvas-content .menu-lines {
  transition: 0.3s;
  padding-left: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /*@include hamburger($Primary-01, $Primary-02, 22px, 18px, 2px, 3);*/
}
.off-canvas-content .menu-lines {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (max-width: 63.99875rem) {
  .off-canvas-content .menu-lines {
    padding-left: 0;
  }
}
.off-canvas-content .menu-lines .menu-txt {
  font-size: 16px;
  font-weight: 400;
  order: 1;
  display: none !important;
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content .menu-lines .menu-txt {
    display: none;
  }
}
.off-canvas-content .menu-lines .line {
  justify-content: space-between;
}
.off-canvas-content .menu-lines .line {
  width: 1.875rem;
  height: 1.25rem;
}
.off-canvas-content .menu-lines .line {
  display: flex;
  flex-flow: column nowrap;
}
.off-canvas-content .menu-lines .line > span {
  position: relative;
  width: 100%;
}
.off-canvas-content .menu-lines .line > span::before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #7a0e1b;
  position: absolute;
  right: 0;
}
.off-canvas-content .menu-lines .line > span.line-2::before {
  width: 90%;
  transition: 0.3s;
}
.off-canvas-content .menu-lines:hover .menu-txt {
  color: #7a0e1b;
}
.off-canvas-content .menu-lines:hover .line > span::before {
  background-color: #7a0e1b;
}
.off-canvas-content .menu-lines:hover .line > span.line-2::before {
  width: 100%;
}

.off-canvas {
  background-color: #ffffff;
}
@media only screen and (min-width: 64rem) {
  .off-canvas {
    display: none !important;
  }
}
.off-canvas.is-open {
  transform: translate(0) translateZ(3px);
}
.off-canvas .menu-lines {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  z-index: 9999;
  opacity: 0;
  transition: 0.6s 0.5s ease-in-out;
  transform: translateZ(3px);
  padding: 0;
  color: #7a0e1b;
  border-radius: 50%;
  overflow: hidden;
}
.off-canvas .menu-lines {
  width: 1.75rem;
  height: 1.75rem;
}
.off-canvas .menu-lines .menu-txt {
  color: currentColor;
  transition: 0.6s 0.5s ease-in-out;
  display: none !important;
}
.off-canvas .menu-lines .line {
  position: absolute;
  top: 14px;
  left: 6px;
  height: 2px;
  background-color: currentColor;
  border-radius: 0;
  transition: 0.5s 0.4s ease-in-out;
  transform: rotate(0deg);
  width: 20px;
  display: block;
}
.off-canvas.is-open .menu-lines {
  opacity: 1;
  transform: translateZ(3px);
}
.off-canvas.is-open .menu-lines .line-1 {
  transform: rotate(135deg);
}
.off-canvas.is-open .menu-lines .line-2 {
  transform: rotate(-135deg);
}
.off-canvas.position-top.is-open, .off-canvas.position-bottom.is-open {
  transform: translateY(0) translateZ(3px);
}
.off-canvas .title-bar-title {
  font-weight: 500;
  position: absolute;
  top: 25px;
  z-index: 9999;
  left: 15px;
  transform: translateZ(3px);
  max-width: 200px;
  height: auto;
}
.off-canvas .title-bar-title > a {
  color: #fff;
  display: block;
}
.off-canvas .title-bar-title > a {
  font-size: 1.0625rem;
  line-height: 1.719125rem;
}
@media screen and (min-width: 40rem) {
  .off-canvas .title-bar-title > a {
    font-size: calc(1.0625rem + 0.0033444816 * (100vw - 40rem));
    line-height: calc(1.719125rem + 0.0054113712 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  .off-canvas .title-bar-title > a {
    font-size: 1.25rem;
    line-height: 2.0225rem;
  }
}
.off-canvas .title-bar-title > a > img {
  display: block;
  height: auto;
  width: 140px;
}
.off-canvas .title-bar-title > a > img + span {
  display: none;
}
.off-canvas .title-bar-title > a > span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.off-canvas .menu-outer {
  margin-top: 130px;
}
.off-canvas .menu-outer .inline-search {
  padding: 0 15px 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .off-canvas .menu-outer .inline-search {
    display: none;
  }
}
.off-canvas .menu-outer .inline-search .frm-search {
  border: none;
  border-radius: 0;
  background: none;
  position: relative;
}
.off-canvas .menu-outer .inline-search .frm-search input {
  width: 100%;
  height: 35px;
  border: 1px solid #f5f5f5;
  text-indent: 5px;
  font-size: 13px;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] {
  position: absolute;
  background: none;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] span {
  display: none;
}
.off-canvas ul.vertical.menu {
  position: relative;
  z-index: 9998;
  height: 100%;
  overflow: hidden;
  transform: translateZ(3px);
}
.off-canvas ul.vertical.menu li {
  border-bottom: 1px solid #e2e2e2;
}
.off-canvas ul.vertical.menu li a {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000000;
}
.off-canvas ul.vertical.menu li a[aria-current=page] {
  color: #7a0e1b;
}
.off-canvas ul.vertical.menu li .submenu-toggle {
  height: 45px;
}
.off-canvas ul.vertical.menu li:last-child {
  border-bottom: unset;
}
.off-canvas.is-transition-overlap {
  z-index: 1000001 !important;
}
.off-canvas.is-transition-overlap.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap.is-open {
  visibility: visible;
  box-shadow: -3px 0 3px rgba(43, 43, 43, 0.1);
}

.off-canvas.position-left {
  width: 320px;
  transform: translateX(-320px);
}
.off-canvas.position-left.is-open {
  transform: translate(0) translateZ(3px);
}

.js-off-canvas-overlay {
  z-index: 999;
}

.off-canvas.position-right {
  width: 320px;
  transform: translateX(320px);
}
.off-canvas.position-right.is-open {
  transform: translate(0) translateZ(3px);
}

.dropdown-search .trigger-s.hover::before {
  content: "\f00d";
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open {
  left: 15px !important;
  right: 15px !important;
  width: calc(100% - 30px);
  padding: 0;
  font-size: 15px;
  border: none;
  background: none;
}
@media only screen and (max-width: 47.99875rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open {
    left: 10px !important;
    right: 10px !important;
    width: calc(100% - 20px);
  }
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container {
  position: relative;
  background-color: #fff;
  border: 1px solid #D9DBF5;
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.2);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1280px;
  }
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] > span {
  display: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container .trigger-s-close {
  display: none;
}

/** */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

/** */
.tabs-panel {
  display: none;
}
.tabs-panel.active {
  display: block;
}

/** @todo swipers slides*/
.swiper-controls .swiper-button {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.swiper-controls .swiper-button {
  width: 2.8125rem;
  height: 2.8125rem;
}
@media only screen and (max-width: 63.99875rem) {
  .swiper-controls .swiper-button {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.swiper-controls .swiper-button svg {
  fill: #2F2F2F;
  color: #2F2F2F;
  font-size: 18px;
}
.swiper-controls .swiper-button.swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-controls .swiper-button:focus {
  outline: none;
}
.swiper-controls .swiper-pagination {
  position: relative;
  white-space: nowrap;
  margin-top: 30px;
}
.swiper-controls .swiper-pagination.swiper-pagination-fraction {
  padding: 0;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 2px;
  opacity: 0.6;
  margin: 5px;
  transition: 0.3s;
  background-color: #2F2F2F;
  box-shadow: 0 0 0 2px #2F2F2F;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.3125rem;
  height: 0.3125rem;
}
@media only screen and (max-width: 63.99875rem) {
  .swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #7a0e1b;
  box-shadow: 0 0 0 2px #7a0e1b;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 5px;
  background-color: #404040;
  box-shadow: 0 0 0 2px #404040;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  background-color: #7a0e1b;
  box-shadow: 0 0 0 2px #7a0e1b;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  opacity: 0.3;
  border-radius: 50%;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 5px;
  opacity: 1;
}
.swiper-controls .swiper-pagination.swiper-pagination-progressbar {
  padding: 0;
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: 50%;
  width: 300px;
  transform: translateX(-50%);
  max-width: 90vw;
  height: 2px;
  border-radius: 8px;
  background: #eee;
}
.swiper-controls .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 8px;
  background-image: linear-gradient(90deg, #135E84, #E6A223 100%);
}
.swiper-controls .swiper-progress {
  height: 2px;
  background-color: #ffffff;
  border-radius: 8px;
}
.swiper-controls .swiper-progress::after {
  content: "";
  width: 0;
  transition: width 0s;
  background-image: linear-gradient(90deg, #135E84, #E6A223 100%);
  height: 2px;
  position: absolute;
}
.swiper-controls .swiper-progress.progress::after {
  width: 100%;
  transition: width 6s linear;
}
.swiper-controls.normal-controls .swiper-button {
  opacity: 1;
  border: none !important;
}
.swiper-controls.normal-controls .swiper-button {
  width: 0.75rem;
  height: 0.75rem;
}
.swiper-controls.normal-controls .swiper-button::before, .swiper-controls.normal-controls .swiper-button::after {
  display: none;
}

/** */
/** */
.swiper-section {
  position: relative;
}

.swiper-marquee .swiper-wrapper {
  transition-timing-function: linear !important;
  touch-action: manipulation;
}

.swiper .swiper-slide {
  height: auto;
  overflow: unset;
}
.swiper .swiper-slide .item {
  position: relative;
  height: 100%;
}
.swiper.swiper-initialized {
  z-index: 3;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 1px solid #2F2F2F;
  background: #ffffff;
  border-radius: 100%;
  z-index: 99;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: 15px;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: 15px;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button:hover {
  opacity: 1;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button:after {
  display: none;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button:hover {
  border: 1px solid #7a0e1b;
  background: #7a0e1b;
}
.swiper.swiper-initialized:hover ~ .swiper-controls .swiper-button {
  opacity: 1;
}

/* */
section.section .heading-title {
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 64rem) {
  section.section .heading-title {
    font-size: 32px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  section.section .heading-title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.section .heading-title {
    font-size: 20px;
    line-height: 30px;
  }
}

/** */
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1280px !important;
  }
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full),
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item:not(.full) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1537px) {
  .main.site-content {
    flex-flow: column;
    flex: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: clip;
  }
  .container {
    max-width: 1280px !important;
  }
  .site-header .container {
    max-width: 1660px !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
}

figure {
  margin: 0;
}

/** */
section.section {
  position: relative;
}

section.section-page {
  padding: 60px 0;
}

.section-breadcrumb {
  background: #351909;
}
.section-breadcrumb {
  padding-top: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb {
    padding-top: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb {
    padding-top: 2.1875rem;
  }
}
.section-breadcrumb {
  padding-bottom: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb {
    padding-bottom: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb {
    padding-bottom: 2.1875rem;
  }
}
.section-breadcrumb .breadcrumb-bg {
  width: 100%;
  height: 100%;
}
.section-breadcrumb .breadcrumb-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-breadcrumb .container ._inner {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb .container ._inner {
    max-width: 1040px;
    margin: 0 auto;
  }
}
.section-breadcrumb .container .breadcrumb-desc {
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb .container .breadcrumb-desc {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container .breadcrumb-desc {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.section-breadcrumb .container nav .breadcrumbs {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
.section-breadcrumb .container nav .breadcrumbs li {
  color: #ffffff;
  font-weight: 400;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  text-transform: capitalize;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb .container nav .breadcrumbs li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container nav .breadcrumbs li {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-breadcrumb .container nav .breadcrumbs li a {
  color: #ffffff;
}
.section-breadcrumb .container nav .breadcrumbs li a.home {
  font-weight: 600;
}
.section-breadcrumb .container nav .breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.5rem;
  opacity: 1;
  content: "/";
  font-weight: 400;
}
.section-breadcrumb .container nav .breadcrumbs li.current {
  font-weight: 400;
}

.section-breadcrumb.has-background {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent;
}
.section-breadcrumb.has-background::after {
  position: absolute;
  content: "";
  background: #000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb.has-background {
    height: 35vh;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background {
    height: 40vh;
  }
}
.section-breadcrumb.has-background .center-container {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -47%);
  width: 100%;
  z-index: 1;
}
.section-breadcrumb.has-background .center-container ._inner {
  max-width: 50%;
  margin: unset;
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb.has-background .center-container ._inner {
    max-width: 85%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .center-container ._inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb.has-background .center-container {
    top: 40%;
    transform: translate(-50%, -40%);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .center-container {
    top: 30%;
    transform: translate(-50%, -30%);
  }
}
.section-breadcrumb.has-background .bottom-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb.has-background .bottom-container {
    bottom: 25px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .bottom-container {
    bottom: 15px;
  }
}
.section-breadcrumb.has-background .bottom-container .breadcrumb_lists {
  display: flex;
  align-items: center;
}
.section-breadcrumb.has-background .bottom-container .breadcrumb_lists {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (min-width: 48rem) {
  .section-breadcrumb.has-background .bottom-container .breadcrumb_lists {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb.has-background .bottom-container .breadcrumb_lists {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb.has-background .bottom-container .breadcrumb_lists {
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 6px;
  }
}
.section-breadcrumb.has-background .bottom-container .breadcrumb_lists ._item a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  letter-spacing: -0.03em;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb.has-background .bottom-container .breadcrumb_lists ._item a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .bottom-container .breadcrumb_lists ._item a {
    font-size: 12px;
    line-height: 16px;
  }
}
.section-breadcrumb.has-background .bottom-container .breadcrumb_lists ._item a:hover {
  color: #ffffff;
}
.section-breadcrumb.has-background .bottom-container .breadcrumb_lists ._item:first-child a {
  padding: 15px 25px;
  color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
}
.section-breadcrumb.has-background .bottom-container .breadcrumb_lists ._item:first-child a {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb.has-background .bottom-container .breadcrumb_lists ._item:first-child a {
    padding: 8px 15px;
  }
}
.section-breadcrumb.has-background .bottom-container .breadcrumb_lists ._item:first-child a::after {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABOSURBVHgBdY0BCQAgDASNYASjGsEG2sQIRjDK3OMGMreHh9/v4BMRbXZPgfg3wCBMuuoBBC0cGcHCnJt0WMxaFimgKlao2JkX9iEH/qADwtyDToM9TrgAAAAASUVORK5CYII=") no-repeat center;
  background-size: contain;
  width: 10px;
  height: 6px;
}
.section-breadcrumb.has-background .bottom-container .breadcrumb_lists ._item.active a {
  color: #ffffff;
}
.section-breadcrumb.has-background .container .breadcrumb-title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 700;
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb.has-background .container .breadcrumb-title {
    font-size: 46px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb.has-background .container .breadcrumb-title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .container .breadcrumb-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
  }
}
.section-breadcrumb.has-background .container .breadcrumb-desc {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb.has-background .container .breadcrumb-desc {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .container .breadcrumb-desc {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
.section-breadcrumb.has-background .container .breadcrumb-desc strong,
.section-breadcrumb.has-background .container .breadcrumb-desc b {
  font-weight: 500;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb.has-background .container .breadcrumb-desc strong,
  .section-breadcrumb.has-background .container .breadcrumb-desc b {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb.has-background .container .breadcrumb-desc strong,
  .section-breadcrumb.has-background .container .breadcrumb-desc b {
    font-size: 18px;
    line-height: 26px;
  }
}
.section-breadcrumb.has-background .container .breadcrumb-desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-breadcrumb.has-background .container .breadcrumb-desc ul li {
  position: relative;
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.section-breadcrumb.has-background .container .breadcrumb-desc ul li:last-child {
  margin-bottom: 0;
}
.section-breadcrumb.has-background .container .breadcrumb-desc ul li::before {
  display: inline-block;
  content: "";
  background: url("../img/icon-thach-thuc.png") no-repeat center;
  background-size: contain;
  flex: 0 0 14px;
  max-width: 14px;
  width: 16px;
  height: 14px;
  margin-right: 10px;
}
.section-breadcrumb.has-background .container .breadcrumb-button {
  text-align: left;
  margin-top: 20px;
}
.section-breadcrumb.has-background .container .breadcrumb-button a {
  display: inline-flex;
  border: 1px solid #ffffff;
  line-height: 1;
  padding: 10px 16px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.4s;
  color: #ffffff;
  border-radius: 4px;
}
.section-breadcrumb.has-background .container .breadcrumb-button a:hover {
  transform: translateY(-5px);
}

.section-breadcrumb.has-background.breadcrumb-compact {
  padding-top: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb.has-background.breadcrumb-compact {
    padding-top: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb.has-background.breadcrumb-compact {
    padding-top: 1.25rem;
  }
}
.section-breadcrumb.has-background.breadcrumb-compact {
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb.has-background.breadcrumb-compact {
    padding-bottom: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb.has-background.breadcrumb-compact {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb.has-background.breadcrumb-compact {
    height: 300px;
  }
}
.section-breadcrumb.has-background.breadcrumb-compact .center-container {
  top: 60%;
  transform: translate(-50%, -42%);
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb.has-background.breadcrumb-compact .center-container {
    top: 36%;
    transform: translate(-50%, -36%);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background.breadcrumb-compact .center-container {
    top: 30%;
    transform: translate(-50%, -30%);
  }
}
.section-breadcrumb.has-background.breadcrumb-compact .bottom-container {
  bottom: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb.has-background.breadcrumb-compact .bottom-container {
    bottom: 12px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background.breadcrumb-compact .bottom-container {
    bottom: 10px;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb.has-background.breadcrumb-compact .container .breadcrumb-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb.has-background.breadcrumb-compact .container .breadcrumb-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.section-breadcrumb-recruit {
  background: #7a0e1b;
  text-align: center;
}
.section-breadcrumb-recruit {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb-recruit {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb-recruit {
    padding-top: 3.75rem;
  }
}
.section-breadcrumb-recruit {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb-recruit {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb-recruit {
    padding-bottom: 3.75rem;
  }
}
.section-breadcrumb-recruit .breadcrumb-title {
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb-recruit .breadcrumb-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb-recruit .breadcrumb-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb-recruit .breadcrumb-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.section-breadcrumb-recruit .breadcrumb-categories {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb-recruit .breadcrumb-categories {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb-recruit .breadcrumb-categories {
    font-size: 32px;
    line-height: 47px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb-recruit .breadcrumb-categories {
    font-size: 24px;
    line-height: 32px;
  }
}
.section-breadcrumb-recruit.has-background {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent;
}
.section-breadcrumb-recruit.has-background::after {
  position: absolute;
  content: "";
  background: #000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb-recruit.has-background {
    height: 35vh;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb-recruit.has-background {
    height: 40vh;
  }
}
.section-breadcrumb-recruit.has-background .breadcrumb-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-breadcrumb-recruit.has-background .center-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.cell-images {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cell-images .img {
  display: block;
  width: 100%;
  height: 100%;
}
.cell-images .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 63.99875rem) {
  .cell-images .desktop-img {
    display: none;
  }
}
@media only screen and (min-width: 64rem) {
  .cell-images .mobile-img {
    display: none;
  }
}

.hb_fixed_lists {
  position: fixed;
  right: 13px;
  z-index: 150;
  bottom: 75px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_fixed_lists {
    padding: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #f2f2f2;
    background: #fff;
    border-radius: 5px;
  }
}
.hb_fixed_lists ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  grid-gap: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_fixed_lists ul {
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-around;
  }
}
.hb_fixed_lists ul li {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  text-decoration: none;
}
.hb_fixed_lists ul li ._images {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb_fixed_lists ul li ._images {
  width: 2.5rem;
  height: 2.5rem;
}
.hb_fixed_lists ul li ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_fixed_lists ul li ._svg {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hb_fixed_lists ul li ._svg {
  width: 2.5rem;
  height: 2.5rem;
}
.hb_fixed_lists ul li ._svg i {
  color: #ffffff;
  font-size: 20px;
}
.hb_fixed_lists ul li ._svg svg {
  fill: #ffffff;
  width: 40px;
  height: 40px;
}
.hb_fixed_lists ul li ._title {
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  color: #515151;
  text-align: center;
}
.hb_fixed_lists ul li a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_fixed_lists ul li.phone-mobile {
  display: none;
  position: relative;
}
@media only screen and (max-width: 39.99875rem) {
  .hb_fixed_lists ul li.phone-mobile {
    display: inline-block;
  }
  .hb_fixed_lists ul li.phone-mobile ._svg {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
    top: -20px;
    background: #ffffff;
    box-shadow: 0px -2px 2px -2px #a7a7a7;
  }
  .hb_fixed_lists ul li.phone-mobile ._svg i {
    color: #7a0e1b;
    font-size: 23px;
  }
  .hb_fixed_lists ul li.phone-mobile ._title {
    position: relative;
    top: 100%;
    transform: translateY(-100%);
  }
}

/** */
.section.home-banner.hb_banner_home .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:not(:first-child) {
  display: none;
}

@media only screen and (min-width: 64rem) {
  .off-canvas-content {
    display: none !important;
  }
}

/** */
.swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.trigger-s::before, .trigger-s::after {
  display: none;
}
.trigger-s svg {
  width: 20px;
  height: 20px;
}
.trigger-s:not(.hover) .svg-close {
  display: none;
}
.trigger-s.hover .svg-search {
  display: none;
}

.w-button-text {
  position: relative;
}
.w-button-text .w-arrow-right {
  border-radius: 100%;
  border: 1px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #220f8d, #c31515) border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-button-text .w-arrow-right > span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFjSURBVHgB7VM9SwNBEJ3ZWEQS4yr5EXYGy4BCBC3EwkJstBK0jKiNirBzQSy0CQi2ipWlWtsExMravxDEEFMlOfB23PNQMF7uuJyV3Gv2gze893Z2ABL8e2AYYVGWt9JoL2WhDVnoQgY6MCK6Zt+BLLpr+/MunbJv517q1d76oTABBkZk4wQ9N0LgtyvhESZRwFjKYfdUjZwgCBf5ghoGm0wazqBdK73WS70cAQPiLF9UDghyAC0To8bMvryBBI7zs8phJDYCq41nCuJGFjgYX1BaIzmI1kbjyQrjRxIoy2WlIUXvgLTbeKCve3RbjTEF1uWaYuG9OTXvfzhH92NxDIEVuak0Crep1mnzjn4RuH9tqIAZNGUmgYxA5bx5TX4cHVAfOGgzcs+47pL7Y67eLvs21EzijQ6K4YepHKlpuc/zcpvgrzGRO1GF0YouykMFMeH7RCZsC1DsPLaOqpAgQRg+AAgLcifIPfqNAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: contain;
}

.size-18 {
  width: 1.125rem;
  height: 1.125rem;
}

.size-20 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-36 {
  width: 2.25rem;
  height: 2.25rem;
}

.size-45 {
  width: 2.8125rem;
  height: 2.8125rem;
}

/** */
.lighthouse {
  /*.section.home-product.hb_product_home,*/
  /*.section.home-banner.hb_banner_home,*/
  /*.section.home-cate-product,*/
}
.lighthouse .hb_fixed_lists {
  display: none !important;
}

/** */
.hb_faq_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_faq_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_faq_home {
    padding-top: 3.75rem;
  }
}
.hb_faq_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_faq_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_faq_home {
    padding-bottom: 3.75rem;
  }
}
.hb_faq_home .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .hb_faq_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_faq_home .flex-info {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
.hb_faq_home .flex-info .cell {
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  .hb_faq_home .flex-info .cell-left {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_faq_home .flex-info .cell-left {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
.hb_faq_home .flex-info .cell-left .heading-title {
  margin-bottom: 0;
}
.hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item ._title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  -webkit-user-select: none;
          user-select: none;
  padding: 15px 0;
  border-bottom: 1px dashed #e4e4e4;
}
.hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item ._title {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

@media only screen and (min-width: 48rem) {
  .hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item ._title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item ._title {
    font-size: 18px;
    line-height: 24px;
  }
}
.hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item ._title::after {
  content: "+";
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 250ms ease;
  color: #7a0e1b;
}
@media only screen and (min-width: 48rem) {
  .hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item ._title::after {
    font-size: 20px;
  }
}
.hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item ._desc {
  font-weight: 400;
  height: 0;
  opacity: 0;
  overflow: hidden;
  color: #343434;
  text-align: justify;
  transition: height 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.25s ease;
}
.hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item ._desc p {
  line-height: 26px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item ._desc p {
    line-height: 24px;
  }
}
.hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item:last-child ._title,
.hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item:last-child ._desc {
  border-bottom: unset;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item:nth-child(1) ._title {
    padding: 0 0 15px;
  }
}
.hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item.is-open ._title {
  padding: 15px 0 0;
  border-bottom: unset;
}
.hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item.is-open ._title::after {
  content: "-";
}
@media only screen and (min-width: 48rem) {
  .hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item.is-open ._title::after {
    font-size: 26px;
  }
}
.hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item.is-open ._desc {
  max-height: 100%;
  opacity: 1;
  border-bottom: 1px dashed #e4e4e4;
}
.hb_faq_home .flex-info .cell-left ._hb_faq_lists ._item.is-open:last-child ._desc {
  border-bottom: unset;
}
@media only screen and (min-width: 64rem) {
  .hb_faq_home .flex-info .cell-right {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_faq_home .flex-info .cell-right {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
.hb_faq_home .flex-info .cell-right ._images {
  border-radius: 30px;
  overflow: hidden;
  transition: 0.4s;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_faq_home .flex-info .cell-right ._images {
    border-radius: 15px;
  }
}
.hb_faq_home .flex-info .cell-right ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/** Responsive */
@media (min-width: 1025px) and (max-width: 1205px) {
  .section-breadcrumb.has-background .container .breadcrumb-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .section-breadcrumb.has-background .bottom-container .breadcrumb_lists ._item a {
    font-size: 16px;
    line-height: 20px;
  }
  .section-breadcrumb.has-background .bottom-container {
    bottom: 25px;
  }
}
/** */
.woocommerce-cart .section-page.singular,
.woocommerce-checkout .section-page.singular {
  padding-top: 5rem;
}
.woocommerce-cart .section-page.singular .content,
.woocommerce-checkout .section-page.singular .content {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .woocommerce-cart .section-page.singular .content,
  .woocommerce-checkout .section-page.singular .content {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .woocommerce-cart .section-page.singular .content,
  .woocommerce-checkout .section-page.singular .content {
    padding-top: 5rem;
  }
}

/** */
/** */
/** */
/** */
/** */