:root {
  --theme_color: #59423c;
  --subtheme_color: #e9e4e4;
  --title_color: #000;
}
ul {
  list-style: none;
}
a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1290px;
  margin: 0 auto;
  position: relative;
  padding: 15px;
  overflow: hidden;
}
.content_big {
  max-width: 1432px;
  margin: 0 auto;
  position: relative;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title_color);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title_color);
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  color: var(--title_color);
  font-family: 'Poppins', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 24px;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid var(--theme_color);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}


.img.img_ct img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: all 0.5s;
}

.product_modal .img.img_ct img {
  object-fit: cover; 
}

.head h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 3rem;
}
.head h2 span {
  font-weight: normal;
}
.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid var(--theme_color);
  background-color: var(--theme_color);
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 12px 24px;
  text-transform: uppercase;
}
.btn:hover {
  border-color: var(--title_color);
  background-color: var(--title_color);
}
.btn_trans {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid var(--theme_color);
  background-color: transparent;
  color: var(--theme_color);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  padding: 12px 24px;
  text-transform: uppercase;
}
.btn_trans:hover {
  color: #fff;
  border-color: var(--title_color);
  background-color: var(--title_color);
}
.select_box {
  position: relative;
  z-index: 99;
}
.select_box.active .options {
  opacity: 1;
  pointer-events: all;
  transform: translateY(8px);
}
.select_box .selected {
  cursor: pointer;
  border-radius: 8px;
  line-height: 24px;
  padding: 12px 3rem 12px 26px;
  background: url(../img/CaretDown.svg) no-repeat right 1rem center / 1rem #fff;
}
.select_box .options {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  transition: all 0.3s;
  max-height: 50vh;
  overflow: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
}
.select_box .options::-webkit-scrollbar {
  width: 5px;
}
.select_box .options::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.select_box .options li {
  cursor: pointer;
  line-height: 24px;
  padding: 12px 24px;
  transition: all 0.3s;
}
.select_box .options li:hover {
  background-color: var(--subtheme_color);
}
header {
  position: sticky;
  z-index: 996;
  top: 0;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
header .logo img {
  display: block;
  width: 206px;
  height: auto;
}
header .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
header nav .menu {
  gap: 40px;
  display: flex;
}
header nav .menu > li > a {
  display: block;
  line-height: 5rem;
  transition: all 0.3s;
  text-transform: uppercase;
  position: relative;
  padding: 0 1rem;
}
header nav .menu > li > a::after {
  content: '';
  display: block;
  width: 3rem;
  height: 2px;
  background-color: var(--title_color);
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
}
header nav .menu > li > a:hover {
  background-color: var(--subtheme_color);
}
header nav .menu > li > a:hover::after {
  opacity: 1;
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a {
  font-weight: 600;
  background-color: var(--subtheme_color);
}
header nav .menu > li.current-menu-item > a::after,
header nav .menu > li.current-menu-parent > a::after {
  opacity: 1;
}
header .btns {
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 5rem;
  min-width: 206px;
}
header .btns .btn_help {
  display: block;
  overflow: hidden;
  width: 2rem;
  aspect-ratio: 1;
  text-indent: -999px;
  background: url(../img/Icon-Question.svg) no-repeat center / contain;
}
header .btns .btn_cart {
  cursor: pointer;
  position: relative;
  display: block;
}
header .btns .btn_cart .icon {
  display: block;
  overflow: hidden;
  width: 2rem;
  aspect-ratio: 1;
  text-indent: -999px;
  background: url(../img/Icon-ShoppingCart.svg) no-repeat center / contain;
  margin: 8px 3px 0 0;
}
header .btns .btn_cart .qty {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #e92b2b;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 8px;
  min-width: 24px;
}
.sidebar_cart {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  max-width: 500px;
  transition: transform 0.3s ease-in-out;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  padding: 24px;
  transform: translateX(100%);
}
.sidebar_cart.active {
  transform: translate(0);
}
.sidebar_cart .close {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 8px;
}
.sidebar_cart .close:hover {
  transform: rotate(180deg);
}
.sidebar_cart .top {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: justify;
  margin: 12px 0;
}
.sidebar_cart .list {
  flex: 1;
  overflow: auto;
  margin-right: -5px;
  padding-right: 5px;
  width: calc(100% + 5px);
}
.sidebar_cart .list::-webkit-scrollbar {
  width: 5px;
}
.sidebar_cart .list::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.sidebar_cart .list li {
  gap: 18px;
  padding: 8px 0;
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr auto;
  border-bottom: 1px solid #958383;
}
.sidebar_cart .list .img {
  display: block;
  width: 4rem;
  aspect-ratio: 1;
}
.sidebar_cart .list .text {
  display: grid;
}
.sidebar_cart .list .text .info {
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
  max-width: max-content;
}
.sidebar_cart .list .text .title {
  max-width: 180px;
}
.sidebar_cart .list .text .cat {
  font-weight: 700;
}
.sidebar_cart .list .text .qty {
  max-width: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #958383;
}
.sidebar_cart .list .text .qty .reduce,
.sidebar_cart .list .text .qty .add {
  width: 28px;
  aspect-ratio: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -999px;
  transition: all 0.3s;
}
.sidebar_cart .list .text .qty .reduce::after,
.sidebar_cart .list .text .qty .add::after {
  content: '';
  display: block;
  width: 12px;
  aspect-ratio: 1;
  transition: all 0.3s;
  background: url(../img/CaretRight.svg) no-repeat center / contain;
}
.sidebar_cart .list .text .qty .reduce:hover,
.sidebar_cart .list .text .qty .add:hover {
  background-color: #958383;
}
.sidebar_cart .list .text .qty .reduce:hover::after,
.sidebar_cart .list .text .qty .add:hover::after {
  filter: contrast(0) brightness(2);
}
.sidebar_cart .list .text .qty .add::after {
  transform: rotate(180deg);
}
.sidebar_cart .list .text .qty input {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.sidebar_cart .list .text .delete {
  font-size: 13px;
  line-height: 30px;
  margin-top: 8px;
  cursor: pointer;
  max-width: max-content;
  text-decoration: underline;
}
.sidebar_cart .list .text .delete:hover {
  text-decoration: none;
}
.sidebar_cart .list .price {
  color: var(--theme_color);
  line-height: 30px;
  text-align: right;
}
.sidebar_cart .btc {
  padding-top: 8px;
  border-top: 1px solid var(--theme_color);
}
.sidebar_cart .btc .sub_total {
  color: var(--theme_color);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.sidebar_cart .btc .desc {
  font-size: 13px;
  line-height: 30px;
  text-align: justify;
  margin-top: 8px;
}
.sidebar_cart .btc .links {
  gap: 24px;
  margin-top: 8px;
  display: flex;
}
.sidebar_cart .btc .links a {
  flex: 1;
}
.design_step {
  padding: 21px 0;
  background-color: var(--subtheme_color);
}
.design_step .left,
.design_step .right {
  flex: 1;
  display: flex;
  align-items: center;
}
.design_step .right {
  justify-content: flex-end;
}
.design_step .btn_back,
.design_step .btn_next {
  gap: 8px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.design_step .btn_back.disabled,
.design_step .btn_next.disabled {
  opacity: 0.1;
  pointer-events: none;
}
.design_step .btn_back::before {
  content: '';
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background: url(../img/Icon-ArrowLeft.svg) no-repeat center / contain;
}
.design_step .btn_next::after {
  content: '';
  display: block;
  width: 24px;
  aspect-ratio: 1;
  transform: rotate(180deg);
  background: url(../img/Icon-ArrowLeft.svg) no-repeat center / contain;
}
.design_step .steps {
  width: 100%;
  max-width: 845px;
  padding-right: 25px;
}
.design_step .steps ul {
  gap: 14px;
  display: flex;
}
.design_step .steps li {
  flex: 1;
  color: #d4d4cc;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  padding: 14px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  background-color: #f6f6f6;
}
.design_step .steps li::before {
  content: '';
  display: block;
  width: 24px;
  height: 100%;
  transition: all 0.3s;
  background-color: #f6f6f6;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 3;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.design_step .steps li::after {
  content: '';
  display: block;
  width: 38px;
  height: 100%;
  transition: all 0.3s;
  background-color: var(--subtheme_color);
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
  clip-path: polygon(0 0, 14px 0, 100% 50%, 14px 100%, 0 100%);
}
.design_step .steps li.active {
  color: #fff;
  background-color: var(--theme_color);
}
.design_step .steps li.active::before {
  background-color: var(--theme_color);
}
.account_nav {
  padding: 22px 0;
  background-color: var(--subtheme_color);
}
.account_nav .btn_back {
  gap: 8px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.account_nav .btn_back::before {
  content: '';
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background: url(../img/Icon-ArrowLeft.svg) no-repeat center / contain;
}
.account_nav .btn_back.disabled {
  opacity: 0.1;
  pointer-events: none;
}
.account_nav .btn_signout {
  gap: 17px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.account_nav .btn_signout::after {
  content: '';
  display: block;
  width: 2rem;
  aspect-ratio: 1;
  background: url(../img/SignOut.svg) no-repeat center / contain;
}
.account_nav .nav {
  width: 100%;
  max-width: 1050px;
  border-radius: 1rem;
  overflow: hidden;
}
.account_nav .nav ul {
  display: flex;
}
.account_nav .nav li {
  flex: auto;
}
.account_nav .nav a {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme_color);
  transition: all 0.3s;
  background-color: #fff;
}
.account_nav .nav a::before {
  content: '';
  display: block;
  width: 2rem;
  aspect-ratio: 1;
  transition: all 0.3s;
  background: no-repeat center / contain;
}
.account_nav .nav .active a,
.account_nav .nav a:hover {
  color: #fff;
  background-color: var(--theme_color);
}
.account_nav .nav .active a::before,
.account_nav .nav a:hover::before {
  filter: contrast(0) brightness(2);
}
.account_nav .nav .projects a::before {
  background-image: url(../img/Icon-Armchair.svg);
}
.account_nav .nav .configure a::before {
  background-image: url(../img/Icon-Gear.svg);
}
.account_nav .nav .orders a::before {
  background-image: url(../img/Icon-ListChecks.svg);
}
.account_nav .nav .help a::before {
  background-image: url(../img/Icon-Headset.svg);
}
.account_nav .nav .profile a::before {
  background-image: url(../img/Icon-User.svg);
}
.navigation_bar {
  padding: 24px 0;
  background-color: var(--subtheme_color);
}
.navigation_bar .flex {
  min-height: 44px;
}
.navigation_bar .btn_back {
  gap: 8px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.navigation_bar .btn_back::before {
  content: '';
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background: url(../img/Icon-ArrowLeft.svg) no-repeat center / contain;
}
.navigation_bar .btn_back.disabled {
  opacity: 0.1;
  pointer-events: none;
}
footer #slide_to {
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../img/ArrowDown.svg) no-repeat center / 40% #040305;
  position: fixed;
  z-index: 99;
  right: 3rem;
  bottom: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
footer #slide_to:hover {
  transform: scale(1.1);
}
footer .footer_main {
  padding: 55px 0;
}
footer .footer_main .flex {
  gap: 53px 24px;
}
footer .footer_main .slide_intro {
  flex: 1;
  max-width: 470px;
}
footer .footer_main .slide_intro .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  max-width: 120px;
}
footer .footer_main .slide_intro .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .footer_main .slide_intro .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
footer .footer_main .slide_intro .intro {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 20px;
}
footer .footer_main .slide_intro .intro p {
  margin-bottom: 20px;
}
footer .footer_main .slide_intro .intro p:last-child {
  margin-bottom: 0;
}
footer .footer_main .slide_center {
  width: 337px;
}
footer .footer_main .slide_center .slide_obj strong {
  display: block;
  margin: 1rem 0;
  line-height: 20px;
  font-weight: normal;
}
footer .footer_main .slide_center .slide_obj a {
  font-size: 12px;
  line-height: 20px;
  transition: all 0.3s;
  display: block;
  max-width: max-content;
}
footer .footer_main .slide_center .slide_obj a:hover {
  color: var(--theme_color);
}
footer .footer_main .slide_center .payment {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
footer .footer_main .slide_center .payment li {
  width: 50px;
  aspect-ratio: 2/1;
}
footer .footer_main .slide_center .payment li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
footer .footer_main .slide_contact {
  width: 220px;
  border-radius: 1rem;
  background: #f6f6f6;
  padding: 9px 1rem;
}
footer .footer_main .slide_contact .card {
  gap: 1rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
footer .footer_main .slide_contact .card .title {
  font-size: 10px;
  line-height: 20px;
}
footer .footer_main .slide_contact .card .icon {
  width: 4rem;
  aspect-ratio: 1;
  margin-right: -13px;
  grid-row: span 2;
  background: url(../img/icon-contact.svg) no-repeat center / contain;
}
footer .footer_main .slide_contact .card .contact a {
  display: block;
  transition: all 0.3s;
  line-height: 20px;
}
footer .footer_main .slide_contact .card .contact a:hover {
  color: var(--theme_color);
}
footer .footer_main .slide_contact .card .contact .label {
  font-size: 10px;
  line-height: 20px;
}
footer .footer_main .slide_contact .desc {
  font-size: 10px;
  line-height: 20px;
  margin-top: 1rem;
}
footer .footer_links {
  padding: 7px 0;
  background-color: var(--subtheme_color);
}
footer .footer_links ul {
  gap: 1rem 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_links a {
  color: var(--theme_color);
  display: block;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.3s;
}
footer .footer_links a:hover {
  opacity: 0.8;
}
.partner_list .partner_item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 6.266319%;
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
}
.partner_list .partner_item a:hover .img img {
  transform: scale(1.03);
}
.partner_list .partner_item .info {
  text-align: center;
  margin-bottom: auto;
}
.partner_list .partner_item .info .logo {
  margin: 0 auto;
  max-width: 198px;
  aspect-ratio: 198/52;
  border: 1px solid #958383;
}
.partner_list .partner_item .info .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.partner_list .partner_item .info .discount {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 24px;
}
.partner_list .partner_item .info .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 24px;
}
.partner_list .partner_item .info .desc {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 24px;
}
.partner_list .partner_item .img {
  margin-top: 24px;
  aspect-ratio: 335/188;
}
.partner_list .partner_item .btn_trans {
  margin: 24px auto 0;
  padding: 6px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  max-width: max-content;
  color: var(--title_color);
  border-color: var(--title_color);
  border-radius: 5px;
}
.partner_list .partner_item .btn_trans:hover {
  color: #fff;
}
.project_list .project_item {
  overflow: hidden;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px #00000040;
}
.project_list .project_item .img {
  aspect-ratio: 412/185;
}
.project_list .project_item .img:hover img {
  transform: scale(1.03);
}
.project_list .project_item .info {
  padding: 24px;
}
.project_list .project_item .info .metas {
  gap: 1rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  padding-bottom: 8px;
  border-bottom: 1px solid #958383;
}
.project_list .project_item .info .title {
  gap: 1rem;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  display: flex;
  gap: 1rem; 
  align-items: center;
  margin-top: 1rem;
}
.project_list .project_item .info .title .edit {
  width: 1rem;
  aspect-ratio: 1;
  cursor: pointer;
  background: url(../img/Icon-PencilSimpleLine.svg) no-repeat center / contain;
}
.project_list .project_item .info .title .edit.active{
  background-image: url(../img/icon-gou.svg);
}

.project_list .project_item .info .items .item {
  gap: 1rem;
  margin-top: 24px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.project_list .project_item .info .items .item .T {
  font-size: 14px;
  font-weight: 700;
}
.project_list .project_item .info .items .item .C {
  color: var(--theme_color);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 100px;
  padding: 0 1rem;
  background-color: var(--subtheme_color);
}
.project_list .project_item .info .items .item .completed {
  color: #115A21;
  background-color: #96d7a4;
}
.project_list .project_item .info .items .item .inprogress {
  color: #CDAE0D;
  background-color: #f2e9be;
}
.project_list .project_item .info .btns .btn_trans {
  width: 100%;
  margin-top: 1rem;
}
.project_list .project_item .info .btns .btn_trans.disabled {
  color: #D4D4CC;
  font-weight: normal;
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  pointer-events: none;
}
.configure_project_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.configure_project_modal.active {
  pointer-events: all;
}
.configure_project_modal.active > .close {
  opacity: 1;
}
.configure_project_modal.active .con {
  opacity: 1;
  transform: translateY(0);
}
.configure_project_modal.detail_active .con {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s;
}
.configure_project_modal.detail_active .detail_con {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s 0.15s, max-width 0.3s, transform 0.3s;
}
.configure_project_modal.credit_active .con {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s;
}
.configure_project_modal.credit_active .credit_con {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s 0.15s, max-width 0.3s, transform 0.3s;
}
.configure_project_modal > .close {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  opacity: 0;
}
.configure_project_modal .con {
  padding: 40px;
  width: calc(100% - 116px);
  max-width: 1264px;
  max-height: calc(100vh - 52px);
  background-color: #fff;
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.37, 1.38, 0.76, 0.96), opacity 0.3s;
  transform: translateY(-100%);
  opacity: 0;
  border-radius: 1rem;
}
.configure_project_modal .con .close {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  right: 22px;
  top: 8px;
  z-index: 2;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
}
.configure_project_modal .con .close:hover {
  transform: rotate(180deg);
}
.configure_project_modal .inner {
  gap: 24px 6.636364%;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  max-width: 1000px;
  margin: 0 auto;
  overflow: auto;
  height: calc(100vh - 132px);
  max-height: 703px;
}
.configure_project_modal .inner::-webkit-scrollbar {
  width: 5px;
}
.configure_project_modal .inner::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.configure_project_modal .inner > .title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.configure_project_modal .inner .btn {
  padding: 12px 28px;
}
.configure_project_modal .info {
  gap: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-row: span 3;
  text-align: center;
}
.configure_project_modal .info .btn_trans {
  padding: 6px 31px;
}
.configure_project_modal .info .time_left {
  gap: 25px;
  display: grid;
}
.configure_project_modal .info .time_left .title {
  /* gap: 30px; */ 
  text-align: center;  
  line-height: 20px;
}
/* .configure_project_modal .info .time_left .title::before {
  content: '';
  display: block;
  width: 2rem;
  aspect-ratio: 1;
  background: url(../img/Icon-Timer.svg) no-repeat center / contain;
} */
.configure_project_modal .info .time_left .timer {
  font-size: 2rem;
  line-height: 3rem;
}
.configure_project_modal .poster {
  background: no-repeat center / cover; 
}
.configure_project_modal .btn_start {
  max-width: max-content;
  margin: 0 auto;
}
.configure_project_modal .btn_start[disabled]{
  opacity: .5;
  pointer-events: none;
}
.configure_project_modal .progress {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
} 
.configure_project_modal .progress .title {
  padding: 14px 28px;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
.configure_project_modal .progress .bar {
  width: 100%;
  background-color: #efebeb;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.configure_project_modal .progress .bar::after {
  content: attr(data-percentage);
  display: block;
  width: var(--percentage);
  height: 100%;
  transition:  all .3s;
  background-color: var(--theme_color);
}
.configure_project_modal .detail_con {
  padding: 40px;
  width: calc(100% - 116px);
  max-width: 1340px;
  max-height: calc(100vh - 52px);
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  pointer-events: none;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: auto;
}
.configure_project_modal .detail_con::-webkit-scrollbar {
  width: 5px;
}
.configure_project_modal .detail_con::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.configure_project_modal .detail_con .detail_close {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  right: 24px;
  top: 23px;
  z-index: 2;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
}
.configure_project_modal .detail_con .detail_close:hover {
  transform: rotate(180deg);
}
.configure_project_modal .detail_con .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.configure_project_modal .detail_con .table {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 230px;
}
.configure_project_modal .detail_con .table ul {
  display: grid;
  padding: 0 4.761905%;
  grid-template-columns: 18.947368% 16.315789% 1fr 22.631579%;
}
.configure_project_modal .detail_con .table li {
  padding: 0 6px;
  text-align: center;
}
.configure_project_modal .detail_con .table li:first-child {
  text-align: left;
}
.configure_project_modal .detail_con .table_head {
  line-height: 30px;
  font-weight: 600;
  padding: 8px 0;
  background-color: var(--subtheme_color);
}
.configure_project_modal .detail_con .table_head li:first-child {
  padding-left: 0;
}
.configure_project_modal .detail_con .table_body {
  flex: 1;
  overflow: auto;
}
.configure_project_modal .detail_con .table_body::-webkit-scrollbar {
  width: 5px;
}
.configure_project_modal .detail_con .table_body::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.configure_project_modal .detail_con .table_item {
  padding: 20px 0;
  line-height: 20px;
  border-bottom: 1px solid var(--title_color);
}
.configure_project_modal .detail_con .btc {
  line-height: 30px;
  font-weight: 600;
  padding: 8px 4.761905%;
  background-color: var(--subtheme_color);
  display: grid;
  align-items: center;
  grid-template-columns: 18.947368% 1fr 22.631579%;
}
.configure_project_modal .detail_con .btc .C {
  text-align: center;
  grid-column-start: 3;
}
.configure_project_modal .credit_con {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  pointer-events: none;
  border-radius: 1rem;
}
.configure_project_modal .credit_con .credit_close {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  right: 18px;
  top: 24px;
  z-index: 2;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
}
.configure_project_modal .credit_con .credit_close:hover {
  transform: rotate(180deg);
}
.configure_project_modal .credit_con .credit_inner {
  padding: 40px;
  width: calc(100vw - 116px);
  max-width: 1134px;
  max-height: calc(100vh - 52px);
  overflow: auto;
}
.configure_project_modal .credit_con .credit_inner::-webkit-scrollbar {
  width: 5px;
}
.configure_project_modal .credit_con .credit_inner::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.configure_project_modal .credit_con .duration {
  position: relative;
  padding: 21px 0;
  margin-top: 1rem;
}
.configure_project_modal .credit_con .duration::before {
  content: attr(data-value);
  border-radius: 100px;
  border: 1px solid var(--theme_color);
  line-height: 18px;
  padding: 0 1rem;
  position: absolute;
  top: 0;
  left: var(--value);
  transform: translateX(-50%);
  white-space: nowrap;
}
.configure_project_modal .credit_con .duration input[type="range"] {
  width: 100%;
  cursor: pointer;
  appearance: none;
  border-radius: 100px;
  position: relative;
  line-height: 1;
  font-size: 1rem;
  font-weight: 500;
}
.configure_project_modal .credit_con .duration input[type="range"]::before {
  content: attr(data-min);
  position: absolute;
  left: 0;
  top: calc(100% + 9px);
  pointer-events: none;
}
.configure_project_modal .credit_con .duration input[type="range"]::after {
  content: attr(data-max);
  position: absolute;
  right: 0;
  top: calc(100% + 9px);
  pointer-events: none;
}
.configure_project_modal .credit_con .duration input[type="range"]::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  -webkit-appearance: none;
  background-color: var(--theme_color);
  transform: translateY(-6px);
}
.configure_project_modal .credit_con .duration input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 100px;
  background: var(--value);
}
.configure_project_modal .credit_con .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  padding: 1rem 0;
  text-transform: uppercase;
  border-bottom: 1px solid var(--title_color);
}
.configure_project_modal .credit_con .card {
  margin-top: 40px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px #00000040;
  border-radius: 8px;
  padding: 24px 40px;
}
.configure_project_modal .credit_con .card .desc {
  font-size: 12px;
  line-height: 1.5;
}
.configure_project_modal .credit_con .card .desc b {
  font-weight: 700;
}
.configure_project_modal .credit_con .card .table {
  margin-top: 24px;
}
.configure_project_modal .credit_con .card table {
  width: 100%;
  border-collapse: collapse;
}
.configure_project_modal .credit_con .card table thead {
  background-color: var(--subtheme_color);
}
.configure_project_modal .credit_con .card table thead th {
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  padding: 7px 8px;
}
.configure_project_modal .credit_con .card table thead th:first-child {
  width: 292px;
}
.configure_project_modal .credit_con .card table td {
  padding: 0 8px;
  text-align: center;
}
.configure_project_modal .credit_con .card table td:first-child {
  width: 292px;
}
.configure_project_modal .credit_con .card table td .rate {
  font-size: 24px;
  line-height: 1.5;
}
.configure_project_modal .credit_con .card table td .total {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
.configure_project_modal .credit_con .card table td .end {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  padding: 6px 0;
}
.configure_project_modal .credit_con .warn {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  background-color: #fbcece;
  padding: 10px;
  border-radius: 8px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 10px;
}
.configure_project_modal .credit_con .warn::before {
  content: '';
  display: block;
  width: 2rem;
  aspect-ratio: 1;
  background: url(../img/icon-warn.svg) no-repeat center / contain;
}
.configure_project_modal .credit_con .btn {
  margin-top: 40px;
  padding: 12px 28px;
}
.model3d_container_active {
  overflow: hidden;
}
.model3d_container_active .model3d_container {
  display: flex;
}
.model3d_container {
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  flex-direction: column; 
}
.model3d_container .model3d_header {
  border-bottom: 1px solid #958383;
}
.model3d_container .model3d_header .model3d_header_top {
  padding: 4px 24px;
}
.model3d_container .model3d_header .model3d_header_top .inner {
  gap: 24px;
  display: grid;
  align-items: center;
  grid-template-columns: 174px 1fr 174px;
  
}
.model3d_container .model3d_header .model3d_header_top .logo {
  max-width: 108px;
}
.model3d_container .model3d_header .model3d_header_top .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.model3d_container .model3d_header .model3d_header_top .model3d_title {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: var(--theme_color);
}
.model3d_container .model3d_header .model3d_header_top .funcs {
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.model3d_container .model3d_header .model3d_header_top .timer {
  font-size: 15px;
  line-height: 20px;
}
.model3d_container .model3d_header .model3d_header_top .btn_detail {
  width: 1rem;
  aspect-ratio: 1;
  cursor: pointer;
  background: url(../img/Icon-WarningOctagon.svg) no-repeat center / contain;
}

.model3d_container .model3d_header .model3d_header_bottom {
  padding: 14px 22px; 
}
.model3d_container .model3d_header .model3d_header_bottom .inner {
  gap: 24px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.model3d_container .model3d_header .model3d_header_bottom .funcs {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.model3d_container .model3d_header .model3d_header_bottom .funcs .logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.model3d_container .model3d_header .model3d_header_bottom .areas {
  position: relative;
  z-index: 99;
}
.model3d_container .model3d_header .model3d_header_bottom .areas.active .options {
  opacity: 1;
  pointer-events: all;
  transform: translateY(8px);
}
.model3d_container .model3d_header .model3d_header_bottom .areas .selected {
  gap: 8px;
  width: 192px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  border-radius: 8px;
  border: 1px solid #958383;
  background-color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 4px 14px;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}
.model3d_container .model3d_header .model3d_header_bottom .areas .selected .icon {
  width: 28px;
  aspect-ratio: 1;
  background: no-repeat center / contain;
}
.model3d_container .model3d_header .model3d_header_bottom .areas .selected:hover {
  color: #fff;
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.model3d_container .model3d_header .model3d_header_bottom .areas .options {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  max-height: 50vh;
  overflow: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.model3d_container .model3d_header .model3d_header_bottom .areas .options::-webkit-scrollbar {
  width: 5px;
}
.model3d_container .model3d_header .model3d_header_bottom .areas .options::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.model3d_container .model3d_header .model3d_header_bottom .areas .options li {
  gap: 8px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  background-color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 4px 14px;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  margin: 12px 0;
}
.model3d_container .model3d_header .model3d_header_bottom .areas .options li .icon {
  width: 24px;
  aspect-ratio: 1;
  background: no-repeat center / contain;
}
.model3d_container .model3d_header .model3d_header_bottom .areas .options li:hover {
  background-color: var(--subtheme_color);
}
.model3d_container .model3d_header .model3d_header_bottom .btn_restore,
.model3d_container .model3d_header .model3d_header_bottom .btn_comfirm {
  border-radius: 8px;
  border: 1px solid #958383;
  background-color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}

.model3d_container .model3d_header .model3d_header_bottom .btn_comfirm {
  background: rgba(233, 228, 228, 1);
  border: 1px solid rgba(149, 131, 131, 1)
}

.model3d_container .model3d_header .model3d_header_bottom .btn_restore:hover,
.model3d_container .model3d_header .model3d_header_bottom .btn_comfirm:hover {
  color: #fff;
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.model3d_container .model3d_header .model3d_header_bottom .total {
  gap: 1rem;
  display: flex;
  align-items: center;
}
.model3d_container .model3d_header .model3d_header_bottom .label {
  font-size: 12px;
  text-transform: uppercase;
}
.model3d_container .model3d_header .model3d_header_bottom .price {
  font-size: 20px;
}
.model3d_container .model3d_body {
  flex: 1;
  display: flex;
  height: calc(100vh - 95px);
}
.model3d_container .viewer {
  flex: 1;
  position: relative;
  background-color: #ccc;
}
.model3d_container .viewer iframe{
  width: 100%;
  height: 100%;
}
.model3d_container .navigation {
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  max-height: calc(100% - 68px);
  z-index: 2; 
  border-radius: 1rem;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column; 
}
.model3d_container .navigation::-webkit-scrollbar {
  width: 3px;
}
.model3d_container .navigation::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.model3d_container .navigation .top {
  flex: 1; 
  padding-right: 8px;
  margin-right: -8px;
  min-height: 176px;
}
.model3d_container .navigation .top::-webkit-scrollbar {
  width: 3px;
}
.model3d_container .navigation .top::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.model3d_container .navigation .top .item {
  margin-bottom: 20px;
  border: #fff solid 1px;
  border-radius: 50%; 
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.08);
  display: inline-block;
}
.model3d_container .navigation .top .item.item_top {
  transform: rotate(-45deg);
} 
.model3d_container .navigation .bottom {
  margin-top: 3rem;
}
.model3d_container .navigation .bottom .item {
  margin-bottom: 28px;
}
.model3d_container .navigation .item {
  cursor: pointer;
}
.model3d_container .navigation .item:last-child {
  margin-bottom: 0;
}
.model3d_container .navigation .item_down {
  transform: rotate(135deg);
}
.model3d_container .navigation .item_left {
  transform: rotate(45deg);
}
.model3d_container .navigation .item_right {
  transform: rotate(225deg);
}
.model3d_container .navigation .item img{
  filter: brightness(20);
  width: 30px;
  height: 30px;
}

.model3d_container .navigation .top .item.item_downup{
  position: relative;
}
.model3d_container .navigation .fixed_option{
  position: absolute;
  display: flex;
  z-index: 999;
  top: 0;
  gap: 1rem;
  left: 3.5rem; 
  display: none;
} 
.model3d_container .navigation .fixed_option.active{
  display: flex;
}
.model3d_container .navigation .top .item.item_z_down{
  margin-bottom: 20px;
  transform: rotate(180deg);
}

.model3d_container .navigation_label {
  position: fixed;
  z-index: 995;
  background-color: #fff;
  border-radius: 8px;
  font-size: 12px;
  left: 100px;
  top: 100px;
  font-weight: 600;
  padding: 2px 8px;
  transform: translateY(-50%);
}
.model3d_container .sidebar {
  width: 36.671958%;
  max-width: 520px;
  background-color: #fff;
  padding: 1rem 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition:  all .3s;
}
.model3d_container .sidebar.hide{
  width: 0;
  padding: 0;
}
.model3d_container .sidebar.hide .btn_chat
{
  display: none;
}

.model3d_container .sidebar .close_sidebar{
  transform: rotate(90deg);
  position: absolute;
  width: 80px;
  left: -80px;
  top: 50%; 
  height: 80px;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
} 
.model3d_container .sidebar.hide .close_sidebar{

  transform: rotate(-90deg);
}

.model3d_container .sidebar .top {
  display: grid;
  gap: 14px 24px;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.model3d_container .sidebar .top .btn {
  font-size: 12px;
  font-weight: normal;
  padding: 6px 15px;
  border-color: var(--title_color);
  background-color: var(--title_color);
}
.model3d_container .sidebar .top .btn:hover {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.model3d_container .sidebar .top .areas {
  grid-column: 1/-1;
  color: #575050CF;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  max-width: max-content;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.model3d_container .sidebar .top .areas::after {
  content: '';
  display: block;
  width: 20px;
  aspect-ratio: 1;
  background: url(../img/Icon-CaretDown.svg) no-repeat center / contain;
}

.model3d_container .sidebar .category_produit{
    width: 100%;
    border: 1px solid var(--secondary-dark, rgba(89, 66, 60, 1));
    display: block; 
    background: var(--secondary-light, rgba(221, 220, 218, 1));
    margin-bottom: 1rem;
    text-align: center;
    padding: .5rem;
    border-radius: 8px;
    cursor: pointer;
}

.model3d_container .sidebar .top .products_filter {
  grid-column: 1/-1;
}
.model3d_container .sidebar .top .products_filter .filters {
  gap: 8px;
  justify-content: space-between;
}

.model3d_container .sidebar .top .products_filter .filters .btn_filter {
  font-size: 14px;
  line-height: 1;
  padding: 6px 6px 6px 2.2rem;
  background: url(../img/Icon-SlidersHorizontal.svg) no-repeat left 6px center / 1.4rem;
}

.model3d_container .sidebar .top .products_filter .filters .btn_favoris {
  font-size: 14px;
  line-height: 1;
  padding: 6px 6px 6px 2.2rem;
  background: url(../img/Icon-Heart.svg) no-repeat left 6px center / 1.4rem;
}

.model3d_container .sidebar .top .products_filter .filters .filter_item {
  width: 100px;
  line-height: 18px;
  min-width: 69px;
  padding: 2px 20px 2px 8px;
  background: url(../img/Icon-CaretDown.svg) no-repeat right 8px center / 8px;
}

.model3d_container .sidebar .search {
  position: relative;
  z-index: 3;
  padding: 6px 8px;
  border: 1px solid #dddcda;
}
.model3d_container .sidebar .search form {
  gap: 10px;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.model3d_container .sidebar .search input[type="submit"] {
  display: block;
  width: 24px;
  aspect-ratio: 1;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/Icon-MagnifyingGlass.svg) no-repeat center / contain;
}
.model3d_container .sidebar .search input[type="text"] {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: var(--title_color);
}
.model3d_container .sidebar .search input[type="text"]::placeholder {
  color: var(--title_color);
}
.model3d_container .sidebar .search .btn_image {
  width: 24px;
  aspect-ratio: 1;
  cursor: pointer;
  background: url(../img/Icon-Camera.svg) no-repeat center / contain;
}
.model3d_container .sidebar .search .search_image {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  max-width: 294px;
  padding: 14px 1rem;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.model3d_container .sidebar .search .search_image.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(8px);
}
.model3d_container .sidebar .search .search_image label {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 264/152;
  background-color: #f2f2f2;
  cursor: pointer;
}
.model3d_container .sidebar .search .search_image label input {
  display: none;
}
.model3d_container .sidebar .search .search_image label .label {
  gap: 10px;
  font-size: 12px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.model3d_container .sidebar .search .search_image label .label::before {
  content: '';
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background: url(../img/icon-image.svg) no-repeat center / contain;
}
.model3d_container .sidebar .search .search_image .btc {
  margin-top: 1rem;
  gap: 1rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.model3d_container .sidebar .search .search_image .btc input:first-child {
  width: 100%;
  padding: 10px 1rem;
  border: 1px solid #dddcda;
  font-size: 12px;
  color: var(--title_color);
}
.model3d_container .sidebar .search .search_image .btc input:first-child::placeholder {
  color: #575050CF;
}
.model3d_container .sidebar .pd_list {
  display: grid;
  gap: 0 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.model3d_container .sidebar .pd_list.higher .pd_item .img {
  aspect-ratio: 214/180;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model3d_container .sidebar .pd_list.higher .pd_item .img img{
  width: 80%;
  height: 80%;
  margin: auto;
}
.model3d_container .sidebar .pd_list .pd_item {
  padding: 8px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  transition: all .3s;

}
.model3d_container .sidebar .pd_list .pd_item:hover{
  border: 2px solid #000;
}
.model3d_container .sidebar .pd_list .pd_item .img {
  transition: all 0.3s;
  aspect-ratio: 214/110;
}
.model3d_container .sidebar .pd_list .pd_item .options {
  margin-top: 10px;
}
.model3d_container .sidebar .pd_list .pd_item .options ul {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.model3d_container .sidebar .pd_list .pd_item .options li {
  width: 42px;
  aspect-ratio: 42/30;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
}
.model3d_container .sidebar .pd_list .pd_item .options li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.model3d_container .sidebar .pd_list .pd_item .options .options_more {
  border: 1px solid #dddcda;
}
.model3d_container .sidebar .pd_list .pd_item .title {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.model3d_container .sidebar .pd_list .pd_item .price {
  font-size: 12px;
  line-height: 30px;
}
.model3d_container .sidebar .pd_list .pd_item .btns {
  gap: 10px;
  display: grid;
  margin-top: 10px;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transition:  all .3s;
  transform: translate(-50%,-50%); 
}

.model3d_container .sidebar .pd_list .pd_item .top_head_icon{
  position: absolute;
  top: 1rem;
  display: flex;
  width: 100%;
  padding: 0 1rem;
  justify-content: space-between;
}
.model3d_container .sidebar .pd_list .pd_item .top_head_item{
  width: 25px;
  height: 25px;
  background-image: url(../img/Icon-Heart.svg);
  background-repeat: no-repeat;
  background-size: cover; 
}
.model3d_container .sidebar .pd_list .pd_item .top_head_item.add_more{
  background-image: url(../img/Icon-Plus2.svg);
  filter: brightness(0);

}

.model3d_container .sidebar .pd_list .pd_item:hover .btns{
  opacity: 1;
}

.model3d_container .sidebar .pd_list .pd_item .btn_trans,
.model3d_container .sidebar .pd_list .pd_item .btn {
  font-size: 12px;
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4); 

}
.model3d_container .sidebar .pd_list .pd_item .apply {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dddcda;
  background-color: rgba(255, 255, 255, 0.5);
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 1rem;
  display: none;
  cursor: default;
}
.model3d_container .sidebar .pd_list .pd_item .apply .btn_trans {
  color: var(--title_color);
  background-color: #fff;
}
.model3d_container .sidebar .pd_list .pd_item .apply .btn_trans:hover {
  color: #fff;
  background-color: var(--title_color);
}
.model3d_container .sidebar .overview {
  flex: 1;
  margin-top: 14px;
  overflow: auto;
}
.model3d_container .sidebar .overview::-webkit-scrollbar {
  width: 5px;
}
.model3d_container .sidebar .overview::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.model3d_container .sidebar .term_sidebar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease-in-out;
  transform: translateX(100%);
}
.model3d_container .sidebar .term_sidebar.active {
  transform: translate(0);
}
.model3d_container .sidebar .term_sidebar .close {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
  margin: -15px -15px 40px auto;
}
.model3d_container .sidebar .term_sidebar .close:hover {
  transform: rotate(180deg);
}
.model3d_container .sidebar .term_sidebar .products_sidebar {
  flex: 1;
  margin-right: -8px;
  width: calc(100% + 8px);
  padding: 24px 8px 24px 0;
  overflow: auto;
}
.model3d_container .sidebar .term_sidebar .products_sidebar::-webkit-scrollbar {
  width: 5px;
}
.model3d_container .sidebar .term_sidebar .products_sidebar::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.model3d_container .sidebar .list_sidebar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 2rem 14px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease-in-out;
  transform: translateX(100%);
}
.model3d_container .sidebar .list_sidebar.active {
  transform: translate(0);
}
.model3d_container .sidebar .list_sidebar .close {
  gap: 8px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  cursor: pointer;
  max-width: max-content;
}
.model3d_container .sidebar .list_sidebar .close::before {
  content: '';
  display: block;
  width: 1rem;
  aspect-ratio: 1;
  background: url(../img/Icon-ArrowLeft.svg) no-repeat center / contain;
}
.model3d_container .sidebar .list_sidebar .list {
  flex: 1;
  margin: 10px 0;
  overflow: auto;
}
.model3d_container .sidebar .list_sidebar .list::-webkit-scrollbar {
  width: 5px;
}
.model3d_container .sidebar .list_sidebar .list::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.model3d_container .sidebar .btn_chat {
  color: #fff;
  font-size: 14px;
  border-radius: 100px;
  background-color: var(--theme_color);
  gap: 8px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 20px;
  padding: 8px 1rem 8px 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.model3d_container .sidebar .btn_chat:hover {
  background-color: var(--title_color);
}
.model3d_container .sidebar .btn_chat .img {
  width: 2rem;
  aspect-ratio: 1;
  border-radius: 50%;
}
.model3d_container .model3d_modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.model3d_container .model3d_modal.active {
  pointer-events: all;
}
.model3d_container .model3d_modal.active > .close {
  opacity: 1;
}
.model3d_container .model3d_modal.active .modal_content {
  opacity: 1;
  transform: translateY(0);
}
.model3d_container .model3d_modal > .close {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  opacity: 0;
}
.model3d_container .model3d_modal .modal_content {
  position: relative;
  border-radius: 1rem;
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.37, 1.38, 0.76, 0.96), opacity 0.3s;
  transform: translateY(-100%);
  opacity: 0;
}
.model3d_container .model3d_modal .modal_content > .close {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  right: 28px;
  top: 18px;
  z-index: 2;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
}
.model3d_container .model3d_modal .modal_content > .close:hover {
  transform: rotate(180deg);
}

.model3d_container .model3d_modal .quit_inner {
  width: calc(100vw - 5rem);
  max-width: 568px;
  max-height: calc(100vh - 5rem);
  padding: 40px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  display: none;
}

.model3d_container .model3d_modal .quit_inner::-webkit-scrollbar {
  width: 5px;
}
.model3d_container .model3d_modal .quit_inner::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.model3d_container .model3d_modal .quit_inner .center {
  flex: 1;
  max-width: 440px;
  margin: 0 auto;
  overflow: auto;
}
.model3d_container .model3d_modal .quit_inner .center::-webkit-scrollbar {
  width: 5px;
}
.model3d_container .model3d_modal .quit_inner .center::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.model3d_container .model3d_modal .quit_inner .center .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.model3d_container .model3d_modal .quit_inner .center .desc {
  font-size: 14px;
  line-height: 30px;
  margin-top: 24px;
}
.model3d_container .model3d_modal .quit_inner .btns {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.model3d_container .model3d_modal .quit_inner .btns .btn {
  min-width: 5rem;
}
.model3d_container .chatgpt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  transform: translateX(100%);
  gap: 10px;
  display: flex;
  flex-direction: column;
  padding: 8px 8px 2rem;
}
.model3d_container .chatgpt.active {
  transform: translate(0);
}
.model3d_container .chatgpt .topbar {
  gap: 24px;
  display: flex;
  align-items: center;
}
.model3d_container .chatgpt .topbar .btn_menu_chatgpt {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  background: url(../img/icon-menu-chatgpt.svg) no-repeat center / contain;
}
.model3d_container .chatgpt .topbar .title {
  flex: 1;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.model3d_container .chatgpt .topbar .btn_edit {
  width: 24px;
  aspect-ratio: 1;
  cursor: pointer;
  background: url(../img/icon-edit.svg) no-repeat center / contain;
}
.model3d_container .chatgpt .topbar .close {
  width: 24px;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
}
.model3d_container .chatgpt .topbar .close:hover {
  transform: rotate(180deg);
}
.model3d_container .chatgpt .chatgpt_con {
  flex: 1;
  overflow: auto;
  padding: 34px 24px;
}
.model3d_container .chatgpt .chatgpt_con::-webkit-scrollbar {
  width: 5px;
}
.model3d_container .chatgpt .chatgpt_con::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.model3d_container .chatgpt .msg_item {
  margin-bottom: 26px;
}
.model3d_container .chatgpt .msg_item .msg_con {
  gap: 1rem;
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
  padding-bottom: 8px;
}
.model3d_container .chatgpt .msg_item .msg_con .avatar {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.model3d_container .chatgpt .msg_item .msg_con .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.model3d_container .chatgpt .msg_item .msg_con .text {
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
.model3d_container .chatgpt .msg_item .msg_select {
  margin-top: 10px;
}
.model3d_container .chatgpt .msg_item .msg_select.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.model3d_container .chatgpt .msg_item .msg_select ul {
  gap: 10px;
  display: grid;
}
.model3d_container .chatgpt .msg_item .msg_select li {
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
  position: relative;
  max-width: max-content;
}
.model3d_container .chatgpt .msg_item .msg_select li.active::after,
.model3d_container .chatgpt .msg_item .msg_select li:hover::after {
  opacity: 1;
  transform: scale(1);
}
.model3d_container .chatgpt .msg_item .msg_select li::before {
  content: '';
  display: block;
  width: 20px;
  margin: 2px;
  aspect-ratio: 1;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #3b4256;
  transform: translateY(-1px);
}
.model3d_container .chatgpt .msg_item .msg_select li::after {
  content: '';
  display: block;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #3b4256;
  position: absolute;
  left: 7px;
  top: 6px;
  transition: all 0.3s;
  transform: scale(0);
  opacity: 0;
}
.model3d_container .chatgpt .msg_item .btn_full {
  margin-top: 10px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #dddcda;
  gap: 10px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  max-width: max-content;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.3s;
  padding: 8px;
}
.model3d_container .chatgpt .msg_item .btn_full::before {
  content: '';
  display: block;
  width: 12px;
  aspect-ratio: 1;
  transition: all 0.3s;
  background: url(../img/fullscreen-svgrepo-com1.svg) no-repeat center / contain;
}
.model3d_container .chatgpt .msg_item .btn_full:hover {
  color: #fff;
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.model3d_container .chatgpt .msg_item .btn_full:hover::before {
  filter: contrast(0) brightness(2);
}
.model3d_container .chatgpt .msg_item .style {
  gap: 8px;
  margin-top: 10px;
  padding: 8px 0;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
}
.model3d_container .chatgpt .msg_item .style.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.model3d_container .chatgpt .msg_item .style .style_swiper {
  width: 100%;
  overflow: hidden;
}
.model3d_container .chatgpt .msg_item .budget {
  margin-top: 10px;
  overflow: hidden;
}
.model3d_container .chatgpt .msg_item .budget.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.model3d_container .chatgpt .msg_item .budget .title {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.model3d_container .chatgpt .msg_item .budget .slider {
  height: 4px;
  background-color: #cdc5d2;
  border-radius: 100px;
  position: relative;
  max-width: 276px;
  margin: 50px auto 6px;
}
.model3d_container .chatgpt .msg_item .budget .slider .ui-slider-range {
  position: absolute;
  height: 100%;
  background-color: var(--theme_color);
  border-radius: 100px;
}
.model3d_container .chatgpt .msg_item .budget .slider .ui-slider-handle {
  display: block;
  width: 1rem;
  aspect-ratio: 1;
  position: absolute;
  transform: translate(-50%, -6px);
  border-radius: 50%;
  outline: none;
}
.model3d_container .chatgpt .msg_item .budget .slider .ui-slider-handle::before {
  content: attr(data-min) ' €';
  white-space: nowrap;
  display: block;
  border-radius: 100px;
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  line-height: 18px;
  font-size: 12px;
  color: var(--theme_color);
  border: 1px solid var(--theme_color);
  padding: 0 6px;
  min-width: 78px;
  text-align: center;
  transform: translateX(var(--x));
  background-color: #fff;
}
.model3d_container .chatgpt .msg_item .budget .slider .ui-slider-handle::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: var(--theme_color);
  cursor: pointer;
  cursor: grab;
  transition: all 0.3s;
}
.model3d_container .chatgpt .msg_item .budget .slider .ui-slider-handle:active {
  cursor: grabbing;
  z-index: 2;
}
.model3d_container .chatgpt .msg_item .budget .slider .ui-slider-handle:active::after {
  transform: scale(0);
}
.model3d_container .chatgpt .msg_item .budget .slider .ui-slider-handle + span::before {
  content: attr(data-max) ' €';
  left: 1rem;
}
.model3d_container .chatgpt .msg_item .model {
  gap: 8px;
  margin-top: 10px;
  padding: 34px 0;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
}
.model3d_container .chatgpt .msg_item .model.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.model3d_container .chatgpt .msg_item .model .model_swiper {
  width: 100%;
  overflow: hidden;
}
.model3d_container .chatgpt .msg_item .swiper_prev,
.model3d_container .chatgpt .msg_item .swiper_next {
  width: 20px;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/Icon-CaretLeft.svg) no-repeat center / contain;
}
.model3d_container .chatgpt .msg_item .swiper_next {
  transform: rotate(180deg);
}
.model3d_container .chatgpt .msg_item .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.model3d_container .chatgpt .msg_item.own {
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.model3d_container .chatgpt .msg_item.own .img {
  max-width: 234px;
  aspect-ratio: 234/180;
  border-radius: 24px;
}
.model3d_container .chatgpt .msg_item.own .text {
  border-radius: 8px;
  background-color: #dddcda;
  padding: 1rem 20px;
  max-width: calc(100% - 44px);
}
.model3d_container .chatgpt .btc {
  border-radius: 24px;
  background-color: #f4f4f4;
  gap: 8px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  padding: 0 1rem;
}
.model3d_container .chatgpt .btc .btn_file {
  width: 24px;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/Icon-PaperclipHorizontal.svg) no-repeat center / contain;
}
.model3d_container .chatgpt .btc .btn_file.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.model3d_container .chatgpt .btc .btn_file input {
  display: none;
}
.model3d_container .chatgpt .btc .input .images {
  padding: 1rem 20px 0;
}
.model3d_container .chatgpt .btc .input .images ul {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.model3d_container .chatgpt .btc .input .images li {
  width: 98px;
  position: relative;
}
.model3d_container .chatgpt .btc .input .images li .img {
  border-radius: 24px;
  aspect-ratio: 98/76;
}
.model3d_container .chatgpt .btc .input .images li .btn_delete {
  width: 1rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%);
  cursor: pointer;
}
.model3d_container .chatgpt .btc .input .images li .btn_delete::after {
  content: '';
  display: block;
  width: 50%;
  aspect-ratio: 1;
  transition: all 0.3s;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
}
.model3d_container .chatgpt .btc .input input {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: var(--title_color);
  background-color: transparent;
  padding: 14px 20px;
}
.model3d_container .chatgpt .btc .input input::placeholder {
  color: #858484;
}
.model3d_container .chatgpt .btc .btn_send {
  width: 28px;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model3d_container .chatgpt .btc .btn_send::after {
  content: '';
  display: block;
  width: 1rem;
  aspect-ratio: 1;
  transition: all 0.3s;
  background: url(../img/Icon-ArrowUp.svg) no-repeat center / contain;
}
.model3d_container .chatgpt .btc .btn_send:hover {
  background-color: var(--theme_color);
}
.model3d_container .chatgpt .btc .btn_send:hover::after {
  filter: contrast(0) brightness(2);
}
.style_list .style_item {
  padding: 8px;
  max-width: 210px;
  text-align: center;
  cursor: pointer;
}
.style_list .style_item:hover img {
  transform: scale(1.03);
}
.style_list .style_item .img {
  aspect-ratio: 194/108;
}
.style_list .style_item .title {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.style_list .style_item .btn_trans {
  padding: 8px;
  margin-top: 10px;
  font-weight: normal;
  width: 100%;
}
.model_list .model_item {
  padding: 8px;
  max-width: 210px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
}
.model_list .model_item:hover .img img {
  transform: scale(1.03);
}
.model_list .model_item .img {
  aspect-ratio: 194/108;
}
.model_list .model_item .title {
  margin-top: 10px;
}
.model_list .model_item .price {
  font-weight: 600;
}
.model_list .model_item .btn_trans {
  padding: 8px;
  margin-top: 10px;
  font-weight: normal;
  width: 100%;
}
.model_list .model_item .options {
  margin-top: 10px;
}
.model_list .model_item .options ul {
  gap: 4px;
  display: flex;
  flex-wrap: wrap;
}
.model_list .model_item .options li {
  width: 45px;
  aspect-ratio: 45/33;
  border: 1px solid #dddcda;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}
.model_list .model_item .options li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.add_cart_success_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.add_cart_success_modal.active {
  pointer-events: all;
}
.add_cart_success_modal.active > .close {
  opacity: 1;
}
.add_cart_success_modal.active .con {
  opacity: 1;
  transform: translateY(0);
}
.add_cart_success_modal > .close {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  opacity: 0;
}
.add_cart_success_modal .con {
  padding: 40px 70px;
  width: calc(100% - 116px);
  max-width: 1016px;
  max-height: calc(100vh - 52px);
  background-color: #fff;
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.37, 1.38, 0.76, 0.96), opacity 0.3s;
  transform: translateY(-100%);
  opacity: 0;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.add_cart_success_modal .con > .close {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  right: 40px;
  top: 18px;
  z-index: 2;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
}
.add_cart_success_modal .con > .close:hover {
  transform: rotate(180deg);
}
.add_cart_success_modal .con > .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}
.add_cart_success_modal .list {
  flex: 1;
  overflow: auto;
}
.add_cart_success_modal .list::-webkit-scrollbar {
  width: 5px;
}
.add_cart_success_modal .list::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.add_cart_success_modal .list li {
  gap: 40px;
  display: grid;
  align-items: center;
  grid-template-columns: 27.231121% 1fr auto;
}
.add_cart_success_modal .list li .img {
  aspect-ratio: 238/174;
}
.add_cart_success_modal .list li .info .cat {
  line-height: 30px;
  text-transform: uppercase;
}
.add_cart_success_modal .list li .info .title {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 12px;
}
.add_cart_success_modal .list li .price {
  color: var(--theme_color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.add_cart_success_modal .btns {
  gap: 1rem 2rem;
  display: flex;
  flex-wrap: wrap;
}
.add_cart_success_modal .btns * {
  flex: 1;
}
.add_cart_success_modal .btns .close {
  font-weight: normal;
}
.products_filter .filters {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products_filter .btn_filter {
  font-size: 14px;
  line-height: 30px;
  padding: 0 50px 0 24px;
  cursor: pointer;
  background: url(../img/Icon-SlidersHorizontal.svg) no-repeat right 24px center / 1rem;
}
.products_filter .filter_item {
  width: 150px;
  border-radius: 8px;
  border: 1px solid #DDDCDA;
  padding: 0 40px 0 1rem;
  outline: none;
  background: url(../img/pds-CaretDown.svg) no-repeat right 12px center / 8px;
}
.products_filter .breadcrumbs {
  gap: 8px;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products_filter .breadcrumbs p {
  padding: 4px 1rem;
  font-size: 12px;
  line-height: 20px;
  border-radius: 8px;
  transition: all 0.3s;
  background-color: var(--subtheme_color);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  white-space: nowrap;
  gap: 10px;
}
.products_filter .breadcrumbs p i {
  cursor: pointer;
  display: block;
  width: 1rem;
  aspect-ratio: 1;
  transition: all 0.3s;
  background: url(../img/XCircle.svg) no-repeat center / contain;
}
.products_filter .breadcrumbs p:hover {
  color: #fff;
  background-color: var(--theme_color);
}
.products_filter .breadcrumbs p:hover i {
  filter: contrast(0) brightness(2);
}
.products_filter .breadcrumbs .btn_empty {
  cursor: pointer;
  font-size: 12px;
  line-height: 30px;
  text-decoration: underline;
  transition: all 0.2s;
}
.products_filter .breadcrumbs .btn_empty:hover {
  color: var(--theme_color);
  text-decoration: none;
}
.products_sidebar {
  padding: 24px;
}
.products_sidebar .products_areas.active .selected::after {
  transform: rotate(180deg);
}
.products_sidebar .products_areas .selected {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
  display: grid;
  align-items: center;
  gap: 1rem;
  grid-template-columns: 1fr auto;
}
.products_sidebar .products_areas .selected::after {
  content: '';
  display: block;
  width: 20px;
  aspect-ratio: 1;
  transition: all 0.3s;
  background: url(../img/pds-CaretDown.svg) no-repeat center / contain;
}
.products_sidebar .products_areas .options {
  padding-top: 24px;
}
.products_sidebar .products_areas .options ul {
  display: none;
}
.products_sidebar .products_areas .options li {
  cursor: pointer;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 30px;
  transition: all 0.3s;
}
.products_sidebar .products_areas .options li:hover {
  color: var(--theme_color);
}
.products_sidebar .products_areas .options li:last-child {
  margin-bottom: 0;
}
.products_sidebar .products_areas .options li.active {
  font-weight: 700;
}
.products_sidebar .terms {
  padding-top: 24px;
}
.products_sidebar .terms .term {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.products_sidebar .terms .term.active {
  border-color: #dddcda;
}
.products_sidebar .terms .term.active .name::after {
  background-image: url(../img/pds-reduce.svg);
}
.products_sidebar .terms .name {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  display: grid;
  gap: 1rem;
  align-items: center;
  grid-template-columns: 1fr auto;
  padding: 8px 0;
  border-bottom: 1px solid #dddcda;
  transition: all 0.3s;
}
.products_sidebar .terms .name:hover {
  color: var(--theme_color);
}
.products_sidebar .terms .name::after {
  content: '';
  display: block;
  width: 18px;
  aspect-ratio: 1;
  transition: all 0.3s;
  background: url(../img/pds-plus.svg) no-repeat center / contain;
}
.products_sidebar .terms .child_terms {
  display: none;
  padding-bottom: 24px;
}
.products_sidebar .terms .child_name {
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  margin-bottom: 3px;
  transition: all 0.3s;
}
.products_sidebar .terms .child_name:last-child {
  margin-bottom: 0;
}
.products_sidebar .terms .child_name:hover {
  color: var(--theme_color);
}
.products_sidebar .terms .child_term_list ul {
  padding-left: 24px;
}
.products_sidebar .terms .child_term_list li {
  font-size: 12px;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.products_sidebar .terms .child_term_list li:hover {
  color: var(--theme_color);
}
.products_sidebar .terms button {
  font-size: 14px;
  line-height: 25px;
  text-decoration: underline;
  background-color: transparent;
  transition: all 0.2s;
}
.products_sidebar .terms button:hover {
  color: var(--theme_color);
  text-decoration: none;
}
.sidebar_products_filter {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 520px;
  transition: transform 0.3s ease-in-out;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  gap: 24px;
}
.sidebar_products_filter.active {
  transform: translate(0);
}
.sidebar_products_filter .close {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
  margin: 8px 8px 0 auto;
}
.sidebar_products_filter .close:hover {
  transform: rotate(180deg);
}
.sidebar_products_filter .items {
  flex: 1;
  overflow: auto;
}
.sidebar_products_filter .items::-webkit-scrollbar {
  width: 5px;
}
.sidebar_products_filter .items::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.sidebar_products_filter .title {
  gap: 1rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid #e9e4e4;
  line-height: 1.5;
  cursor: pointer;
  padding: 24px;
  text-transform: uppercase;
}
.sidebar_products_filter .title::after {
  content: '';
  display: block;
  width: 18px;
  aspect-ratio: 1;
  transition: all 0.3s;
  background: url(../img/pds-plus.svg) no-repeat center / contain;
}
.sidebar_products_filter .con {
  display: none;
  padding: 12px 56px;
  border-bottom: 1px solid #e9e4e4;
}
.sidebar_products_filter ul {
  padding: 7px 0;
}
.sidebar_products_filter li {
  cursor: pointer;
  position: relative;
  padding-left: 46px;
  transition: all 0.3s;
  color: #827c7a;
  line-height: 1.5;
  margin-bottom: 14px;
}
.sidebar_products_filter li:last-child {
  margin-bottom: 0;
}
.sidebar_products_filter li:hover {
  color: var(--theme_color);
}
.sidebar_products_filter li::before {
  content: '';
  display: block;
  width: 22px;
  aspect-ratio: 1;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 4px;
  border: 1px solid #868685;
  transition: all 0.3s;
  background-color: var(--color);
}
.sidebar_products_filter li::after {
  content: '';
  display: block;
  width: 14px;
  aspect-ratio: 1;
  background: url(../img/icon-gou-w.svg) no-repeat center / contain;
  position: absolute;
  z-index: 2;
  left: 4px;
  top: 4px;
  transition: all 0.3s;
  opacity: 0;
}
.sidebar_products_filter li.active {
  --color: var(--theme_color);
}
.sidebar_products_filter li.active::before {
  background-color: var(--color);
}
.sidebar_products_filter li.active::after {
  opacity: 1;
}
.sidebar_products_filter button {
  margin: 7px 0;
  font-weight: 500;
  transition: all 0.2s;
  text-decoration: underline;
  background-color: transparent;
  font-size: 1rem;
}
.sidebar_products_filter button:hover {
  color: var(--theme_color);
  text-decoration: none;
}
.sidebar_products_filter .range {
  margin-top: 8px;
}
.sidebar_products_filter .range:not(:has(.label)) {
  padding-top: 18px;
}
.sidebar_products_filter .range .label {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.sidebar_products_filter .range .slider {
  height: 4px;
  background-color: #cdc5d2;
  border-radius: 100px;
  position: relative;
  max-width: 276px;
  margin: 18px auto 20px;
}
.sidebar_products_filter .range .slider .ui-slider-range {
  position: absolute;
  height: 100%;
  background-color: var(--theme_color);
  border-radius: 100px;
}
.sidebar_products_filter .range .slider .ui-slider-handle {
  display: block;
  width: 1rem;
  aspect-ratio: 1;
  position: absolute;
  transform: translate(-50%, -6px);
  border-radius: 50%;
  outline: none;
}
.sidebar_products_filter .range .slider .ui-slider-handle::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: var(--theme_color);
  cursor: pointer;
  cursor: grab;
  transition: all 0.3s;
}
.sidebar_products_filter .range .slider .ui-slider-handle:active {
  cursor: grabbing;
  z-index: 2;
}
.sidebar_products_filter .range .slider .ui-slider-handle:active::after {
  transform: scale(0);
}
.sidebar_products_filter .range .btc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar_products_filter .range .btc > div {
  flex: 1;
  gap: 5px;
  max-width: 85px;
  border: 1px solid #dddcda;
  display: grid;
  grid-template-columns: 1fr auto;
  font-size: 14px;
  line-height: 26px;
  padding: 0 4px;
}
.sidebar_products_filter .range .btc input {
  width: 100%;
  height: 26px;
}
.confirm_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.confirm_modal.active {
  pointer-events: all;
}
.confirm_modal.active > .close {
  opacity: 1;
}
.confirm_modal.active .modal_content {
  opacity: 1;
  transform: translateY(0);
}
.confirm_modal > .close {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  opacity: 0;
}
.confirm_modal .modal_content {
  padding: 34px 55px;
  max-width: calc(100% - 116px);
  max-height: calc(100vh - 52px);
  background-color: #fff;
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.37, 1.38, 0.76, 0.96), opacity 0.3s;
  transform: translateY(-100%);
  opacity: 0;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  display: grid;
  gap: 30px;
  overflow: auto;
}
.confirm_modal .modal_content::-webkit-scrollbar {
  width: 5px;
}
.confirm_modal .modal_content::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.confirm_modal .modal_content:has(.loading_gif) {
  min-width: 673px;
}
.confirm_modal .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.confirm_modal .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: max-content;
  margin: 0 auto;
  gap: 1rem 24px;
  min-width: 316px;
}
.confirm_modal.inquiry .btns {
  width: 100%;
  max-width: 100%;
}
.confirm_modal.inquiry .btns div {
  flex: 1;
}
.confirm_modal .loading_gif {
  max-width: 200px;
  aspect-ratio: 1;
  margin: 0 auto;
}
.confirm_modal.model3d .modal_content {
  font-size: 15px;
  line-height: 2;
}
.confirm_modal.model3d .title {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.confirm_modal.model3d .desc {
  max-width: 593px;
}
.confirm_modal.model3d .btns {
  min-width: 593px;
}
.confirm_modal.model3d .btns .btn_trans {
  flex: 1;
  font-size: 1rem;
  padding: 8px;
}
.product_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.product_modal.active {
  pointer-events: all;
}
.product_modal.active > .close {
  opacity: 1;
}
.product_modal.active .modal_content {
  opacity: 1;
  transform: translateY(0);
}
.product_modal > .close {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  opacity: 0;
}
.product_modal .modal_content {
  width: calc(100% - 116px);
  max-width: 1253px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.37, 1.38, 0.76, 0.96), opacity 0.3s;
  transform: translateY(-100%);
  opacity: 0;
  border-radius: 1rem;
  padding: 0 40px;
}
.product_modal .modal_content .close {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
}
.product_modal .modal_content .close:hover {
  transform: rotate(180deg);
}
.product_modal .con {
  padding: 70px 0;
  width: calc(100% - 38px);
  max-height: calc(100vh - 52px);
  overflow: auto;
}
.product_modal .con::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  display: none;
}
.product_modal .con::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.product_modal .preview {
  padding: 10px 0;
}
.product_modal .preview .left {
  width: 49.026549%;
}
.product_modal .preview .modal_preview_swiper {
  overflow: hidden;
  height: 600px; 
}
.product_modal .preview .modal_preview_swiper ul{
  height: 600px;
}
.product_modal .preview .modal_preview_swiper .img { 
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.product_modal .preview .modal_preview_thumb_swiper {
  overflow: hidden;
  margin-top: 1rem;
}
.product_modal .preview .modal_preview_thumb_swiper .swiper-slide {
  cursor: pointer;
  aspect-ratio: 98/77;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.product_modal .preview .modal_preview_thumb_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.product_modal .preview .modal_preview_thumb_swiper .swiper-slide-thumb-active {
  border-color: var(--theme_color);
}
.product_modal .preview .right {
  flex: 1;
  max-width: 533px;
}
.product_modal .preview .title {
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
}
.product_modal .preview .attrs {
  font-size: 12px;
  line-height: 20px;
  margin-top: 1rem;
}
.product_modal .preview .attrs b {
  font-weight: 700;
}
.product_modal .preview .items {
  padding: 0 10px;
  margin-top: 1rem;
}
.product_modal .preview .item {
  border-bottom: 1px solid #DDDCDA;
}
.product_modal .preview .item .selected {
  font-size: 12px;
  line-height: 1rem;
  padding: 10px 0;
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
}
.product_modal .preview .item .selected b {
  font-weight: 700;
}
.product_modal .preview .item .selected::after {
  content: '';
  display: block;
  width: 20px;
  aspect-ratio: 1;
  background: url(../img/Icon-CaretRight.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product_modal .preview .item .desc {
  font-size: 12px;
  line-height: 15px;
  padding: 8px 0;
}
.product_modal .preview .item .list {
  margin: 1rem 0;
}
.product_modal .preview .item .list ul {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.product_modal .preview .item .list li {
  width: 60px;
  aspect-ratio: 1;
  border: 1px solid #DDDCDA;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.product_modal .preview .item .list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.product_modal .preview .price {
  color: var(--theme_color);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 1rem;
}
.product_modal .preview .price .from {
  padding-left: 1rem;
  font-weight: normal;
  color: var(--title_color);
}
.product_modal .preview .tip {
  margin-top: 1rem;
  color: var(--theme_color);
  font-size: 14px;
  line-height: 1.5;
}
.product_modal .preview .tip i {
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
  width: 14px;
  aspect-ratio: 1;
  position: relative;
  top: 4px;
  background: url(../img/Icon-WarningOctagon.svg) no-repeat center / contain;
}
.product_modal .preview .btn {
  margin-top: 1rem;
}
.product_modal .intro {
  padding: 10px;
  margin-top: 40px;
  background-color: #fbfafa;
  border: 1px solid #dddcda;
}
.product_modal .intro .nav ul {
  gap: 40px;
  display: flex;
}
.product_modal .intro .nav li {
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  line-height: 20px;
  padding-bottom: 1rem;
  border-bottom: 2px solid transparent;
}
.product_modal .intro .nav li:hover {
  color: var(--theme_color);
  border-color: var(--theme_color);
}
.product_modal .intro .nav li.active {
  font-weight: 700;
  border-color: var(--theme_color);
}
.product_modal .intro .items {
  margin-top: 10px;
}
.product_modal .intro .item {
  padding: 1rem 0;
  display: none;
}
.product_modal .intro .item.active {
  display: block;
}
.product_modal .intro .item .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 30px;
}
.product_modal .intro .item .desc {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 20px;
}
.product_modal .similar {
  margin-top: 40px;
}
.product_modal .similar .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 30px;
}
.product_modal .similar .list {
  margin-top: 24px;
}
.product_modal .similar .list ul {
  display: grid;
  gap: 4rem 2rem;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 4rem;
}
.product_modal .similar .list li a {
  display: block;
}
.product_modal .similar .list li a:hover img {
  transform: scale(1.03);
}
.product_modal .similar .list li .img {
  aspect-ratio: 554/442;
}
.product_modal .similar .list li .img img{
  height: auto;
    max-width: 100%;
}
.product_modal .similar .list li .info {
  text-align: center;
}

.product_modal .similar .list li .info .name {
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: .5rem;
}
.product_modal .similar .list li .info .price {
  color: var(--theme_color);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.product_modal .similar .list li .btn_trans {
  display: block;
  max-width: max-content;
  margin: 8px auto 0;
  font-weight: normal;
}
.product_modal .similar_item {
  margin-top: 2rem;
  padding: 12px 18px;
  border: 1px solid #dddcda;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.product_modal .similar_item.outofstock {
  pointer-events: none;
}
.product_modal .similar_item.outofstock .img .tip {
  background-color: #ed2c2c;
}
.product_modal .similar_item.outofstock .select {
  opacity: 0.2;
  pointer-events: none;
}
.product_modal .similar_item.active {
  background-color: #ffef99;
}
.product_modal .similar_item.active .select::before {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.product_modal .similar_item.active .select::after {
  opacity: 1;
}
.product_modal .similar_item.active .btn_seeoffer {
  color: #fff;
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.product_modal .similar_item.active .btn_seeoffer:hover {
  border-color: var(--title_color);
  background-color: var(--title_color);
}
.product_modal .similar_item .img {
  width: 18.869644%;
  position: relative;
  aspect-ratio: 207/151;
  background-color: #fff;
}
.product_modal .similar_item .img .tip {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  border-radius: 8px 8px 0 0;
  background-color: #fde31f;
  font-size: 12px;
  font-weight: 700;
  line-height: 2rem;
  padding: 0 1rem;
  text-transform: uppercase;
}
.product_modal .similar_item .logo {
  width: 13.947129%;
}
.product_modal .similar_item .logo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.product_modal .similar_item .infos {
  width: 31.905196%;
}
.product_modal .similar_item .infos .name {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}
.product_modal .similar_item .infos .service li {
  margin-top: 8px;
  font-size: 12px;
  line-height: 15px;
}
.product_modal .similar_item .price {
  color: var(--theme_color);
  font-size: 15px;
  font-weight: 700;
}
.product_modal .similar_item .select {
  font-size: 12px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.product_modal .similar_item .select::before {
  content: '';
  display: block;
  width: 22px;
  aspect-ratio: 1;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  border: 1px solid #868685;
  transition: all 0.3s;
  background-color: var(--color);
}
.product_modal .similar_item .select::after {
  content: '';
  display: block;
  width: 14px;
  aspect-ratio: 1;
  background: url(../img/icon-gou-w.svg) no-repeat center / contain;
  position: absolute;
  z-index: 2;
  left: 4px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  transition: all 0.3s;
  opacity: 0;
}
.product_modal .similar_item .select.active {
  --color: var(--theme_color);
}
.product_modal .similar_item .select.active::before {
  background-color: var(--color);
}
.product_modal .similar_item .select.active::after {
  opacity: 1;
}
.product_modal .similar_item .btn_seeoffer {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 12px;
  line-height: 18px;
  padding: 6px 1rem;
  font-weight: normal;
}
.product_options_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
.product_options_modal.active {
  pointer-events: all;
}
.product_options_modal.active > .close {
  opacity: 1;
}
.product_options_modal.active .modal_content {
  transform: translateY(0);
}
.product_options_modal > .close {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  opacity: 0;
}
.product_options_modal .modal_content {
  width: 100%;
  height: 100%;
  max-width: 500px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px;
  transition: transform 0.4s ease-in-out;
  transform: translateX(100%);
}
.product_options_modal .modal_content .close {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
}
.product_options_modal .modal_content .close:hover {
  transform: rotate(180deg);
}
.product_options_modal .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.product_options_modal .list {
  flex: 1;
  overflow: auto;
  margin-top: 40px;
  padding-right: 8px;
  margin-right: -8px;
  width: calc(100% + 8px);
}
.product_options_modal .list::-webkit-scrollbar {
  width: 5px;
}
.product_options_modal .list::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.product_options_modal .coating {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.product_options_modal .coating li {
  cursor: pointer;
  text-align: center;
}
.product_options_modal .coating li:hover img {
  transform: scale(1.03);
}
.product_options_modal .coating li:hover .name {
  color: var(--theme_color);
}
.product_options_modal .coating li .img {
  aspect-ratio: 1;
}
.product_options_modal .coating li .name {
  font-size: 12px;
  line-height: 30px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.product_options_modal .variant li {
  gap: 12px;
  padding: 8px 0;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  border-bottom: 1px solid #dddcda;
  cursor: pointer;
}
.product_options_modal .variant li .img {
  width: 60px;
  aspect-ratio: 1;
  border: 1px solid #e9e4e4;
}
.product_options_modal .variant li .title {
  font-size: 14px;
}
.product_options_modal .model {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.product_options_modal .model li {
  cursor: pointer;
  text-align: center;
}
.product_options_modal .model li:hover img {
  transform: scale(1.03);
}
.product_options_modal .model li:hover .name {
  color: var(--theme_color);
}
.product_options_modal .model li .img {
  aspect-ratio: 1;
  border: 1px solid #dddcda;
}
.product_options_modal .model li .name {
  font-size: 12px;
  line-height: 30px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.product_price_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.product_price_modal.active {
  pointer-events: all;
}
.product_price_modal.active > .close {
  opacity: 1;
}
.product_price_modal.active .modal_content {
  opacity: 1;
  transform: translateY(0);
}
.product_price_modal > .close {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  opacity: 0;
}
.product_price_modal .modal_content {
  padding: 40px;
  width: calc(100% - 116px);
  max-width: 513px;
  max-height: calc(100vh - 52px);
  background-color: #fff;
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.37, 1.38, 0.76, 0.96), opacity 0.3s;
  transform: translateY(-100%);
  opacity: 0;
  border-radius: 8px;
  overflow: auto;
}
.product_price_modal .modal_content::-webkit-scrollbar {
  width: 5px;
}
.product_price_modal .modal_content::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.product_price_modal .modal_content .close {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  right: 24px;
  top: 1rem;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
}
.product_price_modal .modal_content .close:hover {
  transform: rotate(180deg);
}
.product_price_modal .logo {
  max-width: 153px;
  margin: 0 auto;
}
.product_price_modal .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.product_price_modal .desc {
  font-size: 14px;
  line-height: 30px;
  margin-top: 24px;
}
.product_price_modal .discount {
  margin: 24px auto 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #ed2c2c;
  border-radius: 100px;
  background-color: #f1c9c9;
  padding: 4px 1rem;
  max-width: max-content;
}
.product_price_modal .btn {
  margin: 24px auto 0;
  display: block;
  max-width: max-content;
}
.viewdesign_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.viewdesign_modal.active {
  pointer-events: all;
}
.viewdesign_modal.active > .close {
  opacity: 1;
}
.viewdesign_modal.active .modal_content {
  opacity: 1;
  transform: translateY(0);
}
.viewdesign_modal > .close {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  opacity: 0;
}
.viewdesign_modal .modal_content {
  width: calc(100% - 116px);
  max-width: 1320px;
  height: calc(100vh - 52px);
  max-height: 665px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.37, 1.38, 0.76, 0.96), opacity 0.3s;
  transform: translateY(-100%);
  opacity: 0;
  border-radius: 8px;
  padding: 6px 40px 40px;
  display: flex;
  flex-direction: column;
}
.viewdesign_modal .modal_content .close {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  margin: 0 -24px 0 auto;
  transition: all 0.3s;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
}
.viewdesign_modal .modal_content .close:hover {
  transform: rotate(180deg);
}
.viewdesign_modal .modal_content .design {
  flex: 1;
  background: no-repeat center / contain;
}
.viewdesign_modal .modal_content .title {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  margin-top: 2rem;
}
.chatgpt_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.chatgpt_modal.active {
  pointer-events: all;
}
.chatgpt_modal.active > .close {
  opacity: 1;
}
.chatgpt_modal.active .modal_content {
  opacity: 1;
  transform: translateY(0);
}
.chatgpt_modal > .close {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  opacity: 0;
}
.chatgpt_modal .modal_content {
  padding: 10px 40px;
  max-width: 1171px;
  width: calc(100% - 116px);
  max-height: calc(100vh - 52px);
  background-color: #fff;
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.37, 1.38, 0.76, 0.96), opacity 0.3s;
  transform: translateY(-100%);
  opacity: 0;
  border-radius: 1rem;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.chatgpt_modal .modal_content::-webkit-scrollbar {
  width: 5px;
}
.chatgpt_modal .modal_content::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.chatgpt_modal .modal_content .close {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 -24px 0 auto;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
}
.chatgpt_modal .modal_content .close:hover {
  transform: rotate(180deg);
}
.chatgpt_modal .modal_content > .title {
  padding: 8px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid var(--title_color);
}
.chatgpt_modal .list {
  flex: 1;
  margin: 34px 0 30px;
  overflow: auto;
}
.chatgpt_modal .list::-webkit-scrollbar {
  width: 5px;
}
.chatgpt_modal .list::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.chatgpt_modal .list ul {
  display: grid;
  gap: 8px 10px;
  grid-template-columns: repeat(5, 1fr);
}
.quote_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.quote_modal.active {
  pointer-events: all;
}
.quote_modal.active > .close {
  opacity: 1;
}
.quote_modal.active .modal_content {
  opacity: 1;
  transform: translateY(0);
}
.quote_modal > .close {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  opacity: 0;
}
.quote_modal .modal_content {
  max-width: 595px;
  width: calc(100% - 116px);
  background-color: #fff;
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.37, 1.38, 0.76, 0.96), opacity 0.3s;
  transform: translateY(-100%);
  opacity: 0;
}
.quote_modal .page {
  padding: 24px;
  overflow: auto;
  height: 842px;
  max-height: calc(100vh - 52px);
  display: none;
}
.quote_modal .page.active {
  display: block;
}
.quote_modal .page::-webkit-scrollbar {
  width: 5px;
}
.quote_modal .page::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.quote_modal .page .flex {
  margin-bottom: 24px;
}
.quote_modal .contact_infos .logo {
  max-width: 125px;
}
.quote_modal .contact_infos .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.quote_modal .contact_infos ul {
  gap: 8px;
  display: grid;
  margin-top: 14px;
  font-size: 12px;
  line-height: 1;
}
.quote_modal .quote_infos {
  gap: 8px;
  display: grid;
  text-align: right;
  font-size: 12px;
  line-height: 1;
}
.quote_modal .quote_infos .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.quote_modal .quote_infos b {
  font-weight: 600;
}
.quote_modal .order_infos {
  padding: 8px;
  border: 1px solid #dddcda;
}
.quote_modal .order_infos .code {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.quote_modal .order_infos .code b {
  font-size: 12px;
}
.quote_modal .order_infos .date {
  font-size: 10px;
  margin-top: 8px;
}
.quote_modal .client_infos {
  padding: 8px;
  font-size: 12px;
  line-height: 1;
  background-color: #d8dcdd;
}
.quote_modal .client_infos > .title {
  margin-bottom: 12px;
  text-transform: uppercase;
}
.quote_modal .client_infos .item {
  margin-top: 8px;
}
.quote_modal .client_infos .title {
  font-weight: 700;
  margin-bottom: 8px;
}
.quote_modal .btc {
  display: flex;
  margin-top: 24px;
}
.quote_modal .btc .btn {
  font-size: 12px;
  padding: 4px 1rem;
}
.quote_modal .table {
  overflow: auto;
}
.quote_modal table {
  width: 100%;
  border-collapse: collapse;
}
.quote_modal table thead {
  color: #fff;
  background-color: var(--theme_color);
}
.quote_modal table thead th {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 8px;
}
.quote_modal table thead th:first-child {
  text-align: right;
  padding-left: 1rem;
}
.quote_modal table thead th:nth-child(2) {
  text-align: left;
}
.quote_modal table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.quote_modal table tbody td {
  font-size: 10px;
  padding: 4px 8px;
  text-align: center;
}
.quote_modal table tbody td b {
  font-weight: 600;
}
.quote_modal table tbody td:first-child {
  text-align: right;
  padding-left: 1rem;
}
.quote_modal table tbody td:nth-child(2) {
  text-align: left;
}
.quote_modal table tbody .pd {
  gap: 8px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.quote_modal table tbody .pd .img {
  width: 40px;
  aspect-ratio: 1;
  border: 1px solid #b8b5b5;
}
.quote_modal table tbody .pd .text {
  font-weight: 600;
}
.quote_modal table tfoot {
  color: #fff;
  background-color: var(--theme_color);
}
.quote_modal table tfoot td {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 8px;
}
.quote_modal table tfoot .price {
  font-size: 14px;
  font-weight: 700;
}
.quote_modal .infos {
  gap: 1rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  padding: 8px 1rem;
  border-top: 1px solid var(--title_color);
  border-bottom: 1px solid var(--title_color);
}
.quote_modal .infos .title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}
.quote_modal .infos .desc {
  font-size: 10px;
  line-height: 12px;
}
.quote_modal .infos .cat {
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}
.quote_modal .prices {
  gap: 8px;
  display: grid;
  margin-top: 24px;
  color: var(--theme_color);
}
.quote_modal .prices .item {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.quote_modal .prices .item .T {
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}
.quote_modal .prices .item .C {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.quote_modal .notice {
  margin-top: 24px;
  font-size: 10px;
  line-height: 1.5;
}
.quote_modal .notice .title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.item_aide {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}
.item_aide.active .Q::after {
  transform: rotate(180deg);
}
.item_aide .Q {
  background: var(--gris-clair-subheader, #e9e4e4);
  border-radius: 8px;
  padding: 10px 13px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.item_aide .Q::after {
  position: absolute;
  right: 17px;
  top: 17px;
  display: block;
  content: '';
  width: 16px;
  aspect-ratio: 1;
  background: url("../img/CaretDown.svg") no-repeat center / contain;
  transition: all 0.5s;
}
.item_aide .A {
  display: none;
  margin-top: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  padding: 24px;
}
.item_aide .flex:has(.btn) {
  margin-top: 10px;
}
.item_mon {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.item_mon:hover img {
  transform: scale(1.03);
}
.item_mon .img {
  aspect-ratio: 542/539;
}
.item_mon .money {
  font-size: 14px;
  color: var(--theme_color);
  font-weight: 700;
}
.item_mon .btn_trans {
  padding: 8px 14px;
  font-weight: 700;
  border-width: 2px;
}
.item_mon .info {
  padding: 2.5% 0 5.8%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.search_box form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.search_box form input[type=text] {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #958383;
  padding: 13px 26.5px;
  background-color: #ffffff;
  border: 1px solid #958383;
  min-width: 359px;
}
.search_box form input[type=text]::placeholder {
  color: #958383;
}
.search_box form input[type=submit] {
  text-indent: -9999px;
  width: 48px;
  aspect-ratio: 1;
  background: url("../img/Icon-MagnifyingGlass.svg") no-repeat center / 24px;
  background-color: #000000;
  transition: all 0.3s;
}
.search_box form input[type=submit]:hover {
  background-color: var(--theme_color);
}


.completed_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.completed_modal.active {
  pointer-events: all;
}
.completed_modal.active>.close {
  opacity: 1;
}
.completed_modal.active .modal_content {
  opacity: 1;
  transform: translateY(0);
}
.completed_modal>.close {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  opacity: 0;
}
.completed_modal .modal_content {
  padding: 40px 70px;
  max-width: 929px;
  width: calc(100% - 116px);
  max-height: calc(100vh - 52px);
  background-color: #fff;
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.37, 1.38, 0.76, 0.96), opacity 0.3s;
  transform: translateY(-100%);
  opacity: 0;
  border-radius: 1rem;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  display: grid;
  gap: 2rem;
  overflow: auto;
}
.completed_modal.alert_modal .modal_content {
  padding: 2rem 40px;
  max-width: max-content;
}
.completed_modal.alert_modal .modal_content .close:not(.btn) {
  top: 1rem;
  right: 1rem;
}
.completed_modal .modal_content::-webkit-scrollbar {
  width: 5px;
}
.completed_modal .modal_content::-webkit-scrollbar-thumb {
  background: #958383;
  border-radius: 10px;
}
.completed_modal .modal_content .close:not(.btn) {
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/Icon-X.svg) no-repeat center / contain;
  position: absolute;
  top: 2rem;
  right: 44px;
}
.completed_modal .modal_content .close:not(.btn):hover {
  transform: rotate(180deg);
}
.completed_modal .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 20px;
}
.completed_modal .btn {
  max-width: max-content;
  margin: 0 auto;
}


div.loader-sy {
  border: 7px solid #f2f5f9;
  border-top: 7px solid #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  margin-left: -1.75rem;
  animation: spin 1s linear infinite;
  margin-top: 0;
  text-align: center;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.page-template-default > .woocommerce{
  max-width: 1432px;
  margin: 0 auto;
}

.products_main .img_ct{
  position: relative;
}
.products_main .img .tip {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  background-color: #ed2c2c;
  font-size: 12px;
  font-weight: 700;
  line-height: 2rem;
  padding: 0 1rem;
  text-transform: uppercase;
}
 
.design_mon_style{
  display: none!important;
}
.design_mon_style.active{
  display: inline-flex!important;
}

.loading{
  position: relative;
}

.loading:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}
.woocommerce-billing-fields{
  position: relative;
}
.edit_address_box{
  position: absolute;
  right: 0; 
  top: 5px;
}
.edit_address_box button{
  background-color: transparent;
  text-decoration: underline;
  font-size: 16px;
}
.model3d_header_bottom .control_list{
  display: flex;
  gap: 2.5rem;
  align-items: center;
  margin: 0 1.5rem;
}
.model3d_header_bottom .control_list .item{
  display: flex;
  cursor: pointer;
  align-items: center;
}

.model3d_header_bottom .btn_quit {
  width: 2.8rem;
  aspect-ratio: 1;
  cursor: pointer; 
  margin-left: 24px;
  background: url(../img/Icon-Power.svg) no-repeat center / contain;
  background-size: 30px;
  background-color: #000;
  border-radius: 5px;
}



.model3d_header_bottom .btn_queut_query {
  width: 2.8rem;
  aspect-ratio: 1;
  cursor: pointer; 
  margin-left: 24px;
  background: url(../img/query_heade_qute.svg) no-repeat center / contain;
  background-size: 30px; 
  border-radius: 5px;
  margin-right: 3rem;
}

.model3d_header_bottom .ajouterunelent{
  background-image: url(../img/Icon-Plus2.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  padding: 10px 24px;
  padding-left: 3rem; 
}

.view_gallery_list{
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.view_gallery_list ul{
  display: flex;
  gap: 2rem;
}
.view_gallery_list ul li img{
  width: 130px!important;
  height: 80px!important;
}
.select_designer{
  display: none;
}
.select_designer.active{
  display: block;
}

.styles_section .styles_table .t_footer form{
  width: 70%;
}

header nav .menu > li#menu-item-65 > a{
  pointer-events: none;
}