@charset "UTF-8";
@import url("../assets/font/Koruri/stylesheet.css");
@import url("../assets/library/fontawesome/css/all.css");
@import url("../assets/library/fontawesome/fontawesome/fontawesome.css");
@import url("../assets/library/swiper/swiper-bundle.min.css");
@import url("../assets/library/select2/select2.min.css");
@import url("../assets/library/fancybox/fancybox.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.mona-content strong,
.mona-content b {
  font-weight: bold;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em;
}
.mona-content h1 {
  font-size: 1.7em;
}
.mona-content h2 {
  font-size: 1.6em;
}
.mona-content h3 {
  font-size: 1.25em;
}
.mona-content h4 {
  font-size: 1.125em;
}
.mona-content h5 {
  font-size: 1em;
}
.mona-content h6 {
  font-size: 0.85em;
}
.mona-content p {
  margin: 1em 0;
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto;
}
.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
}
.mona-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.mona-content blockquote p {
  display: inline;
}
.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
}
.mona-content table th,
.mona-content table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
  vertical-align: middle;
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}

:root {
  --size-hd: 10rem;
  --color-pri: #000;
  --color-sec: #c7c7c7;
  --color-tt: #000;
  --color-text: #000;
  --color-txt: #000;
  --color-black: #000;
  --color-white: #fff;
  --cl-border: #ddd;
  --rs: 1.6rem;
  --pd-sc: 6rem;
}
@media (max-width: 1200px) {
  :root {
    --pd-sc: 4rem;
    --size-hd: 6rem;
    --rs: 0.8rem;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Koruri", serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: var(--color-text);
  overflow: hidden auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130rem;
  max-width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  body::before {
    width: 90%;
  }
}
body::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e6e6e6;
  z-index: -2;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
select {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  cursor: pointer;
}

button {
  padding: 0;
  background-color: transparent;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main {
  position: relative;
  z-index: 1;
  padding-top: var(--size-hd);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .main {
    width: 90%;
    margin: 0 auto;
  }
}

.container {
  width: 100%;
  max-width: 130rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 1.5rem;
  }
}
.container.custom {
  max-width: 110rem;
}

.no-scroll {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

iframe {
  vertical-align: middle;
}

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

.row {
  --cg: 2.4rem;
  --rg: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--cg) * -0.5) calc(var(--rg) * -1);
}
@media screen and (max-width: 1200px) {
  .row {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.rows {
  --cg: 2.4rem;
  --rg: 2.4rem;
  margin: 0 calc(var(--rg) * -1);
}
@media screen and (max-width: 1200px) {
  .rows {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.col {
  width: 100%;
  padding: 0 calc(var(--cg) / 2);
  margin-bottom: var(--rg);
}
.col-11 {
  width: 91.6666666667%;
}
.col-10 {
  width: 83.3333333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.6666666667%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.6666666667%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.6666666667%;
}
.col-1 {
  width: 8.3333333333%;
}
.col-5i {
  width: 20%;
}
.col-4i {
  width: 25%;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-flex.not-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.d-flex.d-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.d-flex.a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.d-flex.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.d-flex.j-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.d-flex.j-bw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.d-flex.j-ev {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.d-flex.gap40 {
  gap: 4rem;
}
@media screen and (max-width: 1200px) {
  .d-flex.gap40 {
    gap: 2.4rem;
  }
}
.d-flex.gap32 {
  gap: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .d-flex.gap32 {
    gap: 2.4rem;
  }
}
.d-flex.gap24 {
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .d-flex.gap24 {
    gap: 1.2rem;
  }
}
.d-flex.gap20 {
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .d-flex.gap20 {
    gap: 1rem;
  }
}
.d-flex.gap16 {
  gap: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .d-flex.gap16 {
    gap: 1rem;
  }
}
.d-flex.gap12 {
  gap: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .d-flex.gap12 {
    gap: 0.6rem;
  }
}

.swiper-wrapper.row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.swiper.rows .col {
  margin-bottom: 0;
}

.swiper-container {
  overflow: hidden;
}

.swiper-slide {
  height: initial;
  overflow: hidden;
}

.swiper-pagination {
  position: static;
  margin-top: 4.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .swiper-pagination {
    margin-top: 2.4rem;
  }
}
.swiper-pagination-bullet {
  --circle: 0.5rem;
  background-color: #cfd8d9;
  opacity: 1;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: unset !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 100rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s ease-in-out width;
  transition: 0.5s ease-in-out width;
  background: var(--color-pri);
}
.swiper-pagination-bullet-active {
  width: 4rem;
}
.swiper-pagination-bullet-active::before {
  width: 100%;
}

.swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  --size: 5.6rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .swiper-control {
    --size: 3.2rem;
    font-size: 1.6rem;
  }
}
.swiper-control-btn {
  width: var(--size);
  height: var(--size);
  border-radius: 100rem;
  background-color: var(--color-white);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  z-index: 5;
  position: relative;
  overflow: hidden;
  color: #151515;
}
.swiper-control-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-pri);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}
.swiper-control-btn > * {
  position: relative;
  z-index: 2;
}
.swiper-control-btn.swiper-button-disabled {
  background-color: #eee;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (hover: hover) {
  .swiper-control-btn:hover:not(.swiper-button-disabled) {
    color: white !important;
  }
  .swiper-control-btn:hover:not(.swiper-button-disabled)::after {
    left: 0;
    width: 100%;
  }
}
.swiper-control.white .swiper-control-btn {
  background-color: transparent;
  border-color: white;
  color: white;
}
@media screen and (max-width: 1350px) {
  .swiper-control.white.mobile-plus .swiper-control-btn {
    background-color: white;
    border-color: var(--color-pri);
    color: var(--color-pri);
  }
}
.swiper-control.posi .swiper-control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.swiper-control.posi.minus .swiper-prev {
  right: calc(100% + 2.4rem);
}
@media screen and (max-width: 1350px) {
  .swiper-control.posi.minus .swiper-prev {
    right: unset;
    left: calc(var(--size) / 2 * -1);
  }
}
.swiper-control.posi.minus .swiper-next {
  left: calc(100% + 2.4rem);
}
@media screen and (max-width: 1350px) {
  .swiper-control.posi.minus .swiper-next {
    left: unset;
    right: calc(var(--size) / 2 * -1);
  }
}
@media screen and (max-width: 500px) {
  .swiper-control.posi.minus.mobile-plus .swiper-prev {
    left: calc(var(--size) / 2 * -1 + 0.75rem);
  }
  .swiper-control.posi.minus.mobile-plus .swiper-next {
    right: calc(var(--size) / 2 * -1 + 0.75rem);
  }
}
.swiper-control.posi.midle .swiper-prev {
  left: calc(var(--size) / 2 * -1);
}
.swiper-control.posi.midle .swiper-next {
  right: calc(var(--size) / 2 * -1);
}
.swiper-control.posi.plus .swiper-prev {
  left: 1rem;
}
.swiper-control.posi.plus .swiper-next {
  right: 1rem;
}
@media screen and (max-width: 500px) {
  .swiper-control.posi.mobile-plus .swiper-prev {
    left: calc(var(--size) / 2 * -1 + 0.75rem);
  }
  .swiper-control.posi.mobile-plus .swiper-next {
    right: calc(var(--size) / 2 * -1 + 0.75rem);
  }
}

.swiper-pagination-progressbar {
  background: var(--color-black);
  height: 0.1rem !important;
}

.swiper-pagination-progressbar-fill {
  background-color: var(--color-sec) !important;
}

.breadcrumb-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  gap: 0.8rem;
}
.breadcrumb-list::-webkit-scrollbar {
  height: 0;
}
.breadcrumb-item {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-weight: 400;
  color: var(--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.breadcrumb-item:not(:first-child)::before {
  display: inline-block;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
  position: relative;
}
.breadcrumb-item:last-child {
  color: var(--color-white);
  pointer-events: none;
}
@media (hover: hover) {
  .breadcrumb-item:hover {
    color: var(--color-pri);
  }
}
.breadcrumb-link {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn {
  --iz: 2.4rem;
  --fz-btn: 1.6rem;
  --fw-btn: 400;
  --radius: 0rem;
  --gap: 1.6rem;
  --pd: 1.2rem 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  padding: var(--pd);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  overflow: hidden;
  position: relative;
  background: var(--color-pri);
  gap: var(--gap);
  color: var(--color-white);
  font-size: var(--fz-btn);
  font-weight: var(--fw-btn);
  border-radius: var(--radius);
}
@media screen and (max-width: 1200px) {
  .btn {
    font-size: 1.4rem;
    gap: 0.8rem;
  }
}
.btn > * {
  position: relative;
  z-index: 2;
}
.btn .icon {
  width: var(--iz);
  height: var(--iz);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-sec);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
@media (hover: hover) {
  .btn:hover {
    color: var(--color-pri);
  }
  .btn:hover::after {
    width: 100%;
    left: 0;
  }
}
.btn.center {
  margin: 0 auto;
}

ul.page-numbers {
  margin-top: 3.2rem;
}

.page-numbers {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.page-numbers > li:not(:first-child) {
  margin-left: 8px;
}
.page-numbers > li > .page-numbers {
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: var(--color-white);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: var(--color-text);
  font-size: 1.6rem;
  border: 0.1rem solid var(--cl-border);
}
.page-numbers > li > .page-numbers::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-pri);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .page-numbers > li > .page-numbers {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
  }
}
.page-numbers > li > .page-numbers:after {
  z-index: -1;
}
@media (hover: hover) {
  .page-numbers > li > .page-numbers:hover:not(.dot) {
    color: var(--color-white);
  }
  .page-numbers > li > .page-numbers:hover:not(.dot)::after {
    left: 0;
    width: 100%;
  }
}
.page-numbers > li > .page-numbers.current {
  color: var(--color-white);
  border-color: var(--color-pri);
}
.page-numbers > li > .page-numbers.current::after {
  left: 0;
  width: 100%;
}
.page-numbers > li > .page-numbers.dot {
  background-color: transparent;
}
.page-numbers > li > .page-numbers i {
  font-weight: 400;
}

.t-title {
  --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 4rem);
  font-size: var(--f-sz);
  color: var(--color-tt);
  text-wrap: pretty;
  position: relative;
  line-height: 1.2;
  font-weight: 900;
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .head {
    gap: 1.6rem;
  }
}
.head.center {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.head.white .t-title {
  color: var(--color-white);
}
.head.white .b-tag {
  --bg: rgba(255, 255, 255, 0.15);
  --cl: #fff;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
}

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

.c-tt {
  color: var(--color-tt);
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-b {
  font-weight: bold;
}

.fsi {
  font-style: italic;
}

.t-up {
  text-transform: uppercase;
}

.t24 {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
}

.t-link-hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .t-link-hover:hover {
    opacity: 0.7;
  }
}

.t-30 {
  --f-sz: clamp(2.4rem, calc(2.0557rem + 0.4918vw), 3rem);
  font-size: var(--f-sz);
}

.c-pri {
  color: var(--color-pri);
}

.c-sec {
  color: var(--color-sec);
}

.c-text {
  color: var(--color-text);
}

.c-tt {
  color: var(--color-tt);
}

.c-black {
  color: var(--color-black);
}

.c-txt {
  color: var(--color-txt);
}

.c-green {
  color: #16a34a;
}

.c-white {
  color: var(--color-white);
}

.bg-white {
  background: var(--color-white);
}

.bg-txt {
  background: #e4e7ec;
}

.bg-pri {
  background: var(--color-pri);
}

.posi-rl {
  position: relative;
}

.h-full {
  height: 100%;
}

.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.8rem;
  color: var(--color-text);
  cursor: pointer;
}
.accordion-header .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.m-mid {
  margin: 0 auto;
}

.m-end {
  margin-left: auto;
}

.m-top {
  margin-top: 2.4rem;
}

.m-start {
  margin-right: auto;
}

.f-mid {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.f-end {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lg-download,
#lg-actual-size,
#lg-share {
  display: none;
}

.lg-backdrop,
.lg-outer {
  z-index: 99999;
}

.lg-outer .lg-thumb-item {
  border: 0.2rem solid var(--color-pri);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.lg-outer .lg-thumb-item.active {
  border-color: var(--color-sec);
}
@media (hover: hover) {
  .lg-outer .lg-thumb-item:hover {
    border-color: var(--color-sec);
  }
}

.lg-prev.lg-icon::after {
  display: none;
}

.lg-next.lg-icon::before {
  display: none;
}

.lg-prev.lg-icon,
.lg-next.lg-icon {
  width: 4rem;
  height: 4rem;
}
.lg-prev.lg-icon i,
.lg-next.lg-icon i {
  background: var(--color-sec);
}

.lg-outer .lg-thumb-outer {
  background-color: #000;
}

.lg-close.lg-icon {
  background: var(--color-sec);
}

.lg-outer .lg-toogle-thumb {
  background: var(--color-sec);
  width: 4rem;
  height: 4rem;
}

.lg-img-wrap {
  border-radius: 0.8rem;
}

.lg-thumb-item {
  border-radius: 0.8rem;
}

.lg-outer .lg-thumb {
  margin: 0 auto -5px;
}

.gItem {
  cursor: pointer;
}

.hidden-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.iwt {
  --iz: 2.4rem;
  --fz: 1.4rem;
  --cl: #fffefc;
  --fw: 400;
  --gap: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap);
  color: var(--cl);
  font-size: var(--fz);
  font-weight: var(--fw);
}
.iwt.iz-32 {
  --iz: 3.2rem;
}
.iwt.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.iwt .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: var(--iz);
  height: var(--iz);
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.iwt .icon img {
  display: block;
  height: 100%;
  width: 100%;
}
.iwt .ic-ar {
  width: 1.6em;
  height: 1.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.iwt .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}

.b-tag {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  --iz: 1.4rem;
  --fz: 1.6rem;
  --rs: 0;
  --fw: 700;
  --cl: var(--color-white);
  --py: 1.2rem 1.2rem;
  --gap: 0.4rem;
  --bg: #878787;
  display: flex;
  align-items: center;
  gap: var(--gap);
  font-weight: var(--fw);
  font-size: var(--fz);
  color: var(--cl);
  border-radius: var(--rs);
  background: var(--bg);
  padding: var(--py);
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 18rem;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .b-tag {
    min-width: unset;
    --py: 0.4rem 0.8rem;
  }
}
.b-tag .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: var(--iz);
  height: var(--iz);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.full {
  width: 100%;
}

.t-italic {
  font-style: italic;
}

.tag-status {
  --py: 0.4rem 1.2rem;
  --rs: 0.4rem;
  --cl: #fff;
  --bg: #000;
  --fz: 1.4rem;
  --fw: 600;
  display: inline-block;
  padding: var(--py);
  border-radius: var(--rs);
  color: var(--cl);
  background: var(--bg);
  font-size: var(--fz);
  font-weight: var(--fw);
}
.tag-status.pendding {
  --cl: #f59e0b;
  --bg: #fff4de;
}
.tag-status.shipping {
  --cl: #1d4ed8;
  --bg: #e8edfb;
}
.tag-status.sussces {
  --cl: #10b981;
  --bg: #ecfdf5;
}
.tag-status.error {
  --cl: #d71b23;
  --bg: #fde9e9;
}

.get-sd {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 0.8rem 2.4rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.8rem 2.4rem;
}

.over-hd {
  overflow: hidden;
}

.checker {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4d4d4d;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --cl-num: #667085;
}
.checker.tag-box input:checked ~ .txt {
  color: var(--color-white);
  border-color: var(--color-pri);
  background: var(--color-pri);
}
.checker.tag-box input:checked ~ .txt .num {
  --cl-num: var(--color-pri);
}
.checker.tag-box .txt {
  padding: 0.8rem 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  color: var(--color-tt);
  background: transparent;
  font-weight: 600;
}
.checker.tag-text {
  min-width: 9rem;
}
@media screen and (max-width: 1200px) {
  .checker.tag-text {
    min-width: unset;
  }
}
.checker.tag-text input:checked ~ .txt {
  color: #fdb022;
  border-color: #fdb022;
}
.checker.tag-text .txt {
  color: var(--color-white);
  font-weight: 500;
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  padding: 0.8rem 0.4rem;
  border-bottom: 0.2rem solid transparent;
}
.checker .sqr {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  margin-top: -0.1rem;
}
.checker .sqr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/check-empty.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}
.checker .circle {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
}
.checker .circle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/radio-empty.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}
.checker .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-text);
  font-size: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.checker .txt-link {
  font-weight: 600;
  text-decoration: underline;
}
.checker .num {
  margin-left: auto;
  color: var(--cl-num);
}
.checker input {
  display: none;
}
.checker input:checked ~ .sqr::after {
  background-image: url("../assets/images/check-fill.svg");
}
.checker input:checked ~ .txt {
  color: var(--color-pri);
}
.checker input:checked ~ .circle::after {
  background-image: url("../assets/images/radio-fill.svg");
}

.border {
  border: 0.1rem solid var(--cl-border);
}
.border-top {
  border-top: 0.1rem solid var(--cl-border);
}
.border-right {
  border-right: 0.1rem solid var(--cl-border);
}
.border-left {
  border-left: 0.1rem solid var(--cl-border);
}
.border-bot {
  border-bottom: 0.1rem solid var(--cl-border);
}

.dashed {
  border-style: dashed;
}

.rs {
  border-radius: var(--rs);
}

.rs-top {
  border-radius: var(--rs) var(--rs) 0 0;
}

.py-b {
  --py: 2.4rem;
  padding-bottom: var(--py);
}
@media screen and (max-width: 1024px) {
  .py-b {
    --py: 1.6rem;
  }
}

.py-top-10 {
  padding-top: 1rem;
}

.py {
  --py: 2rem;
  padding: var(--py);
}
@media screen and (max-width: 1024px) {
  .py {
    --py: 1.2rem;
  }
}
.py.py-12 {
  --py: 1.2rem;
}

.lb-switch {
  width: 5.1rem;
  height: 3.1rem;
  position: relative;
}
.lb-switch .checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.lb-switch .switch {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #e9e9eb;
  border-radius: 1.6rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.lb-switch .slider {
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  left: calc(50% - 1.35rem - 1rem);
  top: calc(50% - 1.35rem);
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0.3rem 0.8rem rgba(0, 0, 0, 0.15), 0px 0.3rem 0.1rem rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0.3rem 0.8rem rgba(0, 0, 0, 0.15), 0px 0.3rem 0.1rem rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.lb-switch .checkbox:checked + .switch {
  background-color: #34c759;
}
.lb-switch .checkbox:checked + .switch .slider {
  left: calc(50% - 1.35rem + 1rem);
  top: calc(50% - 1.35rem);
}

.count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.2rem;
  background: var(--color-white);
}
.count-number {
  min-width: 1.6rem;
  color: #121138;
  font-weight: 500;
  text-align: center;
}
.count-btn {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100rem;
  border: 0.1rem solid #eeeeee;
}
.count-btn i {
  font-size: 1rem;
}
.count-btn:hover {
  background: var(--color-pri);
  color: white;
}

#ez-toc-container {
  --bg: #fff;
  --py: 2.4rem 1.6rem;
  --bd: 0.1rem solid #d9d9d9;
  --rs: 0.6rem;
  background: var(--bg) !important;
  padding: var(--py) !important;
  border: var(--bd) !important;
  border-radius: var(--rs) !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  #ez-toc-container {
    --py: 0.8rem;
  }
}
#ez-toc-container .ez-toc-title {
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
  font-weight: 700 !important;
  color: #262626;
}
#ez-toc-container nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#ez-toc-container nav > ul > li {
  padding: 1.6rem 0;
}
#ez-toc-container nav > ul > li:not(:last-child) {
  border-bottom: 0.1rem solid #f1f5f9;
}
#ez-toc-container nav > ul > li:last-child {
  padding-bottom: 0;
}
#ez-toc-container nav > ul > li a {
  font-weight: 600;
}
#ez-toc-container nav > ul > li ul li a {
  font-weight: 400 !important;
  color: #6c727f !important;
}
#ez-toc-container nav > ul li a {
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  color: #394150 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.box-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.8rem;
  margin-top: 2.4rem;
}
.box-author .icon-with-text {
  --gap: 0.8rem;
}
.box-author .icon-with-text:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 2rem;
  background: #e0e0e0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 1rem;
}

