/*
 * STANDARD
*/
.width-100 {
    width:100%!important;
}
.width-auto {
    width:auto;
}
.height-100 {
    height:100%!important;
}
.text-align-left {
    text-align:left!important;
}
@media (max-width: 767px) {
    .text-align-left-mb {
        text-align:left!important;
    }
}
.text-align-right {
    text-align:right!important;
    text-align:right!important;
}
.text-align-center {
    text-align:center!important;
}
@media (max-width: 767px) {
    .text-align-center-mb {
        text-align:center!important;
    }
}
.padding-0 {
    padding:0!important;
}
.padding-top-0 {
    padding-top:0!important;
}
@media (max-width: 767px) {
    .padding-top-0-mb {
        padding-top:0px!important;
    }
}
.padding-bottom-0 {
    padding-bottom:0!important;
}
.padding-left-0 {
    padding-left:0!important;
}
.padding-right-0 {
    padding-right:0!important;
}
.margin-0 {
    margin:0px!important;
}
.margin-left-auto {
    margin-left:auto;
}
.margin-right-auto {
    margin-right:auto;
}
.margin-bottom-0 {
    margin-bottom:0px!important;
}
.margin-bottom-10px {
    margin-bottom:10px!important;
}
.margin-top-0 {
    margin-top:0px!important;
}
.margin-top-10px {
    margin-top:10px!important;
}
@media (max-width: 767px) {
    .margin-top-0-mb {
        margin-top:0px!important;
    }
 }
.max-width-50 {
    max-width:50%;
}
.max-width-60 {
    max-width:60%;
}
.max-width-70 {
    max-width:70%;
}
.max-width-75 {
    max-width:75%;
}
.max-width-100 {
    max-width:100%;
}
@media (max-width: 991px) {
    .max-width-100-tb {
        max-width:100%!important;
    }
}
@media (max-width: 767px) {
    .max-width-100-mb {
        max-width:100%!important;
    }
}
.max-width-500 {
    max-width:500px!important;
}
.max-width-600 {
    max-width:600px!important;
}
.max-width-700 {
    max-width:700px!important;
}
.background-color-white {
    background-color:#FFF;
}
.background-color-grey {
    background-color:#EFEFEF;
}
.background-color-black {
    background-color:#000000; 
}
.text-black {
    color:#000!important;
}
.text-black p {
    color:#000!important;
}
.text-white {
    color:#fff!important;
}
.text-white p {
    color:#fff!important;
}
.font-weight-700 {
    font-weight:700!important;
}
.line-height-0 {
    line-height:0;
}
.text-transform-none {
    text-transform:none!important;
}
.text-transform-uppercase {
    text-transform:uppercase!important;
}
.box-sizing-border-box {
    box-sizing: border-box;
}
.display-none {
    display:none;
}
.display-inline-block {
    display:inline-block;
}
.display-block {
    display:block;
}
.display-flex {
    display:flex;
}
.flex-wrap-wrap {
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .flex-wrap-wrap-tb {
        flex-wrap: wrap!important;
    }
}
@media (max-width: 767px) {
    .flex-wrap-wrap-mb {
        flex-wrap: wrap!important;
    }
}
.justify-content-space-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-flex-end {
    justify-content: flex-end;
}
.justify-content-flex-start {
    justify-content: flex-start;
}
.align-items-center {
    align-items: center;
}
.align-items-flex-start {
    align-items: flex-start;
}
.align-items-flex-end {
    align-items: flex-end;
}
.align-items-stretch {
    align-items:stretch;
}
@media (max-width: 767px) {
    .align-items-stretch-mb {
        align-items:stretch!important;
    }
}
.flex-direction-column {
    flex-direction: column;
}
.flex-direction-row {
    flex-direction: row;
}
.flex-1 {
    flex:1!important;
}
.flex-basis-20 {
    flex-basis:20%;
}
.flex-basis-25 {
    flex-basis:25%;
}
.flex-basis-50 {
    flex-basis:50%;
}
.flex-basis-60 {
    flex-basis:60%;
}
.flex-basis-70 {
    flex-basis:70%;
}
.flex-basis-75 {
    flex-basis:75%;
}
.flex-basis-100 {
    flex-basis:100%;
}
@media (max-width: 991px) {
    .flex-basis-100-tb {
        flex-basis:100%;
    }
}
@media (max-width: 767px) {
    .flex-basis-100-mb {
        flex-basis:100%;
    }
}
@media (max-width: 991px) {
    .flex-basis-100-tb {
        flex-basis:100%;
    }
    .flex-basis-33-tb {
        flex-basis:33%;
    }
}
.order-1 {
    order:1;
}
@media (max-width: 767px) {
    .order-1-mb {
        order:1!important;
    }
 }
.order-2 {
    order:2;
}
@media (max-width: 767px) {
    .order-2-mb {
        order:2!important;
    }
}
.order-3 {
    order:3;
}
@media (max-width: 767px) {
    .order-3-mb {
        order:3!important;
    }
}
.order-4 {
    order:4;
}
@media (max-width: 767px) {
    .order-4-mb {
        order:4!important;
    }
}
.order-5 {
    order:5;
}
@media (max-width: 767px) {
    .order-5-mb {
        order:5!important;
    }
}
.order-6 {
    order:6;
}
@media (max-width: 767px) {
    .order-6-mb {
        order:6!important;
    }
}
.gap-0 {
    gap:0px;
}
.gap-5 {
    gap:5px;
}
.gap-10 {
    gap:10px;
}
.gap-15 {
    gap:15px;
}
.gap-30 {
    gap:30px;
}
.column-gap-0 {
    column-gap:0px;
}
.position-absolute {
    position:absolute;
}
.position-relative {
    position:relative;
}
.position-fixed {
    position:fixed;
}
.overflow-hidden {
    overflow: hidden!important;
}
.list-style-type-none {
    list-style-type: none!important;
}
.pointer-events-none {
    pointer-events: none!important;
}
.mix-blend-mode-multiply {
    mix-blend-mode:multiply!important;
}
.mix-blend-mode-unset {
    mix-blend-mode:unset!important;
}
.list-style-position-inside {
    list-style-position: inside;
}
.object-fit-contain {
    object-fit: contain;
}
.transform-rotate-180 {
    transform:rotate(180deg);
}
.font-weight-100,
.font-weight-100 * {
    font-weight: 100 !important;
}

.font-weight-200,
.font-weight-200 * {
    font-weight: 200 !important;
}

.font-weight-300,
.font-weight-300 * {
    font-weight: 300 !important;
}

.font-weight-400,
.font-weight-400 * {
    font-weight: 400 !important;
}

