@charset "UTF-8";
@import url("../js/library/fontawesome/css/all.css");
@import url("../js/library/aos/aos.css");
@import url("../js/library/swiper/swiper-bundle.min.css");
@import url("../js/library/slick/slick.css");
@import url("../js/library/themify-icons/themify-icons.css");
@import url("../js/library/select2/select2.min.css");
@import url("../js/library/wow/animate.min.css");
@import url("../js/library/themifi/themify-icons.css");
@import url("../js/library/magnific/magnific-popup.css");
@import url("../js/library/gallery/lightgallery.min.css");
@import url("../assets/font/Themify/stylesheet.css");
@import url("../assets/font/Gilroy/stylesheet.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 !important;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  color: #000000;
  overflow: hidden/auto;
}
@media screen and (min-width: 2000px) {
  body {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
}

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

button,
select {
  border: none;
  outline: none;
}

.main {
  overflow: hidden;
  padding-top: 12rem;
}
@media screen and (max-width: 1200px) {
  .main {
    padding-top: 6rem;
  }
}

.main-product {
  padding-top: 12rem;
}
@media screen and (max-width: 1200px) {
  .main-product {
    padding-top: 6rem;
    overflow: hidden;
  }
}

.container {
  width: 100%;
  max-width: 123rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-second {
  width: calc(100vw - (100vw - 1170px) / 2);
  max-width: 100%;
}

.over {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.over::-webkit-scrollbar {
  display: none;
}

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

iframe {
  vertical-align: middle;
}

.effectShine {
  position: relative;
  overflow: hidden;
}

.effectShine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.wow {
  animation-duration: 1s;
}

.load-item {
  display: none;
}

.show-hide-toggle {
  cursor: pointer;
}

.dnor {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.dnor-item {
  padding: 0 15px;
}

.dmini {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.dmini-item {
  padding: 0 5px;
}

@-moz-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes fadeInleftShorter {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpShorter {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-35deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(35deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-35deg) scale(1.1) skew(1deg);
  }
  40% {
    transform: rotate(35deg) scale(1.1) skew(1deg);
  }
  50% {
    transform: rotate(-35%) scale(1) skew(1deg);
  }
  60% {
    transform: rotate(35%) scale(1) skew(1deg);
  }
  70% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ZoomIn {
  50% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft2 {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(20%, 0, 0);
    opacity: 0;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes grow {
  from {
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@-webkit-keyframes fixedAnim {
  0% {
    right: 125%;
  }
  125% {
    right: 0;
  }
}
@-moz-keyframes fixedAnim {
  0% {
    right: 125%;
  }
  125% {
    right: 0;
  }
}
@keyframes fixedAnim {
  0% {
    right: 125%;
  }
  125% {
    right: 0;
  }
}
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes moc-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
@keyframes moc-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 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;
}

.back-to-top {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #cc9900;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  z-index: 7;
  transform: translateX(3rem);
  opacity: 0;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    right: 1.5rem;
  }
}
.back-to-top.active {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.back-to-top .triangle {
  display: block;
  width: 0;
  height: 0;
  z-index: 2;
  border: 8px solid transparent;
  border-bottom: 6px solid #fff;
  margin-top: -6px;
  border-radius: 5px;
}
.back-to-top .triangle:nth-child(1) {
  animation: BTT 1.5s linear 0.6s infinite;
}
.back-to-top .triangle:nth-child(2) {
  animation: BTT 1.5s linear 0.3s infinite;
}
.back-to-top .triangle:nth-child(3) {
  animation: BTT 1.5s linear 0s infinite;
}
@media only screen and (min-width: 901px) {
  .back-to-top:hover {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}

::-webkit-scrollbar {
  width: 5px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #cc9900;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cc9900;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  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;
  box-shadow: 0px 0.4rem 3rem rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 1200px) {
  .header.onscroll .cmini {
    top: 6rem;
  }
}
.header-hotline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-hotline {
    display: none;
  }
}
.header-hotline .text {
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-left: 0.8rem;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .header-hotline .text:hover {
    color: #cc9900;
  }
}
.header-hotline .icon {
  width: 1.7rem;
  height: 1.7rem;
  flex-shrink: 0;
}
.header.onscroll {
  top: -4.8rem;
}
@media screen and (max-width: 1200px) {
  .header.onscroll {
    top: 0;
  }
}
.header .custom-logo-link {
  display: block;
  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;
  padding: 0 2.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1260px) {
  .header .custom-logo-link {
    padding: 0 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .header .custom-logo-link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.header-nav-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-nav-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.header-nav-item.current_page_item .header-nav-link {
  color: red;
}
.header-nav-item.dropdown > i {
  display: block;
}
.header-nav-item > i {
  font-weight: 400;
  display: none;
}
.header-nav-item > .smenu {
  position: absolute;
  top: 100%;
  left: 0;
}
.header-nav-item:hover > .smenu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header-top {
  height: 4.8rem;
  background-color: #333333;
}
@media screen and (max-width: 1200px) {
  .header-top {
    display: none;
  }
}
.header-top-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header-top-wrap {
    justify-content: center;
  }
}
.header-top-wrap .menu-list {
  margin: 0 -1.6rem;
}
@media screen and (max-width: 1260px) {
  .header-top-wrap .menu-list {
    margin: 0 -0.8rem;
  }
}
.header-top-wrap .menu-list .menu-item a {
  display: inline-block;
  padding: 0 1.6rem;
  color: #fff;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .header-top-wrap .menu-list .menu-item a:hover {
    color: #cc9900;
  }
}
@media screen and (max-width: 768px) {
  .header-top-wrap .menu-list .menu-item a {
    padding: 0 0.4rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 380px) {
  .header-top-wrap .menu-list .menu-item a {
    font-size: 1.1rem;
  }
}
.header-top-wrap .menu-list .menu-item.current_page_item a {
  color: #cc9900;
}
.header-main {
  height: 7.2rem;
  background: #262425;
}
@media screen and (max-width: 1200px) {
  .header-main {
    height: 6rem;
  }
}
.header-main-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  align-items: center;
  margin: 0 -2.4rem;
}
@media screen and (max-width: 1260px) {
  .header-main-wrapper {
    margin: 0 -1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-main-wrapper {
    position: relative;
  }
}
.header-control {
  padding: 0 2.4rem;
  margin-left: auto;
}
@media screen and (max-width: 1230px) {
  .header-control {
    padding: 0 1.2rem;
  }
}
.header-control-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 -0.8rem;
}
.header-control-box {
  padding: 0 0.8rem;
}
.header-search {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  background: #cc9900;
}
.header-search .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.header-search .icon > img {
  display: inline-block;
}
.header-cart {
  transform: translateY(-0.3rem);
  width: fit-content;
  cursor: pointer;
}
.header-cart.active ~ .cmini {
  display: block;
  opacity: 1;
  z-index: 10;
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  visibility: unset;
}
.header-cart .icon-cart {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}
.header-cart .icon-cart img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header-cart-num {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 700;
  font-size: 0.8rem;
  color: #fff;
  min-width: 1.6rem;
  min-height: 1.6rem;
  border-radius: 100rem;
  background: #cc9900;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transform: translate(50%, 50%);
}
.header-line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background: #cc9900;
  bottom: 0;
  animation: 1.5s line;
  left: 0;
}
.header-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background: #e6e6e6;
  bottom: 0;
  animation: 1.5s line;
  right: 0;
}

.menu-list > .current-menu-item > a {
  color: #cc9900;
}
.menu-list > .current-menu-item::before {
  width: 100%;
}

.mobile-nav .menu-list > .current-menu-item > a {
  color: #cc9900;
}

.footer {
  background: #333333;
}
.footer-mid .menu-list {
  flex-direction: column;
  margin: 0;
  align-items: unset;
}
.footer-mid .menu-list > .menu-item > a {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: none;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .footer-mid .menu-list > .menu-item > a:hover {
    color: #cc9900;
  }
}
.footer-mid .menu-list > .menu-item:not(:last-child) {
  margin-bottom: 1.2rem;
}
.footer-mid .menu-list > .menu-item.current_page_item > a {
  color: #cc9900;
}
.footer-wrap {
  padding-top: 6.4rem;
}
@media screen and (max-width: 750px) {
  .footer-wrap {
    padding-top: 4rem;
    padding-bottom: 8rem;
    position: relative;
  }
}
@media screen and (max-width: 490px) {
  .footer-wrap {
    padding-bottom: 18rem;
  }
}
@media screen and (max-width: 750px) {
  .footer-content {
    text-align: center;
  }
}
.footer-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer-top {
    flex-direction: column;
  }
}
.footer-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 -1.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .footer-group {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 490px) {
  .footer-group {
    margin: 0 -0.4rem;
    justify-content: center;
  }
}
.footer-group .text {
  padding: 0 1.2rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 470px) {
  .footer-group .text {
    padding: 0 0.4rem;
  }
}
.footer-social {
  padding: 0 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 470px) {
  .footer-social {
    padding: 0 0.4rem;
    gap: 0.4rem;
  }
}
.footer-social .icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .footer-social .icon:hover {
    transform: translateY(-0.5rem);
  }
}
.footer-fanpage {
  padding: 0 1.2rem;
}
@media screen and (max-width: 470px) {
  .footer-fanpage {
    padding: 0 0.4rem;
    width: 100%;
    text-align: center;
    margin-top: 0.6rem;
  }
}
.footer-fanpage iframe {
  height: 100%;
}
.footer-fanpage .icon {
  display: block;
}
.footer-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.6rem;
}
.footer-mid {
  margin: 3.2rem 0;
}
.footer-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .footer-flex {
    flex-direction: column;
  }
}
.footer-left {
  width: 33.3333333333%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 980px) {
  .footer-left {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.footer-right {
  width: 58.3333333333%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 980px) {
  .footer-right {
    width: 100%;
  }
}
.footer-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.5rem;
  flex-wrap: wrap;
}
.footer-col {
  padding: 0 1.5rem;
  width: 28.5714285714%;
}
@media screen and (max-width: 980px) {
  .footer-col {
    width: 30%;
  }
}
@media screen and (max-width: 570px) {
  .footer-col {
    width: 50%;
  }
}
.footer-col:last-child {
  width: 42.8571428571%;
}
@media screen and (max-width: 980px) {
  .footer-col:last-child {
    width: 40%;
  }
}
@media screen and (max-width: 570px) {
  .footer-col:last-child {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.footer-contact-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer-contact-inner .icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  display: block;
  margin-right: 0.8rem;
}
.footer-contact-inner:not(:last-child) {
  margin-bottom: 1.2rem;
}
.footer-contact-inner .text {
  transition: 0.3s ease-in-out;
}
.footer-contact-inner .text:hover {
  color: #cc9900;
}
.footer-bot {
  padding: 2.4rem 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 980px) {
  .footer-bot {
    display: none;
  }
}
.footer-bot .menu-nav .menu-list {
  justify-content: space-between;
}
.footer-bot .menu-nav .menu-list > .menu-item > a {
  color: #fff;
}
.footer-bot .menu-nav .menu-list > .menu-item > .menu-list {
  bottom: 100%;
  top: unset;
}
.footer-bot .menu-nav .menu-list > .menu-item > .menu-list > .menu-item > a {
  color: #444444;
}
.footer-dev {
  padding: 1.2rem 0;
  background: #252525;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer-dev {
    margin-top: 2.4rem;
  }
}
.footer-dev .text {
  padding: 0 1.5rem;
  color: #ffffff;
  opacity: 0.4;
}

.burger {
  cursor: pointer;
  padding: 1.2rem;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .burger {
    display: none;
  }
}

.hamburger .line {
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background-color: #cc9900;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}

#hamburger.active .line:nth-child(1) {
  width: 18px;
  margin-left: auto;
}

#hamburger.active .line:nth-child(2) {
  margin-left: auto;
}

#hamburger.active .line:nth-child(3) {
  width: 14px;
  margin-left: auto;
}

.select2-container {
  height: 37px;
  background-color: transparent;
  border-radius: 6px;
}

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

.selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 6px;
  color: #ffffff;
  height: 37px;
  background-color: #e6eeed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  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: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  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;
}

.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: #000000;
  color: #000000;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #e6eeed;
  color: #000000;
}

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

.select2-container--default .select2-results__option--selected {
  background-color: #e6eeed;
  color: #000000;
  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: 6px !important;
  overflow: hidden;
}

.select2-container {
  height: 37px;
  background-color: transparent;
  border-radius: 6px;
}

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

.selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 6px;
  color: #ffffff;
  height: 37px;
  background-color: #e6eeed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  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: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  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;
}

.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: #000000;
  color: #000000;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #e6eeed;
  color: #000000;
}

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

.select2-container--default .select2-results__option--selected {
  background-color: #e6eeed;
  color: #000000;
  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: 6px !important;
  overflow: hidden;
}

.mirror {
  position: relative;
  overflow: hidden;
}
.mirror::after {
  content: "";
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -50%;
  bottom: -50%;
  width: 1.25em;
  transform: translate3d(-2000%, 0, 0) rotate(35deg);
}
.mirror:hover::after {
  -webkit-animation: mirror 0.4s;
  animation: mirror 0.4s;
}

.sl-cus {
  position: relative;
}
.sl-cus.min {
  min-width: 120px;
}
.sl-cus.min:not(:first-child) {
  margin-left: 5px;
}
.sl-head {
  background-color: #F8F8F8;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
  border-radius: 6px;
}
.sl-head::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 13px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #ec1d23;
}
.sl-head::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 13px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ec1d23;
}
.sl-main {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sl-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  background-color: white;
  z-index: 10;
  display: none;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  max-height: 200px;
  overflow-y: auto;
}
.sl-item {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.sl-item:hover {
  background-color: #ec1d23;
  color: white;
}

.menu-nav {
  height: 100%;
}
.menu-nav.header-nav {
  padding: 0 2.4rem;
  flex: 1;
}
@media screen and (max-width: 1260px) {
  .menu-nav.header-nav {
    padding: 0 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .menu-nav.header-nav {
    display: none;
  }
}
.menu-nav > .menu-list {
  height: 100%;
  justify-content: center;
}
.menu-nav > .menu-list > .menu-item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.menu-nav > .menu-list > .menu-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.2rem;
  background-color: #cc9900;
  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;
}
@media screen and (min-width: 900px) {
  .menu-nav > .menu-list > .menu-item:hover::before {
    width: calc(100% - 2.4rem);
  }
}
.menu-nav > .menu-list > .menu-item > a {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0 1.2rem;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1240px) {
  .menu-nav > .menu-list > .menu-item > a {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .menu-nav > .menu-list > .menu-item > a:hover {
    color: #cc9900;
  }
}
.menu-nav > .menu-list > .menu-item.current_page_item > a {
  color: #cc9900;
  font-weight: 700;
}
.menu-nav > .menu-list > .menu-item > .menu-list {
  top: 100%;
  margin: unset;
}
.menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 -1.2rem;
}
.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;
}
@media screen and (min-width: 900px) {
  .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.menu-item > a {
  color: white;
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
  text-transform: uppercase;
}
.menu-item > a > i {
  display: none;
  font-weight: 400;
  margin-left: 0.8rem;
}
.menu-item.dropdown > a > i {
  display: inline-block;
}
.menu-item > .menu-list {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  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;
}
@media screen and (min-width: 900px) {
  .menu-item > .menu-list {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 5px);
  }
}
.menu-item > .menu-list > .menu-item {
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .menu-item > .menu-list > .menu-item:hover {
    background-color: rgba(204, 153, 0, 0.1);
  }
  .menu-item > .menu-list > .menu-item:hover::before {
    opacity: 1;
  }
}
.menu-item > .menu-list > .menu-item > a {
  padding: 1rem 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-item > .menu-list > .menu-item > a > i {
  transform: rotate(-90deg) translate(5px, 0);
  margin-top: 8px;
}
.menu-item > .menu-list > .menu-item > .menu-list {
  left: 110%;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
}
.popup.open {
  visibility: visible;
}
.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-close {
  opacity: 1;
  visibility: visible;
}
.popup.open .search-title {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.popup.open .search-input {
  width: 100%;
}
.popup.open .search-wrap .btn {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
}

.popup-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 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-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: white;
  z-index: 1201;
  opacity: 0;
  visibility: hidden;
}

.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 1200px;
  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;
}

