@font-face {
    font-family: 'Alegreya-Regular';
    /*a name to be used later*/
    src: url('./fonts/Alegreya-Regular.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'Alegreya-Medium';
    /*a name to be used later*/
    src: url('./fonts/Alegreya-Medium.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'Alegreya-Bold';
    /*a name to be used later*/
    src: url('./fonts/Alegreya-Bold.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'Alegreya-SemiBold';
    /*a name to be used later*/
    src: url('./fonts/Alegreya-SemiBold.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'Cormorant-Light';
    /*a name to be used later*/
    src: url('./fonts/Cormorant-Light.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'CenturyGothic';
    /*a name to be used later*/
    src: url('./fonts/CenturyGothic.ttf');
    /*URL to font*/
}

.class-Alegreya {
    font-family: 'Alegreya-Regular' !important;
}

.class-Alegreya-medium {
    font-family: 'Alegreya-Medium' !important;
}

.class-CenturyGothic {
    font-family: 'Century Gothic' !important;
    font-size: 16px !important;
}

.home.qodef-with-custom-horizontal-slider {
    overflow-y: auto;
}

div#qodef-page-outer {
    padding: unset !important;
}

body {
    background-color: #fff !important;
    font-family: 'Alegreya-Regular';
    line-height: 1.3;
    color: #000000 !important;
}

.overlay ul li a {
    font-size: 70px;
}

.grecaptcha-badge {
    display: none !important;
}

::-webkit-scrollbar {
    width: 5.5px;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
}

::-webkit-scrollbar-track {
    background-color: #B8B8BA;
}

.et-icon-wrapper.header-icon,
.et-icon-wrapper.header-icon svg,
.et-icon-wrapper.social-icon,
.et-icon-wrapper.social-icon svg {
    width: 19px;
    height: 19px;
}

.wrapper-custom-header {
    display: flex;
    align-items: center;
    padding: 10px 50px;
    background: #fff;
    height: 70px;
}

.wrapper-custom-header>div {
    width: 33.33%;
}

.header-clm-left {
    display: flex;
    align-items: center;
}

.header-clm-center {
    text-align: center;
}

.header-clm-left>div {
    padding: 0 10px;
}

.header-clm-right .search-link,
.header-clm-right .wishlist-link,
.header-clm-right .user-link {
    padding: 0 10px;
    position: relative;
}

.wishlist-link .et-icon-wrapper.header-icon svg {
    width: 21px;
    height: 21px;
}

.wishlist-link .et-icon-wrapper.header-icon {
    width: 21px;
    height: 21px;
}

span.yith-wcwl-items-count {
    position: absolute;
    top: -6px;
    right: 2px;
    color: #fff;
    width: 15px;
    height: 15px;
    font-size: 11px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BB9F9C;
    border-radius: 100%;
}

.header-clm-right .wishlist-link .fa-heart-o:before {
    content: unset;
}

.inner-custom-header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 99999;
}

.custom-home-header .inner-custom-header {
    z-index: 99;
    background-color: transparent;
}

/*section#first-section {
    top: -70px;
    margin-bottom: -80px;
}

.admin-bar section#first-section {
    top: -100px;
    margin-bottom: -80px;
}*/

.credit-txt {
    text-align: center;
    font-size: 15px;
}

.divided-row-footer {
    background-color: #A3A3A3;
    height: 1px;
    width: 70%;
    margin: auto;
}

.second-row-footer {
    margin-top: 20px;
}

.wrapper-first-row {
    display: flex;
    justify-content: center;
    width: 85%;
    margin: auto;
    margin-bottom: 50px;
}

.wrapper-first-row>div {
    width: calc(33.33% - 20px);
    padding: 0 10px;
}

.social-header-icon-wrapper {
    display: flex;
}

.social-header-icon-wrapper>a {
    padding-right: 15px;
}

.wrapper-fixed-menu {
    position: fixed;
    top: 50%;
    z-index: 99999;
    transform: translateY(-50%);
    left: 2%;
    display: flex;
    flex-direction: column;
}

.wrapper-fixed-menu>span {
    padding: 10px 5px;
    position: relative;
    cursor: pointer;
}

.wrapper-fixed-menu>span:hover::after {
    content: "";
    width: 7px;
    background-size: contain !important;
    height: 7px;
    background-repeat: no-repeat !important;
    position: absolute;
    display: inline-block;
    animation: sheen 0.5s forwards;
    transform: scale(0);
    left: 20px;
    background: #BB9F9C;
    border-radius: 100%;
    top: 19px;
}

.wrapper-fixed-menu>span.active-index::after {
    content: "";
    width: 7px;
    background-size: contain !important;
    height: 7px;
    background-repeat: no-repeat !important;
    position: absolute;
    display: inline-block;
    animation: sheen 0.5s forwards;
    transform: scale(0);
    left: 20px;
    background: #BB9F9C;
    border-radius: 100%;
    top: 19px;
}

@keyframes sheen {
    100% {
        transform: scale(1);
    }
}

.inner-divided-line {
    width: 1px;
    background-color: #000000;
    z-index: 10;
    -webkit-transform: rotate(-30deg) translate3d(-50%, 0, 0);
    transform: rotate(0deg) translate3d(-50%, 0, 0);
    opacity: 1;
    height: 150px;
    margin: auto;
}

.inner-number-pagination {
    text-align: center;
    font-size: 50px;
    font-family: 'Cormorant-Light';
    margin-bottom: 35px;
}

h6 {
    font-style: inherit !important;
}

section#second-section {
    width: 85%;
    margin: auto;
    margin-bottom: 50px;
}

section#second-section .elementor-column.elementor-col-50:nth-child(1) {
    width: 70%;
}

section#second-section .elementor-column.elementor-col-50:nth-child(2) {
    width: 30%;
}

section#second-section .elementor-column.elementor-col-50:nth-child(1) h1 {
    position: relative;
    left: 60px;
}

.inner-divided-line.banner-line {
    position: relative;
    /*bottom: 70px;
    margin-bottom: -50px;*/
}

#second-section .vc_row.wpb_row.vc_inner.vc_row-fluid {
    margin-bottom: 50px;
}

.grid-container {
    max-width: 1350px !important;
}

#fifth-section .qodef-section-title {
    text-align: center;
    width: 75%;
    margin: auto;
    background: #EEEEEC;
    position: relative;
    z-index: -2;
    display: block;
    margin-bottom: 35px;
}

#fifth-section h1.qodef-m-title ,#fifth-section h2.qodef-m-title {
    background: url(https://www.eplayweb.com/lpz_2022/wp-content/uploads/2022/07/LeoPizzo-alta-gioielleria-italiana-camelia-texture.png);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    padding: 40px;
}

h1 {
    color: #BB9F9C !important;
    font-family: 'Cormorant-Light';
    font-size: 90px;
    line-height: 0.8;
}

h4 {
    color: #BB9F9C;
    font-size: 35px;
    font-family: 'Cormorant-Light';
}

#fifth-section p {
    width: 55%;
    margin: auto;
}

.inner-contact-email {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
    position: relative;
    border-bottom: 2px solid #BB9F9C;
}

.wpcf7-not-valid-tip {
    display: none;
}

.inner-contact-form input.wpcf7-not-valid::placeholder {
    color: #dc3232;
}

.wpcf7-response-output {
    text-align: center;
    margin: 20px auto !important;
    width: fit-content;
}

.inner-contact-form span.wpcf7-spinner {
    position: absolute;
    right: -40px;
    margin: unset !important;
}

.inner-contact-form input[type=email],
.inner-contact-form input[type="submit"] {
    background: transparent !important;
    border: unset;
    outline: unset;
    color: #2B2B27 !important;
}

.inner-contact-form input[type=email] {
    width: 480px;
    padding-left: unset;
    margin-bottom: unset;
}

.inner-contact-form input[type="submit"] {
    padding-right: unset;
}

a {
    text-decoration: unset !important;
}

.services-link,
.map-link {
    cursor: pointer;
}

nav#site-navigation .inner-custom-header {
    transition: 0.3s linear;
}

nav#site-navigation.fixed-header .inner-custom-header {
    box-shadow: 0px 0px 8px #ccc;
}

.inner-hour-boutique p {
    margin-bottom: unset;
}

.inner-hour-boutique {
    text-align: center;
    color: #7A7A7D;
}

.inner-hour-boutique p.no-visibility {
    opacity: 0;
    visibility: hidden;
}

#third-section h4.qodef-m-title {
    margin-bottom: 20px !important;
}

#third-section .vc_col-sm-4 .wpb_content_element {
    margin-bottom: 20px !important;
}

#third-section .wpb_text_column.wpb_content_element p {
    margin-bottom: 20px !important;
}

.inner-txt-different-font {
    display: flex;
    flex-direction: column;
    width: 320px;
}

.inner-txt-different-font span:nth-child(1) {
    margin-bottom: 20px;
    font-size: 21px !important;
    letter-spacing: 1.5px;
    line-height: 1;
}

.inner-txt-different-font span:nth-child(2) {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
}

.inner-txt-different-font span:nth-child(3) {
    font-size: 10px;
    letter-spacing: 0.8px;
    font-size: 16px;
}

div#global-background-banner {
    margin-bottom: 30px;
    margin-top: 60px;
    height: 550px !important;
    overflow: hidden;
}



.single-img-left .bg {
    transition-duration: 1s;
    transition-delay: 0.4s;
}

.single-img-center .bg {
    transition-duration: 1s;
    transition-delay: 0.8s;
}

.single-img-right .bg {
    transition-duration: 1s;
    transition-delay: 1.2s;
}

.footer-widget-2 p {
    font-size: 35px;
    font-family: 'Cormorant-Light';
    line-height: 0.8;
}

.language-switch {
    position: relative;
    padding-right: 10px;
    width: fit-content;
}

ul#qtranslate-chooser {
    position: absolute;
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    /*left: 50%;
    transform: translateX(-50%);*/
    list-style: none;
    opacity: 0;
    transition: 0.3s linear;
    padding-top: 10px;
    flex-direction: column;
    right: 0;
    top: 20px;
}

ul#qtranslate-chooser li {
    padding: 2px 6px;
}

ul#qtranslate-chooser li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 8px #ccc !important;
    background-color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
}

.language-switch:hover ul#qtranslate-chooser {
    opacity: 1;
}

.wpcf7 label {
    margin-bottom: unset;
}

.footer-widget-1 div#media_image-2 {
    max-width: 180px;
    margin: auto;
}

button[type=submit].qodef-layout--textual .qodef-m-text:before {
    content: unset !important;
}

.wrapper-logo-center {
    max-width: 150px;
    margin: auto;
}

#qodef-page-spinner {
    z-index: 9999999999;
}

#qodef-page-inner {
    padding: unset !important;
}

.wrapper-logo-center.invisible-logo {
    visibility: hidden;
}

::selection {
    background: #BB9F9C !important;
}


.first-img-camelia-rosa {
    position: absolute !important;
    right: -20px;
    top: -120px;
    max-width: 370px !important;
}

.second-img-camelia-rosa {
    position: absolute !important;
    right: -160px;
    top: -180px;
    max-width: 180px !important;
}

.first-img-camelia-stylized {
    position: absolute !important;
    left: -40px;
    top: 110px;
    max-width: 250px !important;
}

.first-img-camelia-diamanti {
    position: absolute !important;
    top: -230px;
    left: -30px;
    max-width: 280px !important;
}

.newsletter-section-our-world .first-img-camelia-diamanti {
    top: -100px;
}

.second-img-camelia-diamanti {
    position: absolute !important;
    top: -105px;
    left: 230px;
    max-width: 180px !important;
}

.second-img-camelia-stylized {
    position: absolute !important;
    left: -60px;
    top: 210px;
    max-width: 150px !important;
}

.inner-txt-customer-footer {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.wrapper-first-row p {
    margin-top: unset;
}

.footer-widget-3 p:nth-child(1) {
    margin-bottom: 20px;
}

.widget a {
    color: #000 !important;
    transition: 0.3s linear;
}

.widget a:hover {
    color: #E2D6D6 !important;
}

.inner-txt-customer-footer>span {
    cursor: pointer;
    width: fit-content;
    transition: 0.3s linear;
}

.inner-txt-customer-footer>span:hover {
    color: #E2D6D6 !important;
}

.class-customer-care strong,
.class-customer-care b {
    font-family: 'Alegreya-Bold' !important;
}

.header-clm-center a {
    display: contents;
}

.credit-txt p>span {
    padding: 0 5px;
}

p.open-store-milano,
p.open-store-venezia,
p.open-store-roma {
    cursor: pointer;
}

.qodef-our-world-txt p {
    font-family: 'CenturyGothic';
    font-size: 16px;
}

.button-boutique-address {
    margin: 20px 0;
    display: block;
    cursor: pointer;
    font-family: 'Alegreya-Regular' !important;
}

button.gm-control-active.gm-fullscreen-control,
.gm-svpc {
    display: none !important;
}

rs-fullwidth-wrap#rev_slider_1_2_forcefullwidth .class-Alegreya.fade-in {
    cursor: pointer;
}

.custom-fixed-menu {
    display: none !important;
}

body.home .custom-fixed-menu,
body.prova-homepage .custom-fixed-menu {
    display: block !important;
}

.wrapper-fixed-menu>span.white {
    color: #fff;
}

.et-icon-wrapper.header-icon svg g,
.et-icon-wrapper.social-icon svg g,
.et-icon-wrapper.header-icon svg {
    transition: 0.3s linear;
}

.et-icon-wrapper.header-icon:hover svg g,
.et-icon-wrapper.social-icon:hover svg g,
.et-icon-wrapper.header-icon:hover svg {
    fill: #E2D6D6 !important;
}

button.asl-search-clr.asl-clear-btn.eplay-button-refresh {
    border: unset;
    background: transparent;
    outline: unset;
}

.inner-geo-button-desktop {
    display: flex;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    margin: unset !important;
}







/******************** SCROLL TOP BUTTON ********************/

div#scroll-top-eplay-button {
    z-index: 999;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 150px;
    right: 30px;
    background-color: #fff;
    box-shadow: 0px 6px 13px #00000021;
    border: 1px solid #B8B8BA;
    border-radius: 100%;
    cursor: pointer;
    width: 46px;
    height: 46px;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
}

div#scroll-top-eplay-button:hover {
    background-color: #E2D6D6;
    border: 1px solid #E2D6D6;
}

div#scroll-top-eplay-button.show {
    transform: translateY(-500%);
}

.et-icon-wrapper.img-scroll-top {
    width: 20px;
    height: 20px;
}

.et-icon-wrapper.img-scroll-top svg {
    width: 20px;
    height: 20px;
    fill: #B8B8BA;
    transition: all 0.3s ease-in;
}

