rs-module-wrap#rev_slider_2_1_wrapper rs-arrow,
rs-module-wrap#rev_slider_2_1_wrapper rs-bullets {
    display: none !important;
}

.site-logo {
    text-align: center;
}

.mobile-menu-btn path {
    stroke: #ffffff;
}

.texInsideImg {
    position: absolute;
    color: white;
    left: 10%;
    top: 8%;
    font-size: 24px;
}

.bgCover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.bgCover:hover {
    background-image: none;
}

#owl_zone {
    padding: 0 30px !important;
}

.owl-prev {
    color: white;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 10px;
    font-size: 50px;
}

.owl-next {
    color: white;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 10px;
    font-size: 50px;
}

.owl-prev i {
    color: white;
}

.owl-next i {
    color: white;
}

.carousel img {
    min-width: 100%;
    height: auto;
}

.site-menu .menu>li,
.site-menu .menu>ul>li {
    padding: 0 10px;
}

.bottone {
    height: 5px;
    width: auto;
}

.button-28 {
    appearance: none;
    background-color: transparent;
    border: 2px solid #3b3c40;
    border-radius: 15px;
    box-sizing: border-box;
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 15px 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
    text-align: center;
}

.button-28:focus {
    color: #fff;
    background-color: #3b3c40;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
    border-color: #3b3c40;
}

.button-28:hover {
    color: #fff;
    background-color: #3b3c40;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
    border-color: #3b3c40;
}

.button-28:active {
    box-shadow: none;
    transform: translateY(0);
}

#storiaHomePage {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.servizi {
    display: flex;
    padding: 0 30px!important;
    align-items: flex-start;
}

.servizi .vc_column-inner {
    padding: 0 15px;
}

.titoloServizi {
    /* font-style: oblique; */
    color: #3b3c40;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}


/* form contatti */

#oscuramento {
    top: 0;
    right: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999999998;
    background-color: rgba(0, 0, 0, 0.4);
}

#contatti-sidebar {
    transition: all 0.3s;
    transition-timing-function: ease-in;
    width: 350px;
    height: 100%;
    background-color: #3b3c40;
    z-index: 999999999999999;
    position: fixed;
    top: 0;
    right: -350px;
}

@media screen and (min-width: 700px) {
    #contatti-sidebar {
        width: 700px;
        right: -700px;
    }
}

.aperto {
    right: 0!important;
}

.chiuso {
    width: 0!important;
}

#dismissContatti {
    color: white;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    cursor: pointer;
}

a[onclick] {
    cursor: pointer;
}


/* form */

#formContatti {
    margin-top: 5vh;
}

#formContatti .row {
    padding: 10px 10%;
}

#formContatti input,
#formContatti textarea {
    width: 100%;
    /* margin-bottom: 40px; */
    padding: 0 10px 10px 10px;
}

#formContatti button {
    width: 50%;
    align-items: center;
}

#formContatti .button-28 {
    appearance: none;
    background-color: white;
    border: 2px solid white;
    border-radius: 15px;
    box-sizing: border-box;
    color: #3b3c40;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 15px 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
    text-align: center;
}

#formContatti .button-28:focus {
    color: #3b3c40;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
    border-color: white;
}

#formContatti .button-28:hover {
    color: #3b3c40;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
    border-color: white;
}

#formContatti .button-28:active {
    box-shadow: none;
    transform: translateY(0);
}

.floating {
    padding: 5px 20px;
    margin: 10px 0;
}

.form-group.floating>input {
    /* position: relative; */
    padding: 5px;
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    color: white;
}

.form-group.floating>textarea {
    /* position: relative; */
    padding: 5px;
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    color: white;
}

.form-group.floating>label {
    position: absolute;
    left: 25px;
    top: 0px;
    color: white;
    transition: all 0.05s ease-in;
}

.form-group.floating>input.notVuoto~label {
    /* position: absolute;
    left: 25px;
    top: -20px;
    color: white; */
    top: -20px;
    font-size: 14px;
}

.form-group.floating>textarea.notVuoto~label {
    /* position: absolute;
    left: 25px;
    top: -20px;
    color: white; */
    top: -20px;
    font-size: 14px;
}

.form-group.floating>input:focus~label,
.form-group.floating>textarea:focus~label {
    /* position: absolute;
    left: 25px;
    top: -20px;
    color: white; */
    top: -20px;
    font-size: 14px;
}

#headerFormContattaci {
    display: flex;
    margin-top: 30px;
    padding: 20px;
    color: white;
}

