/*
* ELEMENTOR
*/
@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:1025px) and (max-width:1200px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1201px) and (max-width:1400px){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1401px) and (max-width:1600px){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:1601px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}
/*
 * 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-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-style-italic,
.font-style-italic * {
    font-style:italic!important;
}
.text-decoration-none,
.text-decoration-none * {
    text-decoration: none;
}
/*
 * 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:none;
    margin:0px;
	margin-left:auto;
	margin-right:auto;
    font-family: 'Inter'!important;
}
body div {
    box-sizing: border-box;
}
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;
}*/
.font-weight-100,
.font-weight-100 *:not(strong) {
    font-weight: 100 !important;
}

.font-weight-200,
.font-weight-200 *:not(strong) {
    font-weight: 200 !important;
}

.font-weight-300,
.font-weight-300 *:not(strong) {
    font-weight: 300 !important;
}

.font-weight-400,
.font-weight-400 *:not(strong) {
    font-weight: 400 !important;
}

.font-weight-500,
.font-weight-500 *:not(strong) {
    font-weight: 500 !important;
}

.font-weight-600,
.font-weight-600 *:not(strong) {
    font-weight: 600 !important;
}

.font-weight-700,
.font-weight-700 *:not(strong) {
    font-weight: 700 !important;
}

.font-weight-800,
.font-weight-800 *:not(strong) {
    font-weight: 800 !important;
}

