/* MENU TEXT FORMAT */
/* PRODUCT PAGE TEXT FORMAT */
/* PRODUCT PAGE */
/* CART */
/* SUBCRIBERS FORM */
/* MENU MOBILE X ANIMATION */
/* STRIPE */
/* BEST SELLERS */
/* TERMS PAGE */
/* MY ACCOUNT MENU */
/* MY ACCOUNT PAGE */
/* SUBTITLE HOMEPAGE */
/* SUSTAINABILITY HOMEPAGE */
/* BLOG BUTTON HOMEPAGE / SUBSCRIBE BUTTON FOOTER */
/* PRODUCTS TEMPLATE */
/* ADD TO CART BUTTON */
/* RECOMMENDED PRODUCTS */
/* PRICE PRODUCT PAGE */
/* OUT OF STOCK BADGE */
/* WOOTHUMBS SLIDER BULLET POIN */
/* SET BORDER FOR PRODUCT VARIATIONS */
/* MAIN MENU ANIMATION SHOW/HIDE */

:root {
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    font-size: 16px;
    --ligth: 'EloquiaDisplay-Light';        /* 300 */
    --regular: 'EloquiaDisplay-Regular';    /* 400 */
    --medium: 'EloquiaDisplay-Medium';      /* 500 */
    --semibold: 'EloquiaDisplay-SemiBold';  /* 600 */
    --ocr: 'ocr-b-std, monospace';
    color: #000;
    letter-spacing: 0.15px;
    --wireless-power: #e6007e;
    --power-bank: #007da5;
    --power-adapter: #ff6900;
}
button.no-hover {
    pointer-events: none;
}
.wp {
    color: var(--wireless-power);
}
.pb {
    color: var(--power-bank);
}
.pa {
    color: var(--power-adapter);
}
.titolo__banner {
    font-family: var(--medium);
    font-size: 86px;
    line-height: 103.2px
}
.sottotitolo__banner {
    font-family: var(--medium);
    font-size: 45px;
    line-height: 58.5px;
}
.titolo__magazine {
    font-family: var(--medium);
    font-size: 53px;
    line-height: 68.9px;
    font-weight: initial;
}
.titolo__section {
    font-family: var(--medium);
    font-size: 66px;
    line-height: 85.8px;
    font-weight: initial;
}
.titolo__footer {
    font-family: var(--medium);
    font-size: 45px;
    line-height: 54px;
}
.categorie__footer {
    font-family: var(--regular);
    font-size: 26px;
    line-height: 31.2px;
}
.prodotti__menu {
    font-family: var(--semibold);
    font-size: 31px;
    line-height: 36.83px;
}
.paragrafo__home {
    font-family: var(--medium);
    font-size: 31px;
    line-height: 46.5px;
}
.price del {
    color: rgba(0, 0, 0, .3);
}
.sottotitolo__prodotto--pagina {
    font-family: var(--medium);
    font-size: 26px;
    line-height: 33.8px;
    font-weight: initial;
}
.descrizione__prodotto--pagina {
    font-family: var(--regular);
    font-size: 21px;
    line-height: 31.5px;
}
.paragrafo__prodotto--pagina {
    font-family: var(--regular);
    font-size: 16px;
    line-height: 24px;
}
.titolo__card--prodotto {
    font-family: var(--medium);
    font-size: 26px;
    line-height: 33.8px;
}
.sottotitolo__card--prodotto,
.woocommerce-variation-price span.woocommerce-Price-amount.amount {
    font-family: var(--medium)!important;
    font-size: 18px;
    line-height: 23.4px;
}
.info {
    font-family: var(--regular);
    font-size: 14px;
    line-height: 21px;
}
.ocr__titolo {
    font-family: var(--ocr);
    font-size: 18px;
    line-height: 21.6px;
    text-transform: uppercase;
}
.ocr__slider {
    font-family: var(--ocr);
    font-size: 16px;
    line-height: 19.2px;
    text-transform: uppercase;
}
.ocr__categoria {
    font-family: var(--ocr);
    font-size: 14px;
    line-height: 16.8px;
    text-transform: uppercase;
}
.ocr__categoria--sm {
    font-family: var(--ocr);
    font-size: 12px;
    line-height: 14.4px;
    text-transform: uppercase;
}
.ocr__info,
.ocr__info--footer {
    font-family: var(--ocr);
    font-size: 14px;
    line-height: 16.8px;
}
.prezzo__pagina-prodotto {
    font-family: var(--medium);
    font-size: 21px;
    font-weight: 27.3px;
}
.slick-slide img {
    object-fit: cover;
}
@media screen and (max-width: 1280px) {
    .sottotitolo__prodotto--pagina {
        font-size: 20px;
        line-height: 26px;
    }
}
@media screen and (max-width: 1024px) {
    .titolo__section {
        font-family: var(--medium);
        font-size: 42px;
        line-height: 46.2px;
        font-weight: initial;
    }
}
@media screen and (max-width: 768px) {
    .titolo__magazine {
        font-size: 34px;
        line-height: 42px;
    }
}
@media screen and (max-width: 640px) {
    .titolo__banner {
        font-size: 42px;
        line-height: 46.2px;
    }
    .titolo__footer {
        font-size: 42px;
        line-height: 46.2px;
    }
    .titolo__section {
        font-size: 42px;
        line-height: 46.2px;
    }
    .titolo__menu {
        font-family: var(--medium);
        font-size: 28px;
        font-weight: 33.6px;
    }
    .sottotitolo__banner,
    .titolo__magazine {
        font-size: 26px;
        line-height: 33.8px;
    }
    .paragrafo__home {
        font-size: 20px;
        line-height: 26px;
    }
    .categorie__footer {
        font-size: 26px;
        line-height: 33.8px;
    }
    .titolo__card--prodotto {
        font-family: var(--medium);
        font-size: 20px;
        line-height: 26px;
    }
    .sottotitolo__card--prodotto {
        font-size: 16px;
        line-height: 19.01px;
    }
    .info__footer {
        font-family: var(--medium);
        font-size: 16px;
        line-height: 19.01px;
    }
    .paragrafo__footer {
        font-family: var(--medium);
        font-size: 16px;
        line-height: 19.01px;
    }
    .info__piccole {
        font-family: var(--regular);
        font-size: 12px;
        line-height: 14.26px;
    }
    .ocr__titolo {
        font-size: 16px;
        line-height: 19.2px;
    }
    .ocr__slider {
        font-size: 14px;
        line-height: 16.8px;
    }
    .ocr__categoria {
        font-size: 12px;
        line-height: 14.4px;
    }
    .ocr__categoria--sm {
        font-size: 10px;
        line-height: 12px;
    }
    .ocr__info {
        font-size: 12px;
        line-height: 14.4px;
    }
    .ocr__info--footer {
        font-size: 10px;
        line-height: 19px;
    }
}
@media screen and (max-width: 360px) {
    .text-xs {
        font-size: 0.7rem!important;
    }
}
#removeRadius.borderHeader {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#removeRadius {
    border-radius: 2px;
}
.animation {
    transition: all .5s ease-in-out;
}
.mag-animation {
    transition: all .7s ease-in-out;
}
.mag-text-animation {
    transition: opacity .5s ease-in-out .8s;
}
.mag-animation-out {
    transition: all .7s ease-in-out .6s;
}
.mag-text-animation-out {
    transition: opacity .5s ease-in-out;
}
.mag-date-anim {
    opacity: .7;
    transition: all .5s ease-in-out .8s;
}
.mag-date-anim-out {
    opacity: 0;
    transition: opacity .7s ease-in-out;
}
#aboutFooter,
#supportFooter,
#aboutMenu,
#supportMenu {
    display: block;
}
.header-overlay {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
}
.opacity-animation {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in;
}
/* z for product page slider arrows */
.iconic-woothumbs-images__arrow, 
.iconic-woothumbs-zoom-next,
.iconic-woothumbs-zoom-prev {
    z-index: 1!important;
}

