/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1731996397
Updated: 2024-11-19 07:06:37

*/


body {
    overflow-x: clip;
}

.block_animation:hover img {
    transform: scale(1.2) !important;
}

.dynamic_right {
    padding-right: calc((100vw - var(--content-width)) / 2);
}

.dynamic_left {
    padding-left: calc((100vw - var(--content-width)) / 2);
}

.work_slider {
    overflow: visible !important;
}

.work_slider .swiper {
    overflow: visible;
    overflow-x: clip;
}

.mr_auto .e-con-inner {
    margin-left: 0;
}

.work_slider.top_slider:after {
    /*     right: -8.3%; */
    bottom: -90px;
}

.vertical_pro {
    height: 710px;
    position: relative;
    overflow: hidden;
}

.vertical_pro .elementor-widget-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    animation: marqueeBottom 25s linear infinite;
}

.vertical_pro .elementor-widget-container .e-loop-item {
    height: 400px;
}

.vertical_pro .elementor-loop-container.elementor-grid {
    height: 100%;
}

@keyframes marqueeBottom {
    0% {
        top: -100%;
    }

    100% {
        top: 0;
    }
}

.pro_vid .elementor-custom-embed-play {
    left: 63px;
    bottom: 20px;
    top: auto;
}

.project_video .elementor-custom-embed-play {
    position: absolute;
    top: auto;
    left: 7% !important;
    bottom: 3% !important;
    width: 100% !important;
}

.project_video .elementor-custom-embed-play:after {
    content: "Project Video";
    color: #DCEACA;
    font-weight: 700;
    font-size: 40px;
    position: absolute;
    margin-left: 15px;
}

/*product form  */
.lamella_form span.wpcf7-form-control.wpcf7-radio {
    display: block;
    width: 100%;
}

.lamella_form span.wpcf7-form-control.wpcf7-radio label {
    background: #EEF2E9;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    width: 100%;
    padding: 12px 15px;
    cursor: pointer;
}

.lamella_form span.wpcf7-form-control.wpcf7-radio label:has(>input:checked)::before {
    transform: scale(1);
}

.lamella_form span.wpcf7-form-control.wpcf7-radio label::before {
    position: absolute;
    content: '';
    background: url(https://zillionera.com/webwoo/wp-content/uploads/2024/11/check_circle.png) no-repeat center / contain;
    width: 25px;
    height: 25px;
    right: 20px;
    transform: scale(0);
    transition: 0.2s linear;
}

.lamella_form span.wpcf7-form-control.wpcf7-radio label input {
    display: none;
}

.lamella_form span.wpcf7-form-control.wpcf7-radio label:has(>input:checked) {
    box-shadow: 0 0 5px 0 #596E3F;
    background: #DCEACA;
}

.input_box input {
    background: #EEF2E9;
    border: 1px solid #DCEACA;
    padding: 13px 18px;
    margin-top: 7px;
    border-radius: 0 !important;
}

.input_box label {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    color: #999999;
}

.step_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 15px;
    counter-increment: ol-counter;
    position: relative;
    width: 100%;
}

.step_left {
    width: 48%;
    padding: 30px;
}

.step_right {
    width: 50%;
}

.step_main {
    background: #EEF2E9;
    padding: 53px 0 53px 140px;
}

.step_right p {
    margin: 0;
    height: 100%;
}

.step_right img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
}

.lamella_form span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    width: 100%;
    margin: 0;
}

.lamella_form span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item:not(:last-child) {
    margin-bottom: 13px;
}

.farbe {
    display: flex;
    gap: 13px;
}

.farbe_box input {
    display: none;
}

.step_main br {
    display: none;
}

.farbe_box img {
    padding: 5px;
    border: 2px solid rgb(123 159 77 / 20%);
    border-radius: 12px;
    width: 85px;
    cursor: pointer;
}

.step_left h3 {
    margin: 0 0 20px;
    font-size: 26px;
    color: #000;
    font-weight: 700;
}

