/* Start vikas css */
#pdf-results-products
{
    background-color: red;
}
#pdf-results-products .product-name {color: red; }
#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    display: none; /* Initially hidden */
    z-index: 9999; /* Ensure it's on top of everything */
}

/* Styles for loader */
#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
}
body{
    font-family: 'Rubik',sans-serif;
}
h1 {
    font-size: 36px;
} 
h1,h2,h3,h4,h5,h6 {
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
    line-height: 1
}
/* End vikas css */
.flex-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
}
.image_hotline{
    float: left;
    width: 44px;
    height: 44px;
    background-color: #ff9300;
    mask-image: url("../images/hotline_icon.svg");
}
.image-wrap label {
    font-size: 14px;
    line-height: normal;
    color: #afafaf;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: 'Rubik',sans-serif;
}
.image-wrap span{
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    font-family: 'Rubik',sans-serif;
    color: #222;
    display: block;
}

header {
    padding: 28px 0;
    transition: padding .5s;
}
header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    left: 0;
    z-index: 9;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    transition: padding .5s;
    padding: 15px 0;
}
.image-wrap {
    margin-left: 10px;
    display: inline-block;
}
.header-row {
    text-align: -webkit-center;
}
.header-logo img{
    height: 95px;
}
.header-hoteline {
    display: flex;
    align-items: center;
    width: 83.33333333%;
    padding-left: 50px;
}
.footer-logo img{
    height: 100px;
}
.footer-intro p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 23px;
    color: #222;
    font-weight: 400;
    font-family: 'Rubik',sans-serif;
}
.footer-content-block{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: baseline;
}
.footer-content-block .header-hoteline {
    padding: 0;
    width: 100%;
    margin: 20px 0;
}
footer {
    padding: 60px 0;
    border-top: 1px solid #f6eded;
}
.footer-content-block .header-hoteline .image_hotline {
    width: 60px;
    height: 60px;
}

.footer-content-block .header-hoteline .image-wrap span {
    font-size: 24px;
    font-weight: 600;
}
.tab-steps
    .roof-measurements
    .roof-measurements-container
    .measurement
    .field
    select {
    height: 45px;
    width: 50%;
    max-width: 400px;
    border-radius: 3px;
    border: 1px solid #cbcbcb;
    color: #474747;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    margin: 5px 0 5px 15px;
    display: inline-block;
    vertical-align: middle;
}
#results-products .products-items .products-items-info {
    height: 80px;
    width: 80%;
    margin: 0 10px;
}
.sheet_calculator__stage__results__inner {
    width: 70%;
}

@media (max-width: 1199px){
    .header-hoteline {
        width: 75%;
    }

}

@media (max-width: 991px){
    .header-hoteline {
        width: 70%;
    }
    .sheet_calculator__stage__results__inner {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header-hoteline {
        width: 50%;
    }
    footer{
        padding: 30px 0;
    }
    .tab-steps--list{
        display: flex;
        justify-content: center;
    }
    #results-products .products-items .products-items-info{
        height: auto;
    }
    
}
@media (max-width: 575px) {
    .footer-content-block{
        display: flex;
        flex-direction: column;
    }
    .header-hoteline {
        justify-content: end;
        padding-left: 0;
    }
    .footer-content-block .header-hoteline{
        justify-content: start;
    }
    .tab-steps .roof-measurements .roof-measurements-container .measurement .field select{
        font-size: 12px;
        padding: 8px;
    }
}