#titoloFormContattaci {
    font-size: 22px;
    width: 100%;
    text-align: center;
}

#campiObbligatoriFormContattaci {
    text-align: center;
}

#contatti-sidebar #campiObbligatoriFormContattaci {
    color: white;
}

.tm-robin-brands-carousel .tm-carousel-item {
    margin: 0 40px;
}


/* footer */

.site-footer {
    padding-top: 30px;
}

#footer>.container.wide {
    margin-top: 30px;
    margin-bottom: 30px;
}

#logoFooter {
    text-align: center;
}

#logoFooter img {
    max-width: 150px;
    margin-bottom: 20px;
}

#menuFooter {
    display: flex;
    align-items: center;
    justify-content: center;
}

#menuFooter #linkSito a,
#menuFooter #otherLink a {
    padding: 0 10px;
}

#linkSito {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}

#info {
    display: flex;
    justify-content: space-around;
}

#socialFooter {
    /* text-align: center; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

#socialFooter i {
    font-size: 20px;
    margin: 0 10px;
}

#footer .row a {
    color: white;
}

#footer .row div {
    /* margin: 10px 0; */
    color: white;
}

.scroll-to-top {
    background-color: black!important;
}

#captcha {
    margin: 0 auto;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

rs-module-wrap,
rs-module,
rs-fw-forcer {
    max-height: 450px !important;
}

.wpb_wrapper#descrizionePage p span {
    font-size: 20px;
}

.wpb_wrapper#descrizionePage p {
    margin-bottom: 20px;
}

.wpb_wrapper#descrizionePage {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.linkBrand {
    justify-content: space-around;
    padding: 0 !important;
}

.linkBrand .wpb_wrapper {
    text-align: center;
}

.boxBrand {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    border-radius: 2px;
    height: 200px;
    margin: 1rem;
    position: relative;
    width: 90%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.boxBrand:hover {
    background: #000000;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.logoBrand {
    width: 100%;
    height: 100%;
}

.logoNero {
    display: block;
}

.logoBianco {
    display: none;
}

.boxBrand:focus svg,
.boxBrand:hover svg {
    fill: #ffffff;
}

.boxBrand:focus .logoBrand.logoNero,
.boxBrand:hover .logoBrand.logoNero {
    display: none !important;
}

.boxBrand:focus .logoBrand.logoBianco,
.boxBrand:hover .logoBrand.logoBianco {
    display: block !important;
}

#istruzioniBrand {
    padding: 0 !important;
}

#istruzioniBrand div {
    padding: 0;
}

#imgIstruzioni {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.borderTB {
    border-top: 1px solid #3b3c40;
    border-bottom: 1px solid #3b3c40;
}

#istruzioniBrandTxt {
    color: black;
    font-size: 20px;
}

.previewCollezioni {
    padding: 0!important;
}

.imgCollezioni {
    height: 100%;
    width: 100%;
}

.testoCollezioni {
    display: flex;
    flex-direction: column;
}

.titoloCollezione {
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
    background: #3b3c40;
    color: white;
    padding: 10px 20px;
    border-radius: 1px;
}

.descrizioneCollezione {
    padding: 0 10%;
}

#captchaPolicy a {
    color: white;
    font-style: italic;
}

.owl-stage {
    margin: 0 auto;
}

.serviziTesto {
    padding: 0 20px;
}

.site-copyright {
    padding: 20px 0;
}

.site-footer>.container {
    padding-bottom: 0;
}

.mb20 {
    margin-bottom: 20px;
}

#container-brand {
    display: flex;
    background: rgba(0, 0, 0, 0.95);
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.conteiner-brand-singolo {
    min-width: 150px;
    min-height: 150px;
    width: 150px;
    height: 150px;
    border: 1px white solid;
    margin: 10px;
}

.conteiner-brand-singolo svg {
    fill: white;
    height: 100%;
    width: 100%;
}

.boxBrand2 {
    width: 250px;
    height: 250px;
    display: flex;
}

@media screen and (max-width: 599px) {
    .boxBrand2 {
        width: 150px;
        height: 150px;
        display: flex;
    }
}

#containerBrand2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

@media screen and (min-width: 1199px) {
    .boxBrand2.resto {
        width: 200px;
        height: 200px;
        display: flex;
    }
}

.site-menu .menu>ul>li>a:hover,
.site-menu .menu>li>a:hover,
.site-header.sticky-header .site-menu .menu>ul>li>a:hover,
.site-header.sticky-header .site-menu .menu>li>a:hover {
    color: #999999;
}