.font-weight-900,
.font-weight-900 *:not(strong) {
    font-weight: 900 !important;
}
.block-header-menu .elementor-item {
    text-decoration:none;
}
.button-acquista a {
    display:inline-block;
    text-decoration:none;
}
.button-acquista span.elementor-button-content-wrapper {
    display: flex;
    flex-direction: row!important;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
}
.button-acquista span.elementor-button-text {
    order:1;
}
.button-acquista span.elementor-button-icon {
    order:2;
    line-height: 0;
    display: flex;
    align-items: center;
    width:15px;
    position:relative;
}
.button-acquista span.elementor-button-icon svg {
    font-size: 20px;
    width: 15px;
    position: absolute;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.woo-cart-count-shortcode {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    position: relative;
}

.woo-cart-icon {
    font-size: 22px;
    line-height: 0;
}

.woo-cart-number {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: 6px;
    bottom: 0px;
}
.ul-custom-a ul {
    list-style-position:inside;
    padding:0px;
    margin:10px 0px;
}
.margin-top-0-p p {
    margin-top:0px;
}
.menu-footer ul {
    
}
.menu-footer li {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px;
}
.menu-footer li:before {
    content:'•';
    color:#C59833;
    display:inline-block;
    padding-top: 4px;
}
.menu-footer li a {
    text-decoration:none;
}
.list-custom-a strong {
    color:#101828;
}
.color-F0BF50,
.color-F0BF50 * {
    color:#F0BF50;
}
.block-carousel-custom-a {
    max-width:100%;
    position:relative;
}
.block-article-anteprima {
        border-radius: 10px;
    overflow: hidden;
}
.block-article-anteprima > div > div.e-con-full {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    gap:20px;
}
.text-underline-custom-a a {
    text-decoration:underline;
}
.block-carousel-custom-a .swiper-pagination {
    display:none;
}
.block-price-custom-a .price {
    margin-top:25px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-bottom:0px!important;
}
.list-custom-a ul.elementor-icon-list-items > li {
    align-items: stretch !important;
}
.list-custom-a ul.elementor-icon-list-items .elementor-icon-list-icon {
    margin-top:7px;
}
.block-woocommerce-custom-a {
    padding:80px 80px;
}
.custom-cart-layout {
    width: 100%;
}

.custom-cart-item {
    display: flex;
    grid-template-columns: 145px 1fr 260px;
    align-items: center;
    gap: 70px;
    border: 2px solid var(--e-global-color-primary);
    border-radius: 10px;
    padding: 40px;
    background: var(--e-global-color-text);
    position: relative;
}

.custom-cart-product-image {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 3px 12px #10182814;
}

.custom-cart-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-cart-product-title,
.custom-cart-product-title a {
    color: var(--e-global-color-primary);
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    font-weight: 700;
    text-decoration: none;   
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.custom-cart-product-subtitle {
    color: var(--e-global-color-dee94a0);
    font-size: var(--e-global-typography-secondary-font-size);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--e-global-color-dee94a0);
    margin-top: 3px;    
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.custom-cart-product-subtitle p {
    margin: 0;    
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.custom-cart-quantity {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 28px;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.custom-cart-qty-minus,
.custom-cart-qty-plus {
    width: 60px;
    height: 60px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 10px;
    background: var(--e-global-color-text);
    color: var(--e-global-color-dee94a0);
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.custom-cart-qty-input {
    width: 32px;
    border: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    -moz-appearance: textfield;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;    
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: 400;
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--e-global-color-dee94a0);
}

.custom-cart-qty-input::-webkit-outer-spin-button,
.custom-cart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.custom-cart-actions {
    display: flex;
    /* grid-template-columns: 1fr; */
    justify-items: end;
    gap: 0px;
    margin-right: 0;
    margin-left: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.custom-cart-remove {
    color: #ccc;
    font-size: 60px;
    line-height: 1;
    text-decoration: none;
    font-weight: 400;
}

.custom-cart-price {
    font-weight: 500;
    color: var(--e-global-color-dee94a0);
    font-size: var(--e-global-typography-secondary-font-size);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--e-global-color-dee94a0);
    margin-top: 3px;    
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.custom-cart-checkout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 10px 10px 10px 10px;
    padding: 20px 25px 20px 25px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-primary);
    transition: all 0.2s;
    text-decoration: none;
    margin-top: auto;
    margin-top:40px;
}

.custom-cart-empty {
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    padding: 20px 25px 20px 25px;
    border: var(--e-global-color-primary);
}

.custom-cart-empty p {
    margin-bottom: 20px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
    color: var(--e-global-color-secondary);
}

.custom-cart-empty-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 10px 10px 10px 10px;
    padding: 20px 25px 20px 25px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-primary);
    transition: all 0.2s;
}
.custom-cart-checkout .elementor-button-content-wrapper {
    gap:10px;
} 
.custom-cart-checkout svg {
    stroke:var(--e-global-color-text);
    fill: var(--e-global-color-text);
}
.block-checkout-custom-a fieldset#shipping-fields,
.block-checkout-custom-a fieldset#contact-fields,
.block-checkout-custom-a fieldset#shipping-option, 
.block-checkout-custom-a fieldset#payment-method,
.block-checkout-custom-a fieldset#order-notes,
.block-checkout-custom-a fieldset#billing-fields
{
    border:2px solid #F0BF50;
    border-radius:20px;
    padding:30px;
    margin:0px;
}
.block-checkout-custom-a fieldset#shipping-fields,
.block-checkout-custom-a fieldset#shipping-option, 
.block-checkout-custom-a fieldset#payment-method,
.block-checkout-custom-a fieldset#order-notes,
.block-checkout-custom-a fieldset#billing-fields {
    margin-bottom:30px;
}
.block-checkout-custom-a h2.wc-block-components-title.wc-block-components-title {
    color:#101828;
    font-size:18px;
    font-weight:600;
    line-height:21px;
    font-family: var(--e-global-typography-primary-font-family);
}
.block-checkout-custom-a .wc-block-components-form .wc-block-components-text-input,
.block-checkout-custom-a .wc-blocks-components-select .wc-blocks-components-select__container{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap:12px;
}
.block-checkout-custom-a .wc-block-components-form .wc-block-components-text-input label,
.block-checkout-custom-a .wc-blocks-components-select .wc-blocks-components-select__container label{
    position:relative;
    top:0px;
    font-family: var(--e-global-typography-primary-font-family);
    font-size:18px;
    font-weight:400;
    line-height:21px;
    left:0px;
    color:#4A5565;
    transform: none;
    order: 1;
}
.block-checkout-custom-a .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label,
.block-checkout-custom-a .wc-block-checkout__payment-method .wc-block-components-radio-control__label>span{
    font-family: var(--e-global-typography-primary-font-family);
    font-size:18px;
    line-height:21px;
    color:#101828;
    font-weight:600;
}
.block-checkout-custom-a #radio-control-wc-payment-method-options-xpay__content span {
    font-family: var(--e-global-typography-primary-font-family);
    font-size:16px;
    line-height:20px;
    color:#4A5565;
    font-weight:400;
    
}
.block-checkout-custom-a .wc-block-components-form .wc-block-components-text-input input,
.block-checkout-custom-a .wc-blocks-components-select .wc-blocks-components-select__container select {
    order:2;
}
.block-checkout-custom-a .wc-blocks-components-select .wc-blocks-components-select__container select {
    padding:0px 20px;
}
.block-checkout-custom-a .wc-block-components-form .wc-block-components-text-input input {
    padding:10px 20px!important;
}
.block-checkout-custom-a .wc-blocks-components-select .wc-blocks-components-select__expand {
    bottom: 3px;
    top:inherit;
}
.block-checkout-custom-a .wc-block-components-form .wc-block-components-text-input input,
.block-checkout-custom-a .wc-blocks-components-select select {
    border:1px solid #E6E6E6!important;
    border-radius:10px!important;
}
.block-checkout-custom-a .wc-block-components-radio-control {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* align-content: stretch; */
    gap: 15px;
}
.block-checkout-custom-a .wc-block-components-radio-control .wc-block-components-radio-control__option,
.block-checkout-custom-a .wc-block-components-radio-control-accordion-option{
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.block-checkout-custom-a .wc-block-components-radio-control .wc-block-components-radio-control__option,
.block-checkout-custom-a  .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option{
    border:1px solid #E6E6E6;
    border-radius:10px;
    box-shadow:none;
}
.block-checkout-custom-a .wc-block-components-radio-control .wc-block-components-radio-control__option.wc-block-components-radio-control__option--checked-option-highlighted,
.block-checkout-custom-a  .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    border:1px solid #C59833;
    border-radius:10px;
    box-shadow:none;
}
.block-checkout-custom-a  .wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected:after,
.block-checkout-custom-a .wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected:after {
    border:0px solid #C59833;
}
.block-checkout-custom-a .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after, 
.block-checkout-custom-a  .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after,
.block-checkout-custom-a  .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:after{
    display:none;
}
.block-checkout-custom-a .wc-block-components-address-form__address_2-toggle,
.block-checkout-custom-a .wc-block-components-checkbox__label, 
.block-checkout-custom-a .wc-block-components-radio-control-accordion-content > div,
.block-checkout-custom-a .wc-block-components-checkbox__label,
.block-checkout-custom-a .wc-block-components-checkout-return-to-cart-button {
    font-family: var(--e-global-typography-primary-font-family);
    font-size:12px;
    color: #101828;
}
.block-checkout-custom-a .wc-block-components-checkout-return-to-cart-button {
    visibility:hidden;
}
body:not(.woocommerce-block-theme-has-button-styles)  .block-checkout-custom-a .wc-block-components-checkout-place-order-button.wc-block-components-button:not(.is-link) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 10px 10px 10px 10px;
    padding: 20px 25px 20px 25px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-primary);
    transition: all 0.2s;
    text-decoration: none;
    box-shadow:none!important;
    cursor:pointer;
    border:none;
}
.block-checkout-custom-a .wp-block-woocommerce-checkout-order-summary-block {
    background-color:#F5F5F5;
    padding:30px;
    border-radius:20px;
    border:none;
    margin-top:0px;
}
.block-checkout-custom-a .wp-block-woocommerce-checkout-order-summary-block  .wc-block-components-checkout-order-summary__title-text {
    color: #101828;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    font-family: var(--e-global-typography-primary-font-family);
    margin-left:0px;
}
.block-checkout-custom-a .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item {
    border: 2px solid #F0BF50!important;
    border-radius: 20px;
    padding: 30px;
    margin: 0px;
}
.block-checkout-custom-a .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-product-metadata__description {
    display:none;
}
.block-checkout-custom-a .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
    display:none;
}
.block-checkout-custom-a .wc-block-components-order-summary .wc-block-cart-item__prices {
    color: #101828;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: var(--e-global-typography-primary-font-family);
    margin-left:0px;
}
.block-checkout-custom-a .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    color: #C59833;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: var(--e-global-typography-primary-font-family);
    margin-left:0px;
    
}
.block-checkout-custom-a .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background-color: #C59833;
}
.block-checkout-custom-a .wc-block-components-totals-wrapper.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    border-top:1px solid #F0BF50!important;
    border-bottom:1px solid #F0BF50;
}
.block-checkout-custom-a .wp-block-woocommerce-checkout-order-summary-totals-block {
    border:none;
}
.block-checkout-custom-a .wp-block-woocommerce-checkout-order-summary-totals-block + .wc-block-components-totals-wrapper {
    border-top:1px solid #F0BF50!important;
}
.block-checkout-custom-a .wp-block-woocommerce-checkout-order-summary-coupon-form-block  .wc-block-components-panel__button,
.block-checkout-custom-a .wc-block-components-totals-item__label, 
.block-checkout-custom-a .wc-block-components-formatted-money-amount,
.block-checkout-custom-a  .wc-block-components-totals-shipping .wc-block-components-totals-item {
    color: #4A5565;
    font-size: 18px!important;
    font-weight: 400!important;
    line-height: 21px;
    font-family: var(--e-global-typography-primary-font-family);
    margin-left:0px;
}
.block-checkout-custom-a  .wc-block-components-totals-shipping .wc-block-components-totals-item strong {
        text-transform: lowercase;
        font-weight:400!important;
}
.block-checkout-custom-a .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 600!important;
    color:#101828;
    font-family: var(--e-global-typography-primary-font-family);
}
#wc-block-components-totals-coupon__input-coupon {
        border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
}
.block-checkout-custom-a .wc-block-components-totals-coupon__input label {
    font-family: var(--e-global-typography-primary-font-family);
}
.block-checkout-custom-a .wc-block-components-button:not(.is-link).wc-block-components-totals-coupon__button {
    background-color:var(--e-global-color-primary);
    color: #fff;
    border: none;  
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.block-checkout-custom-a .wp-block-woocommerce-checkout-terms-block {
    background-color: #F5F5F5;
    padding: 50px 70px!important;
    border-radius: 20px;
    margin-top: 30px;
    border: none !important;
    box-shadow: none;
    text-align: center;
}
.block-checkout-custom-a .wp-block-woocommerce-checkout-terms-block .wc-block-components-checkbox__label {
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 17px;
    font-family: var(--e-global-typography-primary-font-family);
    color:#79756f;
}
.block-checkout-custom-a  input,
.block-checkout-custom-a select, 
.block-checkout-custom-a  textarea {
    font-family: var(--e-global-typography-primary-font-family);
}
.block-checkout-custom-a .wc-block-components-textarea:focus {
    background-color: #fff;
    border: 1px solid var(--e-global-color-primary);
    box-shadow: inset 0 0 0 .5px var(--e-global-color-primary);
    color: #101828;
    outline:none;
}
.section-page-order,
.section-page-order2 {
    display:none!important;
}
.woocommerce-order-received .section-page-order {
    display:block!important;
}
.woocommerce-order-received .section-page-order3 {
    display:none!important;
}
.woocommerce-order-received .woocommerce-order {
    display:none!important;
}
.woocommerce-order-received .block-woocommerce-custom-a {
    display:none;
}
/**/
.custom-order-summary-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 2px solid #F0BF50;
    border-radius: 10px;
    padding: 26px 30px;
    gap: 60px 60px;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
}