div#scroll-top-eplay-button:hover .et-icon-wrapper.img-scroll-top svg {
    fill: #fff;
}

/******************** SCROLL TOP BUTTON ********************/






/******************** WHATSAPP BUTTON ********************/

.wcb-wrapper {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    right: 30px;
}

.wcb-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wcb-icon {
    width: max-content;
    height: 50px;
    min-height: 48px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: initial;
    overflow: hidden;
    cursor: pointer;
}

.wcb-icon i {
    font-size: 18px;
    color: white;
    text-align: center;
}

.wcb-expander {
    position: absolute;
    width: 370px;
    bottom: 35px;
    background: #ffffff;
    right: 75px !important;
    border: 1px solid #404040;
    z-index: 999999;
}

.wcb-expander-title {
    font-size: 18px;
    text-align: center;
    padding: 20px 0;
    background: #404040;
    color: white;
    text-transform: uppercase;
}

.wcb-voice-inner {
    width: 100%;
    color: #4c3e3e;
    font-weight: 400;
}

a.wcb-voice {
    width: 100%;
    text-align: left;
    padding: 20px;
    font-size: 13px;
    background: #f5f5f5;
    margin: 10px;
    text-transform: uppercase;
    font-family: 'Josefin Sans';
    font-weight: 400 !important;
}

.wcb-expander-voices {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 9999;
    max-height: 350px;
    overflow-y: auto;
}

a.wcb-voice:hover {
    outline: 1px solid #404040;
}

span.wcb-voice-icon {
    margin-right: 20px;
    margin-left: 20px;
}

.wcb-button {
    position: relative;
    z-index: 99999999;
    padding: 12px 15px;
    background: #BB9F9C;
    border-radius: 23px;
    line-height: 1;
    transition: 0.3s linear;
    color: #fff !important;
    display: block;
    font-size: 15px;
    cursor: pointer;
}

.wcb-button:hover {
    background: #E2D6D6;
}

.wcb-wrapper a {
    color: #fff !important;
    display: block;
    font-size: 15px;
}

.wcb-animated {
    transition: all .3s ease-in;
}

a.wcb-voice .wcb-voice-icon i {
    transition: all .3s ease-in;
}

a.wcb-voice:hover .wcb-voice-icon i {
    color: #404040;
    transform: scale(1.3);
    transition: all .3s ease-in;
}


a.wcb-voice:hover .wcb-voice-inner {
    color: #404040;
}

.wcb-expander-closure {
    position: absolute;
    font-size: 23px;
    top: -19px;
    right: -20px;
    background: #404040;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wcb-expander-closure i {
    color: white;
}

.wcb-hidden {
    display: none;
}

.wcb-expander {
    display: none;
}

.wcb-close {
    transform: translateY(100%);
}

.eplay-text-whatsapp {
    padding-left: 15px;
    color: #fff;
}

@media screen and (max-width:491px) {
    .wcb-wrapper {
        transform: translateX(0);
        bottom: 10px;
        width: auto;
    }

    .wcb-inner {
        justify-content: center;
    }

    .wcb-expander {
        left: 50%;
        transform: translateX(-50%);
        bottom: 50px;
    }
}

/******************** FINE WHATSAPP BUTTON ********************/






/******************** POPUP INFO ********************/

.overlay-popup-theme-request-info {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #0000003b;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    top: 0;
}

.theme-request-info-wrapper.open,
.overlay-popup-theme-request-info.open {
    opacity: 1;
    visibility: visible;
}

.theme-request-info-wrapper {
    position: fixed;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.theme-request-info-wrapper .desktop-theme-info-screen {
    transition: all .4s ease;
}

.theme-request-info-wrapper .desktop-theme-info-screen {
    z-index: -1;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.theme-request-info-wrapper.open {
    position: fixed;
    z-index: 99999;
}

.theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-background {
    position: fixed;
    height: 100%;
    width: 100%;
}

.theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup {
    position: relative;
    width: 680px;
    height: 425px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -100px;
    opacity: 0;
    transition: all .4s ease;
}

.theme-request-info-wrapper.open .desktop-theme-info-screen .desktop-theme-info-popup {
    margin-bottom: 0;
    opacity: 1;
}

.desktop-theme-info-popup {
    flex-direction: column;
}

.theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup .desktop-theme-info-close-button {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    border: unset;
    background: transparent;
}

.inner-title-share span {
    font-size: 30px;
    color: #BB9F9C;
    letter-spacing: 1px;
}

.inner-subtitle-share {
    padding: 15px 0;
    color: #988d8f;
}

.theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup .social-share-items-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup .social-share-items-container .social-share-items-list {
    display: flex;
    justify-content: space-between;
    width: 200px;
    margin: unset;
}

.et-icon-wrapper.img-share {
    display: flex;
}

.info-button svg {
    width: 21px;
    height: 21px;
    transition: 0.3s linear;
}

.info-button {
    background-color: transparent;
    transition: 0.5s;
    border-radius: 100%;
    padding: 10px;
    border: 1px solid #BB9F9C;
}

.info-button:hover {
    background-color: #E2D6D6;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 1px solid #E2D6D6;
}

.inner-txt-popup-info {
    text-align: center;
    padding: 20px 0;
    font-family: 'CenturyGothic';
    font-size: 16px;
}

.inner-txt-popup-info>p {
    margin: unset;
}

.inner-title-share {
    line-height: 1;
}

.inner-txt-popup-info p:nth-child(2),
.inner-txt-popup-info p:nth-child(4) {
    padding-bottom: 15px;
}

/******************** FINE POPUP INFO ********************/






/******************** POPUP NEWSLETTER ********************/

.overlay-popup-theme-newsletter {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #0000003b;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    top: 0;
}

.theme-newsletter-wrapper.open,
.overlay-popup-theme-newsletter.open {
    opacity: 1;
    visibility: visible;
}

.theme-newsletter-wrapper {
    position: fixed;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.theme-newsletter-wrapper .desktop-theme-newsletter-screen {
    transition: all .4s ease;
}

.theme-newsletter-wrapper .desktop-theme-newsletter-screen {
    z-index: -1;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.theme-newsletter-wrapper.open {
    position: fixed;
    z-index: 99999;
}

.theme-newsletter-wrapper .desktop-theme-newsletter-screen .desktop-theme-newsletter-background {
    position: fixed;
    height: 100%;
    width: 100%;
}

.theme-newsletter-wrapper .desktop-theme-newsletter-screen .desktop-theme-newsletter-popup {
    position: relative;
    width: 680px;
    height: 425px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -100px;
    opacity: 0;
    transition: all .4s ease;
}

.theme-newsletter-wrapper.open .desktop-theme-newsletter-screen .desktop-theme-newsletter-popup {
    margin-bottom: 0;
    opacity: 1;
}

.desktop-theme-newsletter-popup {
    flex-direction: column;
}

.theme-newsletter-wrapper .desktop-theme-newsletter-screen .desktop-theme-newsletter-popup .desktop-theme-newsletter-close-button {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    border: unset;
    background: transparent;
}

.inner-title-newsletter span {
    font-size: 30px;
    color: #BB9F9C;
    letter-spacing: 1px;
}

.inner-subtitle-newsletter {
    padding: 15px 0;
    color: #988d8f;
    font-family: 'CenturyGothic';
    font-size: 16px;
}

.newsletter-button svg {
    width: 21px;
    height: 21px;
    transition: 0.3s linear;
}

.newsletter-button {
    background-color: transparent;
    transition: 0.5s;
    border-radius: 100%;
    padding: 10px;
    border: 1px solid #BB9F9C;
}

.newsletter-button:hover {
    background-color: #E2D6D6;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 1px solid #E2D6D6;
}

.inner-txt-popup-newsletter {
    text-align: center;
    padding: 20px 0;
}

.inner-txt-popup-newsletter>p {
    margin: unset;
}

.inner-title-newsletter {
    line-height: 1;
}

.inner-txt-popup-newsletter p:nth-child(2),
.inner-txt-popup-newsletter p:nth-child(4) {
    padding-bottom: 15px;
}

/******************** FINE POPUP NEWSLETTER ********************/







/******************** ANIMAZIONI ********************/

/*All Animations*/
.zoom-in {
    -webkit-transform: scale(0);
    transform: scale(0);

    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.zoom-out {
    opacity: 0;
    visibility: hidden;

    -webkit-transform: scale(1.8);
    transform: scale(1.8);

    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.fade-in {
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.fade-in-right {
    opacity: 0;
    visibility: hidden;

    -webkit-transform: translateX(50px);
    transform: translateX(50px);

    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.fade-in-left {
    opacity: 0;
    visibility: hidden;

    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);

    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.fade-in-up {
    opacity: 0;
    visibility: hidden;

    -webkit-transform: translateY(50px);
    transform: translateY(50px);

    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.fade-in-down {
    opacity: 0;
    visibility: hidden;

    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);

    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.rotate {
    opacity: 0;
    visibility: hidden;

    -webkit-transform: translateY(360px);
    transform: translateY(360px);

    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.rotate-zoom-in {
    opacity: 0;
    visibility: hidden;

    -webkit-transform: rotate(720) scale(0);
    transform: rotate(720) scale(0);

    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.rotate-zoom-out {
    opacity: 0;
    visibility: hidden;

    -webkit-transform: rotate(720) scale(2);
    transform: rotate(720) scale(2);

    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.flip-up {
    opacity: 0;
    visibility: hidden;

    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);

    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.flip-in-right {
    opacity: 0;
    visibility: hidden;

    -webkit-transform: rotateX(0deg) translateX(300px);
    transform: rotateX(0deg) translateX(300px);

    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.flip-in-left {
    opacity: 0;
    visibility: hidden;

    -webkit-transform: rotateX(0deg) translateX(-300px);
    transform: rotateX(0deg) translateX(-300px);

    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.flip-down-right {
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

    -webkit-animation: down-right 1.3s;
    animation: down-right 1.3s;
}

.reset-down-right {
    -webkit-animation: reset-down-right 1.3s;
    animation: reset-down-right 1.3s;
}

@-webkit-keyframes down-right {
    0% {
        -webkit-transform: rotate(45deg) rotateX(90deg);
        transform: rotate(45deg) rotateX(90deg);
    }

    50% {
        -webkit-transform: rotate(45deg) rotateX(0deg);
        transform: rotate(45deg) rotateX(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg) rotateX(0deg);
        transform: rotate(0deg) rotateX(0deg);
    }
}

@keyframes down-right {
    0% {
        -webkit-transform: rotate(45deg) rotateX(90deg);
        transform: rotate(45deg) rotateX(90deg);
    }

    50% {
        -webkit-transform: rotate(45deg) rotateX(0deg);
        transform: rotate(45deg) rotateX(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg) rotateX(0deg);
        transform: rotate(0deg) rotateX(0deg);
    }
}

@-webkit-keyframes reset-down-right {
    0% {
        -webkit-transform: rotate(0deg) rotateX(0deg);
        transform: rotate(0deg) rotateX(0deg);
    }

    50% {
        -webkit-transform: rotate(45deg) rotateX(0deg);
        transform: rotate(45deg) rotateX(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg) rotateX(90deg);
        transform: rotate(45deg) rotateX(90deg);
    }
}

@keyframes reset-down-right {
    0% {
        -webkit-transform: rotate(0deg) rotateX(0deg);
        transform: rotate(0deg) rotateX(0deg);
    }

    50% {
        -webkit-transform: rotate(45deg) rotateX(0deg);
        transform: rotate(45deg) rotateX(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg) rotateX(90deg);
        transform: rotate(45deg) rotateX(90deg);
    }
}

.flip-down-left {
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

    -webkit-animation: down-left 1.3s;
    animation: down-left 1.3s;
}

.reset-down-left {
    -webkit-animation: reset-down-left 1.3s;
    animation: reset-down-left 1.3s;
}

@-webkit-keyframes down-left {
    0% {
        -webkit-transform: rotate(-45deg) rotateX(90deg);
        transform: rotate(-45deg) rotateX(90deg);
    }

    50% {
        -webkit-transform: rotate(-45deg) rotateX(0deg);
        transform: rotate(-45deg) rotateX(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg) rotateX(0deg);
        transform: rotate(0deg) rotateX(0deg);
    }
}

@keyframes down-left {
    0% {
        -webkit-transform: rotate(-45deg) rotateX(90deg);
        transform: rotate(-45deg) rotateX(90deg);
    }

    50% {
        -webkit-transform: rotate(-45deg) rotateX(0deg);
        transform: rotate(-45deg) rotateX(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg) rotateX(0deg);
        transform: rotate(0deg) rotateX(0deg);
    }
}

@-webkit-keyframes reset-down-left {
    0% {
        -webkit-transform: rotate(0deg) rotateX(0deg);
        transform: rotate(0deg) rotateX(0deg);
    }

    50% {
        -webkit-transform: rotate(-45deg) rotateX(0deg);
        transform: rotate(-45deg) rotateX(0deg);
    }

    100% {
        -webkit-transform: rotate(-45deg) rotateX(90deg);
        transform: rotate(-45deg) rotateX(90deg);
    }
}

@keyframes reset-down-left {
    0% {
        -webkit-transform: rotate(0deg) rotateX(0deg);
        transform: rotate(0deg) rotateX(0deg);
    }

    50% {
        -webkit-transform: rotate(-45deg) rotateX(0deg);
        transform: rotate(-45deg) rotateX(0deg);
    }

    100% {
        -webkit-transform: rotate(-45deg) rotateX(90deg);
        transform: rotate(-45deg) rotateX(90deg);
    }
}

.drop-bounce {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes drop {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes drop {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes bounce {

    0%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    0%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@-webkit-keyframes goTop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}

@keyframes goTop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}




.m-first.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 1s;
}

.m-second.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 1.2s;
}

.m-third.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 1.4s;
}

.m-fourth.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 1.6s;
}

.m-fifth.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 1.8s;
}

.m-sixth.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 2s;
}

.m-seventh.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 2.2s;
}




/********************************** FINE ANIMAZIONI *************************************/



/********************* STORE LOCATOR *********************/

body .asl-cont .asl-cluster-1,
body .asl-p-cont .asl-cluster-1 {
    --cluster-color: #BB9F9C;
}

body .asl-cont .asl-cluster-2,
body .asl-p-cont .asl-cluster-2 {
    --cluster-color: #BB9F9C;
}

body .asl-cont .asl-cluster-3,
body .asl-p-cont .asl-cluster-3 {
    --cluster-color: #BB9F9C;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section {
    background: transparent;
}

div#asl-storelocator {
    padding-top: 90px;
}

.top-title.Num_of_store {
    display: none !important;
}

#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item,
#asl-storelocator.asl-cont .sl-main-cont .asl-panel {
    border: unset !important;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box {
    direction: rtl;
}

div#asl-list {
    direction: ltr;
}

body #asl-storelocator.asl-cont *::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000 !important;
}

body #asl-storelocator.asl-cont *::-webkit-scrollbar-track {
    border-radius: 50px;
    background-color: #0000003b !important;
}

#asl-storelocator.asl-cont *::-webkit-scrollbar {
    width: 3px !important;
}

#asl-storelocator .sl-main-cont-box:hover::-webkit-scrollbar {
    width: 4px !important;
}

.et-icon-wrapper.img-store-locator,
.et-icon-wrapper.img-store-locator svg {
    width: 30px;
    height: 30px;
}

.asl-cont .icon-direction-outline:before {
    content: unset !important;
}

.pol-lg-8.pol-md-7.pol-sm-12 {
    width: 80%;
    max-width: 80%;
    flex: 80%;
    margin: auto;
}

.inner-store-title-eplay {
    display: flex;
    align-items: center;
    justify-content: center;
}

#asl-storelocator.asl-cont * {
    font-family: 'Alegreya-Regular' !important;
    font-weight: 400 !important;
}

span.title-store-locator {
    font-size: 30px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-right: 50px;
}

.inner-geolocation span {
    color: #747474;
    font-size: 20px !important;
    margin-left: 20px;
}

.inner-geolocation button {
    border-radius: 100%;
    border: unset;
    background: transparent;
}

.inner-geolocation {
    margin-right: 130px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.map-image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=31, Direction=0, Color=#575757)";
    -moz-box-shadow: 0 0 31px 8px rgba(87, 87, 87, 0.3);
    -webkit-box-shadow: 0 0 31px 8px rgb(87 87 87 / 30%);
    box-shadow: 0 0 31px 8px rgb(87 87 87 / 30%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=31, Direction=135, Color=#575757);
}

h3.title-single-store {
    color: #BB9F9C !important;
    font-size: 25px !important;
    letter-spacing: 1.5px;
}

#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item ul li a {
    transition: 0.3s linear;
}

#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item ul li a:hover {
    color: #BB9F9C !important;
}

#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item ul li {
    margin-bottom: unset !important;
}