.site-header .site-menu .menu>ul>li:hover>a,
.site-header .site-menu .menu>li:hover>a {
    color: #999999 !important;
}

.site-header .site-menu .menu>ul>li>a:after,
.site-header .site-menu .menu>li>a:after {
    background-color: #999999 !important;
}

#cookieChoiceInfo a {
    color: white;
}

#cookieChoiceInfo a:hover {
    color: white;
}

#linkCookieEsterni a:hover,
#linkCookieEsterni a:focus {
    color: #999999;
}

.logo-mobile.hidden-lg-up {
    max-height: 100px;
}

#elementiArredoBanner {
    padding: 0 30px!important;
}

.texInsideImgCenter {
    width: 400px;
    left: 50%;
    margin-left: -200px;
    text-align: center;
    top: 8%;
    font-size: 24px;
    position: absolute;
    color: white;
}

.site-menu .menu>ul>li .children li.page_item:hover>a,
.site-menu .menu>li .sub-menu li.menu-item:hover>a,
.site-menu .menu>ul>li .children li.page_item.current_page_item>a,
.site-menu .menu>li .sub-menu li.menu-item.current-menu-item>a {
    color: #999999;
}

.site-menu .menu>ul>li .children li.page_item:before,
.site-menu .menu>li .sub-menu li.menu-item:before {
    background-color: #999999;
}

.boxBrand2 svg:hover,
.boxBrand2 svg:focus {
    background-color: black;
    fill: white;
}

.boxBrand2:hover .logoBrand.logoNero,
.boxBrand2:focus .logoBrand.logoNero {
    display: none;
}

.boxBrand2:hover,
.boxBrand2:focus {
    background-color: black;
}

.boxBrand2:hover .logoBrand.logoBianco,
.boxBrand2:focus .logoBrand.logoBianco {
    display: block;
}

#menuHeaderCollezioni:before {
    right: -5px;
}

a:hover,
a:focus,
.site-mobile-menu .menu-show-all>a,
.topbar .switcher .nice-select:hover .current,
.topbar .switcher .nice-select:hover:after,
.topbar .switcher .nice-select .option:hover,
.cookie-wrapper a,
.entry-meta .meta-author a,
.shop-loop-head .switcher.active,
.shop-loop-head .switcher:hover,
.product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.woocommerce.single-product .product .summary .product-meta-buttons>div a:hover,
.woocommerce.single-product .product .summary table.product_meta td.value a:hover,
.woocommerce.single-product .product .summary table.product-share td.value a:hover,
.wc-tabs li.active>a,
.category-grid-item:hover .product-category-content .category-link a,
.category-grid-item:hover .product-category-content .category-link:after,
.col-switcher a.active {
    color: #999999;
}

.site-menu .menu>ul>li .children a:hover,
.site-menu .menu>li .sub-menu a:hover,
.site-header.sticky-header .site-menu .menu>ul>li .children a:hover,
.site-header.sticky-header .site-menu .menu>li .sub-menu a:hover {
    color: #999999;
}

.site-menu .menu li.menu-item:hover>.children,
.site-menu .menu li.menu-item:hover>.sub-menu,
.site-menu .menu li.page_item:hover>.children,
.site-menu .menu li.page_item:hover>.sub-menu {
    top: 80%;
}

#contattiLeft {
    height: 100%;
    background-color: black;
}

#contattiRight {
    height: 100%;
    background-color: white;
}


/* .site-header.sticky-header {
    z-index: 9999;
} */

.site-header.header-wide {
    z-index: 9999;
}

.site-header {
    border-bottom: none;
}

