/*
Theme Name: Dessau Child
Theme URI: https://dessau.qodeinteractive.com
Description: A child theme of Dessau Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.1
Text Domain: dessau
Template: dessau
*/


.social_twitter:before{
    display: none;
}
.social_twitter svg{
    min-width: 14px;
    position: relative;
    top: 2px;
}

.social_twitter:hover{
    opacity: 0.5;
}

@media (max-width: 1024px) {
    .tab-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}
.qodef-container-inner.clearfix {
    padding-top: 0px !important;
}
.qodef-title-holder,
.qodef-page-header {
    z-index: 9999 !important;
}

div#assi-grezze-filter {
    width: 100%;
}

div#assi-grezze-filter input[type="search"] {
    line-height: normal !important;
    border: solid 1px #eee;
}
div#assi-grezze-filter input, div#assi-grezze-filter select{
display: inline-block;
vertical-align: top;
width: 31%;
padding: 5px;
min-width: 150px;
line-height: normal !important;
    border: solid 1px #eee;
    min-height: 60px;
    width: 100%;
}
ul.tw-assigrezze-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;

}

ul.tw-assigrezze-list li {
    margin-top: 20px;
border: 1px solid #f5f5f5;
border-radius: 0;
background: rgb(245 245 245);
padding: 5px;
box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%);
overflow: hidden;
color: #000000;
max-height: 160px;
}

.woof_sid_flat_grey {
    background: #fff;
    border: solid 1px #ddd;
    background: #fdfdfd;
    margin-bottom: 11px;
    margin-top: 30px;
    padding: 12px;
}
.woof_text_search_container {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 5px;
    min-width: 150px;
}
.woof_container {
    padding-bottom: 5px;
    margin-bottom: 9px;
}
div#assi-grezze-results .product-attribute-int > span {
    margin-left: 0;
    margin-right: 0;
    padding: 0.2rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 50%;
    border-bottom: 1px solid #dadada;
    min-height: 69px;
    justify-content: center;
    line-height: 100%;
}

.product-attribute-int {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-attributes .ag-image {
    flex-basis: 150px!important; /* Larghezza dell'immagine più il padding/margin se necessario */
    margin-right: 20px!important; /* Spazio tra l'immagine e i dettagli del prodotto */
    min-height: 150px!important;
    border: 0!important;
    float: left;
}

.product-attributes .table-label, .product-attributes .data {
    flex-basis: calc((100% - 170px) / 4); /* Adatta questo valore in base alla larghezza dell'immagine e allo spazio desiderato */
    margin-bottom: 5px; /* Spazio tra le righe */
}

.product-attributes .table-label {
    font-weight: bold;
    display: block; /* Assicura che l'etichetta sia su una nuova riga */
}

.product-attributes .data {
    display: block; /* Assicura che il dato sia su una nuova riga, sotto l'etichetta */
}
.single-assi_grezze .qodef-title-holder, .single-assi_grezze .qodef-post-heading, .single-assi_grezze .qodef-post-info-top{
    display: none;
}

.slide-assi-grezze .qodef-fsis-frame.qodef-fsis-frame-top, .slide-assi-grezze .qodef-fsis-frame.qodef-fsis-frame-bottom, .slide-assi-grezze .qodef-fsis-frame.qodef-fsis-frame-right, .slide-assi-grezze .qodef-fsis-frame.qodef-fsis-frame-left{
    display: none;
}
.slide-assi-grezze-slide{
    position: absolute!important;
}

.assi-grezze-slider-content {
    z-index: 1;
    position: absolute;
    background-color: rgb(255 255 255 / 85%) !important;
    max-width: 440px;
    width: 100%;
    min-height: 300px;
    left: 22%;
    top: 100px;
    padding: 0 20px;
    display: flex;
    align-items: center;

}
.slide-assi-grezze .vc_column-inner{
    padding: 0!important;
}
#popup-overlay {
    display: none;
    position: fixed !important;
    top: 0;
    left: 0 !important;
    width: 100% !important;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.contact-form .close-button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    font-size: 17px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50px 50px;
    padding: 6px 0;
    width: 30px;
    height: 30px;
}