/* MENU TEXT FORMAT */

@media screen and (max-width: 1279px) {
    .titolo__menu {
        font-family: var(--medium);
        font-size: 28px;
        line-height: 33.6px;       
    }
    .prodotti__menu li {
        font-family: var(--medium);
        font-size: 20px;
        line-height: 26px;
    }
}

/* END MENU TEXT FORMAT */

/* PRODUCT PAGE TEXT FORMAT */

.titolo__tab {
    font-family: var(--medium);
    font-size: 26px;
    line-height: 30.9px;
}
.sottotitolo__tab {
    font-family: var(--medium);
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
}
.testo__tab--descrizione {
    font-family: var(--regular);
    font-size: 21px;
    line-height: 31.5px;
}
.testo__tab,
.testo__blu--icone,
.testo__table {
    font-family: var(--regular);
    font-size: 16px;
    line-height: 24px;
}
.testo__tab--span {
    font-family: var(--ligth);
    font-size: 14px;
    line-height: 21px;
}
h1.product-page {
    font-family: var(--medium);
    font-size: 53px;
    font-weight: 500!important;
    letter-spacing: 0.15px;
}
.bullet__point {
    font-family: var(--regular)!important;
    font-size: 18px!important;
    line-height: 27px!important;
    color: #000!important;
}
@media screen and (max-width: 640px) {
    .titolo__tab {
        font-size: 20px;
        line-height: 23.76px;
    }
    .sottotitolo__tab {
        font-size: 18px;
        line-height: 24px;
    }
    .testo__tab--descrizione {
        font-size: 18px;
        line-height: 27px;
    }
    .testo__tab,
    .testo__blu--icone,
    .testo__table {
        font-size: 16px;
        line-height: 23px;
    }
    .testo__tab--span {
        font-size: 14px;
    }
    .bullet__point {
        font-size: 18px!important;
        line-height: 32px!important;
    }
}
@media screen and (max-width: 1280px) {
    h1.product-page {
        font-size: 32px;
    }
}

/* END PRODUCT PAGE TEXT FORMAT */

/* PRODUCT PAGE */

