@charset "UTF-8";
/** $string - svg */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** keyframe */
/** add unique id image url */
/** $string - svg */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** keyframe */
/** add unique id image url */
:root {
  --black: #000;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --blue: #0d6efd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #d63384;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #198754;
  --teal: #20c997;
  --cyan: #0dcaf0;
  --primary: #001065;
  --secondary: #331f00;
  --success: #198754;
  --info: #0dcaf0;
  --warning: #ffc107;
  --alert: #dc3545;
  --light: #f8f9fa;
  --dark: #212529;
  --body-color: #0a0a0a;
  --body-bg: #fff;
  --link-color: #0a0a0a;
  --link-hover-color: #080808;
  --gutter: 0.9375rem;
  --gutter-xs: 0.625rem;
  --gap: 1.875rem;
  --gap-xs: 1.25rem;
  --line-height-header: 1.4;
  --line-height-paragraph: 1.7;
  --Primary-01: #001065;
  --Primary-02: #001065;
  --Secondary-01: #331f00;
  --Secondary-02: #ec9a20;
}

@media only screen and (min-width: 64rem) {
  ::-webkit-scrollbar-track {
    background-color: #e9ecef;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #adb5bd;
  }
  ::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.25rem;
  }
}
html {
  font-family: sans-serif;
  font-variant-ligatures: no-common-ligatures;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #0a0a0a;
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  line-height: 1.6;
}

: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;
}

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

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  line-height: 1.4;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) a {
  display: inline-block;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) p {
  color: currentColor;
  line-height: inherit;
  margin-bottom: 0;
}

a {
  display: inline-block;
}
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;
}

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

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: #454545;
}
figure:where(.wp-caption, .caption):where(.aligncenter, .align-center) {
  margin-bottom: 15px;
  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;
}

:is(.clearfix, .clear)::before, :is(.clearfix, .clear)::after {
  display: table;
  content: "";
  flex-basis: 0;
  order: 1;
}
:is(.clearfix, .clear)::after {
  clear: both;
}

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

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

.flex {
  display: flex;
}

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

.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;
}

.relative {
  position: relative;
}

.\!relative {
  position: relative !important;
}

.absolute {
  position: absolute;
}

.\!absolute {
  position: absolute !important;
}

@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;
  }
}

/** @todo flexbox & grid */
.flex-x {
  flex-flow: row wrap;
}
.flex-x > :where(.auto, .shrink) {
  width: auto;
}
@media only screen and (min-width: 48rem) {
  .flex-x > :where(.t-auto, .t-shrink) {
    width: auto;
  }
}
@media only screen and (min-width: 64rem) {
  .flex-x > :where(.d-auto, .d-shrink) {
    width: auto;
  }
}

.flex-y {
  flex-flow: column nowrap;
}
.flex-y > .cell {
  height: auto;
  max-height: none;
}

.grid-x {
  grid-auto-flow: row;
}

.grid-y {
  grid-auto-flow: column;
}

.cell {
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
.cell.auto {
  flex: 1 1 0;
  width: auto;
}
.cell.stretch {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .cell.t-auto {
    flex: 1 1 0;
    width: auto;
  }
  .cell.t-stretch {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  .cell.d-auto {
    flex: 1 1 0;
    width: auto;
  }
  .cell.d-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.875rem;
    gap: 1.875rem;
  }
}

.flex-padding-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.flex-padding-x > .cell {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-x > .cell {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.flex-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.flex-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

: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.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 36rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 34.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 46.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 64rem;
  }
}
@media only screen and (min-width: 75rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 75rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  :is(.container, .flex-container, .grid-container):not(.full).\2 xl {
    max-width: 88.125rem;
  }
}
@media only screen and (min-width: 117.5rem) {
  :is(.container, .flex-container, .grid-container):not(.full).\3 xl {
    max-width: 105rem;
  }
}
:is(.container, .flex-container, .grid-container).full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
:is(.container, .flex-container, .grid-container).fluid {
  max-width: 100%;
}

/** @todo layout */
:is(.flex, .\!flex).m-up-1 > .cell, :is(.flex, .\!flex) > .cell.m-1 {
  width: 100%;
}
:is(.flex, .\!flex).gap.m-up-1 > .cell, :is(.flex, .\!flex).gap > .cell.m-1 {
  width: 100%;
}

:is(.grid, .\!grid).m-up-1 {
  grid-template-columns: repeat(1, 1fr);
}

:is(.flex, .\!flex).m-up-2 > .cell, :is(.flex, .\!flex) > .cell.m-2 {
  width: 50%;
}
:is(.flex, .\!flex).gap.m-up-2 > .cell, :is(.flex, .\!flex).gap > .cell.m-2 {
  width: calc(50% - 0.625rem);
}

:is(.grid, .\!grid).m-up-2 {
  grid-template-columns: repeat(2, 1fr);
}

:is(.flex, .\!flex).m-up-3 > .cell, :is(.flex, .\!flex) > .cell.m-3 {
  width: 33.3333333333%;
}
:is(.flex, .\!flex).gap.m-up-3 > .cell, :is(.flex, .\!flex).gap > .cell.m-3 {
  width: calc(33.3333333333% - 0.8333333333rem);
}

:is(.grid, .\!grid).m-up-3 {
  grid-template-columns: repeat(3, 1fr);
}

:is(.flex, .\!flex).m-up-4 > .cell, :is(.flex, .\!flex) > .cell.m-4 {
  width: 25%;
}
:is(.flex, .\!flex).gap.m-up-4 > .cell, :is(.flex, .\!flex).gap > .cell.m-4 {
  width: calc(25% - 0.9375rem);
}

:is(.grid, .\!grid).m-up-4 {
  grid-template-columns: repeat(4, 1fr);
}

:is(.flex, .\!flex).m-up-5 > .cell, :is(.flex, .\!flex) > .cell.m-5 {
  width: 20%;
}
:is(.flex, .\!flex).gap.m-up-5 > .cell, :is(.flex, .\!flex).gap > .cell.m-5 {
  width: calc(20% - 1rem);
}

:is(.grid, .\!grid).m-up-5 {
  grid-template-columns: repeat(5, 1fr);
}

:is(.flex, .\!flex).m-up-6 > .cell, :is(.flex, .\!flex) > .cell.m-6 {
  width: 16.6666666667%;
}
:is(.flex, .\!flex).gap.m-up-6 > .cell, :is(.flex, .\!flex).gap > .cell.m-6 {
  width: calc(16.6666666667% - 1.0416666667rem);
}

:is(.grid, .\!grid).m-up-6 {
  grid-template-columns: repeat(6, 1fr);
}

:is(.flex, .\!flex).m-up-7 > .cell, :is(.flex, .\!flex) > .cell.m-7 {
  width: 14.2857142857%;
}
:is(.flex, .\!flex).gap.m-up-7 > .cell, :is(.flex, .\!flex).gap > .cell.m-7 {
  width: calc(14.2857142857% - 1.0714285714rem);
}

:is(.grid, .\!grid).m-up-7 {
  grid-template-columns: repeat(7, 1fr);
}

:is(.flex, .\!flex).m-up-8 > .cell, :is(.flex, .\!flex) > .cell.m-8 {
  width: 12.5%;
}
:is(.flex, .\!flex).gap.m-up-8 > .cell, :is(.flex, .\!flex).gap > .cell.m-8 {
  width: calc(12.5% - 1.09375rem);
}

:is(.grid, .\!grid).m-up-8 {
  grid-template-columns: repeat(8, 1fr);
}

:is(.flex, .\!flex).m-up-9 > .cell, :is(.flex, .\!flex) > .cell.m-9 {
  width: 11.1111111111%;
}
:is(.flex, .\!flex).gap.m-up-9 > .cell, :is(.flex, .\!flex).gap > .cell.m-9 {
  width: calc(11.1111111111% - 1.1111111111rem);
}

:is(.grid, .\!grid).m-up-9 {
  grid-template-columns: repeat(9, 1fr);
}

@media only screen and (min-width: 48rem) {
  :is(.flex, .\!flex).t-up-1 > .cell, :is(.flex, .\!flex) > .cell.t-1 {
    width: 100%;
  }
  :is(.flex, .\!flex).gap.t-up-1 > .cell, :is(.flex, .\!flex).gap > .cell.t-1 {
    width: 100%;
  }
  :is(.grid, .\!grid).t-up-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  :is(.flex, .\!flex).t-up-2 > .cell, :is(.flex, .\!flex) > .cell.t-2 {
    width: 50%;
  }
  :is(.flex, .\!flex).gap.t-up-2 > .cell, :is(.flex, .\!flex).gap > .cell.t-2 {
    width: calc(50% - 0.9375rem);
  }
  :is(.grid, .\!grid).t-up-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  :is(.flex, .\!flex).t-up-3 > .cell, :is(.flex, .\!flex) > .cell.t-3 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex).gap.t-up-3 > .cell, :is(.flex, .\!flex).gap > .cell.t-3 {
    width: calc(33.3333333333% - 1.25rem);
  }
  :is(.grid, .\!grid).t-up-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  :is(.flex, .\!flex).t-up-4 > .cell, :is(.flex, .\!flex) > .cell.t-4 {
    width: 25%;
  }
  :is(.flex, .\!flex).gap.t-up-4 > .cell, :is(.flex, .\!flex).gap > .cell.t-4 {
    width: calc(25% - 1.40625rem);
  }
  :is(.grid, .\!grid).t-up-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  :is(.flex, .\!flex).t-up-5 > .cell, :is(.flex, .\!flex) > .cell.t-5 {
    width: 20%;
  }
  :is(.flex, .\!flex).gap.t-up-5 > .cell, :is(.flex, .\!flex).gap > .cell.t-5 {
    width: calc(20% - 1.5rem);
  }
  :is(.grid, .\!grid).t-up-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  :is(.flex, .\!flex).t-up-6 > .cell, :is(.flex, .\!flex) > .cell.t-6 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex).gap.t-up-6 > .cell, :is(.flex, .\!flex).gap > .cell.t-6 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  :is(.grid, .\!grid).t-up-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  :is(.flex, .\!flex).t-up-7 > .cell, :is(.flex, .\!flex) > .cell.t-7 {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex).gap.t-up-7 > .cell, :is(.flex, .\!flex).gap > .cell.t-7 {
    width: calc(14.2857142857% - 1.6071428571rem);
  }
  :is(.grid, .\!grid).t-up-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  :is(.flex, .\!flex).t-up-8 > .cell, :is(.flex, .\!flex) > .cell.t-8 {
    width: 12.5%;
  }
  :is(.flex, .\!flex).gap.t-up-8 > .cell, :is(.flex, .\!flex).gap > .cell.t-8 {
    width: calc(12.5% - 1.640625rem);
  }
  :is(.grid, .\!grid).t-up-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  :is(.flex, .\!flex).t-up-9 > .cell, :is(.flex, .\!flex) > .cell.t-9 {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex).gap.t-up-9 > .cell, :is(.flex, .\!flex).gap > .cell.t-9 {
    width: calc(11.1111111111% - 1.6666666667rem);
  }
  :is(.grid, .\!grid).t-up-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media only screen and (min-width: 64rem) {
  :is(.flex, .\!flex).d-up-1 > .cell, :is(.flex, .\!flex) > .cell.d-1 {
    width: 100%;
  }
  :is(.flex, .\!flex).gap.d-up-1 > .cell, :is(.flex, .\!flex).gap > .cell.d-1 {
    width: 100%;
  }
  :is(.grid, .\!grid).d-up-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  :is(.flex, .\!flex).d-up-2 > .cell, :is(.flex, .\!flex) > .cell.d-2 {
    width: 50%;
  }
  :is(.flex, .\!flex).gap.d-up-2 > .cell, :is(.flex, .\!flex).gap > .cell.d-2 {
    width: calc(50% - 0.9375rem);
  }
  :is(.grid, .\!grid).d-up-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  :is(.flex, .\!flex).d-up-3 > .cell, :is(.flex, .\!flex) > .cell.d-3 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex).gap.d-up-3 > .cell, :is(.flex, .\!flex).gap > .cell.d-3 {
    width: calc(33.3333333333% - 1.25rem);
  }
  :is(.grid, .\!grid).d-up-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  :is(.flex, .\!flex).d-up-4 > .cell, :is(.flex, .\!flex) > .cell.d-4 {
    width: 25%;
  }
  :is(.flex, .\!flex).gap.d-up-4 > .cell, :is(.flex, .\!flex).gap > .cell.d-4 {
    width: calc(25% - 1.40625rem);
  }
  :is(.grid, .\!grid).d-up-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  :is(.flex, .\!flex).d-up-5 > .cell, :is(.flex, .\!flex) > .cell.d-5 {
    width: 20%;
  }
  :is(.flex, .\!flex).gap.d-up-5 > .cell, :is(.flex, .\!flex).gap > .cell.d-5 {
    width: calc(20% - 1.5rem);
  }
  :is(.grid, .\!grid).d-up-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  :is(.flex, .\!flex).d-up-6 > .cell, :is(.flex, .\!flex) > .cell.d-6 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex).gap.d-up-6 > .cell, :is(.flex, .\!flex).gap > .cell.d-6 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  :is(.grid, .\!grid).d-up-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  :is(.flex, .\!flex).d-up-7 > .cell, :is(.flex, .\!flex) > .cell.d-7 {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex).gap.d-up-7 > .cell, :is(.flex, .\!flex).gap > .cell.d-7 {
    width: calc(14.2857142857% - 1.6071428571rem);
  }
  :is(.grid, .\!grid).d-up-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  :is(.flex, .\!flex).d-up-8 > .cell, :is(.flex, .\!flex) > .cell.d-8 {
    width: 12.5%;
  }
  :is(.flex, .\!flex).gap.d-up-8 > .cell, :is(.flex, .\!flex).gap > .cell.d-8 {
    width: calc(12.5% - 1.640625rem);
  }
  :is(.grid, .\!grid).d-up-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  :is(.flex, .\!flex).d-up-9 > .cell, :is(.flex, .\!flex) > .cell.d-9 {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex).gap.d-up-9 > .cell, :is(.flex, .\!flex).gap > .cell.d-9 {
    width: calc(11.1111111111% - 1.6666666667rem);
  }
  :is(.grid, .\!grid).d-up-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
/** @todo responsive viewport */
.overlay {
  position: relative;
}
.overlay :where(.overlay-bg, .link-overlay) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
}

.cover {
  display: block;
  overflow: hidden;
  position: relative;
}
.cover .cover-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
}

.res {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.res > img:first-child {
  display: block;
  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) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
  width: 100%;
  height: 100%;
}

/** @todo aspect ratio */
@supports (aspect-ratio: 1) {
  :is(.ar-1-1, .ar\[1-1\]) {
    aspect-ratio: auto 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: auto 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: auto 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: auto 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: auto 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: auto 2 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    height: 0;
    padding-bottom: 50%;
  }
}

/** @todo gutter */
/** @todo font weight */
:is(.fw-200, .fw\[200\]) {
  font-weight: 200;
}

:is(.\!fw-200, .\!fw\[200\]) {
  font-weight: 200 !important;
}

:is(.fw-300, .fw\[300\]) {
  font-weight: 300;
}

:is(.\!fw-300, .\!fw\[300\]) {
  font-weight: 300 !important;
}

:is(.fw-400, .fw\[400\]) {
  font-weight: 400;
}

:is(.\!fw-400, .\!fw\[400\]) {
  font-weight: 400 !important;
}

:is(.fw-500, .fw\[500\]) {
  font-weight: 500;
}

