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;
    width: 75%;
    float: left;
  }
  
  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 .extraction-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 .extraction-step h3 {
    color: #000;
    margin: 5px;
    font-weight: 600;
  }
  
  form .extraction-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 .extraction-step .select-horizontal button {
    margin: 25px 15px;
    border-radius: 0;
  }
  
  form .extraction-step .step-option {
    margin: 10px;
    background-color: #fff;
    border-radius: 3px;
    width: 182px;
    border: solid #d3d3d3 1px;
    position: relative;
    transition: all .3s;
  }
  form .extraction-step .step-option.clickable {
    cursor: pointer;
  }
  
  form .extraction-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 .extraction-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 .extraction-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 .extraction-step .step-option .step-info.tooltip-left::before {
  }
  form .extraction-step .step-option .step-info.tooltip-left::after {
  }
  form .extraction-step .step-option .step-info:hover::after,
  form .extraction-step .step-option .step-info:focus::after,
  form .extraction-step .step-option .step-info:hover::before,
  form .extraction-step .step-option .step-info:focus::before {
    visibility: visible;
    opacity: 1;
  }
  
  form .extraction-step .step-option img {
    width: 100%;
    height: 150px;
    padding: 10px;
  
    object-fit: contain;
    object-position: center;
  }
  
  form .extraction-step .step-option p {
    color: #10498a;
    font-weight: 500;
  }
  
  form .extraction-step .step-option input {
    width: calc(100% - 14px);
    margin: 0 0 7px;
  }
  
  form .extraction-step .step-option select {
    width: calc(100% - 14px);
    margin: 0 0 7px;
  }
  
  form .extraction-step .step-option.selected {
    border: solid #ab0e18 4px;
    margin: 7px;
    width: 188px;
  }
  
  form .extraction-step .step-next, form .extraction-step .step-back {
    background-color: #ab0e18;
  }
  
  form .extraction-step .step-option p span {
    display: block;
    font-size: .8em;
    line-height: 1.3;
    color: #999;
  }
  
  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;
    text-align: left;
  }
  
  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-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 .step-7 .add-to-cart-section {
    text-align: left;
    line-height: 1rem;
  }
  
  form .step-7 .add-to-cart-section h3 {
    margin: 25px 0 0 0;
  }
  
  form .step-7 .add-to-cart-section p {
    color: #000;
    padding-left: 0;
  }
  
  form .step-7 .add-to-cart-section p.description {
    font-size: 13px;
    text-align: left;
  }
  
  form .step-7 .add-to-cart-section p.chose {
    font-weight: 500;
    margin: 10px 0;
  }
  
  form .step-7 .add-to-cart-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
   
  
  }
  
  form .step-7 .add-to-cart-section ul li {
    color: #000;
  
    /* height: 15px; */
    /* padding-left: 20px; */
    padding-top: 0px;
    /* margin: 3px 0; */
    font-size: 13px;
    text-align: left;
  
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-top: 10px;
    font-weight: 500;
  }
  
  .unChecked{
    color: #000;
  
    /* height: 15px; */
    /* padding-left: 20px; */
    padding-top: 0px;
    /* margin: 3px 0; */
    font-size: 13px;
    text-align: left;
  
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-top: 10px;
   
  }
  
  .image-tooltip{
    
    transform: translate(-500px, 0px);
    position: absolute;
    pointer-events: none;
    opacity: 0.0;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
    z-index: 1;
    width: 512px;
    height: 512px;
    border-style: double;
    border-radius: 10px;
  
  
  }
  
  
  
  form .step-7 .add-to-cart-section .select-horizontal input {
    width: 120px;
    margin: 0;
    padding: 10px 8px;
    border: none;
    border-radius: 0;
  }
  
  form .step-7 .add-to-cart-section .select-horizontal input.add-to-quote {
    color:white;
    background-color: #b0c3d8;
  }
  
  form .step-7 .add-to-cart-section .select-horizontal input.add-to-lease {
    color: white;
    background-color: #744497;
  }
  
  
  form .step-7 .add-to-cart-section .select-horizontal input.add-to-cart {
    color: #fff;
  }
  
  form .step-7 .add-to-cart-section .select-horizontal input[type=number] {
    width: 95px;
    border: 1px solid #CDD2E0;
  }
  
  form .step-7 .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;
  }
  
  form .side-bar {
    width: 25%;
    border-right-style: solid;
    float: left;
    text-align: left;
    display: block;
  }
  
  form .side-bar >ul
  {
    list-style: none;
    counter-reset: section;
    width: 100%;
    padding: 0 !important;
  }
  
  form .side-bar > ul > li {
    display: none;
    line-height: 30px;
    text-align: left;
  }
  
  form .side-bar > ul > li::before {
    counter-increment: section;
    content: counters(section,".") "";
    background-color: green;
    color: white;
    border-radius: 25px;
    height: 30px;
    width: 30px;
    float: left;
    text-align: center;
    margin-right: 10px;
  }
  
  .info-form p {
    padding: 2% 1%;
  }
  
  ul#side-bar-list {
    list-style: none;
    padding: 0 0 0 40px;
    font-style: italic;
    color: #888;
    font-size: .95em;
    line-height: 1.3;
  }
  ul#side-bar-list li {
    text-align: left;
  }
  
  form .extraction-step .step-option img.gas-logo {
  
      float: right;
      position: absolute;
      height: 52px;
      width: 52px;
      transform: translate(35px,-55px);
      padding: 0;
  
  }
  
  .cladding-container{
  display: flex;

  width: 100%;
  
  }
  #cladding-left-panel {
    width: 60%;
    display: inline-block;
  
    background: gray;
    height: 80%;
    border-style: solid;
    border-radius: 5px;
  }
  
  #cladding-left-panel p  {
   margin-bottom: 2%;
   font-size: 100%;
  }



  
  #cladding-left-panel img {
    width: 30%;
    height: 40%;
    transform: translateY(-25%);
  
  }
  
  #cladding-right-panel{
   
    display: inline-block;
    width: 40%;
    border-style: solid;
    border-radius: 5px;
    margin-left: 15px;
   
    padding: 15px;
  }
  
  
  #cladding-right-panel img{
    width: 100%;
  }
  
  form .cater-fabs-logo-side img {
    height: 60px;
  }
  
  form .cater-fabs-txt-side {
    margin: -18px 0 20px 0;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
  }
  
  .cladding-select-style {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px !important;
    border: 5px !important;
  
  }
  
  .input-container {
    background: #818181;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    align-self: flex-start;
  
  }
  
  .cladding-label{
    text-align: center;
    margin: auto !important;
    width: 80%;
  
  }
  
  #inner-square{
    background: gray;
    height: 200px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  
  }
  
  .rotated-text {
    
     float: left;
     color: white;
     margin-top: 60px !important;
  }
  
  #expandable-square{
    transition: all .6s ease-in-out;
    transform-origin: 50% 100%;
    background: lightgray;
    width: 100%;
    height: 100%;
    position: relative;
    transform: scale(1,1);
  }
  
  
  .box-input{
    background-color: gray;
    display: none;
    width: 90%;
    margin: auto;
  }
  
  .cladding-input > p
  {
    color: white !important;
    
  }
  
  #cladding-extras{
    display: none;
    
  }
  
  .box-label{
    color: white !important;
  }
  
  .cladding-square-width{
  
  
      margin-top: 3%;
      color: white;
  }
  
  .cladding-square-height{
  
    position: absolute;

    transform: rotate(-90deg);
    color: white;
    margin-left: 5%;
  }

  #square-height{
    margin-left: 65px;
    margin-top: 65px;

  }
  
  #custom_fab > div > div.extraction-step.step-7 > div > input {
    width: 120px;
    margin: 25px 10px;
    padding: 10px 8px;
    border: none;
    border-radius: 0;
    color: white;
    
  }
  
  .cladding-select-style-standalone{
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px !important;
    border: 5px !important;
  }
  
  #cartbutton-standalone
  {
    color: white;
    background-color: green;
    width: 100%;
    margin-top: 50px;
  
  }
  
  #cladding-cooker {
    height: 150px !important;
    width: 150px  !important;
  
  }

  
  #cladding-price {
    width: 100%;
    

  }

  .cladding-price-container {
 
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-radius: 5px;
    

  }

  #left-panel-title {
    font-size: 125% !important;
  }



  .hole-container {
    position: absolute;

    transform-origin: 50% 100%;

    background-color: lightgray;

    transform: translate(0px, -100%);
  }

  .fixing-hole {
    display: none;
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: black;
    border-radius:  5px;
  }

  #top-left{
    top: 5px;
    left: 5px;
  }

  #top-right {

    top: 5px;
    right: 5px;

  }

  #bottom-left {
    bottom: 5px;
    left: 5px;

  }

  #bottom-right {
    bottom: 5px;
    right: 5px;

  }