.custom-order-summary-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.custom-order-summary-icon {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 50%;
    background: #f3f3f3;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.custom-order-summary-highlight .custom-order-summary-icon {
    background: #fff4d8;
    color: #dca832;
}

.custom-order-summary-item strong {
    display: block;
    font-size: 28px;
    line-height: 34px;
    color: #101828;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight:500;
    margin-bottom:10px;
}
.custom-order-summary-highlight.custom-order-summary-item strong {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #C59833;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight:600;
    margin-bottom:5px;
}
.custom-order-summary-highlight2.custom-order-summary-item strong {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #101828;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight:600;
    margin-bottom:5px;
}

.custom-order-summary-item span {
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: #4A5565;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight:400;
}
.custom-order-summary-highlight.custom-order-summary-item span,
.custom-order-summary-highlight2.custom-order-summary-item span {
    display: block;
    font-size: 16px;
    line-height: 21px;
    color: #4A5565;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight:400;
}

@media (max-width: 767px) {
    .custom-order-summary-box {
        grid-template-columns: 1fr;
        padding: 30px;
        gap: 30px 30px;
    }
    .custom-order-summary-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 50%;
        background: #f3f3f3;
        color: #777;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
.custom-order-summary-item strong {
    display: block;
    font-size: 20px;
    line-height: 28px;
}
.custom-order-summary-highlight.custom-order-summary-item strong {
    display: block;
    font-size: 16px;
    line-height: 18px;
}
.custom-order-summary-highlight2.custom-order-summary-item strong {
    font-size: 16px;
    line-height: 18px;
}

.custom-order-summary-item span {
    font-size: 16px;
    line-height: 18px;
}
.custom-order-summary-highlight.custom-order-summary-item span,
.custom-order-summary-highlight2.custom-order-summary-item span {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
}
@media (max-width: 767px) {
    .custom-cart-item {
        grid-template-columns: 90px 1fr;
        gap: 16px;
        padding: 18px;
    }

    .custom-cart-product-image {
        width: 90px;
        height: 90px;
    }

    .custom-cart-actions {
        grid-column: 1 / -1;
        grid-template-columns: 1fr auto;
        align-items: center;
        justify-items: start;
        width: 100%;
    }

    .custom-cart-remove {
        position: absolute;
        top: 12px;
        right: 16px;
    }

    .custom-cart-checkout {
        grid-column: 1 / -1;
        width: 100%;
    }

    .custom-cart-product-title,
    .custom-cart-product-title a {
        font-size: 19px;
    }

    .custom-cart-product-subtitle {
        font-size: 15px;
    }
}
.custom-promo-3-1-message {
    padding:15px 50px;   
}
.wc-block-checkout__terms,
.wc-block-checkout__order-fields legend,
.wc-block-checkout__order-fields h2 {
    display:none;
}
.wc-block-checkout__order-fields {
  margin-bottom:0px!important;
}
body.single-product .ppc-button-wrapper {
    display:none;
}

/*
 * MEDIA QUERY RESPONSIVE
 */
/* responsive */
@media (max-width: 1600px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
    .block-woocommerce-custom-a {
        padding:60px 30px;
    }
    .custom-cart-item {
        gap: 30px;
        border: 2px solid var(--e-global-color-primary);
        border-radius: 10px;
        padding: 30px;
        background: var(--e-global-color-text);
        position: relative;
    }
    .custom-cart-qty-minus,
    .custom-cart-qty-plus {
        width: 30px;
        height: 30px;
        font-size: 25px;
    }
    .custom-cart-qty-input {
        width: 25px;
    }
    .custom-cart-remove {
        font-size: 35px;
    }
    .custom-cart-product-image {
        width: 150px;
        height: 150px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 3px 12px #10182814;
    }
    .block-checkout-custom-a  .wc-block-components-sidebar-layout {
        display: flex;
        flex-direction: column;
    }
    .block-checkout-custom-a  .wc-block-components-sidebar-layout > div.wc-block-components-sidebar {
        width:100%;
        padding-left:0px;
        order: 1;
        position: static;
        margin-bottom: 30px;
    }
    .block-checkout-custom-a  .wc-block-components-sidebar-layout > div.wc-block-checkout__main {
        width:100%;
        padding-left:0px;
        order:2;
    }
}
@media (max-width: 991px) {
}
@media (max-width: 921px) {
}
@media (max-width: 781px) {
}
@media (max-width: 767px) {
	/****/
	.column-header-menu {
	flex:0 0 auto!important;
	}
	.column-header-menu nav.elementor-nav-menu--dropdown {
	position:fixed!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	margin-top:0px!important;
	padding-top: 140px;
	height: 100vh;
	z-index:1!important;
	background-color:#F5F5F5;
        overflow: auto;
        box-sizing: border-box;
	}
	.block-header-menu .elementor-menu-toggle {
	z-index:2!important;
	padding:10px;
	}
	.column-header-menu nav.elementor-nav-menu--dropdown > ul {
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: auto;
	}
	.block-header-menu ul li a:after {
	display:none!important;
	}
	.block-header-menu .elementor-nav-menu--dropdown ul a {
	display: flex;
	justify-content: flex-start!important;
	padding:0px!important;
	}
	.column-header-menu nav.elementor-nav-menu--dropdown a.has-submenu .sub-arrow i {
	transform: rotate(270deg);
	}
	.column-header-menu nav.elementor-nav-menu--dropdown a.has-submenu.highlighted .sub-arrow i {
	transform: rotate(0deg);
	}
	.column-header-menu nav.elementor-nav-menu--dropdown a.has-submenu {
	display: flex;
	align-items: center;
	width: 100%;
	}
	.column-header-menu .elementor-nav-menu--dropdown ul
	{
		padding: 0px 30px;
	}
	.column-header-menu .elementor-nav-menu--dropdown ul ul.sub-menu {
		padding: 0px 5px;
	}
	.column-header-menu .elementor-nav-menu--dropdown ul ul.sub-menu a {
		border:0px!important;
		text-transform:uppercase;
	}
	header nav a  {
		padding-left:0px!important;
		padding-bottom:0px!important;
	}
	.elementor-nav-menu__align-end .elementor-nav-menu
	{
		justify-content: flex-start;
	}
	.elementor-menu-toggle__icon--close {
		font-size:19px;
	}
	.icona-mobile {
	display:block!important;
	}
	.icona-mobile a {
		padding-right: 0px;
	}
	.column-header-menu nav.elementor-nav-menu--dropdown > ul > li:not(.button-menu-acquista)
	{
		flex: 0 0 100%;
		padding:0px 10px;
		padding-bottom:20px;
		border-bottom:1px solid #C59833;
        box-sizing: border-box;
	}
	.column-header-menu nav.elementor-nav-menu--dropdown > ul > li:not(.button-menu-acquista) a
	{
		background-color:transparent!important;
        font-size: 28px !important;
        line-height: 34px !important;
	}
	.column-header-menu nav.elementor-nav-menu--dropdown > ul > li.current-menu-item:not(.button-menu-acquista) a {
	    color:var(--e-global-color-primary);
	}
	.column-header-menu nav.elementor-nav-menu--dropdown > ul {
		flex-direction: row;
		flex-wrap:wrap;
	}
	.column-header-menu nav.elementor-nav-menu--dropdown > ul
	{
		height: calc(100vh - 140px);
		display: flex;
		overflow: auto;
		align-content: flex-start;
		gap: 20px;
	}
	.block-header-logo {
		z-index:3;
	}
	.shortcode-icon {
		margin-left:auto;
		margin-right:auto;
	}
	.block-header-menu .elementor-nav-menu .sub-arrow {
		padding-top:0px!important;
		padding-bottom:0px!important;
		display:inline-block;
		margin-top: -13px;
	}
    .elementor-nav-menu li.button-menu-acquista {
        background-color: var(--e-global-color-primary);
        transition-duration: 0.5s;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: var(--e-global-color-primary);
        border-radius: 10px 10px 10px 10px;
        padding: 10px 15px 10px 15px;
        display: inline-block;
        text-align:center;
        display: flex !important;
        align-content: center;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        margin-top:20px;
        width:100%;
    }
    .elementor-nav-menu li.button-menu-acquista a {
         fill: var(--e-global-color-text);
        color: var(--e-global-color-text);
        font-weight: 500 !important;
        text-decoration: none;
        font-size: var(--e-global-typography-f9b8636-font-size);
        line-height: var(--e-global-typography-f9b8636-line-height);
        font-family: var(--e-global-typography-f9b8636-font-family), Sans-serif;
        padding:0px;
    }
    .img-hero img {
        background-position:center;
    }
    .img-hero img {
        object-position: -500px !important;
    }
    .block-carousel-custom-a .swiper-pagination {
        display:block;
    }
    .block-add-cart-custom-a .single_add_to_cart_button {
        padding:10px 15px 10px 15px!important;
    }
    .block-price-custom-a .price {
        margin-top:0px;
    }
    .custom-cart-checkout {
        padding: 10px 15px 10px 15px;
        margin-top:20px;
    }
    .custom-cart-empty {
        padding: 10px 15px 10px 15px;
    }
    .custom-cart-empty-link {
        padding: 10px 15px 10px 15px;
    }
    .custom-cart-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        align-content: center;
    }
    .custom-cart-actions {
        width: auto;
        display: flex;
        align-items: flex-start;
        margin-left: 0;
    }
    .block-checkout-custom-a .wc-block-components-sidebar-layout > div.wc-block-components-sidebar.is-sticky {
        display:none;
    }
    .block-checkout-custom-a .wc-block-components-checkout-place-order-button {
        margin-top: 30px;
        width: 100%;
        flex: 0 0 100%;
    }
    .block-checkout-custom-a .wc-block-components-checkout-return-to-cart-button {
        display:none;
    }
    .woocommerce-order-received .section-page-order2 {
        display:block!important;
    }
}
@media (max-width: 600px) {
    .img-hero img {
        object-position: -600px !important;
    }
}
@media (max-width: 500px) {
    .img-hero img {
        object-position: -700px !important;
    }
    .img-hero-stress img {
        object-position: -600px !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) {
}