.contact-form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: baseline;
    max-width: 700px;
}

.contact-form h3 {
    text-align: center;
    display: block;
    margin: 0 auto 50px;
    padding-top: 30px;
}

.contact-form .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    padding-bottom: 10px;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 11px;
    margin-left: 0;
}

div#formdownload h5 {
    font-size: 15px;
    line-height: 120%;
}

div#formdownload a {
    overflow: hidden;
    max-height: 230px;
}

div#formdownload a:hover {
    opacity: .75;
}

.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    float: right;
}

#hidepopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    z-index: 1001;
    border-radius: 15px;
}

.wpcf7-form p,
p.form-submit {

    float: inherit !important;
    margin: inherit !important;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px !important;
}

.qodef-post-info-author {
    display: none !important;
}

.vc_custom_1659564524802 {
    text-transform: uppercase;
}

.wpb_column.vc_column_container.vc_col-sm-12.testata {
    float: none;
}

footer .widget.widget_nav_menu ul#menu-footer-custom-menu li {
    display: block !important;
    padding: 10px 13px !important;
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-author .qodef-testimonials-author-name:after,
#categories-2>div>h5,
.qodef-pl-not-found,
.qodef-pli-messsage,
.woocommerce-page .qodef-content a.button:hover {
    display: none;
}

.qodef-content .qodef-content-inner>.qodef-container>.qodef-container-inner,
.qodef-content .qodef-content-inner>.qodef-full-width>.qodef-full-width-inner {
    padding-bottom: 0 !important;
}

.qodef-page-content-holder .qodef-parallax-row-holder {
    background-size: cover !important;
    padding-top: 40% !important;
}

.qodef-pli-custom-atc-btn {
    display: none !important;
}

