/*
 * 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-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-100 { font-weight:100!important; }
.font-weight-200 { font-weight:200!important; }
.font-weight-300 { font-weight:300!important; }
.font-weight-400 { font-weight:400!important; }
.font-weight-500 { font-weight:500!important; }
.font-weight-600 { font-weight:600!important; }
.font-weight-700 { font-weight:700!important; }
.font-weight-800 { font-weight:800!important; }
.font-weight-900 { font-weight:900!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
*/
/*@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:1920px;
    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;
}*/
body {
	background-color:#101010;
}
.header-block-logo {
    max-width: max-content;
}
.header-block-menu {
    max-width: max-content;
}
.header-menu .current-menu-item > a:after,
.header-menu li:hover > a:after {
	background-color: #0aa2bc !important;
    width: 8px;
    height: 8px;
    content: '';
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, -50%);
}
.footer-menu .e-n-menu-heading {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
.footer-menu .e-n-menu-heading .e-n-menu-title-container {
	gap:10px;
}
.carousel-logo .elementor-swiper-button-prev {
	position:absolute;
    right: 80px !important;
    left: inherit !important;
    top: -55px !important;
}
.carousel-logo .elementor-swiper-button-next {
	position:absolute;
    right: 0px !important;
    left: inherit !important;
    top: -55px !important;
}
.carousel-logo .swiper-slide-image {
	max-width: 150px;
    max-height: 150px;
    object-fit: contain;
}
.carousel-testimonial .swiper-wrapper {
	padding-bottom:80px;
}
.carousel-testimonial .swiper-slide-next + div,
.carousel-testimonial .swiper-slide-next,
.carousel-testimonial .swiper-slide-active  {
	overflow:visible;
	visibility:visible!important;
}
.carousel-testimonial .swiper-slide-next {
	z-index:1;
}
.carousel-testimonial .swiper-slide {
	visibility:hidden;
}
.carousel-testimonial .swiper-slide-next + div .elementor-testimonial {
	transform:translateX(-200px);
}
.carousel-testimonial .swiper-slide-active .elementor-testimonial {
	transform:translateX(200px);
}
.carousel-testimonial .swiper-slide-next .elementor-testimonial {
	transform:translateY(50px);
	box-shadow: 0px 3px 26px #0AA2BC;
	background-color:var(--101010);
}
.carousel-testimonial .swiper-slide .elementor-testimonial {
	border:1px solid #0AA2BC;
	padding:30px;
	border-radius:30px;
}
.carousel-testimonial .elementor-testimonial__cite * {
	font-style:normal;
	font-weight:700;
}
.carousel-testimonial .elementor-testimonial__cite {
	margin-top:0px!important;
    align-items: flex-start;
}
.carousel-testimonial .elementor-testimonial__cite * {
	text-align:left;
}
.carousel-testimonial .elementor-testimonial__title {
	letter-spacing:2.4px;
}
.carousel-testimonial .swiper-slide .elementor-testimonial {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
                background-color 0.5s ease, 
                box-shadow 0.5s ease,
                opacity 0.3s ease; /* Opzionale, se vuoi un piccolo fade */
}
.elementor-element .carousel-testimonial .elementor-swiper-button-prev {
	transform: translateY(-50%) translateX(50%);
	border-radius:50%;
	border:1px solid #0AA2BC;
	padding:30px;
	background-color:var(--101010);
}
.elementor-element .carousel-testimonial .elementor-swiper-button-next {
	transform: translateY(-50%) translateX(-50%);
	border-radius:50%;
	border:1px solid #0AA2BC;
	padding:30px;
	background-color:var(--101010);
}
.slider-after-before .twentytwenty-container {
	width:100%!important;
}
.elementor-element .slider-after-before .elementor-swiper-button-next {
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    border: 1px solid #0AA2BC;
    padding: 30px;
    background-color: var(--101010);
}
.elementor-element .slider-after-before .elementor-swiper-button-prev {
    transform: translateY(-50%) translateX(50%);
    border-radius: 50%;
    border: 1px solid #0AA2BC;
    padding: 30px;
    background-color: var(--101010);
}
/************************************/
.arcscroll-item-wrap {
	display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 170px;
    border: 1px solid #0AA2BC;
}
.arcscroll-item-wrap p {
	display:inline-block;
	color:#0AA2BC;
	font-size:30px;
	line-height:38px;
    margin-top: 68px;
	margin-bottom:30px;
    text-align: center;
	font-weight:600;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}
.arcscroll-item-wrap img {
	display:block;
}
.arcscroll-item-wrap a {
	display:inline-block;
    margin-bottom: 78px;
	cursor:pointer;
}
.form-contatti .elementor-field-type-acceptance label {
    font-family: "Inter", Sans-serif!important;
    font-size: 21px!important;
    font-weight: 300!important;
    line-height: 28px!important;
}

/*
 * MEDIA QUERY RESPONSIVE
 */
/* responsive */
@media (max-width: 1600px) {
}
@media (max-width: 1400px) {
	.carousel-testimonial .swiper-slide-next + div .elementor-testimonial {
		transform:translateX(-50px);
	}
	.carousel-testimonial .swiper-slide-active .elementor-testimonial {
		transform:translateX(50px);
	}
	.elementor-element .carousel-testimonial .elementor-swiper-button-prev {
		transform: translateY(-50%) translateX(0%);
	}
	.elementor-element .carousel-testimonial .elementor-swiper-button-next {
		transform: translateY(-50%) translateX(0%);

	}
}
@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
	.header-block-menu {
		max-width:53px;
	}
	.header-menu {
		max-height:33px;
	}
	.header-menu .elementor-nav-menu--dropdown {
		position: fixed;
    	left: 0;
		width:100%;
        margin-top: 80px;
	}
	.header-menu .elementor-nav-menu--dropdown ul {
		padding:20px 0px;
	}
	.header-menu .current-menu-item > a:after,
		.header-menu li:hover > a:after {
			display:none;
		}
	.carousel-logo .elementor-swiper-button-prev {
		position:absolute;
		right: inherit !important;
		left: 0px !important;
		top: 50% !important;
	}
	.carousel-logo .elementor-swiper-button-next {
		position:absolute;
		right: 0px !important;
		top: 50% !important;
	}
	.carousel-testimonial .swiper-slide-next .elementor-testimonial {
		transform:translateY(0px);
	}
	.carousel-testimonial .swiper-slide-next + div .elementor-testimonial {
		transform:translateX(0px);
	}
	.carousel-testimonial .swiper-slide-active .elementor-testimonial {
		transform:translateX(0px);
		box-shadow: 0px 3px 26px #0AA2BC;
	}
	.carousel-testimonial .swiper-slide > div {
		max-width:450px;
		margin:auto;
	}
	.carousel-testimonial .swiper-wrapper {
		padding-bottom:30px;
		padding-top:30px;
	}
	.carousel-testimonial .swiper-slide {
		visibility:visible;
        padding-left: 20px !important;
        padding-right: 20px !important;
	}
}
@media (max-width: 921px) {
}
@media (max-width: 781px) {
}
@media (max-width: 767px) {
	.elementor-element .carousel-testimonial .elementor-swiper-button-prev {
		padding:10px;
        bottom: 0;
        top: inherit;
		transform: translateY(0%) translateX(0%);
	}
	.elementor-element .carousel-testimonial .elementor-swiper-button-next {
		padding:10px;
        bottom: 0;
        top: inherit;
		transform: translateY(0%) translateX(0%);
	}
	.carousel-testimonial .swiper-wrapper {
		padding-bottom:80px;
	}
	.arcscroll-item-wrap p {
		display:inline-block;
		color:#0AA2BC;
		font-size:18px;
		line-height:18px;
		margin-top: 30px;
		margin-bottom:30px;
	}
	.arcscroll-item-wrap a img {
		display:block;
		max-width:10px;
	}
	.arcscroll-item-wrap a {
		display:inline-block;
		margin-bottom: 30px;
		cursor:pointer;
	}
}
@media (max-width: 500px) {
}
@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) {
}