:is(.\!fw-500, .\!fw\[500\]) {
  font-weight: 500 !important;
}

:is(.fw-600, .fw\[600\]) {
  font-weight: 600;
}

:is(.\!fw-600, .\!fw\[600\]) {
  font-weight: 600 !important;
}

:is(.fw-700, .fw\[700\]) {
  font-weight: 700;
}

:is(.\!fw-700, .\!fw\[700\]) {
  font-weight: 700 !important;
}

:is(.fw-800, .fw\[800\]) {
  font-weight: 800;
}

:is(.\!fw-800, .\!fw\[800\]) {
  font-weight: 800 !important;
}

:is(.fw-900, .fw\[900\]) {
  font-weight: 900;
}

:is(.\!fw-900, .\!fw\[900\]) {
  font-weight: 900 !important;
}

/** @todo gallery */
[id^=gallery-] {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
[id^=gallery-] > .gallery-item {
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 0;
  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);
}

:is(.gap\[10\], .gap-10) {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

:is(.gap\[15\], .gap-15) {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

:is(.gap\[20\], .gap-20) {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.ajax-loading {
  position: relative;
}
.ajax-loading::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9998;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.ajax-loading::after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: calc(50% - 0.9375rem);
  left: calc(50% - 0.9375rem);
  z-index: 9999;
  border: 3px solid;
  border-color: #0a0a0a #f3f3f3 #0a0a0a #f3f3f3;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* @todo .sharing-toolbox */
.sharing-toolbox .share-title {
  bottom: 35px;
  color: #0a0a0a;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  transform: rotate(-90deg);
  white-space: nowrap;
}
.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: 15px;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button:hover {
  opacity: 1;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action.share-action-linkedin, .sharing-toolbox .social-share ul.share-actions > li.share-action.share-action-copy-link {
  /*display: none !important;*/
}

/* @todo .share-icon */
.share-icon {
  background: rgba(240, 240, 240, 0.1);
  border: 1px solid rgba(10, 10, 10, 0.4);
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  display: block;
  padding: 0;
  position: relative;
}
.share-icon::before {
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: calc(50% - 0.625rem);
  left: calc(50% - 0.625rem);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 17px;
}
.share-icon.icon-facebook::before {
  content: "\f39e";
}
.share-icon.icon-ex::before {
  content: "\e61b";
}
.share-icon.icon-whatsapp::before {
  content: "\f232";
}
.share-icon.icon-messenger::before {
  content: "\f39f";
}
.share-icon.icon-telegram::before {
  content: "\f2c6";
}
.share-icon.icon-linkedin::before {
  content: "\f0e1";
}
.share-icon.icon-copy-link::before {
  content: "\f0c5";
}
.share-icon.icon-send-email::before, .share-icon.icon-mail::before {
  content: "\f0e0";
}
.share-icon.icon-web-share::before, .share-icon.icon-share::before {
  content: "\f1e0";
}

.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 {
  /** */
}
.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 ul.pagination {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li {
  font-weight: 500;
  height: 26px;
  padding: 0;
  min-width: 26px;
  width: auto;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  overflow: hidden;
}
nav.nav-pagination ul.pagination li a, nav.nav-pagination ul.pagination li .current {
  display: block;
  height: 100%;
  width: 100%;
  line-height: inherit;
}
nav.nav-pagination ul.pagination li i {
  font-style: normal;
}
nav.nav-pagination ul.pagination li.current, nav.nav-pagination ul.pagination li .current {
  color: #fff;
  background-color: #001065;
}

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

.dropdown.menu > li > a {
  line-height: 1.4;
  color: #0a0a0a;
}
.dropdown.menu > li.active > a, .dropdown.menu > li.is-active > a, .dropdown.menu > li.current-menu-item > a, .dropdown.menu > li:hover > a {
  color: #080808;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border: none !important;
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  font-size: 15px;
  margin-top: -12px;
  right: 16px;
  opacity: 0.8;
}

/** */
.off-canvas-content .menu-lines {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1rem;
  cursor: pointer;
}
.off-canvas-content .menu-lines::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #001065;
  box-shadow: 0 7px 0 #001065, 0 14px 0 #001065;
}
.off-canvas-content .menu-lines:hover::after {
  background: #001065;
  box-shadow: 0 7px 0 #001065, 0 14px 0 #001065;
}
.off-canvas-content .menu-lines .menu-txt {
  font-size: 14px;
  font-weight: 300;
  padding-left: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content .menu-lines .menu-txt {
    display: none;
  }
}

/** */
.dropdown-search .trigger-s.hover::before {
  content: "\f00d";
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open {
  left: 1px !important;
  right: 1px !important;
  width: calc(100% - 2px);
  padding: 0;
  font-size: 15px;
  border: none;
  background: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  border-radius: 5px;
}
.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;
  }
}
@media only screen and (min-width: 36rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 34.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 46.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 64rem;
  }
}
@media only screen and (min-width: 75rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 75rem;
  }
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container input {
  width: 100%;
  border: none;
  height: 40px;
  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;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: -9999;
  width: 40px;
  height: 40px;
  border: 1.5px solid #C2272D;
  border-radius: 50%;
  color: #C2272D;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  visibility: hidden;
  pointer-events: none;
  font-weight: 700;
  background: #fff;
}
.back-to-top::before {
  font-size: 1.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .back-to-top {
    right: 10px;
    bottom: 75px;
  }
}
.back-to-top:hover {
  color: #001065;
  border-color: #001065;
}
.back-to-top.back-to-top__show {
  visibility: visible;
  z-index: 8;
  pointer-events: auto;
}
.back-to-top > svg {
  transform: rotate(-90deg);
  width: 30px;
  height: auto;
}

/** */
.menu.social-menu {
  align-items: center;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.menu.social-menu li a {
  padding: 0;
}
.menu.social-menu li a > :where(i, img, svg) {
  display: block;
}

/** */
.site-footer .menu.social-menu li a {
  padding: 0;
  opacity: 0.9;
}
.site-footer .menu.social-menu li a:hover {
  opacity: 1;
}
.site-footer .menu.social-menu li a > .social-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;
}
.site-footer .menu.social-menu li a > i {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  height: 21px;
  font-size: 21px;
}
.site-footer .menu.social-menu li a > :where(img, svg) {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  height: 20px;
}

/** */
#footer-widgets {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: #001065;
}
@media only screen and (min-width: 48rem) {
  #footer-widgets {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-widgets {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  #footer-widgets {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-widgets {
    padding-bottom: 3.75rem;
  }
}
#footer-widgets::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#footer-widgets :where(a, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: currentColor;
}
#footer-widgets .rows.row-1 .custom-html-widget :where(h2, h3, h4, h5, h6) {
  text-transform: uppercase;
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  #footer-widgets .rows.row-1 .custom-html-widget :where(h2, h3, h4, h5, h6) {
    font-size: 1.25rem;
  }
}
#footer-widgets .rows.row-1 .flex-x {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-widgets .rows.row-1 .flex-x {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-widgets .rows.row-1 .flex-x {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .flex-x {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
#footer-widgets .rows.row-1 .cell .widget-title {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
}
#footer-widgets .rows.row-1 .cell ul.menu {
  flex-direction: column;
}
#footer-widgets .rows.row-1 .cell ul.menu li a {
  padding: 0.7rem 0;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;
}
#footer-widgets .rows.row-1 .cell ul.menu li a:hover {
  text-decoration: underline;
}
#footer-widgets .rows.row-1 .cell ul.menu li:first-child a {
  padding: 0.3rem 0 0.7rem;
}
#footer-widgets .rows.row-1 .cell.cell-1 .logo {
  margin-top: 0.625rem;
}
#footer-widgets .rows.row-1 .cell.cell-1 .logo .custom-logo-link img {
  max-width: 230px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .cell.cell-1 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  #footer-widgets .rows.row-1 .cell.cell-1 .widget_nav_menu {
    width: 100%;
  }
  #footer-widgets .rows.row-1 .cell.cell-1 .widget_block {
    order: -1;
    width: 100%;
    text-align: center;
    margin-bottom: 1.875rem;
  }
}
#footer-widgets .rows.row-1 .cell.cell-1 form {
  position: relative;
  margin-top: 20px;
}
#footer-widgets .rows.row-1 .cell.cell-1 form .form-email input {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #001065;
  font-size: 0.875rem;
  height: 40px;
  max-width: 100%;
  padding: 10px 10px 8px;
  width: 100%;
}
#footer-widgets .rows.row-1 .cell.cell-1 form .form-email input::-webkit-input-placeholder {
  color: #888;
}
#footer-widgets .rows.row-1 .cell.cell-1 form .form-email input::-moz-placeholder {
  color: #888;
}
#footer-widgets .rows.row-1 .cell.cell-1 form .form-email input:-ms-input-placeholder {
  color: #888;
}
#footer-widgets .rows.row-1 .cell.cell-1 form .form-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#footer-widgets .rows.row-1 .cell.cell-1 form .form-submit input {
  align-items: center;
  background: orange;
  border: 2px solid #fff;
  border-radius: 0 5px 5px 0;
  color: #345;
  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  min-width: auto;
  padding: 5px 10px 0px;
  text-transform: uppercase;
  transition: all 0.3s;
  font-size: 0.75rem;
}
#footer-widgets .rows.row-1 .cell.cell-1 form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-widgets .rows.row-1 .cell.cell-1 form {
    display: none;
  }
}
#footer-widgets .rows.row-1 .cell.cell-2 iframe {
  width: 100%;
  height: 100%;
}
#footer-widgets .rows.row-1 .cell.cell-4 ul li a {
  padding: 0.3rem 0;
  cursor: default;
}
#footer-widgets .rows.row-1 .cell.cell-4 ul li a:hover {
  text-decoration: unset;
}
#footer-widgets .rows.row-1 .cell.cell-4 ul li:first-child a {
  padding: 0.3rem 0 0;
}
#footer-widgets .rows.row-1 .cell.cell-4 .social_footer {
  margin-top: 0.625rem;
}
#footer-widgets .rows.row-1 .cell.cell-4 .social_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
#footer-widgets .rows.row-1 .cell.cell-4 .social_footer ul li a {
  color: #fff;
  font-size: 1.5rem;
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .cell.cell-4 .social_footer ul li a {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .cell.cell-4 .widget-title {
    margin-bottom: 5px;
  }
}
#footer-widgets .rows.row-1 .cell.cell-4 .hb_footer_item {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .rows.row-1 .cell.cell-4 .hb_footer_item {
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-widgets .rows.row-1 .cell.cell-5 {
    display: none;
  }
}
#footer-widgets .rows.row-1 .cell.cell-5 form {
  position: relative;
  margin-top: 20px;
}
#footer-widgets .rows.row-1 .cell.cell-5 form .form-email input {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #001065;
  font-size: 0.875rem;
  height: 40px;
  max-width: 100%;
  padding: 10px 10px 8px;
  width: 100%;
}
#footer-widgets .rows.row-1 .cell.cell-5 form .form-email input::-webkit-input-placeholder {
  color: #888;
}
#footer-widgets .rows.row-1 .cell.cell-5 form .form-email input::-moz-placeholder {
  color: #888;
}
#footer-widgets .rows.row-1 .cell.cell-5 form .form-email input:-ms-input-placeholder {
  color: #888;
}
#footer-widgets .rows.row-1 .cell.cell-5 form .form-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#footer-widgets .rows.row-1 .cell.cell-5 form .form-submit input {
  align-items: center;
  background: orange;
  border: 2px solid #fff;
  border-radius: 0 5px 5px 0;
  color: #345;
  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  min-width: auto;
  padding: 5px 10px 0px;
  text-transform: uppercase;
  transition: all 0.3s;
  font-size: 0.75rem;
}
#footer-widgets .rows.row-1 .cell.cell-5 form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
#footer-widgets .rows.row-1 .cell.cell-5 .social_footer {
  margin-top: 1.25rem;
}
#footer-widgets .rows.row-1 .cell.cell-5 .social_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
#footer-widgets .rows.row-1 .cell.cell-5 .social_footer ul li a {
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 35.99875rem) {
  #footer-widgets .widget.widget_nav_menu .widget-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #footer-widgets .widget.widget_nav_menu .widget-title::after {
    content: "+";
    transition: 0.3s;
    position: static;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-weight: 400;
    font-size: 1.25rem;
    cursor: pointer;
  }
  #footer-widgets .widget.widget_nav_menu .widget-title.open {
    margin-bottom: 10px;
  }
  #footer-widgets .widget.widget_nav_menu .widget-title.open::after {
    content: "-";
  }
  #footer-widgets .widget.widget_nav_menu ul.menu {
    display: none;
    padding-left: 10px;
  }
  #footer-widgets .widget.widget_nav_menu ul.menu > li > a {
    font-weight: 300;
    font-size: 1rem;
    color: #fff;
  }
}

/** */
#footer-info {
  background-color: #7285e6;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 12px;
  border-top: 1px solid #fff;
}
#footer-info a {
  color: currentColor;
}
#footer-info .copyright {
  font-size: 0.875rem;
  display: block;
}
#footer-info .hd {
  font-size: 0.875rem;
}
#footer-info .hd a {
  display: none;
}
@media only screen and (max-width: 35.99875rem) {
  #footer-info .hd {
    display: none;
  }
}
#footer-info ul.menu {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  #footer-info ul.menu {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
#footer-info ul.menu li a {
  font-size: 15px;
  padding: 0;
}
#footer-info .container {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
  grid-gap: 0.3125rem 1.25rem;
  gap: 0.3125rem 1.25rem;
}
#footer-info .container .footer-credits {
  order: 1;
}
#footer-info .container .payment-icons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.625rem;
}
#footer-info .container .payment-icons .payment-icon {
  background-color: #001065;
  border-radius: 5px;
  display: inline-block;
  margin: 3px 3px 0;
  opacity: 0.6;
  padding: 3px 5px 5px;
  transition: opacity 0.3s;
}
#footer-info .container .payment-icons .payment-icon svg {
  height: 20px;
  vertical-align: middle;
  width: auto !important;
  fill: #fff;
}
#footer-info .container .payment-icons .payment-icon:hover {
  opacity: 1;
}
#footer-info .container .footer-copyright {
  display: flex;
  align-items: center;
}

/** */
#site-footer .container.fluid {
  margin-left: auto;
  margin-right: auto;
}
#site-footer .container.fluid:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  #site-footer .container.fluid:not(.full) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 36rem) {
  #site-footer .container.fluid:not(.full) {
    max-width: 34.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  #site-footer .container.fluid:not(.full) {
    max-width: 46.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  #site-footer .container.fluid:not(.full) {
    max-width: 64rem;
  }
}
@media only screen and (min-width: 75rem) {
  #site-footer .container.fluid:not(.full) {
    max-width: 75rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  #site-footer .container.fluid:not(.full) {
    max-width: 88.125rem;
  }
}