.font-weight-500,
.font-weight-500 * {
    font-weight: 500 !important;
}

.font-weight-600,
.font-weight-600 * {
    font-weight: 600 !important;
}

.font-weight-700,
.font-weight-700 * {
    font-weight: 700 !important;
}

.font-weight-800,
.font-weight-800 * {
    font-weight: 800 !important;
}

.font-weight-900,
.font-weight-900 * {
    font-weight: 900 !important;
}
.font-style-normal,
.font-style-normal * {
    font-style: normal !important;
}

.font-style-italic,
.font-style-italic * {
    font-style: italic !important;
}

.font-style-oblique,
.font-style-oblique * {
    font-style: oblique !important;
} 
.cursor-pointer {
	cursor:pointer;
}

/*
 * FONT
*/
/*@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight:  100 900;
    font-display: swap;
    src: url('/wp-content/themes/delta/delta/assets/font/Montserrat-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight:  100 900;
    font-display: swap;
    src: url('/wp-content/themes/delta/delta/assets/font/Montserrat-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'icomoon';
    src:  url('/wp-content/themes/delta/delta/assets/font/icomoon.eot?l7952t');
    src:  url('/wp-content/themes/delta/delta/assets/font/icomoon.eot?l7952t#iefix') format('embedded-opentype'),
        url('/wp-content/themes/delta/delta/assets/font/icomoon.ttf?l7952t') format('truetype'),
        url('/wp-content/themes/delta/delta/assets/font/icomoon.woff?l7952t') format('woff'),
        url('/wp-content/themes/delta/delta/assets/font/icomoon.svg?l7952t#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-avviso:before {
    content: "\e901";
}
.icon-calendario:before {
    content: "\e904";
}
.icon-carrello:before {
    content: "\e905";
}
.icon-cerca:before {
    content: "\e906";
}
.icon-documenti:before {
    content: "\e90b";
}
.icon-freccia:before {
    content: "\e90d";
}
.icon-play:before {
    content: "\e912";
}
.icon-telefono:before {
    content: "\e916";
}
.icon-user:before {
    content: "\e918";
}
.icon-whatsapp:before {
    content: "\e919";
}
/*
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/delta/delta/assets/font/Montserrat-VariableFont_wght.ttf');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/delta/delta/assets/font/Montserrat-VariableFont_wght.ttf');
}*/
/*
 * STANDARD EDITABLE
*/
html {
    min-width:375px;
    width:100%;
    scroll-behavior: smooth;
}
body {
	max-width:100%;
    margin:0px;
	margin-left:auto;
	margin-right:auto;
    /*font-family: 'Montserrat';*/
}
h1, h2, h3, h4, h5 {
    /*color:#000000;
    margin:0px;*/
}
p {
	margin-bottom:0px;
    /*font-size:18px;
    color:#000000;*/
}
@media (max-width: 767px) {
    p {
       /*font-size:16px;*/
    }
}
h1 {
    /*font-size:60px;*/
}
@media (max-width: 767px) {
    h1 {
        /*font-size:36px;*/
    }
}
h2 {
    /*font-size:36px;*/
}
@media (max-width: 767px) {
    h2 {
        /*font-size:25px;*/
    }
}
h3 {
    /*font-size:25px;*/
}
@media (max-width: 767px) {
    h3 {
        /*font-size:21px;*/
    }
}
h4 {
    /*font-size: 20px;*/
}
h5 {
    /*font-size: 19px;*/
}
a {
    /*color:#000;
    text-decoration:none;*/
}
a:hover {
    /*text-decoration:none;
    opacity:0.7;*/
}
a:hover img {
    /*opacity:1;*/
}
/*
 * CUSTOM A STANDARD
*/
.container-standard {
    max-width:1500px;
    margin-left:auto;
    margin-right:auto;
}
img {
    /*max-width:100%;*/
}
.button-custom-a,
.block-contact-form7 input[type="submit"] {
    /*font-family: 'Montserrat';*/
    background-color: #000;
    color:#fff;
    padding:10px 30px;
    display:inline-block;
    font-weight:700;
    font-size:18px;
    border-radius:0px;
    letter-spacing: 0;
}
.button-custom-a:hover {
    opacity:0.7;
}
.button-custom-a:focus {
    color:#fff;
}
.max-width-p {
    max-width:1000px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.anchorlink {
    height:0px;
}
.full-width-custom-a {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw!important;
    margin-right: -50vw!important;
    padding: 0;
    box-sizing: border-box;
    max-width: none!important;
}
.section-standard {
    padding:100px 15px 15px 0px;
}
@media (max-width: 767px) {
    .section-standard {
        padding:50px 15px 15px 0px;
    }
}
.empty-15 {
    height:15px;
}
.empty-20 {
    height:20px;
}
.empty-30 {
    height:30px;
}
.empty-50 {
    height:50px;
}
.empty-100 {
    height:100px;
}
.linee-separator {
    height:1px;
    background-color:#4e4d4d;
    width:100%;
}
.close-readmore, .modal-close, .close {
    display:none;
}
.modal-custom {
    position:fixed;
    background-color:rgba(0,0,0,.6);
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1000;
}
.modal-custom-wrap {
    max-width:1200px;
    padding: 0px 20px;
    width:100%;
    height:100%;
    margin:auto;
    position:relative;
}
.no-after:after,
.no-after a:after {
    display:none;
}
.block-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.full-height-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}
.full-height-layout > main,
.full-height-layout > .full-height-block {
    display: flex;
    flex: 1;
}
/* wordpress page standard */
/*body.page-template-default main {
    max-width:1500px;
    margin-left:auto;
    margin-right:auto;
    padding:30px;
}
.woocommerce-message,
.woocommerce-error {
    margin-bottom:0px;
    border: none;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    display:none!important;
}
/* woocommerce *
body.woocommerce-cart main, 
body.woocommerce-checkout main {
    max-width:1500px;
    margin-left:auto;
    margin-right:auto;
    padding:30px;
} 
.woocommerce-notice {
    margin-bottom:50px;
}
.woocommerce .summary .quantity {
    display: flex;
    align-items: stretch;
}
.woocommerce .summary .quantity .qty {
    text-align:center;
    font-size: 18px;
    width: auto;
    max-width: 50px;
}
.woocommerce .quantity .quantity-minus,
.woocommerce .quantity .quantity-plus {
    background-color: #e3e3e3;
    color: #000;
    border: none;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}
.quantity-minus:focus,
.quantity-plus:focus {
    outline: none;
}
.woocommerce-product-gallery__trigger {
    top: 90px!important;
    right: 50px!important;
    background-color: #e3e3e3!important;
}
.pswp {
    z-index: 10000000;
}
/* single product *
.woocommerce .products ul, .woocommerce ul.products,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product div.images {
    margin-bottom:0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display:none!important;
}
.single-product .available-on-backorder {
    display:none!important;
}
.woocommerce div.product form.cart .button {
    text-align: center;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
}
.woocommerce div.product form.cart .button:hover {
    opacity: 0.7;
}
@media (max-width: 767px) {
    .woocommerce div.product form.cart .button {
        font-size: 16px;
    }
    .woocommerce div.product form.cart div.quantity {
        margin-right: 10px;
    }
}
.woocommerce div.product form.cart div.quantity {
    margin-right:20px;
}
.product_meta {
    border-top:1px solid #000;
    padding-top:20px;
    color:#000;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-transform: uppercase;
}
.woocommerce div.product p.price ins {
    text-decoration: none;
    font-weight: 400;
}
.woocommerce div.product p.price ins .woocommerce-Price-amount.amount {
    font-size: 18px;
}
.woocommerce div.product p.price del {
    opacity: 1;
    color: #0;
    font-weight: 300;
    margin-right: 10px;
}
.product .summary.entry-summary .woocommerce-Price-amount.amount {
    font-size: 18px;
}
.woocommerce-tabs.wc-tabs-wrapper.background-color-white:last-child {
    padding-bottom: 80px;
}
/* woocommerce category */
/*.block-category {
    margin-left:-15px;
    margin-right:-15px;
}
.wrap-category {
    padding-bottom:30px;
    padding-left:15px;
    padding-right:15px;
}
div > .wrap-category:nth-last-child(1) {
    padding-bottom:0px;
}*/
/* carosuel vertically woocommerce */
/*.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width:50%;
}
.woocommerce-product-gallery__image {
    order:2;
    flex:1;
}
.block-gallery {
    position:relative;
}
.block-gallery {
    height:575px;
    overflow: hidden;
}
.block-gallery > div{
    max-width: 230px;
    padding-right:30px;
    height:100%;
    order:1;
    transition:0.5s;
}
.block-gallery > div > div {
    width: 100%!important;
    display: block!important;
    margin-bottom:15px;
}
.woocommerce-product-gallery__wrapper {
    display:flex;
    align-items: stretch;
}
.block-gallery > div > div img {
    height: 100px!important;
    object-fit: cover;
}
.block-gallery button.arrow.up {
    position: absolute;
    left: calc(50% - 15px);
    transform: translate(-50%, 0%);
    top: 0%;
    z-index: 1;
    cursor:pointer;
}
.block-gallery button.arrow.down {
    position: absolute;
    left: calc(50% - 15px);
    transform: translate(-50%, -50%);
    bottom: 0%;
    z-index: 1;
    cursor:pointer;
}
.symb-arrow-top:before {
    font-family: dashicons;
    content: "\f343";
    font-size: 18px;
}
.symb-arrow-bottom:before {
    font-family: dashicons;
    content: "\f347";
    font-size: 18px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    max-height:800px;
    object-fit:contain;
    width:100%;
    background-color:#fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a,
.custom-product-layout .product-image > a {
    position: relative;
    padding-bottom: 100%;
    display: block;
    min-width: 100px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a > img,
.custom-product-layout .product-image > a > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    object-fit: contain;
}*/
/* hamburger menu */
/*.menu-mobile {
    height:25px;
    width:40px;
    position: relative;
}
.menu-mobile > span {
    background-color: #000;
    display: inline-block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
}
.menu-mobile > span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}
.menu-mobile > span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.menu-mobile > span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
}*/
/* menu *
header ul li.current_page_item a,
header ul li a {
    position: relative;
}
header ul li > a:after,
header ul li.current_page_item > a:after {
    content:'';
    transition: 0.5s;
    border: 1px solid #4e4d4d;
    width: calc(0% + 0px);
    display: inline-block;
    position: absolute;
    left: 0;
    top:23px;
    visibility:hidden; 
    z-index: 1;
}
header ul li a:hover:after {
    width: calc(100% - 2px);
    visibility:visible;
}
header ul li.menu-item-has-children a:hover:after {
    width: calc(100% + 18px);
    visibility:visible;
}
header ul li.current_page_item a:after {
    width: calc(100% - 2px);
    visibility:visible;
}
header ul li.current_page_item.menu-item-has-children a:after {
    width: calc(100% + 18px);
    visibility:visible;
}
@media (max-width: 991px) {
    header ul li a:after {
        display:none!important;
    }
}
.cart-count {
    background-color: #f3f3f3; 
    color: #4e4d4d; 
    border-radius: 50%; 
    position: absolute; 
    top: 0px;
    right: 0px; 
    padding: 5px;
    transform: translate(50%, -50%);
    aspect-ratio: 1/1;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px;
}
.block-cart-menu .cart-count {
    font-size: 12px;
    height: 12px;
}
/* submenu *
header {
    position:relative;
}
header ul ul.sub-menu {
    display:none;
    padding-top:20px;
    position: absolute;
}
header ul span.menu-arrow-children {
    transition: 0.5s;
    cursor:pointer;
}
header ul ul.sub-menu li {
    padding-left:5px;
    margin-bottom:15px;
}
header ul ul.sub-menu li:nth-last-child(1) {
    margin-bottom:0px;
}
header ul span.menu-arrow-children.open-menu {
    transform:rotate(180deg);
    margin-top: 0px;
}
.sub-menu-block {
    display:block!important;
}
@media (min-width: 992px) {
    header ul.header-menu > li > ul.sub-menu {
        background:linear-gradient(to bottom, transparent 20px, #f3f3f3 20px);
        padding-top: 20px;
        padding-bottom:20px;
    }
    header ul ul.sub-menu {
        background-color:#000;
    }
}
@media (max-width: 991px) {
    header ul ul.sub-menu {
        position:relative;
    }
    header ul span.menu-arrow-children {
        transform:rotate(-90deg);
        margin-top: -1px;
    }
    header ul span.menu-arrow-children.open-menu {
        transform:rotate(0deg);
        margin-top: 0px;
    }
}
/* breadcrumbs *
div.breadcrumbs {
    padding-top:15px;
    padding-bottom:15px;
    background-color:#e3e3e3;
}
div.breadcrumbs span {
    display:inline-block;
    margin:0px 5px;
}
div.breadcrumbs > span > span:nth-child(1) {
    margin-left:0px;
}
div.breadcrumbs span a {
    text-transform: uppercase;
    font-weight:500;
}
div.breadcrumbs span.breadcrumb_last {
    text-transform: uppercase;
    font-weight:300;
    color:#4e4d4d;
}

/* editor *
.kwEditor h1, .kwEditor h2, .kwEditor h3, .kwEditor p, .kwEditor ul, .kwEditor ol, .kwEditor li {
    margin-bottom: 0;
    margin-top: 15px;
}
.kwEditor p + h1, .kwEditor p + h2, .kwEditor p + h3,
.kwEditor ul + h1, .kwEditor ul + h2, .kwEditor ul + h3, 
.kwEditor ol + h1, .kwEditor ol + h2, .kwEditor ol + h3, 
.kwEditor table + h1, .kwEditor table + h2, .kwEditor table + h3 {
    margin-top: 40px;
}
.kwEditor ul, .kwEditor ol {
    padding-left: 1.2em;
}
.kwEditor :first-child {
    margin-top: 0;
}
.section2 p {
    margin: 0 !important;
}
.kwEditor a {
    color: #8bc541;
}
.kwEditor table {
    text-align: left;
    border: 1px solid #e3e3e3;
    font-size: 0.9em;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    color: #4e4d4d;
    margin-top: 40px;
}
.kwEditor table tr + tr {
    border-top: 1px solid #e3e3e3;
}
.kwEditor table tr > td + td {
    border-left: 1px solid #e3e3e3;
}
.kwEditor table tr > td {
    padding: 15px;
    vertical-align: baseline;
}
/* live search */
/*#live-search-results {
    position: absolute;
    width: 400px;
    padding-left: 15px;
    left: 50%;
    top: 11px;
    padding-right: 15px;
    background-color: #fff;
    height: auto;
    z-index: 1;
    transform: translate(-50%);
		max-height: 500px;
    overflow: auto;
}
#live-search-results p {
	padding-top:15px;
}
.live-search-results-block {
	position:relative;
}
@media (max-width: 767px) {
	#live-search-results {
		width:100%;
	}
}*/
/***********/
.not-last-children > *:nth-last-child(1):after,
.not-last-children > *:nth-last-child(1):before {
    display:none;
}
.not-first > *:nth-child(1):after,
.not-first > *:nth-child(1):before {
    display:none;
}
.not-column-first > *:nth-child(1) {
    display:none;
}
.not-column-last > *:nth-last-child(1) {
    display:none;
}
.visible-mb {
   display:none!important;
}
.visible-tb {
   display:none!important;
}
@media (max-width: 991px) {
    .visible-tb {
       display:block!important;
    }
    .hidden-tb {
       display:none!important;
    }
}
@media (min-width: 992px) {
    .hidden-dk {
        display:none!important;
    }
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
    .hidden-mb {
       display:none!important;
    }
    .visible-mb {
       display:block!important;
    }
}
/*
 * CUSTOM A ANIMATION
*/
@keyframes 
animationOpacity1
{
    0%{
        opacity:0
        
    }
    100%{
        opacity:1
    }
}
/* 
 * COTACT FORM 7
*
.wpcf7-list-item {
    margin:0px;
}
/* 
 * REVIEW WOOCOMMERCE WITH CAROUSEL
*/ 
/*.recent-positive-reviews {
}
#owl-carousel-review .owl-nav {
    display:block!important;
}
#owl-carousel-review  .owl-nav .owl-next,
#owl-carousel-review .owl-nav .owl-prev {
    color: transparent;
    padding: 0px !important;
    margin: 20px;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    z-index: 10000000;
    background-color: #000!important;
}
#owl-carousel-review .owl-nav .owl-next:before{
    width: 100%;
    height: 100%;
    font-family: dashicons;
    content: "\f344";
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 25px !important;
}
#owl-carousel-review .owl-nav .owl-prev:before {
    width: 100%;
    height: 100%;
    font-family: dashicons;
    content: "\f340";
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 25px !important;
}
#owl-carousel-review .owl-nav > div {
    position: absolute;
    bottom: -50px;
    transform:translate(0,100%);
    color: #fff;
}
#owl-carousel-review .owl-nav .owl-next {
    left: calc(50% + 50px);
    transform: translate(-100%, 100%);
}
#owl-carousel-review .owl-nav .owl-prev {
    left: calc(50% - 50px);
    transform: translate(-100%, 100%);
}
#owl-carousel-review .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.recent-positive-reviews .review-item {
    padding:0px 5px;
}
.recent-positive-reviews .review-item > div {
    border:2px solid #000;
    background-color:#EFEFEF;
    padding:20px;
}
.recent-positive-reviews .review-item > div .review-item-comment,
.recent-positive-reviews .review-item > div p {
    font-size:20px;
    font-weight:500;
    line-height:30px;
    color:#000;
}
.recent-positive-reviews .review-item > div .review-item-comment {
    padding-bottom:10px;
    margin-bottom:10px;
}
.recent-positive-reviews .review-item > div p {
    margin-bottom:0px;
}
.recent-positive-reviews .review-item .star {
    font-size:18px;
}
.recent-positive-reviews .review-item .star.full-star{
    color:#000;
}
.recent-positive-reviews .review-item > div .review-item-comment p:nth-child(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 241px;  
    max-height: 241px;
}
.recent-positive-reviews .review-item > div .review-item-comment p:nth-child(1) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 85px;  
    max-height: 85px;
    margin-bottom:10px;
} 
#owl-carousel-review .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    bottom: -50px;
    transform:translate(0,100%);
    color: #000;
}
#owl-carousel-review .owl-nav .owl-next {
    left: calc(50% + 50px);
    transform: translate(-100%, 100%);
}
#owl-carousel-review .owl-nav .owl-prev {
    left: calc(50% - 50px);
    transform: translate(-100%, 100%);
}*/
/* 
 * LAYOUT LIST PRODUCT WOOCOMMERCE WITH CAROUSEL
*/ 
/*.custom-product-layout {
    padding:0px 5px;
    height:100%;
}
.custom-product-layout > div {
    border:0px solid #000;
    background-color:#fff;
    padding:5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:100%;
}
.custom-product-layout .product-image {
    border:2px solid #000;
    margin-bottom:10px;
    position:relative;
    padding:20px;
}
.custom-product-layout .product-image img {
    object-fit: contain;
    object-position: center;
    margin:auto;
}
.custom-product-layout .sale-notice {
    position:absolute;
    top:10px;
    left:10px;
    background-color:#000;
    color:#FFF;
    font-size:16px;
    font-weight:700;
    line-height:20px;
    padding:5px;
}
.custom-product-layout .product-title {
    color:#000;
    font-weight:700;
    font-size:20px;
    line-height:20px;
}
.custom-product-layout .product-title a {
    color:#000;
}
.custom-product-layout .add_to_cart_inline {
    margin-bottom:0px;
    color:#000;
    font-weight:400;
    font-size:18px;
    line-height:20px;
    padding-left:0px!important;
    padding-right:0px!important;
}
.custom-product-layout .add_to_cart_inline ins .woocommerce-Price-amount {
    font-weight:700;
}
.block-owl-carousel .owl-carousel .owl-nav > div {
    position: absolute;
    bottom: -50px;
    transform:translate(0,100%);
    color: #cdcbcd;
}
.block-owl-carousel .owl-carousel .owl-nav .owl-next {
    left: calc(0% + 70px);
    transform: translate(50%, 100%);
}
.block-owl-carousel .owl-carousel .owl-nav .owl-prev {
    left: calc(0% - 0px);
    transform: translate(50%, 100%);
}
.block-owl-carousel .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}
.block-owl-carousel .owl-carousel  .owl-nav .owl-next,
.block-owl-carousel .owl-carousel .owl-nav .owl-prev {
    color: transparent;
    padding: 0px !important;
    margin: 20px;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    z-index: 10000000;
    background-color: #000!important;
}
.block-owl-carousel .owl-carousel  .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.block-owl-carousel .owl-carousel .owl-nav .owl-next:before{
    width: 100%;
    height: 100%;
    font-family: dashicons;
    content: "\f344";
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 32px !important;
}
.block-owl-carousel .owl-carousel .owl-nav .owl-prev:before {
    width: 100%;
    height: 100%;
    font-family: dashicons;
    content: "\f340";
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 32px !important;
}
.block-owl-carousel {
    padding-bottom:50px;
}*/