.farbe_box input:checked~label img {
    border-color: #7b9f4d;
}

h4.dynamic-h4 {
    font-size: 15px;
    letter-spacing: 0.2em;
    text-transform: capitalize;
    color: #020202;
    margin: 0 0 12px;
}

.input_box {
    max-width: 530px;
}

.step_main .step_row::before {
    position: absolute;
    content: counter(ol-counter);
    border: 2px solid #7B9F4D;
    color: #7B9F4D;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 80px;
    left: -70px;
    background: #EEF2E9;
    z-index: 1;
}

.wpcf7cf-hidden.step_row {
    display: none;
}

.step_main .step_row.active::before {
    background: url(https://zillionera.com/webwoo/wp-content/uploads/2024/11/check_circle.png) no-repeat center / contain;
    border-color: transparent;
    content: '';
}

.step_main .step_row.active::after {
    border-left: 2px solid #7B9F4D;
}

.step_main .step_row::after {
    position: absolute;
    content: '';
    top: 117px;
    border-left: 2px dotted #7B9F4D;
    height: 100%;
    left: -52px;
    z-index: 1;
}

.step_row.main_form {
    background: #112121;
    padding: 70px 100px 150px;
    margin-left: -90px;
}

.step_main .step_row.main_form::before {
    left: 20px;
    background: #112121;
    top: 80px;
}

.step_row.main_form h3 {
    width: 100%;
    color: #fff;
    font-size: 26px;
}

.main_form_inner {
    width: 100%;
    max-width: 750px;
    margin: 50px auto 0;
}

.step_row.main_form::after {
    opacity: 0;
}

.main_form_box {
    display: grid;
    gap: 15px 22px;
    grid-template-columns: repeat(4, 1fr);
}

.main_form_box>div {
    margin: 0;
    grid-column: 1;
}

.main_form_inner h4 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 30px;
}

.main_form_box>div:last-child {
    grid-column: 2 / 5;
    grid-row: 1 / 4;
}

.step_row.main_form label {
    color: #fff;
    font-size: 12px;
    width: 100%;
}

div .count_btn a {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
}

.step_row.main_form label input {
    background: #2D4647;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin-top: 10px;
    font-size: 14px;
    padding: 15px 20px;
}

.file_box {
    margin-top: 40px;
}

.step_row.main_form label input::placeholder {
    color: #fff !important;
}

.step_row[data-class="wpcf7cf_group"] {
    display: flex !important;
}

.wpcf7cf-hidden.step_row[data-class="wpcf7cf_group"] {
    display: none !important;
}

.step_row.main_form label textarea {
    margin-top: 10px;
    background: #DCEACA;
    border-radius: 0;
    border: 0;
    width: 100%;
    height: 100%;
    color: #2D4647;
}

.file_box h5 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 20px;
}

.file_below {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}

.file_below p {
    margin: 0;
}

.file_box span {
    width: 100%;
    display: block;
}

.file_box span input.wpcf7-file {
    width: 100%;
}

.file_box br {
    display: none;
}

.form_submit_box {
    display: block;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.form_submit_box p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}

.form_submit_box>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 20px;
    width: 70%;
}

.form_submit_box p a {
    color: #DCEACA;
    text-decoration: underline;
}

.step_row.main_form .form_submit_box>div input[type="checkbox"] {
    margin: 0;
    position: relative;
    border: 1px solid #2D4647;
    appearance: none;
    padding: 0;
    width: 16px;
    height: 16px;
    background: #DCEACA;
    border-radius: 0;
}

.form_submit_box>div input[type="checkbox"]::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 6px;
    left: 3px;
    top: 3px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg) scale(0);
    transition: 0.2s linear;
}

.form_submit_box p span.wpcf7-list-item.first {
    margin: 0;
}

.form_submit_box p span.wpcf7-list-item.first label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.step_main .step_row.main_form.active::before {
    content: counter(ol-counter);
    border: 2px solid #7B9F4D;
}