/** */
.mini_widget_shopping_cart {
  position: relative;
  z-index: 1;
  color: #0a0a0a;
}
.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: 1rem;
  font-weight: 700;
  color: #fff;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .count {
  position: absolute;
  right: -12px;
  top: -12px;
  font-size: 11px;
  padding-top: 3px;
  font-weight: 300;
  color: #fff;
  background-color: red;
  height: auto;
  width: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 47.99875rem) {
  .mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .count {
    font-size: 10px;
    right: -9px;
    top: -9px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.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;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

/** */
#top-header {
  background: #001065;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}
#top-header .container {
  max-width: 1410px;
  display: flex;
  align-items: center;
  grid-gap: 2.5rem;
  gap: 2.5rem;
  position: static;
}
@media only screen and (max-width: 63.99875rem) {
  #top-header .container {
    grid-gap: 0.625rem;
    gap: 0.625rem;
    justify-content: space-between;
    padding-left: 0.925rem;
    padding-right: 0.925rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #top-header .container {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
#top-header .container .cell:nth-child(1) {
  flex: 0 0 auto;
  width: auto;
  padding: 15px 0;
}
@media only screen and (max-width: 63.99875rem) {
  #top-header .container .cell:nth-child(1) {
    order: 2;
    flex: 0 0 auto;
    text-align: center;
  }
}
#top-header .container .cell:nth-child(2) {
  flex: 1 1 auto;
  width: auto;
  position: static;
}
#top-header .container .cell:nth-child(2) .off-canvas-content .menu-txt {
  display: none;
}
#top-header .container .cell:nth-child(2) .off-canvas-content .menu-lines {
  cursor: pointer;
  display: inline-block;
  height: 1rem;
  position: relative;
  vertical-align: middle;
  width: 1.25rem;
}
#top-header .container .cell:nth-child(2) .off-canvas-content .menu-lines::after {
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#top-header .container .cell:nth-child(2) .dropdown-search {
  position: static;
}
#top-header .container .cell:nth-child(2) .dropdown-search a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}
#top-header .container .cell:nth-child(2) .dropdown-search span {
  display: none;
}
#top-header .container .cell:nth-child(2) .dropdown-search .trigger-s.hover {
  position: relative;
  z-index: 99;
}
#top-header .container .cell:nth-child(2) .dropdown-search .dropdown-pane {
  width: 100%;
  height: 100vh;
  left: 0 !important;
  top: 0 !important;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}
#top-header .container .cell:nth-child(2) .dropdown-search .dropdown-pane.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top-header .container .cell:nth-child(2) .dropdown-search .frm-search {
  width: 300px;
}
#top-header .container .cell:nth-child(2) .dropdown-search .frm-search .frm-container {
  position: relative;
}
#top-header .container .cell:nth-child(2) .dropdown-search .frm-search .frm-container input {
  width: 100%;
  height: 40px;
  border: unset;
  outline: none;
  padding-left: 10px;
  font-size: 14px;
  border-radius: 10px;
}
#top-header .container .cell:nth-child(2) .dropdown-search .frm-search .frm-container .btn-s {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
#top-header .container .cell:nth-child(2) .dropdown-search .frm-search .frm-container .btn-s::before {
  color: Red;
}
#top-header .container .cell:nth-child(2) .dropdown-search .frm-search .frm-container .trigger-s-close {
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  #top-header .container .cell:nth-child(2) {
    order: 1;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    width: calc(50% - 80px);
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
  #top-header .container .cell:nth-child(2) .inline-search {
    display: none;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #top-header .container .cell:nth-child(2) {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
#top-header .container .cell:nth-child(3) {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  grid-gap: 1.5625rem;
  gap: 1.5625rem;
}
@media only screen and (max-width: 63.99875rem) {
  #top-header .container .cell:nth-child(3) {
    order: 3;
    flex: 1 1 auto;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    justify-content: flex-end;
    width: calc(50% - 80px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  #top-header .container .cell:nth-child(3) {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
#top-header .container .cell:nth-child(3) .header-widgets.widget_nav_menu ul li a {
  padding: 0;
  font-size: 1.25rem;
  color: #fff;
}
#top-header .container .cell .logo .custom-logo-link img {
  max-width: 70px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 35.99875rem) {
  #top-header .container .cell .logo .custom-logo-link img {
    max-width: 80px;
  }
}
#top-header .container .cell .inline-search form {
  position: relative;
  max-width: 970px;
  margin: auto;
  margin-right: 0;
}
#top-header .container .cell .inline-search form input {
  width: 100%;
  height: 45px;
  border-radius: 60px;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-size: 0.875rem;
}
#top-header .container .cell .inline-search form input::-webkit-input-placeholder {
  font-size: 0.8125rem;
  color: #001065;
  font-style: italic;
}
#top-header .container .cell .inline-search form input::placeholder {
  font-size: 0.8125rem;
  color: #001065;
  font-style: italic;
}
#top-header .container .cell .inline-search form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.4375rem;
  height: 2.8125rem;
  border-radius: 0 60px 60px 0;
}
#top-header .container .cell .inline-search form button span {
  display: none;
}
#top-header .container .cell .widget_alg_wc_wl_widget_link span {
  display: none;
}
#top-header .container .cell .widget_alg_wc_wl_widget_link a.alg-wc-wl-widget-link {
  color: #fff;
  font-size: 1.25rem;
}
#top-header .container .cell .widget_polylang select {
  background: transparent;
  border: none;
  color: #fff;
}
#top-header .container .cell .widget_polylang select option {
  color: #000;
}
#top-header .container .cell .widget_polylang ul {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

/** */
#inside-header {
  background: #001065;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header {
    display: none !important;
  }
}
#inside-header .logo a {
  display: block;
}
#inside-header .logo .custom-logo-link {
  display: block;
}
#inside-header .logo .custom-logo-link > .custom-logo {
  width: auto;
  display: block;
  height: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  #inside-header .logo .custom-logo-link > .custom-logo {
    height: 2.8125rem;
  }
}
#inside-header .menu > li,
#inside-header .menu.desktop-menu > li {
  padding: 0 15px;
}
#inside-header .menu > li > a,
#inside-header .menu.desktop-menu > li > a {
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-size: 0.875rem;
  color: #fff;
  position: relative;
  transition: all 0.25s ease;
  text-transform: uppercase;
  /*@include mq-min(xl) {
  	padding-left: 15px;
  	padding-right: 15px;
  }*/
}
#inside-header .menu > li > a::before,
#inside-header .menu.desktop-menu > li > a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 75rem) {
  #inside-header .menu > li.menu-item-has-children > a::after,
  #inside-header .menu.desktop-menu > li.menu-item-has-children > a::after {
    display: none;
  }
}
#inside-header .menu > li:not(:last-child),
#inside-header .menu.desktop-menu > li:not(:last-child) {
  position: relative;
}
#inside-header .menu > li:not(:last-child)::after,
#inside-header .menu.desktop-menu > li:not(:last-child)::after {
  width: 0;
  background-color: #001065;
  content: "";
  opacity: 0.2;
  height: 50%;
  top: 25%;
  position: absolute;
  right: 0;
}
#inside-header .menu > li.active > a, #inside-header .menu > li.is-active > a, #inside-header .menu > li.current-menu-item > a, #inside-header .menu > li:hover > a,
#inside-header .menu.desktop-menu > li.active > a,
#inside-header .menu.desktop-menu > li.is-active > a,
#inside-header .menu.desktop-menu > li.current-menu-item > a,
#inside-header .menu.desktop-menu > li:hover > a {
  color: #fff;
}
#inside-header .menu > li.active > a::before, #inside-header .menu > li.is-active > a::before, #inside-header .menu > li.current-menu-item > a::before, #inside-header .menu > li:hover > a::before,
#inside-header .menu.desktop-menu > li.active > a::before,
#inside-header .menu.desktop-menu > li.is-active > a::before,
#inside-header .menu.desktop-menu > li.current-menu-item > a::before,
#inside-header .menu.desktop-menu > li:hover > a::before {
  width: 100%;
}
#inside-header .menu > li > ul > li > ul > li > a:hover,
#inside-header .menu.desktop-menu > li > ul > li > ul > li > a:hover {
  color: #fff;
}
#inside-header .menu ul li a,
#inside-header .menu.desktop-menu ul li a {
  font-weight: 500;
  font-size: 0.9375rem;
}
#inside-header .menu ul li.active > a, #inside-header .menu ul li.current-menu-item > a,
#inside-header .menu.desktop-menu ul li.active > a,
#inside-header .menu.desktop-menu ul li.current-menu-item > a {
  color: #001065;
}
#inside-header .container {
  display: flex;
  flex-flow: row wrap;
  max-width: 1410px;
}
#inside-header .container .cell.cell-1 {
  flex: 0 0 100%;
}
#inside-header .container .cell.cell-2 {
  flex: 1 1 0;
}
#inside-header .container .cell.cell-3 {
  flex: 0 0 auto;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  #inside-header .container .cell.cell-3 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
#inside-header .container .cell .header-widgets {
  height: 100%;
}
#inside-header .container .cell .header-widgets.widget_polylang {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-left: 15px;
}
#inside-header .container .cell .header-widgets.widget_polylang select {
  border: 1px solid rgba(151, 151, 151, 0.8);
  box-shadow: 0 0 6.5px 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
  padding: 2px 4px;
  border-radius: 4px;
}
#inside-header .container .cell .mini_widget_shopping_cart {
  margin-right: 12px;
}
#inside-header .container .cell .menu, #inside-header .container .cell .menu.desktop-menu {
  height: 100%;
  justify-content: center;
}
#inside-header .container .cell .menu > li, #inside-header .container .cell .menu.desktop-menu > li {
  display: flex;
  align-items: center;
}

.site-header {
  position: relative;
  z-index: 9;
}

/** */
ul.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 10px;
}
ul.breadcrumbs li:first-child a {
  position: relative;
}
ul.breadcrumbs li:first-child a::before {
  display: inline-block;
  content: "\e3af";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-right: 5px;
}
ul.breadcrumbs li > a {
  color: currentColor;
  font-weight: 300;
}
ul.breadcrumbs li > a:hover {
  opacity: 0.8;
}
ul.breadcrumbs li.current {
  color: currentColor;
  font-weight: 300;
}
ul.breadcrumbs li:not(:last-child)::after {
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  color: currentColor;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-left: 7px;
  margin-right: 7px;
}