/* 
 * CUSTOM A
*/
/*.kwH1Style {
    font-size:60px;
    line-height:1.2;
    font-weight:700;
    color:#000;
    margin:0px;
}
@media (max-width: 767px) {
    .kwH1Style {
        font-size:36px;
    }
}
.kwH2Style {
    font-size:36px;
    line-height:1.2;
    font-weight:700;
    color:#000;
    margin:0px;
}
@media (max-width: 767px) {
    .kwH2Style {
        font-size:25px;
    }
}
.kwH3Style {
    font-size:25px;
    line-height:1.2;
    font-weight:700;
    color:#000;
    margin:0px;
}
@media (max-width: 767px) {
    .kwH3Style {
        font-size:21px;
    }
}
.kwH4Style {
    font-size:21px;
    line-height:1.2;
    font-weight:700;
    color:#000;
    margin:0px;
}
@media (max-width: 767px) {
    .kwH4Style {
        font-size:19px;
    }
}
.kwH5Style {
    font-size:20px;
    line-height:1.2;
    font-weight:700;
    color:#000;
    margin:0px;
}
@media (max-width: 767px) {
    .kwH5Style {
        font-size:18px;
    }
}
.kwH6Style {
    font-size:18px;
    line-height:1.2;
    font-weight:700;
    color:#000;
    margin:0px;
}
@media (max-width: 767px) {
    .kwH6Style {
        font-size:16px;
    }
}
.kwPStyle {
    font-size:18px;
    line-height:1.2;
    font-weight:400;
    color:#000;
    margin:0px;
}
@media (max-width: 767px) {
    .kwPStyle {
        font-size:16px;
    }
}
.kwPSmallText {
    font-size:16px;
    line-height:1.2;
}
.marginLarge {
    margin-top:100px;
    margin-bottom:100px;
}
@media (max-width: 767px) {
    .marginLarge {
        margin-top:50px;
        margin-bottom:50px;
    }
}
.marginLargeAll {
    margin:100px;
}
@media (max-width: 767px) {
    .marginLargeAll {
        margin:50px;
    }
}
.marginLargeTop {
    margin-top:100px;
}
@media (max-width: 767px) {
    .marginLargeTop {
        margin-top:50px;
    }
}
.marginLargeBottom {
    margin-bottom:100px;
}
@media (max-width: 767px) {
    .marginLargeBottom {
        margin-bottom:50px;
    }
}
.marginLargeSxDx {
    margin-left:100px;
    margin-right:100px;
}
@media (max-width: 767px) {
    .marginLargeSxDx {
        margin-left:50px;
        margin-right:50px;
    }
}
.marginMediumAll {
    margin:50px;
}
@media (max-width: 767px) {
    .marginMediumAll {
        margin:30px;
    }
}
.marginMedium {
    margin-top:50px;
    margin-bottom:50px;
}
@media (max-width: 767px) {
    .marginMedium {
        margin-top:30px;
        margin-bottom:30px;
    }
}
.marginMediumTop {
    margin-top:50px;
}
@media (max-width: 767px) {
    .marginMediumTop {
        margin-top:30px;
    }
}
.marginMediumBottom {
    margin-bottom:50px;
}
@media (max-width: 767px) {
    .marginMediumBottom {
        margin-bottom:30px;
    }
}
.marginMediumSxDx {
    margin-left:50px;
    margin-right:50px;
}
@media (max-width: 767px) {
    .marginMediumSxDx {
        margin-left:30px;
        margin-right:30px;
    }
}
.marginSmallAll {
    margin:15px;
}
.marginSmallTop {
    margin-top:15px;
}
.marginSmallBottom {
    margin-bottom:15px;
}
.marginSmallSxDx {
    margin-left:15px;
    margin-right:15px;
}
.paddingLargeAll {
    padding:100px;
}
@media (max-width: 767px) {
    .paddingLargeAll {
        padding:50px;
    }
}
.paddingLarge {
    padding-top:100px;
    padding-bottom:100px;
}
@media (max-width: 767px) {
    .paddingLarge {
        padding-top:50px;
        padding-bottom:50px;
    }
}
.paddingLargeTop {
    padding-top:100px;
}
@media (max-width: 767px) {
    .paddingLargeTop {
        padding-top:50px;
    }
}
.paddingLargeBottom {
    padding-bottom:100px;
}
@media (max-width: 767px) {
    .paddingLargeBottom {
        padding-bottom:50px;
    }
}
.paddingLargeSxDx {
    padding-left:100px;
    padding-right:100px;
}
@media (max-width: 767px) {
    .paddingLargeSxDx {
        padding-left:50px;
        padding-right:50px;
    }
}
.paddingMediumAll {
    padding:50px;
}
@media (max-width: 767px) {
    .paddingMediumAll {
        padding:30px;
    }
}
.paddingMedium {
    padding-top:50px;
    padding-bottom:50px;
}
@media (max-width: 767px) {
    .paddingMedium {
        padding-top:30px;
        padding-bottom:30px;
    }
}
.paddingMediumTop {
    padding-top:50px;
}
@media (max-width: 767px) {
    .paddingMediumTop {
        padding-top:30px;
    }
}
.paddingMediumBottom {
    padding-bottom:50px;
}
@media (max-width: 767px) {
    .paddingMediumBottom {
        padding-bottom:30px;
    }
}
.paddingMediumSxDx {
    padding-left:50px;
    padding-right:50px;
}
@media (max-width: 767px) {
    .paddingMediumSxDx {
        padding-left:30px;
        padding-right:30px;
    }
}
.paddingSmallAll {
    padding:15px;
}
.paddingSmall {
    padding:15px;
}
.paddingSmallTop {
    padding-top:15px;
}
.paddingSmallBottom {
    padding-bottom:15px;
}
.paddingSmallSxDx {
    padding-left:15px;
    padding-right:15px;
}*/
.sidebar-menu {
	display:none;
	position:relative;
	height:100vh;
}
.sidebar-menu > div {
	max-height: 100vh;
    overflow: auto;
}
.sidebar-menu {
    scrollbar-width: thin;
    scrollbar-color: #705F50 transparent;
}
/* Chrome, Edge, Safari */
.sidebar-menu::-webkit-scrollbar {
    width: 8px;
}
.sidebar-menu::-webkit-scrollbar-track {
    background: transparent;
}
.sidebar-menu::-webkit-scrollbar-thumb {
    background: var( --e-global-color-text );
    border-radius: 20px;
}
.sidebar-menu::-webkit-scrollbar-thumb:hover {
    background: var( --e-global-color-text );
}
.sidebar-menu::-webkit-scrollbar-button {
    background-color: var( --e-global-color-text );
    height: 12px;
}
.sidebar-menu::-webkit-scrollbar-button {
    display: none;
}
/*.sidebar-menu:before {
	content:'';
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    position: absolute;
    background-color: var(--e-global-color-668a08f);
}*/
.menu-header ul ul.sub-menu {
	display:block!important;
	position:relative;
}
.menu-header ul ul.sub-menu li a {
	text-transform:uppercase;
	border-left:0px;
	font-weight:700!important;
}
.menu-header ul ul.sub-menu li:hover a:before,
.menu-header ul ul.sub-menu li.current-menu-item a:before {
	content: "";
    background-color: var(--e-global-color-f2dcb1d);
    height: 1px;
    width: 60%;
    position: absolute;
    bottom: 7px;
    left: 0;
}
.cart-header.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
    right: 0;
    transform: scale(1) translateX(-0%);
    left: inherit;
	min-width:600px;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100vh;
}
.cart-header.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
    transform: translateX(100%);
    transition: transform .45s ease;
    will-change: transform;
}
.cart-header.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container .elementor-menu-cart__main {
    height: 100vh;
    max-height: 100vh;
    box-sizing: border-box;
}
.cart-header.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart.elementor-menu-cart--shown .elementor-menu-cart__container {
    transform: translateX(0);
}
.cart-header.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container .elementor-menu-cart__main {
	min-height:1px;
}
html[lang="it-IT"] .cart-header .product-quantity:before {
	content:"QUANTITÀ ";
}
.cart-header .quantity {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	gap:15px;
}
.cart-header .product-quantity {
	order:2;
}
.cart-header .woocommerce-Price-amount.amount {
	order:1;
}
.cart-header .elementor-menu-cart__close-button {
	margin-bottom:80px;
}
html[lang="it-IT"] .cart-header .widget_shopping_cart_content > .woocommerce-mini-cart.woocommerce-cart-form__contents:before {
	content:"Le tappe del viaggio";
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
	color:var( --e-global-color-text );
    display: inline-block;
    margin-bottom: 20px;
	font-weight:500;
}
.cart-header .elementor-menu-cart__products {
    scrollbar-width: thin;
    scrollbar-color: #705F50 transparent;
	max-height:none!important;
	padding-right:10px;
}
.cart-header .widget_shopping_cart_content { 
    max-height: calc(100vh - 200px);
}
/* Chrome, Edge, Safari */
.cart-header .elementor-menu-cart__products::-webkit-scrollbar {
    width: 8px;
}
.cart-header .elementor-menu-cart__products::-webkit-scrollbar-track {
    background: transparent;
}
.cart-header .elementor-menu-cart__products::-webkit-scrollbar-thumb {
    background: var( --e-global-color-text );
    border-radius: 20px;
}
.cart-header .elementor-menu-cart__products::-webkit-scrollbar-thumb:hover {
    background: var( --e-global-color-text );
}
.cart-header .elementor-menu-cart__products::-webkit-scrollbar-button {
    background-color: var( --e-global-color-text );
    height: 12px;
}
.cart-header .elementor-menu-cart__products::-webkit-scrollbar-button {
    display: none;
}
.cart-header .elementor-menu-cart__subtotal {
    display: flex;
    flex-direction: column;
}
.cart-header .elementor-menu-cart__subtotal .woocommerce-Price-amount {
	color:var( --e-global-color-text );
	font-weight: 700;
}
.cart-header .elementor-menu-cart__subtotal {
	border:none!important;
}
.cart-header .elementor-menu-cart__subtotal strong {
	font-weight:700;
}
.cart-header .elementor-menu-cart__footer-buttons {
	padding-top:10px;
}
.cart-header .elementor-menu-cart__footer-buttons a {
	font-weight:900;
}
.cart-header .elementor-menu-cart__product {
	border:none;
	grid-template-rows: 40px;
}
.cart-header .elementor-menu-cart__product .elementor-menu-cart__product-image {
	background-color: var(--e-global-color-eb71c1c);
	border-radius: 5px 5px 35px 5px;
	min-height: 150px;
}
.cart-header .elementor-menu-cart__product-name,
.cart-header .elementor-menu-cart__product-price {
	padding-left:30px;
	font-weight:700;
    align-self: self-start;
}
.cart-header .elementor-menu-cart__product-remove {
	right:30px;
	bottom:20px;
    top: 0px;
}
.cart-header .elementor-menu-cart__footer-buttons .elementor-button {
	text-transform:uppercase;
}
.search-header .e-search-input {
	padding-right:70px;
}
.search-header button.e-search-submit {
	position: absolute;
    right: 0;
    max-height: 100%;
    margin: 0px !important;
    padding-left: 10px !important;
	cursor:pointer;
}
.search-header .e-search-input-wrapper > svg.e-fas-times {
    position: absolute !important;
	z-index:2
    inset-block-start: unset !important;
    inset-inline-end: unset !important;
    inset-inline-start: unset !important;
    inset-block-end: unset !important;
    top: 17px !important;
    right: 50px !important;
    left: auto !important;
    transform: translateY(-50%) !important;
	background-color: var(--e-global-color-668a08f);
}
.search-header .e-search-input-wrapper{
    width:0;
    opacity:0;
    overflow:hidden;
    visibility:hidden;
    transition:width .35s ease, opacity .25s ease;
}
.search-header.is-open .e-search-input-wrapper{
    width:260px;
    opacity:1;
    visibility:visible;
}
.editor-margin-top p {
	margin-top:10px;
}
.form-custom-a .elementor-button span {
	font-weight:900;
}
.form-custom-a .elementor-field-type-submit {
	position:absolute;
    top: 10px;
}
.form-custom-a input {
	padding:22px 30px 22px 30px;
}
.form-custom-a .elementor-field-type-acceptance {
	margin-top:10px;
}
.form-custom-a .elementor-field-type-acceptance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 32px;
    height: 32px;
    border: 2px solid var(--e-global-color-text);
    border-radius: 50% !important;
    cursor: pointer;
    position: relative;
    padding: 5px;
    line-height: 0px !important;
    display: inline-block !important;
	margin:0px!important;
}
input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: var(--e-global-color-text);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.form-custom-a .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    gap: 10px;
}
.form-custom-a .elementor-field-type-acceptance label {
	font-size:var(--e-global-typography-e098473-font-size)!important;
	line-height:var(--e-global-typography-e098473-line-height)!important;
	font-weight:700;    
	color: var(--e-global-color-f2dcb1d);
}
.form-custom-a .elementor-field-type-acceptance label a {
	color: var(--e-global-color-f2dcb1d);
}
.form-custom-a input::placeholder,
.form-custom-a textarea::placeholder {
    font-style: italic;
}
.carousel-cutom-a img.swiper-slide-image {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
	height:546px;
	object-fit:contain;
}
.button-linea span.elementor-button-text:after {
    content: '';
    display: inline-block;
    height: 3px;
    background-color: var(--e-global-color-text);
    width: 50px;
    position: absolute;
    right: -10px;
    transform: translate(100%);
    top: 13px;
	transition: all .3s;
}
.button-linea a:hover span.elementor-button-text:after {
    background-color: var(--e-global-color-accent);
}
.categorie-formato-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
	gap:40px;
}
.categorie-b2b-formato-grid a.categoria-formato-box {
	flex: 1;
    max-width: 400px;
}
a.categoria-formato-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-content: center;
    align-items: center;
		padding:20px;
	border-radius:10px;
}
.categoria-formato-title {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    line-height: var(--e-global-typography-primary-line-height);
    color: var(--e-global-color-text);
	font-weight:900;
	text-align:center;
}
.categoria-formato-icon-wrap{
    position:relative;
    width:70px;
    height:70px;
}