.form_submit_box>div input[type="checkbox"]:checked::before {
    transform: rotate(-45deg) scale(1);
}

.form_submit_box>p input.wpcf7-form-control {
    color: #DCEACA;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    border: 0;
    background: url(https://lamella.de/wp-content/uploads/2024/11/Vector.svg) no-repeat 93% center / 14px #2D4647 !important;
    border-radius: 0 !important;
    padding: 10px 35px 10px 10px;
}

.wpcf7 form .wpcf7-response-output {
    max-width: 600px;
    margin: 20px auto;
}

.form_submit_box span.wpcf7-spinner {
    position: absolute;
    bottom: 10px;
}

.step_row.main_form br {
    display: none;
}

.step_row.main_form .file-upload-label {
    background-color: #DCEACA;
    color: #293132;
    padding: 14px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 0;
    font-weight: 400;
    display: inline-block;
    max-width: max-content;
}

span.file-upload-text {
    flex-grow: 1;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 14px 20px;
    background: #2D4647;
    line-height: 1;
}

.custom-file-upload p {
    display: flex;
    align-items: center;
    margin: 0;
}

input#file-upload {
    display: none;
}

.form_head {
    padding: 100px 120px 0;
}

.form_head h3 {
    font-size: 15px;
    letter-spacing: 0.2em;
    text-transform: capitalize;
    color: #020202;
    font-weight: 500;
    margin: 0;
}

.form_head h2 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    max-width: 900px;
    margin: 0 0 50px;
    line-height: 1.3;
}

.custom-button-wrapper {
    order: 5;
}

.woocommerce div.product div.summary {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

a.form_scroll_btn {
    color: #DCEACA;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 17px;
    border: 1px solid;
    line-height: 1;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #2D4647;
}

a.form_scroll_btn svg path {
    stroke: #DCEACA;
}

.woocommerce-variation-add-to-cart:has(>.custom-button-wrapper) {
    order: 2;
}

a.form_scroll_btn svg {
    transition: 0.2s linear;
}

a.form_scroll_btn:hover svg {
    transform: rotate(-90deg);
}

.postid-3210 .wpcf7cf-hidden.step_row[data-class="wpcf7cf_group"] {
    display: flex !important;
}

.header_popup table#yith-ywrq-table-list tr.cart_item img {
    height: 220px;
    width: 280px;
    object-fit: cover;
}

/* popup */
.header_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(45 70 71 / 50%);
    justify-content: center;
    align-items: center;
    z-index: 999;
    backdrop-filter: blur(5px);
}

.header_popup>.e-con-inner>.elementor-element {
    height: 100%;
}

.popup_shortcode {
    overflow-y: scroll;
    height: 100%;
}

.popup_shortcode::-webkit-scrollbar {
    width: 0;
}

.header_popup table#yith-ywrq-table-list tr.cart_item td.product-subtotal {
    vertical-align: bottom;
    color: #7B9F4D;
    font-size: 26px;
}

.header_popup table#yith-ywrq-table-list tr.cart_item td.product-subtotal span.woocommerce-Price-amount.amount {
    font-weight: 400;
}

.header_popup table#yith-ywrq-table-list tr.cart_item td.product-name ul li {
    font-size: 18px;
    color: #7B9F4D;
    font-weight: 500;
}

.header_popup table#yith-ywrq-table-list tr.cart_item td.product-remove {
    position: absolute;
    right: 1px;
    top: 8px;
    background: #fff;
    display: flex;
    width: 40px;
    border-radius: 50%;
}

.header_popup>.e-con-inner>.elementor-element .yith-ywraq-before-table {
    display: none;
}

.header_popup table#yith-ywrq-table-list tr.cart_item td.product-name ul li::marker {
    font-size: 33px;
}

.header_popup table#yith-ywrq-table-list tr.cart_item td.product-quantity .quantity {
    display: none;
}