h2.qodef-testimonial-title.entry-title {
    font-size: 24px;
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-author {
    font-size: 16px;
    text-transform: uppercase;
    color: #816850;
}

a.qodef-btn.qodef-btn-medium.qodef-btn-dessau.red>div.qodef-btn-plus {
    background-color: #991B30;
}

div.progetti p {
    font-size: 18px;
    line-height: 1.7em;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown {
    width: 80px;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
    border: 0px solid #e5e5e5;
}

span.vc_acf-label {
    width: 50%;
    display: inline-block;
}

div.vc_acf {
    width: 100%;
    padding: 5px 10px;
    background: #f1f1f1;
}

div:nth-child(2).vc_acf,
div:nth-child(4).vc_acf,
div:nth-child(6).vc_acf,
div:nth-child(8).vc_acf,
div:nth-child(10).vc_acf,
div:nth-child(12).vc_acf,
div:nth-child(14).vc_acf,
div:nth-child(16).vc_acf,
div:nth-child(18).vc_acf {
    width: 100%;
    padding: 5px 10px;
    background: #fff;
}

div.vc_acf:hover {
    background: #fff;
}

div:nth-child(2).vc_acf:hover,
div:nth-child(4).vc_acf:hover,
div:nth-child(6).vc_acf:hover,
div:nth-child(8).vc_acf:hover,
div:nth-child(10).vc_acf:hover,
div:nth-child(12).vc_acf:hover,
div:nth-child(14).vc_acf:hover,
div:nth-child(16).vc_acf:hover,
div:nth-child(18).vc_acf:hover {
    background: #f1f1f1;
}

div.qodef-post-text-main div.wpb_wrapper a {
    text-decoration: underline;
}

a.button.add_to_cart_button {
    display: none;
}

ul.products {
    list-style-position: inside;
    list-style: none;
    margin: 0;
}

.vc_row.wpb_row.vc_row-fluid.vc_custom_1659565793157.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex p:first-child {
    text-transform: uppercase;
}

ul.tabs.wc-tabs,
.related.products,
.upsells.products,
.qodef-woo-single-page .qodef-single-product-content {
    display: none !important;
}

body.product-template-default .qodef-content .qodef-content-inner>.qodef-container>.qodef-container-inner,
.qodef-woo-single-page .product .woocommerce-tabs {
    padding-top: 0px;
    padding-bottom: 0px;
}

.qodef-woo-single-page.qodef-woo-pl-info-below-image .product,
.qodef-woo-single-page.qodef-woo-pl-info-below-image .woocommerce-tabs {
    margin: 0 !important;
}

.qodef-woo-single-page .woocommerce-tabs .entry-content.wc-tab,
.qodef-woo-single-page .woocommerce-tabs {
    padding: 0 !important;
}

.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-grid {
    padding: 80px 0 80px;
}

@media only screen and (max-width: 1280px) {
    .qodef-main-menu>ul>li>a {
        padding: 0 10px;
    }

    .qodef-logo-wrapper {
        width: 150px;
        height: 37px;
    }
}

.qodef-logo-wrapper a img {
    width: 180px;
    height: auto !important;
    margin-top: 2px;
    max-height: 48px !important;
}

.vc_grid.vc_row.vc_grid-gutter-30px.vc_pageable-wrapper {
    min-height: 460px;
  }
  .qodef-full-screen-image-slider .qodef-fsis-image{
    width: 100vw;    
}

.wpb_column.vc_column_container.vc_col-sm-12.testata.qodef-fixed-wrapper.fixed {
    position: fixed;
    z-index: 99999;
}
header.qodef-page-header.qodef-fixed-wrapper.fixed {
    position: fixed;
    top: 44px;
   
}

.qodef-blog-list-holder.qodef-bl-simple .qodef-post-image{
    min-width: 79px;
}

.single-format-gallery.single-post .qodef-title-info h1.qodef-page-title.entry-title, .single-format-gallery.single-post .qodef-title-info{
    display: none;
}
.single-format-gallery.single-post .qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs-info{
    text-align: left;
}
.forminator-ui#forminator-module-9704.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"], .forminator-ui#forminator-module-9705.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]{
    padding: 8px!important;
}
@media (max-width: 768px) {
    .qodef-page-content-holder .vc_row.wpb_row.vc_row-fluid.qodef-parallax-row-holder {
        padding: 0 !important;
    }
    .assi-grezze-slider-content{
        left: 0;
    }
    ul.tw-assigrezze-list li{
        max-height: inherit;
    }
    .woof_text_search_container {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 5px;
        min-width: 150px;
        padding-right: 9px;
    }
    .product-attribute-int{
        flex-direction: column;
    }
    .product-attributes .ag-image{
        float: none;
    }
    .product-attributes .ag-image img{
        width: 100%;
    }
    .qodef-page-content-holder .vc_row.wpb_row.vc_row-fluid.qodef-parallax-row-holder:first-child {
        background-size: cover !important;
        padding: 0 !important;
    }

    .wpb_row p.vc_custom_heading a {
        font-size: 16px;
    }

    .woof_container_inner .select2.select2-container.select2-container--default,
    .woocommerce-ordering .select2.select2-container.select2-container--default {
        min-width: 270px !important;
        max-width: 100% !important;
    }

    li.product.type-product {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-content: stretch !important;
        justify-content: center !important;
        align-items: stretch !important;
    }

    .vc_row.wpb_row.vc_row-fluid.vc_row-has-fill.vc_row-no-padding.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-flex.vc_general.vc_parallax.vc_parallax-content-moving {
        background-size: contain !important;
        min-height: 130px;
    }
}

@media (min-width: 768px) {
    .nodesktop {
        display: none;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    div.testata a {
        font-size: 16px;
    }

    .nomobile {
        display: none;
    }
}

rs-layer.tp-shape.tp-shapewrapper {
    background-color: rgb(255 255 255 / 85%) !important;
}

div.vc_row-no-padding.vc_row-o-content-middle.vc_row-flex.qodef-content-aligment-center {
    padding-top: 63px !important;
    padding-bottom: 61px !important;

}

.vc_row.wpb_row.vc_row-fluid.vc_row-no-padding.vc_row-o-content-middle.vc_row-flex.qodef-content-aligment-center {
    display: none;
}

div.bpn-nav-container.wc-bpnav .previous,
div.bpn-nav-container.wc-bpnav .next {
    min-width: 50%;
}

.bpn-nav-container {
    width: 100%;
}

div.bpn-nav-container.wc-bpnav .next {
    float: right;
    text-align: right;
}

div.bpn-nav-container.wc-bpnav .bpn-separator {
    display: none;
}

.wp-next-post-navi {
    position: fixed;
    top: 40%;
    width: 96%;
    left: 2%;
    right: 2%;
    z-index: 999999999999999;
}

a.button.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

div#custom_html-5 {
    display: none;
}

.qodef-parallax-row-holder {
    background-size: cover;
}



@media (max-width: 1024px) {
    .tab-reverse {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .qodef-mobile-header .qodef-mobile-menu-opener {
        position: absolute;
    }

    .qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack .qodef-mobile-menu-icon {
        font-size: 30px;
    }

    .qodef-mobile-header .qodef-mobile-nav .qodef-grid>ul>li>a {
        text-transform: uppercase;
    }
}

@media (min-width: 1024px) and (max-width: 1342px) {
    .qodef-main-menu>ul>li>a {
        padding: 0 8px;
    }
}

@media (max-width: 768px) {
    div#formdownload h5 {
        font-size: 22px;
    }

    .tab-mobile p.vc_custom_heading {
        font-size: 1.2em !important;
    }

    .tab-mobile p.vc_custom_heading:first-child {
        font-size: 1.9em !important;
    }

    .woof_container .select2.select2-container.select2-container--default {
        min-width: 260px !important;
    }

    div#html-1 {
        font-size: 12px;
        line-height: 14px;
    }

    #forminator-module-5638:not(.select2-dropdown) {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    p.vc_custom_heading {
        font-size: 1.3em !important;
    }

    .qodef-page-footer .widget.qodef-separator-widget {
        display: none;
    }

    .qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-grid {
        padding: 100px 0 100px;
    }

    .testata p.vc_custom_heading {
        font-size: 12px !important;
    }

    li.product.type-product {
        display: block !important;
    }

    .product-attributes {
        display: block !important;
        text-align: left !important;
    }

    .qodef-pl-holder .qodef-pli .qodef-pli-title {
        line-height: 130%;
    }

    .qodef-wrapper .qodef-content rs-module rs-layer-wrap:last-child rs-mask-wrap:last-child {
        margin-bottom: -80px !important;
        top: 70px;
    }

    #hidepopup {
        display: none;
        position: fixed;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 20px;
        z-index: 1001;
        border-radius: 15px;
        width: 94%;
        max-height: 75vh;
        overflow-y: auto;
    }

    .contact-form h3 {
        font-size: 20px;
    }
    .cf7-cf-turnstile {
        margin-top: 30px!important;
    }
    .contact-form{
        align-items: flex-start;
    }
    h1.qodef-page-title.entry-title {
        font-size: 30px!important;
    }
}