.mxh-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.mxh-social .i-link {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media (hover: hover) {
  .mxh-social .i-link:hover {
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
  }
}
.mxh-social .i-link .getlink-note {
  position: absolute;
  bottom: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: 500;
  display: none;
  padding: 0.2rem 0.6rem;
  border-radius: 0.8rem;
  background: var(--color-pri);
  color: #fff;
}
.mxh-social .i-link img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  white-space: nowrap;
  overflow-x: auto;
}
.link-group::-webkit-scrollbar {
  height: 0;
}
.link-group .t-links {
  display: inline-block;
  padding: 0.8rem;
  position: relative;
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  color: var(--color-tt);
}
@media (hover: hover) {
  .link-group .t-links:hover::before {
    width: 100%;
    left: 0;
  }
}
.link-group .t-links.active {
  font-weight: 600;
}
.link-group .t-links.active::before {
  width: 100%;
  left: 0;
}
.link-group .t-links::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.2rem;
  background: var(--color-pri);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .countdown {
    margin-top: 1.6rem;
  }
}
.countdown-it {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  .countdown-it {
    font-size: 1.6rem;
  }
}
.countdown-it .time-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.countdown-it .time-wrapper .time-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.countdown-it .time-wrapper .time-number span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 0.8rem;
  background: #fdb022;
  min-width: 3.8rem;
}
@media screen and (max-width: 768px) {
  .countdown-it .time-wrapper .time-number span {
    min-width: 3rem;
  }
}
.countdown-it .time-wrapper .text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  font-weight: 600;
  color: #231f20;
}
@media screen and (max-width: 768px) {
  .countdown-it .time-wrapper .text {
    color: var(--color-white);
  }
}
.countdown-it:not(:last-child)::after {
  content: ":";
  color: var(--color-white);
  position: absolute;
  left: calc(100% + 0.8rem);
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box-search {
  position: relative;
  padding: 0rem 2rem;
  padding-right: 0.4rem;
  border-radius: 100rem;
  background: #fff;
  width: 32rem;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .box-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.box-search .b-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.box-search .b-gr input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: transparent;
  border: unset;
  outline: unset;
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  color: var(--color-text);
  height: 4rem;
  width: 100%;
}
.box-search .b-gr .btn-search {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (hover: hover) {
  .box-search .b-gr .btn-search:hover {
    background: rgba(21, 54, 164, 0.2);
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
}
.box-search .b-gr .btn-search .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 2rem;
  height: 2rem;
}
.box-search .search-pos {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0.8rem;
  margin-top: 0.2rem;
  z-index: 2;
  padding: 1.6rem;
  padding-right: 0;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 0.7rem 2.9rem 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0.7rem 2.9rem 0px;
  display: none;
}
.box-search .search-pos.open {
  display: block;
}
.box-search .search-pos .b-py {
  max-height: 40rem;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  padding-right: 1.6rem;
}
.box-search .search-pos .b-py .b-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.box-search .search-pos .b-py .b-box .text {
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  font-weight: 600;
  color: #171717;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #f5f5f5;
}
.box-search .search-pos .b-py .b-box .t-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  color: #71717a;
  --f-sz: 1.4rem;
  font-size: var(--f-sz);
}
.box-search .search-pos .b-py .b-box .t-list .t-links {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .box-search .search-pos .b-py .b-box .t-list .t-links:hover {
    color: var(--color-pri);
  }
}
.box-search .search-pos .b-py .b-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.box-search .search-pos .b-py .b-list .b-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  position: relative;
  padding: 1.2rem;
  border-radius: 0.4rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .box-search .search-pos .b-py .b-list .b-sale:hover {
    background: #eff6ff;
  }
}
.box-search .search-pos .b-py .b-list .b-sale .img {
  width: 4.6rem;
  height: 4.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.box-search .search-pos .b-py .b-list .b-sale .img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box-search .search-pos .b-py .b-list .b-sale .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}