.header_popup table#yith-ywrq-table-list tr.cart_item td.product-name a {
    color: #112121;
    font-size: 20px;
    font-weight: 500;
}

.header_popup .ywraq-with-form .ywraq-form-table-wrapper.wide {
    display: block;
}

.header_popup table#yith-ywrq-table-list thead {
    display: none;
}

.header_popup table#yith-ywrq-table-list tr.cart_item {
    background: #EEF2E9;
    position: relative;
}

.header_popup table#yith-ywrq-table-list tr.cart_item td {
    background: #EEF2E9;
}

.header_popup .ywraq-with-form .ywraq-form-table-wrapper.wide .yith-ywraq-mail-form-wrapper {
    margin: 0;
    background: transparent;
    padding: 0;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 20px;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p {
    grid-column: 1;
    padding: 0;
    margin: 0;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p#message_field span.woocommerce-input-wrapper {
    height: 90%;
    display: block;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p#message_field span.woocommerce-input-wrapper textarea {
    height: 100%;
    background: #EEF2E9;
    border: 1px solid #DCEACA;
    border-radius: 0;
    color: #112121;
}

.header_popup table#yith-ywrq-table-list tr.cart_item td.product-name ul {
    margin: 0 !important;
    padding-left: 30px;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p input {
    background: #112121;
    border-radius: 0;
    color: #fff;
    padding: 15px 20px;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p#message_field {
    grid-column: 2 / 5;
    grid-row: 1 / 4;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p#term_condition_field {
    grid-column: 1 / 5;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form .raq-send-request-row input.raq-send-request {
    width: 100%;
    display: block;
    background: #2D4647;
    background: url(/wp-content/uploads/2024/11/submit_arrow.png) no-repeat right 33% center / 16px #2D4647;
    color: #DCEACA;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    border: 0;
    padding: 22px;
}

.main_no_product form.wpcf7-form.init .wpcf7-checkbox span.wpcf7-list-item {
    margin: 0;
}

.main_no_product form.wpcf7-form.init .wpcf7-checkbox span.wpcf7-list-item label {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header_popup table#yith-ywrq-table-list tr.cart_item td.product-remove a {
    color: red !important;
    background: transparent;
}

.font12 label {
    font-size: 12px;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p label.checkbox a {
    color: #7B9F4D;
    text-decoration: underline;
}

.main_no_product form.wpcf7-form.init .wpcf7-checkbox {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form .raq-send-request-row::before,
.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form .raq-send-request-row::after {
    display: none;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p label {
    font-size: 12px;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p#term_condition_field input {
    position: relative;
    border: 1px solid #2D4647;
    appearance: none;
    padding: 0;
    width: 18px;
    height: 18px;
    background: #DCEACA;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p#term_condition_field input::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 6px;
    left: 3px;
    top: 3px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg) scale(0);
    transition: 0.2s linear;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p#term_condition_field input:checked::before {
    transform: rotate(-45deg) scale(1);
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p#message_field span.woocommerce-input-wrapper textarea::placeholder {
    color: #112121 !important;
}

.popup_form_row p label.message_form textarea::placeholder {
    color: #112121;
}

.no_product form.wpcf7-form h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0;
}

.main_no_product {
    overflow-y: scroll;
    height: 100%;
}

.main_no_product::-webkit-scrollbar {
    width: 0;
}

.popup_form_row p label input::placeholder {
    color: #fff;
}

.main_no_product .popup_shortcode {
    overflow-y: unset;
    height: unset;
}

.main_no_product form.wpcf7-form.init input[type="checkbox"]::before,
.main_no_product form.wpcf7-form.init input[type="radio"]::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 6px;
    left: 3px;
    top: 3px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg) scale(0);
    transition: 0.2s linear;
}

.main_no_product form.wpcf7-form.init input[type="checkbox"],
.main_no_product form.wpcf7-form.init input[type="radio"] {
    position: relative;
    border: 1px solid #2D4647;
    appearance: none;
    padding: 0;
    width: 18px;
    height: 18px;
    background: #DCEACA;
    border-radius: 0;
}

.header_popup .ywraq-with-form .ywraq-form-table-wrapper.wide .yith-ywraq-mail-form-wrapper h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0;
}