#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item ul li span,
#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item ul li a {
    font-size: 16px !important;
}

li.sl-addr {
    text-transform: uppercase;
}

.sl-row.align-items-center.no-gutters.pl-1 {
    margin: unset !important;
    padding: unset !important;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li span,
#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li a {
    color: #000 !important;
}

body #asl-storelocator.asl-cont .sl-main-cont .btn.btn-asl {
    padding: unset !important;
    background: transparent !important;
    color: #000 !important;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s linear;
}

body #asl-storelocator.asl-cont .sl-main-cont .btn.btn-asl:hover {
    color: #BB9F9C !important;
}

body #asl-storelocator.asl-cont .sl-main-cont .btn.btn-asl::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--qode-main-color);
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

input[type=radio]:checked:after {
    opacity: 0 !important;
}

div#asl-map-canv {
    max-height: 500px;
}

div#asl-storelocator .sl-row.inner-map-container {
    height: 600px !important;
}

div#asl-storelocator .asl-panel-inner {
    height: 600px !important;
}

.gm-style-cc {
    display: none !important;
}

.inner-geolocation-mobile {
    display: none;
}

.inner-geolocation-mobile {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 8px #ccc;
    padding: 11px 10px;
    transform: translateY(150%);
    transition: 0.3s linear;
}

.inner-button-geolocation-mobile button {
    border-radius: 100%;
    border: unset;
    background: transparent;
}

.inner-button-geolocation-mobile span {
    padding-left: 15px;
}

#asl-storelocator.asl-cont .directions-cont .agile-modal-header {
    padding-left: unset !important;
}



/*.pol-lg-4.pol-md-5.pol-sm-12.search_filter {
    display: none;
}*/

.pol-lg-8.pol-md-7.pol-sm-12.search_filter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: unset !important;
}

.inner-custom-search-location {
    width: 50%;
    padding: 0 15px;
}

.search_filter.asl-name-search {
    width: 50%;
    margin: unset !important;
    padding: 0 15px;
}

.search_filter .asl-filter-cntrl.mb-lg-2 {
    margin: unset !important;
}

.asl-cont .icon-search:before {
    content: '\e812';
}

.asl-cont [class^="icon-"]:before,
.asl-cont [class*=" icon-"]:before {
    font-family: "asl-icons" !important;
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    font-weight: 0.8rem;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgb(127 127 127 / 30%); */
}

span.asl-reset-map {
    display: block !important;
}

.wpb_text_column.wpb_content_element.block-asl-maps {
    margin-bottom: 210px;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item.highlighted,
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox #style_0 .infowindowContent .asl-buttons a,
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .map-image .agile-modal .agile-modal-content .sl-form-group .checkbox-inline input[type="radio"]:checked:before,
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section .search_filter .sl-search-group .span-geo,
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .map-image .agile-modal .agile-modal-content .sl-form-group .btn-submit {
    background-color: #bb9f9c !important;
    background: #bb9f9c !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox .infoWindow .infowindowContent .info-addr .info-addr-inner a,
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox .infoWindow .infowindowContent .info-addr .info-addr-inner i,
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox #style_0 h3,
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section .search_filter p,
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .map-image #agile-modal-direction h4,
#asl-storelocator.asl-cont .agile-modal .sl-form-group .checkbox-inline input[type="radio"]:checked {
    color: #bb9f9c !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section {
    background-color: transparent !important;
}

#asl-storelocator.asl-cont {
    padding-bottom: 200px !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item.highlighted {
    background-color: #f8f1f1 !important;
}

/********************* FINE STORE LOCATOR *********************/






/********************* MAILCHIMP *********************/

form#test-1,
form#prova-mailchimp-1,
form#mailchimp-it-1,
form#mailchimp-en-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
    position: relative;
    border-bottom: 2px solid #BB9F9C;
}

section#yikes-mailchimp-container-1,
section#yikes-mailchimp-container-2,
section#yikes-mailchimp-container-3 {
    display: flex;
    flex-direction: column-reverse;
}

p.yikes-easy-mc-success-message,
.yikes-easy-mc-error-message {
    text-align: center !important;
    background: transparent !important;
}

.yikes-easy-mc-form label.label-inline {
    width: 480px !important;
    margin: unset !important;
}

input#yikes-easy-mc-form-1-EMAIL,
input#yikes-easy-mc-form-2-EMAIL,
input#yikes-easy-mc-form-3-EMAIL {
    margin: unset;
    padding: unset;
    background: transparent;
    border: unset;
    color: #000;
    outline: unset;
    font-family: 'CenturyGothic';
    font-size: 16px;
}

button.yikes-easy-mc-submit-button {
    background: transparent;
    color: #000;
    padding: unset !important;
    margin: unset !important;
    min-height: auto !important;
}

button[type=submit]:hover {
    background: transparent;
    color: #BB9F9C;
}

label.empty-form-inline-label.submit-button-inline-label {
    width: auto;
    margin: unset;
    min-width: auto;
}

button.yikes-easy-mc-submit-button:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--qode-main-color);
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

/********************* FINE MAILCHIMP *********************/



.wrapper-custom-top-header {
    text-align: center;
    padding: 5px 0;
    background: #BB9F9C;
    transition: 0.3s linear;
    position: relative;
    transition: 0.3s linear;
    visibility: visible;
    opacity: 1;
}

.close-top-header {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    cursor: pointer;
    visibility: visible;
    transition: 0.3s linear;
    opacity: 1;
}

.close-top-header span {
    color: #fff;
}

.inner-title-cth span {
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    font-family: 'CenturyGothic';
}

.main-navigation.fixed-header .wrapper-custom-top-header,
.remove-top-bar .wrapper-custom-top-header {
    /*padding: 6px 0;*/
    padding: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.main-navigation.fixed-header .close-top-header,
.remove-top-bar .close-top-header {
    visibility: hidden;
    opacity: 0;
}

/*body.logged-in.admin-bar li#wp-admin-bar-customize, body.logged-in.admin-bar li#wp-admin-bar-edit, body.logged-in.admin-bar li#wp-admin-bar-everfondly-core-menu-admin-bar-options, body.logged-in.admin-bar li#wp-admin-bar-vc_inline-admin-bar-link, body.logged-in.admin-bar li#wp-admin-bar-revslider{
    display: none !important;
}*/

body.logged-in.admin-bar li#wp-admin-bar-everfondly-core-menu-admin-bar-options,
body.logged-in.admin-bar li#wp-admin-bar-elementor_site_settings,
body.logged-in.admin-bar li#wp-admin-bar-elementor_app_site_editor {
    display: none !important;
}

section#second-section .elementor-column.elementor-col-50:nth-child(1) .elementor-widget:not(:last-child) {
    margin: unset;
}

.custom-button-align-center {
    text-align: center;
}

.img-earrings-leo-pizzo {
    position: absolute;
    top: -520px;
}

.img-custom-ring-leo-pizzo {
    /*margin-bottom: -290px;*/
    z-index: 9;
}

.img-custom-ring-leo-pizzo img {
    max-width: 500px;
}













/* FINE PAGE SAVOIR FAIRE NEW */

.final-custom-clm-savoir-faire {
    padding: 120px;
}

.qodef-button.qodef-html--link {
    font-family: 'Alegreya-Medium' !important;
}

.img-savoir-faire {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 530px;
    width: 410px;
    transition: 0.3s linear;
    position: relative;
}

.custom-horizontal-item .img-savoir-faire::before {
    content: "";
    transition: 0.3s linear;
    position: absolute;
    width: 100%;
    height: 100%;
}

.custom-horizontal-item:hover .img-savoir-faire::before {
    content: "";
    backdrop-filter: blur(6px);
    transition: 0.3s linear;
}

.custom-horizontal-item {
    position: relative;
}

.inner-eplay-horizontal-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: transparent;
    padding: 40px 20px;
    width: 80%;
    opacity: 0;
    transition: 0.3s linear;
}

.initial-slide-savoir-faire-new p.qodef-m-description {
    font-family: 'Century Gothic' !important;
    font-size: 16px !important;
}

.inner-eplay-horizontal-popup .description {
    font-family: 'Century Gothic' !important;
    font-size: 16px !important;
}

.inner-eplay-horizontal-popup h5 {
    margin-top: unset;
}

.custom-horizontal-item:hover .inner-eplay-horizontal-popup {
    opacity: 1;
    background: #fff;
}

.savoir-faire-page-new div#qodef-page-outer {
    margin-top: 0px !important;
}

.savoir-faire-page-new .inner-custom-header,
.savoir-faire-page-new .wrapper-custom-header {
    background: transparent;
}

.savoir-faire-page-new {
    background-color: transparent !important;
}

.admin-bar.savoir-faire-page-new .qodef-horizontal-showcase {
    height: calc(100vh - 32px) !important;
}

.savoir-faire-page-new .qodef-horizontal-showcase {
    height: calc(100vh - 60px) !important;
}

.savoir-faire-page-new .wcb-wrapper,
.savoir-faire-page-new .store-locator-btn-wrapper {
    bottom: 10px;
}

.savoir-faire-page-new footer#colophon {
    display: none !important;
}

.inner-button-scroll-to-begin-savoir-faire {
    margin-right: 80px;
}

.initial-slide-savoir-faire-new {
    margin: 0px 110px 0px 50px;
}

.wrapper-btn-scroll-begin-savoir-faire span {
    text-transform: uppercase;
    position: relative;
    writing-mode: tb-rl;
    cursor: pointer;
}

.inner-button-scroll-to-begin-savoir-faire span:after {
    content: url(https://www.leopizzo.com/wp-content/uploads/2022/12/arrow-2.png);
    position: absolute;
    top: 40%;
    right: -30px;
    padding-left: 20px;
    animation: slide1 2.5s ease-in-out infinite;
}

.last-slide-savoir-faire-new {
    margin-left: 150px;
    padding-right: 200px;
}

.last-slide-savoir-faire-new h4 {
    text-transform: inherit;
    font-weight: 600;
    color: #000000;
    letter-spacing: 2px;
    line-height: 38px;
    width: 500px;
}

.last-slide-savoir-faire-new p.qodef-m-description {
    width: 55%;
}

.last-slide-savoir-faire-new .qodef-m-button span {
    text-transform: uppercase;
}

.qodef-horizontal-showcase .qodef-scroll-back span.qodef-m-text:after {
    content: url(https://www.leopizzo.com/wp-content/uploads/2022/12/left-arrow.png);
    position: absolute;
    top: 40%;
    padding-right: 20px;
    animation: slide1 2.5s ease-in-out infinite;
    left: -30px;
    right: unset;
}

#eplay-new-savoir-faire .elementor-widget-wrap {
    padding: unset !important;
}

.qodef-button.qodef-layout--textual .qodef-m-text:before {
    content: unset !important;
}

.button-custom-savoir-faire {
    font-family: 'Alegreya-Medium' !important;
}

.button-custom-savoir-faire .qodef-m-text:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--qode-main-color);
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.initial-slide-savoir-faire-new .button-custom-savoir-faire .qodef-m-text {
    line-height: 1.4;
    position: relative;
    display: inline-block;
    color: #000 !important;
    font-size: 17px;
    cursor: pointer;
    transition: 0.3s linear;
}

.initial-slide-savoir-faire-new .button-custom-savoir-faire .qodef-m-text:hover {
    color: #E2D6D6 !important;
}

.initial-slide-savoir-faire-new .button-custom-savoir-faire:hover .qodef-m-text:after {
    animation: pulse-animation 2.5s linear 0s infinite normal none;
}

.savoir-faire-page-new .scrollbar-thumb.scrollbar-thumb-x::after {
    display: inline-flex;
    content: '';
    background-image: url(https://www.leopizzo.com/wp-content/uploads/2023/01/diamond-alx.png);
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    margin-left: 10px;
    transition: 0.8s;
    position: absolute;
    right: -35px;
    top: -10px;
    background-repeat: no-repeat;
}

.savoir-faire-page-new .qodef-horizontal-showcase .qodef-slides-holder .scrollbar-track.scrollbar-track-x {
    background: transparent !important;
}

.savoir-faire-page-new .qodef-horizontal-showcase .qodef-slides-holder .scrollbar-track .scrollbar-thumb {
    background: #BB9F9C !important;
}

.scrollbar-track .scrollbar-thumb,
.scrollbar-track-x {
    height: 11px;
}

.savoir-faire-page-new .qodef-horizontal-showcase .qodef-slides-holder .scrollbar-track.scrollbar-track-x {
    height: 30px;
}

.savoir-faire-page-new .qodef-horizontal-showcase .qodef-slides-holder .scrollbar-track .scrollbar-thumb {
    top: 40%;
    height: 3px;
    width: 40px;
}


/* FINE PAGE SAVOIR FAIRE NEW */








/* PAGINA WHAT'S NEW */

.whats-new-page div#qodef-page-outer {
    margin-top: 0px !important;
}

