.im-active img {
  background-color: #333;
}
#process {
  color: #fff;
}
.im-logo {
  text-align: center;
  padding: 5px;
}
.im-footer {
  background-color: #333;
  min-height: 300px;
}
.im-language ul li {
  list-style-type: none;
  display: inline;
}
.im-zoom,
.im-description {
  position: absolute;
  background-color: #fff;
  color: #017f1a;
  top: -5px;
  border: 1px solid #bbb;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.im-zoom {
  left: 10px;
  padding: 6px 9px;
}
.im-description {
  right: 10px;
  padding: 6px 14px;
}
.objects .pagination-arrow {
  text-align: center;
}
.objects .pagination-arrow i {
  margin: 5px;
  cursor: pointer;
}
.object .carousel i {
  font-size: 40px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: #fff;
  opacity: 0.8;
  width: 100%;
  height: 60px;
  z-index: 1;
  color: #444;
}
.preview {
  position: absolute !important;
}
.preview img {
  position: absolute !important;
  max-width: unset;
}
.preview img.im-background:not(.im-background-mobile) {
  width: 1920px;
  left: -140px;
}
.preview img.im-background-mobile {
  left: 0;
}
.preview img:not(.im-background) {
  text-align: center;
  left: -140px;
  top: 0;
}
#configurator-body {
  overflow: auto;
  padding: 0 10px 0;
}
#configurator-body .configurator-body-inside .step {
  background-color: #fff;
  padding: 10px;
  margin: 20px 0;
  -webkit-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
}
#configurator-body .configurator-body-inside .step .content-value {
  padding: 0 5px 0;
}
#configurator-body .configurator-body-inside .step .content-value .im-group > .row {
  margin-top: 38px;
}
#configurator-body .configurator-body-inside .step .content-value .im-group > .row .value-box {
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
}
#configurator-body .configurator-body-inside .step .content-value .im-group > .row .value-box .value {
  border: 1px solid #bbb;
  margin: 1px 0;
  width: 100%;
  line-height: 17px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#configurator-body .configurator-body-inside .step .content-value .im-group > .row .value-box .value img {
  width: 100%;
}
#configurator-body .configurator-body-inside .step .content-value .im-group > .row .value-box .value span {
  font-size: 12px;
}
#configurator-body .configurator-body-inside .step .content-value .im-group > .row .value-box .selected {
  border: none;
  background: url(../content/public/selected-2f205fcd80b1744631fed8deb37df7ed.png) bottom right no-repeat;
  outline: 2px solid #017f1a;
}
#configurator-body .configurator-body-inside .step .content-value .im-group > .row .value-box .im-disabled {
  opacity: 0.3;
}
#configurator-body .configurator-body-inside .step .group-describe-sign {
  position: absolute;
  right: 20px;
}
#configurator-body .configurator-body-inside .step[data-step-type="matrix"] .im-group .row .col-md-6 {
  padding: 10px;
  background: #f9f9f9;
  margin-bottom: 7px;
}
#configurator-body .select-text {
  opacity: 0.2;
}
#configurator-body .matrix-select {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#configurator-body .matrix-select,
#configurator-body .matrix-text {
  border-color: #bbb;
}
#configurator-body .price,
#configurator-body .extra-price,
#configurator-body .matrix-extra-price {
  font-size: 13px;
  width: 100%;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#configurator-body .matrix-price span {
  font-size: 13px;
}
#configurator-body .price,
#configurator-body .matrix-price {
  background-color: #017f1a;
}
#configurator-body .matrix-price,
#configurator-body .alert-main,
#configurator-body .matrix-price-change,
#configurator-body .price-sum-confirm {
  padding: 10px;
  margin-top: 1px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#configurator-body .alert-main {
  font-size: 14px;
  width: 100%;
  word-wrap: break-word;
  white-space: normal;
  text-align: left !important;
}
#configurator-body .price-sum-confirm {
  border: 1px solid #dee2e6;
  width: 300px;
  margin: 10px auto;
}
#configurator-body .im-alert-field {
  font-size: 13px;
  margin: 5px 0;
  color: #bbb;
}
#configurator-body .summary {
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
}
#configurator-body #mobile-preview {
  z-index: 1;
  cursor: pointer;
  opacity: 0.8;
  background-color: #ffc107;
  padding: 10px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