.categoria-formato-icon{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:contain;
    transition:opacity .3s ease;
}

.icon-default{
    opacity:1;
}

.icon-hover{
    opacity:0;
}
.categoria-formato-box:hover {
	background-color:#f5ebe514;
}
.categoria-formato-box:hover .icon-default{
    opacity:0;
}

.categoria-formato-box:hover .icon-hover{
    opacity:1;
}
.categoria-formato-icon-wrap img {
	max-height:100%;
	object-fit;contain;
}
/* carousel home */
.miscele-home-slider{
    position:relative;
    width:100%;
    overflow:hidden;
}
.miscela-slide{
    background-image:var(--bg-desktop);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.miscela-slide-inner{
    position:relative;
    padding:40px 50px 40px 50px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
}
.miscela-intro{
    font-size:var(--e-global-typography-primary-font-size);
	font-family:var(--e-global-typography-primary-font-family);
	line-height:var(--e-global-typography-primary-line-height);
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:30px;
	color:var( --e-global-color-668a08f );
}
.miscela-title{
    font-size:var(--e-global-typography-accent-font-size);
	font-family:var(--e-global-typography-accent-font-family);
	line-height:var(--e-global-typography-accent-line-height);
    font-weight:300;
	margin:0px;
    margin-bottom:20px;
	color:var( --e-global-color-668a08f );
	
}
.miscela-subtitle{
    font-size:var(--e-global-typography-a652572-font-size);
	font-family:var(--e-global-typography-a652572-font-family);
	line-height:var(--e-global-typography-a652572-line-height);
    font-style:italic;
    margin-bottom:50px;
	color:var( --e-global-color-668a08f );
}
.miscela-intensita{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    line-height: var(--e-global-typography-primary-line-height);
    font-weight: 900;
    text-align: center;
	color:var( --e-global-color-668a08f );
    text-transform:uppercase;
	margin-bottom:40px;
}
.miscela-pallini{
    display:flex;
    justify-content:center;
    gap:10px;
	margin-top:10px;
}
.miscela-pallini i{
    width:17px;
    height:20px;
    border:1px solid var( --e-global-color-668a08f );
    border-radius:50%;
    display:block;
    position:relative;
    transform:rotate(45deg);
}
.miscela-pallini i.is-active{
    background:var( --e-global-color-668a08f );
}
.miscela-image{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex:1;
}
.miscela-image img{
    display:block;
	width:auto;
	height:580px;
	object-fit:contain
}
.miscela-button{
    background-color: transparent;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    line-height: var(--e-global-typography-primary-line-height);
    color: var( --e-global-color-668a08f );
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --e-global-color-668a08f );
    border-radius: 50px 50px 50px 50px;
    padding: 18px 45px 18px 45px;
	font-weight:900;
    text-transform:uppercase;
	margin-top:40px;
}
.miscela-nav{
    position:absolute;
    bottom:60px;
    z-index:20;
    border:0;
    font-weight:900;
    text-transform:uppercase;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:8px;
    background-color: transparent;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    line-height: var(--e-global-typography-primary-line-height);
    color: var( --e-global-color-668a08f );
}
.miscela-prev{
    left:30px;
}
.miscela-next{
    right:30px;
}
.miscela-arrow{
    font-size:30px;
    line-height:1;
}
@media(max-width:1200px){
	.miscela-slide-inner{
		padding:30px 20px 20px 20px;
	}
}