@media (min-width: 540px) {
    .flex-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .flex-container {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .flex-container {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .flex-container {
        max-width: 1200px;
    }
}

.flex-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.flex-col-xs-12,
.flex-col-sm-12,
.flex-col-md-12,
.flex-col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
}

@media (min-width: 540px) {
    .flex-col-xs-12 {
        max-width: calc(100% * (12 / 12));
        width: calc(100% * (12 / 12));
    }
}

@media (min-width: 768px) {
    .flex-col-sm-12 {
        max-width: calc(100% * (12 / 12));
        width: calc(100% * (12 / 12));
    }
}

@media (min-width: 992px) {
    .flex-col-md-12 {
        max-width: calc(100% * (12 / 12));
        width: calc(100% * (12 / 12));
    }
}

@media (min-width: 1200px) {
    .flex-col-lg-12 {
        max-width: calc(100% * (12 / 12));
        width: calc(100% * (12 / 12));
    }
}

/******************/
/**** TAB STEPS *****/
/******************/

.tab-steps {
    position: relative;
    list-style: none;
    padding-left: 0;
    min-height: 110px;
    width: 100%;
}

.tab-steps--list {
    list-style: none;
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.tab-steps--list li {
    position: relative;
    list-style: none;
    display: inline-block;
    counter-increment: li;
    width: 30%;
    cursor: pointer;
    opacity: 1;
}

.tab-steps--list li.active {
    opacity: 1;
}

.tab-steps--list li.active:after {
    background: #ffa500;
    width: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tab-steps--list li:before {
    content: counter(li);
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #fff;
    line-height: 39px;
}
.tab-steps--list li {
    color: #d7d7c3;
}
.tab-steps--list li.current {
    color: #ff9300;
}

.tab-steps--list li:before {
    color: #d7d7c3;
    border: 2px solid #d7d7c3;
}
.tab-steps--list li.active::before {
    border: 2px solid #ff9300;
    color: #ff9300;
}
.tab-steps--list li.active::before {
    background: #ff9300;
    color: #fff;
}
.tab-steps--list li.active {
    color: #ff9300;
}
.tab-steps--list li.current::before {
    border-color: #ff9300;
    color: #ff9300;
}
.tab-steps--list li.current::after {
    background: #ff9300;
}
.tab-steps--list li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #eee;
    top: 20px;
    left: -50%;
    z-index: -1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tab-steps--list li:first-child:after {
    content: none;
}

.tab-steps div.step-contents.active {
    opacity: 1;
}

.tab-steps--blocks {
    position: relative;
    margin-left: 0;
}

.tab-steps--first-block {
    margin-bottom: 5px;
}

.tab-steps img {
    max-width: 100%;
}

.tab-steps--number {
    font-size: 7em;
    font-weight: bold;
    cursor: pointer;
}

.tab-steps--list li::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #d7d7c3;
    z-index: -1;
    position: absolute;
    top: 20px;
    left: -50%;
}

.main-heading {
    text-align: center;
    margin: 40px 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 30px;
    color: #666;
}

.tab-steps .step-contents {
    display: none;
}
.tab-steps .step-contents.active {
    display: block;
}

.tab-steps .step-content.active {
    display: inline-block;
    width: 100%;
    text-align: center;
}

@media (min-width: 1025px) {
    .tab-steps .step-content .header {
        width: 80%;
        margin: 0 auto;
    }

    .tab-steps .step-content .list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .tab-steps .calculator_option {
        margin: 0.5rem;
        padding: 1rem;
        flex-direction: column;
        justify-content: space-between;
        width: 32%;
    }

    .tab-steps .calculator_option .image {
        width: 100%;
        margin: 1rem;
    }

    .tab-steps .calculator_option .name {
        text-align: center;
    }
}

.tab-steps .step-content .header .title {
    margin: 0 0 20px 0;
    text-align: center;
    color: #474747;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Rubik',sans-serif;
}

.tab-steps .step-content .header p.text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Rubik',sans-serif;
    color: #666;
}

.tab-steps .step-content .list {
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.tab-steps .calculator_option {
    height: auto;
    margin: 0 0 0.5rem;
    display: flex;
    border: 1px solid #bbb;
    border-radius: 5px;
    vertical-align: top;
    cursor: pointer;
    align-items: center;
    flex-direction: row;
    margin: 10px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    width: 33%;
}

.tab-steps .calculator_option .image {
    height: auto;
    width: 65%;
    margin: 0 2rem;
}

.tab-steps .calculator_option .name {
    color: #474747;
    margin: 1rem 0;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    width: 70%;
}

.tab-steps .roof-measurements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 80px;
    flex-direction: row;
}

.tab-steps .roof-measurements .selected-roof-image {
    width: 35%;
    margin: 0 0 0 auto;
    height: auto;
}
.sheetcalculator-index-index .flex-container {
    max-width: 1470px;
}

.tab-steps .roof-measurements .roof-measurements-container {
    width: 50%;
    padding: 20px;
}

.tab-steps .roof-measurements .roof-measurements-container .groups {
    display: flex;
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.tab-steps .roof-measurements .roof-measurements-container .measurement {
    width: 100%;
    margin: 10px auto;
    background-color: #ebebeb;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.tab-steps .roof-measurements .roof-measurements-container .measurement .field {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.5rem;
}
.tab-steps
    .roof-measurements
    .roof-measurements-container
    .measurement
    .field
    .text {
    width: 50%;
    text-align: left;
    display: inline-block;
    font-weight: 600;
    line-height: normal;
    color: #474747;
    font-family: 'Rubik',sans-serif;
}

select{
    appearance: none;
    background-image: url("../images/icon-down.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
select:focus-visible,
input:focus-visible{
outline: 0 !important;
}
.tab-steps .roof-measurements .roof-measurements-container .measurement .field input {
    width: 50%;
    border: 1px solid #e6e6e6;
    background: #fff;
    font-family: 'Rubik',sans-serif;
    height: 40px;
    padding: 10px;
}
.result-button.rm_btn-submit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    max-height: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", "Open Sans", sans-serif;
    line-height: 20px;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    transition: 0.5s;
    margin: 0 auto;
    padding: 20px 2.5rem;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 1px;
    background-color: #ff9300;
}

.sheet-result .sheet_calculator__stage__results__outer {
    display: flex;
    flex-direction: row;
    align-items: start;
    padding-bottom: 100px;
}

.sheet-result
    .sheet_calculator__stage__results__outer
    .calculator__stage__results__inner {
    width: 60%;
    margin: 1.5%;
}

.sheet-result .sheet_calculator__stage__results__header {
    font-weight: 700;
    color: #ff9300;
    margin: 0.5rem;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.sheet-result .calculator__stage__results__text {
    font-size: 16px;
    line-height: 30px;
    color: #474747;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: 'Rubik',sans-serif;
}

#results-products .products-items {
    width: 100%;
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: row;
}

#results-products .products-items .products-items-image {
    width: 80px;
    overflow: hidden;
    height: auto;
    border-radius: 5px;
}

#results-products .products-items .products-items-image img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}



#results-products .products-items .products-items-info .product-name {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #666;
    font-family: 'Rubik',sans-serif;
}

#results-products .products-items .products-items-info .product-prices {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    color: #505050;
    font-family: 'Rubik',sans-serif;
}