.search-title {
  font-size: 3.2rem;
  color: white;
  text-align: center;
  margin-bottom: 16px;
  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;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50px);
}

.search-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  position: relative;
  width: 97rem;
  max-width: 100%;
  margin: 0 auto;
}
.search-wrap .btn-inner::before {
  border-color: #cc9900;
}
.search-wrap .btn-inner::after {
  border-color: #cc9900;
}

.search-input {
  height: 56px;
  outline: none;
  border: none;
  font-size: 2.4rem;
  padding: 0 16px;
  padding-right: 7.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: white;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s 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;
  font-family: "SVN-Gilroy", sans-serif;
  width: 0;
}
.search-input::placeholder {
  color: #fff;
}

.btn-pos {
  background: transparent;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.btn-search {
  background: transparent;
  padding: 0;
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .btn-search:hover {
    color: #cc9900;
  }
}

.btn-reset {
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.8rem;
  height: 2.8rem;
  border: unset;
  cursor: pointer;
}
@media (hover: hover) {
  .btn-reset:hover ~ .icon {
    color: #cc9900;
    opacity: 0.6;
  }
}

.btn-reset-pos {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
}
.btn-reset-pos .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: -1;
  font-size: 2.4rem;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
.btn-reset-pos .icon > i {
  font-weight: 300;
}

.mobile {
  position: fixed;
  z-index: 140;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 500px;
  max-width: 500px;
  background-color: white;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  padding-bottom: 4.3rem;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transform: translateX(-110%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 50rem) {
  .mobile {
    width: 100%;
    min-width: initial;
  }
}
.mobile.sticky {
  top: 0;
}
.mobile.open {
  transform: translateX(0);
}
@media screen and (min-width: 120.1rem) {
  .mobile {
    display: none;
  }
}
.mobile .logo {
  height: 6rem;
  width: 100%;
  position: fixed;
  padding: 1rem 1.5rem;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 0.1rem solid #cc9900;
}
.mobile .logo .logo-wr {
  width: fit-content;
  height: 100%;
}
.mobile .logo .logo-wr img {
  height: 100%;
}
.mobile-con {
  width: 100%;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #cc9900;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.mobile-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-110%);
}
.mobile-overlay.sticky {
  top: 0;
}
.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (min-width: 120.1rem) {
  .mobile-overlay {
    display: none;
  }
}
.mobile-wr {
  padding: 8rem 0;
  position: relative;
  padding-bottom: 0;
}
.mobile-nav > .menu-list > .menu-item {
  border-radius: none;
}
.mobile-nav > .menu-list > .menu-item::before {
  display: none;
}
.mobile-nav > .menu-list > .menu-item > a {
  font-size: 1.6rem;
}
.mobile-nav .menu-list {
  flex-direction: column;
  align-items: flex-start;
  position: static;
  min-width: initial;
  width: 100%;
  box-shadow: none;
  transition: initial;
  margin: 0;
}
.mobile-nav .menu-item {
  margin-left: 0;
  width: 100%;
  flex-direction: column;
}
.mobile-nav .menu-item::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  background-color: rgba(204, 153, 0, 0.05);
  opacity: 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;
}
.mobile-nav .menu-item.active::after {
  opacity: 1;
}
.mobile-nav .menu-item.active > a {
  color: #cc9900;
}
.mobile-nav .menu-item.active > a > i {
  transform: rotate(-180deg) !important;
}
.mobile-nav .menu-item.dropdown > a > i {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.mobile-nav .menu-item a {
  width: 100%;
  padding: 12px 12px !important;
  font-weight: 400;
  text-transform: uppercase;
  color: #444444;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  font-size: 1.6rem;
}
.mobile-nav .menu-item a i {
  transform: initial !important;
  margin-top: 0;
  width: 30px;
  height: 20px;
  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 > .menu-list {
  padding-left: 10px;
  display: none;
  max-height: none !important;
  overflow: hidden !important;
}
.mobile-nav .menu-item > .menu-list > .menu-item > a {
  position: relative;
}
.mobile-nav .menu-item > .menu-list > .menu-item > a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100vw;
  height: 1px;
  background-color: transparent;
}
.mobile-nav .menu-item > .menu-list > .menu-item > a i {
  margin-top: 0;
}
.mobile-content {
  padding: 15px;
}
.mobile-info {
  width: 100%;
  height: auto;
  margin-top: 0;
}
.mobile-info .content {
  padding: 1.2rem;
}
.mobile-info .content-tt {
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .mobile-info .content-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mobile-info .content-tt {
    font-size: 1.7rem;
  }
}
.mobile-info .content-bl + .content-bl {
  margin-top: 2rem;
}
.mobile-info .content-bl-tt {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.mobile-info .content-bl-desc {
  color: #444444;
}
.mobile-info .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #444444;
  padding: 1.2rem 0;
  position: static;
  transform: unset;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  top: unset;
}
.mobile-info .social-link {
  padding: 2rem 0;
  width: 25%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.mobile-info .social-link img {
  width: 2.4rem;
  height: 2.4rem;
}
.mobile-title {
  font-size: 2.4rem;
  color: #ec1d23;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1200px) {
  .mobile-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mobile-title {
    font-size: 1.7rem;
  }
}
.mobile-fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mobile-fl span {
  color: #ec1d23;
  margin-right: 4px;
}
.mobile-text {
  color: #cc9900;
}
.mobile-mxh {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1;
  height: 100%;
  background-color: #000000;
  cursor: pointer;
}
.mobile-mxh-link i {
  color: white;
}
.mobile-mxh-link:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh-link .icon {
  color: #ffffff;
}
.mobile-account {
  position: absolute;
  top: 10px;
  left: 10px;
}
.mobile-re {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mobile-re-link {
  font-size: 1.6rem;
  color: #cc9900;
  text-decoration: underline;
}
.mobile-re-link:not(:first-child) {
  margin-left: 16px;
}
.mobile-close {
  position: absolute;
  top: 10px;
  right: 1.5rem;
  width: 35px;
  height: 35px;
  border: 1px solid #444444;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  background-color: white;
  z-index: 110;
}
.mobile-close:hover .icon {
  transform: rotate(360deg);
}
.mobile-close .icon {
  transition: 0.6s ease-in-out;
  font-weight: 500;
  font-size: 1.8rem;
  color: #cc9900;
}
.mobile .header-hotline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.header .mobile .logo-wr .custom-logo-link {
  position: static;
  transform: unset;
  padding: unset;
}

.banner-home {
  position: relative;
  overflow: hidden;
}
.banner-main .container {
  width: calc(100vw - (100vw - 123rem) / 2);
  max-width: 100%;
  margin: unset;
  margin-left: auto;
}
.banner-main .swiper-slide {
  height: auto;
}
.banner-main .swiper-slide.my-active .banner-slide::before {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .banner-main .swiper-slide.my-active .banner-slide::before {
    width: 100%;
  }
}
.banner-main .swiper-slide.my-active .banner-img::before {
  opacity: 1;
  transform: translate(-8%, -5%) scale(1);
}
@media screen and (max-width: 1200px) {
  .banner-main .swiper-slide.my-active .banner-img::before {
    transform: translate(-25%, -25%) scale(1);
  }
}
@media screen and (max-width: 700px) {
  .banner-main .swiper-slide.my-active .banner-img::before {
    transform: translate(-20%, -22%) scale(1);
  }
}
.banner-main .swiper-slide.my-active .banner-img > img {
  -webkit-animation: fadeInUpShorter 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fadeInUpShorter 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.banner-main .swiper-slide.my-active .banner-sub-title {
  -webkit-animation: fadeInUpShorter 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fadeInUpShorter 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.banner-main .swiper-slide.my-active .banner-title {
  -webkit-animation: fadeInUpShorter 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fadeInUpShorter 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.banner-main .swiper-slide.my-active .banner-sub {
  -webkit-animation: fadeInUpShorter 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fadeInUpShorter 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.banner-main .swiper-slide.my-active .btn {
  -webkit-animation: fadeInUpShorter 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fadeInUpShorter 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.banner-main-pagi {
  position: absolute;
  top: 50%;
  left: 3.5rem;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
  .banner-main-pagi {
    display: none;
  }
}
.banner-main-pagi .swiper-pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.banner-main-pagi .swiper-pagination-bullet {
  text-align: start;
  border: unset;
  background: unset;
  margin: unset !important;
  width: auto;
  height: auto;
  font-weight: 500;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s ease-in all;
}
.banner-main-pagi .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: -2.2rem;
  top: 50%;
  transform: translateY(-50%);
  height: 0.1rem;
  background: #fff;
  width: 0;
  transition: 0.45s ease-in-out all;
  opacity: 0;
}
.banner-main-pagi .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 1.6rem !important;
}
.banner-main-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #cc9900;
  font-size: 2rem;
  transform: translateX(2.2rem);
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .banner-main-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-main-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 1.6rem;
  }
}
.banner-main-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 1.6rem;
  opacity: 1;
}
.banner-thumb {
  position: absolute;
  width: 120rem;
  max-width: 100%;
  margin-left: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.banner-thumb-inner {
  max-width: 50%;
  margin-left: auto;
  padding-top: 1.6rem;
  padding-bottom: 1.1rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .banner-thumb-inner {
    max-width: 70%;
    padding: 1rem 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-thumb-inner {
    max-width: 50%;
  }
}
.banner-thumb-inner::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #fff;
  bottom: 0;
  left: 0;
}
.banner-thumb-control .num {
  font-size: 2.4rem;
  font-weight: 600;
  color: #444444;
  margin-bottom: 0.4rem;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .banner-thumb-control .num {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-thumb-control .num {
    font-size: 1.7rem;
  }
}
.banner-thumb-control .type {
  font-size: 1.6rem;
  color: #444444;
  transition: 0.3s ease-in-out;
}
.banner-thumb .swiper-slide-active .banner-thumb-control .num {
  color: #cc9900;
}
.banner-thumb .swiper-slide-active .banner-thumb-control .type {
  color: #cc9900;
}
.banner-slide {
  height: 46.2962962963vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .banner-slide {
    height: 60vw;
  }
}
@media screen and (max-width: 700px) {
  .banner-slide {
    height: 100%;
  }
}
.banner-slide::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: -50%;
  bottom: 0;
  background: rgba(168, 168, 168, 0.2);
  z-index: 1;
  opacity: 0;
  transform: skew(24deg);
  mix-blend-mode: multiply;
  transition: 1.25s cubic-bezier(0.39, 0.575, 0.565, 1) all 0.8s;
}
.banner-slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-slide-bg > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner-container {
  width: 135rem;
  max-width: 100%;
  height: 100%;
}
.banner-single {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .banner-single {
    padding-top: 2.4rem;
    padding-bottom: 8rem;
  }
}
.banner-title {
  font-size: 6.4rem;
  font-family: "SVN-Gallery Modern", sans-serif;
  color: #444444;
  margin-top: 1.5rem;
  margin-bottom: 2.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .banner-title {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-title {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 700px) {
  .banner-title {
    margin: 0.8rem 0;
  }
}
.banner-sub {
  font-size: 1.6rem;
  color: #444444;
}
.banner-sub-title {
  font-size: 1.6rem;
  color: #444444;
}
.banner-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .banner-flex {
    flex-direction: column;
  }
}
.banner-left {
  width: 40%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 700px) {
  .banner-left {
    width: 100%;
  }
}
.banner-right {
  width: 50%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 700px) {
  .banner-right {
    width: 100%;
    margin-top: 4rem;
  }
}
.banner-img {
  position: relative;
  z-index: 1;
}
.banner-img::before {
  content: "";
  position: absolute;
  padding-top: 83%;
  width: 83%;
  border-radius: 50%;
  opacity: 0;
  background: #c2bcb6;
  bottom: 0%;
  transform: translate(-8%, -5%) scale(0.2);
  right: 0;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) transform;
}
@media screen and (max-width: 1200px) {
  .banner-img::before {
    padding-top: 60%;
    width: 60%;
    transform: translate(-25%, -25%) scale(0.5);
  }
}
@media screen and (max-width: 700px) {
  .banner-img::before {
    padding-top: 70%;
    width: 70%;
    transform: translate(-20%, -22%) scale(0.5);
  }
}
.banner-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.banner-content {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .banner-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.banner-content .btn {
  margin: unset;
  margin-top: 4rem;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 700px) {
  .banner-content .btn {
    margin-top: 0.8rem;
  }
}
.banner-page {
  position: relative;
  height: 24.7685185185vw;
  min-height: 40rem;
}
.banner-page.banner-news::before {
  display: none;
}
.banner-page.banner-news .banner-page-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
}
.banner-page.banner-news .banner-page-pos {
  height: 100%;
}
.banner-page::before {
  content: "";
  position: absolute;
  right: -50%;
  top: 0;
  bottom: 0;
  width: 72%;
  background: #c7902c;
  transform: translateX(-50%) skew(20deg);
}
@media screen and (max-width: 870px) {
  .banner-page::before {
    right: -75%;
    width: 100%;
    background: #444444;
  }
}
.banner-page-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-page-bg > img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner-page-flex {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 870px) {
  .banner-page-flex {
    flex-direction: column;
    justify-content: space-between;
  }
}
.banner-page-col {
  width: 50%;
}
@media screen and (max-width: 870px) {
  .banner-page-col {
    width: 100%;
    height: 100%;
  }
}
.banner-page-wrap {
  height: 100%;
}
.banner-page-content {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 870px) {
  .banner-page-content {
    align-items: center;
    padding-bottom: 4rem;
  }
}
.banner-page-title {
  font-size: 4rem;
  font-family: "SVN-Gallery Modern", sans-serif;
  color: #444444;
  margin: auto 0;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .banner-page-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-page-title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 870px) {
  .banner-page-title {
    color: #fff;
  }
}
.banner-page-img {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.banner-page-img-inner {
  position: absolute;
  bottom: -9rem;
  z-index: 1;
  left: 0;
}
@media screen and (max-width: 870px) {
  .banner-page-img-inner {
    position: static;
    transform: translateY(7rem);
  }
}
.banner-page-img-inner > img {
  display: block;
  max-width: unset;
  display: block;
  animation-name: moc-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: moc-animation;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@media screen and (max-width: 1400px) {
  .banner-page-img-inner > img {
    max-width: 100%;
  }
}
@media screen and (max-width: 870px) {
  .banner-page-img-inner > img {
    width: 50rem;
    margin: 0 auto;
    transform: translateY(8rem);
  }
}
.banner-page-pos {
  position: relative;
}
@media screen and (max-width: 870px) {
  .banner-page-pos {
    width: 100%;
  }
  .banner-page-pos .breadcrumb .breadcrumb-link {
    color: #fff;
  }
  .banner-page-pos .breadcrumb .breadcrumb-item::before {
    background: #fff;
  }
}
.banner-page-pos .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.2rem;
  width: max-content;
}
@media screen and (max-width: 870px) {
  .banner-page-pos .breadcrumb {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 870px) {
  #about-banner .banner-page-title {
    margin: unset;
    margin-top: auto;
  }
}
@media screen and (max-width: 870px) {
  #about-banner .banner-page-content {
    padding-bottom: unset;
  }
}

@media screen and (max-width: 870px) {
  .banner-page.banner-news {
    padding-bottom: unset;
  }
}

.breadcrumb {
  padding-top: 1.2rem;
}
.breadcrumb-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.6rem;
  align-items: center;
  overflow-x: auto;
}
.breadcrumb-list::-webkit-scrollbar {
  height: 0.3rem;
}
.breadcrumb-item {
  padding: 0 1.6rem;
  position: relative;
}
.breadcrumb-item:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #cc9900;
}
.breadcrumb-item:last-child .breadcrumb-link {
  color: #cc9900;
}
.breadcrumb-link {
  display: inline-block;
  color: #444444;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  white-space: nowrap;
}

.btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: fit-content;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: max-content;
  cursor: pointer;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .btn {
    min-width: 14rem;
  }
}
.btn.btn-second .btn-inner {
  color: #cc9900;
}
.btn.btn-second .btn-inner::before {
  border-color: #cc9900;
}
.btn.btn-second .btn-inner::after {
  border-color: #cc9900;
}
.btn::before {
  position: absolute;
  content: "";
  width: 125%;
  height: 102%;
  top: 0;
  left: 50%;
  background: #e4b049;
  transition: all 0.6s 0.1s;
  z-index: 1;
  transform: skew(30deg) translateX(-200%);
}
.btn::after {
  position: absolute;
  content: "";
  width: 120%;
  height: 102%;
  top: 0;
  left: 50%;
  background: #444444;
  transition: all 0.6s;
  z-index: 0;
  transform: skew(30deg) translateX(-150%);
}
@media screen and (min-width: 1200px) {
  .btn:hover::before {
    transform: skew(30deg) translateX(-50%);
  }
  .btn:hover::after {
    transform: skew(30deg) translateX(-45%);
  }
  .btn:hover .btn-inner {
    color: #fff !important;
  }
  .btn:hover .btn-inner::before {
    border-color: transparent !important;
  }
  .btn:hover .btn-inner::after {
    border-color: transparent !important;
  }
}
.btn-inner {
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .btn-inner {
    font-size: 1.4rem;
  }
}
.btn-inner::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.4rem);
  height: 1rem;
  top: 0;
  border: 0.1rem solid #444444;
  border-bottom: 0;
  transition: 0.3s ease-in-out;
}
.btn-inner::after {
  content: "";
  position: absolute;
  width: calc(100% - 0.4rem);
  height: 1rem;
  bottom: 0;
  border: 0.1rem solid #444444;
  border-top: 0;
  transition: 0.3s ease-in-out;
}