@media(max-width:767px){
    .miscela-slide{
        background-image:var(--bg-mobile);
    }
    .miscela-image img{
		height:260px;
    }
    .miscela-nav{
        bottom:40px;
    }
    .miscela-prev{
        left:20px;
    }
    .miscela-next{
        right:20px;
    }
}
.carousel-territori .swiper-pagination-bullet {
    height: 12px;
    width: 72px;
    border-radius: 15px;
}
.block-faq-sommario {
	 position: sticky;
  top: 100px;
  z-index: 99;
}
.form-contatti1 .elementor-field-type-acceptance .elementor-field-option {
	display: flex;
    align-items: center;
    gap: 10px;
}
.form-contatti1 .elementor-field-type-acceptance label {
	font-size:19px!important;
}
.form-contatti1 input::placeholder,
.form-contatti1 select {
	text-align:center;
}
.form-contatti1 input:focus,
.form-contatti1 textarea:focus,
.form-contatti1 select:focus {
	outline:0px!important;
	box-shadow:none!important;
}
.form-contatti1 .elementor-field-type-textarea label {
	width:100%;
	text-align:center;
}
.form-contatti1 textarea {
	border-width:2px!important;
	border-radius:15px!important;
	background-color:var(--e-global-color-3d116f2)!important;
}
.form-contatti1 .elementor-field-type-acceptance input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border: 2px solid var( --e-global-color-text )!important;
    border-radius: 50%!important;
    background: var(--e-global-color-3d116f2);
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.form-contatti1 .elementor-field-type-acceptance input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: var( --e-global-color-text );
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-contatti2 .elementor-field-type-acceptance input[type="checkbox"]  {
    background: var(--e-global-color-3d116f2)!important;
}
.form-contatti1 .elementor-field-type-submit {
	margin-top:60px;
}
.form-contatti1 .elementor-field-type-submit .elementor-button-text {
	font-weight:900;
}
.categorie-collezioni-custom-a {
	flex-wrap:wrap;
}