#back-description  {
   
    margin: 0 auto 2em;
    text-align: left;
    max-width: 1000px;
	
}


  
  
  
  
  
  
  @media (max-width: 370px){
    
    form .progress-icons {
      display: none;
    }
    #cladding-left-panel{
      display: none;
    }
  
  }
  
  @media (max-width: 600px){
  
    #inner-square {
      width: 240px;
      height: 120px;

    }
  
      #square-height{
        margin-left: 0px;
        margin-top: 45px;
  
    
      }
  
  }
  
  @media (max-width: 900px){
  
    .image-tooltip{
    
    width: 256px;
    height: 256px;
    transform: translate(-150px, 0px);
    }
    #cladding-left-panel {
      width: 100%;
      margin-bottom: 25px;
    }

    #cladding-right-panel {
      width: 100%;
      margin-left: 0;
    }
    
    .cladding-container{
      
      height: 100%;
      width: 100%;
      flex-direction: column;
      }

      #square-height{
        margin-left: 10px;
      }
  

  
 
  
  }
  
  
  
  
  @media (max-width: 1200px){

    #square-height
    {
      margin-left: -20px;
    }

    form .side-bar 
    {
      display: none;
    }
  
    form .container .container-white
    {
      width: 100%;
    }

  }
  
  
  
  
  
  /*# sourceMappingURL=extraction-configurator.css.map */