/* Tab Animation*/
.tab-animation {
    transition: max-height 0.2s ease-out;
}
.arrow {
    transform: rotate(180deg);
    transition: transform .4s ease-out;
}
.active .arrow {
    transform: rotate(0deg);
    transition: transform .4s ease-out;
}
/* Dropdown Menu Mobile */
@media screen and (max-width: 1280px) {
    li.items-center ul.prodotti__menu {
        max-height: 0;
    }
    li.items-center.active ul.prodotti__menu {
        max-height: 350px;
        transition: max-height 1s ease-in-out;
    }
}
.swiper.swiperBlog img {
    object-fit: cover;
    height: 100%;
}
.vertical { 
    writing-mode: vertical-lr;
    transform: rotate(180deg); 
}
/* Yotpo fix issue display */
#yotpo-star-rating-reviews-summary {
    text-decoration: none!important;
    color: #0276FF;
}
.yotpo-bottom-line-scroll-panel {
    align-items: center!important;
}
#yotpo-app .yotpo-base-layout {
    width: 100%!important;
}
#yotpo-app .yotpo-bold-layout .yotpo-head {
    min-height: 0;
}
.yotpo-review-votes-text.unselectable {
    visibility: hidden;
}
.yotpo-media-modal-media {
    height: auto!important;
}
button.variation-button:focus, /* remove css on style.min*/
button.variation-button.selected {
    outline-color: #090909;
    outline-style: solid;
    outline-width: 1px;
    outline-offset: 2px;
}

/* END PRODUCT PAGE */

/* CART */

/* Custom cart icon mune */
.fa-shopping-cart::before { 
    content: url('../../images/2023/cart.svg')!important;
}
.header-cart-count {
    position: absolute;
    font-family: Montserrat, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    background: #0276FF!important;
    color: #fff!important;
    border: 0!important;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -9px;
    right: -8px;
}
#cart-icon,
.vcontainer,
.vcontainer video {
    position: relative;
}
.xoo-wsc-basket {
    display: none !important;
}
.xoo-wsc-body,
.xoo-wsc-footer,
.xoo-wsc-header {
    z-index: 999;
}
.xoo-wsc-cart-trigger .fa-shopping-cart {
    font-size: 1.2rem;
}

/* END CART */

/* Hide First Layout */
#menuMob,
#menuSixMob {
    bottom: -100%;
}
@media screen and (min-width: 1280px) {
    #menuSix,
    #menuFive,
    #menuFour,
    #menuThree,
    #menuTwo,
    #menuOne {
        display: none;
    }
}
.scrollDown {
    bottom: 24px;
    transition: bottom .4s ease-out;
}
.scroll-down {
    bottom: -88px!important;
    transition: bottom .4s ease-in;
}
.scrollTop {
    top: calc(1.5rem + 36px);
    transition: top .4s ease-out;
}
.scroll-top {
    top: -100px!important;
    transition: top .4s ease-in;
}

/* SUBCRIBERS FORM */

#subscribeForm form,
form#mc4wp-form-2 {
    margin-bottom: 0;
}
#subscribeForm {
    display: none;
}
#subscribeForm form#mc4wp-form-1 label,
form#mc4wp-form-2 label {
    font-family: var(--regular);
    font-size: 14px;
    line-height: 21px; 
    color: #777777;   
}
#subscribeForm form#mc4wp-form-1 label input[type="text"],
#subscribeForm form#mc4wp-form-1 label input[type="email"],
form#mc4wp-form-2 label input[type="text"],
form#mc4wp-form-2 label input[type="EMAIL"] {
    border: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 10px 0;
    font-family: var(--medium);
    font-size: 18px;
    line-height: 23.4px;
    color:#000;
}
#subscribeForm form#mc4wp-form-1 label input[type="text"]::placeholder,
#subscribeForm form#mc4wp-form-1 label input[type="email"]::placeholder,
form#mc4wp-form-2 label input[type="text"]::placeholder,
form#mc4wp-form-2 label input[type="email"]::placeholder {
 color: #777777;
}
#subscribeForm form#mc4wp-form-1 label input[type="email"],
form#mc4wp-form-2 label input[type="email"] {
    margin-top: 20px;
    margin-bottom: 32px;
}
form#mc4wp-form-2 label input[type="text"] {
    margin-top: 20px
}
#subscribeForm form#mc4wp-form-1 input[type="submit"],
form#mc4wp-form-2 input[type="submit"] {
    margin-top: 40px;
    padding: 16px 0;
    width: 100%;
    background: #000;
    color: #fff;
    font-family: var(--semibold);
    font-size: 18px;
    line-height: 23.4px;
    font-weight: initial;
}
#subscribeForm input::placeholder,
#subscribeForm input::placeholder {
    font-family: var(--medium);
    font-size: 18px;
    line-height: 23.4px;
    color:#777777;
}
@media screen and (max-width: 768px) {
    #subscribeForm .sottotitolo__prodotto--pagina {
        font-size: 20px;
        line-height: 26px;            
    }
    #subscribeForm form#mc4wp-form-1 input[type="submit"] {
        margin-top: 30px;
        font-size: 16px;
        line-height: 19.01px;
    }
}

/* END SUBSCRIBERS FORM */

/* MENU MOBILE X ANIMATION */

.container-close {
    width: 24px;
    height: 40px;
    position: relative
}   
.line-one {
    width: 24px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 14px;
    left: 0px;
    transform-origin: left center;
    border-radius: 10px;
    transition: all .3s ease-out;
}
.line-two {
    width: 24px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 24px;
    left: 0px;
    transform-origin: left center;
    border-radius: 10px;
    transition: all .3s ease-out;
}
.line-one.activeOne {
    top: 10px;
    left: 4px;
    transform: rotate(45deg);
    transition: all .3s ease-out;
}
.line-two.activeTwo {
    top: 27px;
    left: 4px;
    transform: rotate(-45deg);
    transition: all .3s ease-out;
}