.qodef-post-info-author,
.qodef-pli-category {
    display: none !important;
}

.vc_custom_1659551360713 {
    margin-top: 60px !important;
}

.vc_custom_1659551360713 {
    margin-top: 60px !important;
}

.vc_custom_1659565768530 {
    margin-top: 50px !important;
    border-bottom-width: 1px !important;
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    border-bottom-color: #000000 !important;
    border-bottom-style: solid !important;
}

.vc_custom_1659565793157 {
    margin-top: 20px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.vc_custom_1659564524802 {
    padding-top: 93px !important;
    padding-bottom: 91px !important;
}

.vc_custom_1659605506020 {
    margin-bottom: 20px !important;
}

.vc_custom_1659605545093 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    padding-top: 20px !important;
    padding-right: 40px !important;
    padding-bottom: 20px !important;
    padding-left: 40px !important;
    background-color: #ffffff !important;
    border-left-color: #707070 !important;
    border-left-style: solid !important;
    border-right-color: #707070 !important;
    border-right-style: solid !important;
    border-top-color: #707070 !important;
    border-top-style: solid !important;
    border-bottom-color: #707070 !important;
    border-bottom-style: solid !important;
}

.vc_custom_1659605550068 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    padding-top: 20px !important;
    padding-right: 40px !important;
    padding-bottom: 20px !important;
    padding-left: 40px !important;
    background-color: #ffffff !important;
    border-left-color: #707070 !important;
    border-left-style: solid !important;
    border-right-color: #707070 !important;
    border-right-style: solid !important;
    border-top-color: #707070 !important;
    border-top-style: solid !important;
    border-bottom-color: #707070 !important;
    border-bottom-style: solid !important;
}

