@charset "UTF-8";
/*****************************************fixed-block******************/
#conf-wrapper.row, #conf-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
#conf-wrapper .price, #conf-wrapper .step-header {
  color: #806a6c;
  display: block;
  font-weight: bold;
  font-size: 23px;
  padding: 6px 9px;
  transition: all 0.3s;
}
#conf-wrapper .price, #conf-wrapper .step-header {
  margin: 0 auto 4px auto;
  line-height: 26px;
}
#conf-wrapper #preview img {
  border-radius: 5px;
}
#conf-wrapper .price, #conf-wrapper .step-header {
  margin: 0px auto 0px auto;
}
#conf-wrapper .left-part {
  border-right: none;
  padding-top: 0;
  padding-bottom: 0;
  width: 280px;
}
#conf-wrapper .parsley-errors-list li {
  font-size: 13px;
  margin-bottom: 7px;
}
#conf-wrapper .sizes .parsley-errors-list li {
  padding-left: 0;
}
#conf-wrapper .right-part {
  width: calc(100% - 280px);
  padding: 0 20px;
}
#conf-wrapper #fixed-block-info .product-title {
  margin-bottom: 4px;
  font-size: 16px;
}
#conf-wrapper #fixed-block-info #conf-selected-info {
  margin-top: 4px;
}
#conf-wrapper #fixed-block-info #conf-selected-info .price-block {
  font-size: 18px;
  /* text-align: center; */
  margin-top: 15px;
  margin-left: 3px;
  color: #ff4f61;
  font-weight: bold;
}
#conf-wrapper #fixed-block-info #conf-selected-info #add_to_basket {
  margin: 0;
  margin-top: 6px;
}
#conf-wrapper #fixed-block-info #conf-selected-info .selected-info-title {
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  /* background-color: #bcbcbc; */
  color: #0e0e0e;
  padding: 3px 12px 3px 0px;
}
#conf-wrapper #fixed-block-info #conf-selected-info #selected-info {
  padding: 0 0 14px 0;
}
#conf-wrapper #fixed-block-info #conf-selected-info #selected-info .fa-exclamation-triangle {
  color: red;
}
#conf-wrapper #fixed-block-info #conf-selected-info #selected-info .row-info {
  border-bottom: 1px dashed #cfcfcf;
  position: relative;
  display: inline-block;
  padding: 6px 16px 6px 0px;
  width: 100%;
}
#conf-wrapper #fixed-block-info #conf-selected-info #selected-info .row-info:hover {
  background-color: gainsboro;
}
#conf-wrapper #fixed-block-info #conf-selected-info #selected-info .row-info .scrolling-icon {
  padding-right: 2px;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0;
  width: 18px;
  display: inline-flex;
  height: 33px;
  align-items: center;
  /* margin: auto; */
  text-align: center;
}
#conf-wrapper #fixed-block-info #conf-selected-info #selected-info .row-info .r-title {
  display: inline-block;
  margin-right: 2px;
}
#conf-wrapper .fixed-info {
  margin-top: 4px;
  position: fixed;
  z-index: 100;
  max-height: calc(100vh - 8px);
  overflow: auto;
}

.external-roll-container .content-centered-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.external-roll-container .content-centered-item > div {
  text-align: center;
}
.external-roll-container .content-centered-item .parsley-errors-list li {
  padding-left: 0 !important;
}

#section-box_seria-container .content-centered-item > div {
  width: 100%;
  min-width: 210px;
  padding-right: 16px;
}
#section-box_seria-container.conf-sector .typed-labels label:not(.color-label) {
  min-width: unset;
}

.checkbox-smart input[type=radio],
.checkbox-smart input[type=checkbox] {
  display: none;
}

.checkbox-smart label, .rol-sub-type label {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}

.checkbox-smart label {
  cursor: pointer;
  height: auto;
  box-shadow: 1px 1px #dadada;
  border: 1px solid #d6d4d4;
  width: auto;
  background: #fff;
  margin-bottom: 19px;
}
.checkbox-smart label.conf-item-label {
  margin-right: 20px;
  height: 100%;
  min-height: 149px;
  width: 120px;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 4px;
}
.checkbox-smart label.conf-item-label img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}
.checkbox-smart label.conf-item-label span {
  width: 100%;
}
.checkbox-smart label.conf-item-label .price-label {
  text-align: center;
  background-color: #95be73;
  color: white;
}
.checkbox-smart label.conf-item-label .description-label {
  margin-top: auto;
  padding: 6px;
  font-size: 13px;
  text-align: center;
}
.checkbox-smart label.conf-item-label.color-label {
  margin-right: 19px;
}
.checkbox-smart label.conf-item-label.color-label img {
  height: 75px;
}

.checkbox-smart label img {
  /*height: 100%;*/
  max-height: 126px;
  margin: 0 auto;
}

.checkbox-smart label:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  content: "";
  opacity: 0;
  transition: all 0.5s;
}

.rol-color label:after {
  border-radius: 10px;
}

.checkbox-smart input[type=radio] + label:hover,
.checkbox-smart input[type=checkbox] + label:hover {
  box-shadow: 0 0 2px 1px rgb(173, 173, 173);
}

.checkbox-smart input[type=radio]:checked + label:after, .checkbox-smart input[type=checkbox]:checked + label:after {
  outline: #46c42f solid 3px;
  /* border: 1px solid #ff8c00; */
  opacity: 1;
  border-radius: 5px;
}

