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

.relative {
  position: relative !important
}

.absolute {
  position: absolute !important
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 0 auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent #fff transparent #fff;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all .5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: var(--68);
  transform: translate(-50%, -50%);
}

ins {
  text-decoration: unset
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

.cb-cursor:before {
  background: var(--accent-color);
}

input:autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

input:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

main {
  display: block;
  padding-top: 5.625rem !important;
}

h1 {
  font-size: 2em;
  margin: 0 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

.hidden {
  display: none;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  text-decoration: initial;
  display: inline-block;
  color: var(--theme-color2);
}

a:hover {
  color: var(--theme-color);
}

body {
  font-family: 'SVN-Poppins', sans-serif !important;
  color: #283132;
  line-height: 1.4;
}

html {
  background-color: #fff;
}

@media (min-width:767.98px) {
  ::-webkit-scrollbar {
    width: .5rem
  }

  ::-webkit-scrollbar-track {
    background-color: #ddd
  }

  ::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 10px
  }
}

:root {
  --title: "PlayfairDisplay";
  --init-font-size: 1.1111111111111112vw;
  --theme-color: #c81622;
  --theme-color2: #2E524A;
  --accent-color: #7c877f;
  --black: #231f20;
  --white-color: #fff;
  --section: 5.625rem;
  --divider-color: #eaf0ec;
  --1: .0625rem;
  --2: .125rem;
  --3: .1875rem;
  --4: .25rem;
  --5: .3125rem;
  --6: .375rem;
  --7: .4375rem;
  --8: .5rem;
  --9: .5625rem;
  --10: .625rem;
  --11: .6875rem;
  --12: .75rem;
  --13: .8125rem;
  --14: .875rem;
  --15: .9375rem;
  --16: 1rem;
  --17: 1.0625rem;
  --18: 1.125rem;
  --19: 1.1875rem;
  --20: 1.25rem;
  --21: 1.3125rem;
  --22: 1.375rem;
  --23: 1.4375rem;
  --24: 1.5rem;
  --25: 1.5625rem;
  --26: 1.625rem;
  --27: 1.6875rem;
  --28: 1.75rem;
  --29: 1.8125rem;
  --30: 1.875rem;
  --31: 1.9375rem;
  --32: 2rem;
  --33: 2.0625rem;
  --34: 2.125rem;
  --35: 2.1875rem;
  --36: 2.25rem;
  --37: 2.3125rem;
  --38: 2.375rem;
  --39: 2.4375rem;
  --40: 2.5rem;
  --41: 2.5625rem;
  --42: 2.625rem;
  --43: 2.6875rem;
  --44: 2.75rem;
  --45: 2.8125rem;
  --46: 2.875rem;
  --47: 2.9375rem;
  --48: 3rem;
  --49: 3.0625rem;
  --50: 3.125rem;
  --51: 3.1875rem;
  --52: 3.25rem;
  --53: 3.3125rem;
  --54: 3.375rem;
  --55: 3.4375rem;
  --56: 3.5rem;
  --57: 3.5625rem;
  --58: 3.625rem;
  --59: 3.6875rem;
  --60: 3.75rem;
  --61: 3.8125rem;
  --62: 3.875rem;
  --63: 3.9375rem;
  --64: 4rem;
  --65: 4.0625rem;
  --66: 4.125rem;
  --67: 4.1875rem;
  --68: 4.25rem;
  --69: 4.3125rem;
  --70: 4.375rem;
  --71: 4.4375rem;
  --72: 4.5rem;
  --73: 4.5625rem;
  --74: 4.625rem;
  --75: 4.6875rem;
  --76: 4.75rem;
  --77: 4.8125rem;
  --78: 4.875rem;
  --79: 4.9375rem;
  --80: 5rem;
  --81: 5.0625rem;
  --82: 5.125rem;
  --83: 5.1875rem;
  --84: 5.25rem;
  --85: 5.3125rem;
  --86: 5.375rem;
  --87: 5.4375rem;
  --88: 5.5rem;
  --89: 5.5625rem;
  --90: 5.625rem;
  --91: 5.6875rem;
  --92: 5.75rem;
  --93: 5.8125rem;
  --94: 5.875rem;
  --95: 5.9375rem;
  --96: 6rem;
  --97: 6.0625rem;
  --98: 6.125rem;
  --99: 6.1875rem;
  --100: 6.25rem;
}

html {
  font-size: var(--init-font-size);
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

.video-fit {
  margin-bottom: 1.3em;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.3rem;
  font-weight: 300;
}

table,
td,
th {
  border: 1px solid rgba(0, 0, 0, .1);
}

td,
th {
  font-size: 1rem;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  padding: 8px;
}

th {
  border-width: 0 1px 1px 0;
}

td {
  border-width: 0 1px 1px 0;
}

td,
th {
  padding: var(--8);
}

td:first-child,
th:first-child {
  padding-left: var(--8);
}

td:last-child,
th:last-child {
  padding-right: var(--8);
}

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

body .container,
body .container-width,
body .full-width .ubermenu-nav {
  max-width: calc(100% - var(--section) * 2);
}

body .row {
  max-width: calc(100% - var(--section) * 2 + 30px);
}

.fill {
  height: 100%;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
}

.fix-sidebar {
  position: sticky;
  top: 12px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: top .3s ease;
  z-index: 99;
}

.admin-bar .fix-sidebar {
  top: 44px;
}

.fix-sidebar.moveDown {
  top: calc(6.75rem + 12px);
}

.admin-bar .fix-sidebar.moveDown {
  top: calc(6.75rem + 44px);
}

section {
  position: relative;
  padding-left: var(--section);
  padding-right: var(--section);
}

.section-bg img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-content {
  position: relative;
  z-index: 1;
}


h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 700;
  margin-bottom: .5rem;
}

.entry-content ul,
.entry-content ol {
  margin-left: 1.3rem;
  margin-bottom: 1rem;
}


.section-content {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1600px) {
  :root {
    --section: 0;
    --init-font-size: 16px
  }

  .section-wrapper {
    max-width: 87.5rem;
    margin: 0 auto;
    width: 100%
  }

  body .container,
  body .container-width,
  body .full-width .ubermenu-nav,
  section .section-content {
    max-width: 87.5rem
  }

  body .row {
    max-width: calc(87.5rem + 30px)
  }
}

@media (max-width:849.98px) {}

@media (max-width:767.98px) {
  :root {
    --init-font-size: 4.2667vw;
    --section: 1rem
  }

  html {
    margin-top: 0 !important
  }

  section {
    overflow: hidden
  }
}

.has-format,
.image-cover,
.video-fit {
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.video-fit {
  padding-top: 56.5%;
}

.has-equal-box-heights .box-image img,
.has-format img,
.image-cover img,
.video-fit iframe,
.video-fit video,
img.back-image {
  bottom: 0;
  font-family: 'object-fit:cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.product-small.box .image-cover img {
  -o-object-fit: contain;
  object-fit: contain;
}

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

@keyframes play0 {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }
}

.title-main {
  margin-bottom: var(--35);
}

.title-main .small-title {
  /* font-size: var(--14); */
  color: var(--theme-color);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: var(--5);
}

.title-main h1,
.title-main h2 {
  font-size: var(--42);
  color: var(--theme-color2);
  font-family: var(--title);
  margin: 0;
}

#header .header-action {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: var(--35);
}