.scroll-to-top,
.post-tags .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.widget_shopping_cart .button:hover,
.widget_shopping_cart .button:focus,
button.alt,
input[type="submit"].alt,
input[type="button"].alt,
a.button.alt,
.tm-button.button.alt,
button.alt-button,
input[type="submit"].alt-button,
input[type="button"].alt-button,
a.button.alt-button,
.tm-button.button.alt,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.button:hover,
.tm-button.button:hover,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
a.button:focus,
.tm-button.button:focus,
.woocommerce-checkout form.checkout_coupon .button,
#customer_login .woocommerce-Button[name="register"],
.woocommerce .order-again .button.tm-products-filter ul li>a:after,
.page-header__prev-item:hover>a,
.page-header__next-item:hover>a,
.product-categories-menu .cat-item a:after,
.woocommerce .order-again .button:hover,
.woocommerce.single-product .product .product-tabs-wrapper .wc-tabs li:after,
.woocommerce .order-again .button,
.ui-slider .ui-slider-handle,
.ui-slider .ui-slider-range,
.tm-robin-mailchimp .title:after,
.tm-robin-products-widget .product-buttons>div a:hover,
.tm-robin-products-grid-hot.enable-carousel .slick-arrow:hover:before,
.categories-icon-list>[class*=' col-']:hover,
.tm-products-filter ul li>a:after,
.wb-allview-formcnt .wb-allview-lettercnt .wb-wb-allview-letters:hover,
.wb-allview-formcnt .wb-allview-lettercnt .wb-wb-allview-letters:focus,
.wb-bx-controls.wb-bx-has-controls-direction .wb-bx-prev:hover,
.wb-bx-controls.wb-bx-has-controls-direction .wb-bx-next:hover,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-tab>a:after,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel .vc_tta-panel-title>a:after,
.tm-robin-simple-banner .third-line:after,
.wb-bx-wrapper.wb-carousel-robin .wb-bx-pager.wb-bx-default-pager .wb-bx-pager-item a:hover,
.wb-bx-wrapper.wb-carousel-robin .wb-bx-pager.wb-bx-default-pager .wb-bx-pager-item a.active,
.site-footer .mc4wp-form button[type="submit"]:hover,
.woocommerce .widget_layered_nav.yith-woocommerce-ajax-product-filter ul.yith-wcan-label li a:hover {
    background-color: #999999;
}

@media screen and (max-width: 1199px) {
    .tm-products-filter ul li>a {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .tm-products-filter ul li>a {
        font-size: 12px;
    }
}

@media screen and (min-width: 460px) {
    .prezzoScontato {
        float: right;
    }
}

.backgroundZoom {
    display: none;
}


.prodotto .backgroundZoom {
    /* display: block; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.prodotto .backgroundZoomInside {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    font-size: 30px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: white;
}

.backgroundZoomInside {
    display: none;
}
.prodotto:hover .backgroundZoom {
    display: block;
}
.prodotto:hover .backgroundZoomInside {
    display: flex;
}

.fotoSecondarie {
    display: none!important;
}

.linkScheda {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
}

#carouselZone.owl-carousel.owl-loaded,
#carouselZone.owl-carousel .owl-item .zoneCoverDiv {
    max-height: 400px;
    height: 400px;
}

rs-slide {
    margin-top: -110px!important;
    height: 150%!important;
}

@media screen and (max-width: 599px) {
    #carouselZone.owl-carousel.owl-loaded,
    #carouselZone.owl-carousel .owl-item .zoneCoverDiv {
        max-height: 450px;
        height: 450px;
    }
    rs-slide {
        margin-top: -110px!important;
        height: 125%!important;
    }
}

.site-mobile-menu {
    padding: 50% 0;
    z-index: 99999;
}

.site-mobile-menu,
#site-mobile-menu .open-child,
#site-mobile-menu .sub-menu,
#site-mobile-menu .menu-back {
    background-color: #3b3c40!important;
    color: white!important;
}

#site-mobile-menu .menu-back a {
    opacity: 1!important;
}

.site-mobile-menu,
.site-mobile-menu a {
    color: white!important;
}

#site-mobile-menu li {
    border: none;
}

#socialMobileMenu {
    margin-top: 110px;
    display: flex;
    justify-content: space-evenly;
}

.testoAzienda {
    padding: 0 30px;
}

@media only screen and (orientation: landscape) {
    .site-mobile-menu {
        padding: 0;
    }
    #socialMobileMenu {
        margin-top: 80px;
    }
}

@media screen and (max-width: 550px) {
    .visibileDesktop {
        display: none!important;
    }
    .visibileMobile {
        display: block!important;
    }
}

@media screen and (min-width: 551px) {
    .visibileDesktop {
        display: block!important;
    }
    .visibileMobile {
        display: none!important;
    }
}

#istruzioniBrandTxtMobile {
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    padding: 30px;
    text-align: center;
    font-size: 18px;
}

.textShadow {
    /* text-shadow: rgb(40 40 40) 9px 5px 6px; */
    text-shadow: 2px 2px 2px rgba(82, 82, 82, 1);
}

@media screen and (max-width: 900px) {
    rs-layer.textShadow {
        margin-top: 200px;
        font-size: 46px!important;
    }
}

.serviziNumero {
    font-family: "Playfair Display", 'Times New Roman', Times, serif;
    font-weight: 700;
    font-style: normal;
    color: black;
    display: flex;
    font-size: 50px;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin-bottom: -4px;
    width: 50px;
}

.serviziTitolo {
    display: flex;
    align-items: flex-end;
    font-size: 24px;
    color: black;
    font-weight: 600;
    padding: 0 0 0 20px;
}

.bloccoServizio {
    margin-bottom: 40px;
}

.titoloBanner1 {
    font-size: 74px;
    color: white;
}

.titoloBanner2 {
    font-size: 54px;
    color: white;
    line-height: 53px;
}

@media screen and (max-width: 767px) {
    .tm-products-filter {
        margin-bottom: 50px;
        margin-top: -20px;
    }
    .titoloBanner1 {
        font-size: 36px;
    }
    .titoloBanner2 {
        font-size: 30px;
        line-height: 30px;
    }
}


/* banner */

.hero-wrapper {
    transition: all 1s;
    clear: both;
    position: relative;
    width: 100%;
    text-align: center;
    font: 18px helvetica, sans-serif;
    color: white;
}

.entra {
    /* transform: translateX(100%); */
}

.hero {
    /* transition: all 1s; */
    background-color: #ebebeb;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 450px;
    margin-left: -100%;
}

.hero2 {
    /* transition: all 1s; */
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 450px;
    /* margin-left: -100%; */
}

#carouselBannerHead {
    margin-left: -100%;
}