.whats-new-page .inner-custom-header,
.whats-new-page .wrapper-custom-header {
    background: transparent;
}

.whats-new-page {
    background-color: transparent !important;
}

.admin-bar .qodef-horizontal-showcase {
    height: calc(100vh - 32px) !important;
}

.qodef-horizontal-showcase {
    height: calc(100vh - 0px) !important;
}

.whats-new-page footer#colophon {
    display: none !important;
}

.qodef-horizontal-showcase .qodef-horizontal-slide {
    padding: 60px 200px 0 76px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.qodef-horizontal-slide .qodef-slide-content-inner {
    width: 340px;
}

.textarea-custom {
    margin-top: 55px;
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-button.qodef-layout--textual {
    color: #000;
}

.custom-scroll-button div#begin-scroll-whats-new {
    writing-mode: tb-rl;
    cursor: pointer;
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-scroll-button div#begin-scroll-whats-new:after {
    content: url(https://www.leopizzo.com/wp-content/uploads/2022/12/arrow-2.png);
    position: absolute;
    top: 40%;
    right: -35px;
    padding-left: 20px;
    animation: slide1 2.5s ease-in-out infinite;
}

@keyframes slide1 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 0);
    }
}

.qodef-custom-horizontal-slider .qodef-scroll-back span.qodef-m-text:after {
    content: url(https://www.leopizzo.com/wp-content/uploads/2022/12/left-arrow.png);
    position: absolute;
    top: 40%;
    padding-right: 20px;
    animation: slide1 2.5s ease-in-out infinite;
    left: -30px;
    right: unset;
}

.qodef-slide-content.whats-new-custom-slide,
.textarea-custom-whats-new,
.qodef-whats-new-txt {
    height: inherit;
}

.qodef-slide-content-inner.whats-new-custom-slide-inner {
    width: 100%;
    height: 100%;
}

#eapps-instagram-feed-1 {
    width: 100%;
    height: inherit;
}

.eapps-instagram-feed-posts-slider-inner.eapps-instagram-feed-posts-inner.eui-slider-inner {
    width: 1644px !important;
}

.qodef-horizontal-showcase .qodef-scroll-back .qodef-label {
    writing-mode: tb-rl;
    font-family: 'Alegreya-Regular';
    color: #000000 !important;
}

.inner-title-instagram-lpz h1 {
    margin: unset;
    margin-top: 10px;
}

.inner-txt-instagram-lpz {
    position: relative;
    left: 50px;
    top: 30px;
}

.qodef-whats-new-txt #eapps-instagram-feed-1 {
    display: flex;
    align-items: center;
}

.qodef-horizontal-showcase .qodef-scroll-back {
    width: 90px;
}

.qodef-horizontal-showcase .qodef-scroll-back a {
    text-transform: uppercase;
}

.qodef-horizontal-showcase .qodef-scroll-back .qodef-label {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-hover-animation .qodef-slide-image:hover .qodef-img-holder .img-whats-new {
    transform: scale(1.01);
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-hover-animation .qodef-slide-image .qodef-img-holder .img-whats-new {
    transform: scale(1.04);
    transform-origin: 80% 60%;
    transition: transform .7s ease-out;
}

.qodef-horizontal-slide .qodef-slide-content {
    overflow: inherit !important;
}

.first-jewel-img-whats-new {
    position: absolute;
    right: -80px;
    max-width: 170px;
    bottom: -130px;
}

.second-jewel-img-whats-new {
    position: absolute;
    right: -80px;
    max-width: 290px;
    bottom: -50px;
}

.third-jewel-img-whats-new {
    position: absolute;
    right: -50px;
    max-width: 400px;
    bottom: -20px;
}

.fourth-jewel-img-whats-new {
    position: absolute;
    right: 30px;
    max-width: 390px;
    bottom: -90px;
}

.fifth-jewel-img-whats-new {
    position: absolute;
    right: -10px;
    max-width: 170px;
    bottom: -130px;
}

.sixth-jewel-img-whats-new {
    position: absolute;
    right: -90px;
    max-width: 430px;
    bottom: -20px;
}

.inner-img-instagram-block {
    position: absolute;
    max-width: 230px;
    bottom: -65px;
    right: 280px;
}

/* FINE PAGINA WHAT'S NEW */





/* PAGINA OUR WORLD */



.qodef-parallax-showcase h1.qodef-e-title,
.qodef-parallax-showcase h2.qodef-e-title {
    font-size: 110px;
    top: -160px !important;
    left: 50% !important;
    right: unset !important;
    transform: translateX(-50%) !important;
    z-index: -1;
}

.qodef-parallax-showcase .qodef-m-items:nth-child(2n+2) {
    margin-top: unset !important;
}

.qodef-parallax-showcase .qodef-m-items:nth-child(2n+1) .qodef-e-title {
    left: 100%;
    transform: translateX(-50%);
    top: 150px;
}

.qodef-parallax-showcase .qodef-m-item {
    transform: unset !important;
}

.qodef-m-items-group {
    margin: 70px 0;
}

.textarea-custom-our-world {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: auto;
    text-align: center;
    left: initial;
    right: 100%;
    transform: translateX(50%);
    top: 47%;
    z-index: 99;
}

.inner-our-word-block span.qodef-e-separator.qodef--has-custom-appear.qodef--appeared {
    display: none;
}

/*.inner-our-word-block div.qodef-m-items-group:nth-last-child(-n+2) {
    display: none;
}*/

p.address-render-info:nth-child(2) {
    margin-top: -10px;
}

.inner-hour-boutique p:nth-of-type(2),
.inner-hour-boutique p:nth-of-type(4) {
    margin-top: -4px;
}

.qodef-dual-image-with-text .qodef-m-text-holder .qodef-m-text-content {
    font-size: 18px;
    line-height: 23.4px;
    color: #000;
    max-width: 90%;
    margin: auto;
}

/* FINE PAGINA OUR WORLD */



/* FOOTER SHOP */

.wrapper-custom-footer-top {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 70px;
}

.column-btn-footer {
    width: 50%;
    padding: 0 80px;
    margin: unset;
}

.double-btn-custom-footer {
    display: flex;
}

.double-btn-custom-footer .column-btn-footer:nth-child(1) {
    text-align: end;
}

.double-btn-custom-footer .column-btn-footer:nth-child(2) {
    text-align: start;
}

.second-row-custom-footer {
    margin-top: 270px;
    position: relative;
}

.btn-custom-footer {
    margin-bottom: 30px;
    margin-top: 70px;
}

.second-row-custom-footer .first-img-camelia-diamanti {
    position: absolute !important;
    top: -200px;
    left: 120px;
    max-width: 390px !important;
}


/* FINE FOOTER SHOP */







.nav-icon span:nth-child(1) {
    top: 0px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 8.5px;
}

.nav-icon span:nth-child(4) {
    top: 17px;
}

.nav-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 15px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #7E7E81;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.header-clm-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.button_container {
    position: relative;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    margin-left: 30px;
}

.button_container:hover {
    opacity: 0.7;
}

.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #E2D6D6;
}

.button_container.active .middle {
    opacity: 0;
    background: #E2D6D6;
}

.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #E2D6D6;
}

.button_container:hover .top,
.button_container:hover .middle,
.button_container:hover .bottom {
    background: #E2D6D6;
}

.button_container span {
    background: #000;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
}

.admin-bar .overlay {
    top: 32px;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.overlay.open li,
.overlay.open .inner-footer-menu-overlay {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.overlay.open .inner-footer-menu-overlay {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

/*.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: "Vollkorn", serif;
    font-weight: 400;
    text-align: center;
  }*/
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
    text-transform: uppercase;
    font-family: 'Cormorant-Light';
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #BB9F9C;
    text-decoration: none;
    overflow: hidden;
    line-height: 0.8;
    transition: 0.3s linear;
}

.overlay ul li a:hover {
    color: #E2D6D6;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #fff;
    transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

.inner-menu-overlay {
    height: 100%;
}

.logo-overlay-menu {
    top: 41px;
    position: relative;
}

.fixed-header .logo-overlay-menu {
    top: 10px;
}

.wrapper-logo-center-overlay {
    max-width: 150px;
    margin: auto;
}

.wrapper-menu-overlay {
    height: 100%;
    text-align: center;
}

.content-menu-overlay {
    height: 100%;
    padding-top: 90px;
}

.fixed-header .content-menu-overlay {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 20px);
}

.inner-footer-menu-overlay {
    padding-top: 40px;
    opacity: 0;
}

.inner-footer-menu-overlay .social-header-icon-wrapper {
    justify-content: center;
}

.inner-footer-menu-overlay .social-header-icon-wrapper>a {
    padding: 15px 15px;
    margin-top: 20px;
}

body.open-menu {
    overflow-y: hidden !important;
}

.logo-overlay-menu a {
    display: contents;
}

/*.first-lider-homepage rs-layer-wrap.rs-parallax-wrap:nth-child(3) {
    width: 100% !important;
    left: 0 !important;
}*/

#first-section .elementor-widget-wrap.elementor-element-populated {
    padding: unset !important;
}

.slider-middle-homepage svg.qodef-content-icon {
    display: none !important;
}

.slider-middle-homepage .elementor-widget-wrap.elementor-element-populated {
    padding: unset !important;
}

.clm-right-bottom-slide-homepage .elementor-widget.elementor-widget-html {
    display: flex;
    justify-content: center;
}

.et-icon-wrapper.img-share svg {
    fill: #000;
}

.clm-right-first-row-our-world-button p {
    display: flex;
    justify-content: space-between;
    margin-right: 60px;
}

.qodef-parallax-showcase .qodef-m-image .qodef-e-image-link,
.qodef-parallax-showcase .qodef-m-image img {
    width: 28.125vw;
}

.custom-center-button {
    text-align: center;
}

.qodef-button.qodef-layout--textual {
    color: #000 !important;
}

.qodef-button.qodef-layout--textual:hover {
    color: #E2D6D6 !important;
}

.qodef-button.qodef-layout--textual:hover .qodef-m-text:after {
    animation: pulse-animation 2.5s linear 0s infinite normal none;
}

@keyframes pulse-animation {

    0%,
    50%,
    100% {
        width: 5px;
        height: 5px;
    }

    25%,
    75% {
        width: 8px;
        height: 8px;
    }
}

.custom-img-top-home {
    position: absolute;
    top: -100px;
    z-index: -1;
}

.custom-home-header .wrapper-custom-header {
    background: transparent;
}

#first-section {
    margin-bottom: -180px;
}

div#img-logo-custom-homepage {
    position: relative;
    top: -80px;
}

.remove-top-bar .qodef-search-cover-form .qodef-m-inner .qodef-m-form-line,
.fixed-header .qodef-search-cover-form .qodef-m-inner .qodef-m-form-line {
    bottom: 16px;
}

.social-footer .social-header-icon-wrapper {
    justify-content: center;
}

.social-footer .social-header-icon-wrapper>a {
    padding: 15px;
}

.qodef-covers-search--opened .inner-custom-header {
    box-shadow: 0px 0px 8px #ccc;
}

.single-product #qodef-page-sidebar {
    display: none !important;
}

.single-product .xfrm-product-specifications {
    margin-bottom: unset !important;
}

.store-locator-btn-wrapper {
    position: fixed;
    bottom: 20px;
    z-index: 999;
    left: 30px;
    width: fit-content;
}

.store-locator-btn-wrapper:hover .store-locator-button-fixed {
    background: #E2D6D6;
}

.store-locator-button-fixed {
    position: relative;
    z-index: 99999999;
    padding: 7px 25px 7px 8px;
    background: #BB9F9C;
    border-radius: 23px;
    line-height: 1;
    transition: 0.3s linear;
    color: #fff !important;
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
}

.et-icon-wrapper.store-locator-icon,
.et-icon-wrapper.store-locator-icon svg {
    width: 26px;
    height: 26px;
    transition: 0.3s linear;
}

.store-locator-button-fixed span {
    margin-left: 15px;
}

.qodef-showcase-slider svg.qodef-content-icon {
    display: none !important;
}

.mobile-img-homepage {
    display: block;
}

.first-txt-homepage {
    z-index: 9;
}

.inner-savoir-faire-banner {
    display: flex;
}

/*.row-client-care .qodef-dual-image-with-text.qodef-title-content-position--middle .qodef-m-media-holder {
    order: 0;
}*/

.row-client-care .elementor-element:nth-of-type(2) .qodef-dual-image-with-text .qodef-m-media-holder {
    order: -1;
}

.row-two-img-with-txt .qodef-section-title span.qodef-m-description {
    font-size: 17px;
}

.row-client-care .first-row-client-care .qodef-dual-image-with-text .qodef-m-media-holder {
    left: unset !important;
}

.row-client-care .first-row-client-care h1.qodef-m-title,.row-client-care .first-row-client-care h2.qodef-m-title  {
    left: -20px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    font-family: 'CenturyGothic';
    font-size: 16px;
}

.woocommerce-MyAccount-content button.woocommerce-Button.button {
    padding: 12px 15px !important;
    background: #BB9F9C !important;
    border-radius: 23px !important;
    line-height: 1;
    transition: 0.3s linear;
    color: #fff !important;
    font-size: 15px !important;
    cursor: pointer;
    font-family: 'Alegreya-Regular';
}

.woocommerce-MyAccount-content button.woocommerce-Button.button:hover {
    background: #E2D6D6 !important;
}

footer#colophon p {
    font-family: 'CenturyGothic';
    font-size: 16px;
}

.policy-row p {
    font-family: 'CenturyGothic';
    font-size: 16px;
}

.policy-row p b {
    font-family: "Alegreya", Sans-serif;
}

.inner-custom-eplay-slider.one-image .swiper-button-prev,
.inner-custom-eplay-slider.one-image .swiper-button-next {
    display: none !important;
}













/********** OLD RESPONSIVE **********/

@media screen and (max-width:2500px) {
    .img-earrings-leo-pizzo {
        top: -600px;
        left: 16%;
    }
}

@media screen and (max-width:1950px) {
    .img-earrings-leo-pizzo {
        left: 11%;
    }
}

@media screen and (max-width:1550px) {
    .img-earrings-leo-pizzo {
        left: 100px;
    }
}

@media screen and (max-width:1441px) {
    .qodef-content-grid {
        width: 90% !important;
    }

    .img-earrings-leo-pizzo {
        width: 60% !important;
        top: -500px;
        left: 10%;
    }
}