.hotline-header {
  display: flex;
  align-items: center;
  gap: var(--10);
  background: #ca1622e6;
  height: 2.25rem !important;
  padding: 0 1rem;
  border-radius: 9rem;
  color: #fff !important;
}

.hotline-header .icon {
  display: flex
}

.hotline-header svg path {
  fill: #fff;
}

.hotline-header .hotline-header__title {
  color: #626263;
  font-size: .8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hotline-header .hotline-header__phone {
  font-size: .9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Button */
.btn-animetion {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.btn-animetion:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: devvn_zoom 1.5s infinite linear;
  box-shadow: 0 0 0 0 #ca1622e6;
}

.btn-animetion:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: devvn_zoom 1.8s infinite linear;
  box-shadow: 0 0 0 0 #ca1622e6;
}

.btn-primary {
  z-index: 1;
  position: relative;
  padding: 0 1rem;
  outline: none;
  border: 0;
  transition: all 0.25s ease-in-out;
  height: var(--50);
  display: inline-flex;
  align-items: center;
  border-radius: var(--4);
  color: var(--theme-color);
  text-transform: uppercase;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid var(--theme-color);
}

.btn-primary::before {
  content: '';
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
  border-radius: var(--4)
}

.btn-primary:hover {
  cursor: pointer;
  color: #fff;
}

.btn-primary:hover::before {
  transform-origin: center left;
  transform: scaleY(1);
}

/* Button */
@keyframes devvn_zoom {
  70% {
    box-shadow: 0 0 0 15px transparent
  }

  100% {
    box-shadow: 0 0 0 0 transparent
  }
}

#header .header-nav {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  align-items: center;
}

#header .header-nav>li {
  margin: 0 var(--10);
}

#header {
  z-index: 1024;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
  position: fixed;
  top: 0;
  transition: transform .3s ease;
  width: 100%;
  background: #fff;
}

.admin-bar #header {
  top: 32px;
}

#header.hide-desktop-menu {
  transform: translateY(-100%);
}

#header .header-inner {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

#header .header-main {
  background: #fff;
  height: 5.625rem !important;
  display: flex;
  align-items: center;
}

#header #logo {
  display: flex;
  flex-shrink: 0;
  width: var(--80);
  margin-right: var(--30);
}

#header .flex-col.flex-left {
  display: flex;
  gap: 2rem;
}

#header .flex-left .menu {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}

#header .flex-left .menu>.menu-item {
  margin: 0 1.375rem;
  position: relative;
}

#header .flex-left .menu>.menu-item>.sub-menu {
  list-style: none;
  background-color: #fff;
  left: 0;
  background: #fff;
  position: absolute;
  top: calc(100%);
  box-shadow: none;
  border: 0;
  border-top: 1px solid #002a3f;
  padding: 0;
  min-width: 18.75rem;
  transition: all .5s ease;
  box-shadow: 0 3px 6px #0000001a;
  border-radius: 0 0 10px 10px;
  padding: var(--20);
  opacity: 0;
  visibility: hidden;
}

#header .flex-left .menu>.menu-item:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .flex-left .menu>.menu-item>.sub-menu a {
  color: #2e2e2e;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  padding: var(--6) 0;
  font-weight: 600;
}

#header .flex-left .menu>.menu-item>.sub-menu a:hover {
  color: var(--theme-color);
}

#header .flex-left .menu>.menu-item>a {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  padding: var(--34) 0;
  position: relative;
  font-weight: 600;
}

#header .flex-left .menu>.menu-item>a:hover,
#header .flex-left .menu>.menu-item.current-menu-item>a {
  color: var(--theme-color);
}

#header .flex-left .menu>.menu-item>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
  transform: scale(0);
  transform-origin: 50%;
  transition: all .3s;
  left: 0
}

