form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

form .container {
  width: 100%;
}

form .container .container-black {
  background-color: #000;
  padding: 1em 0;
  margin: 0 0 2em;
}

form .container .container-white {
  background-color: #fff;
}

form .progress-icons {
  padding-bottom: 10px;
}

form .progress-icons ul {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

form .progress-icons ul::before {
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  background: #202020;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

form .progress-icons ul li {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #202020;
  border-radius: 50%;
  color: #434343;
  font-size: 23px;
  font-weight: 700;
  margin-right: 22px;
}

form .progress-icons ul li:last-child {
  margin-right: 0;
}

form .progress-icons ul li.current {
  background-color: #ab0e18;
  color: #fff;
}

form .fabrication-step {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

form .fabrication-step h3 {
  color: #000;
  margin: 5px;
  font-weight: 600;
}

form .fabrication-step .select-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
        	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

form .fabrication-step .select-horizontal button {
  margin: 25px 15px;
  border-radius: 0;
}

form .fabrication-step .step-option {
  margin: 10px;
  background-color: #fff;
  border-radius: 3px;
  width: 182px;
  border: solid #d3d3d3 1px;
  position: relative;
  transition: all .3s;
}
form .fabrication-step .step-option.clickable {
  cursor: pointer;
}

form .fabrication-step .step-option .step-info {
  height: 12px;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 0;
  border: 5px solid #FFF;
  background-color: #ab0e18;
  color: #fff;
  font-family: hoefler;
  font-size: 10px;
  line-height: 12px;
  border-radius: 50%;
  font-style: italic;
  transition: all .3s;
  box-sizing: content-box;
}
form .fabrication-step .step-option .step-info::before {
  visibility: hidden;
  opacity: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f2f2f2;
  position: absolute;
  top: 0;
  left: 22px;
  
  left: initial;
  right: 18px;
  border-left: 6px solid #f2f2f2;
  border-right: initial;
}
form .fabrication-step .step-option .step-info::after {
  visibility: hidden;
  opacity: 0;
  font-family: 'Roboto', Arial, Sans-serif;
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  top: -5px;
  left: 28px;
  background: #f2f2f2;
  color: #000;
  width: auto;
  z-index: 99;
  padding: 1em;
  width: 200px;
  text-align: left;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  
  left: initial;
  right: 24px;
}
form .fabrication-step .step-option .step-info.tooltip-left::before {
}
form .fabrication-step .step-option .step-info.tooltip-left::after {
}
form .fabrication-step .step-option .step-info:hover::after,
form .fabrication-step .step-option .step-info:focus::after,
form .fabrication-step .step-option .step-info:hover::before,
form .fabrication-step .step-option .step-info:focus::before {
  visibility: visible;
  opacity: 1;
}

form .fabrication-step .step-option img {
  width: auto;
  height: 150px;
  padding: 10px;
}

form .fabrication-step .step-option p {
  color: #10498a;
  font-weight: 500;
}

form .fabrication-step .step-option input {
  width: calc(100% - 14px);
  margin: 0 0 7px;
}

form .fabrication-step .step-option select {
  width: calc(100% - 14px);
  margin: 0 0 7px;
}

form .fabrication-step .step-option.selected {
  border: solid #ab0e18 4px;
  margin: 7px;
  width: 188px;
}

form .fabrication-step .step-next, form .fabrication-step .step-back {
  background-color: #ab0e18;
}

form .step-6 .add-to-cart-section {
  text-align: left;
  line-height: 1rem;
}

form .step-6 .add-to-cart-section h3 {
  margin: 25px 0 0 0;
}

form .step-6 .add-to-cart-section p {
  color: #000;
  padding-left: 0;
}

form .step-6 .add-to-cart-section p.description {
  font-size: 13px;
}

form .step-6 .add-to-cart-section p.chose {
  font-weight: 500;
  margin: 10px 0;
}

form .step-6 .add-to-cart-section ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

form .step-6 .add-to-cart-section ul li {
  color: #000;
  background: url("/images/fabrication_configurator/check-mark.png") no-repeat left;
  background-size: 15px;
  height: 15px;
  padding-left: 20px;
  padding-top: 0px;
  margin: 3px 0;
  font-size: 13px;
}

form .step-6 .add-to-cart-section .select-horizontal input {
  width: 120px;
  margin: 25px 10px;
  padding: 10px 8px;
  border: none;
  border-radius: 0;
}

form .step-6 .add-to-cart-section .select-horizontal input.add-to-quote {
  color: #000;
  background-color: #b0c3d8;
}

form .step-6 .add-to-cart-section .select-horizontal input.add-to-cart {
  color: #fff;
}

form .step-6 .add-to-cart-section .select-horizontal input[type=number] {
  width: 95px;
  border: 1px solid #CDD2E0;
}

form .step-6 .break-bar {
  width: 100%;
  height: 1px;
  background-color: #b0c3d8;
}

form .cater-fabs-logo img {
  height: 60px;
}

form .cater-fabs-txt {
  margin: -18px 0 20px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

form .cater-fabs-txt span {
  font-weight: 400;
  font-size: 18px;
}

@media (max-width: 500px){

  form .fabrication-step .select-horizontal {
    flex-direction: column;
    width: 100%;
  }

    form .fabrication-step .step-option,
    form .fabrication-step .step-option.selected {
      max-width: 250px;
      width: 96%;
      margin: 10px 2%;
    }

    form .progress-icons ul li {
      margin-right: 5px;
    }

    form .fabrication-step .select-horizontal button,
    form .step-6 .add-to-cart-section .select-horizontal input {
        margin: 8px 5px;
        min-width: 120px;
        text-align: center;
    }

}

@media (max-width: 370px){
  
  form .progress-icons {
    display: none;
  }

}
/*# sourceMappingURL=fabrication-configurator.css.map */