.vc_custom_1659564846833 {
    padding-top: 40px !important;
}

.vc_custom_1659564846833 {
    padding-top: 40px !important;
}

.qodef-content .qodef-content-inner>.qodef-container>.qodef-container-inner,
.qodef-content .qodef-content-inner>.qodef-full-width>.qodef-full-width-inner {
    padding-bottom: 0 !important;
}

.vc_row.wpb_row.vc_row-fluid.vc_custom_1669243600238.vc_row-o-content-middle.vc_row-flex.qodef-content-aligment-center,
.vc_row.wpb_row.vc_row-fluid.vc_row-o-content-middle.vc_row-flex.qodef-content-aligment-center .vc_custom_heading {
    text-transform: uppercase;
}

.qodef-content .qodef-content-inner>.qodef-full-width>.qodef-full-width-inner {
    padding-top: 0 !important;
}

.forminator-ui#forminator-module-5638.forminator-design--default .forminator-select2+.forminator-select .selection .select2-selection--single[role="combobox"] {
    padding: 8px !important;
}

div#bianco p {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}

div#venti p {
    text-align: center;
    font-size: 20px;
}

section.qodef-sidebar-fullwidth {
    text-align: center;
    background-color: #991b30;
    margin: 0;
    padding: 5%;
    color: #fff;
    text-transform: uppercase;
}

section.qodef-sidebar-fullwidth h5 {
    font-size: 54px;
}

section.qodef-sidebar-fullwidth p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5em;
    text-align: center;
    font-family: Open Sans;
    font-weight: 300;
    font-style: normal;
}

.tab_origin {
    z-index: 7;
    font-family: "Open Sans";
    height: auto;
    color: rgb(32, 32, 32);
    text-decoration: none;
    white-space: normal;
    width: 351px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 16px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

html[lang="de-DE"] .qodef-main-menu>ul>li>a {
    padding: 0 10px;
}

html[lang="de-DE"] rs-static-layers .rs-parallax-wrap:last-child {
    display: none !important;
}

html[lang="de-DE"] rs-static-layers .rs-parallax-wrap:first-child .rs-layer {
    width: 461px !important;
    height: 322px !important;
}

html[lang="de-DE"] rs-static-layers .rs-parallax-wrap:nth-child(2) .rs-layer {
    margin-left: 5px !important;
    width: auto !important;
    min-width: 300px !important;
    margin-top: 30px !important;
    white-space: normal!important;
    max-width: 300px!important;
}


@media (max-width: 1380px) {
    html[lang="de-DE"] .qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
        max-height: 40px;
    }

    html[lang="de-DE"] .qodef-main-menu ul li {
        max-width: 140px;
        text-align: center;
        line-height: 10px;
    }

    html[lang="de-DE"] .qodef-main-menu>ul>li>a>span.item_outer .item_text {
        line-height: 14px;
    }
}

@media (max-width: 1280px) {
    html[lang="de-DE"] .qodef-page-header {
        display: none;
    }

    html[lang="de-DE"] .qodef-mobile-header {
        display: block;
    }
}

.download-link-desktop {
    display: none; /* Nascondi il link di default */
}


@media screen and (min-width: 1030px) {
    .download-link-desktop {
        display: inline-block; /* Mostra il link su schermi più larghi di 769px */
    }
}