@media screen and (max-width:1400px) {
    .first-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 240px !important;
    }

    .second-img-camelia-diamanti {
        left: 370px;
    }

    .second-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 170px !important;
    }
}

@media screen and (max-width:1350px) {
    .first-img-camelia-rosa .vc_single_image-wrapper {
        max-width: 230px !important;
    }

    .second-img-camelia-rosa .vc_single_image-wrapper {
        max-width: 150px !important;
    }

    .first-img-camelia-stylized .vc_single_image-wrapper {
        max-width: 120px !important;
    }

    section#second-section .elementor-column.elementor-col-50:nth-child(1) {
        width: 60%;
    }

    section#second-section .elementor-column.elementor-col-50:nth-child(2) {
        width: 40%;
    }

    section#second-section .elementor-column.elementor-col-50:nth-child(1) h1 {
        position: relative;
        left: 10px;
    }
}

@media screen and (max-width:1300px) {
    div#global-background-banner {
        height: 480px !important;
    }

    div#global-background-banner .bg {
        height: 480px !important;
    }
}

@media screen and (max-width:1250px) {
    h1 {
        font-size: 75px;
    }

    div#second-section .vc_col-sm-6:nth-child(2) h1 {
        left: 50px;
    }

    div#second-section .vc_col-sm-6:nth-child(2) {
        width: 60%;
    }

    div#second-section .vc_col-sm-6:nth-child(3) {
        width: 40%;
    }

    .inner-geolocation {
        margin-right: 20px !important;
    }

    .first-img-camelia-diamanti {
        left: 30px;
        max-width: 320px !important;
    }

    .second-img-camelia-diamanti {
        left: 330px;
    }
}

@media screen and (max-width:1200px) {
    .img-earrings-leo-pizzo {
        top: -420px;
        width: 70% !important;
    }

    .img-earrings-leo-pizzo {
        width: 70% !important;
        top: -480px;
        left: 3%;
    }
}

@media screen and (max-width:1180px) {
    div#global-background-banner {
        height: 420px !important;
    }

    div#global-background-banner .bg {
        height: 420px !important;
    }

    .first-img-camelia-rosa {
        right: 50px;
        width: 300px !important;
    }

    .first-img-camelia-rosa .vc_single_image-wrapper {
        max-width: 210px !important;
    }

    .second-img-camelia-rosa .vc_single_image-wrapper {
        max-width: 130px !important;
    }

    .first-img-camelia-stylized {
        left: 50px;
        width: 200px !important;
    }
}

@media screen and (max-width:1125px) {
    div#second-section .vc_col-sm-6:nth-child(2) h1 {
        left: 20px;
    }

    div#scroll-top-eplay-button {
        right: 15px !important;
    }

    .wcb-wrapper {
        right: 15px !important;
    }

    div#asl-map-canv {
        max-height: 450px;
    }

    #asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item {
        padding: 15px 10px !important;
    }

    .first-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 210px !important;
    }

    .second-img-camelia-diamanti {
        top: -90px;
        left: 280px;
    }

    .second-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 150px !important;
    }

    .second-img-camelia-stylized .vc_single_image-wrapper {
        max-width: 125px !important;
    }

    .second-img-camelia-stylized {
        left: 20px;
    }

    .second-img-camelia-diamanti {
        left: 280px;
    }

    .first-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 200px !important;
    }

    .second-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 150px !important;
    }
}

@media screen and (max-width:1090px) {
    .first-img-camelia-rosa {
        right: 40px;
    }

    .first-img-camelia-rosa .vc_single_image-wrapper {
        max-width: 195px !important;
    }

    .first-img-camelia-stylized {
        left: 40px;
    }

    .row-three-clm-homepage .elementor-widget-text-editor .elementor-widget-container {
        padding: 0px 40px 0px 40px !important;
    }
}

@media screen and (max-width:1025px) {
    .row-background-image {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .row-background-image .vc_col-sm-4 {
        width: 50%;
    }

    div#global-background-banner .bg {
        width: 75% !important;
    }

    .wrapper-fixed-menu {
        left: 1%;
    }

    .wrapper-first-row {
        width: 92%;
    }

    section#second-section {
        width: 95%;
    }

    section#second-section .elementor-column.elementor-col-50:nth-child(1) {
        width: 55%;
    }

    section#second-section .elementor-column.elementor-col-50:nth-child(2) {
        width: 45%;
    }

    .first-img-camelia-diamanti {
        left: 40px;
        max-width: 300px !important;
        top: -210px;
    }
}

@media screen and (max-width:1024px) {
    .first-row-leo-pizzo-page .elementor-column:nth-of-type(2) img {
        margin: auto;
    }

    .first-row-leo-pizzo-page .elementor-column:nth-of-type(1) h1 {
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    .img-earrings-leo-pizzo {
        top: -150px;
        width: 60% !important;
        left: 50%;
        transform: translateX(-50%);
    }

    .row-img-custom-leo-pizzo {
        padding-bottom: 160px;
    }

    .first-row-leo-pizzo-page .elementor-widget-wrap {
        padding: unset !important;
        padding-top: 40px !important;
    }

    .row-double-txt-leo-pizzo .elementor-widget-container:nth-of-type(1) {
        padding: 0 30px 0 50px !important;
        margin-top: 100px;
    }

    .row-double-txt-leo-pizzo .elementor-widget-container:nth-of-type(2) {
        padding: 0 50px 0 30px !important;
    }

    .title-custom-leo-pizzo-page .elementor-widget-container {
        width: 75%;
        margin: auto !important;
    }
}

@media screen and (max-width:992px) {

    h1,
    .overlay ul li a,
    .custom-h1 h2,
    .custom-location h2,.custom-location .elementor-widget-container.h2.qodef-m-title {
        font-size: 60px !important;
    }

    .sl-row.no-gutters.sl-main-row {
        flex-direction: column-reverse !important;
    }

    .asl-cont .sl-row.no-gutters.sl-main-row .pol-md-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div#asl-map-canv {
        max-height: 500px;
    }

    .asl-cont .sl-row.no-gutters.sl-main-row .pol-md-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div#asl-storelocator .sl-row.inner-map-container {
        height: auto !important;
    }

    #asl-storelocator.asl-cont .sl-main-cont .asl-filter-sec .asl-filter-cont .asl-filter-list,
    #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner div.sl-main-cont-box {
        max-height: fit-content;
    }

    #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner div.sl-main-cont-box {
        margin-top: 40px;
    }

    .second-img-camelia-diamanti {
        left: 250px;
    }

    div#asl-storelocator .asl-panel-inner {
        height: 450px !important;
        /*-webkit-mask-image: linear-gradient(to top, transparent 0%, black 20%);
        mask-image: linear-gradient(to top, transparent 0%, black 20%);*/
    }

    .inner-divided-line.banner-line {
        bottom: 40px;
    }

    .row-txt-with-banner .elementor-column {
        width: 100%;
    }

    .row-txt-with-banner .clm-right-bottom-slide-homepage {
        text-align: center;
    }
}

@media screen and (max-width:950px) {
    .wrapper-first-row {
        flex-wrap: wrap;
    }

    .wrapper-first-row>div {
        width: calc(50% - 20px);
        padding: 20px 10px;
        text-align: center;
    }

    .wrapper-first-row {
        width: 85%;
    }

    .inner-txt-customer-footer {
        align-items: center;
    }

    .social-header-icon-wrapper {
        justify-content: center;
    }

    .social-header-icon-wrapper>a {
        padding-right: unset;
        padding: 0 10px;
    }

    section#second-section .elementor-column.elementor-col-50:nth-child(1) {
        width: 100%;
        margin: auto;
    }

    section#second-section .elementor-column.elementor-col-50:nth-child(2) {
        width: 100%;
        margin: auto;
    }

    section#second-section .elementor-column.elementor-col-50:nth-child(1) h1 {
        left: 0;
    }

    .row-divided-two-txt .elementor-widget-container:nth-of-type(1) {
        padding: 0px 50px 0px 80px !important;
    }

    .row-divided-two-txt .elementor-widget-container:nth-of-type(2) {
        padding: 0px 80px 0px 50px !important;
    }

    .textarea-custom-our-world {
        position: inherit;
        transform: unset;
        right: unset;
    }

    .qodef-parallax-showcase .qodef-m-image .qodef-e-image-link,
    .qodef-parallax-showcase .qodef-m-image img {
        width: 100%;
        margin: auto;
    }

    .qodef-parallax-showcase .qodef-m-items-group {
        margin-top: 100px;
        margin-bottom: 170px;
    }

    .qodef-parallax-showcase .qodef-m-items-group:last-of-type {
        margin-bottom: unset;
    }
}

@media screen and (max-width:920px) {
    .first-img-camelia-rosa .vc_single_image-wrapper {
        max-width: 175px !important;
    }

    .second-img-camelia-rosa .vc_single_image-wrapper {
        max-width: 110px !important;
    }

    .second-img-camelia-rosa {
        right: -10px;
    }

    .first-img-camelia-stylized {
        top: 110px;
    }

    .first-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 180px !important;
    }

    .second-img-camelia-diamanti {
        left: 210px;
    }
}

@media screen and (max-width:900px) {
    .second-img-camelia-stylized {
        left: unset;
        right: 50px;
        top: -60px;
    }

    #fifth-section .qodef-section-title {
        width: 610px;
    }

    #fifth-section h1.qodef-m-title ,#fifth-section h2.qodef-m-title{
        padding: 30px;
    }

    #fifth-section p {
        width: 70%;
    }
}

@media screen and (max-width:880px) {
    #second-section .vc_row.wpb_row.vc_inner.vc_row-fluid {
        display: flex;
        flex-direction: column;
    }

    .qodef-content-grid {
        width: 86% !important;
    }

    div#second-section .vc_col-sm-6:nth-child(2) {
        width: 100%;
    }

    div#second-section .vc_col-sm-6:nth-child(3) {
        width: 100%;
    }

    div#second-section .vc_col-sm-6:nth-child(2) h1 {
        left: 0px;
    }

    div#global-background-banner .bg {
        width: 90% !important;
    }

    .inner-store-title-eplay {
        flex-direction: column;
    }

    button.asl-search-clr.asl-clear-btn.eplay-button-refresh {
        margin: 15px 0;
    }

    span.title-store-locator{
        margin: unset !important;
        line-height: 1;
        padding-bottom: 15px;
        text-align: center;
    }

    .inner-geolocation {
        margin: unset !important;
    }

    .row-img-custom-leo-pizzo {
        padding-bottom: 190px;
    }

    div#second-section .qodef-section-title.qodef-alignment--left,
    div#second-section .wpb_column.vc_column_container.vc_col-sm-6 {
        text-align: center !important;
    }

    .img-earrings-leo-pizzo {
        width: 70% !important;
    }
}

@media screen and (max-width:860px) {
    .first-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 165px !important;
    }

    .second-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 135px !important;
    }

    .credit-txt {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .credit-txt p {
        margin: unset;
    }

    .first-img-camelia-diamanti {
        max-width: 240px !important;
    }
}

@media screen and (max-width:850px) {
    .first-img-camelia-rosa {
        right: 10px;
        width: 220px !important;
    }

    .first-img-camelia-rosa .vc_single_image-wrapper {
        max-width: 165px !important;
    }

    .second-img-camelia-rosa {
        right: -20px;
    }

    .first-img-camelia-stylized {
        left: 40px;
        width: 160px !important;
        top: 0;
    }

    .second-img-camelia-stylized .vc_single_image-wrapper {
        max-width: 105px !important;
    }

    .second-img-camelia-diamanti {
        left: 185px;
    }
}

@media screen and (max-width:800px) {
    div#asl-map-canv {
        max-height: 400px;
    }

    .wcb-wrapper {
        bottom: 20px;
    }

    div#scroll-top-eplay-button {
        bottom: 80px;
    }

    footer#colophon {
        margin-top: 70px;
    }

    .theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup,
    .theme-newsletter-wrapper .desktop-theme-newsletter-screen .desktop-theme-newsletter-popup {
        width: 600px;
        height: 405px;
    }
}

@media screen and (max-width:800px) {
    .inner-txt-different-font span:nth-child(1) {
        font-size: 20px;
    }

    .inner-txt-different-font span:nth-child(2) {
        font-size: 15px;
    }

    .inner-txt-different-font span:nth-child(3) {
        font-size: 13px;
    }
}

@media screen and (max-width:770px) {
    div#global-background-banner .bg {
        width: 100% !important;
    }

    div#global-background-banner .bg,
    div#global-background-banner {
        height: 380px !important;
    }

    .first-img-camelia-rosa {
        top: -70px;
    }

    .second-img-camelia-rosa {
        top: -150px;
    }

    .first-img-camelia-stylized {
        left: 30px;
    }

    .first-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 160px !important;
    }

    .second-img-camelia-diamanti {
        left: 145px;
        top: -70px;
    }

    #fifth-section p {
        width: 85%;
    }

    div#asl-map-canv {
        max-height: 580px !important;
    }

    footer#colophon section.elementor-section:nth-of-type(1) .elementor-column:nth-of-type(2) .elementor-widget-wrap {
        height: 600px;
    }
}

@media screen and (max-width:750px) {
    #fifth-section .qodef-section-title {
        width: 95%;
    }
}

@media screen and (max-width:768px) {
    .row-txt-with-double-img .elementor-column:nth-of-type(2) {
        width: 50%;
    }

    .row-txt-with-double-img .elementor-column:nth-of-type(3) {
        width: 50%;
    }

    .row-txt-with-double-img .elementor-column:nth-of-type(2) .elementor-container {
        min-height: 455px;
    }

    .row-txt-with-double-img .elementor-column:nth-of-type(3) .elementor-container {
        min-height: 455px;
    }

    .row-txt-with-double-img .elementor-column:nth-of-type(2) section {
        padding: 0px 10px 0px 0px;
    }

    .row-txt-with-double-img .elementor-column:nth-of-type(3) section {
        padding: 0px 0px 0px 10px;
    }
}

@media screen and (max-width:700px) {
    .first-img-camelia-diamanti {
        left: 20px;
    }

    .first-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 150px !important;
    }

    .second-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 125px !important;
    }

    .second-img-camelia-diamanti {
        left: 130px;
    }

    .inner-contact-form input[type=email] {
        width: 380px;
    }

    .yikes-easy-mc-form label.label-inline {
        width: 380px !important;
    }
}

@media screen and (max-width:680px) {

    .theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup,
    .theme-newsletter-wrapper .desktop-theme-newsletter-screen .desktop-theme-newsletter-popup {
        width: 450px;
        height: 355px;
    }
}