/* END MENU MOBILE X ANIMATION */

/* STRIPE */

#wc-stripe-payment-request-wrapper iframe,
#wc-stripe-payment-request-wrapper iframe button {
    border-radius: 0px!important;
    padding-top: 0!important;
    margin-top: 0!important;
}
#wc-stripe-payment-request-wrapper {
    width: 300px;
}
@media screen and (max-width: 1024px) {
    #slidesOuterStripe {
        width: 100%;
        height: auto;
        background: black;
        position: fixed;
        bottom: 110px;
        left: 0;
        z-index: 2;
    }
    #wc-stripe-payment-request-wrapper {
        width: 90%;
        margin: 4px auto!important;
    }
    .single_add_to_cart_button.button,
    .single_add_to_cart_button.button.loading {
        position: fixed;
        bottom: 64px;
        z-index: 2;
    }
    .single_add_to_cart_button.button.loading {
        opacity: 1;
    }
    button.single_add_to_cart_button, form.cart button[type=submit]:not(#qib_id):not(#qib_id):not(_):not(_) {
        width: 100% !important;
        left: 0;
    }
}

/* END STRIPE */

/* BEST SELLERS */

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    --swiper-scrollbar-sides-offset: 5%;
    --swiper-scrollbar-size: 2px;
    --swiper-scrollbar-right: 100%;
    --swiper-scrollbar-border-radius: 0px;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0);
    --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 1);
}
@media screen and (min-width: 1280px) {
    .swiper-horizontal > .swiper-scrollbar,
    .swiper-scrollbar.swiper-scrollbar-horizontal {
        --swiper-scrollbar-sides-offset: calc(50% - (1140px / 2));
    }
}
@media screen and (min-width: 1536px) {
    .swiper-horizontal > .swiper-scrollbar,
    .swiper-scrollbar.swiper-scrollbar-horizontal {
        --swiper-scrollbar-sides-offset: calc(50% - (1500px / 2));
    }
}
@media screen and (min-width: 1980px) {
    .swiper-horizontal > .swiper-scrollbar,
    .swiper-scrollbar.swiper-scrollbar-horizontal {
        --swiper-scrollbar-sides-offset: calc(50% - (1500px / 2));
    }
}

/* END BEST SELLERS */

@media screen and (max-width: 768px) {
    .iconic-woothumbs-images__image.no-lazyload.skip-lazy {
        aspect-ratio: 4/5!important;
        object-fit: cover;
    }
    .plyr__video-wrapper {
        aspect-ratio: 4/5!important;
    }
}
/* Hide icon Gorgias */
iframe#chat-button {
    display: none; 
}
/* Zoom Blog */
@media screen and (min-width: 1024px) {
    .zoom-blog {
        transition: all .2s ease-out;
    }.zoom-blog:hover {
        transform: scale(1.05);
        transition: transform .2s ease-in;
    }
}

/* TERMS PAGE */

.terms-page h2 + h3 {
    padding: 80px 0 0 0;
    border-top: none;
}
.terms-page p + h3,
.terms-page span + h3 {
    margin-top: 56px;
}
.terms-page h3 + p {
    margin-top: 32px;
}
.terms-page p + p {
    margin: 32px 0;
}
.terms-page li + li {
    margin: 6px 0;
}
.terms-page p + ul {
    margin: 6px 0 0 32px;
  }
