[x-cloak] {
  display: none !important;
}

.builder-steps ul {
  list-style: none;
}

.page-template-sero-sol-builder-stars .rey-stickyContent,
.page-template-sero-sol-builder-haritage .rey-stickyContent {
  display: none !important;
}

.page-template-sero-sol-builder-stars .rey-siteWrapper,
.page-template-sero-sol-builder-haritage .rey-siteWrapper {
  overflow: unset !important;
}

.page-template-sero-sol-builder-stars .mainheader > .elementor-container,
.page-template-sero-sol-builder-haritage .mainheader > .elementor-container {
  max-width: 100% !important;
}

.page-template-sero-sol-builder-stars .mainheader .logocol,
.page-template-sero-sol-builder-haritage .mainheader .logocol {
  width: 13.6% !important;
}

p {
  line-height: 1.5em;
  letter-spacing: 0.2px;
  font-size: 17px;
  color: #222222;
}

#progress li {
  position: relative;
  margin: 0 1px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

#progress li:not(.haslink) {
  pointer-events: none;
}

#progress li:first-child {
  margin: 0;
}

#progress li.active {
  background-color: #222222;
}

#progress li.active .dispTabDesk {
  color: #fff;
}

#progress li.active::after {
  border-left-color: #222222;
}

#progress .step::after {
  border-left-color: #eae9e8;
}

#progress li:not(.visited).active {
  background-color: #2a73b9;
}

#progress li:not(.visited).active::after {
  border-left-color: #2a73b9;
}

#progress li::after {
  content: "";
  border-left: 26px solid #e8eaed;
  border-top: 31px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
}

#progress li::before {
  content: "";
  border-left: 26px solid #fff;
  border-top: 31px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#progress .step:first-child:before,
.builder-tabs li:last-child:before {
  display: none;
}

#progress .step:last-child:after {
  display: none;
}

#progress .step a {
  margin-left: 18px;
  color: #000;
}

.accordion-body .js-option.selected .bg-white {
  background-color: #2a73b9 !important;
}

.accordion-button {
  position: relative;
}

.accordion-button:after {
  content: "+";
  margin-left: auto;
  position: absolute;
  right: 0;
  font-size: 31px;
}

.accordion-item.selector .accordion-button:after {
  content: "–";
}

.accordion-item {
  border-bottom: 2px solid #231f20;
}

.accordion-body .js-radio.selected .bg-white {
  background-color: #2a73b9 !important;
  color: #fff;
}

.accordion-body .js-option.selected .item-check {
  background-color: #222 !important;
}

.space-li .accordion-body li {
  margin-bottom: 25px;
}

.slide-show img {
  height: 560px;
  width: 100%;
  object-fit: cover;
}