/*
 * MEDIA QUERY RESPONSIVE
 */
/* responsive */
@media (max-width: 1600px) {
	.cart-header .elementor-menu-cart__product {
		grid-template-rows: 30px;
	}
	.miscela-button {
		font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
        padding: 15px 35px 15px 35px;
	}
	.miscela-image img{
		height:400px;
	}
	.form-contatti1 .elementor-field-type-submit button {
		padding:12px 35px 12px 35px!important;
	}
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
	.miscela-button {
		font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
        padding: 12px 35px 12px 35px;
	}
	.miscela-nav {
    	position: absolute;
		bottom: 35px;
	}
	.form-contatti1 .elementor-field-type-submit {
		margin-top:0px;
	}
}
@media (max-width: 1024px) {
	.text-align-mobile-cusotm-a li a {
	text-align:center;
        justify-content: center !important;
        align-items: center;
		padding:0px!important;
	}
	.editor-margin-top p {
		margin-top:0px;
	}
	.form-custom-a .elementor-field-type-acceptance input[type="checkbox"] {
		width: 22px;
		height: 22px;
		padding: 5px;
	}
	input[type="checkbox"]:checked::after {
		width: 10px;
		height: 10px;
	}
	.categorie-formato-grid {
		flex-wrap:wrap;
		gap:20px;
	}
	a.categoria-formato-box {
        max-width: calc(50% - 20px);
        width: 50%;
		padding:10px;    
		gap: 10px;
	}
	.form-contatti1 .elementor-field-type-acceptance label {
		font-size:18px!important;
	}
}
@media (max-width: 921px) {
}
@media (max-width: 781px) {
}
@media (max-width: 767px) {
	.cart-header .elementor-menu-cart__footer-buttons .elementor-button {
		padding:10px 40px;
	}
	.cart-header.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
		right: 0;
		transform: scale(1) translateX(-0%);
		left: inherit;
		min-width:1px;
		width:calc(100% - 20px);
		max-width:600px;
		position: fixed;
		z-index: 2;
		top: 0;
		right: 0;
		height: calc(100vh - 20px);
	}
	.cart-header.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container .elementor-menu-cart__main {
		height: calc(100vh - 20px);
		max-height: calc(100vh - 20px);
	}
	.cart-header .elementor-menu-cart__close-button {
		margin-bottom: 20px;
	}
	.cart-header .elementor-menu-cart__product .elementor-menu-cart__product-image {
		min-height:100px;
	}
	.cart-header .elementor-menu-cart__product-name, .cart-header .elementor-menu-cart__product-price {
		padding-left: 20px;
	}
	.cart-header .elementor-menu-cart__product {
		grid-template-rows: 25px;
	}
	.cart-header .quantity {
		gap: 10px;
	}
	.cart-header .elementor-menu-cart__subtotal {
		padding-top: 10px;
		padding-bottom: 0px;
	}
		.cart-header .widget_shopping_cart_content {
		max-height: calc(100vh - 125px);
	}
	.sidebar-menu > div {
		max-height: calc(100vh - 120px);
	}
	.search-header .e-search-input-wrapper > svg.e-fas-times {
		top: 17px !important;
		right: 40px !important;
	}
	.search-header .e-search-input {
		padding-right: 50px;
	}
	.form-custom-a .elementor-field-type-submit {
		top: 5px;
	}
	.carousel-cutom-a img.swiper-slide-image {
		height:384px;
	}
	.categoria-formato-icon-wrap {
    	position: relative;
		width: 50px;
		height: 50px;
	}
	.miscela-button {
		font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
	}
	.miscela-prev-title, .miscela-next-title{
		display:none;
	} 
	.miscela-subtitle {
		min-height:65px;
	}
	.carousel-territori-img img {
        min-height: 769px;
        object-position: top center !important;
	}
	.form-contatti1 .elementor-field-type-acceptance label {
		font-size:14px!important;
	}
	.form-contatti1 .elementor-field-type-submit button {
		padding:12px 35px 12px 35px!important;
	}
	.form-contatti1 .elementor-field-type-acceptance input[type="checkbox"] {
		min-width: 30px;
	}
	.img-responsive-custom-a {
		width:100%;
	}
}
@media (max-width: 700px) {
	.carousel-territori-img img {
        min-height: 700px;
        object-position: top center !important;
	}
}
@media (max-width: 600px) {
	.carousel-territori-img img {
        min-height: 603px;
        object-position: top center !important;
	}
}
@media (max-width: 500px) {
	.carousel-territori-img img {
        min-height: 493px;
        object-position: top center !important;
	}
}
@media (max-width: 450px) {
	.carousel-territori-img img {
        min-height: 450px;
        object-position: top center !important;
	}
}
@media (max-width: 410px) {
	.carousel-territori-img img {
        min-height: 410px;
        object-position: top center !important;
	}
}
@media (min-width: 500px) {
}
@media (min-width: 767px) {
}
@media (min-width: 921px) {
}
@media (min-width: 991px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1920px) {
}