.terms-page span + span,
.blog-page span + span {
    margin-top: 24px;
}
.terms-page li {
    list-style-type: disc;
}
.terms-page .titolo__section {
    font-size: 45px;
}
.time-table p + p {
    margin: 0;
}
@media screen and (min-width: 1024px) {
    .terms-page .hide-scroll-x span:hover,
    .blog-page .hide-scroll-x span:hover {
        text-decoration: underline;
        text-underline-offset: 8px;
    }
}
@media screen and (min-width: 768px) {
    #terms-shipping div:nth-child(3) p:nth-child(1) {
        order: 4;
    }
    #terms-shipping div:nth-child(3) p:nth-child(3) {
        order: 5;
    }
    #terms-shipping div:nth-child(3) a {
        order: 6;
    }
    /* #terms-shipping div:nth-child(3):before {
        content: "Destination";
    } */
    #terms-shipping div:nth-child(3) span:before {
        content: "Courier";
        order: 2;
    }
    #terms-shipping div:nth-child(3) span:nth-child(4):before {
        content: "Delivery time";
        order: 3;
    }
    #terms-shipping div:nth-child(3):before,
    #terms-shipping div:nth-child(3) span:before, 
    #terms-shipping div:nth-child(3) span:nth-child(4):before {
        font-family: var(--medium);
        font-size: 21px;
        font-weight: 27.3px;
    }
}
@media screen and (max-width: 768px) {
    .terms-page h2 + h3 {
        padding: 28px 0 0 0;
    }
    .terms-page p + h3 {
        margin-top: 32px;
    }
    .terms-page h3 + p {
        margin-top: 8px;
    }
    .terms-page p + p,
    .terms-page li + li {
        margin: 8px 0;
    }
    .terms-page p + ul {
        margin: 8px 0 0 8px;
    }
    .terms-page span + span,
    .blog-page span + span {
        margin-top: 0;
    }
    .terms-page .titolo__section {
        font-size: 20px;
        line-height: 26px;
    }
    .terms-page .sottotitolo__prodotto--pagina {
        font-size: 18px;
        line-height: 23.4px;
    }
    .terms-page .descrizione__prodotto--pagina,
    .terms-page .testo__tab--descrizione {
        font-size: 16px;
        line-height: 24px;
    }
    .time-table p + p {
        margin: 0;
    }
    /* #terms-shipping div:nth-child(3):before,
    #terms-shipping div:nth-child(4):before,
    #terms-shipping div:nth-child(5):before,
    #terms-shipping div:nth-child(6):before {
        content: "Destination";
    } */
    #terms-shipping div:nth-child(3) span:before,
    #terms-shipping div:nth-child(4) span:before,
    #terms-shipping div:nth-child(5) span:before,
    #terms-shipping div:nth-child(6) span:before {
        content: "Courier";
    }
    #terms-shipping div:nth-child(3) span:nth-child(4):before,
    #terms-shipping div:nth-child(4) span:nth-child(4):before,
    #terms-shipping div:nth-child(5) span:nth-child(4):before,
    #terms-shipping div:nth-child(6) span:nth-child(4):before {
        content: "Delivery time";
    }
    #terms-shipping div:nth-child(3):before,
    #terms-shipping div:nth-child(4):before,
    #terms-shipping div:nth-child(5):before,
    #terms-shipping div:nth-child(6):before,
    #terms-shipping div:nth-child(3) span,
    #terms-shipping div:nth-child(4) span,
    #terms-shipping div:nth-child(5) span,
    #terms-shipping div:nth-child(6) span {
        width: 100%;
        padding: 16px 0;
        display: block;
        border-bottom: 1px solid #bbbbbb;
        font-family: var(--medium);
    }
    #terms-shipping div:nth-child(3) p,
    #terms-shipping div:nth-child(4) p,
    #terms-shipping div:nth-child(5) p,
    #terms-shipping div:nth-child(6) p,
    #terms-shipping div a {
        border-bottom: 1px solid #bbbbbb;
        padding: 16px 0;
    }
    #terms-shipping div:nth-child(3) span:nth-child(4),
    #terms-shipping div:nth-child(3) a:nth-child(5),
    #terms-shipping div:nth-child(4) span:nth-child(4),
    #terms-shipping div:nth-child(4) a:nth-child(5),
    #terms-shipping div:nth-child(5) span:nth-child(4),
    #terms-shipping div:nth-child(5) p:nth-child(5),
    #terms-shipping div:nth-child(6) span:nth-child(4),
    #terms-shipping div:nth-child(6) p:nth-child(5) {
        padding-bottom: 2rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #000;
    }
}

/* END TERMS PAGE */

/* Mailchimp subscribe thank you */
.mc4wp-alert.mc4wp-success {
    font-family: var(--medium);
    font-size: 31px;
    line-height: 36.83px;
    color: #000; 
}
.hide-scroll-x::-webkit-scrollbar {
    display: none;
}
.hide-scroll-x {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.iconic-woothumbs-thumbnails__image-wrapper::before {
    border: none!important;
    opacity: .3!important;
}
.iconic-woothumbs-thumbnails__image-wrapper::after {
    border: none!important;
    opacity: 1!important;
}
.iconic-woothumbs-thumbnails__slide {
    opacity: .3!important;
}
.iconic-woothumbs-thumbnails__slide--active, 
.iconic-woothumbs-thumbnails__slide--active:hover,
.iconic-woothumbs-thumbnails__slide--:hover {
    opacity: 1!important;
}
.selected .swatch-anchor img {
    box-shadow: 0 0 0 1px #919191!important;
    opacity: 1;
}
/* Hide variation text product page */
table.variations tr th.label label {
    display: none;
}
/* Yotpo star product page */
.star-container svg {
    width: 10px;
}
.yotpo-sr-bottom-line-text,
.yotpo-sr-bottom-line-left-panel {
    font-size: 12px!important;
}
svg.yotpo-verified-icon {
    width: auto;
}
/* fixed box on top on scroll page */
.fixed-on-top {
    position: fixed!important;
    z-index: 2;    
}
@media screen and (max-width: 1023px) {
    .fixed-on-top {
        padding: 20px 0;
        transition: padding .2s ease-out;
    }
}
@media screen and (min-width: 1024px) {
    .fixed-on-top {
        top: 5rem!important;
    }
}
.fixed-on-top-black-text {
    color: #000!important;
}

/* MY ACCOUNT MENU */

form.woocommerce-form-login input,
form.woocommerce-form-register input,
form.woocommerce-ResetPassword input {
    height: 40px;
    width: 200px;
    border: 1px solid #000;
}
form.woocommerce-form-login input,
form.woocommerce-form-register input,
form.woocommerce-ResetPassword input,
form.woocommerce-form-login input::placeholder,
form.woocommerce-form-register input::placeholder,
form.woocommerce-ResetPassword input::placeholder {
    font-family: var(--medium);
    font-size: 18px;
    color: #777777;
    padding: 0;
}
form.woocommerce-form-login input,
form.woocommerce-form-register input,
form.woocommerce-ResetPassword input {
    color: #000;
}
form.woocommerce-form-login input:focus,
form.woocommerce-form-register input:focus,
form.woocommerce-ResetPassword input:focus {
    background-color: transparent;
}
form.woocommerce-form input,
form.woocommerce-ResetPassword input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: none;
}
form.woocommerce-form-login label,
form.woocommerce-form-register label,
form.woocommerce-ResetPassword label,
.woocommerce-privacy-policy-text,
.woocommerce-ResetPassword,
.woocommerce-form-register__submit,
.woocommerce-form-login__submit,
.button-lost-password-form,
.button-login-form,
.button-register-form {
    font-size: 1.2rem;
    line-height: 18px;
    color: #000;
}
.woocommerce-notices-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.woocommerce-notices-wrapper .woocommerce-error {
    width: 100%!important;
    font-size: 1rem;
}
.woocommerce-notices-wrapper .woocommerce-error::before {
    visibility: hidden;
}
.woocommerce-privacy-policy-text,
.woocommerce-privacy-policy-text a {
    font-family: var(--regular);
    font-size: 14px;
    line-height: 21px;
    color: #777777!important;
    padding-top: 32px;
    padding-bottom: 40px;
}
form.woocommerce-form button.woocommerce-button,
form.woocommerce-ResetPassword button.woocommerce-Button {
    font-weight: unset;
}
.show-password-input {
    color: #777777;
    font-size: 16px;
}