#header .flex-left .menu>.menu-item:hover>a:after {
  transform: scale(1)
}


.has-format,
.image-cover,
.video-fit {
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.video-fit {
  padding-top: 56.5%;
}

.has-equal-box-heights .box-image img,
.has-format img,
.image-cover img,
.video-fit iframe,
.video-fit video,
img.back-image {
  bottom: 0;
  font-family: 'object-fit:cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all .4s ease;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 0;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: .75rem;
  height: .75rem;
  transform: unset;
  border-radius: 9rem;
  background-color: silver;
  opacity: 1;
  margin: 0 .34375rem;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 2.5625rem;
  background-color: var(--theme-color);
}

#footer {
  z-index: 2;
  position: relative;
}

#footer .section-footer {
  padding: 2rem var(--section) 1.7rem;
}

#footer .section-footer:before {
  content: "";
  background: url('/wp-content/uploads/2025/08/bg-ft-scaled.webp');
  bottom: 0;
  height: 29.1875rem;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

#footer .footer-main {
  border-radius: .625rem;
  background: hsl(167deg 28% 25% / 90%);
  margin-left: auto;
}

#footer .row-bottom .copyright {
  color: #fff;
  padding: .5rem 1rem .63rem;
  font-size: .75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top: 1px solid rgba(231, 245, 255, .5);
  text-align: center;
}

#footer .row-top {
  display: flex;
  padding: 1.69rem 1.94rem 1.81rem 2.44rem;
  border-bottom: 1px solid rgba(231, 245, 255, .5);
  grid-gap: var(--25);
}

#footer .col-right {
  flex: 1;
  display: grid;
  grid-template-columns: 60% auto;
  grid-gap: var(--30);
  padding-top: 1.31rem;
}

#footer .col-left .box {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

#footer .col-left .box img {
  width: var(--80);
  filter: brightness(0) invert(1);
}

#footer .col-left .box p {
  margin: 0;
  font-family: var(--title);
  font-size: var(--24);
}

#footer .col-form {
  width: 22rem;
  flex-shrink: 0;
  border-radius: .3125rem;
  padding: 1.31rem 1.25rem 1rem 1.69rem;
  max-width: 100%;
  background: var(--theme-color2);
}

#footer .form-footer__title p,
#footer .social-footer>p {
  color: #fff;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: .75rem;
}

#footer .social-footer ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-gap: .81rem 1.19rem;
}

#footer .social-footer ul li {
  margin: 0;
}

#footer .social-footer ul li a {
  width: 2.125rem;
  height: 2.125rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
  border-radius: 50%;
}

#footer .social-footer ul li a:hover {
  border: 1px solid #fff;
  background: #c9e8ff;
}

#footer .social-footer ul li img {
  object-fit: contain;
}

#footer .form-footer__main {
  display: flex;
  gap: .44rem;
  width: 100%;
}

#footer .form-footer .button {
  border-radius: .3125rem;
  background: #f58220;
  width: 5.75rem;
  height: 2.125rem;
  margin: 0;
  flex-shrink: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: .875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 0;
  cursor: pointer;
}

#footer .form-footer input[type="email"] {
  margin: 0;
  border-radius: .3125rem;
  background: #f5f5f5;
  height: 2.125rem;
  color: #626263;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0;
  padding-left: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
}

#footer .form-footer input[type="email"]:placeholder {
  color: #626263;
}

#footer .row-top form {
  margin: 0 0 1.37rem;
}

#footer .col-left li:first-child {
  margin-bottom: 1rem
}

.footer-menu #menu-menu-footer {
  display: flex;
  flex-direction: column;
  list-style: none
}

.footer-menu #menu-menu-footer {}

#footer .col-right svg {
  margin-top: 3px;
  width: 1rem;
  height: 1rem;
}

#footer #logo {
  width: 60%;
}

#footer .menu-title {
  font-size: var(--18);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: var(--18);
  position: relative;
  color: #fff;
  text-transform: uppercase;
}

.footer-menu #menu-menu-footer>.menu-item>a {
  margin-bottom: 0.8rem;
}

.footer-menu #menu-menu-footer>.menu-item>a:before {
  display: none
}

#footer .menu ul {
  list-style: none;
}

#footer .menu ul li {
  display: flex;
  margin-bottom: var(--5);
  gap: .5rem;
  font-size: var(--16);
}

#footer .col-left {
  width: 25rem;
  text-align: justify;
  padding-right: 1.5rem;
}

#footer .menu a {
  align-items: center;
  position: relative;
  display: flex;
  color: #dff2ff;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  gap: var(--5);
}

#footer .menu a:hover {
  text-decoration: underline;
}

#footer .menu a:before {
  width: var(--6);
  content: '';
  height: var(--6);
  background: #fff;
  border-radius: 50%;
}

#footer .col-left .text {
  color: #fff;
}

#footer .col-right .box-title {
  font-size: var(--18);
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}

#footer .col-right .box li {
  position: relative;
  display: flex;
  color: #dff2ff;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  gap: var(--10);
}

#footer .col-right .box li:not(:last-child) {
  margin-bottom: 0.8rem
}

#footer .col-right .box .icon {
  width: 1rem;
  height: 1rem;
  margin-top: 1px;
}

#footer .col-right .box .icon path {
  fill: #dff2ff;
}

#footer .img-bct {
  max-width: 9rem;
  display: block;
}

#footer .img-box {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 1rem;
}

.product-small.box {
  padding: var(--10);
  border-radius: .5rem;
  border: 1px solid #dadada;
  position: relative;
  background-color: #fff;
}

