*:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
}

/*
display: flex;
flex-flow: row wrap;
*/
.rowFlex {
  display: flex;
  flex-flow: row wrap;
}

.colFlex {
  flex: 1 auto;
}

.noPadding {
  padding-left: 0px;
  padding-right: 0px;
}

.noPaddingAlways {
  padding-left: 0px;
  padding-right: 0px;
}

.noPaddingLeft {
  padding-left: 0px;
}

.noPaddingRight {
  padding-right: 0px;
}

.noPaddingLeftAlways {
  padding-left: 0px;
}

.noPaddingRightAlways {
  padding-right: 0px;
}

.halfPaddingRight {
  padding-right: 7.5px;
}

.halfPaddingLeft {
  padding-right: 7.5px;
}

@media (min-width: 968px) {
  .hideOnDesktop {
    display: none;
  }
}
@media (max-width: 968px) {
  .hideOnMobile {
    display: none !important;
  }

  .noPadding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .noPaddingLeft {
    padding-left: 15px;
  }

  .noPaddingRight {
    padding-right: 15px;
  }

  .noPaddingAlways {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .noPaddingLeftAlways {
    padding-left: 0px;
  }

  .noPaddingRightAlways {
    padding-right: 0px;
  }

  .noPaddingMobile {
    padding-left: 0px;
    padding-right: 0px;
  }

  .noPaddingMobileLeft {
    padding-left: 0px !important;
  }

  .noPaddingMobileRight {
    padding-right: 0px;
  }

  .rowFlex {
    display: inline;
  }

  .colFlex {
    flex: 0;
  }

  .mobileCenter {
    text-align: center !important;
  }

  .mobilePadding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* FONT-FAMILY */
/* FONT-WEIGHT */
/* COLORS */
/* RESPONSIVE SIZES */
.pRight7dot5 {
  padding-right: 7.5px !important;
}

.pLeft7dot5 {
  padding-left: 7.5px !important;
}

.pRight10 {
  padding-right: 10px;
}

.pRight20 {
  padding-right: 20px;
}

.pRight30 {
  padding-right: 30px;
}

.pRight40 {
  padding-right: 40px;
}

.pLeft10 {
  padding-left: 10px;
}

.pLeft10i {
  padding-left: 10px !important;
}

.pLeft15 {
  padding-left: 15px !important;
}

.pLeft20 {
  padding-left: 20px;
}

.pLeft30 {
  padding-left: 30px;
}

.pLeft40 {
  padding-left: 40px;
}

.pTop0 {
  padding-top: 0px;
}

.pTop0i {
  padding-top: 0px !important;
}

.pTop5 {
  padding-top: 5px;
}

.pTop6 {
  padding-top: 6px;
}

.pTop7 {
  padding-top: 7px;
}

.pTop10 {
  padding-top: 10px;
}

.pTop10i {
  padding-top: 10px !important;
}

.pTop15 {
  padding-top: 15px;
}

.pTop15i {
  padding-top: 15px !important;
}

.pTop20 {
  padding-top: 20px;
}

.pTop20i {
  padding-top: 20px !important;
}

.pTop30 {
  padding-top: 30px;
}

.pTop40 {
  padding-top: 40px;
}

.pTop45 {
  padding-top: 45px;
}

.pTop50 {
  padding-top: 50px;
}

.pBottom5 {
  padding-bottom: 5px;
}

.pBottom5i {
  padding-bottom: 5px !important;
}

.pBottom10 {
  padding-bottom: 10px;
}

.pBottom10i {
  padding-bottom: 10px !important;
}

.pBottom15 {
  padding-bottom: 15px;
}

.pBottom15i {
  padding-bottom: 15px !important;
}

.pBottom20 {
  padding-bottom: 20px;
}

.pBottom30 {
  padding-bottom: 30px;
}

.mTop7 {
  margin-top: 7px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop18 {
  margin-top: 18px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop30 {
  margin-top: 30px;
}

.mBottom0 {
  margin-bottom: 0px !important;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mTopMinus60 {
  margin-top: -60px;
}

@media (max-width: 968px) {
  .mobileTop15 {
    margin-top: 15px;
  }

  .mobileBottom15 {
    margin-bottom: 15px;
  }

  .mobileBottom30 {
    margin-bottom: 30px;
  }

  .mobileBottom60 {
    margin-bottom: 60px;
  }
}
.mLeft40 {
  margin-left: 40px;
}

.mRight15 {
  margin-right: 15px;
}

.mRight40 {
  margin-right: 40px;
}

.aRight {
  text-align: right;
}

.aLeft {
  text-align: left;
}

.aCenter {
  text-align: center;
}

.posAbs {
  position: absolute;
}

.posRel {
  position: relative;
}

.minHeight60 {
  min-height: 60px;
}

.wAuto {
  width: auto !important;
}

.pSide5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pSide10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pSide15 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 968px) {
  .minHeight90 {
    min-height: 90px;
  }
}
.bottom15 {
  bottom: 15px !important;
}

.bottom24 {
  bottom: 24px !important;
}

body {
  box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.22);
  background-color: #efefef;
  min-height: 100vh;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}

.logo {
  padding-top: 55px;
  padding-bottom: 56px;
  text-align: center;
}

.firstStep__box {
  position: relative;
  box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.22);
  background-color: #ffffff;
  padding: 30px 30px;
}
.firstStep__box .title {
  font-size: 20px;
  font-weight: 700;
  color: #5a5a5a;
  text-align: center;
  padding-bottom: 25px;
}
.firstStep__box .img {
  padding-bottom: 15px;
  cursor: pointer;
  transition: 0.5s;
}
.firstStep__box .img:hover {
  opacity: 0.5;
}
.firstStep__box .img img {
  max-width: 100%;
}
.firstStep__box__line {
  background-color: #979797;
  width: 1px;
  position: absolute;
  left: 50%;
  height: 65.5%;
  top: 16%;
}
.firstStep__box__line .text {
  font-size: 20px;
  font-weight: 700;
  color: #5a5a5a;
  position: absolute;
  text-align: center;
  top: 47%;
  margin-left: -14px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.firstStep__box .half1 {
  padding-right: 55px;
}
.firstStep__box .half2 {
  padding-left: 40px;
}

.secondStep__left {
  min-height: 100vh;
  box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.22);
  background-color: #ffffff;
  z-index: 8670;
  padding-left: 41px;
  padding-right: 51px;
  padding-top: 41px;
  position: relative;
}
.secondStep__left .title {
  font-size: 20px;
  font-weight: 700;
  color: #5a5a5a;
  padding-bottom: 20px;
}
.secondStep__left .products {
  height: calc(90vh - 322px);
  position: absolute;
  top: 117px;
  display: block;
  overflow: auto;
  width: calc(100% - 92px);
}
.secondStep__left .els {
  text-align: center;
}
.secondStep__left .els .bdy {
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.secondStep__left .els .title {
  font-size: 16px;
  font-weight: 700;
  color: #5a5a5a;
  padding-bottom: 16px;
  text-align: left !important;
  cursor: pointer;
}
.secondStep__left .els__el {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  background-color: #ffffff;
  height: 115px;
  transition: background-color 1s;
}
.secondStep__left .els__el img {
  max-width: 60px;
  text-align: center;
}
.secondStep__left .els__el:after {
  content: url("../images/plus.svg");
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  z-index: 10;
  height: 25px;
  width: 25px;
  opacity: 0;
  transition: opacity 0.5s, background-color 2s;
}
.secondStep__left .els__el:hover {
  background-color: rgba(155, 155, 155, 0.23);
}
.secondStep__left .els__el:hover:after {
  content: url(../images/plus.svg);
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  z-index: 10;
  height: 25px;
  width: 25px;
  opacity: 1;
}
.secondStep__left .footer {
  position: absolute;
  bottom: 10%;
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translateX(-50%);
}
.secondStep__left .footer .icons .icon {
  cursor: pointer;
  padding-bottom: 30px;
  display: inline-block;
  text-align: center;
  transition: opacity 0.5s;
}
.secondStep__left .footer .icons .icon:hover {
  opacity: 0.5;
}
.secondStep__left .footer .icons .icon div {
  padding-top: 6px;
  font-size: 12px;
  font-weight: 300;
  color: #5a5a5a;
}
.secondStep__left .footer .icons .icon:first-child {
  float: left;
}
.secondStep__left .footer .icons .icon:last-child {
  float: right;
}
.secondStep__left .footer .icons .icon:last-child div {
  padding-top: 13px;
}
.secondStep__right .summary {
  background-color: #eb5733;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
  padding-right: 4px;
  cursor: pointer;
  transition: background-color 0.5s;
}
.secondStep__right .summary:hover {
  background-color: #ef7658;
}
.secondStep__right .summary__box {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.23);
  background-color: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 19px;
  padding-right: 16px;
}
.secondStep__right .summary__box .title {
  font-size: 12px;
  font-weight: 700;
  color: #232425;
}
.secondStep__right .summary__box .els {
  padding-top: 11px;
  width: 100%;
  text-align: left;
}
.secondStep__right .summary__box .els .el {
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
  transition: background-color 0.5s;
  padding: 10px 10px;
  cursor: pointer;
}
.secondStep__right .summary__box .els .el:hover, .secondStep__right .summary__box .els .el.active {
  background-color: #d1d1d1;
}
.secondStep__right .summary__box .els .el .caption {
  display: inline-block;
  line-height: 23px;
}
.secondStep__right .summary__box .els .el .icons {
  display: inline-block;
  float: right;
  padding-left: 20px;
}
.secondStep__right .summary__box .els .el .icons img {
  position: relative;
  top: -9px;
  cursor: pointer;
  margin-left: 26px;
}
.secondStep__right .summary__box .els .el .icons .switch-toggle {
  min-width: 210px;
  display: inline-block;
}
.secondStep__right .summary__box .els .el .icons .switch-toggle.switch-candy {
  background-color: #fff;
}
.secondStep__right .summary__box .els .el .icons .switch-toggle.switch-candy label {
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.secondStep__right .summary__box .els .el .icons .switch-toggle.switch-candy input:checked + label {
  color: #fff;
  text-shadow: 1px 1px 1px #191b1e;
}
.secondStep__right .summary__box .els .el .icons .switch-toggle.switch-candy a {
  background-color: #eb5733;
}

.summaryWrapper {
  z-index: 1049;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}

.onlyImg {
  position: absolute;
  top: 50%;
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
}

.overflowY {
  max-height: 80vh;
  overflow-y: scroll;
}

.dropify-wrapper .dropify-message span.file-icon {
  color: #f5a623;
}

.dropify-wrapper .dropify-message p {
  font-size: 14px;
  padding-top: 15px;
  text-align: center;
  color: #5a5a5a;
  padding: 2% 15%;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 968px) {
  #background {
    width: 100%;
    height: 100vh !important;
    background: url("<?php echo $ImageSource; ?>");
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

  .secondStep__left {
    text-align: center !important;
    min-height: 80vh;
  }
  .secondStep__left .els .title {
    text-align: center !important;
  }

  .summaryWrapper {
    display: none;
  }
}
.menu__toggle {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 8672;
  background: transparent;
  border: 0;
}
@media (min-width: 968px) {
  .menu__toggle {
    display: none;
  }
}
.menu__toggle .bar {
  display: block;
  width: 25px;
  margin-bottom: 4px;
  height: 3px;
  background-color: #f5a623;
  border-radius: 1px;
  transition: all 0.3s ease-in-out;
}
.menu__toggle.active .bar {
  background-color: #f5a623;
}

.menu__toggle.active .one {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu__toggle.active .two {
  opacity: 0;
}
.menu__toggle.active .three {
  transform: rotate(-45deg) translate(5px, -5px);
}

.ui-colorpicker, .ui-dialog.ui-colorpicker {
  position: absolute !important;
  /*	top: 50%!important;
  	left: 50%!important;

  	transform: translate(-50%, -50%);*/
}

.ui-dialog-content td:not(.ui-colorpicker-swatches-container) {
  display: none;
}

.ui-colorpicker-swatch {
  width: 100% !important;
  height: 19px !important;
}

.ui-dialog-titlebar, .ui-dialog-buttonpane {
  display: none;
}

.colorPicker {
  background-color: #ffffff;
}
.colorPicker__el {
  width: 25px;
  height: 25px;
  margin-top: -4px;
  margin-right: 2px;
  display: inline-block;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.5s;
}
.colorPicker__el:hover {
  border-color: #ffffff;
}

.modal-body {
  max-height: 80vh;
}

.btn-tehrol {
  color: #fff;
  background-color: #eb5733;
  border-color: #eb5733;
}

.btn-tehrol.focus, .btn-tehrol:focus {
  color: #fff;
  background-color: #eb5733;
  border-color: #eb5733;
}

.btn-tehrol:hover {
  color: #fff;
  background-color: #eb5733;
  border-color: #eb5733;
}

.btn-tehrol.active, .btn-tehrol:active, .open > .dropdown-toggle.btn-tehrol {
  color: #fff;
  background-color: #eb5733;
  border-color: #eb5733;
}

.btn-tehrol.active.focus, .btn-tehrol.active:focus, .btn-tehrol.active:hover, .btn-tehrol:active.focus, .btn-tehrol:active:focus, .btn-tehrol:active:hover, .open > .dropdown-toggle.btn-tehrol.focus, .open > .dropdown-toggle.btn-tehrol:focus, .open > .dropdown-toggle.btn-tehrol:hover {
  color: #fff;
  background-color: #eb5733;
  border-color: #eb5733;
}

.btn-tehrol.active, .btn-tehrol:active, .open > .dropdown-toggle.btn-tehrol {
  background-image: none;
}

.btn-tehrol.disabled.focus, .btn-tehrol.disabled:focus, .btn-tehrol.disabled:hover, .btn-tehrol[disabled].focus, .btn-tehrol[disabled]:focus, .btn-tehrol[disabled]:hover, fieldset[disabled] .btn-tehrol.focus, fieldset[disabled] .btn-tehrol:focus, fieldset[disabled] .btn-tehrol:hover {
  background-color: #eb5733;
  border-color: #eb5733;
}

.btn-tehrol .badge {
  color: #eb5733;
  background-color: #fff;
}

/*# sourceMappingURL=core.css.map */