#configurator-body #mobile-preview i {
  font-size: 20px;
  color: #000;
}
.im-product-title {
  z-index: 1;
  background: #fff;
  opacity: 0.95;
  left: 0;
  padding: 5px;
}
.im-product-title h1 {
  float: left;
  margin: 0;
}
.price-sum-box {
  display: none;
  margin-top: 2px;
  padding: 3px 7px;
  background-color: #017f1a;
  color: #fff;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
.value-textarea {
  display: none;
  margin-left: 2%;
  width: 96%;
}
.value-textarea textarea {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.im-product-title-fixed {
  background: #333;
  color: #fff;
}
.price-sum-box {
  display: none;
  margin-top: 8px;
}
.value-textarea {
  display: none;
  margin-left: 2%;
  width: 96%;
}
.value-textarea textarea {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#popup,
#popup-cart {
  position: fixed;
  background-color: #f7f7f7;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 100%;
  z-index: 1000;
}
#popup #popup-content,
#popup-cart #popup-content,
#popup #popup-content-cart,
#popup-cart #popup-content-cart {
  width: 800px;
  height: 792px;
  margin: 50px auto;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  text-align: left;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 16px -9px #42445a;
  -moz-box-shadow: 0px 0px 16px -9px #42445a;
  box-shadow: 0px 0px 16px -9px #42445a;
}
#popup #popup-content img,
#popup-cart #popup-content img,
#popup #popup-content-cart img,
#popup-cart #popup-content-cart img {
  width: 100%;
}
#popup #popup-content table tr th i,
#popup-cart #popup-content table tr th i,
#popup #popup-content-cart table tr th i,
#popup-cart #popup-content-cart table tr th i {
  font-size: 20px;
}
#popup #popup-content table tr th span,
#popup-cart #popup-content table tr th span,
#popup #popup-content-cart table tr th span,
#popup-cart #popup-content-cart table tr th span {
  font-size: 13px;
  font-weight: normal;
}
#popup-cart #popup-content-cart {
  width: 90%!important;
  font-size: 13px;
}
#popup-cart #popup-content-cart > div {
  text-align: center;
  padding-top: 20px;
}
#popup-cart #popup-content-cart > div > button {
  -webkit-box-shadow: 0px 14px 14px -16px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 14px 14px -16px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 14px 14px -16px rgba(0, 0, 0, 0.22);
}
#popup-content {
  width: 80%;
}
.input-green {
  border-color: #00be2d !important;
  background-color: #d3efd9 !important;
  outline: 2px solid #00be2d !important;
}
.input-red {
  border-color: #e21a1a !important;
  background-color: #efd3d3 !important;
  outline: 2px solid #e21a1a !important;
}
#alert-dimensions {
  position: fixed;
  width: 50%;
  left: 25%;
  top: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  border-radius: 14px !important;
  z-index: 10;
  border: 5px solid #be0000;
  padding: 20px;
  text-align: center;
  font-size: 18px;
}
.add-to-cart-configurator-confirm {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0px 14px 14px -16px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 14px 14px -16px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 14px 14px -16px rgba(0, 0, 0, 0.22);
  padding: 11px;
}
.summary {
  text-align: center;
}
.fixed {
  position: fixed !important;
  top: 0;
}
.product {
  background-color: #fff;
}
.woo-tabs {
  padding-top: 30px;
  background-color: #fff;
}
.add-to-cart-configurator {
  width: 100%;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
}
.im-detail {
  left: 0;
  bottom: 0;
  width: 100%;
  top: unset !important;
}
.im-detail button {
  width: 100%;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.block-scroll {
  overflow: clip;
}
.matrix-button {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.matrix-button button {
  margin: 2px;
}
#configurator-body .matrix-price,
#configurator-body .value-box .price,
#configurator-body .value-box .extra-price {
  font-size: 15px;
  font-weight: 300;
}
#configurator-body #price-next-to-add-to-cart {
  font-size: 18px;
}
@media (max-width: 1680px) {
  .preview img.im-background:not(.im-background-mobile) {
    left: -20px;
  }
  .preview img:not(.im-background) {
    left: -20px;
  }
}
@media (max-width: 1500px) {
  .preview img.im-background:not(.im-background-mobile) {
    left: -150px;
  }
  .preview img:not(.im-background) {
    left: -150px;
  }
}
@media (max-width: 1300px) {
  .detail-confirm table tr th span {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .preview img:not(.im-background),
  .preview img.im-background-mobile {
    width: 50%;
    left: 0;
  }
  .preview img.im-background:not(.im-background-mobile) {
    display: none !important;
  }
  #popup-content {
    width: 90% !important;
    max-height: 500px;
  }
  #popup-content th span {
    display: none !important;
  }
}
@media (max-height: 850px) {
  #popup-content {
    height: 450px !important;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .preview img:not(.im-background),
  .preview img.im-background-mobile {
    width: 100%;
  }
  .im-product-title .price-sum-box {
    margin-top: 5px;
  }
  .im-product-title h1 {
    font-size: 18px;
    padding-top: 10px;
  }
  .im-product-title .sum {
    display: none;
  }
  #alert-dimensions {
    width: 90%;
    left: 5%;
  }
  #popup-content {
    height: 400px !important;
  }
}
@media (min-width: 992px) {
  .preview img.im-background-mobile {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map */