.price-calculator-container {
    background: #f0f3f4;
    padding: 35px;
}
.calculator-form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.calculator-step {
    background: #ffffff;
    margin-bottom: 15px;
    border: 2px solid #ffffff;
}
.calculator-step:not(.js-current).js-unverified {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
.calculator-step.js-current {
    border: 2px solid #373030;
}
.calculator-step.js-error {
    border-color: #fff;
    box-shadow: rgba(255, 0, 0, 0.5) 0px 3px 10px;
}
.calculator-step:last-child {
    margin-bottom: 0;
}
.step-header {
    padding: 16px 20px;
}
h2.step-title {
    margin-bottom: 0;
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.step-content {
    display: none;
    position: relative;
}
.calculator-step:not(.js-current):not(.js-unverified):hover {
    border: 2px solid #373030;
    cursor: pointer;
}
.js-current .step-content {
    display: block;
    border-top: solid 1px #f0f3f4;
    margin: 0 20px 16px 20px;
    padding: 16px 0 0 0;
}
h4.instruction-title {
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 10px;
    text-transform: uppercase;
}


/* Checkboxes */
.checkmark-container {
    display: inline-block;
    position: relative;
    padding-left: 19px;
    margin-right: 15px;
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
}

.step__kitchen_island .checkmark-container, .step__background .checkmark-container {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}

/* Hide the browser's default checkbox */
.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 3px;
    border: solid 1px #979797;
}

/* On mouse-over */
.checkmark-container:hover input ~ .checkmark {
}

/* When the checkbox is checked */
.checkmark-container input:checked ~ .checkmark {
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #ff0300;
    border-radius: 2px;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-category-group {
    margin-bottom: 15px;
}
.product-list-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.product-list {
    margin: 0 -7.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-list__radio {
    opacity: 0;
    position: absolute;
    z-index: -10;
}
.product-list__item {
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    flex-basis: 20%;
    max-width: 20%;
    padding: 0 7.5px 15px 7.5px;
}
.product-list__item:hover .product-list__visual, .product-list__item input[type="radio"]:checked + .product-list__link .product-list__visual {
    border: 1px solid #ff7043;
}
.product-list__link {
    cursor: pointer;
}
.product-list__visual {
    border: 1px solid #fff;
    margin-bottom: 8px;
    text-align: center;
}
.product-list__visual img {
    min-width: 100%;
}
.pick-product .product-list__visual img {
    max-height: 150px;
    min-width: unset;
    width: auto;
    vertical-align: middle;
    display: inline-block;
}
.product-list__title.js-product__title {
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0;
}
.product-list__title.js-product__title span.price {
    color: #FF7043;
}
.load-more-products-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.load-more-products-wrapper .load-more-products__label {
    font-family: 'Exo 2',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.214286px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}
.load-more-products-wrapper .load-more-products__label.is-loading {
    cursor: not-allowed;
    user-select: none;
}
.load-more-products-wrapper .load-more-products__label img {
    margin-left: 5px;
}
.ajax-loading {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: wait;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    z-index: 5050;
}
.ajax-loading.visible {
    opacity: 1;
    visibility: visible; 
}
.ajax-loading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.8;
    z-index: 0;
}
.ajax-loading img {
    position: relative;
    z-index: 50;
}
.step-content.pick-product .step-content-wrapper .step-instructions {
    margin-bottom: 25px;
}
.step-content-wrapper .step-instructions .instruction {
    font-family: 'Exo 2',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
.step-content.pick-product h4.product-category-title {
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.calculator-step .step-footer {
    text-align: right;
    margin: 0 0 16px 0;
}
.calculator-step .step-footer button.step__next, .calculator-step .step-footer button.step__submit  {
    display: inline-block;
    text-transform: uppercase;
    border-radius: 25.5px;
    background: #ff7043 url(../images/btn-arrows.svg) no-repeat;
    background-position: 25px 50%;
    color: #ffffff;
    font-family: 'Exo 2',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    border: 0;
    outline: 0;
    padding: 12px 30px 12px 50px;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}
.calculator-step .step-footer button.step__next:hover, .calculator-step .step-footer button.step__submit:hover {
    background-color: #ff6636;
}

/* Start of Shapes */
.step__shapes-item {
    text-align: center;
}
.shapes-item__title.js-shapes__title {
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
}
.step__shapes-input {
    opacity: 0;
    position: absolute;
    z-index: -10;
}
.step__shapes {
    margin: 0 -7.5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.step__shapes-item {
    text-align: center;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 7.5px 15px 7.5px;
}
.shapes-item__link {
    cursor: pointer;
    padding: 12px 12px;
    border: 1px solid #fff;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.step__shapes-item:hover .shapes-item__link , .step__shapes-item input[type="radio"]:checked + .shapes-item__link {
    border: 1px solid #ff7043;
}
.shapes-item__quantity {
    margin-top: 20px;
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
}
.shapes-item__quantity label {
    margin-right: 10px;
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
}
.shapes-item__quantity select {
    background: #f0f3f4;
    border: 1px solid #f0f3f4;
    text-align: right;
    padding: 5px 5px 5px 11px;
}
.shapes-item__quantity span.shape-quantity__unit {
    margin-left: 7px;
}
/* End of Shapes */
/* Start of Shape measurments */
.step__measurments {
    margin: 0 -7.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.step__measurments-col {
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 7.5px 15px 7.5px;
}
.measurment-row {
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
h4.measurments-col__title {
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 20px;
}
.measurment-row {
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 15px;
}
.step__measurments-col .measurment-row:last-child {
    margin-bottom: 0;
}
.measurment-row label {
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 0;
}
.step__openings-measurments .measurment-row label {
    text-transform: none;
}
.measurment-row .measurment__unit {
    margin-left: 8px;
}
.measurment-row .measurment__input {
    background: #f0f3f4;
    border: 0;
    outline: 0;
    padding: 9px 8px;
    width: 80%;
}
.step__measurments-extra {
    margin-top: 20px;
}
.step__kitchen_island .measurments, .step__background .measurments, .step__openings-measurments .measurments {
    display: none;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.step__background .measurments {
    width: 100%;
    margin-bottom: 0;
}
.step__kitchen_island .measurments.visible, .step__background .measurments.visible, .step__openings-measurments .measurments {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.step__openings-measurments .measurments {
    width: 100%;
}
.step__openings-measurments .measurment-row .measurment__input {
    width: auto;
    max-width: 64px;
}
.step__wall-total-length .measurments {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.step__kitchen_island .measurments .measurment-row  {
    width: 50%;
}
.step__background .measurments .measurment-row {
    width: 100%;
}
.step__kitchen_island .measurments .measurment-row:first-child, .step__background .measurments .measurment-row:first-child, .step__openings-measurments .measurments .measurment-row:first-child {
    margin-right: 15px;
}
.step__wall-total-length {
    margin-top: 20px;
}
.step__wall-total-length .measurments .step-instructions {
    width: 100%;
    margin-bottom: 10px;
    line-height: 14px;
}
.step__wall-total-length .measurments .step-instructions span {
    width: 100%;
    color: #383030;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    font-family: 'Exo 2',sans-serif;
}
.step__wall-total-length .measurments .measurment-row .measurment__input {
    max-width: 146px;
}
.measurments-quantity {
    display: none;
}
.measurments-quantity.visible {
    display: block;
}
.measurments__quantity {
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
}
a.add-new-background {
    background: #d6dee1;
    border: 0;
    outline: 0;
    padding: 2px 7px 7px 7px;
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
    line-height: 18px;
    font-family: 'Exo 2',sans-serif;
    color: #383030;
    display: inline-block;
}
a.add-new-background:hover, a.add-new-background:focus {
    text-decoration: none;
}
.measurments__quantity label {
    margin-right: 10px;
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
}
.measurments__quantity select {
    background: #f0f3f4;
    border: 1px solid #f0f3f4;
    text-align: right;
    padding: 5px 5px 5px 11px;
}
.measurments__quantity span.measurments-quantity__unit {
    margin-left: 7px;
}
/* End of Shape measurments */

/* Start of Edges */
.step__edges {
    margin: 0 -7.5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.step__edges-item {
    text-align: center;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 7.5px 15px 7.5px;
}
.step__edges-input {
    opacity: 0;
    position: absolute;
    z-index: -10;
}
.edges-item__title.js-edges__title {
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
}
.edges-item__link {
    cursor: pointer;
    padding: 12px 12px;
    border: 1px solid #fff;
    height: 100%;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.step__edges .edges-item__link .shapes-item__visual {
    max-height: 75px;
}
.step__edges-item:hover .edges-item__link, .step__edges-item input[type="radio"]:checked + .edges-item__link {
    border: 1px solid #ff7043;
}
/* End of Edges */

/* Start of Openings */
.step__openings {
    margin: 0 -7.5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.step__openings-item {
    text-align: center;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 7.5px 15px 7.5px;
}
.step__openings-input {
    opacity: 0;
    position: absolute;
    z-index: -10;
}
.openings-item__title.js-openings__title {
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
}
.openings-item__link {
    cursor: pointer;
    padding: 12px 12px;
    border: 1px solid #fff;
    height: 100%;
    margin-bottom: 15px;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.step__openings-item:hover .openings-item__link, .step__openings-item input[type="radio"]:checked + .openings-item__link {
    border: 1px solid #ff7043;
}
/* End of Openings */
/* Start of Joonised */
.upload-btn-container {
    margin-top: 25px;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload-btn-wrapper .btn {
    background: #f0f3f4;
    border: 1px solid #f0f3f4;
    padding: 13px 65px;
    color: #383030;
    font-family: "Exo 2";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-transform: inherit;
}
.upload-btn-wrapper .btn:hover {
    cursor: pointer;
}
.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.upload-btn-container .file-name {
    font-size: 11px;
    color: #828282;
}
/* End of Joonised */

/* Start of Form */
.form-container {
    margin-top: 20px;
}
.form-row label {
    color: #383030;
    font-family: "Exo 2";
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 2px;
}
.form input, .form select {
    width: 100%;
    box-sizing: border-box;
}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form textarea, .form select {
    background: #f0f3f4;
    border: 0;
    outline: 0;
    padding: 9px 9px;
    line-height: 19px;
    font-size: 14px;
}
.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f0f3f4 url(../images/select-arrow.svg) no-repeat;
    background-position: 95% 50%;
}
.form textarea {
    resize: none;
    width: 100%;
    height: 100px;
}
.form-row {
    color: #383030;
    font-family: 'Exo 2',sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin: 0 -11px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 20px;
}
.form-row:last-child {
    /*margin-bottom: 0;*/
}
.form .form-col {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 11px 0 11px;
}
.form .form-row.cols-4 .form-col {
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 11px 0 11px;
}
.option-groups, .option-groups .option-group {
    display: inline-block;
}
.form .form-row .textarea-notice {
    margin-top: 5px;
    display: inline-block;
    font-weight: 300;
}
.form-feedback-container {
    display: none;
    margin-bottom: 25px;
    overflow: hidden;
    z-index: 50505;
    position: relative;
}
.form-feedback-container.success {
    background-color: #16a085;
}
.form-feedback-container.error {
    background-color: #e74c3c;
}
.form-feedback-wrapper {
    padding: 10px 15px;
    font-weight: normal;
    text-align: left;
}
.form-feedback-message {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: normal;
}
.form-feedback-message {
    font-family: 'Exo 2',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    display: inline-block !important;
    color: #ffffff;
}

/* End of Form */


@media screen and (max-width: 830px) {
    .product-list__visual {
        text-align: left;
    }
    .price-calculator-container {
        padding: 35px 15px;
    }
    .product-list__item {
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 7.5px 15px 7.5px;
    }
    .step__shapes-item {
        text-align: center;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 7.5px 15px 7.5px;
    }
    .step__edges-item {
        text-align: center;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 7.5px 15px 7.5px;
    }
    .step__openings-item {
        text-align: center;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 7.5px 15px 7.5px;
    }
    .step__openings-measurments .measurments {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .step__openings-measurments .measurments .measurment-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .step__openings-measurments .measurments .measurment-row:first-child {
        margin-right: 0;
    }
    .form .form-row.cols-4 .form-col {
        -ms-flex: 1 0 25%;
        flex: 1 0 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 11px 0 11px;
        margin-bottom: 15px;
    }
    .form .form-row.cols-4 .form-col:last-child {
        margin-bottom: 0;
    }
    .option-groups .option-group {
        display: inline-block;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 576px) {
    .product-list__item {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 7.5px 15px 7.5px;
    }
    .step__shapes-item {
        text-align: center;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 7.5px 15px 7.5px;
    }
    .step__edges-item {
        text-align: center;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 7.5px 15px 7.5px;
    }
    .step__openings-item {
        text-align: center;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 7.5px 15px 7.5px;
    }
    .shapes-item__quantity {
        width: 100%;
    }
    .measurment-row .measurment__input {
        width: auto;
    }
}