#results-products .products-items .products-items-add {
    width: 80px;
    font-size: 1rem;
    margin: 0 5px;
}

#results-products
    .products-items
    .products-items-add
    .products_item_add_quantity {
    width: 100%;
    padding: 8px 4px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    font-weight: 600;
    line-height: 28.5714px;
    font-family: 'Rubik',sans-serif;
}

#results-products
    .products-items
    .products-items-add
    .products_item_add_button {
    background: #ff9300 none repeat scroll 0 0;
    padding: 6px 7px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    border-radius: 0 0 4px 4px;
    color: #fff;
    line-height: normal;
    font-family: 'Rubik',sans-serif;
}
/* .sheet_calculator__stage__results__inner{
    width: 60%;
    margin: 1.5%;
} */

#result-summery-section {
    width: 30%;
    margin: 3rem 1.5%;
    background: #f5f5f5;
    padding: 1rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

#result-summery-section #result-summery {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}

#result-summery-section #result-summery {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}

#result-summery-section
    #result-summery
    #result-summery-text
    .results_summary_info_header {
    color: #ff9300;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 26.4px;
    font-size: 24px;
    margin-top: 20px;
    font-family: 'Rubik',sans-serif;
}

#add-kit-to-basket {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    max-height: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Rubik',sans-serif;
    line-height: normal;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    transition: 0.5s;
    padding: 0.5rem 2.5rem;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 1px;
    background-color: #fb0;
    color: #282828;
    height: 55px;
    max-width: unset;
    width: 100%;
}
.results_summary_info_text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #474747;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Rubik',sans-serif;
}
.calculator_stage_results_summary_info_text {
    font-size: 18px;
    line-height: 30px;
    color: #474747;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Rubik',sans-serif;
}
.results_summary_totals_price {
    margin-bottom: 1rem;
}
.results_summary_totals_price_number {
    font-weight: 600;
    color: #474747;
    margin: 0;
    font-size: 28px;
    font-family: 'Rubik',sans-serif;
}
.results_summary_totals_price_text {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    margin-top: 0.7rem;
    text-align: center;
    color: #474747;
    line-height: 22px;
    font-family: 'Rubik',sans-serif;
}
.results_summary_totals_savings {
    width: 100%;
    display: block;
    vertical-align: top;
}
.results_summary_totals_savings_text {
    color: #ef1e1e !important;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
}
.results_summary_totals_savings_number {
    font-weight: 600;
    font-size: 18px !important;
    color: #ef1e1e !important;
    margin-top: 0.5rem;
    text-align: center;
}
.results_summary_delivery_warning {
    margin: 20px 0;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Rubik',sans-serif;
}
.results_summary_confirm {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    margin-bottom: 0.5rem;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2rem;
    text-align: left;
    width: 100%;
}
.checkbox.container {
    display: block;
    position: relative;
    padding-left: 40px;
    padding-top: 0.2rem;
    margin-bottom: 0.8rem;
    cursor: pointer;
    font-size: 18px;
    line-height: 26px;
    user-select: none;
    font-family: 'Rubik',sans-serif;
    color: #666;
}