.product-small.box .box-image {
  position: relative;
  overflow: hidden;
}

.product-small.box .add-to-cart-button {
  filter: unset;
  pointer-events: all;
  opacity: 0;
  bottom: 30px;
  width: fit-content;
  right: -50px;
  transition: color .4s .001s ease-out, background .4s .001s ease-out, visibility .4s .1s ease-out, opacity .4s .15s ease-out, transform .4s .1s ease-out;
  z-index: 99999999;
  position: absolute;
  width: var(--40);
  height: var(--40);
}

.product-small.box .button {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 .125rem .25rem rgba(126, 126, 126, .075) !important;
  filter: unset;
  background-color: var(--theme-color) !important;
  color: #fff;
  font-size: 20px;
  transition: all .3s;
  animation: play0 1.5s ease infinite;
  border: 0;
  cursor: pointer;
}

.product-small.box .button img {
  filter: brightness(0) invert(1);
  width: var(--25);
  height: var(--25);
  object-fit: contain;
}

.product-small.box:hover .image-tools {
  opacity: 1;
  transform: translateX(-65px) !important;
}

.product-small.box .image-cover:hover img {
  transform: scale(1.08)
}

.product-small.box .image-cover {
  height: 0;
}

#wrapper .swiper .product-small-col {
  padding: var(--5);
}

.product-small.box .badge-wrapper {
  position: absolute;
  left: -.3125rem;
  z-index: 21;
}

.product-small.box .box-text {
  display: flex;
  flex-wrap: wrap;
  padding: .5rem 0;
}

.product-small.box .title-wrapper {
  width: 100%;
}

.product-small.box .price-wrapper .price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.product-small.box .price-wrapper ins {
  display: flex;
  align-items: center;
  order: 1;
  text-decoration: unset;
}

.product-small.box .price-wrapper del {
  order: 2;
  text-decoration: none;
}

.product-small.box .price-wrapper del .amount {
  font-size: .875rem !important;
  line-height: 1rem;
  color: #213333;
  margin-left: .625rem;
  margin-right: 0;
  position: relative;
  opacity: 1;
  font-weight: 400;
  font-family: var(--regular);
  text-decoration: line-through;
}

.product-small.box .price-wrapper .amount {
  color: #d80000;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: bold;
}

.product-small.box .product-title a {
  margin: 0 0 .3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: left;
  color: var(--black);
  font-size: var(--15);
  font-style: normal;
  font-weight: 600;
  margin: 0
}

.product-small.box .product-title a:hover {
  color: var(--theme-color)
}

.product-small.box .price-wrapper {
  flex: 1
}

.product-small.box .product-title {
  margin: 0 0 1rem;
}

.product-small.box .price-wrapper .price {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: .06rem 0
}

.product-small.box .price-wrapper .count-sale {
  display: none
}

.product-small.box .badge-inner {
  color: #fff;
  background: #fcaf17;
  padding: .25rem .375rem;
  font-size: .75rem;
  border-top-left-radius: .3125rem;
  border-top-right-radius: .8125rem;
  border-bottom-right-radius: .8125rem;
  box-shadow: 0 0 .3125rem .0625rem #fff;
  height: 1.625rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}

.product-small.box .badge-inner:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 .3125rem .3125rem 0;
  border-color: transparent #d80000 transparent transparent;
  bottom: -.3125rem;
  left: 0;
  filter: brightness(.8);
}

.vertical-header {
  margin-right: 1.56rem;
  position: relative;
  width: 12.8125rem
}

.vertical-header .vertical-header__title {
  height: var(--44);
  display: flex;
  align-items: center;
  gap: .5rem;
  color: #fff;
  font-size: var(--14);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  padding-left: .8rem;
  background-color: #ffffff21;
}

.vertical-header .vertical-header__title svg {
  width: .9375rem;
  height: .875rem;
  flex-shrink: 0
}

.vertical-header .vertical-menu {
  top: calc(100% + 1.8750rem);
  position: absolute;
  left: 0;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  width: 12.8125rem
}

.vertical-header.show .vertical-menu {
  opacity: 1;
  visibility: visible
}

.vertical-header-close {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: rgb(0 0 0 / .5);
  inset: 0;
  opacity: 0;
  visibility: hidden
}

.vertical-header-close.show {
  opacity: 1;
  visibility: visible
}

html.no-scroll {
  overflow: hidden
}

.vertical-header .title-icon {
  display: flex;
  margin-right: 10px;
  flex-direction: column;
  margin-top: 3px;
}

.vertical-header .title-icon span {
  display: inline-block;
  height: var(--2);
  width: var(--20);
  border-radius: var(--10);
  margin-bottom: var(--4);
  transition: all .3s ease;
  background-color: #fff;
}

.vertical-header .title-icon span.icon-3 {
  width: var(--14);
}

.vertical-header__title:hover .title-icon .icon-3 {
  width: var(--20);
}

.vertical-menu .menu {
  border-radius: .625rem;
  background: #fff;
  padding: var(--8);
  -ms-overflow-style: none;
  scrollbar-width: none;
  list-style: none;
}

.vertical-menu .menu ul {
  list-style: none
}

