h2, h3, table {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

#order-form {
    margin: 3.3333% 0;
} #order-form .col2-set, #order-form .col3-set, #order-form .col4-set {
      padding-left: 40px;
      padding-right: 40px;
  } .order-form-box {
        background-image: -moz-linear-gradient(70deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.07) 70%);
        background-image: -webkit-linear-gradient(70deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.07) 70%);
        background-image: linear-gradient(20deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.07) 70%);
        padding: 3.3333% 0 0;
        position: relative;
    } .order-form-box, .order-form-color-group {
          outline: 1px solid transparent;
          -moz-transition: outline-color 0.5s;
          -o-transition: outline-color 0.5s;
          -webkit-transition: outline-color 0.5s;
          transition: outline-color 0.5s;
      } .order-form-box.has-error, .order-form-color-group.has-error {
            outline: 1px solid #F58220;
        } .order-form-box > .form-error {
              left: auto;
              bottom: auto;
              top: 0;
              margin-top: 3.3333%;
              right: 40px;
              font-size: 12px;
              line-height: 16px;
              padding: 5px 10px;
          } #order-form .form-error {
                opacity: 0;
                -moz-transition: opacity 0.5s;
                -o-transition: opacity 0.5s;
                -webkit-transition: opacity 0.5s;
                transition: opacity 0.5s;
                width: auto;
                float: none;
            } #order-form .form-error.visible {
                  opacity: 1;
              } .order-form-box-header {
                    font-size: 24px;
                    margin: 0 0 30px;
                    padding-right: 160px;
                } .order-form-item {
                      text-align: center;
                      position: relative;
                      -moz-transition: opacity 0.3s, height 0.3s;
                      -o-transition: opacity 0.3s, height 0.3s;
                      -webkit-transition: opacity 0.3s, height 0.3s;
                      transition: opacity 0.3s, height 0.3s;
                  } .order-form-item input {
                        display: none;
                    } .order-form-item label {
                          display: block;
                          font-size: 16px;
                          margin: 15px 0;
                      } .order-form-item:after {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            display: none;
                        } .order-form-item.disabled {
                              opacity: 0.3;
                          } .order-form-item.disabled:after {
                                display: block;
                            } .order-form-item-thumbnail {
                                  background: none;
                                  border: none;
                                  padding: 0;
                                  position: relative;
                                  cursor: pointer;
                                  display: block;
                                  max-width: 250px;
                                  margin: 0 auto;
                                  width: 100%;
                              } .order-form-item-thumbnail img {
                                    max-width: 100%;
                                } .order-form-item-thumbnail:before, .order-form-item-thumbnail:after {
                                      content: '';
                                      position: absolute;
                                      top: 0;
                                      left: 0;
                                      width: 100%;
                                      height: 100%;
                                  } .order-form-item-thumbnail:before {
                                        background-image: -moz-linear-gradient(65deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
                                        background-image: -webkit-linear-gradient(65deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
                                        background-image: linear-gradient(25deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
                                    } .order-form-item-thumbnail:after {
                                          opacity: 0;
                                          -moz-transition: opacity 0.3s;
                                          -o-transition: opacity 0.3s;
                                          -webkit-transition: opacity 0.3s;
                                          transition: opacity 0.3s;
                                          background-image: -moz-linear-gradient(115deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
                                          background-image: -webkit-linear-gradient(115deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
                                          background-image: linear-gradient(335deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
                                      } .order-form-item-thumbnail:hover:after {
                                            opacity: 1;
                                        } .order-form-item.active .order-form-item-thumbnail:after {
                                              opacity: 1;
                                          }

.zoomie {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.zoomie:hover{
    position: relative;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 1000;
    background-image: -moz-linear-gradient(115deg, rgba(218, 100, 0, 0) 0%, rgba(249, 157, 46, 0) 0%, rgba(255, 195, 56, 0) 0%);
    background-image: -webkit-linear-gradient(115deg, rgba(218, 100, 0, 0) 0%, rgba(249, 157, 46, 0) 0%, rgba(255, 195, 56, 0) 0%);
    background-image: linear-gradient(335deg, rgba(218, 100, 0, 0) 0%, rgba(249, 157, 46, 0) 0%, rgba(255, 195, 56, 0.0) 0%);
}
.zoomie:hover:after{
    opacity: 0 !important;
} .order-form-item-thumbnail {
      background: none;
      border: none;
      padding: 0;
      position: relative;
      cursor: pointer;
      display: block;
      max-width: 250px;
      margin: 0 auto;
      width: 100%;
  } .order-form-item-thumbnail img {
        max-width: 100%;
    } .order-form-item-thumbnail:before, .order-form-item-thumbnail:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      } .order-form-item-thumbnail:before {
            background-image: -moz-linear-gradient(65deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
            background-image: -webkit-linear-gradient(65deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
            background-image: linear-gradient(25deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
        } .order-form-item-thumbnail:after {
              opacity: 0;
              -moz-transition: opacity 0.3s;
              -o-transition: opacity 0.3s;
              -webkit-transition: opacity 0.3s;
              transition: opacity 0.3s;
              background-image: -moz-linear-gradient(115deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
              background-image: -webkit-linear-gradient(115deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
              background-image: linear-gradient(335deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
          } .order-form-item-thumbnail:hover:after {
                opacity: 1;
            } .order-form-item.active .more {
                  background-color: #F58220;
                  color: #FFFFFF;
              } .order-form-item.active .more:after {
                    color: #000000;
                } .order-form-box-size .form-item {
                      max-width: 250px;
                  } .order-form-box-size .form-item label {
                        display: block;
                        font-size: 16px;
                        margin-bottom: 5px;
                    } .order-form-info-box {
                          margin-top: -6px;
                          color: #999;
                      } .order-form-info-box h3 {
                            font-size: 18px;
                            text-transform: uppercase;
                            color: #999;
                            font-weight: 400;
                            padding-left: 40px;
                            background: url(//www.alumatex.pl/wp-content/plugins/alumatex_order_form/images/icon_info.png) no-repeat 0 0;
                            min-height: 26px;
                            line-height: 26px;
                        } .order-form-info-box h3, .order-form-info-box p {
                              margin-left: 0 !important;
                              margin-right: 0 !important;
                          } .order-form-size-preview {
                                height: 300px;
                                padding: 20px 60px 80px 10px;
                                position: relative;
                            } .order-form-size-preview .sizer {
                                  height: 100%;
                                  width: 300px;
                                  position: relative;
                                  border: 3px dashed #f58220;
                                  margin: 0 auto;
                                  -moz-transition: height 0.3s, width 0.3s, margin-top 0.3s;
                                  -o-transition: height 0.3s, width 0.3s, margin-top 0.3s;
                                  -webkit-transition: height 0.3s, width 0.3s, margin-top 0.3s;
                                  transition: height 0.3s, width 0.3s, margin-top 0.3s;
                              } .order-form-size-preview .sizer .length-label, .order-form-size-preview .sizer .width-label {
                                    position: absolute;
                                    border: 2px solid #f58220;
                                    width: 80px;
                                    text-align: center;
                                    font-size: 16px;
                                    color: #494949;
                                    background-color: #FFF;
                                } .order-form-size-preview .sizer .length-label {
                                      right: -54px;
                                      top: 50%;
                                      margin-top: -17px;
                                  } .order-form-size-preview .sizer .width-label {
                                        left: 50%;
                                        margin-left: -42px;
                                        top: -17px;
                                    } .order-form-size-preview .entry-label {
                                          position: absolute;
                                          bottom: 0;
                                          left: 0;
                                          width: 100%;
                                          text-align: center;
                                          padding-top: 45px;
                                          padding-right: 60px;
                                          -moz-box-sizing: border-box;
                                          -webkit-box-sizing: border-box;
                                          box-sizing: border-box;
                                          background: url(//www.alumatex.pl/wp-content/plugins/alumatex_order_form/images/icon_entry.png) no-repeat 50% -45px;
                                          background-origin: content-box;
                                      } .order-form-color-group {
                                            position: relative;
                                            margin-bottom: 5px;
                                        } .order-form-color-group > .form-error {
                                              left: 40px;
                                              padding: 2px 5px !important;
                                              bottom: 10px;
                                              margin: 0 !important;
                                          } .order-form-color-group > *:nth-child(n) {
                                                margin-bottom: 0 !important;
                                                padding: 20px 0;
                                            } .order-form-color-group > *:nth-child(2n+1) {
                                                  padding-bottom: 40px;
                                              } .order-form-color-group ul {
                                                    margin: -2.6104% 0 0 !important;
                                                    padding: 0;
                                                    font-size: 0;
                                                    line-height: 0;
                                                } .order-form-color-group li:before {
                                                      display: none;
                                                  } .order-form-color-group .order-form-item {
                                                        display: inline-block;
                                                        width: 120px;
                                                        height: 100px;
                                                        padding: 2.6104% 2.6104% 0 0;
                                                    } .order-form-color-group .order-form-item:nth-child(7n) {
                                                          padding-right: 0;
                                                      } .order-form-color-group .order-form-item button {
                                                            border: none;
                                                            padding: 0;
                                                            background: none;
                                                        } .color-group-description {
                                                              font-size: 16px;
                                                          } .color-group-description p {
                                                                margin-left: 0 !important;
                                                                margin-right: 0 !important;
                                                            } .order-form-box-surface-configuration .form-item {
                                                                  margin: 0 40px;
                                                                  padding-bottom: 40px;
                                                                  max-width: 830px;
                                                              } .order-form-box-surface-configuration textarea {
                                                                    height: 150px;
                                                                } .order-form-box-surface-types .col3-set {
                                                                      margin-bottom: 40px;
                                                                  } .order-form-box-contact-data .form-actions {
                                                                        margin: 0 40px;
                                                                    } .order-form-box-contact-data .form-wrap {
                                                                          margin: 0;
                                                                      } .order-form-box-contact-data .textarea textarea {
                                                                            height: 209px;
                                                                        } .order-form-box-contact-data {
                                                                              padding-bottom: 3.3333%;
                                                                          } .order-form-preview-box {
                                                                                max-width: 650px;
                                                                                margin: 3.3333% auto;
                                                                            } .order-form-preview-box .inner {
                                                                                  height: 300px;
                                                                                  margin: 0 10px;
                                                                                  overflow: hidden;
                                                                              } .order-form-preview-box .inner > div {
                                                                                    background-repeat: repeat-x;
                                                                                    background-position: 50% 0;
                                                                                } .order-form-preview-box .profile-30 {
                                                                                      height: 30px;
                                                                                  } .order-form-preview-box .profile-50 {
                                                                                        height: 50px;
                                                                                    } .order-form-preview-box .entry-label {
                                                                                          text-align: center;
                                                                                          padding-top: 60px;
                                                                                          display: block;
                                                                                          background: url(//www.alumatex.pl/wp-content/plugins/alumatex_order_form/images/icon_entry.png) no-repeat 50% 15px;
                                                                                      } select.not-selected {
                                                                                            color: rgba(34, 34, 34, 0.54) !important;
                                                                                        } .order-form-box-types .col4-set > div.order-form-info-box {
                                                                                              float: right;
                                                                                          }
@media only screen and (max-width: 800px) { .color-group-description {
    font-size: 14px;
} .order-form-box-types .col4-set > div.order-form-info-box {
      float: none;
      width: auto;
  }
}
@media only screen and (max-width: 480px) { #order-form .col2-set, #order-form .col3-set, #order-form .col4-set {
    padding-left: 10px;
    padding-right: 10px;
} #order-form .order-form-box-header {
      padding-left: 10px;
  } .order-form-box {
        margin-left: -10px;
        margin-right: -10px;
    } .order-form-box > .form-error {
          right: 10px;
      } .color-group-description {
            font-size: 16px;
        } .order-form-color-group ul {
              text-align: center;
              font-size: 16px;
          } .order-form-color-group .order-form-item {
                padding-right: 0;
            }
}
.ramp_active {
    position: relative;
}

.ramp_active::after {
    content: "";
    background-image: -moz-linear-gradient(115deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
    background-image: -webkit-linear-gradient(115deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
    background-image: linear-gradient(335deg, rgba(218, 100, 0, 0.8) 0%, rgba(249, 157, 46, 0.8) 50%, rgba(255, 195, 56, 0.8) 100%);
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.ramp_active img {
    position: relative;
    z-index: 0;
}
.ramp_active2 {
    opacity: 0.3;
}
.dataInArr {
    text-align: center;
}
.ramp_counter {
    display: block;
    margin-top: 0px;
}
.display_inline {
    display: inline;
}
.display_none {
    display: none;
}
.ramp-counter-label {
    text-align: center;
    padding-top: 100px;
    display:none;
}
.label_calc {
    top: calc(100% + -55px);
}
#dimensioning_submit {
    text-align: left;
}
#ramp-top {
    padding-top: 42px;
    top: -42px;
    padding-left: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#ramp-bottom {
    padding-top: 42px;
    bottom: -42px;
    padding-left: 100%;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#ramp-left {
    left: -42px;
    padding-left: 42px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#ramp-right {
    right: -42px;
    padding-left: 42px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#graphic {
    width: 100% !important;
}
#preview_div {
    width: 22%;
    display:inline;
    padding-left: 20px !important;
}
.preview_button {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.pad_top_10 {
    padding-top: 10px;
}
.pad_top_25 {
    padding-top: 25px;
}
.pad_top_30 {
    padding-top: 30px;
}
.pos_relative {
    position: relative;
}

.width44 {
    width: 44% !important;
}
.h100 {
    height: 100% !important;
}
.preview_none_text {
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: center;
    font-size: 1.3em;
}
#arrow_down {
    width: 30px;
    height: 30px;
    position: absolute;
    padding-left: 5px;
    left: 89%;
    top: 52%;
    display: none;
    z-index: 1;
}
#arrow_up {
    width: 30px;
    height: 30px;
    position: absolute;
    padding-left: 5px;
    left: 89%;
    top: 22%;
    display: none;
    z-index: 1;
}
#arrow_left {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 87%;
    left: 20%;
    display: none;
}
#arrow_right {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 87%;
    right: 20%;
    display: none;
}
.preview_other_text {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    font-size: 2.5em;
}

@media screen and (max-width: 768px) {
    .third_preview {
        width: 100% !important;
        display:inline;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 4rem 0 !important;
    }
}

@media screen and (min-width: 769px) {
    .third_preview {
        width: 25% !important;
        display:inline;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
.align_left {
    text-align: left;
}
.w100 {
    width: 100% !important;
}
.calc_margin_top {
    margin-top: calc(40%) !important;
}
#demoframe {
    border: none;
    padding: 0;
    cursor: default;
}
#demoramps {
    border: none;
    padding: 0;
    cursor: default;
}
#surfaceaccessories-drainage_system {
    border: none;
    padding: 0;
    cursor: default;
}
#surfaceaccessories-frame {
	border: none;
    padding: 0;
    cursor: default;
}
.ramps_text_info {
    display: block;
    font-size: 16px;
    margin: 15px 0;
    text-align: center;
}
.ramps_button {
    background: none;
    border: none;
    padding: 0;
    position: relative;
    display: block;
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
}


.invisible {
    visibility: hidden
}

.col2-set>* {
    width: 50%;
    float: left
}

.col2-set>*:nth-child(2n+1) {
    clear: left
}

.col2-set.with-gap>* {
    width: 48.2143%;
    margin-right: 3.5714%;
    margin-bottom: 3.5714%
}

.col2-set.with-gap>*:nth-child(2n) {
    margin-right: 0
}

.division-1-2>*:nth-child(2n) {
    width: 66.6667%
}

.division-1-2>*:nth-child(2n+1) {
    width: 33.3333%
}

.division-1-2.with-gap>*:nth-child(2n) {
    width: 74.1071%
}

.division-1-2.with-gap>*:nth-child(2n+1) {
    width: 22.3214%
}

.division-2-1>*:nth-child(2n+1) {
    width: 66.6667%
}

.division-2-1>*:nth-child(2n) {
    width: 33.3333%
}

.division-2-1.with-gap>*:nth-child(2n+1) {
    width: 74.1071%
}

.division-2-1.with-gap>*:nth-child(2n) {
    width: 22.3214%
}

.col3-set>* {
    width: 33.3333%;
    float: left
}

.col3-set>*:nth-child(3n) {
    width: 33.3334%
}

.col3-set>*:nth-child(3n+1) {
    clear: left
}

.col3-set.with-gap>* {
    width: 30.1205%;
    margin-right: 4.8193%;
    margin-bottom: 4.8193%
}

.col3-set.with-gap>*:nth-child(3n) {
    margin-right: 0;
    width: 30.1205%
}

.col4-set>* {
    width: 25%;
    float: left
}

.col4-set>*:nth-child(4n+1) {
    clear: left
}

.col4-set.with-gap>* {
    width: 22.3214%;
    margin-right: 3.5715%;
    margin-bottom: 3.5714%
}

.col4-set.with-gap>*:nth-child(4n) {
    margin-right: 0
}

.clearfix:before,
.clearfix:after,
.col4-set:before,
.col4-set:after,
.col3-set:before,
.col3-set:after,
.col2-set:before,
.col2-set:after {
    content: " ";
    display: table
}

.clearfix:after,
.col4-set:after,
.col3-set:after,
.col2-set:after {
    clear: both
}

.clearfix,
.col4-set,
.col3-set,
.col2-set {
    *zoom: 1
}

.hide-this {
    display: none !important;
}

.more {
    padding: 3px 40px;
    padding-right: 40px;
    padding-left: 40px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
    min-height: 22px;
    font-weight: 900;
    color: #000;
    background-color: #FFF;
    white-space: nowrap;
    border: none;
    font-family: 'Lato',sans-serif;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-transition: color 0.3s,background-color 0.3s;
    -o-transition: color 0.3s,background-color 0.3s;
    -webkit-transition: color 0.3s,background-color 0.3s;
    transition: color 0.3s,background-color 0.3s;
}

.summary td {
    border-width: 1px;
    border-style: solid;
    border-color: black;
}


.option_disabled {
	opacity: 0.3 !important;
}