button.btn {
  padding: unset;
  background: transparent;
  cursor: pointer;
}
button.btn span {
  color: #fff;
}

.hover {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .hover:hover::after {
    display: block;
  }
}
.hover::after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}

.input {
  font-family: "SVN-Gilroy", sans-serif;
  width: 100%;
}
.input-area {
  height: auto;
}

.f-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: -10px;
}
.f-item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.f-item-2 {
  width: 50%;
}
@media screen and (max-width: 50rem) {
  .f-item-2 {
    width: 100%;
  }
}
.f-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .f-item-3 {
    width: 50%;
  }
}
@media screen and (max-width: 50rem) {
  .f-item-3 {
    width: 100%;
  }
}
.f-item-4 {
  width: 25%;
}

.re-label {
  color: #000000;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.re-input {
  padding: 16px;
  width: 100%;
  font-family: "SVN-Gilroy", sans-serif;
  border: none;
  outline: none;
}

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .page-numbers {
    margin-top: 1.2rem;
    margin-bottom: 2.4rem;
  }
}
.page-numbers > li:not(:first-child) {
  margin-left: 1.6rem;
}
.page-numbers > li > .page-numbers {
  color: #444444;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.1rem solid rgba(68, 68, 68, 0.2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.page-numbers > li > .page-numbers:hover {
  background-color: #444444;
  color: #cc9900;
}
.page-numbers > li > .page-numbers.current {
  color: #cc9900;
  border: 0.1rem solid rgba(204, 153, 0, 0.2);
}
.page-numbers > li > .page-numbers .icon {
  font-weight: 400;
}

.pro-list {
  margin-bottom: -30px;
}
.pro-item {
  margin-bottom: 30px;
}
.pro-item-2 {
  width: 50%;
}
.pro-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 50rem) {
  .pro-item-3 {
    width: 50%;
  }
}
.pro-item-4 {
  width: 25%;
}
@media screen and (max-width: 50rem) {
  .pro-item-4 {
    width: 50%;
  }
}
.pro-item-5 {
  width: 20%;
}
@media screen and (max-width: 50rem) {
  .pro-item-5 {
    width: 50%;
  }
}

.prose-list {
  margin-bottom: -30px;
}
.prose-item {
  margin-bottom: 30px;
}
.prose-item-2 {
  width: 50%;
}
.prose-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 50rem) {
  .prose-item-3 {
    width: 50%;
  }
}
.prose-item-4 {
  width: 25%;
}
@media screen and (max-width: 50rem) {
  .prose-item-4 {
    width: 50%;
  }
}
.prose-item-5 {
  width: 20%;
}
@media screen and (max-width: 50rem) {
  .prose-item-5 {
    width: 50%;
  }
}

.proth-list {
  margin-bottom: -30px;
}
.proth-item {
  margin-bottom: 30px;
}
.proth-item-2 {
  width: 50%;
}
.proth-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 50rem) {
  .proth-item-3 {
    width: 50%;
  }
}
.proth-item-4 {
  width: 25%;
}
@media screen and (max-width: 50rem) {
  .proth-item-4 {
    width: 50%;
  }
}
.proth-item-5 {
  width: 20%;
}
@media screen and (max-width: 50rem) {
  .proth-item-5 {
    width: 50%;
  }
}

.t-title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #cc9900;
}
@media only screen and (max-width: 1200px) {
  .t-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title {
    font-size: 2.7rem;
  }
}
.t-title.white {
  color: white;
}
.t-title.m-nor {
  margin-bottom: 24px;
}

.t-title-second {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #cc9900;
}
@media only screen and (max-width: 1200px) {
  .t-title-second {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-second {
    font-size: 1.7rem;
  }
}
.t-title-second.m-nor {
  margin-bottom: 24px;
}
.t-center {
  text-align: center;
}

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

.t9 {
  font-size: 0.9rem;
}

.t11 {
  font-size: 1.1rem;
}

.t12 {
  font-size: 1.2rem;
}

.t14 {
  font-size: 1.4rem;
}

.t16 {
  font-size: 1.6rem;
}

.t18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .t18 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .t18 {
    font-size: 1.5rem;
  }
}

.t24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .t24 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t24 {
    font-size: 1.7rem;
  }
}

.t32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .t32 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .t32 {
    font-size: 2.2rem;
  }
}

.t40 {
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .t40 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t40 {
    font-size: 2.7rem;
  }
}

.t48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .t48 {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .t48 {
    font-size: 3.3rem;
  }
}

.t56 {
  font-size: 5.6rem;
}
@media only screen and (max-width: 1200px) {
  .t56 {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .t56 {
    font-size: 4rem;
  }
}

.t64 {
  font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .t64 {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .t64 {
    font-size: 2.9rem;
  }
}

.t72 {
  font-size: 7.2rem;
}
@media only screen and (max-width: 1200px) {
  .t72 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t72 {
    font-size: 4rem;
  }
}

.h2-title {
  font-size: 3.2rem;
  color: #444444;
  font-family: "SVN-Gallery Modern", sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .h2-title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .h2-title {
    font-size: 2.2rem;
  }
}
.h2-title.ani {
  letter-spacing: -0.5em;
  -webkit-transform: translateZ(-800px);
  transform: translateZ(-800px);
  -webkit-filter: blur(12px);
  filter: blur(12px);
  opacity: 0;
  transition: 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.h2-title.ani.active {
  webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  letter-spacing: unset;
}

.sub-title {
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.pd-sec {
  padding: 8rem 0;
}
@media screen and (max-width: 1200px) {
  .pd-sec {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .pd-sec {
    padding: 2.4rem 0;
  }
}

.hide-bar::-webkit-scrollbar {
  width: 0;
  transition: 0.3s ease-out width;
}

.c-pri {
  color: #cc9900;
}

.c-second {
  color: #ec1d23;
}

.c-third {
  color: #f05123;
}

.c-four {
  color: #f05123;
}

.c-five {
  color: #f05123;
}

.c-white {
  color: white;
}

.c-black {
  color: #000000;
}

.bc-pri {
  background-color: #cc9900;
}

.bc-second {
  background-color: #ec1d23;
}

.bc-third {
  background-color: #f05123;
}

.bc-four {
  background-color: #f05123;
}

.bc-five {
  background-color: #f05123;
}

.over-hd {
  overflow: hidden;
}

.z-i-1 {
  z-index: 1;
}

.z-i-2 {
  z-index: 2;
}

.z-i-3 {
  z-index: 3;
}

.z-i-4 {
  z-index: 4;
}

.z-i-5 {
  z-index: 5;
}

.swiper-pagination {
  position: static;
}
.swiper-pagination-bullet {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #cc9900;
}

.category-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1320px) {
  .category-control {
    display: none;
  }
}

.swiper-prev,
.swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 100rem;
  background-color: rgba(59, 36, 22, 0.2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .swiper-prev:hover,
  .swiper-next:hover {
    background: #444444;
  }
}
.swiper-prev .icon,
.swiper-next .icon {
  color: #fff;
  font-size: 1.6rem;
}
.swiper-prev .icon i,
.swiper-next .icon i {
  font-weight: 300;
}

@media screen and (max-width: 1320px) {
  .prodt-thumb-swiper .swiper-pos-prev {
    position: absolute;
    transform: translate(50%, -50%);
  }
}
@media screen and (max-width: 1320px) {
  .prodt-thumb-swiper .swiper-pos-next {
    position: absolute;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1230px) {
  .prolt-control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 0.4rem;
    flex-direction: row-reverse;
  }
}

.swiper-pos-prev,
.swiper-pos-next {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border: 0.1rem solid #444444;
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media (hover: hover) {
  .swiper-pos-prev:hover,
  .swiper-pos-next:hover {
    background: rgba(204, 153, 0, 0.2);
    border-color: rgba(204, 153, 0, 0.2);
  }
  .swiper-pos-prev:hover .icon,
  .swiper-pos-next:hover .icon {
    color: #fff;
  }
}
.swiper-pos-prev .icon,
.swiper-pos-next .icon {
  color: #444444;
  font-size: 1.3rem;
  transition: 0.3s ease-in-out;
}
.swiper-pos-prev .icon i,
.swiper-pos-next .icon i {
  font-weight: 400;
}

.swiper-pos-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1320px) {
  .swiper-pos-prev {
    position: static;
    transform: unset;
  }
}

.swiper-pos-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1320px) {
  .swiper-pos-next {
    position: static;
    transform: unset;
  }
}

.m-mid {
  margin: 0 auto;
}

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

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

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

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

.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fl-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.f-space {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.icon-left {
  margin-right: 8px;
}

.icon-right {
  margin-left: 8px;
}

.spc.no-wrap .spc-list {
  flex-wrap: nowrap;
}
.spc-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-bottom: -8px;
}
.spc-item {
  margin-left: 8px;
  margin-bottom: 8px;
}
.spc-16 .spc-list {
  margin-left: -16px;
  margin-bottom: -16px;
}
.spc-16 .spc-item {
  margin-bottom: 16px;
  margin-left: 16px;
}
.spc-24 .spc-list {
  margin-left: -24px;
  margin-bottom: -24px;
}
.spc-24 .spc-item {
  margin-bottom: 24px;
  margin-left: 24px;
}

.select2-container {
  height: 4rem;
}

.select2-dropdown {
  border-radius: unset;
}

.select2-container--default .select2-selection--single {
  height: 4rem !important;
  background: #fff;
  border-radius: unset !important;
  border: 0.1rem solid #cccccc !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 1.6rem;
  color: #808080;
  font-weight: 400;
  line-height: 4rem !important;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05);
  border: 0.1rem solid #cccccc;
  border-top: unset;
}

.select2-results {
  border-radius: unset !important;
}

.select2-container--default .select2-results__option--selected {
  background: #fff !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: rgba(68, 68, 68, 0.7);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #cc9900 !important;
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

.pproduct-gr-box-select .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: unset !important;
}

#toc_container {
  width: 100% !important;
  border: unset !important;
  background: rgba(217, 217, 217, 0.2) !important;
  padding: 1.6rem 2.4rem !important;
}

#toc_container p.toc_title {
  font-size: 1.6rem;
  color: #cc9900;
  text-align: unset !important;
  padding: 1.6rem 4.8rem !important;
  background: #f2f2f2;
  border-radius: 0.8rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#toc_container p.toc_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  background-image: url(../assets/images/edit-table.png);
}

#toc_container a {
  font-weight: 500;
  font-size: 1.6rem;
  color: #444444 !important;
}

#toc_container p.toc_title + ul.toc_list {
  margin-top: 1.6rem !important;
}

.woocommerce #review_form #respond p {
  margin: unset !important;
}