.vertical-menu .sub-menu-box {
  background: #fff;
  min-height: fit-content;
  padding: var(--9);
  border: 1px solid #dadada;
  border-radius: .625rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.vertical-menu .sub-menu-box a {
  min-height: 2.7500rem;
}

.vertical-menu .menu-item {
  border: 0;
  margin-bottom: 0;
  width: 100%;
}

.vertical-menu .page_item img {
  width: 1.275rem;
  height: 1.275rem;
  flex-shrink: 0;
  margin-right: .88rem;
}

.vertical-menu a {
  color: #27272a;
  font-size: var(--14);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  padding: var(--8) var(--12);
  border-radius: var(--5);
  display: flex;
  align-items: center;
  min-height: 2.8750rem;
  cursor: pointer;
}

.vertical-menu a img {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-right: .88rem;
  object-fit: contain;
}

.vertical-menu a:hover {
  background-color: #ebebeb;
  box-shadow: 0 0 0 1px var(--theme-color);
}

.swiper-button {
  width: var(--56);
  height: var(--56);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: var(--8) solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: -1.7500rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #fff;
  background: #EBDBCB;
  color: var(--theme-color2);
}

.swiper-button svg {
  width: 1rem;
  height: 1rem;
}

.swiper-button:hover {
  background-color: var(--theme-color2);
  color: #fff
}

.swiper-button:hover path {
  stroke: #fff
}

.swiper-button.swiper-next {
  left: unset;
  right: -1.7500rem;
}

.swiper-button.swiper-next svg {
  transform: translateX(.5px)
}

.rank-math-breadcrumb * {
  color: #626263;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rank-math-breadcrumb .last,
.rank-math-breadcrumb a:last-child {
  color: var(--theme-color);
}

.rank-math-breadcrumb .separator {
  opacity: 1;
  margin: 0 var(--5);
}

.h1,
h1 {
  font-size: 1.7em;
}

.h1,
.h2,
h1,
h2 {
  line-height: 1.2;
}

.h2,
h2 {
  font-size: 1.6em;
}

.h3,
h3 {
  font-size: 1.25em;
}

.h4,
h4 {
  font-size: 1.125em;
}

.h5,
h5 {
  font-size: 1em;
}

.entry-content p img {
  width: 100%;
  height: auto;
}

.page-custom .rank-math-breadcrumb {
  grid-column: span 4;
}

.page-custom .rank-math-breadcrumb p {
  margin-bottom: 0;
}

.page-custom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--25) var(--45);
  padding: 2rem 0 var(--60);
}

.page-custom .content .section-title {
  margin-bottom: var(--25);
}

.page-custom .content .section-title h1 {
  font-size: var(--36);
  margin-bottom: 0;
}

.page-custom .content {
  grid-column: span 3;
}

.page-custom .page-custom__sidebar .fix-sidebar {
  background-color: #f3f4f6;
  border: 0;
  border-radius: 1rem;
  padding: 0;
  position: sticky;
  top: 10rem;
}

.page-custom .page-custom__sidebar-title {
  padding: 0 1rem 0 calc(1rem + 8px);
  height: var(--40);
  display: inline-flex;
  align-items: center;
  width: 100%;
  color: #6b7280;
  font-size: 1rem;
  border-bottom: 1px solid rgb(209, 213, 219);
  font-weight: 600;
  margin-bottom: 0;
}

.page-custom .page-custom__sidebar a {
  font-size: 1rem;
  padding: .5rem 1rem .5rem 1rem;
  display: block;
  font-weight: 600;
  color: #27272a;
  border-left: var(--5) solid transparent;
}

.page-custom .page-custom__sidebar a:hover {
  color: var(--theme-color);
}

.page-custom .page-custom__sidebar li {
  border: 0;
}

.page-custom .page-custom__sidebar ul {
  list-style: none;
}

.page-custom .page-custom__sidebar .current_page_item a {
  border-left: var(--5) solid var(--theme-color);
}

.page-custom .entry-title {
  text-align: left;
  margin-bottom: 0;
  color: #27272a;
  font-size: var(--28);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.page-contact .col-map {
  margin-top: var(--30);
}

.form-contact {
  -webkit-box-shadow: 0 8px 30px rgba(4, 6, 66, .08);
  box-shadow: 0 8px 30px rgba(4, 6, 66, .08);
  border-radius: 10px;
  padding: 40px;
}

.form-contact .form-item {
  display: flex;
  flex-direction: column;
}

.form-contact .form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--20) var(--30);
  margin-bottom: 1rem;
}

.form-contact .form-content .form-item:first-child,
.form-contact .form-content .form-item:last-child {
  grid-column: span 2;
}

.form-contact .form-item label {
  font-size: 1rem;
  margin-bottom: .3rem;
  font-weight: 600;
}

.form-contact .form-item input {
  height: var(--40);
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  padding: .5rem .75rem;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: rgb(2 34 121 / 5%);
  width: 100%;
}

.form-contact .form-item textarea {
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  padding: .5rem .75rem;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: rgb(2 34 121 / 5%);
  width: 100%;
  height: var(--80);
}

@media (min-width:768px) {
  .vertical-menu .menu-level-1 .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding-left: 3.56rem;
    left: calc(100% - 2rem);
    width: calc(73.1250rem + 3.56rem);
    top: 0;
    height: 100%
  }

  .vertical-menu .menu-level-1:hover .sub-menu {
    opacity: 1;
    visibility: visible
  }

}

