/*!
 * Hollandwarmte
 * https://www.hollandwarmte.nl/
*/

/* Vars */
.form-xl {
    --desktop-min-width: 1024px;
    --font-family: Montserrat;
    --active-step-color: #2B4DFF;
    --non-active-steps-color: #C8CCE2;
    --background: #F2F4FF;
    --scroll-bar-color: #DDE2FF;
    --scroll-bar-width: 6px;
    --margin-left-right: 200px;
    --margin-top-bottom: 80px;
    --padding-left-right: 140px;
    --padding-top-bottom: 84px;
    --spacing-between-inner-sections: 84px;
    --bold: 700;
    --normal: 300;
}
/* Form */
.form-xl {
    background: var(--background);
    color: var(--active-step-color);
    border-radius: 5px;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: var(--normal);
    line-height: 20px;
}
main.form-xl {
    overflow: hidden;
    padding: var(--margin-top-bottom) var(--padding-left-right) var(--margin-top-bottom) var(--padding-left-right);
    border-radius: 5px;
}
main.form-xl>div>h1 {
    display: none
}
.form-xl .gf_progressbar_wrapper {
    display: none
}
.form-xl .gfield_label {
    color: var(--active-step-color);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600
}
.form-xl .label {
    width: 220px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}
.form-xl .gfield_description {
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    width: 100%;
}
.form-xl b {
    font-weight: var(--bold)
}
.form-xl ::placeholder {
    color: var(--non-active-steps-color) !important;
    font-size: 11px;
    font-weight: 400
}
.form-xl .gform_page:last-child .gform_fields.top_label {
    flex-direction: column
}
.form-xl .ginput_container_textarea textarea {
    height: 100px
}
.form-xl span.js-invalid-message {
    display: none;
}
.form-xl a.validation_message {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
/* Scroll bar */
::-webkit-scrollbar {
    width: var(--scroll-bar-width);
    height: var(--scroll-bar-width);
}
::-webkit-scrollbar-thumb {
    background: var(--scroll-bar-color);
    border-radius: var(--scroll-bar-width)
}
/* Sticky Header */
.form-xl.sticky {
    position: sticky;
    top: -45px;
    height: 200px;
    margin-bottom: -40px;
    z-index: 1;
    overflow: hidden;
    padding: var(--margin-top-bottom) var(--padding-left-right) 0 var(--padding-left-right);
    padding-bottom: 0 !important;
    border-radius: 5px;
}
.form-xl .gf_progressbar_wrapper {
    display: none !important;
}
.form-xl .gform_heading {
    display: flex;
    flex-direction: column-reverse;
    color: var(--active-step-color);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: var(--normal);
    line-height: 20px;
}
/* Progress bar */
.form-xl .progress-bar {
    display: flex;
    width: 100%;
    margin-bottom: 80px;
    justify-content: space-between;
}
.form-xl .progress-bar .page {
    display: flex;
    width: 31%;
    margin: 0 0 3px;
    padding: 5px 0
}
.form-xl .progress-bar .page .text {
    width: 100%;
    border-top: 1px var(--non-active-steps-color) solid;
    margin: 1em 0 0 2em;
    padding-top: 10px;
    color: var(--non-active-steps-color);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
}
.form-xl .progress-bar .page .number {
    width: 25px;
    height: 25px;
    border-radius: 30px;
    text-align: center;
    padding: 0.4em 0.6em;
    margin: 0 .1em 0 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0;
    background: var(--non-active-steps-color);
    color: white
}
.form-xl .progress-bar .page.selected .text {
    color: var(--active-step-color);
    border-top: 1px var(--active-step-color) solid;
}
.form-xl .progress-bar .page.selected .number {
    border-radius: 38px;
    background: var(--active-step-color);
    color: white
}
/* Page buttons */
.form-xl .gform_previous_button {
    position: relative;
    top: 40px;
    border: none;
    background: none;
    color: var(--active-step-color);
    font-weight: 400;
    font-size: 13px;
    text-decoration: underline
}
.form-xl .gform_button,
.form-xl .gform_next_button {
    width: 226px;
    height: 56px;
    padding: 0 20px;
    margin: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    float: none !important;
    border-radius: 100px;
    background: var(--active-step-color);
    border: none;
    color: white;
    font-weight: var(--bold);
    font-size: 14px;
    white-space: break-spaces
}
.form-xl .gform_button {
    padding: 18px 20px;
}
/* Fields */
.form-xl .gfield_visibility_hidden {
    display: none
}
.form-xl ul.options {
    list-style-type: disc;
    padding-left: 22px
}
.form-xl ul.options div {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
}
.form-xl .gfield.checkbox label {
    padding-left: 5px;
}
.form-xl .gfield.checkbox input {
    width: 22px;
    height: 22px;
    position: relative;
    top: 5px;
}
/* Product */
.form-xl .products {
    display: flex;
    justify-content: space-between;
}
.form-xl .product-item {
    display: flex;
    margin: 30px 15px;
    width: 46%
}
.form-xl .product {
    display: flex;
    border: 1px transparent solid;
    border-radius: 5px;
    cursor: pointer
}
/*.form-xl  .product:hover,*/
.form-xl .product.selected {
    border: 1px var(--active-step-color) solid;
}
.form-xl .product .image {
    margin: 5px
}
.form-xl .product .text {
    display: flex;
    align-items: center
}
.form-xl .product .uncheck {
    font-size: 200%
}
.form-xl .product.selected .uncheck {
    display: none
}
.form-xl .product .check {
    color: #58FA58;
    font-size: 200%
}
.form-xl .product.unselected .check {
    display: none
}
.form-xl .product .text {
    flex-direction: column;
    padding-right: 5px;
}
.form-xl .product .note {
    font-size: 9px;
    font-style: italic;
    font-weight: 500;
    line-height: 11px;
    margin: 10px 20px 0 0;
    white-space: nowrap;
}
.form-xl .product .item-title {
    height: 60px;
    display: flex;
    align-items: center;
    -webkit-align-self: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
}
.form-xl .product.selected .item-title {
    color: white;
}
.form-xl .element-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.form-xl .form-xl-products>*>.element-title {
    margin-top: 50px;
}
.form-xl .element-description {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.form-xl .gform_wrapper .gfield .validation_message.gfield_description {
    width: 100%;
    margin: 2px 5px;
    font-size: 11px;
    color: #dc3545;
    font-style: italic;
    font-weight: 400;
    line-height: 16px
}
.form-xl .gfield.email .gfield_description.validation_message.gfield_validation_message,
.form-xl .gfield.phone .gfield_description.validation_message.gfield_validation_message,
.form-xl .gfield.phone .instruction.validation_message {
    display: none
}


/*    Page 1 of form
*******************************************
 form-xl-categories
 form-xl: form-xl-products, form-xl-cs
    product
        image
        details
            selector:  check, uncheck
            text:       item-title,  amount
*/
/* Categories */
.form-xl .categories {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.form-xl .category {
    width: 31.5%;
    padding: 18px;
    margin: 30px 0 0 0;
    border-radius: 5px;
    background: #FFFFFF;
    color: #8EA0FF;
    font-size: 16px;
    font-weight: 400;
}
.form-xl .category.selected {
    background: #8EA0FF;
    color: #FFF;
}
/* Product selector */
.form-xl-products .product {
    flex-direction: row;
    height: 333px;
    background: white;
    padding: 10px;
    align-items: center;
}
.form-xl-products .product.selected {
    background: rgba(43, 77, 255, 0.5);
    color: white;
}
.form-xl-products .product .details {
    display: flex;
    color: #8EA0FF;
    width: 100%;
}
.form-xl-products .product .details .link {
    align-self: end;
    margin: 5px 20px;
}
.form-xl-products .product.selected .details {
    color: white;
}
.form-xl-products .product .item-title {
    max-height: 60px;
    margin: 0 10px;
    overflow: hidden;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--bold);
    line-height: 20px;
}
.form-xl-products .product .description {
    overflow: hidden;
    height: 150px;
    margin: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.form-xl-products .product .link a {
    background: #8EA0FF;
    color: white;
    border-radius: 6px;
    border: 0
}
.form-xl-products .product.selected .link a {
    background: white;
    color: #8EA0FF;
}
/* Cross-sells selector */
.form-xl-cs .cross-sells {
    border-radius: 5px;
}
.form-xl-cs .product {
    flex-direction: column;
}
.form-xl-cs .product.selected .details {
    background: rgba(43, 77, 255, 0.5);
    color: white;
}
.form-xl-cs .product .details {
    flex-direction: column;
    height: 100px;
    border-radius: 0 0 5px 5px;
    padding-top: 10px;
    background: white;
    color: #8EA0FF
}
.form-xl .product .selector {
    display: flex;
    align-items: center;
    padding: 16px
}
.form-xl-cs .product .element-title {
    display: flex;
}
.form-xl .product .amount {
    align-self: normal;
    margin-left: 60px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}
/*Errors*/
.form-xl .error-message {
    margin: 28px auto;
    color: #FF3737;
    display: none;
    /*visibility: hidden;*/
    font-size: 12px;
    font-style: italic;
    font-weight: var(--normal);
    line-height: 15px;
}

/*
    Page 2 of form
 */

.form-xl .gform_page .gform_page_fields   input:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-xl .gform_wrapper .gfield .validation_message.gfield_description

.form-xl .label-hide .gfield_label {
    visibility: hidden;
    margin-bottom: 10px;
}
.form-xl .gform_fileupload_rules {
    display: none;
}

.form-xl .gform_wrapper .gfield_error input{
    background-image: none;
}


/* Uploadeer */
.form-xl .uploader-container {
    position: relative;
}
.form-xl .uploader-window {
    position: absolute;
    overflow: hidden;
    height: 235px;
    width: 364px;
    background: url('../images/uploader.png') center 38px no-repeat;
    background-size: 300px;
}
.form-xl .uploader-window span {
    background: transparent;
    color: transparent;
    width: 100%;
    height: 197px;
}
.form-xl .uploader-window span:after {
    color: transparent;
    background: none;
    border: none;
}
.form-xl .uploader-window .gfield_description {
    position: absolute;
    left: 55px;
    top: 204px;
    padding: 1px 10px 1px;
    background: var(--background)
}
.form-xl .uploader-window .validation_message {
    color: transparent;
    position: absolute;
    top: 55px;
    left: 35px;
    width: 290px;
    height: 148px;
    border: 1px solid var(--non-active-steps-color)
}
.form-xl .uploader-window .validation_message li {
    margin: 0 50px 0 50px
}
.form-xl .uploader-window .gfield_label {
    font-size: 14px;
    margin-right: -20px
}
.form-xl .uploader-window button {
    position: absolute;
    top: 0;
    height: 200px;
}
.form-xl .uploader-window [id^=gform_preview] {
    position: relative;
    z-index: 2;
    overflow: auto;
    max-height: 120px;
    max-width: 265px;
    left: 50px;
    padding: 0;
    background: var(--background)
}
.form-xl .uploader-window .ginput_preview {
    margin: 0 5px 0 0;
    white-space: nowrap
}

.form-xl .ginput_container_urgent_request,
.form-xl .ginput_container_consent {
    background: #ECEFFD;
    padding: 12px 15px
}
.form-xl .ginput_container_urgent_request *,
.form-xl .ginput_container_consent * {
    margin: 0
}
.form-xl .focus .validation_message{
    visibility: hidden;
}


/*
    Page 3 of form
 */
/* Products */
.form-xl .product img {
    margin: 0 !important;
}
.form-xl-preview-products .product {
    flex-direction: row;
    background: white;
    width: 450px;
    height: 115px
}
.form-xl-preview-products .product.selected {
    background: rgba(43, 77, 255, 0.5);
    color: white;
    border: none
}
.form-xl-preview-products .product .details {
    display: flex;
    color: #8EA0FF;
    width: auto;
}
.form-xl-preview-products .product .item-title {
    max-height: 60px;
    margin: 10px;
    overflow: hidden;
    font-weight: 900;
    font-size: 1.1em;
}

.form-xl .preview-cs {
    margin-bottom: 50px
}
.form-xl .preview-cs .product {
    height: 115px;
    padding: 0;
}
.form-xl .preview-cs .product img {
    max-height: 115px;
    max-width: 115px;
    height: 115px;
    width: auto;
}
.form-xl .preview-cs .product .image {
    margin: -1px;
}
/* Contacts */
.form-xl-preview-contacts .row {
    flex-direction: row
}
.form-xl-preview-contacts .contact-item:first-child {
    margin-top: 35px
}
.form-xl-preview-contacts .contact-item {
    margin-bottom: 20px
}
.form-xl-preview-contacts .contact {
    display: flex
}
.form-xl-preview-contacts .label {
    width: 200px;
    margin-right: 77px
}
.form-xl-preview-contacts .value {
    width: 300px
}
.form-xl .element-title a {
    display: inline-block;
    padding-left: 50px;
    font-weight: var(--normal);
    font-style: italic;
    text-decoration: underline;
}
.form-xl-preview-contacts .contact-item:last-child {
    margin-top: 40px;
}
.form-xl li.gfield_html {
    padding: 20px;
    width: 100%;
}

/*
    Thank you - Page
 */
.thank-you.form-xl {
    padding: 83px 30px 70px
}
.thank-you.form-xl pre {
    font-family: var(--font-family);
    text-align: center
}
.thank-you.form-xl .description {
    text-align: center
}
.thank-you.form-xl .description {
    font-size: 15px;
    font-style: normal;
    font-weight: 500
}
.thank-you.form-xl .description strong {
    font-size: 19px;
    font-style: normal;
    font-weight: var(--bold);
    line-height: 23px;
}
.thank-you.form-xl .text {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}
.thank-you.form-xl .wp-block-button .wp-block-button__link {
    background: var(--active-step-color);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--bold);
    line-height: 17px;
    text-align: center;
    height: 56px;
    width: 226px;
    left: 847px;
    top: 554px;
    border-radius: 100px;
    padding: 20px;
}
.thank-you-page .form-xl .wp-block-button .wp-block-button__link:hover {
    text-decoration: none
}

/*
    Landing page
*/
.form-xl.landing {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.form-xl.landing .text {
    max-width: 610px;
}
.form-xl.landing .wp-block-button__link {
    width: 226px;
    height: 56px;
    padding: 17px;
    margin: 17px;
    background: var(--active-step-color);
    font-weight: var(--bold);
    font-size: 14px;
    border: 1px solid var(--active-step-color);
}
.form-xl.landing .start .wp-block-button__link {
    color: var(--active-step-color);
    background: none;
}
.form-xl.landing .voordelen ul {
    list-style-type: none;
    padding-left: 0;
}
.form-xl.landing .voordelen li {
    margin: 30px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.form-xl.landing .voordelen li:first-letter {
    width: 21px;
    height: 21px;
    border-radius: 100%;
    text-align: center;
    padding: 0.1em 0.5em;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0;
    background: var(--scroll-bar-color);
}
.form-xl.landing .page-description {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    margin: 0
}
.form-xl.landing h1 {
    font-size: 28px;
    font-weight: var(--bold);
    line-height: 34px;
    margin-bottom: 50px
}
.form-xl.landing h2 {
    font-size: 18px;
    font-weight: var(--bold);
    line-height: 20px;
}
.form-xl.landing h3 {
    font-size: 16px;
    font-weight: var(--bold);
    line-height: 20px;
}
.form-xl.landing h6 {
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 13px;
}
.form-xl.landing .panel-title a {
    font-size: 18px;
    font-weight: var(--bold);
    line-height: 20px;
    color: var(--active-step-color)
}
.form-xl.landing {
    --wp--style--block-gap: 0;
}
.form-xl.landing .wp-block-image {
    padding-left: 0;
}
/* details summary*/
.form-xl details {
    padding: 36px;
    margin: 32px auto;
    width: 100%;
    background: var(--scroll-bar-color);
}
.form-xl details:hover {
    cursor: pointer;
}
.form-xl details summary {
    display: flex;
    padding: 0;
    justify-content: space-between;
}
.form-xl details summary:focus {
    outline: none;
}
.form-xl details summary:after {
    content: "";
    border-style: none solid solid none;
    padding: 8px;
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: 0.5em;
    border-width: medium 2px 2px medium;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    transition: transform 0.2s ease;
}
.form-xl details summary h2 {
    margin: 0;
}
.form-xl details[open] summary {
    margin-bottom: 18px
}
.form-xl details[open] summary:after {
    transform: rotate(-135deg);
    transform-origin: 50% 75% 0;
}

/*
    Side bar
*/
#sidebar-hw-category-page {
    background: #2A6AEA;
    padding: 1px 0 0;
}
#sidebar-hw-category-page h4 {
    margin: 15px;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    color: white;
    text-align: center;
}
#sidebar-hw-category-page a.wp-block-button__link {
    background: white;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: black;
    margin-bottom: 11px;
}
#sidebar-hw-category-page img {
    max-width: 125px;
    margin: auto;
}