@media screen and (max-width:670px) {
    .row-txt-with-double-img .elementor-column:nth-of-type(2) .elementor-container {
        min-height: 355px;
    }

    .row-txt-with-double-img .elementor-column:nth-of-type(3) .elementor-container {
        min-height: 355px;
    }

    .row-txt-with-double-img .elementor-column:nth-of-type(2) section {
        padding: 0px 5px 0px 0px;
    }

    .row-txt-with-double-img .elementor-column:nth-of-type(3) section {
        padding: 0px 0px 0px 5px;
    }
}

@media screen and (max-width:650px) {
    .row-txt-with-banner .clm-right-bottom-slide-homepage {
        padding-bottom: 50px;
    }

    .wrapper-custom-header {
        padding: 10px 10px;
    }

    .row-background-image .vc_col-sm-4 {
        width: 100%;
    }

    div#global-background-banner .bg,
    div#global-background-banner {
        height: 420px !important;
    }

    div#global-background-banner .bg {
        width: 60% !important;
    }

    h1,
    .overlay ul li a,
    .custom-h1 h2,
    .custom-location h2,
    .custom-location .elementor-widget-container.h2.qodef-m-title{
        font-size: 50px !important;
    }

    .overlay ul li {
        min-height: 43px;
    }

    span.title-store-locator {
        font-size: 25px !important;
    }

    .inner-geolocation span {
        font-size: 17px !important;
    }

    .qodef-content-grid {
        width: 87% !important;
    }

    body {
        font-size: 16px;
    }

    .class-CenturyGothic {
        font-size: 14px !important;
    }

    .qodef-our-world-txt p {
        font-size: 14px;
    }

    .wcb-button {
        padding: 10px 12px;
        background: #B8B8BA;
        font-size: 13px;
    }

    div#scroll-top-eplay-button {
        width: 40px;
        height: 40px;
    }

    .et-icon-wrapper.img-scroll-top svg,
    .et-icon-wrapper.img-scroll-top {
        width: 17px;
        height: 17px;
    }

    .inner-geolocation-mobile {
        display: block;
    }

    .inner-geolocation-mobile button.asl-search-clr.asl-clear-btn.eplay-button-refresh {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: unset;
    }

    .inner-button-geolocation-mobile.active-geo {
        transform: translateX(+25px);
        transition: 0.3s linear;
    }

    .inner-button-geolocation-mobile {
        transform: translateX(0px);
        display: flex;
        align-items: center;
        transition: 0.3s linear;
    }

    .wcb-wrapper {
        bottom: 10px !important;
    }

    footer#colophon {
        margin-bottom: 80px;
    }
}

@media screen and (max-width:640px) {
    .inner-txt-different-font span:nth-child(1) {
        font-size: 17px;
    }

    .inner-txt-different-font span:nth-child(2) {
        font-size: 13px;
    }

    .inner-txt-different-font span:nth-child(3) {
        font-size: 11px;
    }
}

@media screen and (max-width:610px) {
    .first-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 140px !important;
    }

    .first-img-camelia-diamanti {
        top: -200px;
    }

    .second-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 112px !important;
    }

    .second-img-camelia-diamanti {
        top: -55px;
        left: 115px;
    }

    .wpb_text_column.wpb_content_element.block-asl-maps {
        width: 95%;
        display: block;
        margin: auto;
    }

    .sl-row.Filter_section .pol-lg-8.pol-md-7.pol-sm-12 {
        width: 100% !important;
        max-width: 100%;
    }
}

@media screen and (max-width:600px) {
    .first-img-camelia-rosa .vc_single_image-wrapper {
        max-width: 145px !important;
    }

    .first-img-camelia-rosa {
        right: 10px;
        top: -155px;
    }

    .second-img-camelia-rosa {
        top: -180px;
    }

    .first-img-camelia-stylized {
        left: 40px;
        width: 120px !important;
    }

    .first-img-camelia-stylized .vc_single_image-wrapper {
        max-width: 100px !important;
    }

    .footer-widget-2 p {
        font-size: 27px;
    }

    .footer-widget-1 div#media_image-2 {
        max-width: 150px;
    }
}

@media screen and (max-width:580px) {
    .inner-contact-form input[type=email] {
        width: 330px;
    }

    .yikes-easy-mc-form label.label-inline {
        width: 330px !important;
    }

    .inner-divided-line.banner-line {
        bottom: 20px;
        margin-bottom: -20px;
    }

    .inner-divided-line {
        height: 110px;
    }

    .first-img-camelia-diamanti {
        max-width: 180px !important;
    }
}

@media screen and (max-width:560px) {
    div#global-background-banner .bg {
        width: 70% !important;
    }
}

@media screen and (max-width:550px) {
    .wrapper-logo-center {
        max-width: fit-content;
        width: auto;
    }

    .wrapper-custom-header {
        padding: 5px 10px;
        height: 60px;
    }

    .inner-number-pagination {
        font-size: 40px;
    }

    .wrapper-first-row>div {
        width: calc(100% - 20px);
    }

    .first-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 120px !important;
    }

    .second-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 102px !important;
    }

    .second-img-camelia-stylized .vc_single_image-wrapper {
        max-width: 90px !important;
    }

    .second-img-camelia-diamanti {
        left: 90px;
    }

    .first-img-camelia-diamanti {
        left: 30px;
    }
}

@media screen and (max-width:530px) {
    .first-img-camelia-stylized {
        top: -50px;
    }

    .first-img-camelia-stylized .vc_single_image-wrapper {
        max-width: 70px !important;
    }

    .first-img-camelia-rosa .vc_single_image-wrapper {
        max-width: 120px !important;
    }

    .second-img-camelia-rosa .vc_single_image-wrapper {
        max-width: 90px !important;
    }

    .second-img-camelia-rosa {
        right: -5px;
    }

    .first-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 105px !important;
    }

    .second-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 85px !important;
    }

    .second-img-camelia-diamanti {
        left: 95px;
        top: -40px;
    }
}

@media screen and (max-width:500px) {
    .inner-contact-email {
        flex-direction: column;
        border-bottom: unset !important;
    }

    form#prova-mailchimp-1,
    form#mailchimp-it-2,
    form#mailchimp-en-3 {
        flex-direction: column;
        border: unset;
        width: 100% !important;
    }

    input#yikes-easy-mc-form-1-EMAIL::placeholder,
    input#yikes-easy-mc-form-2-EMAIL::placeholder,
    input#yikes-easy-mc-form-3-EMAIL::placeholder {
        font-size: 12px !important;
    }

    .yikes-easy-mc-form label.label-inline {
        width: 90% !important;
        display: block;
        margin: auto !important;
        padding: unset;
    }

    .inner-contact-form input[type=email] {
        border-bottom: 2px solid #BB9F9C;
        width: 90%;
        display: block;
        margin: auto;
    }

    .inner-contact-form input[type=email]::placeholder {
        font-size: 12px !important;
    }

    .inner-title-share span {
        font-size: 27px;
    }

    .theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup,
    .theme-newsletter-wrapper .desktop-theme-newsletter-screen .desktop-theme-newsletter-popup {
        width: 450px;
        height: 365px;
    }

    .inner-txt-different-font span:nth-child(1) {
        font-size: 22px;
    }

    .inner-txt-different-font span:nth-child(2) {
        font-size: 16px;
    }

    .inner-txt-different-font span:nth-child(3) {
        font-size: 14px;
    }

    .wrapper-fixed-menu>span::after {
        width: 6px;
        height: 6px;
    }

    .row-txt-with-double-img .elementor-column:nth-of-type(2) .elementor-container {
        min-height: 300px;
    }

    .row-txt-with-double-img .elementor-column:nth-of-type(3) .elementor-container {
        min-height: 300px;
    }
}

@media screen and (max-width:480px) {
    div#global-background-banner .bg {
        width: 80% !important;
    }

    h1,
    .overlay ul li a,
    .custom-h1 h2,
    .custom-location h2 ,
    .custom-location .elementor-widget-container.h2.qodef-m-title{
        font-size: 40px !important;
    }

    h4 {
        font-size: 30px;
    }

    .first-img-camelia-stylized {
        left: 25px;
    }

    .first-img-camelia-rosa {
        width: 170px !important;
    }

    .first-img-camelia-stylized {
        width: 90px !important;
    }

    footer#colophon section.elementor-section:nth-of-type(1) .elementor-column:nth-of-type(2) .elementor-widget-wrap {
        height: 450px;
    }
}

@media screen and (max-width:460px) {

    .theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup,
    .theme-newsletter-wrapper .desktop-theme-newsletter-screen .desktop-theme-newsletter-popup {
        width: 370px;
        height: 335px;
    }

    .theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup .desktop-theme-info-close-button,
    .theme-newsletter-wrapper .desktop-theme-newsletter-screen .desktop-theme-newsletter-popup .desktop-theme-newsletter-close-button {
        top: 10px;
        right: 10px;
    }

    .inner-txt-popup-info {
        padding: 10px 0;
    }

    .inner-txt-popup-info p:nth-child(2),
    .inner-txt-popup-info p:nth-child(4) {
        padding-bottom: 5px;
    }
}

@media screen and (max-width:450px) {
    div#global-background-banner .bg {
        width: 77% !important;
    }

    div#global-background-banner .bg,
    div#global-background-banner {
        height: 390px !important;
    }

    .wrapper-fixed-menu>span::after {
        left: 15px !important;
    }

    ul#qtranslate-chooser {
        flex-direction: column;
        right: 0;
        top: 36px;
    }

    ul#qtranslate-chooser li {
        padding: 6px 6px;
    }

    .first-img-camelia-diamanti {
        max-width: 140px !important;
        top: -170px;
    }
}

@media screen and (max-width:425px) {
    .first-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 105px !important;
    }

    .second-img-camelia-diamanti {
        left: 65px;
    }

    .second-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 85px !important;
    }

    .second-img-camelia-stylized .vc_single_image-wrapper {
        max-width: 80px !important;
    }

    .theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup,
    .theme-newsletter-wrapper .desktop-theme-newsletter-screen .desktop-theme-newsletter-popup {
        width: 390px;
        height: 325px;
    }

    .theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup,
    .theme-newsletter-wrapper .desktop-theme-newsletter-screen .desktop-theme-newsletter-popup {
        width: 340px;
        height: 315px;
    }

    .theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup .desktop-theme-info-close-button,
    .theme-newsletter-wrapper .desktop-theme-newsletter-screen .desktop-theme-newsletter-popup .desktop-theme-newsletter-close-button {
        top: 14px;
        right: 9px;
    }
}

@media screen and (max-width:400px) {

    h1,
    .overlay ul li a,
    .custom-h1 h2,
    .custom-location h2,
    .custom-location .elementor-widget-container.h2.qodef-m-title{
        font-size: 35px !important;
    }


    #fifth-section h1.qodef-m-title , #fifth-section h2.qodef-m-title {
        padding: 20px 10px;
    }

    .inner-txt-different-font span:nth-child(1) {
        font-size: 20px;
    }

    .inner-txt-different-font span:nth-child(2) {
        font-size: 15px;
    }

    .inner-txt-different-font span:nth-child(3) {
        font-size: 13px;
    }

    .inner-txt-different-font {
        width: 90%;
    }

    .row-txt-with-banner .inner-txt-different-font {
        width: 95%;
        margin: auto;
    }
}

@media screen and (max-width:380px) {

    div#global-background-banner .bg,
    div#global-background-banner {
        height: 360px !important;
    }

    .first-img-camelia-rosa .vc_single_image-wrapper {
        max-width: 105px !important;
    }

    .second-img-camelia-rosa .vc_single_image-wrapper {
        max-width: 78px !important;
    }

    .first-img-camelia-rosa {
        width: 110px !important;
    }

    .first-img-camelia-diamanti {
        left: 15px;
    }
}

@media screen and (max-width:360px) {
    .first-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 95px !important;
    }

    .second-img-camelia-diamanti .vc_single_image-wrapper {
        max-width: 75px !important;
    }

    .second-img-camelia-stylized .vc_single_image-wrapper {
        max-width: 65px !important;
    }

    .theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup,
    .theme-newsletter-wrapper .desktop-theme-newsletter-screen .desktop-theme-newsletter-popup {
        width: 300px;
        height: 355px;
    }

    .info-button {
        padding: 8px;
    }

    .info-button svg {
        width: 18px;
        height: 18px;
    }

    .theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup .social-share-items-container .social-share-items-list {
        width: 160px;
    }

    .second-img-camelia-diamanti {
        left: 55px;
    }
}

@media screen and (max-width:340px) {

    div#global-background-banner .bg,
    div#global-background-banner {
        height: 300px !important;
    }

    div#global-background-banner .bg {
        width: 75% !important;
    }

    h1,
    .overlay ul li a,
    .custom-h1 h2,
    .custom-location h2,
    .custom-location .elementor-widget-container.h2.qodef-m-title{
        font-size: 30px !important;
    }

    span.title-store-locator {
        font-size: 22px !important;
    }

    .theme-request-info-wrapper .desktop-theme-info-screen .desktop-theme-info-popup,
    .theme-newsletter-wrapper .desktop-theme-newsletter-screen .desktop-theme-newsletter-popup {
        width: 275px;
    }

    .inner-button-geolocation-mobile span {
        padding-left: 8px;
    }
}



/********* FINE OLD RESPONSIVE **********/



















/********** NEW RESPONSIVE **********/


@media screen and (max-width:1500px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide {
        padding: 60px 0px 0 76px;
    }
}

@media screen and (max-width:1415px) {
    .store-locator-btn-wrapper {
        bottom: 10px;
    }
}

@media screen and (max-width:1400px) {
    .img-custom-ring-leo-pizzo img {
        max-width: 340px;
    }

    .img-custom-ring-leo-pizzo .elementor-widget-container {
        margin: 0px 0px -180px 0px !important;
    }

    .row-two-img-with-txt .elementor-col-50 .elementor-widget-wrap.elementor-element-populated {
        padding: 120px 0px 0px 0px;
    }
}

@media screen and (max-width:1350px) {
    .second-row-custom-footer .first-img-camelia-diamanti {
        top: -220px;
        left: 40px;
        max-width: 290px !important;
    }

    .woocommerce-account .woocommerce {
        width: 90%;
    }

    .qodef-parallax-showcase h1.qodef-e-title,
    .qodef-parallax-showcase h2.qodef-e-title {
        font-size: 90px;
    }
}

@media screen and (max-width:1130px) {
    .row-two-img-with-txt {
        padding-top: 80px;
    }

    .qodef-parallax-showcase h1.qodef-e-title,
    .qodef-parallax-showcase h2.qodef-e-title {
        font-size: 75px;
        top: -130px !important;
    }

    .textarea-custom-our-world {
        top: 40%;
    }
}