@media (max-width:767.98px) {
  .form-contact {
    padding: 1.5rem 1rem;

  }

  .form-contact .form-content {
    grid-template-columns: 1fr
  }

  .form-contact .form-content .form-item:first-child,
  .form-contact .form-content .form-item:last-child {
    grid-column: unset
  }

  .title-main h1,
  .title-main h2 {
    font-size: var(--30);
  }

  #header .header-inner {
    justify-content: space-between;
    padding: 0 1rem
  }

  .page-custom {
    display: flex;
    flex-direction: column;
    gap: 1rem
  }

  .page-custom .page-custom__sidebar {
    order: 1
  }

  .section-title h1 {
    font-size: var(--28)
  }

  .section-title {
    margin-bottom: var(--25)
  }

  .section-title h2 {
    font-size: var(--26);
    line-height: 1.3
  }

  #header .btn-menumobi {
    width: 40px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end
  }

  #header .btn-menumobi .icon-nav {
    width: 22px;
    height: 16px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
  }

  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--theme-color);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
  }

  #header.transparent .btn-menumobi span {
    background: #fff
  }

  #header .btn-menumobi span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
  }

  #header .btn-menumobi span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 80%;
    left: 20%
  }

  #header .btn-menumobi span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
  }

  #header .btn-menumobi.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 2px
  }

  #header .btn-menumobi.active span:nth-child(2) {
    width: 0;
    opacity: 0
  }

  #header .btn-menumobi.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 2px
  }

  #header .header-main:before {
    width: 60%
  }

  #header .header-main:after {
    width: 40%
  }

  #header .flex-right:before {
    display: none
  }

  #main-menu.mobile-sidebar {
    width: 100%;
    height: calc(100vh - 4.375rem);
    position: fixed;
    top: 4.375rem;
    right: 0;
    z-index: 1000;
    overflow: auto;
    transition: unset;
    padding: 0;
    border-bottom: 1px solid #cbcbcb;
    background: #fff;
    display: none;
    overflow-y: auto
  }

  #main-menu.mobile-sidebar .main-menu {
    padding: 1rem 0
  }

  #main-menu.mobile-sidebar .header-login {
    display: flex;
    grid-gap: 1.5rem;
    justify-content: center
  }

  .logged-in #main-menu.mobile-sidebar .header-login {
    display: none
  }

  #main-menu.mobile-sidebar .menu>.menu-item>a {
    color: #2e2e2e;
    padding: var(--14) var(--30);
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    border: none;
    border-bottom: 1px solid #ececec;
    display: block;
    width: 100%;
  }

  #main-menu.mobile-sidebar .menu>.menu-item>ul {
    padding: var(--14) var(--30);
    list-style: none;
    border-bottom: 1px solid #ececec
  }

  #main-menu.mobile-sidebar .menu>.menu-item>ul a {
    color: #2e2e2e;
    padding: var(--14) var(--30);
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    border: none;
    display: block;
    width: 100%;
    position: relative;
    padding-left: 0
  }

  #main-menu.mobile-sidebar .menu>.menu-item>ul a:before {
    content: '├ '
  }

  #main-menu.mobile-sidebar .menu>.menu-item>ul>li:last-of-type a:before {
    content: '└ '
  }

  #header,
  #header .header-main {
    height: 4.375rem !important;
  }

  .admin-bar #header {
    top: 0
  }

  #header #logo {
    padding-right: 1rem;
    margin-top: 0;
    display: flex
  }

  #header .flex-col.flex-right {
    flex-shrink: 0;
    height: var(--70);
    display: block
  }

  #header #logo:after {
    height: 4.375rem
  }

  #header #logo .logo-1 img {
    width: 3.8rem;
    height: auto
  }

  #main {
    padding-top: 4.375rem !important;
  }

  html #wpadminbar {
    display: none
  }

  #footer {
    padding: 0;
    border-radius: 0
  }

  #footer .row-top {
    flex-direction: column;
    padding: 1rem;
    padding-top: var(--30)
  }

  #footer .menu:first-child {
    flex-direction: column
  }

  #footer .section-content:before,
  #footer .section-content:after {
    display: none
  }

  #footer .col-left {
    padding: 0;
    width: 100%;
    flex: unset
  }

  #footer .section-content {
    flex-direction: column
  }

  #footer .section-content {
    padding-top: var(--50)
  }

  #footer #logo {
    width: 9rem
  }

  #footer .footer-main {
    border-radius: 0
  }

  #footer .col-right {
    padding-left: 0;
    grid-template-columns: 1fr;
    gap: 1.5rem
  }

  #footer .menu ul li {
    margin-bottom: var(--10)
  }


  #nav-bottom {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    background: transparent linear-gradient(90deg, var(--theme-color) 0%, #0b7d5b 100%);
    border-top: 1px solid #ffffff29;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050
  }

  #nav-bottom .tab-cart {
    display: none
  }

  #nav-bottom button {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    border-radius: 0;
    line-height: 20px;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    background: 0 0;
    border: none;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    position: relative
  }

  #nav-bottom button .t-icon {
    font-size: 22px;
    text-align: center;
    display: block;
    width: 100%;
    height: 26px
  }

  #nav-bottom button .t-icon+span {
    transition: height .2s;
    font-size: 10px;
    display: block
  }

  #nav-bottom button .total-cart {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    right: 27%;
    z-index: 1;
    background-color: #f0ae00;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
  }

  #nav-bottom .t-icon:before {
    filter: brightness(0) invert(1)
  }

  #nav-bottom .t-icon-home:before {
    content: url(/wp-content/themes/vt-theme/images/Home.svg)
  }

  #nav-bottom .t-icon-category:before {
    content: url(/wp-content/themes/vt-theme/images/Category.svg)
  }

  #nav-bottom .t-icon-cart:before {
    content: url(/wp-content/themes/vt-theme/images/Buy.svg)
  }

  #nav-bottom .t-icon-contact:before {
    content: url(/wp-content/themes/vt-theme/images/Chat.svg)
  }

  #nav-bottom .t-icon-search:before {
    content: url(/wp-content/themes/vt-theme/images/Search.svg)
  }

  .sidebar-search {
    position: fixed;
    width: 375px;
    right: -375px;
    z-index: 1002;
    height: 100%;
    top: 0;
    background-color: #fff;
    padding: 30% 20px 60px;
    transition: all .5s;
    max-width: 100%;
    display: block
  }

  .sidebar-search.show {
    right: 0
  }

  .sidebar-search .sidebar-search__header {
    display: flex;
    position: relative;
    padding-bottom: 32px
  }

  .sidebar-search .sidebar-search__header .title {
    color: #3b3b3b;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600
  }

  .sidebar-search .sidebar-search__header .sidebar-search__close {
    font-size: 20px;
    color: #fafafa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(.5px);
    background: transparent linear-gradient(90deg, var(--theme-color) 0%, #0b7d5b 100%);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0
  }

  .sidebar-search .sidebar-search__header .sidebar-search__close svg,
  #nav-bottom__contact .contact-info__header .contact-close svg,
  #nav-bottom__products .products-header .products-close svg {
    width: 12px;
    height: 12px
  }

  .sidebar-search .sidebar-search__header .sidebar-search__close path,
  #nav-bottom__contact .contact-info__header .contact-close path,
  #nav-bottom__products .products-header .products-close path {
    stroke: #fff
  }

  .sidebar-search .searchform {
    height: 2.4375rem;
    border-radius: .375rem;
    border: 1px solid #dadada;
    background: #fff
  }

  .sidebar-search .searchform .search-input-wrapper {
    display: flex;
    align-items: center;
    height: 100%
  }

  .sidebar-search .live-search-results .search-name {
    font-size: var(--14)
  }

  .sidebar-search .live-search-results {
    position: relative;
    background-color: #fff;
    top: var(--20);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
  }

  .sidebar-search .live-search-results .search-price {
    display: none
  }

  .sidebar-search .searchform input[type="search"] {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding-left: 1rem;
    color: #90809c;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex: 1
  }

  .sidebar-search .sidebar-search__body form {
    width: 36.625rem;
    height: 2.4375rem;
    border-radius: .375rem;
    border: 1px solid #dadada;
    background: #fff
  }

  .sidebar-search .searchform .button.icon {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    color: var(--theme-color);
    font-weight: 600;
    font-size: 14px;
    gap: .69rem;
    padding: 0 1.44rem 0 1rem;
    height: 1.6875rem;
    min-height: unset;
    border-left: 1px solid #dadada
  }

  .menu-hidden {
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
  }

  .menu-hidden.show {
    opacity: .6;
    visibility: visible
  }

  #nav-bottom__contact,
  #nav-bottom__products {
    position: fixed;
    width: 100%;
    height: 34rem;
    bottom: -100%;
    left: 0;
    display: block;
    background-color: #fff;
    border-radius: 1.875rem 1.875rem 0 0;
    z-index: 1001;
    padding-bottom: 3.75rem;
    padding-top: 1.5rem;
    transition: all .5s
  }

  #nav-bottom__products {
    display: flex;
    flex-direction: column
  }

  #nav-bottom__contact {
    height: 25rem
  }

  #nav-bottom__products .vertical-menu {
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex
  }

  #nav-bottom__products.show,
  #nav-bottom__contact.show {
    bottom: 0
  }

  #nav-bottom__contact .contact-info__header,
  #nav-bottom__products .products-header {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    padding-bottom: .625rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    flex-shrink: 0
  }

  #nav-bottom__contact .social-mobile ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: var(--20)
  }

  #nav-bottom__contact .social-mobile ul li {
    margin: 0
  }

  #nav-bottom__contact .social-mobile ul img {
    width: var(--34);
    height: var(--34);
    object-fit: contain
  }

  #nav-bottom__products .products-body {
    flex: 1;
    overflow-y: auto
  }

  #nav-bottom__products .vertical-menu-container {
    padding-top: 0;
    width: 100%
  }

  #nav-bottom__contact .phone-advise .menu {
    padding: 0 1rem
  }

  #nav-bottom__contact .nav-bottom__title,
  #nav-bottom__products .nav-bottom__title {
    margin-bottom: 0;
    color: #27272a;
    font-size: var(--18);
    font-style: normal;
    font-weight: 600;
    line-height: normal
  }

  #nav-bottom__contact .phone-advise {
    background: #fff
  }

  #nav-bottom__contact .contact-info__header .contact-close,
  #nav-bottom__products .products-header .products-close {
    font-size: 1.25rem;
    color: #fafafa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(.03125rem);
    background: transparent linear-gradient(90deg, var(--theme-color) 0%, #0b7d5b 100%);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: .9375rem
  }

  .contact-info__list {
    padding: 1rem
  }

  #nav-bottom__contact .contact-info__list li {
    display: flex;
    margin-bottom: .5rem;
    gap: var(--10);
    font-size: var(--15)
  }

  #nav-bottom__contact .contact-info__list li .icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0
  }

  #nav-bottom__products .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all .4s;
    width: 100%;
    transform: translateX(100%);
    height: fit-content
  }

  #nav-bottom__products .vertical-menu .menu {
    padding: .3rem .5rem;
    position: relative;
    width: 100%;
    overflow-y: hidden;
    height: 100%
  }

  #nav-bottom__products .menu-level-1.show .sub-menu {
    opacity: 1;
    visibility: visible;
    padding: 0 1rem;
    transform: translateX(0%);
    display: block
  }

  #nav-bottom__products .vertical-menu .sub-menu-box {
    grid-template-columns: repeat(1, 1fr);
    border-radius: 0;
    border: 0;
    grid-gap: .5rem;
    padding: 1rem 0;
    height: 21.5rem;
    overflow-y: auto;
    min-height: unset
  }

  .vertical-menu .sub-menu-box a {
    background-color: #fafafa
  }

  #nav-bottom__products .nav-mobile__back {
    height: var(--50);
    padding: 0 .94rem 0 1.25rem;
    display: flex;
    align-items: center;
    background: #fff;
    width: 100%;
    color: #fff;
    font-size: var(--15);
    line-height: normal;
    background: transparent linear-gradient(90deg, var(--theme-color) 0%, #0b7d5b 100%);
    gap: var(--10);
    border-radius: var(--6);
    font-weight: 600
  }

  #nav-bottom__products .nav-mobile__back svg {
    transform: rotate(180deg)
  }
}