.checkbox-smart input[type=radio] + label:before, .checkbox-smart input[type=checkbox] + label:before {
  position: absolute;
  display: inline-block;
  top: -8px;
  border-radius: 9px;
  right: -12px;
  text-align: center;
  border: 1px solid #85dc8a;
  line-height: 24px;
  height: 25px;
  width: 25px;
  z-index: 2;
  content: "✔";
  color: #ffffff;
  background-color: #98d9a6;
  opacity: 0;
  /* border: 1px solid white; */
  transition: all 0.5s;
}

.checkbox-smart input[type=radio]:checked + label:before, .checkbox-smart input[type=checkbox]:checked + label:before {
  opacity: 1;
}

.checkbox-smart input[type=checkbox][name^=color]:checked + label:after,
.checkbox-smart input[type=radio][name^=color]:checked + label:after {
  outline: #e5cbcb solid 3px;
  opacity: 1;
}

.configurator-title {
  border-bottom: 2px dashed #cfcfcf;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #0d0d0d;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #ffffff;
  text-align: left;
  width: 100%;
  padding: 7px 15px 7px 0;
}

.conf-sector {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0 0px 0;
}
.conf-sector .hide-errors + .parsley-errors-list {
  display: none !important;
}
.conf-sector.hidden {
  display: none;
}
.conf-sector .conf-sector-content {
  padding: 10px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.conf-sector .colors-tab.active {
  display: flex;
  flex-wrap: wrap;
}
.conf-sector input,
.conf-sector .input-group-text,
.conf-sector .input-group-append {
  border-radius: 0;
}
.conf-sector .typed-labels input:checked + label {
  background-color: #f7f7f7;
  box-shadow: inset 0px 0px 4px rgb(222, 222, 222);
}
.conf-sector .typed-labels input:checked + label span.price-label {
  opacity: 0;
}
.conf-sector .typed-labels label:not(.color-label) {
  justify-content: space-between;
  min-height: 40px;
  text-align: left;
  /* padding: 7px 10px; */
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-left: 8px;
  min-width: 300px;
  box-shadow: none;
}
.conf-sector .typed-labels label:not(.color-label) span {
  justify-content: center;
  display: inline-flex;
  min-width: 64px;
  background-color: #95be73;
  color: white;
  margin-left: 9px;
  align-self: stretch;
  align-items: center;
  padding: 4px 7px;
  font-size: 11px;
}
.conf-sector .addon-colors-container {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.conf-sector .addon-colors-container > div {
  display: flex;
  flex-direction: column;
}
.conf-sector .addon-colors-container > div label {
  min-height: 110px;
  margin-right: 0;
}
.conf-sector .addon-colors-container > div label img {
  height: 50px !important;
}

.img-responsive {
  max-width: 100%;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.conf-sector input, .conf-sector .input-group-text, .conf-sector .input-group-append {
  border-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: flex;
}

.input-group-append {
  margin-left: -1px;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.conf-sector input, .conf-sector .input-group-text, .conf-sector .input-group-append {
  border-radius: 0;
}

.pb-4 {
  padding-bottom: 15px;
}

.parsley-errors-list {
  margin-bottom: 0;
}

#conf-wrapper .parsley-errors-list li {
  font-size: 13px;
  margin-bottom: 7px;
}

.external-roll-container .content-centered-item .parsley-errors-list li {
  padding-left: 0 !important;
}

.parsley-errors-list li {
  color: red;
  text-transform: none;
  font-size: 13px;
}

.wc-half-opened {
  height: 74px;
  overflow: hidden;
}

.back-to-top {
  position: fixed;
  bottom: 9px;
  margin-bottom: 0;
  text-align: center;
  z-index: 999;
  right: 9px;
}

.back-to-top a {
  background: white;
  width: 50px;
  height: 50px;
  line-height: 49px;
  display: inline-block;
  color: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 23px;
  color: #979797;
}

#module-wcostconfigurator-configurator #wrapper .container {
  max-width: 1200px;
  width: unset;
}

@media (max-width: 992px) {
  #conf-wrapper .left-part {
    min-width: 100%;
  }
  #conf-wrapper .left-part #conf-subtype-title {
    text-align: left;
    margin-bottom: 15px;
  }
  #conf-wrapper .left-part .product-title {
    font-size: 20px;
  }
  #conf-wrapper .right-part {
    min-width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  #module-wcostconfigurator-configurator .container {
    width: 720px !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  #module-wcostconfigurator-configurator .card {
    background-color: white;
  }
  #module-wcostconfigurator-configurator .container {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  #module-wcostconfigurator-configurator .container {
    max-width: 540px;
  }
}
@media (max-width: 480px) {
  #module-wcostconfigurator-configurator .container {
    padding: 0;
  }
  #conf-wrapper .right-part .checkbox-smart label.conf-item-label {
    min-height: 130px;
    width: 90px;
    margin-right: 6px;
  }
  #conf-wrapper .right-part .checkbox-smart label.conf-item-label .description-label {
    font-size: 11px;
  }
  #conf-wrapper .right-part .checkbox-smart label.conf-item-label.color-label {
    margin-right: 6px;
  }
  #conf-wrapper .right-part .conf-sector .typed-labels label:not(.color-label) {
    min-height: 33px;
  }
  #conf-wrapper .input-group-text {
    font-size: 0.75rem;
  }
  #conf-wrapper .form-control {
    padding: 0.275rem 0.75rem;
    font-size: 0.8rem;
  }
  .back-to-top a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }
  .back-to-top a i {
    font-size: 17px;
  }
}

/*# sourceMappingURL=front-app.css.map*/