.tcl-configurator__wrapper {
  position: relative;
  margin-top: 50px;
}
.tcl-configurator__wrapper img {
  width: 100%;
}
.tcl-configurator__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .tcl-configurator__options {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
.tcl-configurator__options .product-attribute-radio,
.tcl-configurator__options .product-attribute-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .tcl-configurator__options .product-attribute-radio,
  .tcl-configurator__options .product-attribute-select {
    gap: 10px 24px;
  }
}
.tcl-configurator__options .product-attribute-radio__label,
.tcl-configurator__options .product-attribute-select__label {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  font-weight: 300;
  width: 185px;
}
@media (max-width: 767px) {
  .tcl-configurator__options .product-attribute-radio__label,
  .tcl-configurator__options .product-attribute-select__label {
    width: 100%;
  }
}
.tcl-configurator__options .product-attribute-radio select,
.tcl-configurator__options .product-attribute-select select {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
  padding: 8px 12px;
  border-radius: 2px;
  border: 1.5px solid var(--black, #000);
  background: #fff;
  outline: none;
}
.tcl-configurator__options .product-attribute-radio select option,
.tcl-configurator__options .product-attribute-select select option {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  font-weight: 400;
}
.tcl-configurator__options .product-attribute-radio .select2-container .select2-selection--single,
.tcl-configurator__options .product-attribute-select .select2-container .select2-selection--single {
  height: 50px;
  margin: 0 0;
  border: 1.5px solid #111111;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
}
.tcl-configurator__options .product-attribute-radio .select2-container .select2-selection__rendered,
.tcl-configurator__options .product-attribute-select .select2-container .select2-selection__rendered {
  color: #111111;
  padding-left: 15px;
  padding-right: 15px;
}
.tcl-configurator__options .product-attribute-radio .select2-container .select2-selection__arrow,
.tcl-configurator__options .product-attribute-select .select2-container .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 0px;
  right: 10px;
  width: 20px;
}
.tcl-configurator__options .product-attribute-radio .select2-container--default .select2-selection--single,
.tcl-configurator__options .product-attribute-select .select2-container--default .select2-selection--single {
  height: 50px;
  border: solid 1px #111111;
  border-radius: 0;
}
.tcl-configurator__options .product-attribute-radio .select2-container--default .select2-selection--single .select2-selection__rendered,
.tcl-configurator__options .product-attribute-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111111;
  line-height: 50px;
  padding-left: 0px;
}
.tcl-configurator__options .product-attribute-radio .select2-container--default .select2-selection--single .select2-selection__arrow,
.tcl-configurator__options .product-attribute-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 0px;
  right: 8px;
  width: 20px;
  background-image: url("/wp-content/themes/avantgarde-shop/images/icon__select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tcl-configurator__options .product-attribute-radio .select2-container--default .select2-selection--single .select2-selection__arrow b,
.tcl-configurator__options .product-attribute-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.tcl-configurator__options .product-attribute-radio .select2-container--default.select2-container--open .select2-selection__arrow,
.tcl-configurator__options .product-attribute-select .select2-container--default.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tcl-configurator__options .product-attribute-radio__choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-configurator__options .product-attribute-radio__choices label span {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  padding: 8px 11px;
  letter-spacing: -0.4px;
  font-weight: 300;
  border-radius: 2px;
  border: 1px solid var(--black, #000);
  cursor: pointer;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-configurator__options .product-attribute-radio__choices label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.tcl-configurator__options .product-attribute-radio__choices label input:checked + span {
  border-radius: 2px;
  border: 1.5px solid var(--black, #000);
  font-weight: 500;
}
.tcl-configurator__heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 30px;
  font-size: 40px;
  position: relative;
  margin-left: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .tcl-configurator__heading {
    font-size: 24px;
  }
}
.tcl-configurator__subheading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-size: 14px;
  margin-bottom: 47px;
  margin-left: 30px;
}
.tcl-configurator__description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 35px;
  margin-left: 30px;
}
.tcl-configurator__image {
  display: none;
}
.tcl-configurator__image-container {
  position: sticky;
  top: 80px;
}
.tcl-configurator__image-teaser {
  position: absolute;
  inset: 0;
}
.tcl-configurator__image.active {
  display: block;
}
.tcl-configurator__steps {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.tcl-configurator__steps input {
  display: none;
}
.tcl-configurator__steps label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid transparent;
  padding: 2px;
}
.tcl-configurator__steps label.active {
  border: 1px solid #111111;
}
.tcl-configurator__add-to-card {
  margin-left: 30px;
}
.tcl-configurator__add-to-card-mobile {
  display: none;
}
.tcl-configurator__add-to-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tcl-configurator__add-to-card-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  max-width: 270px;
  width: 100%;
  margin-top: 15px;
}
.tcl-configurator__add-to-card-icons img {
  height: 34px !important;
  width: auto !important;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
}
.tcl-configurator__add-to-card-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #7d7d7d;
  width: calc(100% - 300px);
  margin-left: 30px;
}
.tcl-configurator__add-to-card-text--mobile {
  display: none;
}
.tcl-configurator__step {
  display: inline-block;
  width: calc(50% - 10px);
  white-space: nowrap;
  overflow: hidden;
}
.tcl-configurator__step-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  white-space: normal;
}
.tcl-configurator__step-title b {
  font-weight: 600;
}
.tcl-configurator__step-colors {
  position: relative;
  background: white;
  overflow: hidden;
  white-space: nowrap;
  width: 210px;
}
.tcl-configurator__step-colors > .toggle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  background: white url("../../../images/small-arrow-left-dark.svg") no-repeat right center;
  background-size: 7px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  vertical-align: top;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.tcl-configurator__step-colors.active {
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(17, 17, 17, 0.05);
          box-shadow: 0px 5px 10px 0px rgba(17, 17, 17, 0.05);
  overflow: visible;
  padding-right: 30px;
  width: auto;
}
.tcl-configurator__step-colors.active > .toggle {
  background: url("../../../images/small-arrow-dark.svg") no-repeat center;
  background-size: 7px;
  color: transparent;
}
.tcl-configurator__step-color {
  width: 39px;
  height: 39px;
  padding: 5px;
  display: inline-block;
}
.tcl-configurator__anchors {
  margin: 60px 30px;
  width: 75%;
}
@media (max-width: 767px) {
  .tcl-configurator__anchors {
    margin-bottom: 0px;
  }
}
.tcl-configurator__anchor {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 60px;
}
.tcl-configurator__anchor:after {
  content: "";
  width: 11px;
  height: 20px;
  background: url(../../../images/small-arrow-left-dark.svg) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tcl-configurator__anchor:hover:after {
  -webkit-transform: translateY(-30%) rotate(90deg);
      -ms-transform: translateY(-30%) rotate(90deg);
          transform: translateY(-30%) rotate(90deg);
}
.tcl-configurator__price {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-size: 24px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.tcl-configurator__price i {
  font-size: 16px;
  margin-left: 30px;
}
.tcl-configurator__price .price ins {
  text-decoration: none !important;
  color: var(--accent-background-button);
}
.tcl-configurator__price .price del {
  text-decoration: none !important;
  position: relative;
}
.tcl-configurator__price .price del::after {
  width: 100%;
  height: 2px;
  background-color: var(--accent-background-button);
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tcl-configurator__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 80px;
}
.tcl-configurator__preview-image {
  cursor: pointer;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tcl-configurator__preview-image.active {
  border: 1px solid #111111;
  -webkit-box-shadow: 0 0 2px 0px #111111;
          box-shadow: 0 0 2px 0px #111111;
}
.tcl-configurator__preview-image.active img {
  scale: 1.5;
}
.tcl-configurator__button {
  font-family: "Montserrat";
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid var(--accent-background-button, #111111);
  background-color: var(--accent-background-button, #111111);
  color: #ffffff;
  padding: 15px;
  width: 100%;
  text-align: center;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 5px;
  cursor: pointer;
  max-width: 270px;
}
.tcl-configurator__button svg {
  margin-left: 10px;
}
.tcl-configurator__button:disabled {
  opacity: 0.5 !important;
}
.tcl-configurator__button:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
@media (max-width: 575px) {
  .tcl-configurator__button:hover {
    color: #ffffff;
    background-color: #111111;
  }
  .tcl-configurator__button:disabled {
    opacity: 1 !important;
  }
}
.tcl-configurator__quantity {
  margin-left: 30px;
  margin-bottom: 20px;
}
.tcl-configurator__quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tcl-configurator__quantity-heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 15px;
}
.tcl-configurator__quantity-label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111111;
  width: 100%;
  margin-bottom: 20px;
}
.tcl-configurator__quantity-button {
  cursor: pointer;
  border: 1px solid #111111;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 43px;
  height: 43px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-configurator__quantity-button.disabled {
  cursor: no-drop;
  opacity: 0.6;
}
.tcl-configurator__quantity input {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111111;
  width: 32px;
  text-align: center;
  margin: 0 5px;
  outline: none;
  border: 0;
  background: transparent;
  -moz-appearance: textfield;
}
.tcl-configurator__quantity input::-webkit-outer-spin-button, .tcl-configurator__quantity input::-webkit-inner-spin-button {
  cursor: default;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  align-self: stretch;
  opacity: 0;
  pointer-events: none;
  -webkit-user-modify: read-only;
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.tcl-configurator__quantity input:hover, .tcl-configurator__quantity input:focus {
  -moz-appearance: number-input;
}
.tcl-configurator__bottom-button {
  display: none;
}

.tcl-section--light .tcl-configurator__next button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
  margin: 0 0;
}
.tcl-section--light .tcl-configurator__next button:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-configurator__next button:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-section--light .tcl-configurator__next button:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-configurator__next button:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__next button:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-configurator__next span {
  background-image: url("/wp-content/themes/avantgarde-acoustic/images/loading-white.svg");
}
.tcl-section--light .tcl-configurator__reset-button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-reset.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-reset-dark.svg") no-repeat calc(100% - 10px) center;
}
.tcl-section--light .tcl-configurator__reset-button:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-configurator__reset-button:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-section--light .tcl-configurator__reset-button:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__reset-button:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-configurator__order button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
  margin: 0 0;
}
.tcl-section--light .tcl-configurator__order button:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-configurator__order button:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-section--light .tcl-configurator__order button:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-configurator__order button:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__order button:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-configurator__back button {
  border-color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-configurator__back button svg {
  -webkit-filter: none !important;
          filter: none !important;
}
.tcl-section--light .tcl-configurator__back button svg path {
  stroke: #111111 !important;
}
.tcl-section--light .tcl-configurator__refresh button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
  border: 1px solid #111111;
  background-color: #ffffff;
  color: #111111;
}
.tcl-section--light .tcl-configurator__refresh button:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-configurator__refresh button:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-section--light .tcl-configurator__refresh button:hover {
  color: #111111;
  background-color: rgba(17, 17, 17, 0.1);
}
.tcl-section--light .tcl-configurator__form {
  margin-top: 70px;
}
.tcl-section--light .tcl-configurator__form .tcl-form__button input {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
}
.tcl-section--light .tcl-configurator__form .tcl-form__button input:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-configurator__form .tcl-form__button input:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-section--light .tcl-configurator__form .tcl-form__button input:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-configurator__form .tcl-form__button input:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__form .tcl-form__button input:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field-label {
  color: #111111;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field input:not([type=checkbox]) {
  color: #111111;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field input[type=checkbox] + span {
  color: #111111;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field input[type=checkbox] + span:before {
  border-color: transparent;
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}
.tcl-section--light .tcl-configurator__form .tcl-form__field input[type=checkbox] + span:after {
  border-color: #111111;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field__button input {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field__button input:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field__button input:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-section--light .tcl-configurator__form .tcl-form__field__button input:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field__button input:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field__button input:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-configurator__heading {
  color: #111111;
}
.tcl-section--light .tcl-configurator__heading::after {
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__subheading {
  color: #111111;
}
.tcl-section--light .tcl-configurator__description {
  color: #111111;
}
.tcl-section--light .tcl-configurator__group-item a {
  color: #111111;
}
.tcl-section--light .tcl-configurator__group-item a:hover {
  text-shadow: 0.7px 0 0 #111111;
}
.tcl-section--light .tcl-configurator__group-item a:after {
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__overview-item {
  color: #111111;
}
.tcl-section--light .tcl-configurator__option svg path {
  stroke: #111111;
}
.tcl-section--light .tcl-configurator__option input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.tcl-section--light .tcl-configurator__option input + span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #f8f9fa;
  padding-left: 35px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tcl-section--light .tcl-configurator__option input + span::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 0.5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.tcl-section--light .tcl-configurator__option input + span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 4px;
  top: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.tcl-section--light .tcl-configurator__option input:checked + span::before {
  opacity: 1;
}
.tcl-section--light .tcl-configurator__option input + span::after {
  border: 0.5px solid #111111;
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__option input + span::before {
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__option input:checked + span::after {
  background-color: #ffffff;
}

@media (max-width: 1199px) {
  .tcl-configurator__preview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 30px;
  }
  .tcl-configurator__preview-image img {
    width: 45px !important;
  }
  .tcl-configurator .col-xl-10 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .tcl-configurator__image-container {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tcl-configurator {
    padding-top: 0px !important;
  }
  .tcl-configurator__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 15px 0;
    background: white;
    z-index: 4;
  }
  .tcl-configurator__bottom-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: -100px;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tcl-configurator__bottom-button {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: block;
    position: relative;
    width: 100%;
    font-weight: 500;
    padding: 10px 5px;
  }
  .tcl-configurator__bottom-button:after {
    content: "";
    background: #e5e5e5;
    position: absolute;
    inset: -15px;
    z-index: -1;
  }
  .tcl-configurator__bottom-button span {
    cursor: pointer;
  }
  .tcl-configurator__bottom-button span:nth-of-type(2) {
    display: none;
  }
  .tcl-configurator__bottom-button.open span {
    display: none;
  }
  .tcl-configurator__bottom-button.open span:nth-of-type(2) {
    display: block;
  }
  .tcl-configurator__price {
    z-index: 2;
    background: white;
    margin-bottom: 0;
    padding-bottom: 5px;
    width: 100%;
  }
  .tcl-configurator__add-to-card {
    width: 100%;
  }
  .tcl-configurator__add-to-card button {
    max-width: none;
  }
  .tcl-configurator__add-to-card-text {
    display: none;
  }
  .tcl-configurator__add-to-card-text--mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-bottom: 20px;
    font-size: 14px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .tcl-configurator__add-to-card-icons {
    height: 0;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tcl-configurator__add-to-card-icons.open {
    height: 34px;
    margin: 15px 0 25px;
    overflow: visible;
  }
  .tcl-configurator__price, .tcl-configurator__add-to-card, .tcl-configurator__quantity, .tcl-configurator__anchors, .tcl-configurator__steps, .tcl-configurator__description, .tcl-configurator__heading, .tcl-configurator__subheading {
    margin-left: 0;
  }
}
body .select2-dropdown {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  border-radius: 0;
  border: solid 1px #111111;
}
body .select2-dropdown .select2-search {
  display: none;
}
body .select2-dropdown .select2-results__option {
  border-bottom: solid 1px #111111;
}
body .select2-dropdown .select2-results__option:last-child {
  border-bottom: 0px;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #111111;
  color: #ffffff;
}