@media screen and (max-width: 1125px) {
    .store-locator-btn-wrapper {
        left: 15px !important;
    }
}

@media screen and (max-width:1050px) {
    .row-grid-img-boutique {
        padding: 0 30px !important;
        padding-bottom: 10% !important;
    }

    div#customer_login .u-column1.col-1,
    div#customer_login .u-column2.col-2 {
        width: 60% !important;
    }
}

@media screen and (max-width:1025px) {
    .wrapper-custom-header {
        padding: 10px 20px;
    }

    .language-switch {
        padding-left: unset !important;
    }

    .button_container {
        margin-left: 15px;
    }

    .qodef-parallax-showcase .qodef-m-items:nth-child(2n+1) .qodef-e-title {
        top: 110px;
    }

    .qodef-parallax-showcase h1.qodef-e-title,
    .qodef-parallax-showcase h2.qodef-e-title {
        font-size: 80px;
    }

    .wishlist-space {
        width: calc(33.33% - 14px);
        margin: 7px;
    }
}

@media screen and (max-width:1024px) {
    .img-savoir-faire {
        height: 410px;
        width: 280px;
    }

    .row-client-care .qodef-dual-image-with-text .qodef-m-text-holder .qodef-m-text-content {
        margin-top: 20px;
    }

    .row-client-care .elementor-element:nth-of-type(2) .qodef-dual-image-with-text h1 {
        left: 70px;
    }

    .row-two-img-with-txt .elementor-column:nth-of-type(1),
    .row-two-img-with-txt .elementor-column:nth-of-type(3) {
        display: none;
    }

    .row-two-img-with-txt .elementor-column:nth-of-type(2) {
        width: 100%;
        justify-content: center;
        padding-bottom: 50px;
        padding-top: 140px;
    }

    .row-two-img-with-txt .elementor-column:nth-of-type(2) .elementor-widget-wrap {
        margin: unset;
    }

    .qodef-parallax-showcase h1.qodef-e-title,
    .qodef-parallax-showcase h2.qodef-e-title {
        top: -100px !important;
    }

    .textarea-custom-our-world {
        top: 32%;
    }
}

@media screen and (max-width:950px) {
    .qodef-parallax-showcase .qodef-m-items-group {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .qodef-parallax-showcase .qodef-m-items-group .qodef-m-items:nth-child(2) .qodef-m-image {
        display: none !important;
    }
}

@media screen and (max-width:920px) {

    .title-store-locator .elementor-widget-container,.custom-location .elementor-widget-container{
        padding: 0 210px !important;
    }
}

@media screen and (max-width:900px) {
    .column-btn-footer {
        padding: 0 40px;
    }
}

@media screen and (max-width:860px) {
    .qodef-parallax-showcase .qodef-m-items:nth-child(2n+1) .qodef-e-title {
        top: 50px;
        font-size: 60px;
    }

    .second-row-custom-footer .first-img-camelia-diamanti {
        max-width: 210px !important;
    }

    .woocommerce-account .woocommerce {
        width: 100%;
    }

    .admin-bar.woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .admin-bar.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
        width: 100%;
        padding: unset;
        margin-bottom: 30px;
    }

    .admin-bar.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
    }
}

@media screen and (max-width:881px) {
    .row-txt-with-double-img .inner-txt-different-font {
        padding-top: unset;
        margin: unset;
        margin-right: auto;
    }
}

@media screen and (min-width:850px) {

    .wrapper-top-menu-overlay,
    .inner-header-search-mobile {
        display: none;
    }
}

@media screen and (max-width:850px) {
    .wrapper-top-menu-overlay {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 35px 0;
    }

    .wrapper-top-menu-overlay .language-switch,
    .wrapper-top-menu-overlay .map-link,
    .wrapper-top-menu-overlay .user-link {
        padding: 0 10px !important;
    }

    .inner-footer-menu-overlay .social-header-icon-wrapper>a {
        margin-top: unset;
    }

    .inner-footer-menu-overlay {
        padding-top: 20px;
        opacity: 0;
    }

    .logo-overlay-menu {
        top: 43px;
    }

    .fixed-header .content-menu-overlay {
        padding: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .logo-overlay-menu {
        position: absolute;
        width: 100%;
    }

    .header-clm-left .language-switch,
    .header-clm-left .map-link,
    .header-clm-right .user-link {
        display: none;
    }

    .header-clm-right .wrapper-top-menu-overlay .user-link {
        display: block;
    }

    .fixed-header .inner-header-search-mobile {
        display: block;
        position: fixed;
        width: 100%;
        top: 60px;
        background: #fff;
        z-index: 9999;
        box-shadow: 0px 0px 8px #ccc;
        height: 45px;
    }

    .fixed-header .inner-header-search-mobile .qodef-search-cover-form {
        visibility: visible;
        opacity: 1;
    }

    .fixed-header .inner-header-search-mobile .qodef-m-form-line {
        width: 100%;
        left: 0;
    }

    .services-link {
        padding-left: unset !important;
    }
}

@media screen and (max-width:800px) {
    .column-btn-footer {
        padding: 0px 20px;
    }

    div#customer_login .u-column1.col-1,
    div#customer_login .u-column2.col-2 {
        width: 80% !important;
    }
}

@media screen and (max-width:768px) {

    .qodef-parallax-showcase .qodef-m-image .qodef-e-image-link,
    .qodef-parallax-showcase .qodef-m-image img {
        width: 90% !important;
        margin: auto;
    }

    .qodef-parallax-showcase .qodef-m-items:nth-child(2n+1) .qodef-e-title {
        width: 100%;
        left: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #asl-storelocator.asl-cont {
        padding-bottom: 100px !important;
    }

    p.inner-phone-mail-info {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .textarea-custom-our-world {
        position: relative !important;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 20px;
    }

    .qodef-parallax-showcase .qodef-m-items-group {
        margin-top: -10px;
        margin-bottom: 65px;
    }

    .qodef-parallax-showcase .qodef-m-items .qodef-e-title {
        top: unset !important;
    }

    .qodef-parallax-showcase .qodef-m-items:nth-child(2n+2) .qodef-m-item {
        flex-direction: column-reverse !important;
        display: flex;
    }

    .qodef-parallax-showcase .qodef-m-items:nth-child(2n+2) .qodef-m-image {
        margin-top: 50px;
    }

    .row-grid-img-boutique {
        padding-top: 1% !important;
    }

    .row-grid-img-boutique .elementor-widget-wrap.elementor-element-populated {
        padding: unset !important;
    }

    .wishlist-space {
        width: calc(50% - 14px);
    }
}

@media screen and (max-width:767px) {

    .row-double-txt-leo-pizzo .elementor-widget-container:nth-of-type(1),
    .row-double-txt-leo-pizzo .elementor-widget-container:nth-of-type(2) {
        padding: 0 25px 0 25px !important;
    }

    .row-double-txt-leo-pizzo .elementor-widget-container:nth-of-type(1) {
        margin-top: unset;
    }

    .first-row-leo-pizzo-page {
        padding-top: unset !important;
    }

    .row-divided-two-txt .elementor-widget-container:nth-of-type(1),
    .row-divided-two-txt .elementor-widget-container:nth-of-type(1) {
        text-align: center;
        padding: 0 30px !important;
    }

    .row-divided-two-txt {
        margin-top: 30px !important;
        margin-bottom: 50px !important;
    }

    .row-pendant h1 , .custom-h1 .qodef-section-title h2{
        text-align: center;
    }

    .row-pendant img {
        max-width: 50%;
    }

    .row-pendant p {
        text-align: center;
    }

    .row-pendant .elementor-column:nth-of-type(3) .elementor-element:nth-of-type(2) .elementor-widget-container {
        text-align: center;
    }

    .row-pendant {
        margin-bottom: 70px;
    }

    .row-pendant .elementor-column:nth-of-type(3) .elementor-element:nth-of-type(1) .elementor-widget-container {
        padding: 0 30px 20px 30px;
    }

    .row-two-img-with-txt .elementor-column:nth-of-type(2) .elementor-widget-wrap {
        padding: 0 30px;
        padding-top: 20px;
    }
}

@media screen and (max-width:750px) {
    .close-top-header {
        right: 17px;
    }

    .inner-title-cth span {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:730px) {

    .title-store-locator .elementor-widget-container,.custom-location .elementor-widget-container{
        padding: 0 120px !important;
    }
}

@media screen and (max-width:700px) {
    .row-img-custom-leo-pizzo {
        padding-bottom: 170px;
    }
}

@media screen and (max-width:680px) {
    .savoir-faire-page-new .qodef-horizontal-showcase {
        height: 100% !important;
        padding-top: 100px;
    }

    .admin-bar.savoir-faire-page-new .qodef-horizontal-showcase {
        height: 100% !important;
    }

    .initial-slide-savoir-faire-new {
        margin: unset;
        text-align: center !important;
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .inner-button-scroll-to-begin-savoir-faire {
        display: none !important;
    }

    /*.savoir-faire-page-new .qodef-horizontal-showcase .qodef-slides-holder{
        overflow-y: auto !important;
    }*/

    .savoir-faire-page-new .qodef-horizontal-showcase .qodef-slide-content {
        width: 50%;
    }

    .inner-savoir-faire-banner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .img-savoir-faire {
        width: 300px !important;
        margin: 20px auto;
        height: 355px !important;
    }

    .qodef-horizontal-showcase .qodef-scroll-back,
    .final-custom-clm-savoir-faire {
        display: none !important;
    }

    .savoir-faire-page-new {
        overflow: auto;
    }

    .savoir-faire-page-new .inner-custom-header,
    .savoir-faire-page-new .wrapper-custom-header {
        background: #fff;
    }

    .row-client-care .qodef-dual-image-with-text.qodef-font-size-custom-responsive .qodef-m-title {
        line-height: 52px;
    }

    .row-client-care .first-row-client-care h1.qodef-m-title,h2.qodef-m-title {
        left: unset;
    }

    .qodef-dual-image-with-text .qodef-m-text-holder .qodef-m-text-content {
        margin: 10px 0;
    }

    .row-client-care .elementor-element:nth-of-type(2) .qodef-dual-image-with-text h1 {
        left: 0;
    }

    .row-client-care .qodef-dual-image-with-text:not(.qodef-title-content-position--middle) .qodef-m-title-holder {
        margin-bottom: 40px;
    }

    .row-client-care .elementor-element:nth-of-type(2) .qodef-dual-image-with-text h1 {
        margin-top: 30px;
    }

    .row-client-care .elementor-element:nth-of-type(2) .qodef-dual-image-with-text .qodef-m-title-holder {
        margin: unset;
    }

    .first-row-custom-footer .double-btn-custom-footer a {
        font-size: 14px;
    }

    div#first-row-double-img-with-txt .qodef-m-image.qodef-image--two {
        display: block;
        bottom: -140px;
    }

    div#first-row-double-img-with-txt .qodef-m-text-holder {
        margin-top: 146px;
    }
}

@media screen and (max-width:670px) {
    .row-client-care .elementor-widget-wrap {
        padding-bottom: 220px !important;
    }
}

@media screen and (max-height: 660px) {
    .img-savoir-faire {
        height: 450px;
        width: 375px;
    }

    /*.savoir-faire-page-new .qodef-horizontal-showcase {
        height: calc(100vh - 50px) !important;
    }*/

    .savoir-faire-page-new .qodef-horizontal-showcase .qodef-slides-holder .scrollbar-track.scrollbar-track-x {
        height: 20px;
    }

    .eapps-instagram-feed-posts-slider-inner.eapps-instagram-feed-posts-inner.eui-slider-inner {
        width: 1314px !important;
    }

    .eapps-instagram-feed-posts-slider.eapps-instagram-feed-posts.eui-slider.eapps-instagram-feed-posts-medium {
        width: 1314px !important;
    }
}

@media screen and (max-width: 650px) {
    .store-locator-button-fixed {
        font-size: 13px;
    }

    .store-locator-button-fixed span {
        margin-left: 5px;
    }

    .et-icon-wrapper.store-locator-icon,
    .et-icon-wrapper.store-locator-icon svg {
        width: 23px;
        height: 23px;
    }

    .row-two-img-with-txt .elementor-column:nth-of-type(2) .elementor-widget-wrap {
        padding: 0 15px;
    }

    .img-custom-ring-leo-pizzo img {
        max-width: 290px;
    }

    .store-locator-button-fixed {
        padding: 5px 18px 5px 8px;
    }

    .inner-txt-popup-info {
        font-size: 14px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        font-size: 14px;
    }

    footer#colophon p {
        font-size: 14px;
    }

    .inner-title-cth span {
        font-size: 11px;
    }

    .inner-subtitle-newsletter {
        font-size: 14px;
    }

    input#yikes-easy-mc-form-1-EMAIL,
    input#yikes-easy-mc-form-2-EMAIL,
    input#yikes-easy-mc-form-3-EMAIL {
        font-size: 14px;
    }

    .policy-row p {
        font-size: 14px;
    }
}

@media screen and (min-width:640px) {

    .mobile-img-homepage,
    .top-bar-txt-mobile {
        display: none !important;
    }

    .row-img-custom-leo-pizzo {
        padding-bottom: 140px;
    }
}

@media screen and (max-width:640px) {

    .desktop-img-homepage,
    .top-bar-txt-desktop {
        display: none !important;
    }

    .top-bar-txt-mobile {
        display: block !important;
    }

    div#img-logo-custom-homepage {
        top: -25px;
    }

    #first-section {
        margin-bottom: unset;
    }

    .mobile-custom-img-top-home {
        position: absolute;
        top: -180px;
    }
}

@media screen and (max-width:630px) {
    .img-savoir-faire {
        width: 270px;
        height: 370px;
    }

    .second-row-custom-footer .first-img-camelia-diamanti {
        position: relative !important;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        max-width: 200px !important;
        padding: 35px 0;
    }

    .second-row-custom-footer {
        margin: unset;
    }

    .img-savoir-faire {
        width: 250px !important;
        margin: 20px auto;
        height: 320px !important;
    }

    .row-three-clm-homepage {
        margin-top: 40px !important;
        margin-bottom: 70px !important;
    }
}

@media screen and (max-width:580px) {
    section#second-section .elementor-column.elementor-col-50:nth-child(2) .elementor-widget-container {
        padding: unset;
    }

    .column-btn-footer {
        padding: 0px 10px;
    }

    div#customer_login .u-column1.col-1,
    div#customer_login .u-column2.col-2 {
        width: 100% !important;
    }

    .row-grid-img-boutique {
        padding-top: 7% !important;
    }

    .qodef-parallax-showcase .qodef-m-items .qodef-e-title {
        margin: 20px 0;
    }
}