.comment-reply-title {
  display: none;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
.comment-form .comment-notes {
  display: none;
}
.comment-form .comment-form-rating {
  display: none;
}
.comment-form .comment-form-cookies-consent {
  display: none;
}
.comment-form .star-dg {
  width: 100%;
  padding: 0 1.2rem;
}
.comment-form .contact-btn {
  padding: 0 1.2rem;
  width: 100%;
  order: 2;
}
.comment-form .contact-btn .form-submit {
  margin: unset !important;
}
.comment-form .contact-btn .form-submit input {
  background-color: unset !important;
  color: #444444 !important;
  padding: unset !important;
  border-radius: unset !important;
}
.comment-form .contact-group {
  padding: 0 1.2rem;
  width: 100%;
  margin: unset;
  order: 1;
  margin-top: 4rem !important;
}
.comment-form .contact-group .contact-control {
  padding: unset;
  margin-bottom: 4rem;
}
.comment-form .contact-group .contact-control .comment-form-comment {
  width: 100%;
}
.comment-form .comment-form-author {
  width: 50% !important;
  margin: unset;
  display: flex;
  flex-direction: column;
  padding: 0 1.2rem;
  padding-top: 4rem;
}
@media screen and (max-width: 550px) {
  .comment-form .comment-form-author {
    width: 100% !important;
    padding-top: 2.4rem;
  }
}
.comment-form .comment-form-author label {
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.comment-form .comment-form-author input {
  height: 4rem;
  width: 100%;
  border: unset;
  background: #fff;
  font-family: "SVN-Gilroy", sans-serif;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  background: rgba(68, 68, 68, 0.05);
}
.comment-form .comment-form-author input:focus {
  outline: unset;
}
.comment-form .comment-form-email {
  width: 50% !important;
  margin: unset;
  padding: 0 1.2rem;
  padding-top: 4rem;
}
@media screen and (max-width: 550px) {
  .comment-form .comment-form-email {
    padding-top: 2.4rem;
    width: 100% !important;
  }
}
.comment-form .comment-form-email label {
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.comment-form .comment-form-email input {
  height: 4rem;
  width: 100%;
  border: unset;
  background: #fff;
  font-family: "SVN-Gilroy", sans-serif;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  background: rgba(68, 68, 68, 0.05);
}
.comment-form .comment-form-email input:focus {
  outline: unset;
}

.woocommerce-checkout .col-1 {
  width: 100% !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field {
  padding: 0 1.2rem !important;
  margin: unset !important;
  margin-bottom: 2.4rem !important;
  width: 50%;
}
@media screen and (max-width: 680px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field label {
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
  display: none;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field {
  width: 50%;
  padding: 0 1.2rem !important;
  margin: unset !important;
  margin-bottom: 2.4rem !important;
}
@media screen and (max-width: 680px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field label {
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field {
  width: 100%;
  padding: 0 1.2rem !important;
  margin: unset !important;
  margin-bottom: 2.4rem !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field label {
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field {
  width: 33.3333333333%;
  padding: 0 1.2rem !important;
  margin: unset !important;
  margin-bottom: 2.4rem !important;
}
@media screen and (max-width: 680px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field label {
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field {
  width: 33.3333333333%;
  padding: 0 1.2rem !important;
  margin: unset !important;
  margin-bottom: 2.4rem !important;
}
@media screen and (max-width: 680px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field label {
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field {
  width: 33.3333333333%;
  padding: 0 1.2rem !important;
  margin: unset !important;
  margin-bottom: 2.4rem !important;
}
@media screen and (max-width: 680px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field label {
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field .form-inp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
  width: 100%;
  padding: 0 1.2rem !important;
  margin: unset !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field label {
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.woocommerce form .form-row input.input-text {
  height: 4rem !important;
  width: 100% !important;
  background: #fff !important;
  font-family: "SVN-Gilroy", sans-serif !important;
  padding: 1.2rem 1.6rem !important;
  font-size: 1.6rem !important;
  border: 0.1rem solid #cccccc !important;
}

.mona-mess-empty {
  font-size: 2.4rem;
  color: #444444;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #e6e6e6;
}
@media only screen and (max-width: 1200px) {
  .mona-mess-empty {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-mess-empty {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 1200px) {
  .side-fixed-wrap {
    padding-bottom: 8rem;
  }
}

.woocommerce-noreviews {
  font-size: 1.6rem;
  font-weight: 500;
}

.woocommerce-error {
  border-top-color: unset !important;
  border-top: unset !important;
  border-left: 0.3rem solid #cc9900;
  background-color: #fbf7eb !important;
  font-size: 1.6rem;
  font-family: "SVN-Gilroy", sans-serif;
  width: 66.6666666667% !important;
  padding: 0 4.4rem;
}
@media screen and (max-width: 1090px) {
  .woocommerce-error {
    width: 100% !important;
  }
}
.woocommerce-error li strong {
  font-weight: 600;
}

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

.mb-2 {
  margin-bottom: 2px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

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

.mb-12 {
  margin-bottom: 12px;
}

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

.mb-14 {
  margin-bottom: 14px;
}

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

.mb-15 {
  margin-bottom: 15px;
}

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

.mb-16 {
  margin-bottom: 16px;
}

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

.mb-18 {
  margin-bottom: 18px;
}

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

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

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

.mb-24 {
  margin-bottom: 24px;
}

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

.mb-25 {
  margin-bottom: 25px;
}

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

.mb-30 {
  margin-bottom: 30px;
}

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

.mb-32 {
  margin-bottom: 32px;
}

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

.mb-40 {
  margin-bottom: 40px;
}

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

.mb-48 {
  margin-bottom: 48px;
}

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

.mb-56 {
  margin-bottom: 56px;
}

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

.mb-64 {
  margin-bottom: 64px;
}

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

.mb-72 {
  margin-bottom: 72px;
}

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

.mb-80 {
  margin-bottom: 80px;
}

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

.ss-mg {
  margin: 80px 0;
}
@media screen and (max-width: 120rem) {
  .ss-mg {
    margin: 40px 0;
  }
}

.ss-mg-t {
  margin-top: 80px;
}
@media screen and (max-width: 120rem) {
  .ss-mg-t {
    margin-top: 40px;
  }
}

.ss-mg-b {
  margin-bottom: 80px;
}
@media screen and (max-width: 120rem) {
  .ss-mg-b {
    margin-bottom: 40px;
  }
}

.ss-pd {
  padding: 80px 0;
}
@media screen and (max-width: 120rem) {
  .ss-pd {
    padding: 40px 0;
  }
}

.ss-pd-t {
  padding-top: 80px;
}
@media screen and (max-width: 120rem) {
  .ss-pd-t {
    padding-top: 40px;
  }
}

.ss-pd-b {
  padding-bottom: 80px;
}
@media screen and (max-width: 120rem) {
  .ss-pd-b {
    padding-bottom: 40px;
  }
}

.recheck-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.recheck-input:checked ~ .recheck-dot::before {
  opacity: 1;
}
.recheck-input:checked ~ .recheck-dot {
  border-color: #cc9900;
}
.recheck-dot {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100rem;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  position: relative;
  flex-shrink: 0;
  transition: 0.1s ease-in-out;
}
.recheck-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100rem;
  background-color: #cc9900;
  transition: 0.1s ease-in-out;
  opacity: 0;
}
.recheck-text {
  font-weight: 500;
  font-size: 1.6rem;
  color: #444444;
  margin-left: 1.2rem;
}

.star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: start;
}
.star-list {
  position: relative;
  height: 3.1rem;
}
.star-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.star-flex .icon {
  width: 3.1rem;
  height: 3.1rem;
  object-fit: none;
}
.star-flex .icon:not(:first-child) {
  margin-left: 0.7rem;
}
.star-filter {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0;
}

@media screen and (min-width: 1200px) {
  .side-fixed {
    position: sticky;
    top: 7.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .side-fixed {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 51;
    transition: 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(110%);
    visibility: hidden;
  }
  .side-fixed.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .side-fixed-wrap {
    padding: 60px 24px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.side-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(110%);
  visibility: hidden;
}
.side-overlay.open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .side-overlay {
    display: none;
  }
}
.side-open {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  background-color: #cc9900;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.side-open.close {
  opacity: 0;
  transform: translate(100%, -50%);
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .side-open {
    display: none;
  }
}
.side-open-wrap {
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  background-color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.side-open-wrap .icon {
  color: #cc9900;
  font-weight: 600;
  font-size: 1.6rem;
}
.side-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid #cc9900;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.side-close:hover .icon {
  transform: rotate(360deg);
}
.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .side-close {
    display: none;
  }
}

.user {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 120rem) {
  .user {
    display: none;
  }
}
.user:hover .user-name {
  color: #ec1d23;
}
.user:hover .user-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.user-ava {
  width: 24px;
  height: 24px;
  border-radius: 100rem;
}
.user-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-name {
  font-size: 1.4rem;
  color: #BCBCBC;
  margin-left: 4px;
  transition: 0.3s ease-in-out;
}
.user-menu {
  position: absolute;
  top: 150%;
  background-color: #F8F8F8;
  min-width: 150px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 1;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
}
.user-menu .link {
  display: block;
  cursor: pointer;
  padding: 6px 15px;
  white-space: nowrap;
  text-transform: capitalize;
  color: #cc9900;
  transition: 0.1s ease-in-out;
  font-weight: 500;
}
.user-menu .link:hover {
  color: white;
  background-color: #ec1d23;
}

.mxh-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: -8px;
}
.mxh-link {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-left: 8px;
}
.mxh-link:hover {
  transform: translateY(-5px);
}
.mxh-link .icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmini {
  position: absolute;
  top: 0;
  right: 0;
  width: 43rem;
  max-width: 90%;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  animation-name: fadeInLeft2;
  -webkit-animation-name: fadeInLeft2;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (max-width: 1200px) {
  .cmini {
    top: 6rem;
    height: calc(100vh - 6rem);
    height: calc(var(--window-height) - 6rem);
    padding-bottom: unset;
  }
}
.cmini-wrap {
  padding: 0 4rem;
  padding-right: 0;
  padding-bottom: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cmini-wrap {
    padding-right: 0;
    padding: 0 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cmini-top {
  padding: 4rem 0;
  margin-right: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.1);
}
@media screen and (max-width: 768px) {
  .cmini-top {
    padding: 2.4rem 0;
    margin-right: 1.2rem;
  }
}
.cmini-top .text {
  margin-top: 0.8rem;
  font-size: 1.6rem;
}
.cmini-img {
  width: 10.2rem;
  height: 10.2rem;
  margin-right: 1.6rem;
  flex-shrink: 0;
}
.cmini-img img {
  height: 100% !important;
  object-fit: cover;
}
.cmini-list {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4rem;
  max-height: 54rem;
}
@media screen and (max-width: 1540px) {
  .cmini-list {
    max-height: 42rem;
  }
}
@media screen and (max-width: 1200px) {
  .cmini-list {
    max-height: calc(100vh - 32rem);
  }
}
@media screen and (max-width: 768px) {
  .cmini-list {
    padding-right: 1.2rem;
  }
}
.cmini-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.1);
}
@media screen and (max-width: 768px) {
  .cmini-item {
    padding: 0.8rem 0;
  }
}
.cmini-item-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 -0.4rem;
}
.cmini-item-box {
  padding: 0 0.4rem;
}
.cmini-item-box .icon {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 0.1rem solid transparent;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .cmini-item-box .icon:hover {
    border-color: #444444;
    color: #cc9900;
  }
}
.cmini-item-name {
  font-size: 1.6rem;
  color: #444444;
}
@media screen and (max-width: 500px) {
  .cmini-item-name {
    font-size: 1.4rem;
  }
}
.cmini-item-price {
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
  margin: 0.8rem 0;
}
@media screen and (max-width: 500px) {
  .cmini-item-price {
    font-size: 1.4rem;
    margin: 0.4rem 0;
  }
}
.cmini-item-num {
  color: #444444;
}
.cmini-bot {
  margin-top: auto;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .cmini-bot {
    margin-right: 1.2rem;
  }
}
.cmini-bot-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -0.4rem;
  justify-content: space-between;
}
.cmini-bot-text {
  padding: 0 0.4rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: #444444;
  opacity: 0.7;
}
@media only screen and (max-width: 1200px) {
  .cmini-bot-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .cmini-bot-text {
    font-size: 1.7rem;
  }
}
.cmini-bot-total {
  padding: 0 0.4rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: #cc9900;
}
@media only screen and (max-width: 1200px) {
  .cmini-bot-total {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .cmini-bot-total {
    font-size: 1.7rem;
  }
}
.cmini-link {
  margin-top: 4rem;
}
.cmini-link .btn {
  width: 100%;
}
.cmini-link .btn .btn-inner {
  color: #cc9900;
}
.cmini-link .btn .btn-inner::before, .cmini-link .btn .btn-inner::after {
  border-color: #cc9900;
}

.cmini-have-cart {
  height: 100%;
}

.widget_shopping_cart_content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.range-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.range-item {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 600;
  color: #444444;
}
.range .text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 0.8rem;
}
.range-dot {
  margin: 0 6px;
}
.range-dot .dot {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  width: 6px;
  height: 1px;
}
.range-slider {
  height: 0.2rem;
  width: 100%;
  background-color: #d9d9d9;
  position: relative;
}
.range-slider .progress {
  position: absolute;
  height: 0.2rem;
  top: 0;
  background-color: #cc9900;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  top: -0.1rem;
  height: 0.2rem;
  width: 100%;
  transform: translateY(-50%);
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
}
.range-input input:first-child::-webkit-slider-thumb {
  height: 1.2rem;
  width: 1.2rem;
}
.range-input input::-webkit-slider-thumb {
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-appearance: none;
  background-color: #cc9900;
}
.range-input input::-moz-slider-thumb {
  height: 1.2rem;
  width: 1.2rem;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  -moz-appearance: none;
  background-color: #cc9900;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.options-top {
  text-align: center;
  margin-bottom: 3.2rem;
}
.options-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .options-list {
    margin: 0 -0.6rem;
  }
}
.options-items {
  padding: 0 1.2rem;
  width: 25%;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .options-items {
    padding: 0 0.6rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .options-items {
    width: 50%;
  }
}
.options-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.options-pos {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .options-pos {
    padding: 2vw;
  }
}
.options-icon {
  display: inline-block;
  width: 2.9rem;
  height: 0.1rem;
  background: #fff;
  position: relative;
  transition: 0.75s width;
}
.options-icon::before, .options-icon::after {
  content: "";
  height: 0.1rem;
  width: 0.6rem;
  background: #fff;
  position: absolute;
  right: -0.2rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.options-icon::before {
  bottom: 0.2rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease-in;
}
.options-icon::after {
  top: 0.2rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.3s ease-in;
}
.options-text {
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
  margin-top: 2.4rem;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .options-text {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .options-text {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .options-item:hover .options-icon {
    width: 100%;
  }
  .options-item:hover .options-text {
    color: #cc9900;
  }
}
.options-img {
  position: relative;
  padding-top: 100%;
  z-index: 1;
}
.options-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(68, 68, 68, 0.2);
  mix-blend-mode: multiply;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .options-img::before {
    background: rgba(68, 68, 68, 0.4);
  }
}
.options-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../assets/images/bg-product.png);
  mix-blend-mode: multiply;
}
.product-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../assets/images/bg-product-inner.png);
  opacity: 0.2;
  z-index: -2;
}
.product-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(68, 68, 68, 0.06);
  mix-blend-mode: multiply;
  z-index: -1;
}
.product-title {
  overflow: hidden;
  flex-shrink: 0;
}
.product-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 600px) {
  .product-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.product-wrap {
  padding-bottom: 1.2rem;
}
.product-list-hide {
  position: absolute;
  top: 130%;
  left: 50%;
  width: max-content;
  text-align: center;
  padding: 2.4rem 0;
  border-radius: 1.2rem;
  font-size: 1.5rem;
  color: #444444;
  background: #f2f2f2;
  min-height: 10rem;
  font-weight: 500;
  transform: translate(-50%, 25%);
  opacity: 0;
  visibility: visible;
  transition: 0.3s ease-in-out;
}
.product-list-hide .product-list-item {
  padding: 0 1.2rem;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .product-list-hide .product-list-item:hover {
    color: #cc9900;
  }
}
.product-list-hide .product-list-item:not(:last-child) {
  margin-bottom: 1.2rem;
}
.product-list-hide::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #f2f2f2;
}
.product-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .product-tab {
    width: 100%;
  }
}
.product-tab-control {
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 2.4rem;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  border: 0.1rem solid rgba(68, 68, 68, 0.1);
  display: none;
}
.product-tab-control.active .icon {
  transform: rotate(140deg);
  color: #cc9900;
}
.product-tab-control .icon {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.3s ease-in-out;
}
.product-tab-control .icon.active ~ .product-list-hide {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0%);
}
.product-tab-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  position: relative;
  padding-left: 1.2rem;
}
@media screen and (max-width: 600px) {
  .product-tab-wrapper {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-tab-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  transition: 0.3s ease-in-out;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  row-gap: 1rem;
  max-width: 40rem;
  overflow-x: auto;
  overflow-y: hidden;
}
.product-tab-list::-webkit-scrollbar {
  height: 0.2rem;
}
.product-tab-item {
  padding: 0 0.8rem;
  white-space: nowrap;
  height: fit-content;
}
.product-tab-item .text {
  font-weight: 500;
  color: #444444;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .product-tab-item .text:hover {
    color: #cc9900;
  }
}
.product-wrap {
  margin-top: 3.2rem;
  position: relative;
  transition: 0.75s ease-in-out all;
}
.product-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
@media screen and (max-width: 1200px) {
  .product-list {
    margin: 0 -0.6rem;
  }
}
.product-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.product-tag {
  position: absolute;
  top: -0.8rem;
  right: 0;
  z-index: 5;
}
.product-tag-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
  justify-content: end;
}
.product-tag-item {
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
.product-tag-item .text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  padding: 0.8rem 1rem;
  text-transform: uppercase;
}
.product-tag-item .text.shot {
  background: #cc9900;
}
.product-tag-item .text.sdead {
  background: #cb4a38;
}
.product-tag-item .text.snew {
  background: #50b44c;
}
.product-items {
  width: 20%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .product-items {
    padding: 0 0.6rem;
    width: 25%;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 850px) {
  .product-items {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .product-items {
    width: 50%;
  }
}
.product-img {
  position: relative;
  padding-top: 100%;
}
.product-img::before {
  content: "";
  position: absolute;
  transform: skew(30deg);
  width: 0;
  height: 100%;
  left: -50%;
  top: 0;
  background: rgba(68, 68, 68, 0.5);
  opacity: 0;
  transition: 0.45s ease-in-out all;
  z-index: 1;
}
.product-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.75s ease-in-out;
  height: 100% !important;
  width: 100% !important;
}
@media (hover: hover) {
  .product-img:hover::before {
    opacity: 1;
    width: 200%;
  }
  .product-img:hover .icon {
    opacity: 1;
    visibility: visible;
  }
  .product-img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.product-img .icon {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #cc9900;
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.product-img .icon > i {
  font-weight: 300;
}
.product-addC {
  padding: 0.9rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #b7b7b7;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media (hover: hover) {
  .product-addC:hover {
    background: #cc9900;
  }
}
.product-addC .icon {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 350px) {
  .product-addC .icon {
    display: none;
  }
}
.product-addC .icon > img {
  display: block;
}
.product-addC .text {
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 400px) {
  .product-addC .text {
    font-size: 1.2rem;
  }
}
.product-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 1.6rem;
}
.product-type {
  font-size: 1.2rem;
  color: rgba(68, 68, 68, 0.5);
}
.product-link {
  font-size: 1.6rem;
  color: #444444;
  text-transform: uppercase;
  margin: 0.8rem 0;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .product-link:hover {
    color: #cc9900;
  }
}
.product-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -0.4rem;
  margin-top: auto;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 1000px) {
  .product-price {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-price-new {
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
  color: #cc9900;
  padding: 0 0.4rem;
}
.product-price-odd {
  display: inline-block;
  padding: 0 0.4rem;
  font-size: 1.2rem;
  color: #444444;
  opacity: 0.5;
  text-decoration: line-through;
}

.sec-category {
  position: relative;
  padding-top: 6.6rem;
}

.category-decor {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 59rem;
  top: 0;
  z-index: -1;
}
.category-img {
  position: relative;
  padding-top: 87.4149659864%;
  height: 100%;
  z-index: 1;
}
.category-img::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, #d9d9d9 3.65%, rgba(217, 217, 217, 0) 96.89%);
  z-index: 1;
}
@media screen and (max-width: 550px) {
  .category-img::before {
    background: linear-gradient(90deg, #d9d9d9 3.65%, rgba(217, 217, 217, 0) 150.89%);
    right: 0;
  }
}
.category-img::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 32%;
  background: linear-gradient(268deg, #d9d9d9 20%, rgba(245, 245, 245, 0) 68.89%);
  z-index: 1;
}
.category-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-wrap {
  padding-bottom: 6.4rem;
}
.category-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.category-sw {
  margin-top: 3.2rem;
  position: relative;
}
@media screen and (min-width: 1320px) {
  .category-sw .swiper-pagination {
    display: none;
  }
}
.category-text {
  font-weight: 700;
  color: #444444;
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
.category-item > a {
  font-size: 1.6rem;
  color: #444444;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .category-item > a:hover {
    color: #cc9900;
  }
}
.category-item:not(:last-child) > a {
  margin-bottom: 1.2rem;
}

.sec-bdesign {
  background: #f2f2f2;
}

.bdesign {
  position: relative;
}
.bdesign-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-28%);
  opacity: 0;
  mix-blend-mode: hard-light;
  transition: 0.75s ease-in-out opacity 2.2s;
}
.bdesign-decor.active {
  opacity: 0.3;
}
.bdesign-decor::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 70.03%, rgba(217, 217, 217, 0.53) 100%);
}
.bdesign-decor img {
  display: block;
}
.bdesign-demo {
  position: absolute;
  right: 0;
  bottom: -6rem;
  transform: translateX(50%);
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .bdesign-demo {
    transform: unset;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .bdesign-demo {
    width: 36%;
  }
}
.bdesign-demo.active::before {
  transform: scale(1);
  opacity: 1;
}
.bdesign-demo-img {
  opacity: 0;
}
.bdesign-demo-img.active {
  -webkit-animation: fadeInUpShorter 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fadeInUpShorter 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  opacity: 1;
}
.bdesign-demo::before {
  content: "";
  position: absolute;
  width: calc(100% + 7rem);
  padding-top: calc(100% + 7rem);
  border-radius: 50%;
  right: -5rem;
  top: -8rem;
  transform: scale(0.2);
  opacity: 0;
  background: linear-gradient(270deg, #d9d9d9 0%, rgba(217, 217, 217, 0) 100%);
  transition: 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) all;
  transition-delay: 1s;
  z-index: -1;
}
.bdesign-demo img {
  display: block;
  animation-name: moc-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: moc-animation;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.bdesign-wrap {
  padding-top: 7rem;
}
@media screen and (max-width: 600px) {
  .bdesign-wrap {
    padding-top: unset;
  }
}
.bdesign-content {
  padding-top: 10rem;
  padding-bottom: 18rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .bdesign-content {
    padding-bottom: 10rem;
  }
}
.bdesign-content .btn {
  margin-top: 3.2rem;
}

.info {
  padding-top: 16.5rem;
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .info {
    padding-bottom: unset;
  }
}
.info-decor {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .info-decor {
    left: unset;
    right: 0;
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .info-decor {
    width: 10rem;
    top: 4rem;
  }
}
.info-decor > img {
  display: block;
}
.info-wrap {
  width: 91.6666666667%;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .info-wrap {
    width: 100%;
  }
}
.info-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -2.5rem;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .info-flex {
    margin: 0 -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .info-flex {
    flex-direction: column-reverse;
  }
}
.info-left {
  width: 54.5454545455%;
  padding: 0 2.5rem;
}
@media screen and (max-width: 1200px) {
  .info-left {
    width: 60%;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .info-left {
    width: 80%;
  }
}
@media screen and (max-width: 550px) {
  .info-left {
    width: 100%;
  }
}
.info-pos {
  position: relative;
}
.info-img {
  position: relative;
  padding-top: 100%;
  opacity: 0;
}
.info-img.active {
  -webkit-animation: fadeInUpShorter 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fadeInUpShorter 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  opacity: 1;
}
.info-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-img-abs {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(35%, -50%);
  width: calc(100% - 16.4rem);
}
@media screen and (max-width: 1200px) {
  .info-img-abs {
    top: 0;
    right: unset;
    left: -1.5rem;
    transform: translate(0%, -30%);
  }
}
@media screen and (max-width: 768px) {
  .info-img-abs {
    display: none;
  }
}
.info-img-small {
  position: relative;
  padding-top: 100%;
  opacity: 0;
}
.info-img-small.active {
  -webkit-animation: fadeInleftShorter 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fadeInleftShorter 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  opacity: 1;
}
.info-img-small img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-des {
  font-size: 1.6rem;
  color: #444444;
  margin-top: 6.3rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .info-des {
    margin-top: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
.info-right {
  width: 45.4545454545%;
  padding: 0 2.5rem;
}
@media screen and (max-width: 1200px) {
  .info-right {
    width: 40%;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .info-right {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.info-content .btn {
  margin: unset;
}

.sec-why {
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .sec-why {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.sec-why .container {
  max-width: 138rem;
}

.why-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  margin-bottom: 3.2rem;
  overflow: hidden;
}
.why-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.2rem;
}
@media screen and (max-width: 1380px) {
  .why-list {
    margin: 0 -1.5rem;
  }
}
@media screen and (max-width: 620px) {
  .why-list {
    margin: 0 -0.8rem;
  }
}
@media screen and (max-width: 1100px) {
  .why-list {
    justify-content: center;
  }
}
.why-item {
  width: 20%;
  padding: 0 3.2rem;
}
@media screen and (max-width: 1380px) {
  .why-item {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .why-item {
    width: 33.3333333333%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 620px) {
  .why-item {
    width: 50%;
    padding: 0 0.8rem;
  }
  .why-item:last-child {
    width: 100%;
  }
}
.why-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
@media (hover: hover) {
  .why-inner:hover .why-icon {
    transform: translateY(-0.2em);
  }
  .why-inner:hover .why-name::after {
    opacity: 1;
    transform: scaleX(1.05);
  }
}
.why-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  min-height: 4rem;
  position: relative;
  transition: transform 0.4s;
}
.why-icon > img {
  display: block;
}
.why-name {
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
  padding-top: 2.4rem;
  margin-top: auto;
  margin-bottom: 1.2rem;
  position: relative;
}
.why-name::after {
  background: #cc9900;
  content: "";
  display: block;
  height: 0.15rem;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, -0.4, 0.4, 1.4);
  transform: scaleX(0);
  top: 100%;
}
@media screen and (max-width: 1100px) {
  .why-name {
    padding-top: 0.8rem;
  }
}
.why-des {
  color: #444444;
}

.sec-blog {
  background: linear-gradient(90deg, rgba(243, 243, 243, 0.29) 0%, rgba(68, 68, 68, 0) 100%);
  margin-bottom: 8rem;
}

.blog {
  overflow: hidden;
}
.blog-title {
  font-weight: 700;
  font-size: 3.2rem;
  color: #444444;
  padding-bottom: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .blog-title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .blog-title {
    font-size: 2.2rem;
  }
}
.blog-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 1200px) {
  .blog-flex {
    margin: 0 -0.6rem;
  }
}
@media screen and (max-width: 850px) {
  .blog-flex {
    flex-direction: column;
  }
}
.blog-col {
  width: 50%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .blog-col {
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 850px) {
  .blog-col {
    width: 100%;
  }
}
.blog-lager .blog-item {
  width: 100%;
}
.blog-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 1200px) {
  .blog-list {
    margin: 0 -0.6rem;
  }
}
.blog-item {
  width: 50%;
  padding: 0 1.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .blog-item {
    padding: 0 0.6rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .blog-item {
    width: 100%;
  }
}
.blog-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-img {
  position: relative;
  padding-top: 100%;
  z-index: 1;
  overflow: hidden;
}
@media (hover: hover) {
  .blog-img:hover::before {
    opacity: 1;
    width: 200%;
  }
  .blog-img:hover .blog-btn {
    opacity: 1;
    visibility: unset;
  }
  .blog-img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.blog-img::before {
  content: "";
  position: absolute;
  transform: skew(30deg);
  width: 0;
  height: 100%;
  left: -50%;
  top: 0;
  background: rgba(68, 68, 68, 0.5);
  opacity: 0;
  transition: 0.45s ease-in-out all;
  z-index: 1;
}
.blog-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.75s ease-in-out;
}
.blog-time {
  position: absolute;
  min-width: 7rem;
  min-height: 6rem;
  background: #cc9900;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0.7rem;
}
.blog-time-date {
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-block;
  padding-bottom: 0.2rem;
  position: relative;
}
.blog-time-date::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3.2rem;
  height: 0.1rem;
  transform: translate(-50%, -50%);
  background: #fff;
}
.blog-time-month {
  padding-top: 0.2rem;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1.2;
}
.blog-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: max-content;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.blog-btn .btn-inner {
  color: #fff;
}
.blog-btn .btn-inner::before, .blog-btn .btn-inner::after {
  border-color: #fff;
}
.blog-content {
  position: relative;
  z-index: 1;
}
.blog-content-inner {
  padding-top: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 80%;
}
@media screen and (max-width: 850px) {
  .blog-content-inner {
    width: 100%;
    padding-top: 2.8rem;
  }
}
.blog-link {
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .blog-link:hover {
    color: #cc9900;
  }
}
.blog-des {
  padding-top: 0.8rem;
  margin-top: auto;
  font-size: 1.6rem;
  color: #444444;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.social {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .social {
    top: 70%;
    right: 2rem;
  }
}
.social-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .social-list {
    gap: 2.8rem;
  }
}
.social-link {
  width: 4rem;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  animation: pulse 1.75s linear infinite;
}
.social-link::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #cc9900;
  opacity: 0.6;
  z-index: -1;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .social-link {
    width: 3rem;
    height: 3rem;
  }
  .social-link::before {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.social-link > img {
  display: block;
}
.social-inner {
  position: relative;
}
@media (hover: hover) {
  .social-inner:hover .social-content {
    opacity: 1;
    visibility: visible;
  }
}
.social-content {
  width: max-content;
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
  padding: 1rem;
  background: #cc9900;
  position: absolute;
  right: 160%;
  top: 50%;
  transform: translate(0%, -50%);
  border-radius: 3.2rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
}
.social-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  border-radius: 3.2rem;
  opacity: 0.6;
  z-index: -1;
  background: #cc9900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-page {
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .contact-page {
    background-position: top;
  }
}

.contact-wrap {
  width: 50%;
  margin-top: 2.4rem;
}
@media screen and (max-width: 920px) {
  .contact-wrap {
    width: 66%;
  }
}
@media screen and (max-width: 550px) {
  .contact-wrap {
    width: 100%;
  }
}
.contact-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 550px) {
  .contact-group {
    flex-direction: column;
  }
}
.contact-control {
  padding: 0 1.2rem;
  flex: 1;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 550px) {
  .contact-control {
    margin-bottom: 1.2rem;
  }
}
.contact-input {
  height: 4rem;
  width: 100%;
  border: unset;
  background: #fff;
  font-family: "SVN-Gilroy", sans-serif;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
}
.contact-input:focus {
  outline: unset;
}
.contact-input::placeholder {
  color: #808080;
}
.contact-area {
  min-height: 14rem;
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 1.6rem;
  border: unset;
  background: #fff;
  resize: unset;
}
.contact-area:focus {
  outline: unset;
}
.contact-area::placeholder {
  color: #808080;
}
.contact-label {
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.contact-btn .btn {
  min-width: 7rem;
  margin: unset;
  margin-left: auto;
}
@media screen and (max-width: 550px) {
  .contact-btn .btn {
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .contact-btn .btn:hover::before {
    width: 180%;
  }
}
.contact-btn .btn::after {
  width: 180%;
  left: 44%;
}
.contact-btn .btn-inner {
  color: #444444;
}
.contact-map iframe {
  width: 100%;
  height: 58rem;
}
@media screen and (max-width: 1200px) {
  .contact-map iframe {
    height: 50vw;
  }
}

.sec-icontact {
  background-size: cover;
  background-repeat: no-repeat;
}

.icontact {
  padding: 5.6rem 0;
}
.icontact-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 660px) {
  .icontact-flex {
    flex-direction: column;
  }
}
.icontact-col {
  padding: 0 1.2rem;
  width: 33.3333333333%;
}
@media screen and (max-width: 660px) {
  .icontact-col {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.icontact-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 660px) {
  .icontact-inner {
    flex-direction: row;
    gap: 1.2rem;
    justify-content: unset;
    width: 40rem;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
.icontact-icon {
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 660px) {
  .icontact-icon {
    width: 4rem;
    height: 4rem;
  }
}
.icontact-icon > img {
  display: block;
}
.icontact-title {
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 660px) {
  .icontact-title {
    margin-bottom: 1.2rem;
    margin-top: 0.8rem;
  }
}
.icontact-txt {
  font-size: 1.6rem;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .icontact-txt {
    width: 100%;
    text-align: left;
  }
}

.sec-info.about-info {
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .sec-info.about-info {
    padding-top: 6rem;
  }
}
.sec-info.about-info .info {
  padding-top: unset;
}
.sec-info.about-info .info-decor {
  position: static;
  transform: unset;
  margin-top: -2.4rem;
}
.sec-info.about-info .info-decor > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-info.about-info .info-decor {
    width: 100%;
    margin-top: unset;
    margin-bottom: -3rem;
  }
}
.sec-info.about-info .info-flex {
  align-items: unset;
}
.sec-info.about-info .info-about-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec-info.about-info .info-about-content {
    text-align: center;
  }
}
.sec-info.about-info .info-content {
  margin-top: auto;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .sec-info.about-info .info-content {
    padding-bottom: unset;
  }
}
@media screen and (max-width: 768px) {
  .sec-info.about-info .info-content .h2-title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-info.about-info .info-content .btn {
    margin: 0 auto;
  }
}
.sec-info.about-info .info-des {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}
.sec-info.about-info .info .info-img-abs {
  transform: translate(50%, -45%);
}
@media screen and (max-width: 1200px) {
  .sec-info.about-info .info .info-img-abs {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec-info.about-info .info-left {
    width: 100%;
  }
}

.sec-project {
  background: rgba(217, 217, 217, 0.2);
}
.sec-project .container {
  width: calc(100vw - (100vw - 120rem) / 2);
  max-width: 100%;
  margin: unset;
  margin-left: auto;
  padding: unset;
}

.project {
  min-height: 56rem;
}
.project-des {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .project-des {
    margin: 2.4rem 0;
  }
}
.project-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -3.5rem;
}
@media screen and (max-width: 1200px) {
  .project-flex {
    flex-direction: column;
  }
}
.project-left {
  width: 25%;
  padding: 0 3.2rem;
}
@media screen and (max-width: 1200px) {
  .project-left {
    width: 100%;
  }
}
.project-right {
  width: 75%;
  padding: 0 3.5rem;
}
@media screen and (max-width: 1200px) {
  .project-right {
    width: 100%;
  }
}
.project-img {
  position: relative;
  padding-top: 75%;
  display: block;
  cursor: pointer;
}
.project-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-content {
  margin-top: 6.4rem;
}
@media screen and (max-width: 1200px) {
  .project-content {
    margin-top: 2.4rem;
    padding: 0 1.5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .project-sw {
    padding: 2.4rem 0;
  }
}
.project-sw .swiper {
  padding-top: 6.5rem;
  overflow: unset;
  overflow-x: hidden;
  overflow-y: visible;
  transform: translateY(-4.5rem);
}
@media screen and (max-width: 1200px) {
  .project-sw .swiper {
    padding-top: unset;
    transform: unset;
  }
}
@media screen and (min-width: 1200px) {
  .project-sw .swiper-slide.swiper-slide-next {
    transform: translateY(-4.5rem);
  }
  .project-sw .swiper-slide.swiper-slide-next .project-info {
    max-height: 16rem;
    transition: 1.4s;
    transition-delay: 0.3s;
  }
}
.project-sw .swiper-slide {
  transition: 0.3s ease-in-out all;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .project-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.project-info {
  width: 60%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  max-height: 0;
  transition: 1s;
  padding-top: 1.4rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .project-info {
    width: 90%;
    max-height: unset;
    flex: 1;
    width: 100%;
  }
}
.project-type {
  font-size: 1.2rem;
  color: #444444;
}
.project-name {
  color: #cc9900;
  font-weight: 700;
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .project-name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .project-name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .project-name {
    margin-top: auto;
  }
}
.project-txt {
  color: #444444;
  margin: 0.8rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.project-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -0.8rem;
}
.project-box {
  padding: 0 0.8rem;
}
.project-box-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.project-box-icon {
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.project-box-icon > img {
  display: block;
}
.project-box-text {
  font-weight: 500;
  color: #444444;
}
.project-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.6rem;
}

.sec-news {
  padding: 5.6rem 0;
}
@media screen and (max-width: 920px) {
  .sec-news {
    padding: 2.4rem 0;
  }
}
.sec-news.p-news .news-cate {
  margin-top: unset;
}

.news-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 920px) {
  .news-flex {
    flex-direction: column-reverse;
  }
}
.news-left {
  padding: 0 1.2rem;
  width: 33.3333333333%;
}
@media screen and (max-width: 920px) {
  .news-left {
    width: 100%;
  }
}
.news-right {
  padding: 0 1.2rem;
  width: 66.6666666667%;
}
@media screen and (max-width: 920px) {
  .news-right {
    width: 100%;
  }
}
.news .blog-list .blog-inner {
  padding-left: 3.2rem;
  position: relative;
}
@media screen and (max-width: 920px) {
  .news .blog-list .blog-inner {
    padding-left: unset;
  }
}
.news .blog-list .blog-content-inner {
  width: 100%;
  padding-top: 1.3rem;
}
.news .blog-list .blog-content {
  position: static;
}
.news .blog-list .blog-time {
  right: unset;
  left: 0;
  top: 4rem;
  transform: unset;
}
@media screen and (max-width: 920px) {
  .news .blog-list .blog-time {
    top: 0;
  }
}
.news .blog-list .blog-img {
  padding-top: 81.8181818182%;
}
.news .blog-list .blog-des {
  margin-bottom: 0.8rem;
}
.news .blog-list .blog-type {
  color: #808080;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.news .blog-list .blog-item {
  margin-bottom: 2rem;
}
.news-search-inner {
  height: 100%;
  position: relative;
}
.news-search-inner input {
  height: 4rem;
  width: 100%;
  padding: 0 1.6rem;
  padding-right: 3.6rem;
  font-weight: 500;
  color: #444444;
  background: #fff;
  border: 0.1rem solid #d9d9d9;
  border-radius: 12rem;
}
.news-search-inner input:focus {
  outline: unset;
}
.news-search-inner input::placeholder {
  opacity: 0.5;
}
.news-search-inner .icon-submit {
  padding: unset;
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%);
  background: #cc9900;
  border-radius: 50%;
  cursor: pointer;
}
.news-search-inner .icon-submit .icon {
  color: #fff;
}
.news-title {
  font-family: "SVN-Gallery Modern", sans-serif;
  font-size: 2.4rem;
  color: #444444;
}
@media only screen and (max-width: 1200px) {
  .news-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-title {
    font-size: 1.7rem;
  }
}
.news-cate {
  background-size: cover;
  margin-top: 3rem;
}
.news-cate-inner {
  padding: 2.4rem;
}
.news-cate-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-top: 3.2rem;
}
.news-cate-item {
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(68, 68, 68, 0.1);
}
.news-cate-item:last-child {
  padding-bottom: 0;
  border-bottom: unset;
}
.news-cate-item:first-child {
  padding-top: unset;
}
.news-cate-link {
  font-weight: 500;
  font-size: 1.6rem;
  color: #444444;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .news-cate-link:hover {
    color: #cc9900;
  }
}
.news-cate-link.active {
  font-weight: 700;
  color: #cc9900;
}
.news-trend {
  margin-top: 4.7rem;
  background: rgba(204, 153, 0, 0.05);
}
.news-trend-inner {
  padding: 2.4rem;
}
.news-trend-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-top: 1.2rem;
}
.news-trend-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.8rem;
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid #e6e6e6;
}
.news-trend-item:last-child {
  padding-bottom: 0;
  border-bottom: unset;
}
.news-trend-item.active .news-trend-link,
.news-trend-item.active .news-trend-num {
  color: #cc9900;
}
@media (hover: hover) {
  .news-trend-item:hover .news-trend-link,
  .news-trend-item:hover .news-trend-num {
    color: #cc9900;
  }
}
.news-trend-num {
  font-weight: 700;
  font-size: 2.4rem;
  color: #444444;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .news-trend-num {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-trend-num {
    font-size: 1.7rem;
  }
}
.news-trend-link {
  font-weight: 500;
  font-size: 1.6rem;
  color: #444444;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-bottom: 0.6rem;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .news-trend-link:hover {
    color: #cc9900;
  }
}
.news-hot {
  margin-top: 4rem;
}
.news-hot-list {
  padding-top: 2.3rem;
  margin: 0 -0.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.news-hot-item {
  padding: 0 0.4rem;
  width: 25%;
  margin-bottom: 0.8rem;
}
.news-hot-img {
  position: relative;
  padding-top: 100%;
  cursor: pointer;
}
.news-hot-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-top-img {
  padding-top: 56.1868686869%;
  position: relative;
}
.news-top-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(360deg, #493700 -29.44%, rgba(118, 88, 0, 0) 66.52%);
  z-index: 1;
}
.news-top-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-top-img .news-content-pos {
  position: absolute;
  padding: 2.6rem 3.2rem;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .news-top-img .news-content-pos {
    padding: 1.2rem;
  }
}
.news-top-img .news-content-pos .text {
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  display: inline-block;
  margin-bottom: 2.6rem;
}
@media only screen and (max-width: 1200px) {
  .news-top-img .news-content-pos .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-top-img .news-content-pos .text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .news-top-img .news-content-pos .text {
    margin-bottom: 1.2rem;
  }
}
.news-top-img .news-content-pos .project-box-text {
  color: #fff;
  font-weight: 500;
}
.news-top-img .news-content-pos .project-box-icon > img {
  filter: invert(93%) sepia(94%) saturate(30%) hue-rotate(329deg) brightness(106%) contrast(100%);
}

.news-content-txt {
  margin: 2.4rem 0;
  font-weight: 500;
  font-size: 1.6rem;
  color: #444444;
}

.news-content-img-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}

.news-content-img-box {
  padding: 0 1.2rem;
  width: 50%;
}

.news-content-img-box-inner {
  position: relative;
  padding-top: 75%;
}
.news-content-img-box-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-content-slogan {
  width: 56rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
  position: relative;
}
.news-content-slogan::before {
  position: absolute;
  content: "";
  left: 0;
  width: 0.1rem;
  height: 6.6rem;
  background: #cc9900;
  bottom: 0.6rem;
}
.news-content-slogan .decor {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-content-slogan .text {
  font-weight: 600;
  font-size: 1.6rem;
  color: #444444;
  text-align: center;
}

.news-content-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 920px) {
  .news-content-social {
    margin-bottom: 2.4rem;
  }
}
.news-content-social .text {
  font-weight: 700;
  color: #444444;
  margin-right: 2rem;
}
.news-content-social-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.8rem;
}
.news-content-social-list > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .news-content-social-list > a:hover {
    transform: translateY(-0.4rem);
  }
}

.sec-cart {
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .sec-cart {
    margin-top: 4rem;
  }
}

.cart {
  background: rgba(204, 153, 0, 0.02);
}
.cart-table {
  margin-top: 2.4rem;
  width: 100%;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .cart-table {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .cart-table tbody,
  .cart-table tr,
  .cart-table td:not(.td-remove) {
    display: block;
    width: 100%;
  }
}
.cart-table tr {
  border-bottom: 0.1rem solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .cart-table tr {
    position: relative;
  }
}
.cart-table th {
  white-space: nowrap;
  width: 25%;
  font-weight: 500;
  font-size: 1.6rem;
  color: #444444;
  text-align: left;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .cart-table th {
    display: none;
  }
}
.cart-table td {
  vertical-align: middle;
}
.cart-table table {
  width: 100%;
}
.cart-bot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.6rem;
}
.cart-bot-text {
  font-weight: 500;
  color: #444444;
  opacity: 0.7;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .cart-bot-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .cart-bot-text {
    font-size: 1.7rem;
  }
}
.cart-bot-total {
  font-weight: 500;
  font-size: 2.6rem;
  color: #cc9900;
  flex: 1;
  text-align: right;
  margin-right: 3rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .cart-bot-total {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .cart-bot-total {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1200px) {
  .cart-bot-total {
    margin-right: unset;
  }
}
.cart-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.6rem;
  justify-content: end;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .cart-control {
    justify-content: center;
  }
}
.cart-control .cart-btn:first-child {
  margin-right: auto;
}
@media screen and (max-width: 430px) {
  .cart-control .cart-btn:first-child {
    order: 1;
  }
}
.cart-control .cart-btn:first-child .btn {
  min-width: 17rem;
}
.cart-control .cart-btn:last-child .btn {
  min-width: 12.3rem;
}
.cart-control .cart-btn:last-child .btn .btn-inner {
  color: #cc9900;
}
.cart-control .cart-btn:last-child .btn .btn-inner::before, .cart-control .cart-btn:last-child .btn .btn-inner::after {
  border-color: #cc9900;
}
@media screen and (max-width: 430px) {
  .cart-control .cart-btn {
    width: 100%;
  }
  .cart-control .cart-btn .btn {
    width: 100%;
  }
}

.cart-table tbody td:not(.td-remove) {
  padding: 1.6rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cart-table tbody td:not(.td-remove) {
    text-align: right !important;
    padding: 1.2rem 0;
    padding-left: 25%;
  }
  .cart-table tbody td:not(.td-remove)::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: fit-content;
    font-weight: 600;
    font-size: 1.6rem;
    color: #444444;
    text-align: left;
    white-space: nowrap;
  }
}

.cart-table tbody .td-img-inner {
  width: 10.2rem;
  height: 10.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .cart-table tbody .td-img-inner {
    margin-left: auto;
  }
}
.cart-table tbody .td-img-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cart-table tbody .td-name {
  font-weight: 600;
  font-size: 1.6rem;
  color: #444444;
}

.cart-table tbody .td-price,
.cart-table tbody .td-num {
  font-weight: 400;
  font-size: 1.6rem;
  color: #444444;
}

.cart-table tbody .td-total {
  color: #cc9900;
  font-weight: 400;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .cart-table tbody .td-remove {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%);
  }
}

.cart-table tbody .td-remove .icon {
  font-size: 1.6rem;
  transition: 0.3s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  border: 0.1rem solid transparent;
}
@media screen and (max-width: 768px) {
  .cart-table tbody .td-remove .icon {
    border-color: #cc9900;
    background: #fff;
  }
}
.cart-table tbody .td-remove .icon > i {
  font-weight: 300;
}
@media (hover: hover) {
  .cart-table tbody .td-remove .icon:hover {
    color: #cc9900;
    cursor: pointer;
    border-color: #cc9900;
  }
}

.cart-table th:not(:first-child) {
  text-align: center;
}

.cart-table tbody td:not(.td-remove):not(:first-child) {
  text-align: center;
}

.cart-table tbody .td-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .cart-table tbody .td-gr {
    flex-direction: column;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .cart-table tbody .td-gr {
    margin-left: auto;
    text-align: right;
    gap: 0.4rem;
  }
}
.cart-table tbody .td-gr .td-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cart-table tbody .td-gr .td-box .ttype {
  font-size: 1.2rem;
  color: #444444;
  margin-bottom: 0.6rem;
}
.cart-table tbody .td-gr .td-box .tname {
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
}

.count {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  line-height: 1;
  width: fit-content;
  margin: 0 auto;
  gap: 1.2rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid #e6e6e6;
}
@media screen and (max-width: 1200px) {
  .count {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 830px) {
  .count {
    justify-content: end;
    margin: 0.2rem 0;
    margin-left: auto;
    padding: unset;
    border: unset;
  }
}
.count-number {
  font-weight: 400;
  font-size: 1.6rem;
  color: #191919;
}
.count-btn {
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .count-btn {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .count-btn {
    font-size: 1.5rem;
  }
}
.count-minus {
  cursor: pointer;
}
.count-minus .icon {
  font-weight: 300;
  font-size: 2rem;
}
.count-plus {
  color: #cc9900;
}
.count-plus .icon {
  font-weight: 300;
}

.cart-content.cart-table .cart-head {
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #e6e6e6;
}
@media screen and (max-width: 830px) {
  .cart-content.cart-table .cart-head {
    display: none;
  }
}
.cart-content.cart-table .cart-content-item {
  padding: 1.6rem 0;
  position: relative;
}
.cart-content.cart-table .cart-content-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.8rem;
  right: 0.8rem;
  height: 0;
  border-bottom: 0.1rem dashed #e6e6e6;
}
.cart-content.cart-table .info {
  padding-top: unset;
  padding-bottom: unset;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 830px) {
  .cart-content.cart-table .info {
    flex-direction: column;
  }
}
.cart-content.cart-table .info .name,
.cart-content.cart-table .info .price,
.cart-content.cart-table .info .quantity,
.cart-content.cart-table .info .total {
  padding: 0 1.2rem;
  width: 16.6666666667%;
  font-weight: 500;
  font-size: 1.6rem;
  color: #444444;
  text-align: center;
}
@media screen and (max-width: 830px) {
  .cart-content.cart-table .info .name,
  .cart-content.cart-table .info .price,
  .cart-content.cart-table .info .quantity,
  .cart-content.cart-table .info .total {
    width: 100%;
    text-align: left;
  }
}
.cart-content.cart-table .info .name {
  text-align: left !important;
  width: 50%;
}
@media screen and (max-width: 830px) {
  .cart-content.cart-table .info .name {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 400px) {
  .cart-content.cart-table .info .name {
    margin-bottom: 0.2rem;
  }
}
.cart-content.cart-table .info .total-txt {
  font-weight: 500;
  color: #cc9900;
}
.cart-content.cart-table .woocommerce-cart-form__cart-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 -0.8rem;
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .product-thumbnail {
  padding: 0 0.8rem;
  display: flex;
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .info {
  padding: 0 0.8rem;
  width: 100%;
  margin: unset !important;
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .info .name.product-name {
  flex: 1;
  width: auto !important;
  padding: unset;
}
@media screen and (max-width: 830px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .info .name.product-name {
    width: 100% !important;
  }
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .info .price.product-price {
  margin-top: unset;
  margin: unset;
  justify-content: center;
  text-transform: uppercase;
  padding: unset;
  width: 18% !important;
}
@media screen and (max-width: 830px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .info .price.product-price {
    align-items: center;
    width: 100% !important;
    flex-direction: row !important;
    justify-content: unset;
  }
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .info .quantities.product-quantity {
  padding: unset;
  width: 18% !important;
}
@media screen and (max-width: 830px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .info .quantities.product-quantity {
    display: flex;
    align-items: center;
    width: 100% !important;
  }
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .info .total.product-subtotal {
  text-transform: uppercase;
  padding: unset;
  width: 18% !important;
}
@media screen and (max-width: 830px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .info .total.product-subtotal {
    align-items: center;
    display: flex;
    width: 100% !important;
  }
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .info .price-name {
  display: none;
}
@media screen and (max-width: 830px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .info .price-name {
    display: block;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 1.6rem;
    color: #444444;
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 400px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .info .price-name {
    font-size: 1.4rem;
  }
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .info .total-name {
  display: none;
}
@media screen and (max-width: 830px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .info .total-name {
    display: block;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 1.6rem;
    margin-right: 0.4rem;
    color: #444444;
  }
}
@media screen and (max-width: 400px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .info .total-name {
    font-size: 1.4rem;
  }
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .info .quantities-name {
  display: none;
}
@media screen and (max-width: 830px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .info .quantities-name {
    display: block;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 1.6rem;
    margin-right: 0.4rem;
    color: #444444;
  }
}
@media screen and (max-width: 400px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .info .quantities-name {
    font-size: 1.4rem;
  }
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .info .quantities.product-quantity {
  padding: unset;
  width: 18% !important;
  text-transform: uppercase;
}
@media screen and (max-width: 830px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .info .quantities.product-quantity {
    width: 100% !important;
  }
  .cart-content.cart-table .woocommerce-cart-form__cart-item .info .quantities.product-quantity .count {
    margin-left: unset;
  }
}
@media screen and (max-width: 400px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .info .quantities.product-quantity {
    font-size: 1.4rem;
  }
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .img-wrap {
  width: 10.2rem;
  height: 10.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 830px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .img-wrap {
    width: 16rem;
    height: 16rem;
  }
}
@media screen and (max-width: 420px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .img-wrap {
    width: 10.2rem;
    height: 10.2rem;
  }
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .name-main {
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .product-remove {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .product-remove {
    left: 0;
    top: 0;
    right: unset;
    transform: unset;
  }
}
@media (hover: hover) {
  .cart-content.cart-table .woocommerce-cart-form__cart-item .product-remove:hover a.remove {
    color: #cc9900 !important;
    background: unset;
  }
}
.cart-content.cart-table .woocommerce-cart-form__cart-item .product-remove a.remove {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #999999 !important;
  width: 2.6rem;
  height: 2.6rem;
  font-size: 3rem;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}

.mona-cart-totals .cart-button {
  width: fit-content;
  margin-left: auto;
}

.woocommerce-page .select2-search.select2-search--dropdown {
  display: block !important;
}
.woocommerce-page .select2-container .select2-dropdown .select2-search input {
  background-color: white;
  border: 1px solid #aaa;
}

.sec-payment {
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-payment .success {
  position: relative;
  margin-top: 8rem;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .sec-payment .success {
    margin-top: 2.4rem;
  }
}

.woocommerce-checkout:not(:has(.success-wrap)) .sec-payment {
  background-image: unset !important;
}

.wp-custom-logo .sec-payment {
  background-image: unset;
}

.woocommerce-order-received .sec-payment .success {
  margin-top: 6.4rem;
  padding-bottom: 5.6rem;
}
@media screen and (max-width: 1200px) {
  .woocommerce-order-received .sec-payment .success {
    margin-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.woocommerce-order-received .sec-payment .success .payment-decor {
  display: none;
}

.main-payment {
  padding-top: 12rem;
}
@media screen and (max-width: 1200px) {
  .main-payment {
    padding-top: 6rem;
    overflow: hidden;
  }
}

.payment-decor {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(10rem);
  user-select: none;
}
@media screen and (max-width: 1450px) {
  .payment-decor {
    display: none;
  }
}
.payment-decor > img {
  display: block;
}
.payment-title {
  font-family: "SVN-Gallery Modern", sans-serif;
  font-size: 3.2rem;
  color: #444444;
  margin-bottom: 2.4rem;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .payment-title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .payment-title {
    font-size: 2.2rem;
  }
}
.payment-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 1090px) {
  .payment-flex {
    flex-direction: column;
  }
}
.payment-left {
  width: 66.6666666667%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1090px) {
  .payment-left {
    width: 100%;
  }
}
.payment-left-wrap {
  padding: 0 3.2rem;
}
@media screen and (max-width: 1200px) {
  .payment-left-wrap {
    padding: 0;
  }
}
.payment-right {
  width: 33.3333333333%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1090px) {
  .payment-right {
    width: 100%;
  }
}
.payment-form .contact-input {
  border: 0.1rem solid #cccccc;
}
.payment-option {
  margin-top: 1.6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1094px) {
  .payment-option {
    padding-bottom: 0;
  }
}
.payment-option-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 620px) {
  .payment-option-control {
    flex-direction: column;
  }
}
.payment-option-box {
  padding: 0 1.2rem;
  width: 50%;
}
@media screen and (max-width: 620px) {
  .payment-option-box {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.payment-side {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1090px) {
  .payment-side {
    margin-top: 2.4rem;
  }
}
.payment-side::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 280vh;
  background: #fbf7eb;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1090px) {
  .payment-side::before {
    height: 100%;
    transform: unset;
  }
}
.payment-side-inner {
  padding: 0 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1090px) {
  .payment-side-inner {
    padding: 2.4rem;
  }
}
.payment-side-inner .cmini-item-inner .cmini-item-box:nth-child(2) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.payment-side-inner .cmini-list {
  margin-top: 2.6rem;
  padding-right: unset;
}
.payment-side-inner .cmini-list .cmini-item-inner {
  text-transform: uppercase;
}
.payment-side-inner .cmini-list .cmini-img img {
  width: 100% !important;
  height: 100% !important;
}
.payment-side-inner .cmini-list ~ ul {
  display: none;
}
.payment-side-inner .cmini-bot {
  margin-right: unset;
}

.success {
  padding-bottom: 6.4rem;
}
.success-decor {
  position: absolute;
  bottom: -6.4rem;
  left: -2.7rem;
  transform: translateX(-100%);
}
@media screen and (max-width: 1200px) {
  .success-decor {
    display: none;
  }
}
.success-decor > img {
  display: block;
}
.success-top {
  margin-bottom: 2.4rem;
}
.success-top .h2-title {
  text-align: center;
}
.success-wrap {
  margin-top: 6.4rem;
}
.success-block {
  width: 83.3333333333%;
  margin: 0 auto;
  filter: drop-shadow(0px 16px 40px rgba(0, 0, 0, 0.05));
  position: relative;
  z-index: 1;
}
.success-block::after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: radial-gradient(circle at 50% 0, transparent 4rem, white 4rem) top left, radial-gradient(circle at 50% 100%, transparent 4rem, white 4rem) bottom right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .success-block::after {
    background: radial-gradient(circle at 50% 0, transparent 3rem, white 3rem) top left, radial-gradient(circle at 50% 100%, transparent 3rem, white 3rem) bottom right;
    background-size: 100% 50%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1200px) {
  .success-block {
    width: 100%;
  }
}
.success-block::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80%;
  transform: translate(-50%, -50%);
  width: 0rem;
  border: 0.1rem dashed #cccccc;
}
@media screen and (max-width: 750px) {
  .success-block::before {
    width: 100%;
    height: 0;
  }
}
.success-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .success-flex {
    flex-direction: column;
  }
}
.success-col {
  width: 50%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 750px) {
  .success-col {
    width: 100%;
  }
}
.success-order-inner {
  padding-bottom: 6.4rem;
}
.success-order-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.success-order-flexc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.success-order-txt {
  font-size: 1.6rem;
}
.success-order-txt.c-pri {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .success-order-txt.c-pri {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .success-order-txt.c-pri {
    font-size: 1.7rem;
  }
}
.success-order-num {
  font-size: 1.6rem;
}
.success-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #cccccc;
}
.success-title2 {
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #cccccc;
}
.success-inner {
  padding: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .success-inner {
    padding: 6rem 2.4rem;
  }
}
.success-order {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.success-order .btn {
  margin: 0 auto;
  margin-top: auto;
}

.c8080 {
  color: #808080;
}

.c333 {
  color: #333333;
}

.c4d4d {
  color: #4d4d4d;
}

.c-text {
  color: #444444;
}

.pt12 {
  padding-top: 1.2rem;
}

.pb12 {
  padding-bottom: 1.2rem;
}

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

.mt-48 {
  margin-top: 4.8rem;
}

.mt-40 {
  margin-top: 4rem;
}

.pd12 {
  padding: 1.2rem 0;
}

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

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

.bdb {
  border-bottom: 0.1rem solid #cccccc;
}

.bdb-d {
  border-bottom: 0.1rem dashed #cccccc;
}

.pproduct {
  padding-bottom: 5.6rem;
}
@media screen and (max-width: 1200px) {
  .pproduct {
    padding-bottom: 2.4rem;
  }
}
.pproduct-wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .pproduct-wrap {
    margin-top: 0;
  }
}
.pproduct-wrap .product-items {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .pproduct-wrap .product-items {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 580px) {
  .pproduct-wrap .product-items {
    width: 50%;
  }
}
.pproduct-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1rem;
}
.pproduct-left {
  padding: 0 1rem;
}
@media screen and (max-width: 1200px) {
  .pproduct-left {
    padding: unset;
  }
}
@media screen and (max-width: 1200px) {
  .pproduct-left .side-fixed-wrap {
    background: rgba(204, 153, 0, 0.1);
  }
}
.pproduct-right {
  padding: 0 1rem;
  flex: 1;
}
.pproduct-side {
  width: 22.4rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .pproduct-side {
    width: 100%;
  }
}
.pproduct-side-decor {
  position: absolute;
  font-weight: 1000;
  font-size: 6.4rem;
  writing-mode: vertical-lr;
  display: flex;
  transform: scale(-1) translateY(-50%);
  gap: 1rem;
  bottom: 2.6rem;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .pproduct-side-decor {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .pproduct-side-decor {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 1200px) {
  .pproduct-side-decor {
    display: none;
  }
}
.pproduct-side-inner {
  padding: 2.2rem;
  padding-bottom: 15rem;
  background: rgba(204, 153, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .pproduct-side-inner {
    background: unset;
    padding: unset;
  }
}
.pproduct-form button.btn {
  margin-top: 3.8rem;
}
.pproduct-form button.btn .btn-inner {
  color: #444444;
  font-size: 1.4rem;
}
.pproduct-form button.btn::after {
  width: 135%;
}
@media (hover: hover) {
  .pproduct-form button.btn:hover::before {
    width: 135%;
  }
}
.pproduct-title {
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 2.4rem;
}
.pproduct-box {
  margin-bottom: 2.4rem;
}
.pproduct-drop-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.2);
  margin-bottom: 1rem;
  cursor: pointer;
}
@media (hover: hover) {
  .pproduct-drop-head:hover .text {
    color: #cc9900;
  }
  .pproduct-drop-head:hover .icon {
    color: #cc9900;
  }
}
.pproduct-drop-head.active .text {
  color: #cc9900;
}
.pproduct-drop-head.active .icon {
  transform: rotate(180deg);
  color: #cc9900;
}
.pproduct-drop-head .text {
  font-weight: 600;
  color: #444444;
  transition: 0.3s ease-in-out;
}
.pproduct-drop-head .icon {
  color: #444444;
  transition: 0.3s ease-in-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.pproduct-drop-head .icon > i {
  font-weight: 500;
}
.pproduct-drop-item {
  margin-bottom: 1.2rem;
}
@media (hover: hover) {
  .pproduct-drop-item .recheck-item:hover .recheck-text {
    color: #cc9900;
  }
  .pproduct-drop-item .recheck-item:hover .recheck-dot {
    opacity: 0.4;
  }
}
.pproduct-drop-item .recheck-item .recheck-text {
  font-weight: 600;
  font-size: 1.2rem;
  margin-left: 1rem;
  transition: 0.3s ease-in-out;
}
.pproduct-drop-item .recheck-item .recheck-input:checked ~ .recheck-dot .icon {
  opacity: 1;
}
.pproduct-drop-item .recheck-item .recheck-input:checked ~ .recheck-text {
  color: #cc9900;
}
.pproduct-drop-item .recheck-dot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: unset;
}
.pproduct-drop-item .recheck-dot::before {
  display: none;
}
.pproduct-drop-item .recheck-dot .icon {
  font-size: 1.6rem;
  color: #cc9900;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.pproduct-info .h2-text {
  font-weight: 700;
  font-size: 2rem;
  color: #444444;
}
@media only screen and (max-width: 1200px) {
  .pproduct-info .h2-text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .pproduct-info .h2-text {
    font-size: 1.6rem;
  }
}
.pproduct-info .des {
  margin: 1.6rem 0;
  font-weight: 500;
  font-size: 1.6rem;
  color: #444444;
}
.pproduct-gr {
  margin-top: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 580px) {
  .pproduct-gr {
    flex-direction: column;
  }
}
.pproduct-gr-box {
  width: 36rem;
}
@media screen and (max-width: 1200px) {
  .pproduct-gr-box {
    width: 50rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .pproduct-gr-box {
    width: auto;
    flex: 1;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 580px) {
  .pproduct-gr-box {
    width: 100%;
    margin-bottom: 2.4rem;
    margin-right: 0;
  }
}
.pproduct-gr-box-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 580px) {
  .pproduct-gr-box-inner {
    flex-wrap: wrap;
  }
}
.pproduct-gr-box-select {
  flex: 1;
}
.pproduct-gr-box .text {
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
  flex-shrink: 0;
}
@media screen and (max-width: 580px) {
  .pproduct-gr-box .text {
    width: 100%;
  }
}
.pproduct-gr-control-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 580px) {
  .pproduct-gr-control-inner {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.pproduct-gr-control-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.pproduct-gr-control-btn {
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid rgba(68, 68, 68, 0.2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .pproduct-gr-control-btn:hover {
    background: #cc9900;
  }
  .pproduct-gr-control-btn:hover .icon {
    color: #fff;
  }
}
.pproduct-gr-control-btn .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #444444;
  transition: 0.3s ease-in-out;
}

.tech-body {
  display: none;
}

.prodt {
  margin-top: 5.6rem;
}
@media screen and (max-width: 1200px) {
  .prodt {
    margin-top: 2.4rem;
  }
}
.prodt-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 1200px) {
  .prodt-flex {
    flex-direction: column;
  }
}
.prodt-left {
  width: 75%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .prodt-left {
    width: 100%;
  }
}
.prodt-right {
  width: 25%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .prodt-right {
    width: 50rem;
    max-width: 100%;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .prodt-right {
    width: 100%;
  }
}
.prodt-sticky {
  position: sticky;
  top: 7.2rem;
}
.prodt-slider {
  padding-bottom: 4rem;
  border-bottom: 0.2rem solid rgba(68, 68, 68, 0.1);
}
.prodt-slider-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 768px) {
  .prodt-slider-flex {
    flex-direction: column;
  }
}
.prodt-slider-wrap {
  width: 44.4444444444%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .prodt-slider-wrap {
    width: 100%;
  }
}
.prodt-main-img {
  position: relative;
  padding-top: 100%;
}
.prodt-main-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.prodt-thumb {
  margin-top: 2.4rem;
}
.prodt-thumb-img {
  position: relative;
  padding-top: 100%;
}
.prodt-thumb-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.prodt-content {
  width: 55.5555555556%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .prodt-content {
    width: 100%;
  }
}
.prodt-content-top {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.1);
}
@media screen and (max-width: 768px) {
  .prodt-content-top {
    margin-top: 2.4rem;
  }
}
.prodt-content-top .type {
  color: #444444;
  opacity: 0.7;
}
.prodt-content-top .text {
  font-weight: 700;
  font-size: 2.4rem;
  color: #444444;
}
@media only screen and (max-width: 1200px) {
  .prodt-content-top .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .prodt-content-top .text {
    font-size: 1.7rem;
  }
}
.prodt-content-mid {
  padding: 2.4rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.prodt-content-mid .text {
  font-size: 1.6rem;
  color: #444444;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.prodt-content-mid .price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  position: relative;
  padding-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .prodt-content-mid .price {
    padding-top: 0;
  }
}
.prodt-content-mid .price-new {
  font-weight: 700;
  font-size: 2.4rem;
  color: #cc9900;
}
@media only screen and (max-width: 1200px) {
  .prodt-content-mid .price-new {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .prodt-content-mid .price-new {
    font-size: 1.7rem;
  }
}
.prodt-content-mid .price-odd {
  font-size: 1.6rem;
  color: #808080;
  text-decoration-line: line-through;
}
@media screen and (min-width: 768px) {
  .prodt-content-mid .price-odd {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.prodt-content-mid .count {
  margin: unset;
}
.prodt-content-mid .control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .prodt-content-mid .control {
    justify-content: center;
    gap: 0.8rem;
  }
  .prodt-content-mid .control .btn-inner {
    padding: 1.2rem 1.4rem;
  }
}
.prodt-content-mid .control .btn {
  margin: unset;
}
.prodt-content-bot .text {
  font-weight: 600;
  font-size: 1.6rem;
  color: #444444;
  padding-bottom: 0.6rem;
  border-bottom: 0.2rem solid rgba(68, 68, 68, 0.1);
  position: relative;
  margin-bottom: 2.4rem;
}
.prodt-content-bot .text::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 0.2rem;
  width: 7rem;
  background: #cc9900;
}
.prodt-content-bot .des {
  color: #444444;
}
.prodt-info-top {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.1);
}
.prodt-info-top .title {
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 1.8rem;
}
.prodt-info-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.prodt-info-gr:not(:last-child) {
  margin-bottom: 1.6rem;
}
.prodt-info-gr .icon {
  width: 1.4rem;
  height: 1.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  margin-right: 0.8rem;
}
.prodt-info-gr .icon > img {
  display: block;
}
.prodt-info-gr .text {
  font-weight: 500;
  color: #444444;
}
.prodt-info-gr .text-num {
  font-weight: 500;
  color: #cc9900;
  margin-left: auto;
}
.prodt-info-mid {
  margin-top: 2.6rem;
}
.prodt-info-gr2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.prodt-info-gr2:not(:last-child) {
  margin-bottom: 1.6rem;
}
.prodt-info-gr2 .icon {
  width: 1.4rem;
  height: 1.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  margin-right: 0.8rem;
  margin-top: 0.4rem;
}
.prodt-info-gr2 .icon > img {
  display: block;
}
.prodt-info-gr2 .text {
  font-weight: 600;
  color: #444444;
}
.prodt-info-gr2 .text-small {
  font-weight: 500;
  color: #444444;
  font-size: 1.2rem;
}
.prodt-import-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
.prodt-import-left {
  width: 75%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .prodt-import-left {
    width: 100%;
  }
}
.prodt-import-right {
  width: 25%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .prodt-import-right {
    display: none;
  }
}
.prodt-import-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.5rem;
  padding-top: 4rem;
}
.prodt-import-control {
  padding: 0 1.5rem;
  position: relative;
  cursor: pointer;
}
.prodt-import-control:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: #d9d9d9;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
}
.prodt-import-control.active .text {
  color: #cc9900;
  opacity: 1;
}
.prodt-import-control .text {
  font-weight: 700;
  font-size: 2.4rem;
  color: #444444;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .prodt-import-control .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .prodt-import-control .text {
    font-size: 1.7rem;
  }
}
@media (hover: hover) {
  .prodt-import-control .text:hover {
    color: #cc9900;
  }
}
.prodt-import-content {
  margin-top: 3.2rem;
  font-size: 1.6rem;
}
.prodt-import-content .title {
  font-weight: 700;
  font-size: 2rem;
  color: #444444;
  width: fit-content;
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.5);
  margin-bottom: 1.6rem;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .prodt-import-content .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .prodt-import-content .title {
    font-size: 1.6rem;
  }
}
.prodt-import-content .des {
  font-size: 1.6rem;
  color: #444444;
}
.prodt-import-content-gr {
  margin-top: 2.4rem;
}
.prodt-import-content-gr .title2 {
  font-weight: 600;
  font-size: 1.6rem;
  color: #444444;
}
.prodt-import-content .text-list {
  margin-bottom: 4rem;
}
.prodt-import-content .text-list .text-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 0.8rem;
}
.prodt-import-content .text-list .text-gr .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 2rem;
  flex-shrink: 0;
  margin-right: 0.8rem;
}
.prodt-import-content .text-list .text-gr .icon > img {
  display: block;
}
.prodt-import-content .text-list .text-gr .text {
  font-size: 1.6rem;
  color: #444444;
}
.prodt-import-review {
  margin-top: 2.4rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .prodt-import-review {
    padding-bottom: 0;
  }
}
.prodt-import-review-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.25);
}
.prodt-import-review > .page-numbers {
  margin-top: 4rem;
  justify-content: start;
}
.prodt-import-review .avt {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 50%;
  margin-right: 2.4rem;
  flex-shrink: 0;
  overflow: hidden;
}
.prodt-import-review .avt > img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.prodt-import-review-block {
  margin-top: 3.2rem;
}
.prodt-import-review-block .title {
  font-weight: 700;
  font-size: 2rem;
  color: #444444;
  width: fit-content;
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.5);
  margin-bottom: 1.6rem;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .prodt-import-review-block .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .prodt-import-review-block .title {
    font-size: 1.6rem;
  }
}
.prodt-import-review-person .star {
  margin-bottom: 1.2rem;
}
.prodt-import-review-person .star .star-list {
  height: 1.2rem;
}
.prodt-import-review-person .star .icon {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: cover;
}
.prodt-import-review-person .name {
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 0.4rem;
}
.prodt-import-review-person .time {
  font-weight: 500;
  font-size: 1.2rem;
  color: #444444;
}
.prodt-import-review-des {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  color: #444444;
}
.prodt-import-review-cmt {
  margin-top: 4rem;
  padding: 5rem;
  background: rgba(204, 153, 0, 0.05);
}
@media screen and (max-width: 650px) {
  .prodt-import-review-cmt {
    padding: 2.4rem;
  }
}
.prodt-import-review-cmt .title {
  font-weight: 700;
  font-size: 2rem;
  color: #444444;
  width: fit-content;
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.5);
  margin-bottom: 1.6rem;
  display: inline-block;
  margin-bottom: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .prodt-import-review-cmt .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .prodt-import-review-cmt .title {
    font-size: 1.6rem;
  }
}
.prodt-import-review-form .contact-wrap {
  width: 100%;
  margin-top: 4rem;
}
.prodt-import-review-form .contact-input {
  background: rgba(68, 68, 68, 0.05);
}
.prodt-import-review-form .contact-area {
  background: rgba(68, 68, 68, 0.05);
}
.prodt-import-product {
  padding: 1.6rem;
  background: rgba(204, 153, 0, 0.05);
  position: sticky;
  top: 13rem;
}
.prodt-import-product-top {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.prodt-import-product .product-item .product-link {
  font-weight: 700;
}
.prodt-import-product-bot {
  margin-top: 1.6rem;
}
.prodt-import-product-bot-list {
  margin-bottom: 2.4rem;
}
.prodt-import-product-bot .text {
  font-weight: 600;
  font-size: 1.6rem;
  color: #444444;
}
.prodt-import-product-bot-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.prodt-import-product-bot-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.prodt-import-product-bot-item .icon {
  width: 1rem;
  height: 0.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  margin-right: 0.4rem;
  margin-top: 0.8rem;
}
.prodt-import-product-bot-item .icon img {
  display: block;
}
.prodt-import-product-bot-item .txt {
  color: #444444;
}
.prodt-import-product-bot-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: 500;
  color: #444444;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.prodt-import-product-bot .btn {
  margin: unset;
}

.tabPanel {
  display: none;
}
.tabPanel.open {
  display: block;
  animation: fadeInUp 0.6s ease-in-out;
}

.star-dg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 737px) {
  .star-dg {
    flex-direction: column-reverse;
    gap: 0.8rem;
  }
}
.star-dg .star-dg-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.star-dg .star-dg-row > img {
  filter: grayscale(1);
  transition: 0.3s ease-in-out;
}

.star-dg-radio:checked ~ img {
  filter: unset !important;
}

.sec-prolt {
  padding: 5.6rem 0;
  background: #f5f5f5;
}

@media screen and (max-width: 1230px) {
  .prolt-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.prolt-sw {
  position: relative;
}
.prolt-sw .swiper {
  padding-top: 2.4rem;
}
.prolt-sw .swiper-slide {
  height: auto;
}
.prolt-sw .swiper-slide .product-content .product-price {
  margin-top: auto;
}
@media screen and (max-width: 1230px) {
  .prolt-control {
    margin-top: 2.4rem;
  }
}
.prolt-control .swiper-pos-next {
  right: -8rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .prolt-control .swiper-pos-next {
    transform: unset;
  }
}
.prolt-control .swiper-pos-prev {
  left: -8rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .prolt-control .swiper-pos-prev {
    transform: unset;
  }
}

.popup-product-top {
  padding: 1.6rem 0;
  position: relative;
}
.popup-product-top .text {
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 890px) {
  .popup-product .popup-main {
    max-height: 80vh;
    overflow-y: auto;
  }
}
.popup-product-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 890px) {
  .popup-product-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 890px) {
  .popup-product-form {
    margin-top: 2.4rem;
  }
}
.popup-product-col {
  width: 50%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 890px) {
  .popup-product-col {
    width: 100%;
  }
}
.popup-product-fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
.popup-product-left {
  padding: 0 1.2rem;
}
.popup-product-left-inner {
  width: 18rem;
}
@media screen and (max-width: 560px) {
  .popup-product-left-inner {
    width: 14rem;
  }
}
.popup-product-left-img {
  position: relative;
  padding-top: 100%;
}
.popup-product-left-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-product-form .contact-wrap {
  width: 100%;
}
.popup-product-form .contact-wrap .contact-input,
.popup-product-form .contact-wrap .contact-area {
  border: 0.1rem solid #cccccc;
}
.popup-product-form .contact-wrap .contact-btn .btn {
  width: 100%;
}
.popup-product-total {
  font-weight: 700;
  font-size: 2.4rem;
  color: rgba(68, 68, 68, 0.7);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.6rem;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .popup-product-total {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-product-total {
    font-size: 1.7rem;
  }
}
.popup-product-block {
  padding-top: 6.4rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 890px) {
  .popup-product-block {
    padding: 2.4rem 0;
  }
}
.popup-product-right {
  padding: 0 1.2rem;
  flex: 1;
}
.popup-product-right-inner .name {
  font-size: 2.4rem;
  color: #444444;
  line-height: 1.2;
  word-break: break-word;
}
@media only screen and (max-width: 1200px) {
  .popup-product-right-inner .name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-product-right-inner .name {
    font-size: 1.7rem;
  }
}
.popup-product-right-inner .price {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
  color: #cc9900;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .popup-product-right-inner .price {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-product-right-inner .price {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .popup-product-right-inner .price {
    margin: 1.2rem 0;
  }
}
.popup-product-right-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 560px) {
  .popup-product-right-control {
    flex-direction: column;
    align-items: unset;
  }
}
.popup-product-right-control .count {
  justify-content: start;
  margin: unset;
}
.popup-product .popup-wrapper {
  padding: 0 10rem;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .popup-product .popup-wrapper {
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .popup-product .popup-wrapper {
    padding: 0 1.6rem;
  }
}
.popup-product .popup-wrapper::before {
  content: "";
  position: absolute;
  height: 5.8rem;
  width: 100%;
  background: #cc9900;
  top: 0;
  left: 0;
}
.popup-product .popup-close {
  border-radius: 50%;
  top: 1.2rem;
  right: 1.2rem;
}
.popup-product .popup-close .icon {
  font-weight: 300;
  color: #cc9900;
}

.wp-block-quote {
  width: 56rem;
  max-width: 100%;
  margin: 0 auto !important;
  position: relative;
  border-left: unset !important;
  padding: unset !important;
  text-align: center;
}
.wp-block-quote::before {
  position: absolute;
  content: "";
  left: 0;
  width: 0.1rem;
  height: 6.6rem;
  background: #cc9900;
  bottom: 0.6rem;
}
.wp-block-quote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 5.7rem;
  height: 4.2rem;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../assets/images/decor-quote.png);
}
.wp-block-quote p {
  font-weight: 600;
  font-size: 1.6rem;
  color: #444444;
  text-align: center;
  margin: unset !important;
}

.wp-container-3 {
  margin-top: 2.4rem;
  margin-bottom: 5rem !important;
  gap: 2.4rem !important;
}
.wp-container-3 .wp-block-image {
  margin: unset !important;
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
  margin-top: 2.4rem;
}

.pproduct-headding {
  overflow: hidden;
}

.pproduct-info .btn-pos2 {
  position: relative;
}
.pproduct-info .btn-pos2 .btn::after {
  width: 125%;
}
.pproduct-info .btn-pos2::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 100%;
  height: 6rem;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3981967787) 100%);
  left: 0;
  transition: 0.3s ease-in-out;
}
.pproduct-info .btn-pos2.active::before {
  opacity: 0;
}

.prodt-content .mona-content ul {
  padding-left: unset;
  margin-bottom: unset;
  margin: unset;
}
.prodt-content .mona-content ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.prodt-import-product-top .product-price {
  justify-content: start;
  gap: 1.5rem;
  align-items: center;
}

.prodt-import-product .mona-content ul {
  padding-left: unset;
  margin-bottom: unset;
  margin: unset;
  margin-top: 1.2rem;
  margin-bottom: 2.4rem;
}
.prodt-import-product .mona-content ul li {
  display: flex;
}
.prodt-import-product .mona-content ul li strong {
  position: relative;
  padding-left: 1.4rem;
  flex-shrink: 0;
  height: fit-content;
}
.prodt-import-product .mona-content ul li strong::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 1rem;
  height: 0.8rem;
  background-image: url(../assets/images/icon-check2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.prodt-import-product .mona-content ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.prodt-import-content .mona-content ul {
  padding-left: unset;
  margin-bottom: unset;
  margin: unset;
  margin-top: 1.2rem;
  margin-bottom: 2.4rem;
}
.prodt-import-content .mona-content ul li {
  display: flex;
  padding-left: 2.8rem;
  position: relative;
}
.prodt-import-content .mona-content ul li::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 2rem;
  height: 1.5rem;
  background-image: url(../assets/images/icon-check2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.prodt-import-content .mona-content ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.prodt-import-content .alignnone {
  margin: 0 auto;
  margin-bottom: 2.4rem;
  text-align: center;
  display: block;
}

.prodt-import {
  padding-bottom: 5.6rem;
}
@media screen and (max-width: 768px) {
  .prodt-import {
    padding-bottom: 0;
  }
}

.woocommerce-checkout-review-order-table {
  position: relative;
}
.woocommerce-checkout-review-order-table::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.2rem;
  background: #fbf7eb;
  left: 0;
}

.pproduct-wrap .side-open {
  width: max-content;
  height: auto;
  position: static;
  transform: unset;
  z-index: 1;
}
.pproduct-wrap .side-open.close {
  opacity: 1;
}

.pproduct-wrap .side-open-wrap {
  border-radius: unset;
  font-size: 1.8rem;
  color: #cc9900;
  padding: 1.2rem 1.6rem;
  font-weight: 500;
  border: 0.1rem solid #ccc;
  width: max-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 4rem;
}
.pproduct-wrap .side-open-wrap .icon {
  width: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 1.2rem;
}

.contrl-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.6rem;
  margin-top: 2.4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contrl-flex {
    justify-content: unset;
  }
}
.contrl-flex .count {
  padding: unset;
  height: auto;
  padding: unset;
}
.contrl-flex .btn-inner {
  padding: 1.2rem 1.4rem;
}
@media screen and (max-width: 550px) {
  .contrl-flex .btn {
    min-width: 10rem;
  }
  .contrl-flex .btn .btn-inner {
    padding: 1.2rem 0.6rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 370px) {
  .contrl-flex .btn .btn-inner {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1201px) {
  main:has(.prodt-import-product) {
    overflow: unset;
  }
}

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