/** */
.section.section-title .breadcrumb-title {
  font-weight: 700;
  color: currentColor;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-title .breadcrumb-title {
    font-size: 2.75rem;
  }
}
.section.section-title .hashtag {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0;
}
.section.section-title .hashtag span {
  color: #001065;
}
.section.section-title ul.breadcrumbs {
  font-size: 1rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-title ul.breadcrumbs {
    font-size: 0.8125rem;
  }
}
.section.section-title:not(.has-background) {
  border-top: 1px solid rgba(62, 82, 181, 0.1);
}
.section.section-title.has-background .breadcrumb-bg {
  width: 100%;
}
.section.section-title.has-background .breadcrumb-bg img {
  pointer-events: none;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.section.section-title.has-background .breadcrumb-bg::after {
  content: "";
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  /*background-color: transparentize($body-color, 0.4);*/
}
.section.section-title.has-background ul.breadcrumbs li {
  color: currentColor;
}
.section.section-title > .container {
  position: relative;
  z-index: 1;
  width: 100%;
}

/** */
.section.page-register {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 40%, #d3f1fd 100%);
  overflow: hidden;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.page-register {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.page-register {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.page-register {
    padding-bottom: 2.8125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.page-register {
    padding-bottom: 3.75rem;
  }
}
.section.page-register h1 {
  text-align: center;
  color: #001065;
  font-weight: 400;
  margin-bottom: 15px;
}
.section.page-register .process-bar {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  /*@include media-css(padding-top, 30, false, 40);*/
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .section.page-register .process-bar {
    padding-bottom: 2.5rem;
  }
}
.section.page-register .process-bar li {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 1 0;
  width: auto;
}
.section.page-register .process-bar li > :where(a, span) {
  color: #a1a1a1;
  display: flex;
  flex-flow: column nowrap;
}
.section.page-register .process-bar li > :where(a, span) > .number {
  font-weight: 500;
  position: relative;
  line-height: normal;
  padding-bottom: 4px;
  font-size: 2.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.page-register .process-bar li > :where(a, span) > .number {
    font-size: 2.75rem;
  }
}
.section.page-register .process-bar li > :where(a, span) > .number::before {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  opacity: 0.8;
  content: "";
}
.section.page-register .process-bar li > :where(a, span) > .text {
  padding-top: 6px;
  display: flex;
  align-items: flex-start;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.page-register .process-bar li > :where(a, span) > .text > i {
  position: relative;
  display: none;
  color: currentColor;
  /*font-size: 22px;*/
  flex: 0 0 30px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1.875rem;
  height: 1.875rem;
}
.section.page-register .process-bar li > :where(a, span) > .text > span {
  font-weight: 500;
  line-height: normal;
}
@media only screen and (min-width: 64rem) {
  .section.page-register .process-bar li > :where(a, span) > .text > span {
    font-size: 19px;
  }
}
.section.page-register .process-bar li > :where(a, span).active > .text > i {
  display: block;
}
.section.page-register .process-bar li > :where(a, span).active.current {
  color: #001065;
}
.section.page-register .process-bar li > :where(a, span).active.current > .text > i {
  background-image: url("../img/active.png");
}
.section.page-register .process-bar li > :where(a, span).active.activated {
  color: #C2272D;
}
.section.page-register .process-bar li > :where(a, span).active.activated > .text > i {
  background-image: url("../img/active2.png");
}

/** */
.row label {
  display: block;
}
.row input:not([type=radio]):not([type=checkbox]),
.row input[type=date],
.row input[type=datetime-local],
.row select,
.row textarea {
  width: 100% !important;
}
.row input[type=date],
.row input[type=datetime-local] {
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
.row .phone-inline > div {
  display: flex;
  flex-flow: row wrap;
}
.row .phone-inline > div {
  align-items: center;
  position: relative;
  grid-gap: 0 0.625rem;
  gap: 0 0.625rem;
}
.row .phone-inline > div .country-code {
  flex: 0 0 auto;
  width: 120px !important;
}
.row .phone-inline > div input.phone {
  flex: 1 1 0;
}
.row .phone-inline > div .form-error {
  flex: 0 0 auto;
  width: 100%;
}

/** */
body.body-popup {
  position: relative;
}
body.body-popup::before {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
body.body-popup .uob-group.uob-racekit {
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  z-index: 10000;
  margin-top: -20px;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: -1.875rem;
}
@media only screen and (min-width: 48rem) {
  body.body-popup .uob-group.uob-racekit {
    margin-bottom: -2.8125rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.body-popup .uob-group.uob-racekit {
    margin-bottom: -3.75rem;
  }
}
body.body-popup .frm-uob-racekit {
  position: relative;
  border: none;
  border-radius: 12px;
  grid-gap: 0;
  gap: 0;
  margin-left: auto;
  margin-right: auto;
}
body.body-popup .frm-uob-racekit:not(.full) {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  body.body-popup .frm-uob-racekit:not(.full) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media only screen and (min-width: 36rem) {
  body.body-popup .frm-uob-racekit:not(.full) {
    max-width: 34.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  body.body-popup .frm-uob-racekit:not(.full) {
    max-width: 46.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.body-popup .frm-uob-racekit:not(.full) {
    max-width: 64rem;
  }
}
@media only screen and (min-width: 75rem) {
  body.body-popup .frm-uob-racekit:not(.full) {
    max-width: 75rem;
  }
}

/** */
.section.singular.page {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.singular.page {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.page {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.singular.page {
    padding-bottom: 2.8125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.page {
    padding-bottom: 3.75rem;
  }
}
.section.singular.page .heading-title {
  text-align: left;
  color: #001065;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.3125rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.singular.page .heading-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.page .heading-title {
    margin-top: 15px;
  }
}
.section.singular.page .flex-info {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.section.singular.page .flex-info .cell-info {
  flex: 0 0 74%;
  max-width: 74%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.page .flex-info .cell-info {
    flex: 0 0 69%;
    max-width: 69%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.page .flex-info .cell-info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.section.singular.page .flex-info .cell-info .sharing-toolbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.singular.page .flex-info .cell-info .sharing-toolbox .share-title {
  font-size: 0.875rem;
  line-height: 14px;
  font-weight: 300;
  bottom: -3px;
  transform: unset;
}
.section.singular.page .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions {
  flex-direction: unset;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.singular.page .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions > li.share-action {
  margin-bottom: 0;
}
.section.singular.page .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-whatsapp,
.section.singular.page .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-telegram,
.section.singular.page .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-linkedin,
.section.singular.page .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-copy-link {
  display: none;
}
.section.singular.page .flex-info .cell-sidebar {
  flex: 0 0 24%;
  max-width: 24%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.page .flex-info .cell-sidebar {
    flex: 0 0 29%;
    max-width: 29%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.page .flex-info .cell-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.singular.page .flex-info .cell-sidebar .cell-sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.section.singular.page .flex-info .cell-sidebar .section {
  margin-bottom: 1.875rem;
}
.section.singular.page .flex-info .cell-sidebar .section:last-child {
  margin-bottom: 0;
}
.section.singular.page .flex-info .cell-sidebar .widget_media_image .overlay img {
  border-radius: 15px;
  width: 100%;
}
.section.singular.page .flex-info .cell-sidebar .page-heading-title,
.section.singular.page .flex-info .cell-sidebar .sidebar-title {
  position: relative;
  font-size: 1.25rem;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  color: #001065;
  display: inline-block;
}
.section.singular.page .flex-info .cell-sidebar .page-heading-title::after,
.section.singular.page .flex-info .cell-sidebar .sidebar-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-image: url("../img/heading-line.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.section.singular.page .flex-info .cell-sidebar .hb_latest_news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.singular.page .flex-info .cell-sidebar .hb_latest_news ul li {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.section.singular.page .flex-info .cell-sidebar .hb_latest_news ul li:last-child {
  border-bottom: unset;
}
.section.singular.page .flex-info .cell-sidebar .hb_latest_news ul li .block.cover {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
  border-radius: 100%;
}
.section.singular.page .flex-info .cell-sidebar .hb_latest_news ul li .block.cover .res {
  aspect-ratio: auto 1/1;
}
.section.singular.page .flex-info .cell-sidebar .hb_latest_news ul li .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 23px;
  color: #000;
}
@supports (-webkit-line-clamp: 3) {
  .section.singular.page .flex-info .cell-sidebar .hb_latest_news ul li .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.singular.page .flex-info .cell-sidebar .hb_latest_news ul li .cover-content a:hover {
  color: #001065;
}
.section.singular.page .flex-info .cell-sidebar .section.posts-section .grid-posts .item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.section.singular.page .flex-info .cell-sidebar .section.posts-section .grid-posts .item:last-child {
  border-bottom: unset;
}
.section.singular.page .flex-info .cell-sidebar .section.posts-section .grid-posts .item .block.cover {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
  border-radius: 100%;
}
.section.singular.page .flex-info .cell-sidebar .section.posts-section .grid-posts .item .block.cover .after-overlay {
  aspect-ratio: auto 1/1;
}
.section.singular.page .flex-info .cell-sidebar .section.posts-section .grid-posts .item .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #001065;
}
@supports (-webkit-line-clamp: 3) {
  .section.singular.page .flex-info .cell-sidebar .section.posts-section .grid-posts .item .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.singular.page .flex-info .cell-sidebar .section.posts-section .grid-posts .item .cover-content a:hover {
  color: #001065;
}

/** */
.section.singular.post {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.singular.post {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.post {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.singular.post {
    padding-bottom: 2.8125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.post {
    padding-bottom: 3.75rem;
  }
}
.section.singular.post > .container {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.post > .container {
    flex-flow: row wrap;
  }
}
@media only screen and (min-width: 64rem) {
  .section.singular.post > .container .content-col {
    padding-left: 50px;
    padding-right: 100px;
  }
}
.section.singular.post header .heading-title {
  text-align: left;
  color: #001065;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.3125rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.singular.post header .heading-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.post header .heading-title {
    margin-top: 15px;
  }
}
.section.singular.post header .excerpt {
  position: relative;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section.singular.post header .excerpt {
    margin-bottom: 1.875rem;
  }
}
.section.singular.post header .excerpt::before {
  font-size: 200%;
  font-weight: 900;
  color: #6c757d;
  position: relative;
  margin-right: 8px;
  top: -8px;
  line-height: 1;
}
.section.singular.post article :where(h2, h3, h4, h5, h6) {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.section.singular.post .inline-share {
  font-size: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 15px 17px 15px;
  display: flex;
  align-items: baseline;
  flex-flow: row nowrap;
  margin-top: 20px;
}
.section.singular.post .inline-share .title {
  display: flex;
  align-items: center;
  font-size: inherit;
  font-weight: 500;
  position: relative;
  margin-right: 15px;
}
.section.singular.post .inline-share .title svg {
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.section.singular.post .inline-share .inline-share-groups {
  display: flex;
  align-items: end;
}
.section.singular.post .inline-share .inline-share-groups iframe {
  margin-left: 10px;
}
.section.singular.post .flex-info {
  display: flex;
  justify-content: space-between;
}
.section.singular.post .flex-info .cell-info {
  flex: 0 0 74%;
  max-width: 74%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.post .flex-info .cell-info {
    flex: 0 0 66%;
    max-width: 66%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.post .flex-info .cell-info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.section.singular.post .flex-info .cell-info .sharing-toolbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.singular.post .flex-info .cell-info .sharing-toolbox .share-title {
  font-size: 0.875rem;
  line-height: 14px;
  font-weight: 300;
  bottom: -3px;
  transform: unset;
}
.section.singular.post .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions {
  flex-direction: unset;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.singular.post .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions > li.share-action {
  margin-bottom: 0;
}
.section.singular.post .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-whatsapp,
.section.singular.post .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-telegram,
.section.singular.post .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-linkedin,
.section.singular.post .flex-info .cell-info .sharing-toolbox .social-share ul.share-actions li.share-action-copy-link {
  display: none;
}
.section.singular.post .flex-info .cell-sidebar {
  flex: 0 0 24%;
  max-width: 24%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.post .flex-info .cell-sidebar {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.post .flex-info .cell-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.singular.post .flex-info .cell-sidebar .cell-sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.section.singular.post .flex-info .cell-sidebar .section {
  margin-bottom: 1.875rem;
}
.section.singular.post .flex-info .cell-sidebar .section:last-child {
  margin-bottom: 0;
}
.section.singular.post .flex-info .cell-sidebar .widget_media_image .overlay img {
  border-radius: 15px;
  width: 100%;
}
.section.singular.post .flex-info .cell-sidebar .page-heading-title,
.section.singular.post .flex-info .cell-sidebar .sidebar-title {
  position: relative;
  font-size: 1.25rem;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  color: #001065;
  display: inline-block;
}
.section.singular.post .flex-info .cell-sidebar .page-heading-title::after,
.section.singular.post .flex-info .cell-sidebar .sidebar-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-image: url("../img/heading-line.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_news ul li {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_news ul li:last-child {
  border-bottom: unset;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_news ul li .block.cover {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
  border-radius: 100%;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_news ul li .block.cover .res {
  aspect-ratio: auto 1/1;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_news ul li .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.9375rem;
  line-height: 23px;
  font-weight: 500;
  color: #000;
}
@supports (-webkit-line-clamp: 3) {
  .section.singular.post .flex-info .cell-sidebar .hb_latest_news ul li .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_news ul li .cover-content a:hover {
  color: #001065;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell {
  margin-bottom: 1.25rem;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell:last-child {
  margin-bottom: 0;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li {
  list-style: none;
  position: relative;
  border: 1px solid #e9ecef;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li {
    flex-flow: row wrap;
  }
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .saleoff.onsale {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .saleoff.onsale span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding: 5px 8px;
  height: 27px;
  background: #fd7e13;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .saleoff.onsale span {
    height: 20px;
    padding: 5px 4px;
    font-size: 0.5rem;
  }
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover.thumbnails {
  flex: 0 0 85px;
  max-width: 85px;
  margin-right: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover.thumbnails {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover.thumbnails {
    flex: 0 0 85px;
    max-width: 85px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover-content {
  flex: 1;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover-content .product-title {
  font-size: 0.9375rem;
  line-height: 23px;
  color: #001065;
  text-transform: capitalize;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}
@supports (-webkit-line-clamp: 2) {
  .section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover-content .product-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover-content .product-title:hover {
  color: #001065;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover-content .loop-stars-rating {
  width: 100%;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover-content span.price {
  width: 100%;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover-content span.price .screen-reader-text {
  display: none;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover-content span.price .woocommerce-Price-amount {
  display: flex;
  align-items: center;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover-content span.price .woocommerce-Price-amount bdi {
  font-size: 0.875rem;
  line-height: 14px;
  font-weight: 600;
  color: #C2272D;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover-content span.price del {
  text-decoration: unset;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover-content span.price del .woocommerce-Price-amount bdi {
  font-size: 0.8125rem;
  line-height: 13px;
  font-weight: 300;
  color: rgb(119, 136, 153);
  text-decoration: line-through;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li .cover-content span.price ins {
  text-decoration: none;
}
.section.singular.post .flex-info .cell-sidebar .hb_latest_products .grid-products .cell li:hover {
  box-shadow: 1px 1px 10px rgba(115, 129, 54, 0.2);
}
.section.singular.post .flex-info .cell-sidebar .section.posts-section .grid-posts .item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.section.singular.post .flex-info .cell-sidebar .section.posts-section .grid-posts .item:last-child {
  border-bottom: unset;
}
.section.singular.post .flex-info .cell-sidebar .section.posts-section .grid-posts .item .block.cover {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
  border-radius: 100%;
}
.section.singular.post .flex-info .cell-sidebar .section.posts-section .grid-posts .item .block.cover .after-overlay {
  aspect-ratio: auto 1/1;
}
.section.singular.post .flex-info .cell-sidebar .section.posts-section .grid-posts .item .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #001065;
}
@supports (-webkit-line-clamp: 3) {
  .section.singular.post .flex-info .cell-sidebar .section.posts-section .grid-posts .item .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.singular.post .flex-info .cell-sidebar .section.posts-section .grid-posts .item .cover-content a:hover {
  color: #001065;
}

/** */
#ez-toc-container {
  padding: 25px !important;
  margin: 25px auto !important;
  box-shadow: inset 0 0 0 1px #e6e6e6 !important;
  border: none !important;
  width: 100% !important;
}
#ez-toc-container a:hover {
  text-decoration: none !important;
}
#ez-toc-container .ez-toc-title {
  text-transform: uppercase;
  display: inline-block !important;
  font-weight: 600 !important;
}
#ez-toc-container .ez-toc-title::before {
  content: "\f303";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  background-color: #001065;
  color: #fff;
  font-size: 16px;
  position: relative;
  margin-right: 10px;
  padding: 8px;
  border-radius: 50%;
}
#ez-toc-container .ez-toc-title-container {
  position: relative;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a.ez-toc-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
#ez-toc-container ul.ez-toc-list {
  margin-top: 15px !important;
}
#ez-toc-container ul.ez-toc-list > li > a {
  font-weight: 600;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#ez-toc-container ul.ez-toc-list > li > a::before {
  margin-right: 8px !important;
}
#ez-toc-container ul.ez-toc-list > li ul li a {
  font-weight: 400;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#ez-toc-container ul.ez-toc-list > li ul li a::before {
  margin-right: 8px !important;
}

/** */
.content-inner .icon-list {
  margin: 0 auto 45px auto;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 63.99875rem) {
  .content-inner .icon-list {
    margin-bottom: 30px;
  }
}
.content-inner .icon-list li {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .content-inner .icon-list li {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.content-inner .icon-list li > ._thumb {
  width: 45px;
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
.content-inner .icon-list li > div {
  flex: 1 1 0;
  width: auto;
}
.content-inner .icon-list li > div ._title {
  display: block;
  color: #001065;
  line-height: 1.4;
  font-size: 1.5625rem;
}
@media only screen and (min-width: 48rem) {
  .content-inner .icon-list li > div ._title {
    font-size: 1.8125rem;
  }
}
.content-inner .icon-list li > div ._desc {
  display: block;
  margin-top: 5px;
}
.content-inner .icon-list li:not(:last-child) {
  margin-bottom: 20px;
}

/** */
.grid-posts div.item .cover {
  border-radius: 20px;
}
.grid-posts div.item .cover-content .meta {
  display: none;
}
.grid-posts div.item .cover-content a .title:hover {
  color: #001065;
}
.grid-posts div.item .cover-content .title {
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  color: #000;
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@media only screen and (min-width: 48rem) {
  .grid-posts div.item .cover-content .title {
    font-size: 1.25rem;
  }
}
@supports (-webkit-line-clamp: 2) {
  .grid-posts div.item .cover-content .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.grid-posts div.item .cover-content .title:hover {
  color: #001065;
}
@media only screen and (max-width: 63.99875rem) {
  .grid-posts div.item .cover-content .title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 63.99875rem) and (min-width: 48rem) {
  .grid-posts div.item .cover-content .title {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .grid-posts div.item .cover-content .title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 47.99875rem) and (min-width: 48rem) {
  .grid-posts div.item .cover-content .title {
    font-size: 1.25rem;
  }
}
.grid-posts div.item .cover-content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 4) {
  .grid-posts div.item .cover-content .excerpt {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
/** */
a.btn-link {
  font-size: 16px;
  border-radius: 100px;
  padding: 8px 25px;
  background: linear-gradient(90deg, #001065 0%, #fef6f6 100%);
  color: #fff;
  text-align: center;
}

/** */
input[type=checkbox]:not(.wc-block-components-checkbox__input) {
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
  top: 3px;
  width: 1.25rem;
  height: 1.25rem;
}
input[type=checkbox]:not(.wc-block-components-checkbox__input)::before {
  position: absolute;
  content: "";
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}
input[type=checkbox]:not(.wc-block-components-checkbox__input)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
input[type=checkbox]:not(.wc-block-components-checkbox__input):checked::before {
  background-color: #001065;
  border-color: #001065;
}
input[type=checkbox]:not(.wc-block-components-checkbox__input):checked::after {
  background-image: url("../img/check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 3px;
}

/** */
.is-invalid-label > input + span {
  color: #001065;
}
.is-invalid-label input::before {
  border-color: #001065 !important;
}

/** */
@media only screen and (min-width: 48rem) {
  .t-width-40 {
    width: 40%;
  }
}

/** */
.section.archive.archive-product {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.archive.archive-product {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.archive.archive-product {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.archive.archive-product {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.archive.archive-product {
    padding-bottom: 3.125rem;
  }
}
.section.archive.archive-product .heading-title {
  text-align: left;
  color: #001065;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.3125rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.archive.archive-product .heading-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive.archive-product .heading-title {
    margin-top: 15px;
  }
}

/** */
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list {
  margin-top: 0;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-header {
  padding: 10px 15px;
  justify-content: normal;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  :is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-header {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-header {
    padding: 12px 20px;
  }
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-header ._pro {
  flex: 1 1 0;
  width: auto;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-header ._qty {
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-header ._qty {
  min-width: 140px;
  text-align: center;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-header ._price {
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-header ._price {
  min-width: 140px;
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  :is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item {
    padding: 20px;
  }
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .table {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  :is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .table {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .table {
  align-items: center;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .cell-thumb-summary {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  flex: 1 1 0;
  width: auto;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .cell-thumb-summary .thumbnails {
  flex: 0 0 auto;
  width: 170px;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .cell-thumb-summary .thumbnails > span {
  background-color: #fff;
  width: 100%;
  border: 1px solid #001065;
  border-radius: 10px;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .cell-thumb-summary .thumbnails > span img {
  padding: 15px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .cell-thumb-summary .summary {
  flex: 1 1 0;
  width: auto;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .cell-quantity {
  position: relative;
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .cell-quantity {
  display: flex;
  flex-direction: column;
  align-items: center;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .cell-quantity .quantity {
  text-align: center;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .cell-quantity .add_to_cart_button {
  cursor: pointer;
  background: linear-gradient(90deg, #001065 0%, #fef6f6 100%);
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  height: 30px;
  padding: 0 12px;
  border-radius: 30px;
  margin-top: 15px;
  transition: background 0.3s ease;
  position: relative;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .cell-quantity .add_to_cart_button > span {
  position: relative;
  z-index: 2;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .cell-quantity .add_to_cart_button::before {
  border-radius: 30px;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  background: linear-gradient(90deg, #fef6f6 0%, #001065 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .cell-quantity .add_to_cart_button:hover::before {
  opacity: 1;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .cell-quantity .status {
  font-weight: 700;
  margin-top: 8px;
  font-size: 14px;
  color: #001065;
  position: absolute;
  top: 100%;
  display: none;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .cart-list .list-item .cell-price {
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-list .nav-pagination {
  margin-top: 15px;
  padding-bottom: 15px;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-btn {
  text-align: right;
  margin-top: 20px;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-btn .btn-cart-page {
  background: linear-gradient(90deg, #001065 0%, #fef6f6 100%);
  color: #fff;
  height: 45px;
  padding: 0 35px;
  line-height: normal;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-btn .btn-cart-page::before {
  border-radius: 30px;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  background: linear-gradient(90deg, #fef6f6 0%, #001065 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-btn .btn-cart-page:hover::before {
  opacity: 1;
}
:is(.section.archive.archive-product, .section.page.page-cart) .products-cart-btn .btn-cart-page > span {
  position: relative;
  z-index: 2;
}

/** */
.quantity .number-input {
  border: 1px solid #d9d9d9;
  height: 28px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
}
.quantity .number-input .btn {
  border-radius: 3px;
  background-color: #d9d9d9;
  aspect-ratio: 1/1;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity .number-input .btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.quantity .number-input .btn svg {
  color: #0a0a0a;
  height: 18px;
}
.quantity .number-input .btn.decrease {
  order: -1;
}
.quantity .number-input input.qty {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  border: none;
  height: 100%;
  width: 50px;
  padding: 0 10px;
  font-size: 15px;
}
.quantity .number-input input.qty::-webkit-inner-spin-button, .quantity .number-input input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .number-input input.qty:disabled ~ .btn {
  cursor: not-allowed;
  opacity: 0.5;
}

/** */
.hb_banner_homes .swiper-container .item .overlay img {
  width: 100%;
}
.hb_banner_homes .swiper-container .swiper-controls .swiper-button {
  transition: all 0.3s;
  width: 3.75rem;
  height: 3.75rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_banner_homes .swiper-container .swiper-controls .swiper-button {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.hb_banner_homes .swiper-container .swiper-controls .swiper-button::before {
  color: #fff;
  border: unset;
  background: rgba(255, 255, 255, 0.5882352941);
  font-weight: 600;
  font-size: 2.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_banner_homes .swiper-container .swiper-controls .swiper-button::before {
    font-size: 1.125rem;
  }
}
.hb_banner_homes .swiper-container .swiper-controls .swiper-button:hover::before {
  color: #001065;
  opacity: 1;
}
.hb_banner_homes .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_banner_homes .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: 10px;
  }
}
.hb_banner_homes .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_banner_homes .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: 10px;
  }
}
.hb_banner_homes .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 6px;
  background: #fff;
  opacity: 0.6;
  transform: unset;
  border-radius: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_banner_homes .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
  }
}
.hb_banner_homes .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
  transform: unset;
}
.hb_banner_homes .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet-active-main {
  transform: unset;
}
.hb_banner_homes .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
  background: #001065;
  opacity: 1;
}

/** */
.home-listsbox-section .container .cell-box .listsbox-inner ul li {
  position: relative;
}
.home-listsbox-section .container .cell-box .listsbox-inner ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/** */
.hb_listsbox_home {
  background: #001065;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_listsbox_home .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.hb_listsbox_home .container .cell-box {
  width: 100%;
}
.hb_listsbox_home .container .cell-box .listsbox-inner ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_listsbox_home .container .cell-box .listsbox-inner ul {
    flex-flow: row wrap;
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_listsbox_home .container .cell-box .listsbox-inner ul {
    flex-flow: row wrap;
    margin: 0;
  }
}
.hb_listsbox_home .container .cell-box .listsbox-inner ul li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  position: relative;
  border-right: 2px dashed #fff;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_listsbox_home .container .cell-box .listsbox-inner ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    justify-content: center;
    border-right: 1px dashed #fff;
  }
  .hb_listsbox_home .container .cell-box .listsbox-inner ul li:last-child {
    border-bottom: unset;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_listsbox_home .container .cell-box .listsbox-inner ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_listsbox_home .container .cell-box .listsbox-inner ul li {
    padding: 5px 8px 5px 5px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_listsbox_home .container .cell-box .listsbox-inner ul li:nth-child(2) {
    padding: 5px 5px 5px 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.hb_listsbox_home .container .cell-box .listsbox-inner ul li:last-child {
  border-right: none;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_listsbox_home .container .cell-box .listsbox-inner ul li:last-child {
    flex: 0 0 50%;
    max-width: 50%;
    border-right: unset;
    padding: 0 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
  }
}
.hb_listsbox_home .container .cell-box .listsbox-inner ul li figure {
  flex: 0 0 45px;
  max-width: 45px;
  width: 2.8125rem;
  height: 2.8125rem;
  margin-right: 15px;
}
.hb_listsbox_home .container .cell-box .listsbox-inner ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 35.99875rem) {
  .hb_listsbox_home .container .cell-box .listsbox-inner ul li figure {
    flex: 0 0 20px;
    max-width: 20px;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 5px;
    display: flex;
  }
}
.hb_listsbox_home .container .cell-box .listsbox-inner ul li ._content {
  flex: 1;
}
.hb_listsbox_home .container .cell-box .listsbox-inner ul li ._content ._title {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 600;
  color: #ffcc48;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_listsbox_home .container .cell-box .listsbox-inner ul li ._content ._title {
    font-size: 0.75rem;
    line-height: 16px;
    margin-bottom: 0;
    white-space: nowrap;
    margin-top: 5px;
  }
}
.hb_listsbox_home .container .cell-box .listsbox-inner ul li ._content ._desc {
  font-size: 0.8125rem;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: capitalize;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_listsbox_home .container .cell-box .listsbox-inner ul li ._content ._desc {
    display: none;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_listsbox_home .container .cell-box .listsbox-inner ul li ._content ._desc {
    font-size: 0.75rem;
    line-height: 18px;
  }
}
@media only screen and (min-width: 87.5rem) {
  .hb_listsbox_home .container .cell-box .listsbox-inner ul li ._content ._desc {
    font-size: 0.75rem;
    line-height: 18px;
  }
}
/** */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0 !important;
}

.grid-product .product .alg-wc-wl-btn,
.grid-product .product .alg-wc-wl-btn-wrapper,
.grid-product .product .yith-wcwl-add-to-wishlist {
  inset: unset !important;
  top: 15px !important;
  right: 15px !important;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .alg-wc-wl-btn,
  .grid-product .product .alg-wc-wl-btn-wrapper,
  .grid-product .product .yith-wcwl-add-to-wishlist {
    top: 9px !important;
    right: 9px !important;
    width: 1.875rem;
    height: 1.875rem;
  }
}
.grid-product .product .yith-wcwl-add-button {
  display: flex;
  align-items: center;
}
.grid-product .product .alg-wc-wl-btn.add i,
.grid-product .product .alg-wc-wl-btn2.add i,
.grid-product .product .alg-wc-wl-thumb-btn-abs div i,
.grid-product .product i {
  opacity: 1;
  font-size: 1rem;
}
.grid-product .product .alg-wc-wl-btn:hover i,
.grid-product .product .alg-wc-wl-btn2:hover i {
  transform: unset !important;
}
.grid-product .product .hb_add_to_cart {
  position: absolute;
  top: 60px;
  right: 15px;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .hb_add_to_cart {
    top: 50px;
    right: 9px;
    width: 1.875rem;
    height: 1.875rem;
  }
}
.grid-product .product .hb_add_to_cart a {
  position: relative;
  background-color: transparent;
  padding: 0;
}
.grid-product .product .hb_add_to_cart a span {
  display: none;
}
.grid-product .product .hb_add_to_cart a::before {
  display: inline-block;
  content: "\f07a";
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  color: #001065;
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .hb_add_to_cart a::before {
    font-size: 0.875rem;
  }
}
.grid-product .product .hb_add_to_cart a:hover span {
  display: flex;
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 5px;
  white-space: nowrap;
  left: -115px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 8px;
  background: #001065;
  color: #fff;
}
.grid-product .product .hb_add_to_cart a.added::before {
  opacity: 0;
}
.grid-product .product .woocommerce-loop-product__link {
  border: 1px solid #e9ecef;
  padding: 20px 20px 10px 20px;
  border-radius: 8px;
  position: relative;
  display: inline-flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .woocommerce-loop-product__link {
    padding: 10px;
  }
}
.grid-product .product .woocommerce-loop-product__link .saleoff.onsale {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.grid-product .product .woocommerce-loop-product__link .saleoff.onsale span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding: 5px 8px;
  height: 27px;
  background: #fd7e13;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .woocommerce-loop-product__link .saleoff.onsale span {
    height: 20px;
    padding: 5px 4px;
    font-size: 0.5rem;
  }
}
.grid-product .product .woocommerce-loop-product__link .cover.thumbnails {
  border-radius: 10px;
  order: -1;
  width: 100%;
  height: 100%;
}
.grid-product .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-size: 1rem;
  line-height: 24px;
  color: #001065;
  text-transform: capitalize;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-bottom: 5px;
  margin-top: 10px;
  letter-spacing: 0.5px;
  min-height: 40px;
}
@supports (-webkit-line-clamp: 2) {
  .grid-product .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.grid-product .product .woocommerce-loop-product__link .woocommerce-loop-product__title:hover {
  color: #001065;
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 0.875rem;
    line-height: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .grid-product .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    min-height: 35px;
    margin-bottom: 0;
  }
}
.grid-product .product .woocommerce-loop-product__link .loop-stars-rating {
  width: 100%;
  order: 3;
}
.grid-product .product .woocommerce-loop-product__link span.price {
  width: 100%;
  order: 2;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin-bottom: 5px;
}
.grid-product .product .woocommerce-loop-product__link span.price .screen-reader-text {
  display: none;
}
.grid-product .product .woocommerce-loop-product__link span.price .woocommerce-Price-amount bdi {
  font-size: 1.125rem;
  line-height: 18px;
  font-weight: 600;
  color: #C2272D;
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .woocommerce-loop-product__link span.price .woocommerce-Price-amount bdi {
    font-size: 0.875rem;
    line-height: 14px;
  }
}
.grid-product .product .woocommerce-loop-product__link span.price del {
  text-decoration: unset;
}
.grid-product .product .woocommerce-loop-product__link span.price del .woocommerce-Price-amount bdi {
  font-size: 0.8125rem;
  line-height: 13px;
  font-weight: 300;
  color: rgb(119, 136, 153);
  text-decoration: line-through;
}
@media only screen and (max-width: 47.99875rem) {
  .grid-product .product .woocommerce-loop-product__link span.price del .woocommerce-Price-amount bdi {
    font-size: 0.75rem;
    line-height: 12px;
  }
}
.grid-product .product .woocommerce-loop-product__link:hover {
  box-shadow: 1px 1px 10px rgba(115, 129, 54, 0.2);
}
.grid-product .outofstock .hb_add_to_cart a::before {
  color: #989898;
}
.grid-product .outofstock .hb_add_to_cart a:hover span {
  left: -90px;
  background: #989898;
}

/** */
.hb_product_design {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_product_design {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_product_design {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_product_design {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_product_design {
    padding-bottom: 2.5rem;
  }
}
.hb_product_design .container .heading-title {
  font-size: 1.3125rem;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5625rem;
  position: relative;
  color: #001065;
}
@media only screen and (min-width: 48rem) {
  .hb_product_design .container .heading-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_product_design .container .heading-title {
    margin-bottom: 0.9375rem;
  }
}
.hb_product_design .container .swiper-container {
  margin: -10px -6px;
}
.hb_product_design .container .swiper-container .swiper {
  padding: 10px;
}
.hb_product_design .container .swiper-container .swiper-controls .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 100%;
}
.hb_product_design .container .swiper-container .swiper-controls .swiper-button::before {
  color: #fff;
  font-weight: 600;
  opacity: 1;
  border: unset;
}
.hb_product_design .container .swiper-container .swiper-controls .swiper-button:hover {
  background: #fff;
}
.hb_product_design .container .swiper-container .swiper-controls .swiper-button:hover::before {
  color: #001065;
  border: 1px solid #001065;
  background: transparent;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_product_design .container .swiper-container .swiper-controls .swiper-button {
    display: none;
  }
}
.hb_product_design .container .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: -40px;
}
.hb_product_design .container .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: -40px;
}
.hb_product_design .container .swiper-container .swiper-controls .swiper-pagination {
  bottom: -25px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_product_design .container .swiper-container .swiper-controls .swiper-pagination {
    bottom: -20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_product_design .container .swiper-container .swiper-controls .swiper-pagination {
    bottom: -15px;
  }
}
.hb_product_design .container .swiper-container .swiper-controls .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.hb_product_design .container .swiper-container .swiper-controls .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.hb_product_design .container .swiper-container .swiper-controls .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.hb_product_design .container .swiper-container .swiper-controls .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.hb_product_design .container .swiper-container .swiper-controls .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.hb_product_design .container .swiper-container .swiper-controls .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: unset;
}
.hb_product_news .container .heading-title {
  display: flex;
  justify-content: center;
}
.hb_product_news .container .heading-title::before {
  display: inline-block;
  content: "";
  background: url("../img/new-icon.jpg") no-repeat center;
  background-size: 25px;
  width: 31px;
  height: 31px;
  margin-right: 5px;
}
.hb_product_news .container .heading-title::after {
  display: inline-block;
  content: "";
  background: url("../img/new-icon.jpg") no-repeat center;
  background-size: 25px;
  width: 31px;
  height: 31px;
  margin-left: 5px;
}

/** */
.hb_product_image .container figure.images {
  margin-bottom: 2.5rem;
  height: 201px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_product_image .container figure.images {
    height: 120px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .hb_product_image .container figure.images {
    margin-bottom: 1.25rem;
    height: 58px;
  }
}
.hb_product_image .container figure.images img {
  width: 100%;
  height: 100%;
}
/** */
.hb_colum_images {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_colum_images {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_colum_images {
    padding-top: 2.5rem;
  }
}
.hb_colum_images .container .flex.flex-x.flex-info {
  width: 100%;
}
.hb_colum_images .container .flex.flex-x.flex-info .cell.cell-box {
  width: 100%;
}
.hb_colum_images .container .listsbox-inner {
  width: 100%;
}
.hb_colum_images .container .listsbox-inner ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  align-items: center;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 47.99875rem) {
  .hb_colum_images .container .listsbox-inner ul {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.hb_colum_images .container .listsbox-inner ul li img {
  width: 100%;
  height: 100%;
}

/** */
.hb_news_home {
  padding-top: 1.875rem;
  padding-bottom: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-bottom: 0;
  }
}
.hb_news_home .container .flex-info .cell-images {
  flex: 0 0 38%;
  max-width: 38%;
}
.hb_news_home .container .flex-info .cell-images figure {
  width: 100%;
  height: 100%;
}
.hb_news_home .container .flex-info .cell-images figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .container .flex-info .cell-images {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: none;
  }
}
.hb_news_home .container .flex-info .cell-content {
  flex: 0 0 62%;
  max-width: 62%;
  padding-left: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .container .flex-info .cell-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.hb_news_home .container .flex-info .cell-content .heading-title {
  font-size: 1.3125rem;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  position: relative;
  color: #001065;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .container .flex-info .cell-content .heading-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .container .flex-info .cell-content .heading-title {
    margin-bottom: 0.3125rem;
  }
}
.hb_news_home .container .flex-info .cell-content .desc {
  margin-bottom: 1.25rem;
}
.hb_news_home .container .flex-info .cell-content .desc strong,
.hb_news_home .container .flex-info .cell-content .desc b {
  font-weight: 500;
}
.hb_news_home .container .flex-info .cell-content .button-link {
  margin-bottom: 3.125rem;
  position: relative;
  padding: 8px 15px 5px;
  font-weight: 500;
  border-radius: 99px;
  background: #001065;
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  transition: 0.2s;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_home .container .flex-info .cell-content .button-link {
    margin-bottom: 1.875rem;
  }
}
.hb_news_home .container .flex-info .cell-content .button-link span {
  transform: translateX(0.5em);
  display: inline-block;
}
.hb_news_home .container .flex-info .cell-content .button-link::after {
  margin-left: -0.15em;
  margin-right: 0.4em;
  opacity: 0;
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
}
.hb_news_home .container .flex-info .cell-content .button-link:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.hb_news_home .container .flex-info .cell-content .button-link:hover span {
  transform: translateX(0);
}
.hb_news_home .container .flex-info .cell-content .button-link:hover::after {
  margin-left: 0.4em;
  margin-right: -0.15em;
  opacity: 1;
}
.hb_news_home .container .flex-info .cell-content .button-link:focus-visible,
.hb_news_home .container .flex-info .cell-content .button-link:focus,
.hb_news_home .container .flex-info .cell-content .button-link:hover {
  outline: 2px solid #001065;
  outline-offset: 2px;
}
.hb_news_home .container .flex-info .cell-content .swiper-container {
  margin-left: -20%;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: -6px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .container .flex-info .cell-content .swiper-container {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.hb_news_home .container .flex-info .cell-content .swiper-container .swiper {
  padding: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .container .flex-info .cell-content .swiper-container .swiper {
    padding: 0;
  }
}
.hb_news_home .container .flex-info .cell-content .swiper-container .swiper .item {
  padding: 20px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 2px 15px 0 rgba(76, 80, 61, 0.08);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .container .flex-info .cell-content .swiper-container .swiper .item {
    padding: 10px;
    border: 1px solid rgba(204, 204, 204, 0.3);
  }
}
.hb_news_home .container .flex-info .cell-content .swiper-container .swiper .item .block.cover {
  flex: 0 0 125px;
  max-width: 125px;
  margin-right: 15px;
  border-radius: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .container .flex-info .cell-content .swiper-container .swiper .item .block.cover {
    flex: 0 0 95px;
    max-width: 95px;
  }
}
.hb_news_home .container .flex-info .cell-content .swiper-container .swiper .item .cover-content .excerpt {
  display: none;
}
.hb_news_home .container .flex-info .cell-content .swiper-container .swiper .item .cover-content .title {
  font-size: 1.125rem;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@supports (-webkit-line-clamp: 3) {
  .hb_news_home .container .flex-info .cell-content .swiper-container .swiper .item .cover-content .title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .container .flex-info .cell-content .swiper-container .swiper .item .cover-content .title {
    font-size: 0.8125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
  }
  @supports (-webkit-line-clamp: 2) {
    .hb_news_home .container .flex-info .cell-content .swiper-container .swiper .item .cover-content .title {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}
.hb_news_home .container .flex-info .cell-content .swiper-container .swiper .item .cover-content .view-detail {
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .container .flex-info .cell-content .swiper-container .swiper .item .cover-content .view-detail {
    font-size: 0.75rem;
  }
}
.hb_news_home .container .flex-info .cell-content .swiper-container .swiper-pagination {
  left: 20%;
  bottom: -25px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .container .flex-info .cell-content .swiper-container .swiper-pagination {
    left: 12%;
    bottom: -20px;
  }
}
.hb_news_home .container .flex-info .cell-content .swiper-container .swiper-pagination .swiper-pagination-bullet-active,
.hb_news_home .container .flex-info .cell-content .swiper-container .swiper-pagination .swiper-pagination-bullet,
.hb_news_home .container .flex-info .cell-content .swiper-container .swiper-pagination .swiper-pagination-bullet-active-prev,
.hb_news_home .container .flex-info .cell-content .swiper-container .swiper-pagination .swiper-pagination-bullet-active-prev-prev,
.hb_news_home .container .flex-info .cell-content .swiper-container .swiper-pagination .swiper-pagination-bullet-active-next,
.hb_news_home .container .flex-info .cell-content .swiper-container .swiper-pagination .swiper-pagination-bullet-active-next-next {
  transform: unset;
}

/** */
.hb_lists_ingredient {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_lists_ingredient {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_lists_ingredient {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_lists_ingredient {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_lists_ingredient {
    padding-bottom: 3.75rem;
  }
}
.hb_lists_ingredient .container .flex-info {
  margin: 0 -10px;
  align-items: center;
}
.hb_lists_ingredient .container .flex-info .cell-content {
  flex: 0 0 22%;
  max-width: 22%;
  padding: 0 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_lists_ingredient .container .flex-info .cell-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_lists_ingredient .container .flex-info .cell-content .content-inner {
    text-align: center;
  }
}
.hb_lists_ingredient .container .flex-info .cell-content .content-inner .html-title {
  font-size: 1.3125rem;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 0.625rem;
  position: relative;
  color: #001065;
}
@media only screen and (min-width: 48rem) {
  .hb_lists_ingredient .container .flex-info .cell-content .content-inner .html-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_lists_ingredient .container .flex-info .cell-content .content-inner .html-title {
    text-align: center;
  }
  .hb_lists_ingredient .container .flex-info .cell-content .content-inner .html-title br {
    display: none;
  }
}
.hb_lists_ingredient .container .flex-info .cell-content .content-inner .desc {
  margin-bottom: 0.625rem;
}
.hb_lists_ingredient .container .flex-info .cell-content .content-inner .desc p {
  font-size: 1rem;
  line-height: 26px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_lists_ingredient .container .flex-info .cell-content .content-inner .desc {
    text-align: center;
  }
}
.hb_lists_ingredient .container .flex-info .cell-content .content-inner .button-link {
  margin-bottom: 3.125rem;
  position: relative;
  padding: 10px 20px 8px;
  font-weight: 500;
  border-radius: 99px;
  background: #001065;
  color: #fff;
  font-size: 0.9375rem;
  transition: 0.1s;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_lists_ingredient .container .flex-info .cell-content .content-inner .button-link {
    margin-bottom: 1.875rem;
  }
}
.hb_lists_ingredient .container .flex-info .cell-content .content-inner .button-link span {
  display: inline-block;
}
.hb_lists_ingredient .container .flex-info .cell-content .content-inner .button-link::after {
  margin-left: 5px;
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
}
.hb_lists_ingredient .container .flex-info .cell-content .content-inner .button-link:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.hb_lists_ingredient .container .flex-info .cell-content .content-inner .button-link:focus-visible,
.hb_lists_ingredient .container .flex-info .cell-content .content-inner .button-link:focus,
.hb_lists_ingredient .container .flex-info .cell-content .content-inner .button-link:hover {
  outline: 2px solid #001065;
  outline-offset: 2px;
}
.hb_lists_ingredient .container .flex-info .cell-box {
  flex: 0 0 78%;
  max-width: 78%;
  padding: 0 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_lists_ingredient .container .flex-info .cell-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li {
    margin-bottom: 100px;
  }
}
.hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li figure {
  max-width: 86% !important;
  height: auto;
  margin: 0 auto;
  margin-bottom: -56px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li figure {
    max-width: 70% !important;
  }
}
.hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li figure img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  opacity: 1;
  transition: opacity 1s;
  object-fit: contain;
}
.hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li ._content {
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  padding-top: 90px;
  height: 100%;
  max-height: 340px;
}
.hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li ._content ._title {
  font-size: 1.125rem;
  line-height: 24px;
  margin-top: 0.1em;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 48rem) {
  .hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li ._content ._title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li ._content ._title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 63.99875rem) and (min-width: 48rem) {
  .hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li ._content ._title {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li ._content ._title {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 47.99875rem) and (min-width: 48rem) {
  .hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li ._content ._title {
    font-size: 1.5rem;
  }
}
.hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li ._content ._title::after {
  border-radius: 4px;
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: rgba(0, 0, 0, 0.0901960784);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}
.hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li ._content ._desc {
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  text-align: center;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li ._content ._desc {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li ._content ._desc {
    font-size: 1rem;
  }
}
.hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li:nth-child(1) ._content {
  background: #66883f;
}
.hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li:nth-child(2) ._content {
  background: #c57200;
}
.hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li:nth-child(3) ._content {
  background: #668c3c;
}
.hb_lists_ingredient .container .flex-info .cell-box .listsbox-inner ul li:nth-child(4) ._content {
  background: #b69a71;
}

/** */
.hb_video_home .video-js-inner video {
  height: 100%;
}

/** */
.hb_news_design {
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_design {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_design {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_design {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_design {
    padding-bottom: 3.75rem;
  }
}
.hb_news_design .container .heading-title {
  font-size: 1.3125rem;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.875rem;
  position: relative;
  color: #001065;
}
@media only screen and (min-width: 48rem) {
  .hb_news_design .container .heading-title {
    font-size: 1.5rem;
  }
}
.hb_news_design .container .desc {
  text-align: center;
  margin-bottom: 1.875rem;
}
.hb_news_design .container .desc p {
  font-weight: 300;
  font-size: 1rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_design .container .desc p br {
    display: none;
  }
}
.hb_news_design .container .swiper-container .item {
  position: relative;
}
.hb_news_design .container .swiper-container .item .block.cover {
  border-radius: 0;
}
.hb_news_design .container .swiper-container .item .block.cover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hb_news_design .container .swiper-container .item .cover-content {
  padding: 10px 25px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5607843137));
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_design .container .swiper-container .item .cover-content {
    padding: 10px 20px 5px;
  }
}
.hb_news_design .container .swiper-container .item .cover-content a .title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
@supports (-webkit-line-clamp: 2) {
  .hb_news_design .container .swiper-container .item .cover-content a .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_design .container .swiper-container .item .cover-content a .title {
    font-size: 0.9375rem;
  }
}
.hb_news_design .container .swiper-container .item .cover-content .excerpt,
.hb_news_design .container .swiper-container .item .cover-content .view-detail {
  display: none !important;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_design .container .swiper-container .swiper-button {
    display: none;
  }
}
.hb_news_design .container .swiper-container .swiper-pagination {
  top: -35px;
  bottom: auto;
}
.hb_news_design .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active,
.hb_news_design .container .swiper-container .swiper-pagination .swiper-pagination-bullet,
.hb_news_design .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active-prev,
.hb_news_design .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active-prev-prev,
.hb_news_design .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active-next,
.hb_news_design .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active-next-next {
  transform: unset;
}

/** */
.section.archive {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.archive {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.archive {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.archive {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.archive {
    padding-bottom: 3.75rem;
  }
}
.section.archive .container header .heading-title {
  text-align: center;
  color: #001065;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.3125rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 48rem) {
  .section.archive .container header .heading-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container header .heading-title {
    margin-top: 15px;
  }
}
.section.archive .container header .excerpt {
  position: relative;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section.archive .container header .excerpt {
    margin-bottom: 1.875rem;
  }
}
.section.archive .container header .excerpt::before {
  font-size: 200%;
  font-weight: 600;
  color: #6c757d;
  position: relative;
  margin-right: 8px;
  top: -8px;
  line-height: 1;
}
.section.archive .container .feature-posts {
  margin-bottom: 1.25rem;
  padding: 30px;
  border-radius: 10px;
  background: #f5f5f5;
}
@media only screen and (min-width: 48rem) {
  .section.archive .container .feature-posts {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.archive .container .feature-posts {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container .feature-posts {
    padding: 10px 10px 40px;
  }
}
.section.archive .container .feature-posts .swiper-section {
  position: relative;
}
.section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-button {
    display: none;
  }
}
.section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-button::before {
  color: #fff;
  background: #001065;
  opacity: 1;
  font-weight: 500;
}
.section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-button:hover::before {
  color: #001065;
  background: #fff;
}
.section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-button.swiper-button-prev {
  left: -48px;
}
.section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-button.swiper-button-next {
  right: -48px;
}
.section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-pagination {
  display: none;
  bottom: -30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container .feature-posts .swiper-section .swiper-controls .swiper-pagination {
    display: block;
  }
}
.section.archive .container .feature-posts .item .block.cover {
  border-radius: 10px;
}
.section.archive .container .feature-posts .item .block.cover .after-overlay {
  aspect-ratio: auto 3/2;
}
.section.archive .container .feature-posts .item .cover-content {
  padding: 10px 0 0;
}
.section.archive .container .feature-posts .item .cover-content .meta {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  font-weight: 300;
  font-size: 0.9375rem;
  opacity: 0.6;
}
.section.archive .container .feature-posts .item .cover-content .meta i {
  margin-right: 5px;
}
.section.archive .container .feature-posts .item .cover-content .meta .post-view {
  color: #001065;
}
.section.archive .container .feature-posts .item .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  min-height: 48px;
}
@supports (-webkit-line-clamp: 2) {
  .section.archive .container .feature-posts .item .cover-content a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.archive .container .feature-posts .item .cover-content a .title {
  font-size: 1.125rem;
  line-height: 24px;
  color: #001065;
  font-weight: 500;
}
.section.archive .container .grid-posts {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container .grid-posts {
    flex-flow: row wrap;
  }
}
.section.archive .container .grid-posts .content-col {
  flex: 0 0 74%;
  max-width: 74%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive .container .grid-posts .content-col {
    flex: 0 0 66%;
    max-width: 66%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container .grid-posts .content-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell {
  margin-bottom: 1.875rem;
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell:last-child {
  margin-bottom: 0;
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item {
  display: flex;
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container .grid-posts .content-col .content-col-inner .cell .item {
    flex-flow: row wrap;
  }
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .block.cover {
  flex: 0 0 300px;
  max-width: 300px;
  margin-right: 15px;
  border-radius: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive .container .grid-posts .content-col .content-col-inner .cell .item .block.cover {
    flex: 0 0 230px;
    max-width: 230px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container .grid-posts .content-col .content-col-inner .cell .item .block.cover {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content {
  flex: 1;
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content a:hover .title {
  color: #001065;
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .meta {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  font-weight: 300;
  opacity: 0.6;
  font-size: 0.9375rem;
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .meta i {
  margin-right: 5px;
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .meta .post-view {
  color: #001065;
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .excerpt {
  -webkit-line-clamp: 3;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 0.625rem;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .excerpt {
    -webkit-line-clamp: 2;
  }
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .view-detail {
  position: relative;
  padding: 7px 12px 4px;
  font-weight: 500;
  border-radius: 99px;
  background: #001065;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  transition: 0.3s;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .view-detail {
    padding: 5px 9px 3px;
    font-size: 0.75rem;
  }
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .view-detail span {
  transform: translateX(0.45em);
  display: inline-block;
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .view-detail::after {
  margin-left: -0.15em;
  margin-right: 0.4em;
  opacity: 0;
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .view-detail:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .view-detail:hover span {
  transform: translateX(0);
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .view-detail:hover::after {
  margin-left: 0.4em;
  margin-right: -0.15em;
  opacity: 1;
}
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .view-detail:focus-visible,
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .view-detail:focus,
.section.archive .container .grid-posts .content-col .content-col-inner .cell .item .cover-content .view-detail:hover {
  outline: 2px solid #001065;
  outline-offset: 2px;
}
.section.archive .container .grid-posts .sidebar-col {
  flex: 0 0 24%;
  max-width: 24%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive .container .grid-posts .sidebar-col {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container .grid-posts .sidebar-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .section {
  margin-bottom: 1.875rem;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .section:last-child {
  margin-bottom: 0;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .widget_media_image .overlay img {
  border-radius: 15px;
  width: 100%;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .page-heading-title,
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .sidebar-title {
  position: relative;
  font-size: 1.25rem;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  color: #001065;
  display: inline-block;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .page-heading-title::after,
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .sidebar-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-image: url("../img/heading-line.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li:last-child {
  border-bottom: unset;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .block.cover {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
  border-radius: 100%;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .block.cover .res {
  aspect-ratio: auto 1/1;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.9375rem;
  line-height: 23px;
  font-weight: 500;
  color: #000;
}
@supports (-webkit-line-clamp: 3) {
  .section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_news ul li .cover-content a:hover {
  color: #001065;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell {
  margin-bottom: 1.25rem;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell:last-child {
  margin-bottom: 0;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li {
  list-style: none;
  position: relative;
  border: 1px solid #e9ecef;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li {
    flex-flow: row wrap;
  }
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .saleoff.onsale {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .saleoff.onsale span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding: 5px 8px;
  height: 27px;
  background: #fd7e13;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .saleoff.onsale span {
    height: 20px;
    padding: 5px 4px;
    font-size: 0.5rem;
  }
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover.thumbnails {
  flex: 0 0 85px;
  max-width: 85px;
  margin-right: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover.thumbnails {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover.thumbnails {
    flex: 0 0 85px;
    max-width: 85px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content {
  flex: 1;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content .product-title {
  font-size: 0.9375rem;
  line-height: 23px;
  color: #001065;
  text-transform: capitalize;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}
@supports (-webkit-line-clamp: 2) {
  .section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content .product-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content .product-title:hover {
  color: #001065;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content .loop-stars-rating {
  width: 100%;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price {
  width: 100%;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price .screen-reader-text {
  display: none;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price .woocommerce-Price-amount bdi {
  font-size: 0.875rem;
  line-height: 14px;
  font-weight: 500;
  color: #C2272D;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price del {
  text-decoration: unset;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price del .woocommerce-Price-amount bdi {
  font-size: 0.8125rem;
  line-height: 13px;
  font-weight: 300;
  color: rgb(119, 136, 153);
  text-decoration: line-through;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li .cover-content span.price ins {
  text-decoration: none;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .hb_latest_products .grid-products .cell li:hover {
  box-shadow: 1px 1px 10px rgba(115, 129, 54, 0.2);
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item:last-child {
  border-bottom: unset;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .block.cover {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
  border-radius: 100%;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .block.cover .after-overlay {
  aspect-ratio: auto 1/1;
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #001065;
}
@supports (-webkit-line-clamp: 3) {
  .section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.archive .container .grid-posts .sidebar-col .sidebar-col-inner .section.posts-section .grid-posts .item .cover-content a:hover {
  color: #001065;
}

/** */
.hb_wishlist_pages .sharing-toolbox {
  display: none !important;
}
.hb_wishlist_pages .flex-info .cell-info {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.hb_wishlist_pages .flex-info .cell-info .alg-wc-wl-view-table-container::after {
  display: none !important;
}
.hb_wishlist_pages .flex-info .cell-info .alg-wc-wl-view-table-container > div:nth-child(3) {
  display: none !important;
}
.hb_wishlist_pages .flex-info .cell-info .add_to_cart_btn,
.hb_wishlist_pages .flex-info .cell-info .hb_add_to_cart {
  white-space: nowrap;
}
.hb_wishlist_pages .flex-info .cell-info .add-to-cart-btn {
  position: relative;
}
.hb_wishlist_pages .flex-info .cell-info .add-to-cart-btn p {
  display: none;
}
.hb_wishlist_pages .flex-info .cell-info .hb_add_to_cart {
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}
.hb_wishlist_pages .flex-info .cell-info .hb_add_to_cart a {
  position: relative;
  background-color: transparent;
  padding: 0;
}
.hb_wishlist_pages .flex-info .cell-info .hb_add_to_cart a span {
  display: none;
}
.hb_wishlist_pages .flex-info .cell-info .hb_add_to_cart a::before {
  display: inline-block;
  content: "\f07a";
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  font-weight: 600;
}
.hb_wishlist_pages .flex-info .cell-info .hb_add_to_cart a:hover span {
  display: flex;
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 5px;
  white-space: nowrap;
  left: -115px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 8px;
  background: #001065;
  color: #fff;
}
.hb_wishlist_pages .flex-info .cell-info .hb_add_to_cart a.added::before {
  opacity: 0;
}
.hb_wishlist_pages .flex-info .cell-info .hb_add_to_cart a.added::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0;
  font-family: WooCommerce;
  content: "\e017";
  vertical-align: bottom;
}
.hb_wishlist_pages .flex-info .cell-info td.product-name a {
  font-weight: 500;
  color: #001065;
}
.hb_wishlist_pages .flex-info .cell-info td.product-name a:hover {
  color: #001065;
}
.hb_wishlist_pages .flex-info .cell-info td.product-cat a {
  font-weight: 400;
}
.hb_wishlist_pages .flex-info .cell-info td.product-cat a:hover {
  color: #001065;
}
.hb_wishlist_pages .flex-info .cell-info td.product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  height: 100%;
  min-height: 100px;
}
.hb_wishlist_pages .flex-info .cell-info td.product-price .woocommerce-Price-amount {
  color: #C2272D;
  font-weight: 500;
}
.hb_wishlist_pages .flex-info .cell-info td.product-price del {
  text-decoration: unset;
}
.hb_wishlist_pages .flex-info .cell-info td.product-price del bdi {
  font-size: 0.75rem;
  line-height: 12px;
  color: rgb(119, 136, 153);
  text-decoration: line-through;
}
.hb_wishlist_pages .flex-info .cell-info td.product-price ins {
  text-decoration: unset;
}
.hb_wishlist_pages .flex-info .cell-sidebar {
  display: none !important;
}

/** */
.algwcwishlistmodal-container .algwcwishlistmodal {
  border-radius: 5px;
}
.algwcwishlistmodal-container .page__btn--cancel {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: -15px;
  right: -15px;
  font-size: 1.25rem;
  font-weight: 600;
}
.algwcwishlistmodal-container .page__btn--cancel:hover {
  background: #001065;
  color: #fff;
}
.algwcwishlistmodal-container .select-wishlist h2 {
  font-size: 1.3125rem;
  color: #001065;
}
@media only screen and (min-width: 48rem) {
  .algwcwishlistmodal-container .select-wishlist h2 {
    font-size: 1.5rem;
  }
}
.algwcwishlistmodal-container .select-wishlist .algwc-wishlist-collections-wrapper .algwcwishlistmodal-checkbox-wrapper .titlebox {
  padding-left: 5px;
}

.hb_pc {
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_pc {
    display: block;
  }
}

.off-canvas {
  background: #fff;
}

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

.off-canvas .menu-lines {
  color: #fff;
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  z-index: 9999;
  height: 32px;
  width: 32px;
  opacity: 0;
  -webkit-transition: 0.6s 0.5s ease-in-out;
  transition: 0.6s 0.5s ease-in-out;
  -webkit-transform: translateZ(3px);
  transform: translateZ(3px);
  padding: 0;
}

.off-canvas.is-open .menu-lines {
  opacity: 1;
  -webkit-transform: translateZ(3px);
  transform: translateZ(3px);
}

.off-canvas.white-color .menu-lines {
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.off-canvas.white-color .title-bar-title img {
  max-width: 230px;
}

.off-canvas .menu-lines .line {
  position: absolute;
  top: 16px;
  left: 4px;
  height: 3px;
  background-color: currentColor;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.6s 0.5s ease-in-out;
  transition: 0.6s 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 24px;
  display: block;
}

.off-canvas .menu-lines .line-1 {
  top: 12px;
  width: 20.8px;
}

.off-canvas.is-open .menu-lines .line-1 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.off-canvas .menu-lines .line-2 {
  top: 12px;
  width: 20.8px;
}

.off-canvas.is-open .menu-lines .line-2 {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.off-canvas .title-bar-title {
  font-weight: 500;
  position: absolute;
  top: 16px;
  z-index: 9999;
  /* transform: translateZ(3px) translateX(-50%); */
  left: 20px;
  -webkit-transform: translateZ(3px);
  transform: translateZ(3px);
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.off-canvas.white-color .title-bar-title {
  top: 20px;
}

.off-canvas .title-bar-title > a {
  color: #001065;
  font-weight: 700;
  font-size: 25px;
}

.off-canvas.white-color .menu-outer .inline-search {
  padding: 0 0.9375rem;
  margin-bottom: 20px;
}

.off-canvas.white-color .menu-outer .inline-search form {
  position: relative;
}

.off-canvas.white-color .menu-outer .inline-search form input {
  width: 100%;
  border: 1px solid #666;
  height: 40px;
  padding-left: 15px;
  border-radius: 20px;
}

.off-canvas.white-color .menu-outer .inline-search form input::-webkit-input-placeholder {
  font-size: 14px;
}

.off-canvas.white-color .menu-outer .inline-search form input::placeholder {
  font-size: 14px;
}

.off-canvas.white-color .menu-outer .inline-search form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.off-canvas.white-color .menu-outer .mobile-menu.menu > li.current_page_item > a,
.off-canvas.white-color .menu-outer .mobile-menu.menu > li.active > a {
  color: var(--Primary-01);
  font-weight: 700;
}

.off-canvas.white-color .menu-outer {
  padding: 80px 0 20px;
}

.off-canvas.white-color .menu-outer ul li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (max-width: 63.99875rem) {
  .menu .active > a {
    color: #001065;
  }
}

@keyframes slide-4486135d {
  0% {
    left: 15%;
  }
  0% {
    top: 15%;
  }
  30% {
    left: 15%;
  }
  33% {
    left: -75%;
  }
  63% {
    left: -75%;
  }
  66% {
    left: -165%;
  }
  97% {
    left: -165%;
  }
  to {
    left: 0;
  }
}
.fiexd-social .fiexd-social-inner {
  position: fixed;
  z-index: 9;
  right: 25px;
  bottom: 90px;
}
@media only screen and (max-width: 47.99875rem) {
  .fiexd-social .fiexd-social-inner {
    right: 10px;
    bottom: 130px;
  }
}
.fiexd-social .fiexd-social-inner .hb_social_pc {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.fiexd-social .fiexd-social-inner .hb_social_pc li {
  width: 2.8125rem;
  height: 2.8125rem;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}
.fiexd-social .fiexd-social-inner .hb_social_pc li a {
  width: 2.8125rem;
  height: 2.8125rem;
}
.fiexd-social .fiexd-social-inner .hb_social_pc li a img {
  width: 2.8125rem;
  height: 2.8125rem;
}
.fiexd-social .fiexd-social-inner .hb_social_pc li:first-child .social-hover {
  opacity: 0;
  width: 200px;
  position: absolute;
  background: #fff;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: -205px;
  border-radius: 5px;
  border: 1px solid #e9ecef;
}
.fiexd-social .fiexd-social-inner .hb_social_pc li:first-child .social-hover a {
  width: 100%;
  height: auto;
}
.fiexd-social .fiexd-social-inner .hb_social_pc li:first-child .social-hover a img {
  width: 1.875rem;
  height: 1.875rem;
}
.fiexd-social .fiexd-social-inner .hb_social_pc li:first-child .social-hover a span {
  font-size: 0.9375rem;
  font-weight: 400;
}
.fiexd-social .fiexd-social-inner .hb_social_pc li:first-child .social-hover a:hover span {
  color: #001065;
}
.fiexd-social .fiexd-social-inner .hb_social_pc li:hover:first-child .social-hover {
  opacity: 1;
  visibility: visible;
}
.fiexd-social .fiexd-social-inner .hb_social_mobile {
  width: 2.8125rem;
  height: 2.8125rem;
  background: #001065;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid rgba(204, 204, 204, 0.4);
  /* Popup Background */
  /* Popup Content */
  /* Close Button */
}
.fiexd-social .fiexd-social-inner .hb_social_mobile .hb_social_slide {
  border-radius: 9999px;
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
}
.fiexd-social .fiexd-social-inner .hb_social_mobile .hb_social_slide .hb_social_item {
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fiexd-social .fiexd-social-inner .hb_social_mobile .hb_social_slide .hb_social_item img {
  width: 1.75rem;
  height: 1.75rem;
}
.fiexd-social .fiexd-social-inner .hb_social_mobile .hb_social_slide .hb_social_item i {
  font-size: 1.375rem;
  font-weight: 400;
  color: #fff;
}
.fiexd-social .fiexd-social-inner .hb_social_mobile .popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.fiexd-social .fiexd-social-inner .hb_social_mobile .popup-content {
  background-color: #fff;
  padding: 15px;
  width: 325px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 10px 10px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.fiexd-social .fiexd-social-inner .hb_social_mobile .popup-content .social-popup {
  display: grid;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.fiexd-social .fiexd-social-inner .hb_social_mobile .popup-content .social-popup a {
  display: flex;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.fiexd-social .fiexd-social-inner .hb_social_mobile .popup-content .social-popup a img {
  width: 2.5rem;
  height: 2.5rem;
}
.fiexd-social .fiexd-social-inner .hb_social_mobile .popup-content .social-popup a span {
  font-size: 0.9375rem;
  font-weight: 400;
}
.fiexd-social .fiexd-social-inner .hb_social_mobile .popup-content .social-popup a:hover span {
  color: #001065;
}
.fiexd-social .fiexd-social-inner .hb_social_mobile .close {
  position: absolute;
  top: -15px;
  right: -15px;
  color: #aaa;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #001065;
}
.fiexd-social .fiexd-social-inner .hb_social_mobile .close:hover {
  color: black;
}
.fiexd-social .fiexd-social-mobile {
  position: fixed;
  z-index: 8;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 1px -1px 1px #ddd;
}
.fiexd-social .fiexd-social-mobile ul {
  padding: 0;
  margin: 8px 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.fiexd-social .fiexd-social-mobile ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fiexd-social .fiexd-social-mobile ul li a {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
.fiexd-social .fiexd-social-mobile ul li a img {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.fiexd-social .fiexd-social-mobile ul li a i {
  font-size: 1.125rem;
}
.fiexd-social .fiexd-social-mobile ul li a span {
  display: inline-block;
  font-size: 0.5rem;
}
.fiexd-social .fiexd-social-mobile ul li:first-child a {
  color: #d35400;
}
.fiexd-social .fiexd-social-mobile ul li:first-child a img {
  -webkit-filter: unset;
          filter: unset;
}
.fiexd-social .fiexd-social-mobile ul li:nth-child(4) a {
  grid-gap: 0.125rem;
  gap: 0.125rem;
}
.fiexd-social .fiexd-social-mobile ul li:nth-child(4) a img {
  width: 1.4375rem;
  height: 1.4375rem;
}
.fiexd-social .fiexd-social-mobile ul li:nth-child(5) a i {
  font-size: 1rem;
}
.fiexd-social .fiexd-social-mobile ul li:nth-child(5) a span {
  margin-top: 3px;
}

.mini_widget_wishlist_cart a {
  font-size: 1.25rem;
  color: #fff;
}
.mini_widget_wishlist_cart .wishlist-count {
  position: relative;
}
.mini_widget_wishlist_cart .wishlist-count i {
  font-size: 1.125rem;
}
.mini_widget_wishlist_cart .wishlist-count b {
  position: absolute;
  right: -12px;
  top: -10px;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  background-color: red;
  height: auto;
  width: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 63.99875rem) {
  .mini_widget_wishlist_cart .wishlist-count b {
    right: -7px;
    top: -7px;
  }
}

.wishlist-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none; /* Ẩn mặc định */
}

.wishlist-notification.show {
  display: block; /* Hiển thị khi thêm class 'show' */
}

.list_products_title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}

.hb_list_products {
  width: 100%;
  display: grid;
  margin-bottom: 0.9375rem;
}
.hb_list_products .swiper {
  width: 100%;
}
.hb_list_products article.item {
  position: relative;
  border: 1px solid #e9ecef;
  padding: 20px 20px 10px 20px;
  border-radius: 8px;
  position: relative;
  display: inline-flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_list_products article.item {
    padding: 10px;
  }
}
.hb_list_products article.item .onsale {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.hb_list_products article.item .onsale span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding: 5px 8px;
  height: 27px;
  background: #001065;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  text-transform: uppercase;
}
.hb_list_products article.item .wishlist-button {
  position: absolute;
  inset: unset !important;
  top: 15px !important;
  right: 15px !important;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  z-index: 9;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 47.99875rem) {
  .hb_list_products article.item .wishlist-button {
    top: 9px !important;
    right: 9px !important;
    width: 1.875rem;
    height: 1.875rem;
  }
}
.hb_list_products article.item .wishlist-button i {
  opacity: 1;
  font-size: 1rem;
  margin-right: 0 !important;
}
.hb_list_products article.item .yith-wcwl-add-button {
  display: flex;
  align-items: center;
}
.hb_list_products article.item .inner-box .h5 {
  font-size: 1rem;
  line-height: 24px;
  color: #001065;
  text-transform: capitalize;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-bottom: 5px;
  margin-top: 10px;
}
@supports (-webkit-line-clamp: 2) {
  .hb_list_products article.item .inner-box .h5 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_list_products article.item .inner-box .h5 {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.hb_list_products article.item .inner-box .h5:hover {
  color: #001065;
}
@media only screen and (max-width: 35.99875rem) {
  .hb_list_products article.item .inner-box .h5 {
    font-size: 0.875rem;
  }
}
.hb_list_products article.item .inner-box .price {
  display: flex;
  width: 100%;
  order: 2;
  align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin-bottom: 5px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.hb_list_products article.item .inner-box .price .screen-reader-text {
  display: none;
}
.hb_list_products article.item .inner-box .price .woocommerce-Price-amount {
  display: flex;
  align-items: center;
}
.hb_list_products article.item .inner-box .price .woocommerce-Price-amount bdi {
  font-size: 1.125rem;
  line-height: 18px;
  font-weight: 700;
  color: #C2272D;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_list_products article.item .inner-box .price .woocommerce-Price-amount bdi {
    font-size: 0.875rem;
    line-height: 14px;
  }
}
.hb_list_products article.item .inner-box .price del {
  text-decoration: unset;
}
.hb_list_products article.item .inner-box .price del .woocommerce-Price-amount bdi {
  font-size: 0.8125rem;
  line-height: 13px;
  font-weight: 500;
  color: rgb(119, 136, 153);
  text-decoration: line-through;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_list_products article.item .inner-box .price del .woocommerce-Price-amount bdi {
    font-size: 0.75rem;
    line-height: 12px;
  }
}
.hb_list_products article.item .inner-box .price ins {
  text-decoration: unset;
}
.hb_list_products article.item .inner-box .product-rating .rating-count {
  display: none !important;
}
.hb_list_products article.item .inner-box .add-to-cart-button .add_to_cart_inline {
  display: none !important;
}
.hb_list_products article.item .inner-box .add-to-cart-button .hb_add_to_cart {
  position: absolute;
  top: 60px;
  right: 15px;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 47.99875rem) {
  .hb_list_products article.item .inner-box .add-to-cart-button .hb_add_to_cart {
    top: 50px;
    right: 9px;
    width: 1.875rem;
    height: 1.875rem;
  }
}
.hb_list_products article.item .inner-box .add-to-cart-button .hb_add_to_cart a {
  position: relative;
  background-color: transparent;
  padding: 0;
}
.hb_list_products article.item .inner-box .add-to-cart-button .hb_add_to_cart a span {
  display: none;
}
.hb_list_products article.item .inner-box .add-to-cart-button .hb_add_to_cart a::before {
  display: inline-block !important;
  content: "\f07a";
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  font-weight: 600;
  color: #001065;
}
.hb_list_products article.item .inner-box .add-to-cart-button .hb_add_to_cart a:hover span {
  display: flex;
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 5px;
  white-space: nowrap;
  left: -115px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 8px;
  background: #001065;
  color: #fff;
}
.hb_list_products article.item .inner-box .add-to-cart-button .hb_add_to_cart a.added::before {
  opacity: 0;
}
.hb_list_products article.item .inner-box .add-to-cart-button.out-of-stock .hb_add_to_cart a::before {
  color: #989898 !important;
}
.hb_list_products article.item .inner-box .add-to-cart-button.out-of-stock .hb_add_to_cart a:hover span {
  left: -90px;
  background: #989898;
}
.hb_list_products article.item:hover {
  box-shadow: 1px 1px 10px rgba(115, 129, 54, 0.2);
}

.yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.yith-wcwl-wishlistexistsbrowse a {
  width: 16px;
  height: 16px;
  overflow: hidden;
  white-space: break-spaces;
  display: flex;
  align-items: center;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yith-wcwl-add-to-wishlist a {
  display: flex;
  align-items: center;
}

.woocommerce-account .sharing-toolbox {
  display: none !important;
}
.woocommerce-account .flex-info .cell-info {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.woocommerce-account .flex-info .cell-info article {
  max-width: 700px;
  margin: 0 auto;
}
.woocommerce-account .flex-info .cell-sidebar {
  display: none !important;
}

#add-to-cart-popup {
  position: fixed;
  top: 5px;
  right: 5px;
  background-color: #001065;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 5px;
  z-index: 9999;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove.remove_from_cart_button {
  white-space: normal;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: unset;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  width: 14px;
  height: 18px;
  margin-top: 5px;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove.remove_from_cart_button::before {
  display: inline-block;
  content: "\f2ed";
  font-family: "Font Awesome 6 Pro";
}
.woocommerce.widget_shopping_cart .cart_list li a.remove.remove_from_cart_button:hover::before {
  color: #001065;
}

.product-remove a.remove {
  white-space: normal;
  justify-content: flex-start !important;
  overflow: hidden;
  border-radius: unset;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  width: 14px;
  height: 18px;
  margin-top: 5px;
}
.product-remove a.remove::before {
  display: inline-block;
  content: "\f2ed";
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
}

.stock-warning.active {
  margin-bottom: 15px;
  font-size: 0.8125rem;
  width: 100%;
}

.single_add_to_cart_button.disabled {
  background-color: #989898 !important;
  border: unset !important;
}

.woocommerce-cart .cell-info .woocommerce {
  display: flex;
  flex-flow: row wrap;
}
.woocommerce-cart .cell-info .woocommerce .woocommerce-cart-form {
  flex: 0 0 100%;
  max-width: 100%;
  order: -1;
}
.woocommerce-cart .cell-info .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  display: none;
}
.woocommerce-cart .cell-info .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  border-top-color: transparent;
  margin: 0;
  padding: 0;
  border-top: none;
  background-color: transparent;
  color: red;
  font-size: 1rem;
  font-weight: 500;
  border-radius: unset;
  border: unset;
  padding: 1em;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 0.3);
  margin-bottom: 24px;
}
.woocommerce-cart .cell-info .woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
  display: none;
}
.woocommerce-cart .cell-info .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  display: none;
}
.woocommerce-cart .cell-info .woocommerce .woocommerce-notices-design.active {
  border-top-color: transparent;
  margin: 0;
  padding: 0;
  border-top: none;
  background-color: transparent;
  color: red;
  font-size: 1rem;
  font-weight: 500;
  border-radius: unset;
  border: unset;
  padding: 1em;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 0.3);
  margin-bottom: 24px;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-cart .cell-info .woocommerce .woocommerce-notices-design.active {
    font-size: 0.875rem;
  }
}
.woocommerce-cart .cell-info .woocommerce .wc-empty-cart-message {
  width: 100%;
}

.wvs-behavior-blur .flex-info .cell-info {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.wvs-behavior-blur .flex-info .cell-info .sharing-toolbox {
  display: none !important;
}
.wvs-behavior-blur .flex-info .cell-info header ul.breadcrumbs {
  display: none;
}
.wvs-behavior-blur .flex-info .cell-info header .heading-title {
  text-align: center;
}
.wvs-behavior-blur .flex-info .cell-info #wppb-form-style-2-wrapper {
  margin: 0 auto;
  width: 470px;
}
.wvs-behavior-blur .flex-info .cell-info #wppb-form-style-2-wrapper .wppb-user-forms form {
  display: flex;
  flex-flow: row wrap;
}
.wvs-behavior-blur .flex-info .cell-info #wppb-form-style-2-wrapper .wppb-user-forms form .login-remember {
  width: 50%;
}
.wvs-behavior-blur .flex-info .cell-info #wppb-form-style-2-wrapper .wppb-user-forms form .login-register-lost-password {
  width: 50%;
  order: unset;
  justify-content: flex-end;
}
.wvs-behavior-blur .flex-info .cell-info #wppb-form-style-2-wrapper .wppb-user-forms form .login-register-lost-password a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.wvs-behavior-blur .flex-info .cell-info #wppb-form-style-2-wrapper .wppb-user-forms input[type=submit] {
  border: 1px solid;
  border-color: #001065;
  background: #001065;
  transition: 0.4s;
}
.wvs-behavior-blur .flex-info .cell-info #wppb-form-style-2-wrapper .wppb-user-forms input[type=submit]:hover {
  background: #fff;
  color: #001065;
}
.wvs-behavior-blur .flex-info .cell-info #wppb-form-style-2-wrapper #wppb-register-user .form-submit {
  text-align: center;
}
.wvs-behavior-blur .flex-info .cell-info #wppb-form-style-2-wrapper .label-inside button.wppb-toggle-pw {
  top: 50% !important;
}
.wvs-behavior-blur .flex-info .cell-info p.slogan-register {
  font-size: 0.875rem;
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .wvs-behavior-blur .flex-info .cell-info p.slogan-register {
    width: auto;
  }
}
.wvs-behavior-blur .flex-info .cell-sidebar {
  display: none !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.single.single-post .flex-info .cell-info {
  flex: 0 0 74% !important;
  max-width: 74% !important;
}
@media only screen and (max-width: 63.99875rem) {
  .single.single-post .flex-info .cell-info {
    flex: 0 0 66% !important;
    max-width: 66% !important;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .single.single-post .flex-info .cell-info {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.single.single-post .flex-info .cell-info .sharing-toolbox {
  display: flex !important;
}
.single.single-post .flex-info .cell-sidebar {
  display: block !important;
  flex: 0 0 24% !important;
  max-width: 24% !important;
}
@media only screen and (max-width: 63.99875rem) {
  .single.single-post .flex-info .cell-sidebar {
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .single.single-post .flex-info .cell-sidebar {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.logged-in p.slogan-register {
  display: none;
}

#wppb-loginform .login-submit {
  text-align: center;
  width: 100%;
}
#wppb-loginform .login-submit input#wppb-submit {
  width: auto !important;
  padding: 0 30px;
}

.register-home-register {
  margin: 0 auto;
  width: 470px;
  text-align: center;
}
.register-home-register a {
  height: 48px;
  border-radius: 10px;
  color: #001065;
  text-decoration: none;
  text-transform: none;
  padding: 0 15px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.register-home-register a:hover {
  text-decoration: underline;
}

.wishlist_table a.button {
  margin-bottom: 0 !important;
}

.wishlist_table .product-add-to-cart a.button {
  padding: 8px 15px 5px !important;
}

.note-slogan {
  letter-spacing: 0.5px;
  float: left;
  font-size: 13px;
  line-height: 24px;
  color: #001065;
  width: 75%;
  font-weight: 300;
  text-align: left;
}
@media only screen and (max-width: 47.99875rem) {
  .note-slogan {
    width: 100%;
    float: unset;
  }
}

.is-dropdown-submenu {
  border: 1px solid rgba(154, 154, 154, 0.2);
}

.is-dropdown-submenu-parent a::after {
  display: none !important;
}

.hb_log_inout {
  position: relative;
}
.hb_log_inout span {
  font-family: "Font Awesome 6 Pro";
  font-size: 1.0625rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.hb_log_inout ul {
  position: absolute;
  background: #fff;
  padding: 10px;
  margin: 0;
  list-style: none;
  z-index: 1;
  left: -50px;
  transition: 0.4s;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.hb_log_inout ul li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f5f5f5;
  white-space: nowrap;
}
.hb_log_inout ul li a {
  font-size: 0.9375rem;
  font-weight: 400;
}
.hb_log_inout ul li a:hover {
  color: #001065;
}
.hb_log_inout ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}
.hb_log_inout:hover ul {
  display: block;
}

.hb_edit_design h1.heading-title {
  opacity: 0;
  height: 0;
  margin: 0;
}
.hb_edit_design .flex-info article {
  max-width: 100% !important;
}
.hb_edit_design .flex-info .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads,
.hb_edit_design .flex-info .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address {
  display: none;
}
.hb_edit_design .flex-info .woocommerce-MyAccount-content .col-1,
.hb_edit_design .flex-info .woocommerce-MyAccount-content .col-2 {
  width: 100% !important;
}
.hb_edit_design .flex-info .woocommerce-MyAccount-content .col-1 {
  margin-bottom: 15px;
}
.hb_edit_design .flex-info .woocommerce-MyAccount-content .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.hb_edit_design .flex-info .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.hb_edit_design .flex-info .woocommerce-MyAccount-content .woocommerce-Address-title::before, .hb_edit_design .flex-info .woocommerce-MyAccount-content .woocommerce-Address-title::after {
  display: none;
}
.hb_edit_design .flex-info .woocommerce-MyAccount-content h2.woocommerce-order-details__title,
.hb_edit_design .flex-info .woocommerce-MyAccount-content .woocommerce-table.shop_table.order_details {
  display: none;
}
.hb_edit_design .flex-info .woocommerce-MyAccount-content .woocommerce-column__title {
  text-align: left;
}
.hb_edit_design .flex-info .woocommerce-MyAccount-content .woocommerce-EditAccountForm input.input-text {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding-left: 10px;
}
.hb_edit_design .flex-info .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button.button {
  margin-top: 10px;
}

.hb_about_design .flex-info .cell-info .sharing-toolbox {
  display: flex !important;
}

/*# sourceMappingURL=app.css.map*/