.popup-custom-full {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: all .3s;
}

.popup-custom-full.show {
  display: flex;
}

.popup-custom-full .bg-overlay-popup {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #030229;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  cursor: pointer;
  opacity: .3;
  transition: all .3s;
}

.popup-custom-full .popup-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 55.75rem;
  height: auto;
  padding: 0;
  border-radius: .625rem;
  background: #fff;
  box-shadow: -14px 30px 20px 0 rgba(0, 0, 0, .05);
  max-height: 92vh;
  overflow-y: auto;
}

.popup-custom-full .close-popup {
  width: 2.5rem;
  height: 2.5rem;
}

#wrapper .processing:after {
  content: "";
  width: 4rem;
  height: 4rem;
  padding: var(--8);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--theme-color);
  -webkit-mask: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  mask: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: svelte-1i38fp3-loader 1s infinite linear;
  position: fixed;
  border: 0;
  opacity: 1;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
  z-index: 999999999999;
}

#wrapper .processing:before {
  display: none;
}

@keyframes svelte-1i38fp3-loader {
  to {
    transform: rotate(1turn)
  }
}

@keyframes voteSuccess {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

.vote-count {
  transition: all .3s ease;
}

.vote-count.updated {
  animation: countUpdate .5s ease;
}

@keyframes countUpdate {
  0% {
    transform: scale(1);
    color: inherit
  }

  50% {
    transform: scale(1.2);
    color: #28a745
  }

  100% {
    transform: scale(1);
    color: inherit
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.loading-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

#wrapper .processing:after {
  content: '';
  width: 4rem;
  height: 4rem;
  padding: var(--8);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--theme-color);
  -webkit-mask: conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  mask: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: svelte-1i38fp3-loader 1s infinite linear;
  position: fixed;
  border: 0;
  opacity: 1;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
  z-index: 999999999999;
}

#wrapper .processing:before {
  display: none;
}

