:root {
  --marevo-color-lines: #121c0c33;
  --marevo-color-borders: #b6b6b6;
  --marevo-color-border-active: #121C0C;
  --marevo-color-text: #121c0c;
  --marevo-color-text-inactive: #838383;
  --marevo-color-amount: #ff905a;
  /* --marevo-color-bgrd-site: #99A694; */
  --marevo-color-bgrd-site: #ECEDEB;
  --marevo-color-bgrd-active: #121d0c12;
  --marevo-color-bgrd-btn-order: #ffe970;
  --marevo-color-bgrd-menu: #ffffff;
  --marevo-color-bgrd-canvas: #ecedeb;
  --marevo-menu-width: 476px;
  --marevo-menu-height-mobile: 50svh;
  /* --marevo-header-height: 200px; */
  --marevo-header-height: 0px;
  --marevo-header-height-mobile: 157px;

  --marevo-ui-table-active: url("../src/ar-ui-icons/marevo-menu-table-active.svg");
  --marevo-ui-table-inactive: url("../src/ar-ui-icons/marevo-menu-table-inactive.svg");
  --marevo-ui-chair-active: url("../src/ar-ui-icons/marevo-menu-chair-active.svg");
  --marevo-ui-chair-inactive: url("../src/ar-ui-icons/marevo-menu-chair-inactive.svg");
  --marevo-ui-ar: url("../src/ar-ui-icons/marevo-icon-ar.svg");
  --marevo-ui-share: url("../src/ar-ui-icons/marevo-icon-share.svg");
  --marevo-ui-share-active: url("../src/ar-ui-icons/marevo-icon-share-active.svg");
  --marevo-ui-fullscreen: url("../src/ar-ui-icons/marevo-icon-fullscreen.svg");
  --marevo-ui-dimensions-show: url("../src/ar-ui-icons/marevo-icon-show-dimensions.svg");
  --marevo-ui-dimensions-hide: url("../src/ar-ui-icons/marevo-icon-hide-dimensions.svg");
  --marevo-ui-dimensions-hide-active: url("../src/ar-ui-icons/marevo-icon-hide-dimensions-active.svg");
  --marevo-ui-dimensions-active: url("../src/ar-ui-icons/marevo-icon-dimensions-active.svg");
  --marevo-ui-add-table: url("../src/ar-ui-icons/marevo-icon-add-table.svg");
  --marevo-ui-copy: url("../src/ar-ui-icons/marevo-icon-copy.svg");
  --marevo-ui-copy-active: url("../src/ar-ui-icons/marevo-icon-copy-active.svg");
  --marevo-ui-reset: url("../src/ar-ui-icons/marevo-icon-reset.svg");
  --marevo-ui-delete: url("../src/ar-ui-icons/marevo-icon-delete.svg");
  --marevo-ui-delete-active: url("../src/ar-ui-icons/marevo-icon-delete-active.svg");
  --marevo-ui-move: url("../src/ar-ui-icons/marevo-icon-move.svg");
  --marevo-ui-cart: url("../src/ar-ui-icons/marevo-icon-cart.svg");
  --marevo-ui-menu-down: url("../src/ar-ui-icons/marevo-icon-menu-down.svg");
  --marevo-ui-menu-accept: url("../src/ar-ui-icons/marevo-menu-accept.svg");

  --marevo-loader: url("../src/ar-ui-icons/loader-mask.png");
}


@font-face {
  font-family: 'Surt Normal';
  src: url('../src/fonts/Surt-Normal-Bold.otf') format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: 'Surt Normal';
  src: url('../src/fonts/Surt-Normal-Regular.otf') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../src/fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: medium;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../src/fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: normal;
}

/*! TEMP */
#hello-table-header {
  color: #fff;
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  height: var(--marevo-header-height);
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background-color: #6e976a;

  background-image: url(../src/index/HelloChairHeader.png);
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: 100% 100%;
  background-position: center;
}

#hello-table-footer {
  position: static;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  height: 1433px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;

  background-image: url(../src/index/HelloChairFooter.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

/*! **** */

body,
html {
  box-sizing: border-box;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

button {
  border: none;
}

.product-type-3dmodel * {
  box-sizing: border-box;
  font-family: "Surt Normal", sans-serif;
  font-weight: normal;
}

.product-type-3dmodel {
  position: relative;
  height: calc(100vh - var(--marevo-header-height));
  overflow-y: hidden;
}

.popup-open {
  overflow: hidden;
}

.summary_container.popup-open {
  margin-right: 0;
}

#tbl-instr-icons-img-1 {
  content: url("../src/ar-ui-icons/left-click.svg");
}

#tbl-instr-icons-img-2 {
  content: url("../src/ar-ui-icons/plus.svg");
}

#tbl-instr-icons-img-3 {
  content: url("../src/ar-ui-icons/scroll.svg");
}

#tbl-window-btn-icon-ar-img {
  content: var(--marevo-ui-ar);
}

#tbl-window-btn-icon-share-img {
  content: var(--marevo-ui-share);
}

.tbl-window-btn-hider img {
  content: var(--marevo-ui-fullscreen);
}

#ar_button_order__img {
  content: var(--marevo-ui-cart);
}

.tbl-info-sharing-ico img {
  content: url("../src/ar-ui-icons/marevo-icon-share.svg");
}

#tbl-window-btn-icon-img-outside {
  content: url("../src/ar-ui-icons/outside.png");
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#tbl-window-btn-icon-img-inside {
  content: url("../src/ar-ui-icons/inside.png");
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tbl-info-close img {
  width: 100%;
  height: 100%;
  content: url("../src/ar-ui-icons/marevo-icon-close.svg");
}