/* END MY ACCOUNT MENU */

/* MY ACCOUNT PAGE */

.myaccount__einova nav {
    width: 100%;
}
.myaccount__einova nav ul li a::before {
    display: none;
}
.myaccount__einova .woocommerce {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 50px;
}
nav ul li.woocommerce-MyAccount-navigation-link {
    width: max-content;
    margin-bottom: 10px;
}
nav ul li.woocommerce-MyAccount-navigation-link:hover {
    text-decoration: underline;
    text-underline-offset: 10px;
}
/* Style form product registration */
.acf-form-submit input.acf-button.button.button-primary.button-large {
    font-family: var(--semibold);
    font-weight: initial;
}
.acf-fields > .acf-field {
    padding-left: 0!important;
}
@media screen and (max-width: 768px) {
    .myaccount__einova .woocommerce {
        grid-template-columns: 1fr;    
    }
    nav ul li.woocommerce-MyAccount-navigation-link {
        margin-bottom: 0px;
        line-height: 100%;
    }
}

/* END MY ACCOUNT PAGE */

/* SUBTITLE HOMEPAGE */

.subtitle {
    width: 100%;
    background: #eeeeee;
}
.subtitle > div {
    width: 90%;
    margin: 0 auto;
    padding: 56px 0;
}
.subtitle > div p {
    font-family: var(--medium);
    font-size: 42px;
    line-height: 46px;
    color: #000;
    position: relative;
    z-index: 0;
}
.subtitle > div p:nth-child(2) {
    margin-top: 32px;
}
.subtitle div div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
}
.subtitle a:first-child {
    order: 2;
    width: 70px;
}
.subtitle a:last-child {
    font-family: var(--semibold);
    font-size: 18px;
    color: #000;
    margin-right: 20px;
    order: 1;
}
.subtitle p span,
.subtitle p strong,
.subtitle p em {
    position: relative;
    z-index: -1;
    font-weight: 500;
    font-style: normal;
}
.subtitle p span::before,
.subtitle p strong::before,
.subtitle p em::before {
    content: "";
    position: absolute;
    z-index: -1;
}  
.subtitle p span::before {
    background-color: #FF6B00;
    width: calc(100% + 28px);
    height: 75%;
    left: -1px;
    bottom: 10px;
}
.subtitle p strong::before {
    background-color: #E6007E;
    width: calc(100% + 17px);
    height: 75%;
    left: -12px;
    bottom: 10px;
}
.subtitle p em::before {
    background-color: #007DA5;
    width: calc(100% + 25px);
    height: 75%;
    left: -5px;
    bottom: 10px;
}
@media screen and (min-width: 768px) {
    .subtitle div div {
        justify-content: flex-start;
    }
    .subtitle a:first-child {
        order: 1;
        width: 70px;
    }
    .subtitle a:last-child {
        order: 2;
        margin-left: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .subtitle > div {
        width: 1140px;
        padding: 112px 0;
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: auto;
    }
    .subtitle > div p {
        font-size: 64px;
        line-height: 79px;
    }
    .subtitle div div {
        margin-top: 40px;
    }
    .subtitle a:first-child {
        width: auto;
    }
    .subtitle p span::before {
        background-color: #FF6B00;
        width: calc(100% + 99px);
        height: 75%;
        left: -1px;
        bottom: 15px;
    }
    .subtitle p strong::before {
        background-color: #E6007E;
        width: calc(100% + 33px);
        height: 75%;
        left: -30px;
        bottom: 15px;
    }
    .subtitle p em::before {
        background-color: #007DA5;
        width: calc(100% + 99px);
        height: 75%;
        left: -12px;
        bottom: 15px;
    }
}
@media screen and (min-width: 1536px) {
    .subtitle > div {
        width: 1500px;
    }
    .sottotitolo__card--prodotto {
        font-size: 21px;
        line-height: 27.3px;
    }
}

/* END SUBTITLE HOMEPAGE */

/* SUSTAINABILITY HOMEPAGE */

.sustainability {
    width: 100%;
    background-color: #fff;
}
.sustainability > div {
    width: 90%;
    margin: 0 auto;
    padding: 56px 0;
    display: grid;
    grid-template-columns: 1fr;
}
.sustainability div p {
    font-size: 42px;
    line-height: 46px;
    position: relative;
    z-index: 0;
}
.sustainability > div > div:nth-child(2) {
    order: 3;
}
.sustainability div div:last-child p {
    font-size: 26px;
    line-height: 34px;
    margin-top: 24px;
}
.sustainability div div div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
    order: 2;
}
.sustainability a:first-child {
    width: 70px;
    order: 2;
}
.sustainability a:last-child {
    font-family: var(--semibold);
    font-size: 18px;
    color: #000;
    margin-right: 20px;
    order: 1;
}
.sustainability p {
    font-family: var(--medium);
    color: #000;
}
.sustainability p span {
    position: relative;
    z-index: -1;
}
.sustainability p span::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #22E302;
    width: calc(100% + 30px);
    height: 77%;
    left: 0px;
    bottom: 10px;
}
@media screen and (min-width: 768px) {
    .sustainability > div {
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: auto;
    }
    .sustainability > div p,
    .sustainability > div > div:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 6;
    }
    .sustainability > div div:last-child {
        grid-column-start: 7;
        grid-column-end: 13;
    }
    .sustainability a:first-child {
        width: 70px;
        order: 1;
    }
    .sustainability a:last-child {
        margin-left: 20px;
        margin-right: 0px;
        order: 2;
    }
    .sustainability div div:last-child p {
        margin-top: 0px;
    }
    .sustainability div div div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 0px;
    }
}
@media screen and (min-width: 1280px) {
    .sustainability > div {
        width: 1140px;
        padding: 128px 0;
    }
    .sustainability > div p,
    .sustainability > div > div:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 6;
    }
    .sustainability > div div:last-child {
        grid-column-start: 7;
        grid-column-end: 13;
        grid-row-start: 1;
        grid-row-end: 2;
        padding-top: 15px;
    }
    .sustainability div p {
        font-size: 66px;
        line-height: 86px;
        position: relative;
        z-index: 0;
    }
    .sustainability div div:last-child p {
        font-size: 45px;
        line-height: 58.5px;
    }
    .sustainability a:first-child {
        width: auto;
    }
    .sustainability p span::before {
        width: calc(100% + 60px);
        height: 77%;
        left: -1px;
        bottom: 16px;
    }
}
@media screen and (min-width: 1536px) {
    .sustainability > div {
        width: 1500px;
    }
    .sustainability > div p,
    .sustainability > div > div:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 5;
    }
    .sustainability > div div:last-child {
        grid-column-start: 6;
        grid-column-end: 13;
    }
}