.checkbox.container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox.container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ebebeb;
    border: 2px solid #ff9300;
    border-radius: 6px;
}
.checkbox.container .checkmark::after {
    display: block;
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.checkbox.container input:checked ~ .checkmark:after {
    display: block;
}
.checkbox.container input:checked ~ .checkmark {
    background-color: red;
    border: 0;
}
.invalid {
    border: 1px solid #e62929;
    color: #e62929;
}
@media (max-width: 991px) {
    .tab-steps .roof-measurements .selected-roof-image,
    .tab-steps .roof-measurements .roof-measurements-container {
        width: 100%;
        padding: 0;
    }
    .sheet-result .sheet_calculator__stage__results__outer {
        display: block;
    }
    #result-summery-section {
        width: 100%;
        margin: 0;
    }
    .tab-steps .calculator_option .image {
        margin: 0;
    }
    .tab-steps .calculator_option {
        width: 100%;
        flex-direction: unset;
        margin: 0;
        margin-bottom: 10px;
    }
    .tab-steps .calculator_option:last-child {
        margin-bottom: 0;
    }
    .tab-steps .step-content .list {
        padding: 15px 0;
    }
    .tab-steps .calculator_option .option_name {
        width: 50%;
    }
    .tab-steps .roof-measurements {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .sheet-steps ul li {
        margin: 0;
    }
    .step::after {
        width: 272px;
    }
}
@media (max-width: 700px) {
    .step::after {
        width: 312px;
    }
}
@media (max-width: 650px) {
    .step::after {
        width: 242px;
    }
}
@media (max-width: 550px) {
    .step::after {
        width: 178px;
    }
}
@media (max-width: 400px) {
    .step::after {
        width: 121px;
    }
}
div#a-error-message,
div#b-error-message,
div#error-message {
    margin: 10px 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1398px) {
    .option_name {
        margin-top: 30px;
    }
}
.results_summary_info_roof_image {
    width: 100%;
    max-width: 200px;
    margin: 10px;
}

span.priceSep {
    padding: 0px 5px;
}

.steps-footer-text {
    padding: 0.5rem 5rem 100px;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    color: #666;
    font-family: 'Rubik',sans-serif;
}
.tab-steps .calculator_option .option_name {
    color: #666;
}

@media only screen and (max-width: 767px) {
    .steps-footer-text{
        padding: 0;
    }
}