@media screen and (max-width:560px) {
    .img-savoir-faire {
        width: 350px !important;
        height: 390px !important;
    }

    .inner-eplay-horizontal-popup {
        padding: 30px 10px;
        width: 70%;
    }

    .header-clm-right .search-link {
        padding: unset;
    }

    .header-clm-right .search-link svg {
        width: 18px;
        height: 18px;
    }

    .button_container {
        width: 25px;
        height: 19px;
    }

    .button_container span:nth-of-type(2) {
        top: 8px;
    }

    .button_container span:nth-of-type(3) {
        top: 17px;
    }

    .button_container.active .top {
        transform: translateY(6px) translateX(0) rotate(45deg);
    }
}

@media screen and (max-width:550px) {
    .double-btn-custom-footer {
        flex-direction: column;
        align-items: center;
    }

    .column-btn-footer {
        padding: 5px 0;
        text-align: center !important;
        width: 100%;
    }

    .row-img-custom-leo-pizzo {
        padding-bottom: 280px;
    }

    .img-earrings-leo-pizzo {
        top: -120px;
        width: 100% !important;
        left: 59%;
    }

    .savoir-faire-page-new .qodef-horizontal-showcase .qodef-slide-content {
        width: auto;
    }

    .first-img-camelia-stylized.fade-in.homepage-camelia-left,
    .first-img-camelia-rosa.fade-in.homepage-camelia-right {
        width: 300px !important;
        z-index: -1;
    }

    .first-img-camelia-rosa.fade-in.homepage-camelia-right {
        right: -60px;
        top: -205px;
    }

    .first-img-camelia-stylized.fade-in.homepage-camelia-left {
        top: -110px;
        left: -65px;
    }
}

@media screen and (max-width:520px) {
    div#first-row-double-img-with-txt .qodef-m-image.qodef-image--two {
        left: -15px;
        max-width: 50%;
    }
}

@media screen and (max-width:500px) {
    .mobile-custom-img-top-home {
        position: absolute;
        top: -120px;
    }

    div#img-logo-custom-homepage {
        top: 5px;
    }

    .title-store-locator .elementor-widget-container,.custom-location .elementor-widget-container{
        padding: unset !important; 
        width: 84%;
        margin: auto !important;
        margin-top: 40px !important;
    }

    .woocommerce-account .woocommerce-form {
        width: 80% !important;
    }

    .qodef-parallax-showcase .qodef-m-image .qodef-e-image-link,
    .qodef-parallax-showcase .qodef-m-image img {
        width: 100% !important;
    }

    .pol-lg-8.pol-md-7.pol-sm-12.search_filter {
        flex-direction: column;
    }

    .inner-custom-search-location,
    .search_filter.asl-name-search {
        width: 100%;
    }
}

@media screen and (max-width:485px) {
    .img-savoir-faire {
        width: 300px;
        height: 410px;
    }

    .inner-eplay-horizontal-popup {
        width: 80%;
    }

    .row-img-custom-leo-pizzo {
        padding-bottom: 195px;
    }

    .first-img-camelia-stylized.fade-in.homepage-camelia-left,
    .first-img-camelia-rosa.fade-in.homepage-camelia-right {
        width: 235px !important;
    }

    .row-client-care .elementor-widget-wrap {
        padding-bottom: 70px !important;
    }

    .newsletter-section-our-world {
        padding-top: unset !important;
    }
}

@media screen and (min-width:450px) {
    .search-link.mobile-search-position {
        display: none;
    }
}

@media screen and (max-width:450px) {
    .wrapper-custom-header {
        padding: 10px 10px;
    }

    .search-link {
        display: none;
    }

    .search-link.mobile-search-position {
        display: block !important;
    }

    .header-clm-left .search-link svg {
        width: 18px;
        height: 18px;
    }

    .qodef-parallax-showcase .qodef-m-items:nth-child(2n+1) .qodef-e-title {
        font-size: 45px;
    }
}

@media screen and (max-width:420px) {
    .wishlist-space {
        width: calc(100% - 40px) !important;
        margin: 20px !important;
    }
}

@media screen and (max-width:400px) {
    .initial-slide-savoir-faire-new .button-custom-savoir-faire .qodef-m-text {
        font-size: 14px;
    }

    .woocommerce-account .woocommerce-form {
        width: 100% !important;
    }
}

@media screen and (max-width:370px) {
    .mobile-custom-img-top-home {
        position: absolute;
        top: -60px;
    }

    .img-earrings-leo-pizzo {
        width: 90% !important;
    }

    .img-savoir-faire {
        width: 300px !important;
        height: 360px !important;
    }
}

@media screen and (max-width:350px) {
    .row-img-custom-leo-pizzo {
        padding-bottom: 75px;
    }

    .first-img-camelia-stylized.fade-in.homepage-camelia-left,
    .first-img-camelia-rosa.fade-in.homepage-camelia-right {
        width: 215px !important;
    }
}

@media screen and (max-width:340px) {
    .img-savoir-faire {
        width: 270px;
        height: 390px;
    }

    .inner-eplay-horizontal-popup {
        width: 90%;
    }

    .second-row-custom-footer .first-img-camelia-diamanti {
        max-width: 160px !important;
    }

    .img-savoir-faire {
        width: 260px !important;
        height: 310px !important;
    }
}

@media screen and (max-width:310px) {
    .img-earrings-leo-pizzo {
        width: 100% !important;
    }
}

@media screen and (max-width:280px) {
    .row-img-custom-leo-pizzo {
        padding-bottom: 45px;
    }
}

/********** FINE NEW RESPONSIVE **********/
















.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}


.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}




@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;

    }
}

/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
    height: 750px;
    transition: all .4s ease;
}

@media screen and (max-width:3000px) and (min-width:1550px) {
    .hero-style {
        height: 950px;
    }
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

.hero-style .slide-title h2 {
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition: all .4s ease;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}


/*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 9px 32px;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.theme-btn-s2 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
    background-color: #2b3b95;
    color: #fff;
}

.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {

    .theme-btn,
    .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}








section#mobile-banner {
    display: none;
}



@media screen and (max-width:550px) {
    section#mobile-banner {
        display: block !important;
    }

    #desktop-banner {
        display: none;
    }
}

.main-logo-homepage .qodef-m-image {
    max-width: 250px;
    margin: auto;
    position: relative;
    top: 120px;
}

@media screen and (max-width:1230px) {
    .distance-homepage {
        --spacer-size: 530px !important;
    }
}

@media screen and (max-width:1120px) {
    .main-logo-homepage .qodef-m-image {
        max-width: 170px;
        top: 60px;
    }
}

@media screen and (max-width:1050px) {
    .distance-homepage {
        --spacer-size: 460px !important;
    }
}

@media screen and (max-width: 1120px) {
    .main-logo-homepage .qodef-m-image {
        max-width: 150px;
        top: 40px;
    }
}

@media screen and (max-width:640px) {
    .main-logo-homepage .qodef-m-image {
        max-width: 200px;
        top: 80px;
    }


}

@media screen and (max-width:500px) {
    .distance-homepage {
        --spacer-size: 390px !important;
    }

    .main-logo-homepage .qodef-m-image {
        max-width: 170px;
        top: 85px;
    }
}


@media screen and (max-width:400px) {
    .distance-homepage {
        --spacer-size: 250px !important;
    }
}

.new-banner-homepage-with-text .elementor-widget-wrap.elementor-element-populated {
    padding: unset;
}

.new-banner-homepage-with-text .elementor-widget-html {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.new-banner-homepage-with-text .elementor-widget-everfondly_core_single_image {
    margin: unset;
}

.new-banner-homepage-with-text {
    margin-bottom: 40px;
}


@media screen and (max-width:550px) {
    .new-banner-homepage-with-text .inner-txt-different-font {
        width: 80%;
        margin: auto;
        text-align: center;
    }
}

@media screen and (max-width:400px) {
    .new-banner-homepage-with-text .elementor-widget-html {
        width: 100%;
    }

    .new-banner-homepage-with-text .inner-txt-different-font {
        width: 60%;
    }

    form#mailchimp-it-1,
    form#mailchimp-en-2 {
        width: 80%;
    }

    .custom-img-top-home {
        top: -60px !important;
    }

    .mobile-custom-img-top-home {
        top: -50px !important;
    }

    .main-logo-homepage .qodef-m-image {
        top: 35px;
    }
}

li#wp-admin-bar-stats {
    display: none !important;
}

.inner-custom-login .g-recaptcha,
.inner-custom-registration .g-recaptcha {
    display: flex;
    justify-content: center;
    transform: unset !important;
    margin-bottom: 23px;
}

.inner-hour-boutique p.no-visibility {
    display: none;
}

.inner-appointment-btn a {
    text-transform: uppercase;
    margin: 20px 0;
    display: block;
    font-family: 'Alegreya-Regular' !important;
}

p.button-boutique-address {
    transition: color .3s ease-out;
}

p.button-boutique-address:hover {
    color: #e2d6d6;
}




div#sb_instagram .swiper-button-next,
div#sb_instagram .swiper-button-prev {
    background: #000 !important;
    position: absolute;
    top: 50%;
    width: 30px !important;
    height: 30px !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    opacity: .85;
    transition: all .2s;
    backface-visibility: hidden;
    margin: unset;
    color: #fff !important;
}

div#sb_instagram .swiper-button-prev {
    left: 0;
    transform: translate3d(-50%, -50%, 0);
    /* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3); */
    background: url(https://www.leopizzo.com/wp-content/uploads/2022/12/left-arrow.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition: all 0.3s linear;
}

div#sb_instagram .swiper-button-next {
    right: 0;
    transform: translate(50%, -50%);
    /* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3); */
    background: url(https://www.leopizzo.com/wp-content/uploads/2022/12/arrow-2.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition: all 0.3s linear;
}

div#sb_instagram .swiper-button-prev:hover,
div#sb_instagram .swiper-button-next:hover {
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
}

div#sb_instagram .swiper-button-next::after,
div#sb_instagram .swiper-button-prev::after {
    width: 12px;
    height: 16px;
    fill: #fff;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

div#sb_instagram .swiper-button-next::after {
    left: 12px;
}

div#sb_instagram .swiper-button-prev::after {
    right: 12px;
}

div#sb_instagram {
    position: relative;
    bottom: -120px;
}

div#sb_instagram a.sbi_photo img {
    max-height: 400px !important;
}

@media screen and (max-width:680px) {
    div#sb_instagram {
        bottom: unset;
    }
}



/********************* SEO CUSTOMIZE *********************/
h2.qodef-st-title.custom-h1 {
    color: #BB9F9C !important;
    font-family: 'Cormorant-Light';
    font-size: 90px;
    line-height: 0.8;
}

@media screen and (max-width:1680px) {
    h2.qodef-st-title.custom-h1 {
        font-size: 100px;
        line-height: 67px;
    }
}

@media screen and (max-width:1250px) {
    .custom-h1 h2 {
          font-size: 75px !important;
          line-height: 50px !important;
      }
  }
@media screen and (max-width:1024px) {
    h2.qodef-st-title.custom-h1,.custom-h1 h2 {
        font-size: 75px !important;
        line-height: 50px !important;
    }
}
@media screen and (max-width:992px) {
    .custom-h1 h2 {
          font-size: 60px !important;
         
      }
  }

@media screen and (max-width:680px) {
    h2.qodef-st-title.custom-h1 {
        font-size: 52px;
        line-height: 25px;
    }
}

@media screen and (max-width:650px) {
    h2.qodef-st-title.custom-h1 {
          font-size: 50px !important;
         
      }
  }
  /*************** Aggiunta per ECCELENZA MADE IN ITALY  ************/
/*   @media screen and (max-width:480px) {
    h2.qodef-st-title.custom-h1 {
          font-size: 40px !important;
          line-height: 32px !important;
         
      }
  }
  @media screen and (max-width:400px) {
    h2.qodef-st-title.custom-h1 {
          font-size: 35px !important;
          
         
      }
  }
  @media screen and (max-width:340px) {
    h2.qodef-st-title.custom-h1 {
          font-size: 30px !important;
         line-height: 24px !important;
      }
  } */

@media screen and (max-width:650px) {
    .custom-h1 h2 {
          font-size: 50px !important;
         
      }
  }
  @media screen and (max-width:480px) {
    .custom-h1 h2 {
          font-size: 40px !important;
          line-height: 32px !important;
         
      }
  }
  @media screen and (max-width:400px) {
    .custom-h1 h2 {
          font-size: 35px !important;
          
         
      }
  }
  @media screen and (max-width:340px) {
    .custom-h1 h2 {
          font-size: 30px !important;
         line-height: 24px !important;
      }
  }
.qodef-parallax-showcase h2.qodef-e-title {
    color: #BB9F9C !important;

}

.custom-h1 h2 {
    color: #BB9F9C !important;
    font-family: 'Cormorant-Light';
    line-height: 0.8;
    font-size: 90px;
}

.custom-location h2 {
    color: #BB9F9C !important;
    font-family: 'Cormorant-Light';
    line-height: 0.8;
    font-size: 90px;

    
}
/* @media screen and (max-width:920px) {
    .custom-location h2 {
        padding: 0 210px !important;

        
    }
}

@media screen and (max-width:500px) {
    .custom-location h2 {
        padding: unset !important;
        width: 84%;
        margin: auto !important;
        margin-top: 40px !important;
    }
} */


/* @media screen and (max-width:680px) {
    .custom-location h2 {
        font-size: 52px;
        line-height: 25px;
    }
} */


/*********** FINE SEO CUSTOMIZE *********************/






/* Wrapper */
.lpz-bg-video {
  position: relative;
  width: 100%;
  min-height: 60vh; /* controllata anche dal controllo Elementor */
  overflow: hidden;
}

/* Video come background */
.lpz-bg-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;      /* equivalente a background-size: cover */
  object-position: center;/* sovrascritto inline con il controllo */
  display: block;
  z-index: 0;
}

/* Overlay sopra il video (colore configurabile dai controls) */
.lpz-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* Contenuti sopra il video */
.lpz-bg-slot {
  position: relative;
  z-index: 2;
}

/* Messaggio di avviso */
.lpz-bg-video__notice {
  padding: 16px;
  background: #f6f7f7;
  border: 1px dashed #ccd0d4;
  color: #555d66;
  font-size: 13px;
}

/* mobile: non tagliare il video */
@media (max-width: 950px) {
  .lpz-bg-video {
    min-height: auto !important;            /* ignora la min-height desktop */
    aspect-ratio: 16 / 9;        /* altezza automatica in base alla larghezza */
  }
  .lpz-bg-video__media {
    object-fit: contain;         /* evita lo zoom/crop */
    background: #000;            /* opzionale: colore dietro il video */
  }
}