/*****************************************************************
************************    Desktop   ****************************
*****************************************************************/
@media (max-width: 850px) {
    .form-xl-products .product-item {
        width: 100%;
    }
    .form-xl-products .product-item .details>* {
        min-width: 100%;
    }
    .form-xl-products .product-item .details .description {
        min-width: 90%;
    }
}

@media (max-width: 1023px) {
    .form-xl .uploader-window .gfield_description {
        position: absolute;
        left: 55px;
        top: 192px;
        padding: 0 10px 8px;
        background: var(--background);
    }
    .form-xl .uploader-container {
        height: 208px;
        transform: scale(0.9, 0.9);
    }
    .form-xl .uploader-window {
        border-bottom: 1px solid var(--non-active-steps-color);
        background-size: 345px;
    }
    .form-xl .uploader-window .validation_message {
        top: 72px;
        left: 35px;
        width: 290px;
        height: 133px;
    }
    .form-xl .uploader-window>*:nth-child(3n) {
        top: -20px;
    }
    .form-xl .uploader-container {
        margin: auto;
        width: 345px;
    }

}

@media (max-width: 1600px) {
    .form-xl .uploader-container {
        transform: scale(0.8, 0.8);
        left: -45px
    }
}

@media (max-width: 1200px) {
    .form-xl {
        --padding-left-right: 90px;
    }
}