.box-search .search-pos .b-py .b-list .b-sale .t-gr .txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-search .search-pos .b-py .b-list .b-sale .h-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-search .search-pos .b-py .b-list .b-sale .h-txt .b-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.2rem;
}

.hd-lg {
  height: 4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .hd-lg {
    height: 3.8rem;
    width: 3.8rem;
    background-color: var(--color-pri);
    padding: 1rem;
    border-radius: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .hd-lg .hd-lg-item img {
    width: 2rem;
    height: 2rem;
  }
  .hd-lg .hd-lg-item .ic {
    display: none;
  }
  .hd-lg > .hd-lg-item {
    color: white;
  }
  .hd-lg .hd-lg-drop {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% + 2rem);
    border-radius: 1rem;
    width: calc(100% - 1rem);
  }
  .hd-lg .hd-lg-drop::after {
    border-radius: inherit;
    height: 4rem;
  }
  .hd-lg .hd-lg-drop > .hd-lg-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.hd-lg-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  color: var(--color-white);
}
.hd-lg-item img {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hd-lg-item .txt {
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
}
.hd-lg-item .ic {
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 1201px) {
  .hd-lg-item {
    background-color: #024f61;
    padding: 0 1rem;
    border-radius: 100rem;
    height: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .hd-lg-item .txt {
    display: none;
  }
}
.hd-lg-drop {
  position: absolute;
  width: 100%;
  top: calc(100% + 0.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.hd-lg-drop::before {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 100%;
  bottom: 100%;
  left: 0;
}
.hd-lg-drop::after {
  content: "";
  position: absolute;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  -webkit-box-shadow: var(--sdow);
  box-shadow: var(--sdow);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: var(--rs);
  border-radius: 0.4rem;
}
@media screen and (min-width: 1201px) {
  .hd-lg-drop::after {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .hd-lg-drop {
    -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: translate(-50%, -100%) rotate(-90deg) !important;
    transform: translate(-50%, -100%) rotate(-90deg) !important;
  }
}
@media (hover: hover) {
  .hd-lg-drop .hd-lg-item:hover .txt {
    color: var(--color-pri);
  }
}
.hd-lg:hover .hd-lg-drop {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
@media screen and (max-width: 1200px) {
  .hd-lg:hover .hd-lg-drop {
    -webkit-transform: translate(-50%, 0) rotate(0deg) !important;
    transform: translate(-50%, 0) rotate(0deg) !important;
  }
}

.t-price {
  color: var(--color-pri);
  font-size: 1.8rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .t-price {
    font-size: 1.4rem;
  }
}
.t-price .price-old {
  color: #8c8c8c;
  font-size: 0.75em;
  font-weight: 500;
  text-decoration: line-through;
}
.t-price .price-new {
  color: #f05b64;
  font-size: 1em;
  font-weight: 600;
}
.t-price .t-sale {
  display: inline-block;
  line-height: 1;
  padding: 0.4rem;
  border-radius: 0.2rem;
  font-size: 0.65em;
  color: var(--color-pri);
  color: #fff;
  font-weight: 600;
  background: var(--color-pri);
}

.range-img {
  pointer-events: none;
}
.range-img img {
  display: block;
  margin: 0 auto;
}
.range-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.6rem;
  gap: 1.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.range-item {
  border-radius: 0.4rem;
}
.range-slider {
  height: 0.6rem;
  width: 100%;
  background-color: #e5e7eb;
  border-radius: 100px;
  position: relative;
}
.range-slider .progress {
  position: absolute;
  height: 0.6rem;
  top: 0;
  border-radius: 100px;
  background-color: var(--color-pri);
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  top: -0.6rem;
  height: 0.6rem;
  width: 100%;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  margin: 0;
}
.range-input input:first-child::-webkit-slider-thumb {
  height: 1.6rem;
  width: 1.6rem;
  background-color: var(--color-pri);
}
.range-input input::-webkit-slider-thumb {
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-appearance: none;
  background-color: var(--color-pri);
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.range-input input::-moz-slider-thumb {
  height: 1.6rem;
  width: 1.6rem;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  -moz-appearance: none;
  background-color: var(--color-pri);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.table-cart {
  --bg-thead: #e6e6e6;
  --cl-thead: #262626;
  --cl-sp: #1e293b;
  --rs: 1.2rem;
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.08);
  border-radius: var(--rs);
}
.table-cart thead {
  background: var(--bg-thead);
}
@media screen and (max-width: 930px) {
  .table-cart thead {
    display: none;
  }
}
.table-cart thead tr th {
  padding: 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--cl-thead);
  text-align: center;
}
.table-cart thead tr th:nth-child(1) {
  width: 40%;
  text-align: left;
}
.table-cart thead tr th:first-child {
  border-radius: var(--rs) 0 0 0;
}
.table-cart thead tr th:last-child {
  border-radius: 0 var(--rs) 0 0;
}
.table-cart tbody tr:not(:last-child) {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 930px) {
  .table-cart tbody tr:not(:last-child) {
    border-color: var(--color-pri);
  }
}
.table-cart tbody tr td {
  vertical-align: middle;
  padding: 2rem 0;
}
.table-cart tbody tr td:first-child, .table-cart tbody tr td:last-child {
  padding: 2rem 1.2rem;
}
@media screen and (max-width: 930px) {
  .table-cart tbody tr td {
    padding: 1.2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.2rem;
    width: 100%;
    position: relative;
    border-bottom: unset;
  }
  .table-cart tbody tr td::before {
    content: attr(data-text);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: left;
    white-space: nowrap;
  }
  .table-cart tbody tr td:nth-child(even) {
    background: rgba(0, 0, 0, 0.04);
  }
  .table-cart tbody tr td:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-cart tbody tr td:first-child .box-gr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 930px) {
  .table-cart tbody tr td:last-child::before {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  .table-cart tbody tr td.product-remove {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.table-cart tbody tr td:not(:first-child) {
  text-align: center;
}
.table-cart tbody tr td .box-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 930px) {
  .table-cart tbody tr td .box-gr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.table-cart tbody tr td .box-img {
  width: 9.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .table-cart tbody tr td .box-img {
    width: 9.2rem;
  }
}
.table-cart tbody tr td .box-ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
}
.table-cart tbody tr td .box-ctn .t-sp {
  font-weight: 700;
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  color: var(--cl-sp);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.table-cart tbody tr td .box-ctn .t-text {
  font-size: 1.4rem;
}
.table-cart tbody tr td .t-igr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.table-cart tbody tr td .t-remove {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  font-size: 1.4rem;
  background: var(--color-pri);
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 0.4rem;
}
@media (hover: hover) {
  .table-cart tbody tr td .t-remove:hover {
    background: #d92d20;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.2rem;
}

.mb-4 {
  margin-bottom: 0.4rem;
}

.mb-6 {
  margin-bottom: 0.6rem;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.mb-8s:not(:last-child) {
  margin-bottom: 0.8rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-10s:not(:last-child) {
  margin-bottom: 1rem;
}

.mb-12 {
  margin-bottom: 1.2rem;
}

.mb-12s:not(:last-child) {
  margin-bottom: 1.2rem;
}

.mb-14 {
  margin-bottom: 1.4rem;
}

.mb-14s:not(:last-child) {
  margin-bottom: 1.4rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-15s:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-16s:not(:last-child) {
  margin-bottom: 1.6rem;
}

.mb-18 {
  margin-bottom: 1.8rem;
}

.mb-18s:not(:last-child) {
  margin-bottom: 1.8rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-20s:not(:last-child) {
  margin-bottom: 2rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-24s:not(:last-child) {
  margin-bottom: 2.4rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-25s:not(:last-child) {
  margin-bottom: 2.5rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-30s:not(:last-child) {
  margin-bottom: 3rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-32s:not(:last-child) {
  margin-bottom: 3.2rem;
}

.mb-40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .mb-40 {
    margin-bottom: 2.4rem;
  }
}

.mb-40s:not(:last-child) {
  margin-bottom: 4rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-48s:not(:last-child) {
  margin-bottom: 4.8rem;
}

.mb-56 {
  margin-bottom: 5.6rem;
}

.mb-56s:not(:last-child) {
  margin-bottom: 5.6rem;
}

.mb-64 {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1200px) {
  .mb-64 {
    margin-bottom: 2.4rem;
  }
}

.mb-64s:not(:last-child) {
  margin-bottom: 6.4rem;
}

.mb-72 {
  margin-bottom: 7.2rem;
}

.mb-72s:not(:last-child) {
  margin-bottom: 7.2rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-80s:not(:last-child) {
  margin-bottom: 8rem;
}

.ss-mg {
  margin: var(--pd-sc) 0;
}

.ss-mg-t {
  margin-top: var(--pd-sc);
}

.ss-mg-b {
  margin-bottom: var(--pd-sc);
}

.ss-pd {
  padding: var(--pd-sc) 0;
}

.ss-pd-t {
  padding-top: var(--pd-sc);
}

.ss-pd-b {
  padding-bottom: var(--pd-sc);
}

.mt-24 {
  margin-top: 2.4rem;
}

.star {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: start;
}
.star-list {
  position: relative;
  height: 2rem;
}
.star-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.star-flex .icon {
  width: 1.6rem;
  height: 1.6rem;
}
.star-flex .icon:not(:first-child) {
  margin-left: 0.4rem;
}
.star-flex .icon img {
  display: block;
}
.star-filter {
  overflow: hidden;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0;
}

.stars input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.stars input:nth-child(1):checked ~ label:nth-of-type(-n + 1),
.stars input:nth-child(2):checked ~ label:nth-of-type(-n + 2),
.stars input:nth-child(3):checked ~ label:nth-of-type(-n + 3),
.stars input:nth-child(4):checked ~ label:nth-of-type(-n + 4),
.stars input:nth-child(5):checked ~ label:nth-of-type(-n + 5) {
  background: url(../assets/images/icon-star.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.stars label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 6px;
  height: 2rem;
  width: 2rem;
  background: url(../assets/images/star-opa.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: contain;
}

@media screen and (max-width: 500px) {
  .side-fixed {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--color-white);
    z-index: 51;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    visibility: hidden;
  }
  .side-fixed.open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
  }
}
@media screen and (max-width: 800px) {
  .side-fixed {
    bottom: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .side-fixed-wrap {
    padding: 5.5rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.side-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--color-black), 0.6);
  z-index: 50;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  visibility: hidden;
}
.side-overlay.open {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 1201px) {
  .side-overlay {
    display: none;
  }
}
.side-open:not(.no-style) {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 40;
  background-color: var(--color-sec);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .side-open:not(.no-style) {
    display: none;
  }
}
.side-open:not(.no-style).close {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  visibility: visible;
}
.side-open:not(.no-style) .side-open-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.side-open:not(.no-style) .side-open-wrap .icon {
  color: var(--color-black);
  font-weight: 600;
  font-size: 1.6rem;
}
.side-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  padding: 0 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--color-white);
  background-color: var(--color-black);
}
@media screen and (min-width: 1201px) {
  .side-top {
    display: none;
  }
}
.side-top .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.side-close {
  width: 3.8rem;
  height: 3.8rem;
  background-color: var(--color-pri);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .side-close {
    display: none;
  }
}

.acc-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.acc-link-list .t-link {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
}
.acc-link-list .t-link.is-active {
  font-weight: 700;
}

.acc-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}

.preview-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.preview-img .inner-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #d9d9d9;
}
.preview-img .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 1024px) {
  .acc-row > .col {
    width: 100%;
  }
  .acc-row > .col:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 1024px) {
  .acc-wrap {
    max-width: 80rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .acc-avt {
    max-width: 20rem;
    margin: 0 auto;
  }
}

.ship-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ship-form-group .head {
  margin-bottom: 2.4rem;
}
.ship-form-group > .col-left {
  width: calc(70% - 1.2em);
}
@media screen and (max-width: 768px) {
  .ship-form-group > .col-left {
    width: 100%;
  }
}
.ship-form-group > .col-right {
  width: calc(30% - 1.2em);
}
@media screen and (max-width: 768px) {
  .ship-form-group > .col-right {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .ship-row > .col {
    width: 100%;
  }
}

.ship-side {
  position: sticky;
  top: 10rem;
}
.ship-side .b-inner {
  padding: 1.2rem;
  background: #e6e6e6;
  min-height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.ship-side .t-head {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  font-weight: 900;
}
.ship-side .b-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.ship-side .b-btn {
  margin-top: auto;
}

.cart-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  width: 40rem;
  max-width: 100%;
}
.cart-coupon input {
  width: 100%;
  outline: unset;
  border: 1px solid #a1a1a1;
  padding: 0 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}

.cart-bot {
  margin-top: 2.4rem;
}

.cart .head {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .cart-row > .col {
    width: 100%;
  }
}

.cmini {
  height: 100%;
}
.cmini .widget_shopping_cart_content {
  height: 100%;
}
.cmini .widget_shopping_cart_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.cmini .variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.cmini .variation > .t-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmini .variation > .t-txt * {
  display: inline;
}
.cmini-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cmini-ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cmini-empty {
  padding: 2.4rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.cmini-empty .icon {
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cmini-empty .icon img {
  width: 100%;
  display: block;
}
.cmini-empty .t-text {
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
}
.cmini-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.6rem;
  border-bottom: 0.1rem solid rgba(152, 162, 179, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  width: 100%;
}
.cmini-head .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.cmini-head .t-gr .t-text {
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
  color: var(--color-pri);
  font-weight: 700;
}
.cmini-head .t-gr .t-num {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: var(--color-white);
  background: var(--color-pri);
  font-size: 1.6rem;
  border-radius: 0.2rem;
}
.cmini-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  padding-top: 6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cmini-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem 0;
}
.cmini-item:not(:last-child) {
  border-bottom: 0.1rem solid rgba(102, 112, 133, 0.1);
}
@media screen and (max-width: 880px) {
  .cmini-item {
    padding: 0.6rem;
    gap: 1.2rem;
  }
}
.cmini-image {
  width: 8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cmini-image .inner {
  display: block;
  padding-top: calc(1 / 1 * 100%);
  position: relative;
  overflow: hidden;
  overflow: hidden;
}
.cmini-image .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cmini-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cmini-content .t-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
.cmini-content .t-head .t-link {
  --f-sz: 1.4rem;
  font-size: var(--f-sz);
  color: var(--color-pri);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-underline-position: below;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (hover: hover) {
  .cmini-content .t-head .t-link:hover {
    text-decoration: underline;
  }
}
.cmini-content .t-head > .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  --wc-red: #ef4444;
}
.cmini-content .t-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cmini-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  padding: 1.6rem;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .cmini-bot {
    padding: 1rem;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cmini-bot .b-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.cmini-bot .b-total {
  padding-top: 1.6rem;
  border-top: 0.1rem solid #f5f5f5;
}
.cmini-bot .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #171717;
}
.cmini-bot .t-gr .t-text {
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  font-weight: 600;
}
.cmini-bot .t-gr .t-txt {
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  font-weight: 700;
}
.cmini-bot .b-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.8rem;
}

.acc-ord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.acc-ord-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.acc-ord-item {
  padding: 1.2rem 2rem;
  border: 0.1rem solid var(--cl-border);
}
.acc-ord-item:not(:last-child) {
  border-bottom: 0;
}
.acc-ord-item-detail {
  padding: 0.4rem;
  border: 0.1rem solid var(--cl-border);
}
.acc-ord-item-detail .b-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.acc-ord-item-detail .b-head .icon {
  width: 1.4rem;
  height: 1.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.acc-ord-item-detail.active .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.acc-ord-item-detail .b-panel {
  display: none;
}
.acc-ord .b-head .row {
  --cg: 1.2rem;
  --rg: 1.2rem;
}
.acc-ord-head {
  padding: 1rem 2rem;
  border: 0.1rem solid var(--cl-border);
  border-bottom: 0;
}

.progress-wrap {
  position: fixed;
  right: 1rem;
  bottom: 5rem;
  height: 3.6rem;
  width: 3.6rem;
  cursor: pointer;
  display: block;
  border-radius: 100rem;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
  z-index: 20;
  opacity: 0;
  background: var(--color-white);
  visibility: hidden;
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media screen and (max-width: 1000px) {
  .progress-wrap {
    right: 1.5rem;
    bottom: 5rem;
  }
}

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

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f062";
  text-align: center;
  font-size: 2rem;
  color: var(--color-pri);
  left: 0;
  top: 0;
  height: 3.6rem;
  width: 3.6rem;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

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

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

.hd-burger {
  padding: 1.2rem 0;
  cursor: pointer;
}
.hd-burger.active .line:nth-child(1) {
  -webkit-transform: translate3d(0, 0.3rem, 0) rotate(45deg) !important;
  transform: translate3d(0, 0.3rem, 0) rotate(45deg) !important;
}
.hd-burger.active .line:nth-child(2) {
  -webkit-transform: translate3d(0, -0.4rem, 0) rotate(135deg) !important;
  transform: translate3d(0, -0.4rem, 0) rotate(135deg) !important;
  width: 2.8rem;
}
@media screen and (min-width: 1201px) {
  .hd-burger {
    display: none;
  }
}

.burger {
  position: relative;
}

.hamburger .line {
  width: 2.8rem;
  height: 0.2rem;
  border-radius: 0.4rem;
  background: var(--color-pri);
  display: block;
  margin: 0.5rem 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hamburger .line:nth-child(2) {
  width: 2rem;
  margin-left: auto;
}

.dateTime {
  position: relative;
  height: 5rem;
  border: 0.1rem solid var(--color-border);
  z-index: 2;
  border-radius: 15rem;
  overflow: hidden;
}
.dateTime.icon-date {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dateTimeItem {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
}

.dateTimeText {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  background-color: var(--color-white);
  z-index: 2;
}
.dateTimeText.disable {
  opacity: 0;
  visibility: hidden;
}

.dateTimeInput {
  padding: 0.8rem 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Koruri", sans-serif;
  border-radius: inherit;
  border: unset !important;
}

.dateTime.icon-date::after {
  content: "\f073";
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: "Font Awesome 5 Pro";
  color: var(--color-pri);
  position: relative;
  z-index: 3;
  margin-right: 1.4rem;
}

.ft {
  padding: 4rem 0;
}
@media screen and (max-width: 1200px) {
  .ft {
    padding: 3.2rem 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .ft {
    padding: 1.5rem 0;
  }
}
.ft-content {
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
}

.t25 {
  --f-sz: clamp(1.8rem, calc(1.3984rem + 0.5738vw), 2.5rem);
  font-size: var(--f-sz);
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  height: var(--size-hd);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .hd.sticky {
    --size-hd: 10rem;
  }
}

.hd.sticky .hd-wrap::before {
  opacity: 1;
}
.hd-wrap {
  position: relative;
  background: var(--color-white);
}
@media screen and (max-width: 1200px) {
  .hd-wrap {
    width: 95%;
    margin: 0 auto;
  }
}
.hd-wrap::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #d9d9d9;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hd-decor {
  position: absolute;
  top: -0.4rem;
  left: -7rem;
  --f-sz: clamp(2.2rem, calc(1.6262rem + 0.8197vw), 3.2rem);
  font-size: var(--f-sz);
  font-weight: 700;
  color: #282828;
  z-index: 1;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  line-height: 1;
}
@media screen and (max-width: 1340px) {
  .hd-decor {
    left: -4rem;
  }
}
@media screen and (max-width: 1200px) {
  .hd-decor {
    display: none;
  }
}
.hd-logo .custom-logo-link {
  display: block;
  max-width: 14rem;
  margin: 0 auto;
}
.hd-logo .custom-logo-link img {
  width: 100%;
  display: block;
}
.hd-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 1.2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .hd-wrap {
    gap: 1.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.hd-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6.4rem;
}
.hd-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .hd-control::before {
    content: "";
    position: absolute;
    left: -3.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 2.4rem;
    background: var(--color-pri);
  }
}
@media screen and (max-width: 1200px) {
  .hd-control {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .hd-control {
    gap: 1.2rem;
  }
}
.hd-link {
  --cl: var(--color-pri);
  --fz: 2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .hd-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 0.2rem;
    background: var(--color-pri);
  }
}
@media screen and (max-width: 1200px) {
  .hd-link {
    width: 2.4rem;
    height: 2.4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (hover: hover) {
  .hd-link:hover::before {
    width: 100%;
  }
}
.hd-link .txt {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .hd-link .txt {
    display: none;
  }
}
.hd-link .icon {
  font-size: 2.4rem;
}
@media screen and (min-width: 1201px) {
  .hd-link .icon {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .hd-link.icon-register {
    display: none;
  }
}
.hd-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .hd-icon:hover {
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
  }
}
.hd-icon .number {
  position: absolute;
  top: -1rem;
  right: -1rem;
  background: var(--color-pri);
  color: var(--color-white);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  --f-sz: 1rem;
  font-size: var(--f-sz);
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .hd-icon .number {
    width: 1.6rem;
    height: 1.6rem;
    top: -0.5rem;
    right: -0.5rem;
  }
}
.hd-search-wrap {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  height: 0;
  background: #1e1e1e;
  z-index: 10;
  visibility: hidden;
}
.hd-search-close {
  position: absolute;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  display: inline-block;
  padding-bottom: 0.1rem;
  border-bottom: 0.2rem solid #fff;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
}
.hd-search-form {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 123rem;
  padding: 0 1.5rem;
  max-width: 100%;
  margin: 0 auto;
}
.hd-search-form .tt-search {
  font-size: 10vw;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.hd-search-form form {
  width: 100%;
}
.hd-search-over {
  overflow: hidden;
}
.hd-search-ip {
  width: 100%;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hd-search-ip input {
  width: 100%;
  border: unset;
  outline: unset;
  height: 6rem;
  text-align: center;
  padding: 0 1.2rem;
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  text-transform: capitalize;
}
.hd-search-ip input::-webkit-input-placeholder {
  color: #8c8782;
}
.hd-search-btn {
  width: 6rem;
  height: 6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: var(--color-white);
}
.hd-search-btn .icon {
  width: 4rem;
}

.mobile {
  position: fixed;
  z-index: 140;
  top: var(--size-hd);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  padding-bottom: 4rem;
  width: 90%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 1201px) {
  .mobile {
    display: none;
  }
}
.mobile-con {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--color-pri);
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.mobile-overlay {
  position: fixed;
  z-index: 100;
  background-color: rgb(255, 255, 255);
  visibility: hidden;
  width: 90%;
  top: var(--size-hd);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1201px) {
  .mobile-overlay {
    display: none;
  }
}
.mobile-wr {
  position: relative;
  height: 100%;
}
.mobile-list {
  margin-bottom: 2rem;
}
.mobile-content {
  padding: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.mobile-mxh {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh .i-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
.mobile-mxh a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  background: #fafafa;
  cursor: pointer;
}
.mobile-mxh a:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh a img {
  width: 2.4rem;
  height: 2.4rem;
}
.mobile-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--color-pri);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  background-color: white;
}
.mobile-close:hover .icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-close .icon {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--color-pri);
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
}
.popup.open {
  visibility: visible;
  pointer-events: visible;
}
.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.popup-overlay {
  position: absolute;
  background-color: rgba(var(--color-black), 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70rem;
  max-width: 95%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popup-main-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.popup-over {
  overflow-y: auto;
  min-height: 40vh;
  max-height: 80vh;
}
.popup-wrapper {
  background-color: white;
  width: 100%;
  min-height: 40vh;
  position: relative;
  padding: 4.8rem 2rem 2rem 2rem;
}
.popup-title {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.6rem;
}
.popup-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  cursor: pointer;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  width: 3rem;
  height: 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: white;
  z-index: 3;
}
.popup-close:hover .icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.popup-close .icon {
  color: var(--color-black);
  font-weight: 500;
  font-size: 3rem;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}

.select2-container {
  height: 4.8rem;
  background-color: transparent;
}

.select2.select2-container {
  width: 100% !important;
}

.selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0rem !important;
  color: var(--color-white);
  height: 4.8rem;
  background-color: #fff;
  border: 0.1rem solid #d9d9d9;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  border: 1px solid transparent;
  color: var(--color-pri);
  font-size: 1.6rem;
  font-weight: 700;
  display: inline !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  padding-left: 1.4rem;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: none;
  border-bottom: none !important;
  padding: 4px 6px !important;
  background-color: var(--color-sec);
  color: var(--color-sec);
}

.select2-container .select2-dropdown .select2-results ul {
  background: #e6eeed;
  color: var(--color-pri);
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-pri);
  font-size: 1.6rem;
}

.select2-container--default .select2-results__option--selected {
  background-color: #e6eeed;
  color: var(--color-pri);
  font-size: 1.6rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  border-color: #000 transparent transparent transparent;
}

.select2-search.select2-search--dropdown {
  display: none !important;
}

.select2-results__option {
  font-size: 1.6rem;
}

.select2-results {
  display: block;
  border-radius: unset !important;
  overflow: hidden;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: unset !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 2rem;
  font-weight: 700;
  color: var(--color-text);
  padding-right: 3rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-text);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -1.2rem;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  font-size: 1.6rem;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-pri);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-pri);
}

.menu-nav {
  --color-link: var(--color-pri);
  --color-link-sub: var(--color-pri);
  --gap: 0 -1.6rem;
  --gap-item: 0 1.6rem;
  --gapx: 3.2rem;
  --font-size-link: 2.4rem;
  --font-weight-link: 400;
  --font-size-link-mobile: 2.8rem;
  --font-weight-link-mobile: 400;
  --gap-item-mobile: 0 1.2rem;
}

.hd-nav {
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .hd-nav {
    display: none;
  }
}
.hd-nav .menu-nav {
  height: 100%;
}
.hd-nav .menu-nav > .menu-list {
  height: 100%;
  margin: var(--gap);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hd-nav .menu-nav > .menu-list > .menu-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hd-nav .menu-nav > .menu-list > .menu-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 0.2rem;
  background: var(--color-pri);
  width: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.hd-nav .menu-nav > .menu-list > .menu-item:hover:not(.dropdown)::before, .hd-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item)::before {
  width: calc(100% - var(--gapx));
}
.hd-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::before {
  width: 0;
}
.hd-nav .menu-nav > .menu-list > .menu-item:hover > a {
  color: var(--color-pri);
}
.hd-nav .menu-nav > .menu-list > .menu-item:hover > a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hd-nav .menu-nav > .menu-list > .menu-item > .menu-link {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-link);
  padding: var(--gap-item);
  font-size: var(--font-size-link);
  font-weight: var(--font-weight-link);
}
.hd-nav .menu-nav > .menu-list > .menu-item.current_page_item > a, .hd-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a, .hd-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > a, .hd-nav .menu-nav > .menu-list > .menu-item.current-post-parent > a {
  color: var(--color-pri);
}
.hd-nav .menu-nav > .menu-list > .menu-item.current_page_item::before, .hd-nav .menu-nav > .menu-list > .menu-item.current-menu-item::before, .hd-nav .menu-nav > .menu-list > .menu-item.current-menu-parent::before, .hd-nav .menu-nav > .menu-list > .menu-item.current-post-parent::before {
  width: calc(100% - var(--gapx));
}
.hd-nav .menu-nav > .menu-list > .menu-item > .menu-list {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}
.hd-nav .menu-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hd-nav .menu-item {
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.hd-nav .menu-item:hover > .menu-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hd-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a, .hd-nav .menu-item:hover > .menu-list > .menu-item.current-menu-item > a {
  color: var(--color-pri);
}
.hd-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a::after, .hd-nav .menu-item:hover > .menu-list > .menu-item.current-menu-item > a::after {
  height: 100%;
}
.hd-nav .menu-item .menu-link,
.hd-nav .menu-item a {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.hd-nav .menu-item .menu-link i,
.hd-nav .menu-item a i {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.hd-nav .menu-item > .menu-link,
.hd-nav .menu-item > a {
  color: var(--color-link);
  font-weight: var(--font-weight-link);
  font-size: var(--font-size-link);
  display: block;
}
.hd-nav .menu-item > .menu-link > i,
.hd-nav .menu-item > a > i {
  display: none;
  font-weight: 600;
  margin-left: 0.4rem;
  font-size: 1.6rem;
}
.hd-nav .menu-item.dropdown > a > i {
  display: block;
}
.hd-nav .menu-item > .menu-list {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 20rem;
  max-width: 23rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: var(--color-white);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 0.3rem 1.2rem 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0.3rem 1.2rem 0px;
}
.hd-nav .menu-item > .menu-list > .menu-item {
  margin-left: 0;
  width: 100%;
}
.hd-nav .menu-item > .menu-list > .menu-item:hover::after {
  opacity: 1;
}
.hd-nav .menu-item > .menu-list > .menu-item:hover > .menu-link,
.hd-nav .menu-item > .menu-list > .menu-item:hover > a {
  color: var(--color-pri);
  background: var(--color-bg);
}
.hd-nav .menu-item > .menu-list > .menu-item:hover > .menu-link::after,
.hd-nav .menu-item > .menu-list > .menu-item:hover > a::after {
  height: 100%;
}
.hd-nav .menu-item > .menu-list > .menu-item > .menu-link,
.hd-nav .menu-item > .menu-list > .menu-item > a {
  padding: 0.6rem 1.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  color: var(--color-link-sub);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: var(--font-weight-link-sub);
}
.hd-nav .menu-item > .menu-list > .menu-item > .menu-link::after,
.hd-nav .menu-item > .menu-list > .menu-item > a::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 0%;
  background: var(--color-pri);
  width: 0.2rem;
  z-index: 1;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hd-nav .menu-item > .menu-list > .menu-item > .menu-link > i,
.hd-nav .menu-item > .menu-list > .menu-item > a > i {
  -webkit-transform: rotate(-90deg) translate(5px, 0);
  transform: rotate(-90deg) translate(5px, 0);
  margin-top: 0.8rem;
  font-size: 1rem;
}
.hd-nav .menu-item > .menu-list > .menu-item > .menu-list {
  left: 100%;
}

.mobile-nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 50rem;
  margin: 0 auto;
}
.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a, .mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a, .mobile-nav .menu-nav > .menu-list > .menu-item.current-post-parent > a {
  color: var(--color-pri);
}
.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a::after, .mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a::after, .mobile-nav .menu-nav > .menu-list > .menu-item.current-post-parent > a::after {
  opacity: 1;
}
.mobile-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item) > a {
  color: var(--color-pri);
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  padding: 1.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-link);
  font-size: var(--font-size-link-mobile);
  font-weight: var(--font-weight-link-mobile);
  position: relative;
  text-align: center;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a S br {
  display: none;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a::before {
  display: none;
}
.mobile-nav .menu-item.dropdown > a > i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-nav .menu-item.active > a > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-nav .menu-item a {
  position: relative;
}
.mobile-nav .menu-item a i {
  width: 2rem;
  height: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.mobile-nav .menu-item > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: var(--gap-item-mobile);
  font-size: var(--font-size-link-mobile);
  color: var(--color-link);
  font-weight: var(--font-weight-link-mobile);
  text-align: center;
}
.mobile-nav .menu-item > .menu-list {
  display: none;
  margin-left: 1.6rem;
  position: relative;
}
.mobile-nav .menu-item > .menu-list::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 0;
  width: 1px;
  background-color: rgb(245, 246, 247);
}
.mobile-nav .menu-item > .menu-list > .menu-item.current_page_item > a, .mobile-nav .menu-item > .menu-list > .menu-item.current-menu-item > a {
  color: var(--color-pri);
}
.mobile-nav .menu-item > .menu-list > .menu-item:has(.current-menu-item) > a {
  color: var(--color-pri);
}

.bnh {
  padding-top: 4rem;
}
.bnh .b-inner img {
  display: block;
  width: 100%;
}

.hab-content {
  max-width: 101rem;
  margin: 0 auto;
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
}

.hab-gal {
  max-width: 80rem;
  margin: 0 auto;
}
.hab-gal .b-row {
  --rg: 10rem;
  --cg: 10rem;
}
@media screen and (max-width: 1200px) {
  .hab-gal .b-row {
    --rg: 6rem;
    --cg: 6rem;
  }
}

.hab-item {
  --f-sz: 1.4rem;
  font-size: var(--f-sz);
}
.hab-item img {
  display: block;
  margin: 0 auto;
}

.mt-12 {
  margin-top: 1.2rem;
}

.hab {
  margin-top: 6rem;
}
@media screen and (max-width: 1200px) {
  .hab {
    margin-top: 4rem;
  }
}

.woocommerce-shipping-calculator {
  margin: 0 calc(var(--cg) * -0.5) calc(var(--rg) * -1);
}

.woocommerce form {
  --rg: 2.4rem;
  --ip-h: 4.8rem;
  --ta-h: 10rem;
  --ta-pd: 1.2rem;
  --fz-ip: 1.6rem;
  --fw-ip: 700;
  --fz-label: 1.6rem;
  --fw-label: 500;
  --label-mb: 0.8rem;
  --cl-border: #d9d9d9;
  --cl-focus: var(--color-pri);
  --bg-ip: var(--color-white);
  --color-placeholder: var(--color-text);
  --br-ip: 0rem;
  --br-ta: 0rem;
}
@media screen and (max-width: 1200px) {
  .woocommerce form {
    --cg: 1.2rem;
    --rg: 2.4rem;
  }
}

.form-list {
  --rg: 4rem;
  --ip-h: 4.8rem;
  --ta-h: 10rem;
  --ta-pd: 1.2rem;
  --fz-ip: 1.6rem;
  --fw-ip: 700;
  --fz-label: 1.6rem;
  --fw-label: 500;
  --label-mb: 0.8rem;
  --cl-border: #d9d9d9;
  --cl-focus: var(--color-pri);
  --bg-ip: var(--color-white);
  --color-placeholder: var(--color-text);
  --br-ip: 0rem;
  --br-ta: 0rem;
}
@media screen and (max-width: 1200px) {
  .form-list {
    --cg: 1.2rem;
    --rg: 2.4rem;
  }
}
.form-list ~ .b-submit {
  margin-top: 2.4rem;
}
.form-list ~ .b-submit .btn.m-left {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .form-list ~ .b-submit .btn.m-left {
    margin-left: auto;
    margin-right: auto;
  }
}
.form-list .form-ip {
  position: relative;
}
.form-list .form-ip .text:not(.mona-fktext) {
  color: var(--color-tt);
  display: inline-block;
  margin-bottom: var(--label-mb);
  font-size: var(--fz-label);
  font-weight: var(--fw-label);
}
.form-list .form-ip .ip-pos {
  position: relative;
}
.form-list .form-ip .ip-pos .icon {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color-text);
  right: 1.6rem;
  cursor: pointer;
}
.form-list .form-ip .ip-pos input {
  padding-right: 4rem;
}
.form-list .form-ip input {
  height: var(--ip-h);
  width: 100%;
  border: 0.1rem solid var(--cl-border);
  border-radius: var(--br-ip);
  outline: unset;
  color: var(--color-text);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 1.6rem;
  font-size: var(--fz-ip);
  background: var(--bg-ip);
  font-weight: var(--fw-ip);
}
.form-list .form-ip input::-webkit-input-placeholder {
  color: var(--color-placeholder);
  font-size: 1.6rem;
}
.form-list .form-ip input::-moz-placeholder {
  color: var(--color-placeholder);
  font-size: 1.6rem;
}
.form-list .form-ip input::-ms-input-placeholder {
  color: var(--color-placeholder);
  font-size: 1.6rem;
}
.form-list .form-ip input::placeholder {
  color: var(--color-placeholder);
  font-size: 1.6rem;
}
.form-list .form-ip input:focus {
  border-color: var(--cl-focus);
}
.form-list .form-ip textarea {
  height: var(--ta-h);
  width: 100%;
  background: var(--bg-ip);
  border: 0.1rem solid var(--cl-border);
  border-radius: var(--br-ip);
  padding: var(--ta-pd);
  font-size: var(--fz-ip);
  outline: unset;
  color: var(--color-text);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  resize: unset;
  font-weight: var(--fw-ip);
  font-family: "Inter";
}
.form-list .form-ip textarea::-webkit-input-placeholder {
  color: var(--color-placeholder);
}
.form-list .form-ip textarea::-moz-placeholder {
  color: var(--color-placeholder);
}
.form-list .form-ip textarea::-ms-input-placeholder {
  color: var(--color-placeholder);
}
.form-list .form-ip textarea::placeholder {
  color: var(--color-placeholder);
}
.form-list .form-ip textarea:focus {
  border-color: var(--cl-focus);
}

.ct-panel {
  max-width: 38rem;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .ct-panel {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .ct-row > .col {
    width: 100%;
  }
}

.login-wrap {
  max-width: 60rem;
  margin: 0 auto;
}

.woocommerce form .form-row input.input-text {
  height: var(--ip-h);
  width: 100%;
  border: 0.1rem solid var(--cl-border);
  border-radius: var(--br-ip);
  outline: unset;
  color: var(--color-text);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 1.6rem;
  font-size: var(--fz-ip);
  background: var(--bg-ip);
  font-weight: var(--fw-ip);
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder {
  color: var(--color-placeholder);
  font-size: 1.6rem;
}
.woocommerce form .form-row input.input-text::-moz-placeholder {
  color: var(--color-placeholder);
  font-size: 1.6rem;
}
.woocommerce form .form-row input.input-text::-ms-input-placeholder {
  color: var(--color-placeholder);
  font-size: 1.6rem;
}
.woocommerce form .form-row input.input-text::placeholder {
  color: var(--color-placeholder);
  font-size: 1.6rem;
}
.woocommerce form .form-row input.input-text:focus {
  border-color: var(--cl-focus);
}

.woocommerce form .form-row textarea {
  height: var(--ta-h);
  width: 100%;
  background: var(--bg-ip);
  border: 0.1rem solid var(--cl-border);
  border-radius: var(--br-ip);
  padding: var(--ta-pd);
  font-size: var(--fz-ip);
  outline: unset;
  color: var(--color-text);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  resize: unset;
  font-weight: var(--fw-ip);
  font-family: "Inter";
}
.woocommerce form .form-row textarea::-webkit-input-placeholder {
  color: var(--color-placeholder);
}
.woocommerce form .form-row textarea::-moz-placeholder {
  color: var(--color-placeholder);
}
.woocommerce form .form-row textarea::-ms-input-placeholder {
  color: var(--color-placeholder);
}
.woocommerce form .form-row textarea::placeholder {
  color: var(--color-placeholder);
}
.woocommerce form .form-row textarea:focus {
  border-color: var(--cl-focus);
}

.shipping-calculator-button {
  padding: 0 calc(var(--cg) / 2);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.order-total {
  padding-top: 1.2rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
}

.woocommerce-shipping-totals {
  padding: 1.2rem 0;
  margin: 1.2rem 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.woocommerce-shipping-totals .text {
  font-weight: 600;
}

.woocommerce-privacy-policy-text {
  font-size: 1.4rem;
}

.abi-content {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
}

.sprd {
  padding: 2.4rem;
  background: #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .sprd {
    padding: 1.2rem;
  }
}
.sprd-item {
  height: 100%;
}
.sprd-item .inner {
  width: 100%;
  height: 100%;
}
.sprd-item .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.sprd-head {
  margin-bottom: 4.8rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sprd-head {
    margin-bottom: 2.4rem;
  }
}

.prd-item {
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (hover: hover) {
  .prd-item:hover {
    background: var(--color-white);
  }
}
.prd-item .b-img .inner {
  aspect-ratio: 1/1;
}
.prd-item .b-img .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.prd-item .b-ctn {
  padding: 2.4rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .prd-item .b-ctn {
    padding: 1.2rem;
  }
}
.prd-item .b-ctn .t-text {
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  font-weight: 700;
  color: var(--color-pri);
}

@media screen and (max-width: 1024px) {
  .prd-list > .col {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .prd-list > .col {
    width: 100%;
  }
}

.filter-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filter-btn .filter-btn-iwt {
  --fw: 900;
  --fz: 1.6rem;
  --cl: #000;
  --gap: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .filter-btn .filter-btn-iwt {
    --fz: 1.4rem;
  }
}
.filter-btn.active .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-pos {
  position: absolute;
  top: 100%;
  right: 0;
  width: 42rem;
  max-width: 100%;
  z-index: 10;
  display: none;
}
.filter-pos .b-inner {
  background: #c7c7c7;
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .filter-pos .b-inner {
    padding: 1.2rem;
  }
}
.filter-pos .b-inner .b-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}

.fw-9 {
  font-weight: 900;
}

.prd-dt-item .inner img {
  display: block;
  width: 100%;
}

.prd-slider-main .prd-dt-item .inner {
  display: block;
  padding-top: calc(582 / 532 * 100%);
  position: relative;
  overflow: hidden;
}
.prd-slider-main .prd-dt-item .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.prd-slider-thumb .swiper {
  --rg: 1.2rem;
  --cg: 1.2rem;
}
@media screen and (min-width: 901px) {
  .prd-slider-thumb .swiper-wrapper {
    -webkit-transform: unset !important;
    transform: unset !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.prd-slider-thumb .swiper-slide {
  width: auto;
}
@media screen and (max-width: 900px) {
  .prd-slider-thumb .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  .prd-slider-thumb .swiper-slide {
    width: 33.3333333333%;
  }
}
.prd-slider-thumb .swiper-slide.swiper-slide-thumb-active .prd-dt-gal::before {
  opacity: 1;
}
.prd-slider-thumb .swiper.rows .swiper-slide {
  margin-bottom: var(--rg);
}

.prd-dt-wrap {
  padding: 2.4rem;
  background: #e6e6e6;
}
@media screen and (max-width: 500px) {
  .prd-dt-wrap {
    padding: 1.2rem;
  }
}

.prd-dt-info .b-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prd-dt-info .b-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 500px) {
  .prd-dt-info .b-bot {
    gap: 1.2rem;
  }
}
.prd-dt-info .b-bot .b-price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0.2rem 1.2rem;
  min-width: 18rem;
  background: #fff;
}
@media screen and (max-width: 500px) {
  .prd-dt-info .b-bot .b-price {
    min-width: unset;
    width: 100%;
  }
}
.prd-dt-info .b-bot .b-price .t-price {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 500px) {
  .prd-dt-info .b-bot .b-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.prd-dt-info .b-bot .btn {
  min-width: 18rem;
  font-weight: 700;
  background: #878787;
}
@media (hover: hover) {
  .prd-dt-info .b-bot .btn:hover {
    color: var(--color-white);
  }
}
@media screen and (max-width: 500px) {
  .prd-dt-info .b-bot .btn {
    min-width: unset;
    width: 9rem;
    padding: 0.8rem;
  }
}
.prd-dt-info .b-bot .btn::before {
  background: var(--color-pri);
}

.prd-dt-gal {
  position: relative;
  overflow: hidden;
}
.prd-dt-gal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 901px) {
  .prd-dt-gal {
    height: 8.8rem;
    cursor: pointer;
  }
}
@media screen and (min-width: 901px) and (hover: hover) {
  .prd-dt-gal:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (min-width: 901px) {
  .prd-dt-gal img {
    height: 100% !important;
    width: auto;
    max-width: unset !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.prd-dt-gal img {
  display: block;
}

.prd-dt-list {
  --cg: 6rem;
}
@media screen and (max-width: 1200px) {
  .prd-dt-list {
    --cg: 2.4rem;
  }
}
@media screen and (max-width: 900px) {
  .prd-dt-list > .col {
    width: 100%;
  }
}

.prd-dt-accordion {
  margin-top: 2.4rem;
}
.prd-dt-accordion .b-accordion-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.prd-dt-accordion .b-accordion-head.active .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prd-dt-accordion .b-accordion-body {
  display: none;
}

@media screen and (max-width: 768px) {
  .prd-rl-slider .swiper-slide {
    width: 50%;
  }
}

.thank-panel {
  max-width: 72rem;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.thank-panel .b-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 2.4rem;
}
.thank-panel .t-head {
  --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 4rem);
  font-size: var(--f-sz);
  font-weight: 900;
}

.thank-icon {
  width: 4rem;
  height: 4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .thank-row > .col {
    width: 100%;
  }
}

.reset_variations {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: #878787;
  color: var(--color-white);
  font-weight: 700;
  border-radius: 0.4rem;
  line-height: 1.2;
}

.single_variation_wrap .single_add_to_cart_button {
  height: 100%;
}

.single_add_to_cart_button {
  color: var(--color-white);
}

.single_add_to_cart_button {
  min-width: 18rem;
  font-weight: 700;
  background: #878787;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.woocommerce-variation-add-to-cart {
  height: 100%;
}

@media (hover: hover) {
  .prd-rl-slider .prd-item:hover {
    background: #eee;
  }
}

.wpcf7-not-valid-tip,
.error-message {
  color: #ff0000;
  font-size: 1rem !important;
  display: block;
  background: #ffe6e6;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  position: absolute;
  top: 100%;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.wpcf7-not-valid-tip::before,
.error-message::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 0.6rem;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #ffe6e6;
  bottom: 100%;
  right: 0.2rem;
}

.wpcf7-response-output {
  padding: 0.4rem !important;
  background: var(--color-white);
  text-align: center;
  font-weight: 300 !important;
}

.cart-coupon .button {
  padding: 0.6rem 1.2rem;
  background: var(--color-pri);
  color: var(--color-white);
}

.button:not(.single_add_to_cart_button) {
  padding: 0.6rem 1.2rem;
  background: var(--color-pri);
  color: var(--color-white);
}

.login-head {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .login-head {
    margin-bottom: 2.4rem;
  }
}

.hab-item.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

.main.page-home {
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */
