/* line 2, ../sass/constructor.scss */
.constructor label.form-check-label {
  color: #000 !important;
}
/* line 5, ../sass/constructor.scss */
.constructor .form-group {
  margin-top: 10px;
}
/* line 10, ../sass/constructor.scss */
.constructor h3 .form-group, .constructor h2 .form-group, .constructor h4 .form-group {
  margin-top: 0;
  margin-bottom: -22px;
}
/* line 15, ../sass/constructor.scss */
.constructor .checkbox {
  margin-bottom: 0;
}
/* line 18, ../sass/constructor.scss */
.constructor h4 {
  text-align: left;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0;
}
/* line 23, ../sass/constructor.scss */
.constructor h4.light {
  font-weight: 300;
}
/* line 27, ../sass/constructor.scss */
.constructor h5 {
  text-align: left;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0;
}
/* line 32, ../sass/constructor.scss */
.constructor h5.light {
  font-weight: 300;
}

/* line 37, ../sass/constructor.scss */
.front {
  max-width: 100%;
}

/* line 40, ../sass/constructor.scss */
.under-border {
  border-bottom: 1px dashed #000;
  font-size: 16px;
}
/* line 43, ../sass/constructor.scss */
.under-border:focus, .under-border:active, .under-border:hover {
  border-bottom: 0 dashed #000;
  text-decoration: none;
}
/* line 51, ../sass/constructor.scss */
.under-border i {
  transform: rotate(180deg);
  transition: all 0.3s;
}
/* line 56, ../sass/constructor.scss */
.under-border.collapsed i {
  transform: rotate(0deg);
  transition: all 0.3s;
}

/* line 63, ../sass/constructor.scss */
.line .picklist-item-label,
.line .picklist-item-title {
  display: inline-block;
}

/* line 68, ../sass/constructor.scss */
.picklist-items-view {
  border: 1px solid #cccccc;
  border-radius: 3px;
  position: relative;
  background: transparent;
  cursor: pointer;
}

/* line 75, ../sass/constructor.scss */
.fix-price-position {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 20px;
}
/* line 80, ../sass/constructor.scss */
.fix-price-position.full {
  height: 60px;
}
/* line 82, ../sass/constructor.scss */
.fix-price-position.full.fulltop {
  height: 60px;
}
@media all and (max-width: 600px) {
  /* line 75, ../sass/constructor.scss */
  .fix-price-position {
    display: none;
  }
}

/* line 91, ../sass/constructor.scss */
.max-tabs-content {
  text-align: left;
}

/* line 94, ../sass/constructor.scss */
.max-tabs {
  background: none;
  padding: 0 !important;
  margin: 25px 0;
}
/* line 99, ../sass/constructor.scss */
.max-tabs > li > a {
  background: #f5f5f5 !important;
  color: #333 !important;
  margin-right: 10px !important;
  padding: 8px 20px !important;
}
/* line 106, ../sass/constructor.scss */
.max-tabs > li.active > a {
  background: #e5c8b5 !important;
  color: #333 !important;
}