/* END SUSTAINABILITY HOMEPAGE */

/* BLOG BUTTON HOMEPAGE / SUBSCRIBE BUTTON FOOTER */

.blog__button {
    width: 90%;
    margin: 0 auto;
    margin-top: 24px;
}
.blog__button,
.subscribe__button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.blog__button a:first-child,
.subscribe__button a:first-child {
    width: 70px;
    order: 2;
}
.blog__button a:last-child,
.subscribe__button a:last-child {
    font-family: var(--semibold);
    font-size: 18px;
    margin-right: 20px;
    order: 1;
}
.blog__button a:last-child {
    color: #000;
}
.subscribe__button a:last-child {
    color: #fff;
}
.blog__button--desk {
    display: none;
}
@media screen and (min-width: 768px) {
    .blog__button--mob {
        display: none!important;
    }
    .blog__button {
        width: auto;
    }
    .blog__button,
    .subscribe__button {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .blog__button a:first-child,
    .subscribe__button a:first-child {
        order: 1;
    }
    .blog__button a:last-child,
    .subscribe__button a:last-child {
        margin-left: 20px;
        margin-right: 0;
        order: 1;
    }
}
@media screen and (min-width: 1280px) {
    .blog__button a:first-child,
    .subscribe__button a:first-child {
        width: auto;
    }
}
.sottotitolo__card--prodotto ins {
    font-weight: 500;
    order: 1;
    padding-right: 16px;
}
.sottotitolo__card--prodotto del {
    color: #bbbbbb;
    order: 2;
}

/* END BLOG BUTTON HOMEPAGE / SUBSCRIBE BUTTON FOOTER */

/* PRODUCTS TEMPLATE */

.compatible__devices p:first-child {
    margin-top: 32px;
    margin-bottom: 16px;
}
.compatible__devices p:not(:first-child) {
    margin-bottom: 16px;
}
.faqs__span p:nth-last-child(2) {
    margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
    .bullet__point p:not(:first-child) {
        margin-top: 14px;
    }
}
/* Hide camera icon on top of product page slider*/
.iconic-woothumbs-play {
    display: none;
}
/* Fix image slider zoom z-index */
.zm-viewer {
    z-index: 1!important;
}

/* END PRODUCTS TEMPLATE */

/* ADD TO CART BUTTON */

.single_add_to_cart_button.new__2024 {
    background-color: #0064E0 !important;
    color: #fff!important;
    text-transform: initial;
    font-size: 1rem !important;
    font-family: var(--semibold) !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: normal !important;
    width: 300px !important;
    height: 46px !important;
}
.single_add_to_cart_button.new__2024:hover {
    background-color: #0050B3 !important;
    color: #fff!important;
    text-transform: initial;
    font-size: 1rem !important;
    font-family: var(--semibold) !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: normal !important;
    width: 300px !important;
    height: 46px !important;
}

/* END ADD TO CART BUTTON */

/* RECOMMENDED PRODUCTS */

.triangolo {
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.trapezio {
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
}
.cerchio {
    border-radius: 50%;
    overflow: hidden;
}

/* END RECOMMENDED PRODUCTS */

/* PRICE PRODUCT PAGE */

span.price {
    display: flex!important;
}
span.price del {
    order: 2;
}
span.price ins {
    order: 1;
    margin-left: 0!important;
    margin-right: 16px;
}
.single-product div.product .single_variation .price {
    margin: 0!important;
    padding: 0!important;
}
.woocommerce-variation.single_variation {
    height: auto;
}
.woocommerce-variation-price {
    display: inline-block!important;
}

/* END PRICE PRODUCT PAGE */

/* OUT OF STOCK BADGE */

.stock.out-of-stock {
    background-color: #ffb1b1;
    padding: 5px 10px;
    width: max-content;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: .8rem;
    font-family: ocr-b-std, monospace;
}
.stock.out-of-stock::before {
    display: none;
    font-family: ocr-b-std, monospace;
}

/* END OUT OF STOCK BADGE */

/* WOOTHUMBS SLIDER BULLET POIN */

.slick-dots li button::before {
    display: none;
}
.iconic-woothumbs-all-images-wrap .slick-dots {
    top: inherit!important;
    bottom: 9px!important;
    max-width: 90%!important;
    z-index: 10!important;
}
.iconic-woothumbs-all-images-wrap .slick-dots li.slick-active button,
.iconic-woothumbs-all-images-wrap .slick-dots li button {
    border-radius: 0!important;
    height: 2px!important;
}
.iconic-woothumbs-all-images-wrap .slick-dots li {
    margin: 0!important;
}
.iconic-woothumbs-all-images-wrap .slick-dots .slick-active button {
    background-color: #000!important;
}
.iconic-woothumbs-all-images-wrap .slick-dots button {
    background-color: #fff!important;
}
.iconic-woothumbs-all-images-wrap .slick-dots li.slick-active,
.iconic-woothumbs-all-images-wrap .slick-dots li.slick-active button {
    width: 55px!important;
}
.iconic-woothumbs-all-images-wrap .slick-dots li,
.iconic-woothumbs-all-images-wrap .slick-dots li button {
    width: 25px!important;
}
@media screen and (min-width: 768px) {
    .iconic-woothumbs-images ul.slick-dots {
        display: none!important;
    }
}

/* END WOOTHUMBS SLIDER BULLET POINT */

/* SET BORDER FOR PRODUCT VARIATIONS */

.variations div.select-option.swatch-wrapper {
    border: 1px solid #fff;
}
.variations div.select-option.swatch-wrapper.selected {
    border: 1px solid #000;
}
.variations div.select-option.swatch-wrapper a.swatch-anchor {
    border: 2px solid #fff;
}

/* END SET BORDER FOR PRODUCT VARIATIONS */

/* FIX PRODUCT PAGE TOP SECTION FROM CONTENT LAYOUT SHIFT (CLS) */

#primary.content-area,
#main.site-main {
    width: 100%!important;
    margin: 0 auto!important;
}
@media screen and (min-width: 768x) {
    #primary.content-area,
    #main.site-main {
        width: 90%!important;
    }
}
@media screen and (min-width: 1024px) {
    #primary.content-area,
    #main.site-main {
        width: 992px!important;
    }
}
@media screen and (min-width: 1280px) {
    #primary.content-area,
    #main.site-main {
        width: 1140px!important;
    }
}
@media screen and (min-width: 1536px) {
    #primary.content-area,
    #main.site-main {
        width: 1500px!important;
    }
}

/* END FIX PRODUCT PAGE TOP SECTION FROM CONTENT LAYOUT SHIFT (CLS) */

/* MAIN MENU ANIMATION SHOW/HIDE */

.menuAnim {
    animation: menuUpDown .25s ease-in-out forwards;
}
@keyframes menuUpDown {
    0% {
        top: -66px;
    }
    100% {
        top: calc(1.5rem + 36px);
    }
}

/* END MAIN MENU ANIMATION SHOW/HIDE */

.postbox ul li label {
    display: flex;
    flex-direction: column;
}
#poststuff img {
    width: 200px!important;
}
.yotpo-custom-icon.yotpo-comment-avatar {
    visibility: hidden;
}

.variations_form table.variations select,
.variations_form table.variations select option {
    background: #fff;
    font-family: 'EloquiaDisplay-Medium';
    font-size: 16px;
    color: #000;
    padding: 10px;
    border-bottom: 1px solid #000;
}

#category-hero-title {
    margin-top: 0px;
    transition: margin-top ease-in-out .2s;
}
.category-hero-title {
    margin-top: 80px!important;
    transition: margin-top ease-in-out .2s;
}