/*****************************************************************
**************************    Mobile  ****************************
*****************************************************************/
@media (max-width: 1023px) {
    .form-xl .col-lg-4,
    .form-xl .col-lg-5,
    textarea medium{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .form-xl .uploader-window .gfield_description {
        position: absolute;
        left: 50px;
        top: 195px;
        padding: 0 10px 8px;
        background: var(--background);
    }
    .form-xl .uploader-container {
        left: -17px
    }
    .form-xl .uploader-window {
        border-bottom: 1px solid var(--non-active-steps-color);
        background-size: 345px;
    }
    .form-xl .uploader-window .validation_message {
        top: 80px;
        left: 35px;
        width: 290px;
        height: 130px;
    }
    .form-xl .uploader-window>*:nth-child(3n) {
        top: -14px;
    }
}
/* Main scroller*/
/*@media (min-width: 1024px) {*/
/*    .form-xl .gform_page:first-child .gform_page_fields {height: 85vh;overflow-y: scroll;overflow-x: hidden;*/
/*        padding: 0 30px 0 0;margin-bottom: 30px;}*/
/*}*/



@media (max-width: 1023.98px) {
    /*
        Common section
    */
    /* Form */
    .form-xl.sticky {
        padding: 41px 5% 0;
        border-radius: 0;
        min-width: 100%
    }
    main.form-xl {
        padding: 41px 5% 75px;
        border-radius: 0;
        min-width: 100%
    }
    .form-xl {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0;
    }
    /* Header */
    .form-xl .gform_heading {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-xl .gform_heading h3 {
        font-size: 28px;
        font-weight: var(--bold);
        line-height: 34px;
        padding-top: 10px;
    }
    /* Progress bar */
    .form-xl.sticky {
        height: auto;
    }
    .form-xl .progress-bar {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .form-xl .progress-bar .page {
        display: flex;
        width: 100%;
        margin: 20px 3px 3px;
        padding: 0 0;
        min-width: 200px;
    }
    .form-xl .progress-bar .page .text {
        margin: 1em 0 0 20px;
    }
    /* Page buttons */
    .form-xl .gform_button,
    .form-xl .gform_next_button {
        height: 54px;
        width: 317px;
        font-size: 12px;
        font-weight: var(--bold);
        line-height: 15px;
    }
    .form-xl .gform_page_footer.top_label {
        display: flex;
        flex-direction: column-reverse;
    }
    /* Fields */
    .form-xl li.gfield {
        width: 100%;
        margin-bottom: 10px;
    }
    .form-xl li.gfield input[checkbox] {
        width: 18px;
        height: 18px;
    }
    .form-xl .gfield.checkbox label {
        width: 90%;
        margin: 20px 1px 13px;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        padding-left: 5px;
    }
    .form-xl .gfield.checkbox input {
        width: 18px;
        height: 18px
    }
    .form-xl .gfield.checkbox label {
        width: 90%;
        margin: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        padding-left: 5px;
    }
    .form-xl .gfield.checkbox input {
        width: 18px;
        height: 18px
    }
    /* Product */
    .form-xl .product-item {
        margin: 21px 15px 0;
    }
    /* Element */
    .form-xl .element-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }

    /*
        Page 1 of form
    */
    /* Categories */
    .form-xl .categories {
        flex-direction: column;
    }
    .form-xl .category {
        width: 100%;
        padding: 18px;
        margin: 20px 0 10px 0;
        border-radius: 5px;
        background: #FFFFFF;
        color: #8EA0FF;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
    }
    /* Product selector */
    .form-xl .product .text {
        align-items: end;
    }
    .form-xl .product .image {
        margin: 0;
    }
    .form-xl-products .product-item {
        height: 215px;
    }
    .form-xl-products .product {
        height: 215px;
        width: 100%
    }
    .form-xl-products .product .item-title {
        max-height: 33px;
        margin: 0 10px;
        font-size: 14px;
        font-weight: var(--bold);
    }
    .form-xl-products .product .description {
        height: 65px;
        margin: 10px 0px 20px 17px;
        width: 97%;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }
    .form-xl-products .product .link a {
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        padding: 9px 20px
    }
    .form-xl-products .product img {
        max-height: 193px;
        max-width: 158px;
        height: 193px;
        width: auto;
    }
    /* Cross-sells selector */
    .form-xl-cs .product img {
        max-height: 254px;
    }
    .form-xl-cs .product {
        margin-top: 20px;
    }
    .form-xl-cs .product .details {
        max-width: 300px;
    }
    .form-xl-cs .cross-sells {
        display: flex;
        justify-content: center;
    }
    /*Errors*/
    .form-xl li.gfield.error-message {
        margin: 0 0 -7px 0
    }

    /*
        Page 2 of form
     */
    .form-xl .gform_page_fields label {
        margin: 20px 1px 13px;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }
    .form-xl .gfield_description {
        margin: 20px 1px 6px;
        font-size: 11px;
        font-weight: 400;
        line-height: 13px;
    }
    .form-xl .label-hide {
        margin-top: 14px;
    }
    .form-xl .label-hide .gfield_label {
        display: none;
    }
    .form-xl .gform_page_fields .js-postcode-validatie {
        width: 185px
    }
    .form-xl .gform_page_fields input {
        border-radius: 5px
    }

    /*
        Page 3 of form
     */
    .form-xl-products .product-item {
        height: auto;
    }
    .form-xl-preview-products .product {
        background: white;
        width: 100%;
        height: 92px;
    }
    .form-xl-preview-products .product img {
        max-height: 62px;
        max-width: 58px;
        height: 62px;
        width: auto;
    }
    .form-xl-preview-products .product .tem-title {
        width: 220px;
        max-height: 75px;
    }
    .form-xl-preview-products .product {
        background: white;
        width: 100%;
        height: 92px;
    }
    .form-xl .preview-cs .product {
        height: 86px;
        padding: 0
    }
    .form-xl .preview-cs .product .item-title {
        max-height: none;
    }
    .form-xl .preview-cs .product .image {
        margin: -1px
    }
    .form-xl .preview-cs .product img {
        max-height: 86px;
        max-width: 86px;
        height: 86px;
        width: auto;
    }
    .form-xl-preview-contacts .contact {
        flex-direction: column;
    }
    .form-xl-preview-contacts .contact .label {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }
    .form-xl-preview-contacts .contact .value {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    /*
        Thank you - Page
     */
    main.form-xl.thank-you {
        padding: 34px 30px 75px;
        border-radius: 0;
        margin: 0 !important;
    }
    .form-xl .description {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        text-align: left;
    }
    .thank-you.form-xl .description strong {
        font-size: 28px;
        font-style: normal;
        font-weight: var(--bold);
        line-height: 50px;
        letter-spacing: 0;
        text-align: left;
    }
    .thank-you.form-xl .text {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0;
        text-align: left;
    }
    .thank-you.form-xl .text strong {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0;
        text-align: left;
        position: relative;
        top: -45px;
        display: block;
        height: 30px;
    }
    .thank-you.form-xl pre {
        text-align: left
    }
    .thank-you.form-xl .description {
        text-align: left
    }
    .thank-you.form-xl .wp-block-button {
        text-align: left
    }
    .thank-you.form-xl .wp-block-button .wp-block-button__link {
        width: 100%
    }

    /*
      Landing page
    */
    .form-xl.landing {
        padding-top: 34px;
    }
    .form-xl.landing .wp-block-button__link {
        width: 60vw;
    }
    .form-xl.landing .wp-block-separator.is-style-wide {
        border-color: transparent;
    }
    .form-xl.landing .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
        flex-grow: 0;
    }
    .form-xl.landing .wp-block-columns.voordelen {
        margin: 22px 0;
    }
    .form-xl.landing .wp-block-columns.voordelen>.wp-block-column {
        margin: -15px 0;
    }
    .form-xl.landing .voordelen,
    .form-xl.landing #voordelen-van-holland-warmte-xl {
        padding-left: 16px
    }
}

@media (max-width: 389.98px) {
    main.form-xl {
        min-width: 390px;
        width: 390px;
    }
}