#carouselBannerHead button i {
    font-size: 40px;
    /* text-shadow: rgb(40 40 40) 9px 5px 6px; */
    text-shadow: 2px 2px 2px rgba(82, 82, 82, 1);
}

#carouselBannerHead .owl-prev {
    left: 20px;
}

#carouselBannerHead .owl-next {
    right: 20px;
}

.breadcrumb {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 99;
    color: white;
    background-color: rgba(59, 60, 64, 0.5);
    padding: 7px 20px;
    width: 100%;
    font-size: 18px;
}

.breadcrumb a {
    color: white;
}

.hero-sizing {
    padding-top: 33%;
}

.hero-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.hero-content:before {
    content: ' ';
    display: block;
    height: 65%;
}

.hero-content h1,
.hero-content p {
    margin-top: 0px;
    margin-bottom: 6px;
    color: white;
    font-size: 60px;
}

.hero-content2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.hero-content2:before {
    content: ' ';
    display: block;
    height: 65%;
}

.hero-content2 h1,
.hero-content2 p {
    margin-top: 0px;
    margin-bottom: 6px;
    color: white;
    font-size: 60px;
}

.textOver {
    position: absolute;
    top: 60%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    text-align: center;
    width: 100%;
    pointer-events: none;
    opacity: 0;
}

.previewCollezioni a {
    appearance: none;
    background-color: transparent;
    border: 2px solid #3b3c40;
    border-radius: 15px;
    box-sizing: border-box;
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 15px 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
    text-align: center;
}

.previewCollezioni a:focus {
    color: #fff;
    background-color: #3b3c40;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
    border-color: #3b3c40;
}

.previewCollezioni a:hover {
    color: #fff;
    background-color: #3b3c40;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
    border-color: #3b3c40;
}

.previewCollezioni a:active {
    box-shadow: none;
    transform: translateY(0);
}

.previewCollezioni {
    opacity: 0;
}

.product-title {
    font-size: 20px;
    margin: 10px 0;
}

.galleryPresente {
    position: absolute;
    color: white;
    font-size: 30px;
    top: 5px;
    left: 5px;
}

@media (max-width: 1199px) {
    .logo-mobile.hidden-lg-up {
        display: block!important;
    }
}

.nascondi {
    display: none;
}

#contattoSuccess {
    align-items: center;
    justify-content: center;
    height: 400px;
}

.wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3b3c40
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none
    }
    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}

@media (max-width: 600px) {
    .slick-current.slick-active.slick-center {

    }
}
@media (max-width: 982px) {
    #pipeNoMobile {
        visibility: hidden;
    }
}
.product-info , .product-thumb {
    width: 100%;
}
.prodotto {
    margin: 30px 0 0 0;
}
.prodotto.nascondi {
    display: none!important;
}
.filterOutlet {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.filterOutlet .filtro {
    margin: 20px 10px;
}
.filterOutlet .filtro a {
    padding: 10px 15px;
    border: 1px black solid;
    border-radius: 10px;
    /* margin: 10px 20px; */
}
.filterOutlet .filtro a.active {
    color: white;
    background-color: black;
}
.filterOutlet .filtro a:hover {
    color: black;
}
.filterOutlet .filtro a.active:hover {
    color: white;
}