.main_no_product form.wpcf7-form.init input[type="checkbox"]:checked::before,
.main_no_product form.wpcf7-form.init input[type="radio"]:checked::before {
    transform: rotate(-45deg) scale(1);
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p input::placeholder {
    color: #fff !important;
    opacity: 1;
}

.header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form .raq-send-request-row {
    grid-column: 1 / 5;
}

.woocommerce div div.product form.cart {
    margin: 0;
}

/* form slider */
.step_right button.slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border: 0;
    border-radius: 50%;
    background: rgb(0 0 0 / 60%);
    left: 20px;
    z-index: 9;
}

.step_right button.slick-next.slick-arrow {
    left: auto;
    right: 20px;
}

.step_right ul.slick-dots {
    position: absolute;
    display: flex;
    list-style: none;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    bottom: 50px;
    gap: 8px;
}

button#playButton.hidden {
    display: none;
}

.step_right ul.slick-dots button {
    font-size: 0;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
}

.step_right ul.slick-dots li.slick-active button {
    opacity: 1;
}

.step_right button.slick-arrow::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 16px;
    background: url(/wp-content/uploads/2024/12/left_arrow.png) no-repeat center / contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step_right button.slick-next.slick-arrow::before {
    background-image: url(/wp-content/uploads/2024/12/right-arrow.png);
}

.video-container video {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.video-container {
    position: relative;
}

button#playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(238 242 233 / 50%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

button#playButton::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg) translate(-3px, 1px);
}

.back-to-top {
    bottom: 145px !important;
}

#playButton::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border: 3px solid;
    border-radius: 50%;
}

.xoo-wsc-markup .xoo-wsc-basket {
    display: none !important;
}

#futy-container .widget-iframe {
    margin-bottom: 60px;
}