@keyframes svelte-1i38fp3-loader {
  to {
    transform: rotate(1turn);
  }
}

.list-shortcut-desktop {
  position: fixed;
  z-index: 100;
  right: var(--20);
  bottom: 17.5rem;
  transform: translatey(50%);
}

.list-shortcut-desktop>a {
  border-radius: 50%;
  box-shadow: 0 0 25px 0 rgb(100 97 97 / 0.3);
  width: var(--40);
  height: var(--40);
  display: block;
  margin-bottom: var(--16);
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.list-shortcut-desktop .zalo {
  background-image: url(/wp-content/themes/vt-theme/images/zalol_advise.svg);
}

.list-shortcut-desktop .mess {
  background-image: url(/wp-content/themes/vt-theme/images/mess-icon.jpg);
  background-size: 80%;
}

.list-shortcut-desktop .map {
  background-image: url(/wp-content/themes/vt-theme/images/map.png);
}

.list-shortcut-desktop .call {
  background-image: url(/wp-content/themes/vt-theme/images/icon-call-b.svg);
  position: relative;
}

.list-shortcut-desktop .call img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-shortcut-desktop .face {
  background-image: url(/wp-content/themes/vt-theme/images/i-fb-pc.png);
}

.list-shortcut-desktop .tiktok {
  background-image: url(/wp-content/themes/vt-theme/images/i-tiktok.png);
}

.list-shortcut-desktop .call:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255 107 17 / 0.7);
  border-radius: 100%;
  border: 2px solid #fff0;
  -webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
  animation: phonering-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: -1;
}

.list-shortcut-desktop .call:after {
  content: '';
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
  border: 2px solid #ff6b11;
  background-color: #fff0;
  -webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
  animation: phonering-cricle 1.2s infinite ease-in-out;
  transition: all 0.5s;
  opacity: 0.5;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.progress-wrap {
  position: fixed;
  right: var(--20);
  bottom: 50px;
  height: var(--40);
  width: var(--40);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / 0.2);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap .icon {
  position: absolute;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  left: 0;
  top: 0;
  height: var(--20);
  width: var(--20);
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  color: var(--theme-color);
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap .icon path {
  fill: currentColor;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 4px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@-webkit-keyframes phonering-cricle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-circle-fill {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(.7) skew(1deg);
    opacity: .6
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    opacity: .6
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(.7) skew(1deg);
    opacity: .6
  }
}

@media screen and (max-width: 767.98px) {
  body .progress-wrap {
    right: .9375rem;
    width: 2rem;
    height: 2rem;
    bottom: 4.375rem
  }

  body .progress-wrap::before {
    width: 2rem;
    height: 2rem
  }

  .list-shortcut-desktop {
    right: .5rem
  }
}