.slide-button {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.carousel-control-prev-icon {
  width: 32px;
  height: 32px;
  border: 4px solid #a90e13;
  border-right: 0;
  border-top: 0;
  transform: rotate(45deg);
  display: inline-block;
}

.carousel-control-next-icon {
  width: 32px;
  height: 32px;
  border: 4px solid #a90e13;
  border-left: 0;
  border-top: 0;
  transform: rotate(-45deg);
  display: inline-block;
}

.slide-show.first-image img {
  width: auto;
}

.photo-gallery img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.action-btn .in-active {
  background-color: #fff;
  transition: 0.3s;
}

.builder-tabs li {
  font-weight: 900;
  text-align: center;
  padding: 3px 10px;
  color: #000;
  position: relative;
  padding-right: calc(5.53084072%);
  border-right: 2px solid #dbdad9;
}

.builder-tabs .active button {
  border-bottom: 2px solid #a41e22;
  color: #a41e22;
  border-top: 2px solid #a41e22;
}

.builder-tabs li button {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 10px;
  font-weight: 900;
}

.builder-tabs li:last-child {
  border-right: 0px;
}

.specs-adj .flex {
  padding: 11px 12px;
  font-size: 17px;
}

.specs-adj .flex div:first-child {
  font-weight: bold;
}

.notice {
  font-style: italic;
}

.item-data {
  transition: 0.2s;
}

.space-li .accordion-button .childProduct {
  margin-bottom: 4px;
}

.item-image img {
  height: 215px;
  object-fit: contain;
  object-position: center;
  margin: auto;
}

.item-image {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.img-box {
  position: relative;
}

.builder-steps .builder-step.first-load {
  display: none;
}

.item-check {
  width: 1em;
  height: 1em;
  font-size: 2rem;
  border-radius: 50%;
  background-color: #d9d8d6;
  position: absolute;
  top: 15px;
  left: 13px;
}

.item-check img {
  height: 27px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  margin-top: 3px;
  /*transform: rotateZ(-7deg);*/
}

.js-option.selected .item-check img {
  opacity: 1;
  visibility: visible;
}

.js-option.selected {
  position: relative;
}

/*
.js-option.selected:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  background-color: #2a73b9;
} */

.js-option:hover .img-box .item-check,
.js-option.selected .item-check,
.accordion-button.selected:after,
.accordion-btn-preset.selected:after {
  background-color: #2a73b9;
}

.accordion-body .js-option.selected .item-text {
  color: #fff;
}

/*
.builder-steps
{
  position: relative;
  height: 100%;
  overflow: hidden;
}

.builder-steps .builder-step
{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  -webkit-transition: visibility .5s;
  transition: visibility .5s;
}*/

.builder-steps .builder-step.move-left,
.builder-steps .builder-step {
  display: none;
}

.builder-steps .builder-step.active.back {
  display: block;
}

.builder-steps .builder-step.active {
  position: relative;
  z-index: 2;
  visibility: visible;
  -webkit-transition: visibility 0.7s;
  transition: visibility 0.7s;
  display: block;
}

.builder-secondary-nav .nav-item {
  -webkit-transition: width 0.2s, opacity 0.2s;
  transition: width 0.2s, opacity 0.2s;
  overflow: hidden;
}

.builder-footer .nav-item ul li {
  display: none;
}

.builder-footer .nav-item ul li.visible {
  display: block;
}

.builder-footer .next.nav-item .visible.visited,
.builder-footer .prev.nav-item .visible.visited {
  display: none;
}

.step-1 .builder-secondary-nav .prev {
  opacity: 0;
}

.accordion-btn-preset {
  position: relative;
}

.accordion-btn-preset:after {
  content: "";
  margin-left: auto;
  position: absolute;
  right: 12px;
  width: 1.2em;
  height: 1.2em;
  font-size: 2rem;
  border-radius: 50%;
  background-color: #d9d8d6;
  top: 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2em;
}

.accordion-btn-preset.selected:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  background-color: #2a73b9;
}

.accordion-btn-preset.selected:after {
  content: "✓";
  color: #ffffff;
}

.accordion-collapse {
  display: none;
}

.accordion-btn-preset {
  margin-bottom: 25px;
  position: relative;
}

.accordion-btn-preset.selector .box-main {
  background-color: #d9d8d6;
}

.accordion-btn-preset.selected .accordion-collapse {
  background-color: #d9d8d6;
  color: #000;
}

.accordion-btn-preset.selected .accordion-collapse {
  display: block;
}

.accordion-btn-preset.selected .accordion-body .img-box:before {
  content: "✓";
  width: 1.2em;
  height: 1.2em;
  font-size: 1.8rem;
  border-radius: 50%;
  background-color: #2ab978;
  position: absolute;
  top: 15px;
  left: 13px;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
}

.image-summary img {
  height: 80px;
  object-fit: contain;
  width: 65px;
  object-position: left;
}

.repeater-summary img {
  height: 50px;
  object-fit: contain;
  width: 65px;
  object-position: left;
}

.repeater-summary.preset img {
  height: 138px;
  object-fit: cover;
  width: 110px;
  object-position: center center;
}

.summary-gap li {
  margin-bottom: 2px;
}

.accordion-body .js-option.selected .item-check {
  background-color: #222 !important;
}

.summaryActive .builder-footer .builder-footerSteps {
  flex-basis: 100% !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summaryActive .builder-footer .flex-1 {
  flex: 1 1 auto !important;
}

.summaryActive .builder-footer .tot-price {
  font-size: 22px;
}

.builder-footer .tot-price {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.alert {
  position: absolute;
  display: none;
}

.builder-footer.disabled.show-alert .alert {
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  width: 500px;
  margin: 0 auto;
  bottom: 30px;
  background-color: red;
  padding: 14px 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .items-image-pro img {
    height: 100px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .images.carousel-image {
    padding-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .data-content {
    padding-top: 120px !important;
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .slide-show img {
    height: 660px;
  }

  .items-image-pro img {
    height: 160px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .images.carousel-image {
    padding-bottom: 20px;
  }

  .accordion-body .img-box {
    align-items: center;
  }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  #progress li:not(.active) {
    display: none !important;
  }

  #progress li:before,
  #progress li:after {
    display: none;
  }

  #progress li:nth-child(-n + 4) {
    display: none;
  }

  #progress:has(.active) a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0;
    padding: 0px 10px;
    color: #fff !important;
  }

  #progress li:not(.visited).active {
    background-color: #222222 !important;
    margin: 0 !important;
  }

  .page-template-sero-sol-builder .mainheader .logocol,
  .page-template-sero-sol-builder-stars .mainheader .logocol,
  .page-template-sero-sol-builder-haritage .mainheader .logocol {
    width: 35% !important;
  }

  .builder-footer.disabled.show-alert .alert {
    width: 330px;
  }

  .slide-show img {
    height: 390px;
  }

  .data-content{
    padding-bottom: 8rem;
  }
}