@media(max-width:1024px) {
    .step_left {
        width: 100%;
        order: 2;
    }

    .e-search-input.no-icon-label {
        max-width: calc(100% - 50px);
    }

    .header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p#message_field {
        grid-column: 2 / 4;
    }

    .header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p#term_condition_field {
        grid-column: 1 / 4;
    }

    .header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form .raq-send-request-row {
        grid-column: 1 / 4;
    }

    .header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form .raq-send-request-row input.raq-send-request {
        font-size: 14px;
        padding: 18px;
        background-size: 12px;
    }

    .step_right {
        width: 100%;
    }

    .main_form_box {
        grid-template-columns: repeat(1, 1fr);
    }

    .main_form_box>div:last-child {
        grid-column: 1 / 2;
        grid-row: 4 / 4;
    }

    .step_row.main_form {
        padding: 70px 100px 80px;
    }

    .form_submit_box>div {
        width: 100%;
        gap: 0 10px;
    }

    .form_submit_box {
        margin-top: 50px;
        gap: 20px;
    }

    .main_form_inner {
        margin: 30px auto 0;
    }

    .lamella_form span.wpcf7-form-control.wpcf7-radio label {
        font-size: 18px;
    }

    .step_row.main_form label textarea {
        height: 160px;
    }

    #yith-ywraq-form table.cart .product-thumbnail {
        width: 100%;
    }

    .header_popup table#yith-ywrq-table-list tr.cart_item img {
        height: 160px;
        width: 150px;
    }

    .header_popup table#yith-ywrq-table-list tr.cart_item td.product-subtotal {
        font-size: 20px;
    }

    .header_popup table#yith-ywrq-table-list tr.cart_item td.product-name ul li {
        font-size: 16px;
    }

    .header_popup table#yith-ywrq-table-list tr.cart_item td.product-name a {
        font-size: 18px;
    }

    .header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:767px) {
    .step_main {
        padding: 30px 0 40px 50px;
    }

    .header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p#message_field {
        grid-column: 1;
        grid-row: unset;
    }

    .step_main .step_row::before {
        width: 30px;
        height: 30px;
        top: 20px;
        left: -40px;
    }

    .header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form p#term_condition_field {
        grid-column: 1 / 2;
    }

    .header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form .raq-send-request-row {
        grid-column: 1 / 2;
    }

    .header_popup .ywraq-with-form .yith-ywraq-mail-form-wrapper form {
        grid-template-columns: repeat(1, 1fr);
    }

    .header_popup>.e-con-inner>.elementor-element tbody {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .header_popup table#yith-ywrq-table-list tr.cart_item {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column;
        min-width: 100%;
    }

    .header_popup table#yith-ywrq-table-list tr.cart_item td.product-quantity {
        display: none;
    }

    .header_popup table#yith-ywrq-table-list tr.cart_item td.product-name ul li::marker {
        font-size: 16px;
    }

    .header_popup table#yith-ywrq-table-list tr.cart_item td.product-name ul {
        padding-left: 19px;
        padding-top: 10px;
    }

    #yith-ywraq-form table.cart .product-thumbnail a {
        width: 100%;
        display: block;
    }

    .header_popup table#yith-ywrq-table-list tr.cart_item img {
        height: 160px;
        width: 100%;
        object-fit: contain;
        background: #fff;
    }

    .header_popup table#yith-ywrq-table-list tr.cart_item td.product-remove {
        min-width: 40px;
        height: 40px;
        padding: 7px;
        justify-content: center;
    }

    .step_main .step_row.main_form::before {
        left: 10px;
        top: 20px;
    }

    .main_form_inner {
        margin: 0px auto 0;
    }

    .step_main .step_row::after {
        top: 51px;
        left: -26px;
    }

    .step_left {
        padding: 30px 25px;
    }

    .step_left h3 {
        font-size: 22px;
    }

    .step_row.main_form h3 {
        font-size: 24px;
    }

    .main_form_inner h4 {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .step_row.main_form label input {
        padding: 12px 17px;
        font-size: 14px;
    }

    .step_row.main_form .file-upload-label {
        padding: 14px 8px;
    }

    .step_row.main_form {
        padding: 60px 20px 80px;
        margin-left: -50px;
    }

    .mobile-icon i.icon {
        color: #fff;
    }

    div .count_btn a {
        color: #fff;
    }

}

@media(max-width:575px) {
    .custom-file-upload p {
        flex-wrap: wrap;
    }

    .step_row.main_form .file-upload-label {
        max-width: 100%;
        text-align: center;
    }

    .file_below {
        flex-wrap: wrap;
    }
}

/*product form  */
@media (max-width:991px) {
    .project_video .elementor-custom-embed-play {
        left: 10% !important;
    }

    .project_video .elementor-custom-embed-play:after {
        font-size: 28px;
    }
}


@media (max-width:767px) {
    body .top_slider:after {
        width: 170px;
        right: 0;
    }

    .project_video .elementor-custom-embed-play {
        left: 16% !important;
    }

    .project_video .elementor-custom-embed-play:after {
        font-size: 25px;
    }

    .dynamic_right {
        padding-left: calc((100vw - var(--content-width)) / 2);
    }

    .dynamic_left {
        padding-right: calc((100vw - var(--content-width)) / 2);
    }

    .work_cnt_wrap {
        position: unset;
    }

    .work_slider.top_slider:after {
        right: 0;
        bottom: -70px;
    }

    .top_slider:after {
        right: 0;
        width: 200px;
    }

    .mr_auto .e-con-inner {
        margin-left: auto;
    }

    .vertical_pro .elementor-widget-container .e-loop-item {
        height: 300px;
    }

    .vertical_pro {
        height: 370px;
    }

    .header_cart .xoo-wsc-icon-cart1:before {
        color: #fff;
    }
}