/* line 114, ../sass/constructor.scss */
.fix-price {
  position: relative;
  height: 50px;
  background: #fff;
  border-radius: 4px;
  padding: 5px 0;
  box-sizing: border-box;
  display: block;
  transition: all 0.3s;
  z-index: 1000;
}
/* line 123, ../sass/constructor.scss */
.fix-price .container {
  display: block;
  padding: 0;
  line-height: 40px;
}
/* line 127, ../sass/constructor.scss */
.fix-price .container h3 {
  line-height: 40px;
}
/* line 129, ../sass/constructor.scss */
.fix-price .container h3.price-item {
  font-weight: 400;
  margin-right: 15px;
}
/* line 134, ../sass/constructor.scss */
.fix-price .container .btn {
  padding: 10px 15px !important;
  margin: 0;
  color: #333;
  text-transform: none;
  font-weight: 500;
}
/* line 143, ../sass/constructor.scss */
.fix-price .btn {
  float: right !important;
  font-size: 13px !important;
}
/* line 148, ../sass/constructor.scss */
.fix-price.revert .container {
  width: 100%;
}
/* line 152, ../sass/constructor.scss */
.fix-price.position {
  transition: all 0.3s;
  position: fixed;
  left: 0;
  top: 60px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  width: 100%;
}
/* line 159, ../sass/constructor.scss */
.fix-price.position.hastop {
  top: 100px;
  transition: all 0.3s;
}
/* line 163, ../sass/constructor.scss */
.fix-price.position .container {
  padding: 0 15px;
}
/* line 167, ../sass/constructor.scss */
.fix-price h5,
.fix-price h4,
.fix-price h3 {
  margin: 0;
  font-size: 18px;
}
@media all and (max-width: 1199px) {
  /* line 174, ../sass/constructor.scss */
  .fix-price.position {
    top: 50px;
  }
  /* line 176, ../sass/constructor.scss */
  .fix-price.position.hastop {
    top: 90px;
  }
}
@media all and (max-width: 600px) {
  /* line 114, ../sass/constructor.scss */
  .fix-price {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    position: fixed;
    flex-direction: row;
    width: 100%;
    display: block;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    height: 50px;
    right: 0 !important;
    padding-right: 3px;
    bottom: 0 !important;
    top: auto !important;
  }
  /* line 196, ../sass/constructor.scss */
  .fix-price .container {
    padding: 0 15px !important;
  }
  /* line 199, ../sass/constructor.scss */
  .fix-price .text-right {
    float: left !important;
    line-height: 38px !important;
  }
  /* line 202, ../sass/constructor.scss */
  .fix-price .text-right .price-item {
    line-height: 38px !important;
    display: block;
    height: 38px;
  }
  /* line 208, ../sass/constructor.scss */
  .fix-price span {
    white-space: nowrap;
  }
  /* line 211, ../sass/constructor.scss */
  .fix-price .small-hidden {
    display: none;
  }
  /* line 214, ../sass/constructor.scss */
  .fix-price h5,
  .fix-price h4,
  .fix-price h3 {
    padding: 0 5px;
  }
}

/* line 222, ../sass/constructor.scss */
.label-select {
  font-size: 12px;
  padding-top: 12px;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 229, ../sass/constructor.scss */
.picklist-item-label {
  font-size: 11px;
  line-height: 12px;
}

/* line 233, ../sass/constructor.scss */
.picklist-item {
  padding: 5px 20px 10px 10px;
  text-align: left;
  z-index: 10;
  background: transparent;
  position: relative;
}

/* line 240, ../sass/constructor.scss */
.td-selectize {
  position: relative;
}

/* line 243, ../sass/constructor.scss */
.select-item {
  position: relative;
}

/* line 246, ../sass/constructor.scss */
.button-quest {
  overflow: hidden;
  padding: 100px 0;
}

/* line 250, ../sass/constructor.scss */
.type-it {
  color: #ff7140;
  width: 100%;
  display: block;
  min-height: 40px;
}
@media all and (max-width: 992px) {
  /* line 250, ../sass/constructor.scss */
  .type-it {
    min-height: 80px;
  }
}

/* line 259, ../sass/constructor.scss */
.picklist-helper {
  border: 1px solid #cccccc;
  border-radius: 3px;
  border-top: 0;
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 500;
  left: 0;
}

/* line 270, ../sass/constructor.scss */
.picklist-helper.active {
  display: block;
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 275, ../sass/constructor.scss */
.picklist-helper.active::-webkit-scrollbar {
  width: 10px;
}
/* line 278, ../sass/constructor.scss */
.picklist-helper.active::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(229, 200, 181, 0.8);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}
/* line 284, ../sass/constructor.scss */
.picklist-helper.active::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(229, 200, 181, 0.4);
}
/* line 287, ../sass/constructor.scss */
.picklist-helper.active::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}

/* line 295, ../sass/constructor.scss */
.picklist-helper-inner .picklist-item {
  background: #f1f1f1;
  border-bottom: 1px solid #cccccc;
  transition: all 0.5s;
  cursor: pointer;
}

/* line 301, ../sass/constructor.scss */
.picklist-helper-inner .picklist-item:hover {
  background: #eee;
  transition: all 0.5s;
}

/* line 305, ../sass/constructor.scss */
.picklist-helper-inner .picklist-item:last-child {
  border-bottom: 0;
}

/* line 308, ../sass/constructor.scss */
.picklist-items-view::after {
  content: "";
  border: 1px solid transparent;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  z-index: 0;
  width: 7px;
  border-left: 1px solid #ccc;
  height: 7px;
  transform: rotate(-45deg);
}