/* .viewer-loader {
  position: absolute;
  display: flex;
  width: 256px;
  height: 256px;
  top: 50vh;
  left: 344px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 2
}

.viewer-loader img {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  object-fit: contain
}

.viewer-loader-img {
  width: 100%;
  height: 100%
} */

:root {
  --p: 0;
  /* 0..100 progress */
  --fill: #6e976a;
  --mask-image: url("../src/ar-ui-icons/loader-mask.png");
  --track: rgba(15, 60, 54, 0.12);
}


.marevo_loader .loader {
  position: relative;
  width: 100%;
  height: 81px;
  z-index: 10000;
  display: none;
}

canvas {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.silhouette,
.fill {
  position: absolute;
  inset: 0;
  -webkit-mask: var(--mask-image) center/contain no-repeat;
  mask: var(--mask-image) center/contain no-repeat;
  border-radius: 12px;
}

.silhouette {
  background: var(--track);
}

.fill.linear {
  background: none;
  overflow: hidden;
}

.fill.linear .meter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--p) * 1%);
  background: var(--fill);
  transition: height 0.1s ease-out;
}

.percent {
  position: relative;
  color: #99A694;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  user-select: none;
}

@media screen and (max-width: 767px),
(orientation: portrait) {
  .percent {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .percent {
    font-size: 20px;
  }
}

.ar_filter,
.ar_filter .option,
.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled .image {
  position: relative;
}

.ar_filter .ar_filter_group .ar_filter_options .option.disabled *,
.ar_filter .ar_filter_group .ar_filter_options .option.disabled_always *,
.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled,
.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled_always {
  cursor: auto;
  pointer-events: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled .image,
.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled .component_title,
.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled_always .image,
.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled_always .component_title,
.ar_filter .option.disabled_always,
.ar_filter .option.disabled,
.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled .image {
  pointer-events: none;
}

.ar_filter .ar_filter_group .ar_filter_options.closed,
.ar_filter .ar_filter_group .ar_filter_options.type_dropdown .option,
.ar_filter .ar_filter_group .ar_filter_options .option.hidden,
.ar_filter .ar_filter_group .ar_filter_options .option.hide_when_disabled.disabled,
.ar_filter .ar_filter_group .ar_filter_options .option.hide_when_disabled.disabled_always,
.ar_filter .ar_filter_group .ar_filter_inputs.type_range .option,
.hidden_option,
.ar_filter .ar_filter_group.disabled,
.ar_filter .ar_filter_group.disabled_always,
.ar_result_container #ar-currency {
  display: none;
}

.ar_conf_container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  position: relative;
  height: calc(100vh - var(--marevo-header-height));
  background-color: var(--marevo-color-bgrd-canvas, #ffffff);
  perspective: 800px;
  overflow: hidden;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option.disabled,
.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option.disabled {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled.invisible {
  display: none;
}

.ar_model_viewer {
  display: flex;
  flex: 1;
  position: absolute;
  left: calc(0px - var(--marevo-menu-width));
  width: calc(100vw + var(--marevo-menu-width));
  height: 100%;
  transition: all .5s;
}

.summary_container {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  width: var(--marevo-menu-width);
  height: 100%;
  margin: 0;
  padding: 0;
  margin-right: 32px;
  z-index: 1;

  transition: all .5s;
}

.ar_conf_container.wide .ar_model_viewer {
  left: calc(0px - var(--marevo-menu-width) / 2);
}

.ar_conf_container.wide .summary_container {
  transform: rotateY(-90deg);
  right: calc(0px - var(--marevo-menu-width) * 2);
}

.ar_conf_container.wide .tbl-window-btn-reset {
  left: calc(32px + var(--marevo-menu-width) / 2);
}

.ar_conf_container.wide .tbl-window-btn-dimensions {
  left: calc(84px + var(--marevo-menu-width) / 2);
}

.ar_conf_container.wide .tbl-window-btn-share {
  right: calc(83px + var(--marevo-menu-width) / 2);
}

.ar_conf_container.wide .tbl-window-btn-hider {
  right: calc(31px + var(--marevo-menu-width) / 2);
}

.ar_model_viewer canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.summary_wrapper,
.ar_buy_container {
  border-radius: 12px;
  margin: 32px 0 16px;
  background-color: var(--marevo-color-bgrd-menu);
}

.summary_wrapper {
  flex-grow: 1;
  overflow: auto;
  padding: 8px;
  opacity: 0.9;
}

.summary_wrapper_inner {
  flex-grow: 1;
  overflow-x: hidden;
  width: calc(var(--marevo-menu-width) - 16px);
  height: 100%;
}

.summary_wrapper_inner::-webkit-scrollbar {
  width: 7px;
}

.summary_wrapper_inner::-webkit-scrollbar-thumb {
  background: #A7A7A7;
  border-radius: 7px;
}

.summary_wrapper_inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.summary.entry-summary {
  position: relative;
  width: 100%;
  padding: 32px 21px 32px 32px;

  transition: all .3s;
  user-select: none;
  opacity: 1;
  overflow: hidden;
}

/* .summary.entry-summary.hidden {
  opacity: 0;
  max-height: 0;
  padding: 0 21px 0 32px;
  pointer-events: none;
} */

.summary.entry-summary.summary-chair .ar_filter_group {
  margin-bottom: 32px;
  border-bottom: 1px solid #121C0C33;
}

.summary_menu_wrapper .product_title.entry-title {
  display: block;
  font-size: 28px;
  line-height: 36px;
  margin: 0;
  padding: 32px 32px 12px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}

.summary_menu_wrapper .product_description {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 0 32px;

  margin-bottom: 40px;
  text-align: justify;
}

.products_switching {
  display: flex;
  justify-content: center;
  padding: 0px 21px 0px 32px;
}

.product-btn {
  display: flex;
  width: 100%;
  height: 74px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background: transparent;
  border-bottom: 1px solid var(--marevo-color-bgrd-canvas);
  border-radius: 3px 3px 0px 0px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #666;
  font-size: 16px;
  font-weight: 500;
}

.product-btn-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

.product-btn:hover {
  color: var(--marevo-color-text);
}

.product-btn.active {
  background: var(--marevo-color-bgrd-canvas);
  border-bottom: 1px solid var(--marevo-color-border-active);
  color: var(--marevo-color-text);
}

.menu-table::before {
  content: var(--marevo-ui-table-inactive);
  display: block;
}

.menu-chair::before {
  content: var(--marevo-ui-chair-inactive);
  display: block;
}

.menu-table.active::before,
.menu-table:hover::before {
  content: var(--marevo-ui-table-active);
}

.menu-chair.active::before,
.menu-chair:hover::before {
  content: var(--marevo-ui-chair-active);
}

.ar_filter,
.ar_summary {
  position: relative;
  color: var(--marevo-color-text, #000000);
}

/* Toggle tumbler Group */
.toggle-wrapper-container {
  margin-bottom: 40px;
  margin-block-start: -12px;
}

.toggle-container-header {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--marevo-color-text);
  margin-block-start: 0px;
}

.toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toggle-label {
  font-size: 14px;
  font-weight: 400;
  color: var(--marevo-color-text);
  transition: color 0.3s ease;
  cursor: pointer;
  max-width: 120px;
  min-width: 112px;
}

.toggle-label.active {
  font-weight: 600;
}

.toggle-switch {
  position: relative;
  width: 33px;
  height: 18px;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #99A694;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.toggle-switch.active {
  background-color: #99A694;
}

.toggle-knob {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  background-color: #99A694;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch.active .toggle-knob {
  background-color: #ffffff;
  transform: translateX(15px);
}



/* 1. Group */

.ar_filter_description {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.ar_filter .ar_filter_group .ar_filter_options_result_name2 {
  padding-right: 7px;
}

.option .product_image:hover {
  /* box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); */
  /* transform: translateY(-2px); */
}

.option .image:hover {
  /* box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); */
  /* transform: translateY(-2px); */
}

.option.active .product_image {
  border: 1px solid var(--marevo-color-border-active);
}

.option .product_image {
  position: relative;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  cursor: pointer;
}

.option .product_image img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.plus-icon {
  position: absolute;
  bottom: -8px;
  right: -11px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform 0.3s ease;
  background-color: #ffffff;
}

.plus-icon:hover {
  transform: scale(1.2);
}

.plus-icon img {
  max-width: 100%;
  max-height: 100%;
}

.hidden-option {
  display: none !important;
}

.show-more-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  margin-bottom: 34px;
  padding-right: 5px;
}

.show-more-btn {
  background: transparent;
  color: #FF905A;
  border: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  border-bottom: 1px solid;
  padding: 0;
  height: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.show-more-btn:hover {
  transform: scale(1.1);
}

.show-more-arrow {
  background-image: var(--marevo-ui-menu-down);
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  padding-left: 4px;
}

.show-more-btn.expanded .show-more-arrow {
  transform: rotate(180deg);
}

.ar_filter .ar_filter_group .ar_filter_header {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;

  /* ! just for this project */
  cursor: auto;
  pointer-events: none;
}

.ar_filter .ar_filter_group .ar_filter_number {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.ar_filter .ar_filter_group .ar_filter_caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  width: 45%;
  margin-left: 0;
  margin-right: auto;

  transition: all .3s;
}

.ar_filter .ar_filter_group .ar_filter_options_result {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #121C0C33;
  margin-bottom: 32px;
}

.ar_filter .ar_filter_group .ar_filter_options_result_caption {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options_result_item {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options_result_name2 {
  width: 100%;

  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;

  transition: all .3s;
}

.ar_filter .ar_filter_group .ar_filter_options_result_name {
  color: var(--colors-black, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;

  transition: all .3s;
}

.ar_filter .ar_filter_group .ar_filter_options_result_price {
  color: var(--colors-main, #8B7E6D);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option:hover .image {
  box-shadow: 0 0 18px 0 var(--marevo-color-bgrd-site);
}

.ar_filter .ar_filter_group .ar_filter_options.type_select_no_photo .option .component_title {
  transition: box-shadow 0.3s ease;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select_no_photo .option:hover .component_title {
  box-shadow: 0 0 8px 0 var(--marevo-color-bgrd-site);
}

.ar_buy_container div {
  transition: box-shadow 0.3s ease;
}

.ar_buy_container .ar_share-btn:hover {
  box-shadow: 0 0 8px 0 var(--marevo-color-bgrd-site);
}

.ar_buy_container .ar_buy-btn:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
}

.ar_filter .ar_filter_group .ar_filter_options.type_select {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  gap: 16px 12px;
  width: 100%;
}

.summary-chair .ar_filter .ar_filter_group .ar_filter_options.type_select {
  margin-bottom: 16px;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  width: 90px;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 3px;
  border: 1px solid var(--marevo-color-borders, #000000);
  margin-bottom: 8px;

  transition: box-shadow 0.3s ease;
}

.option.option_3-8 .image img {
  height: 85px;
}

#group-t0 {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #121C0C33;
  margin-bottom: 32px;
  margin-top: 32px;
}

#group-t0 * {
  display: none;
}

.small_square .ar_filter_options.type_select .option .image img {
  height: 100%;
}

.small_square .ar_filter_options.type_select {
  gap: 12px;
}

.small_square .ar_filter_options.type_select .option {
  width: 72px;
}

.small_square .ar_filter_options.type_select .option .image {
  width: 72px;
  height: 72px;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.active {
  cursor: auto;
  pointer-events: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.active::after {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  width: 18px;
  height: 18px;
  background-image: var(--marevo-ui-menu-accept);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option.active::after,
.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option.active::after,
#group-100 .option.active::after {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.active .image {
  border: 2px solid var(--marevo-color-border-active, #000000);
  background-color: var(--marevo-color-bgrd-active, gray);
}

.summary-chair .ar_filter .ar_filter_group .ar_filter_options.type_select .option.active .image {
  border: 2px solid var(--marevo-color-border-active, #000000);
  background-color: inherit;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option .component_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title,
.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(74px, auto));
  justify-content: start;
  gap: 6px;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round {
  grid-template-columns: repeat(auto-fit, minmax(95px, auto));
  /* justify-content: center; */
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option,
.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  width: 74px;
  margin: 0 auto;
}


.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option {
  height: 114px;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .component_title {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .image,
.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option .image {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .image img,
.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option .image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .image .image-color,
.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option .image .image-color {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgb(224, 224, 224);
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option.active .image,
.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option.active .image {
  border: 2px solid var(--marevo-color-border-active, #000000);
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option.active .image::before,
.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option.active .image::before {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option .image-loupe {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .image-loupe,
.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option .image-loupe {
  display: block;
  position: absolute;
  bottom: 12px;
  right: 6px;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  cursor: help;
  pointer-events: all;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option .image-loupe {
  bottom: inherit;
  top: 46px;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .image-loupe:hover,
.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option .image-loupe:hover {
  transform: scale(1.2);
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .image-loupe img,
.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option .image-loupe img {
  width: 100%;
  height: 100%;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option .image-info {
  display: block;
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 18px;
  height: 18px;

  cursor: help;
  pointer-events: all;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option .image-info img {
  width: 100%;
  height: 100%;
}


.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled .image::after {
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  pointer-events: none; */
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled .image::before {
  /* content: url("../src/ar-ui-icons/marevo-icon-lock.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none */
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled {
  opacity: 0.25;
  cursor: auto;
  pointer-events: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled_always .image {
  position: relative;
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled_always .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled_always .image::before {
  content: url("../src/ar-ui-icons/marevo-icon-lock.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none
}


#group-4 .ar_filter_options.type_select {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  gap: 0;
}

.ar_filter .ar_filter_group.no_picture_custom2 .ar_filter_caption {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.ar_filter .ar_filter_group.no_picture_custom2 .ar_filter_header {
  margin-bottom: 6px;
}

.ar_filter .ar_filter_group.no_picture_custom2 .ar_filter_options_result {
  display: none;
}

.ar_filter .ar_filter_group.no_picture_custom3 .option {
  flex: 1 1;
}

.ar_filter .ar_filter_group.no_picture_custom3 .ar_filter_options.type_select_no_photo .option .component_title {
  width: 100%;
}




.ar_filter .ar_filter_group .ar_filter_options.type_select_no_photo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 8px 12px;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select_no_photo .option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select_no_photo .option .image {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select_no_photo .option .component_title {
  display: flex;
  width: 93px;
  height: 56px;
  padding: 4px 4px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 3px;
  border: 1px solid var(--marevo-color-borders, #000000);
}

.ar_filter .ar_filter_group .ar_filter_options.type_select_no_photo .option.active .component_title {
  border: 2px solid var(--marevo-color-border-active, #000000);
  background-color: var(--marevo-color-bgrd-active, gray);
}




.ar_filter .ar_filter_group .ar_filter_options.type_select_no_photo .option.disabled .component_title {
  position: relative;
  border: 1px solid rgba(181, 181, 181, 0.40);
  color: rgba(181, 181, 181, 0.40);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_select_no_photo .option.disabled .component_title::before {
  /* content: url("../src/ar-ui-icons/marevo-icon-lock-small.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none */
}

.ar_filter .ar_filter_group .ar_filter_options.type_select_no_photo .option.disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_select_no_photo .option.disabled .image-info {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select_no_photo .option.disabled_always .component_title {
  position: relative;
  border: 1px solid rgba(181, 181, 181, 0.40);
  color: rgba(181, 181, 181, 0.40);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_select_no_photo .option.disabled_always .component_title::before {
  content: url("../src/ar-ui-icons/lock-small.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 16px;
  margin-bottom: 32px
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option {
  display: flex;
  cursor: pointer;
  margin-top: 16px
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option .image {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: url("../src/ar-ui-icons/marevo-icon-checkbox-unchecked.svg")no-repeat center / contain
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.active .image {
  background: url("../src/ar-ui-icons/marevo-icon-checkbox-checked.svg")no-repeat center / contain
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled .image {
  background: url("../src/ar-ui-icons/marevo-icon-checkbox-disabled.svg")no-repeat center / contain;
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled {
  cursor: auto;
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled_always .image {
  background: url("../src/ar-ui-icons/marevo-icon-checkbox-disabled.svg")no-repeat center / contain;
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled_always {
  cursor: auto;
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled_checked {
  cursor: auto;
  pointer-events: none;
  opacity: 0.4;
}

.ar_filter_options.type_checkbox .option .component_title {
  color: var(--marevo-color-text, #000000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: calc(75%)
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.active .component_title {
  color: var(--marevo-color-text, #000000);
  font-weight: 700
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled .component_title {
  color: var(--marevo-color-text, #0000004d);
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled_always .component_title {
  color: var(--marevo-color-text, #0000004d);
  pointer-events: none
}

.ar_filter .ar_filter_group.hidden {
  display: none;
}

.ar_filter .ar_filter_group.no_line .ar_filter_options.type_select {
  /* margin-bottom: 0; */
}

.ar_filter_group.no_line .ar_filter_options_result {
  /* margin-bottom: 0; */
  /* border-bottom: none; */
}

.ar_filter_group.internal .ar_filter_header {
  display: none;
}

.ar_filter_group.internal .ar_filter_options.type_checkbox {
  margin-top: -14px;
}

.ar_summary .ar_summary_caption {
  color: var(--colors-main, #9F8869);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  margin-bottom: 16px;
}

.ar_summary .ar_summary_list {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 16px;
}

.ar_summary .ar_summary_list .ar_summary_list_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.ar_summary .ar_summary_list .ar_summary_list_item.disabled {
  display: none;
}

.ar_summary .ar_summary_list .ar_summary_list_item.disabled_always {
  display: none;
}

.ar_summary .ar_summary_list .ar_summary_list_item .ar_summary_list_group {
  color: #C3C3C3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px
}

.ar_summary .ar_summary_list .ar_summary_list_item .ar_summary_list_components {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ar_summary .ar_summary_list .ar_summary_list_item .ar_summary_list_components .ar_summary_list_components_component {
  display: flex;
  justify-content: space-between
}

.ar_summary_list_components_component_title {
  color: var(--colors-black, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.ar_summary .ar_summary_list .ar_summary_list_item .ar_summary_list_components .ar_summary_list_components_component .ar_summary_list_components_component_price {
  color: var(--colors-main, #333);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.ar_summary.total_amount {
  box-sizing: border-box;
  display: flex;
  height: 77px;
  border-bottom: 3px solid rgb(139, 126, 109);
  justify-content: space-between;
  margin-bottom: 32px;
}

.ar_summary.total_amount-title {
  margin: auto 0;
  font-weight: 700;
  font-size: 18px;
}

.ar_summary.total_amount-price {
  margin: auto 0;
  font-weight: 700;
  font-size: 18px;
  color: var(--colors-main, #333);
  text-align: end;
}

.ar_buy_container {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 12px 32px;
  margin-bottom: 32px;
  margin-top: auto;
  user-select: none;
}

.ar_buy_container .ar_total_amount-price {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--marevo-color-amount, #000000);
  margin-left: 8px;
}

.ar_buy_container .ar_buy-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 256px;
  height: 56px;

  border-radius: 64px;
  background-color: var(--marevo-color-bgrd-btn-order, #333);

  cursor: pointer;
}

.ar_buy-btn .ar_button_order__caption {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 28.69px;
}

.ar_buy-btn .ar_button_order__image img {
  margin-right: 28.69px;
}





.ar_price {
  content: 'Subtootal';
  color: var(--colors-black, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  width: 100%;
  border-bottom: 1px solid var(--colors-main-dark, #8B7E6D);
  padding-bottom: 16px;
  margin-bottom: 32px
}

.ar_price .ar_price_amount {
  color: var(--colors-main-dark, #8B7E6D);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  flex-grow: 1
}

#ar-currency_code {
  display: none
}

#ar-locale {
  display: none
}

.ar_price .currency_symbol {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_group_toggle {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_group_toggle.invisible {
  transform: rotateX(0);
}

#ar_table_add_table {
  display: none;
  flex-direction: column;
  justify-content: start;
  margin-top: -12px;
  margin-bottom: 40px;
}

#ar_table_add_table .add_table_title {
  margin-block-start: 0px;
  margin-block-end: 20px;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
}

#ar_table_add_table .add_table_btn {
  width: 144px;
  height: 42px;
  border: 1px solid #121C0C33;
  border-radius: 56px;
  padding: 11px 16px;
  justify-content: space-between;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  gap: 5px;
}

#ar_table_add_table .add_table_btn:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.005);
}

#ar_table_add_table .add_table_btn .add_table_btn_icon {
  content: var(--marevo-ui-add-table);
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

#ar_table_add_table .add_table_btn .add_table_btn_text {
  text-transform: uppercase;
  line-height: 18px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.tbl-window-btn {
  position: absolute;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  bottom: 32px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--marevo-color-lines, #000000);
  border-radius: 56px;
  z-index: 1;
  transition: .3s ease;
}

.tbl-window-btn:hover {
  background-color: #121C0C;
}

.tbl-window-btn:hover img {
  filter: invert(1);
}

.tbl-window-btn:hover .tbl-window-btn-text {
  filter: invert(1);
}

.tbl-window-btn-ar {
  width: 183px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
}

.tbl-window-btn-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-right: 20px;
}

.tbl-window-btn-icon-ar {
  margin-left: 20px;
}

.tbl-window-btn-share {
  right: calc(131px + var(--marevo-menu-width));
}

.tbl-window-btn-hider {
  right: calc(79px + var(--marevo-menu-width));
}

.tbl-window-btn-dimensions {
  left: calc(84px + var(--marevo-menu-width));
}


.tbl-window-btn-dimensions.active #tbl-window-btn-icon-dimensions-img {
  content: var(--marevo-ui-dimensions-hide);
}

.tbl-window-btn-dimensions #tbl-window-btn-icon-dimensions-img {
  content: var(--marevo-ui-dimensions-show);
}

.tbl-window-btn-reset {
  left: calc(32px + var(--marevo-menu-width));
}

#tbl-window-btn-icon-reset-img {
  content: var(--marevo-ui-reset);
}

.tbl-info {
  display: none;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, .6);
  perspective: 800px;
}

.tbl-info.active {
  display: flex;
  transition: .3s ease;
  z-index: 2000000000;
}

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

.tbl-info-item {
  display: none;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
}

.tbl-info-item.active {
  display: flex;
}

.tbl-info-item-qr {
  width: min(396px, 90%);
}

.tbl-info-item-loupe {
  margin: 0 20px;
}

.tbl-info-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 40px 22px;
  background-color: #fff;
  width: min(396px, 90%);
  z-index: 2;
  border-radius: 12px;
  box-shadow: 0px 36px 80px 0px #00000026;
}

.tbl-info-sharing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.tbl-info-sharing-title,
.tbl-qr-title,
.tbl-loupe-title {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

.tbl-info-sharing-window {
  display: flex;
  width: 100%;
}

.tbl-info-sharing-window input {
  outline: none;
  width: 100%;
  height: 52px;
  padding-left: 14px;
  padding-right: 19px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #C3C3C3;
  border-right: 0;
  background: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.4%;
}

.tbl-info-sharing-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 52px;
  height: 52px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: var(--marevo-color-bgrd-site, #90b189);
  margin-left: -10px;

  transition: .3s ease;
}

.tbl-info-sharing-ico:hover {
  filter: drop-shadow(var(--marevo-color-bgrd-site) 0 0 4px);
}

.tbl-qr,
.tbl-loupe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.tbl-qr-title,
.tbl-loupe-title {
  margin-bottom: 8px;
}

.tbl-qr-text,
.tbl-loupe-text {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 20px;

  text-align: justify;
}

.tbl-qr-img {
  width: 300px;
  background-color: #fff;
  border: 1px solid var(--marevo-color-borders, #000000);
  border-radius: 7px;
  overflow: hidden;
}

.tbl-qr-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.tbl-loupe-img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.tbl-loupe-img img {
  width: 100%;
  height: 100%;
  object-position: center;
}

.tbl-info-close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}

.tbl-info-close:hover {
  transform: scale(1.2) rotate(90deg);
}

.tbl-info-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1
}

.hotspot_menu {
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
}

.table-info-popup .popup-content,
.chair-info-popup .popup-content {
  pointer-events: auto;
  background: white;
  border-radius: 56px;
  border: 1px solid #121C0C33;
  display: flex;
  justify-content: space-evenly;
  height: 44px;
  align-items: center;
}

.table-info-popup .popup-content {
  width: 100px;
}

.chair-info-popup .popup-content {
  width: 140px;
}

.table-info-popup .popup-line,
.chair-info-popup .popup-line {
  border: 1px solid #121C0C33;
  width: 0px;
  height: 20px;
}

.table-info-popup .scene-btn-tbl,
.chair-info-popup .scene-btn-tbl {
  width: 20px;
  height: 20px;
  align-self: center;
  background-color: transparent;
  cursor: pointer;
}

.table-info-popup .btn-model-dimensions,
.table-info-popup .btn-model-delete,
.chair-info-popup .btn-model-dimensions,
.chair-info-popup .btn-model-copy,
.chair-info-popup .btn-model-delete {
  transition: all 0.3s ease;
}

.table-info-popup .btn-model-dimensions:hover,
.table-info-popup .btn-model-delete:hover,
.chair-info-popup .btn-model-dimensions:hover,
.chair-info-popup .btn-model-copy:hover,
.chair-info-popup .btn-model-delete:hover {
  transform: scale(1.1);
}

.table-info-popup .btn-model-dimensions,
.chair-info-popup .btn-model-dimensions {
  background-image: var(--marevo-ui-dimensions-show);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.table-info-popup .btn-model-dimensions.active,
.chair-info-popup .btn-model-dimensions.active {
  background-image: var(--marevo-ui-dimensions-hide);
}

.table-info-popup .btn-model-delete,
.chair-info-popup .btn-model-delete {
  background-image: var(--marevo-ui-delete);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.table-info-popup .btn-model-delete:hover,
.chair-info-popup .btn-model-delete:hover {
  background-image: var(--marevo-ui-delete-active);
}

.chair-info-popup .btn-model-copy {
  background-image: var(--marevo-ui-copy);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.chair-info-popup .btn-model-copy:hover {
  background-image: var(--marevo-ui-copy-active);
}

.table-info-popup .btn-model-dimensions:hover,
.chair-info-popup .btn-model-dimensions:hover {
  background-image: var(--marevo-ui-dimensions-active);
}

.table-info-popup .btn-model-dimensions.active:hover,
.chair-info-popup .btn-model-dimensions.active:hover {
  background-image: var(--marevo-ui-dimensions-hide-active);
}

.ar_order_comment_caption {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #333
}

.ar_order_comment_text {
  width: 100%
}

textarea[name="ar_order_comment"] {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto
}

.ar_result_container button.disabled {
  opacity: 0.5;
}

.ar_result_container button.disabled_always {
  opacity: 0.5;
}

#drag-hint {
  display: none;
  position: absolute;
  width: 60px;
  height: 60px;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.4));
}

#drag-hint img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.option .image.is-loading::after {
  content: '';
  position: absolute;
  top: 36px;
  left: 35px;
  width: 23px;
  height: 23px;
  margin-top: -12px;
  margin-left: -12px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #121C0C;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.option .image.is-loading img,
.option .image.is-loading .image-color {
  opacity: 0.3;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media screen and (max-width: 1034px) and (orientation: landscape) {
  .tbl-window-btn-ar {
    width: 44px;
    left: auto;
    right: calc(185px + var(--marevo-menu-width));
    transform: translateX(0%);
  }

  .tbl-window-btn-text {
    display: none;
  }

  .tbl-window-btn-icon-ar {
    margin-left: 10px;
    margin-top: 5px;
  }
}

/* ################  MOBILE ################ */

@media screen and (max-width: 767px),
(orientation: portrait) {

  /*! TEMP */
  #hello-table-header {
    height: var(--marevo-header-height-mobile);
    background-image: url("../src/index/HelloChairHeader3.png");
  }

  /*! **** */

  .viewer-loader {
    left: 50vw;
    top: 25vh;
    z-index: 3
  }

  .product-type-3dmodel {
    top: 0;
    height: 100svh;
    overflow: hidden;
    position: relative;
  }

  .ar_conf_container {
    position: relative;
    width: 100vw;
    flex-direction: column;
    height: 100%;
  }

  .ar_model_viewer {
    width: 100%;
    left: 0;
    position: relative;
    z-index: 2;
    background-color: var(--marevo-color-bgrd-canvas, #ffffff);
    height: calc(100svh - var(--marevo-menu-height-mobile, 50svh));
  }

  .summary_container {
    height: var(--marevo-menu-height-mobile, 50svh);
    margin-right: 0;
    width: 100%;
    position: relative;
  }

  .ar_model_viewer.fixed_mobile {
    position: fixed;
    top: 0;
  }

  .summary_wrapper {
    margin: 0 0 16px;
    padding: 3px;
    /* overflow: inherit; */
    overflow: auto;
  }

  .ar_conf_container.fixed_mobile .summary_wrapper {
    overflow: auto;
  }

  .summary_wrapper_inner {
    width: 100%;
  }

  .summary_wrapper_inner::-webkit-scrollbar {
    width: 4px;
  }

  .summary_wrapper_inner::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }

  .summary.entry-summary {
    padding: 32px 9px 16px 13px;
    padding-bottom: 30px;
  }

  .summary.entry-summary .product_title.entry-title {
    text-align: center;
  }

  .ar_buy_container {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .ar_buy_container .ar_buy-btn {
    width: 200px;
    justify-content: center;
  }

  .ar_buy_container .ar_button_order__caption {
    display: none;
  }

  .ar_buy-btn .ar_button_order__image img {
    margin: auto;
  }


  .summary_menu_wrapper .product_title.entry-title {
    text-align: center;
    padding: 32px 16px 12px;
  }

  .summary_menu_wrapper .product_description {
    padding: 0 16px;
    text-align: center;
  }

  .products_switching {
    display: flex;
    padding: 0px 12px 0px 16px;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 16px 9px;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_photo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 8px;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title,
  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round {
    grid-template-columns: repeat(auto-fit, minmax(64px, auto));
    justify-content: center;
    gap: 6px;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round {
    grid-template-columns: repeat(auto-fit, minmax(75px, auto));
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option,
  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option {
    width: 72px;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .image,
  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option .image {
    width: 72px;
    height: 72px;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option.active .image>img,
  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option.active .image>img {
    width: 62px;
    height: 62px;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .image .image-color,
  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_round .option .image .image-color {
    width: 62px;
    height: 62px;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select .option {
    width: 100%;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select .option .image {
    width: 100%;
    height: 80px;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select .option .image img {
    /* height: 30px; */
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select_no_photo .option .component_title {
    width: 100%;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select .option .component_title {
    font-size: 13px;
  }

  .tbl-window-btn-ar {
    width: 174px;
    left: 16px;
    transform: translateX(0%);
  }

  .tbl-window-btn-dimensions {
    left: calc(100vw - 114px);
  }

  .tbl-window-btn-reset {
    left: calc(100vw - 168px);
  }

  .tbl-window-btn-text {
    font-size: 11px;
  }

  .tbl-window-btn-hider {
    display: none;
  }

  .tbl-window-btn-share {
    right: 16px;
  }

  .tbl-info-sharing-window {
    width: 90%;
    margin: auto;
  }

  .tbl-info-item-loupe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .tbl-loupe-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .tbl-loupe-img img {
    object-fit: fill;
  }
}

@media screen and (max-width: 369px) {
  .tbl-window-btn-ar {
    width: 44px;
    left: 16px;
    transform: translateX(0%);
  }

  .tbl-window-btn-text {
    display: none;
  }

  .tbl-window-btn-icon-ar {
    margin-left: 10px;
    margin-top: 5px;
  }
}

/* ######################################### */

#ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 60px;
  animation: 2s ease-in-out 0s infinite alternate none running elongate;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: elongate;

  display: none;
}

@keyframes elongate {
  from {
    transform: translateX(100px)
  }

  to {
    transform: translateX(-100px)
  }
}

@keyframes circle {
  from {
    transform: translateX(-50%)rotate(0deg)translateX(50px)rotate(0deg)
  }

  to {
    transform: translateX(-50%)rotate(360deg)translateX(50px)rotate(-360deg)
  }
}

#ar-prompt>img {
  animation: circle 4s linear infinite;
}

model-viewer {
  width: 100%;
  height: 100%
}




/* *********  GUI  ********* */

#gui-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
}

#gui-container .main {
  height: calc(100% - 20px) !important;
  width: 385px !important;
}

#gui-container .cr.function {
  background-color: #c4c3c3;
  color: #494949;
  text-align: center;
}

#gui-container ul li:nth-child(2) {
  background-color: #24571f !important;
  color: #ffffff !important;

}

#gui-container ul li:nth-child(2n) {
  margin-bottom: 2px;
}

#gui-container .cr.color .property-name {
  width: 60%;
}

#gui-container .cr.color .c {
  width: 40%;
}

#gui-container .close-button.close-bottom {
  background-color: darkred;
}

.gui_prompt {
  display: flex;
  flex-direction: column;

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background-color: #d4c4af;
  box-shadow: 20px 10px 30px 0 rgba(3, 70, 70, 0.8);
}

.gui_prompt_text {
  font-size: 18px;
  padding: 10px 15px;
}

.gui_prompt_btn {
  font-size: 18px;
  height: 40px;
}

/* ---------------MAREVO LOADER ----------------- */

:root {
  --marevo-loader-cube-color: #000000;
}

.marevo_loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  width: min(90%, 525px);
  font-weight: 400;
  text-align: center;
  color: var(--marevo-loader-cube-color);
}

.marevo_loader__logo {
  width: 256px;
  height: 256px;
  background-image: url("../src/index/Hellotable_logo.jpg");
  background-size: cover;
  margin-bottom: 20px;
}

.marevo_loader__title {
  font-size: 44px;
  margin-bottom: 60px;

  display: none;
}

.marevo_loader__text {
  font-size: 18px;
}

.marevo_loader__spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.marevo_loader__spinner .marevo_loader__circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px;
  animation: bounce 1s ease-in-out infinite alternate;
}

.marevo_loader__circle.circle1 {
  background-color: var(--marevo-loader-cube-color);
  animation-delay: -0.4s;
}

.marevo_loader__circle.circle2 {
  background-color: var(--marevo-loader-cube-color);
  animation-delay: -0.3s;
}

.marevo_loader__circle.circle3 {
  background-color: var(--marevo-loader-cube-color);
  animation-delay: -0.2s;
}

.marevo_loader__circle.circle4 {
  background-color: var(--marevo-loader-cube-color);
  animation-delay: -0.1s;
}

.marevo_loader__circle.circle5 {
  background-color: var(--marevo-loader-cube-color);
}

@keyframes bounce {

  0%,
  25%,
  75%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@media only screen and (max-width: 665px),
only screen and (-webkit-device-pixel-ratio: 3) and (max-width: 1170px) {
  .marevo_loader__title {
    font-size: 32px;
  }

  .marevo_loader__text {
    font-size: 14px;
  }
}

.marevo_loader__cube_container {
  position: relative;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  transform: rotateX(-30deg);
  animation: animateD 8s linear infinite;
  text-align: center;
}

@keyframes animateD {
  0% {
    transform: rotateX(-15deg) rotateY(0deg);
  }

  100% {
    transform: rotateX(-15deg) rotateY(-360deg);
  }
}

.marevo_loader__cube_container div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.cube__outer {
  position: relative;
  width: 150px;
  height: 150px;
  transform-style: preserve-3d;
  animation: animateD2 5s ease-out infinite alternate;
}

@keyframes animateD2 {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }

  100% {
    transform: rotateX(180deg) rotateY(-360deg);
  }
}

.cube__outer div {
  position: absolute;
  top: 35px;
  left: 0;
  width: 65%;
  height: 65%;
  transform-style: preserve-3d;
}

.cube__outer .cube__outer-face {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 124px;
  height: 124px;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotateY(calc(90deg * var(--i))) translateZ(62px);
}

.cube__outer-face svg {
  width: 100%;
  height: 100%;
}

.cube__outer-face.top_side {
  transform: rotateX(90deg) translateZ(62px);
}

.cube__outer-face.bottom_side {
  transform: rotateX(90deg) translateZ(-62px);
}

.cube__inner {
  position: absolute;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  transform: rotateX(-30deg);
  animation: animateD3 1s ease-in-out infinite alternate;
}

@keyframes animateD3 {
  0% {
    transform: rotateX(-90deg) rotateY(0deg);
  }

  100% {
    transform: rotateX(90deg) rotateY(45deg);
  }
}

.cube__inner div {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 28px;
  height: 28px;
  transform-style: preserve-3d;
}

.cube__inner div span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transform: rotateY(calc(90deg * var(--i))) translateZ(14px);
  box-shadow: 0px 0px 7px var(--marevo-loader-cube-color);
  border: 1px solid var(--marevo-loader-cube-color);
}

.top1 {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  transform: rotateX(90deg) translateZ(14px);
  box-shadow: 0px 0px 7px var(--marevo-loader-cube-color);
  border: 1px solid var(--marevo-loader-cube-color);
}

.top2 {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  transform: rotateX(90deg) translateZ(-14px);
  box-shadow: 0px 0px 7px var(--marevo-loader-cube-color);
  border: 1px solid var(--marevo-loader-cube-color);
}

/* --------------------------------- */

.summary .ar_filter .ar_filter_group .ar_filter_options .option.disabled_always {
  display: none;
}

.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.options-grid button.is-loading {
  color: transparent;
}

.options-grid button.is-loading::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ---------------------------------*/

#group-100 .option.active {
  pointer-events: all;
}

#group-100 .option .product_image {
  cursor: grab;
}

#group-100 .option .component_title {
  cursor: auto;
}

.chair-count-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  background-color: black;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  z-index: 2;
}

.option.is-dragging {
  opacity: 0.5;
  cursor: grabbing;
}

.ar_filter_group.is-blurred {
  opacity: 0.4;
  pointer-events: none;
  transition: all 0.3s ease;
}

.ar_filter .ar_filter_group.is-blurred .ar_filter_options.type_select.type_select_no_title .option .image-loupe,
.ar_filter .ar_filter_group.is-blurred .ar_filter_options.type_select.type_select_round .option .image-loupe {
  pointer-events: none;
  cursor: auto;
}

/* ----------------  TEMP (TO DO ) ---------------------- */

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-overlay .popup-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  width: min(310px, 90%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.popup-overlay .popup_title {
  font-family: 'SF Pro Display';
  font-weight: medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 10px;
}

.popup-overlay .popup_text {
  font-family: 'SF Pro Display';
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: bottom;
  margin-bottom: 40px;
}

.popup-buttons {
  display: flex;
  justify-content: space-around;
}

.popup-btn {
  font-family: 'SF Pro Display';
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-weight: normal;
  width: 110px;
  height: 48px;
  border-radius: 44px;
}

.popup-btn.primary {
  background-color: #ffffff;
  color: #121C0C;
  border: 1px solid #C5C5C5;
}

.popup-btn.secondary {
  background-color: #121C0C;
  color: #ffffff;
}