/*
Theme Name: Savoye Child Theme
Theme URI: https://shtheme.com/demosd/savoye
Description: This is child theme of savoye
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain:  savoye-child
Template: savoye
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/


/* STILE DEL SITO - Micaela */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --main-color: #64B3B6;
}

/* font globali */
h1{    /*titolo homepage*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 54px;
    line-height: 54px;
    margin: 0;
    color: #F7F7F5;
}
h2{   /* titoli dei paragrafi interni al sito */
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 45px;
    line-height: 45px;
    margin: 0;
    color: #383E42;
}
h3{ /*titolo che nella home è in fondo con parte evidenziata */
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 37px;
    margin: 0;
    color: #383E42;}
h4{  /* titoli dei materiali dei cantiere in homepage */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #64B3B6;
}
h5{  /* editor di testo più grandi per footer */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #ffffff;
}
h6 {        /* EDITO DI TESTO - TEXT - MA ANCHE BOTTONI  */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #383E42;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75em;
    color: #555;
    margin-bottom: 0px;
    letter-spacing: 0.25px;
}
.sovra-impressione{
    border: 1px solid #64B3B6;
    padding: 15px 30px;
}
.sovra-impressione b{
    color: #333;
    font-weight:700;
}
@media(max-width: 1366px){

    h2{   /* titoli dei paragrafi interni al sito */
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 40px;
        line-height: 40px;
        margin: 0;
        color: #383E42;
    }
    h3{ /*titolo che nella home è in fondo con parte evidenziata */
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 26px;
        line-height: 34px;
        margin: 0;
        color: #383E42;}

}
@media (max-width: 1024px){
    h1{    /*titolo homepage*/
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 54px;
        line-height: 54px;
        margin: 0;
        color: #F7F7F5;
    }
    h2{   /* titoli dei paragrafi interni al sito */
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 34px;
        line-height: 34px;
        margin: 0;
        color: #383E42;
    }
    h3{ /*titolo che nella home è in fondo con parte evidenziata */
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 22px;
        line-height: 32px;
        margin: 0;
        color: #383E42;}
    h4{  /* titoli dei materiali dei cantiere in homepage */
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        margin: 0;
        color: #64B3B6;
    }
    h5{  /* editor di testo più grandi per footer */
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        margin: 0;
        color: #ffffff;
    }
    h6 {        /* EDITO DI TESTO - TEXT - MA ANCHE BOTTONI  */
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 23px;
        margin: 0;
        color: #383E42;
    }

    p {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.75em;
        color: #555;
        margin-bottom: 0px;
        letter-spacing: 0.25px;
    }

    .header .caption h1 {
        position: relative;
        font-family: 'Montserrat', sans-serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 300;
        letter-spacing: -1.08px;
        text-transform: none;
        color: #F7F7F5;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
        margin: 0;
        padding: 0;
    }

    .header .caption h6 {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        line-height: 40px;
        letter-spacing: 0;
        font-weight: 400;
        color: #64B3B6;
        text-align: left;
        text-transform: uppercase;
    }

}
@media (max-width: 767px){
    h1{    /*titolo homepage*/
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 54px;
        line-height: 54px;
        margin: 0;
        color: #F7F7F5;
    }
    h2{   /* titoli dei paragrafi interni al sito */
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 30px;
        line-height: 36px;
        margin: 0;
        color: #383E42;
    }
    h3{ /*titolo che nella home è in fondo con parte evidenziata */
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 30px;
        margin: 0;
        color: #383E42;}
    h4{  /* titoli dei materiali dei cantiere in homepage */
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        margin: 0;
        color: #64B3B6;
    }
    h5{  /* editor di testo più grandi per footer */
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        margin: 0;
        color: #ffffff;
    }
    h6 {        /* EDITO DI TESTO - TEXT - MA ANCHE BOTTONI  */
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 23px;
        margin: 0;
        color: #383E42;
    }

    p {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.75em;
        color: #555;
        margin-bottom: 0px;
        letter-spacing: 0.25px;
    }

    .header .caption h1 {
        position: relative;
        font-family: 'Montserrat', sans-serif;
        font-size: 33px !important;
        line-height: 44px !important;
        font-weight: 300;
        letter-spacing: -1.08px;
        text-transform: none;
        color: #F7F7F5;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
        margin: 0;
        padding: 0;
    }

    .header .caption h6 {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px !important;
        line-height: 35px;
        letter-spacing: 0;
        font-weight: 400;
        color: #64B3B6;
        text-align: left;
        text-transform: uppercase;
        /*new */
        margin-top: -8%;
    }
    .titolo-animato{ /* parte evidenziata del titolo di finale di homepage */
        text-align: center;
        font-family: "Nanum Pen Script", cursive;
        font-size: 33px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #64B3B6;
    }

}






/* Restano fuori dai font globali:
    --> copyright footer (font-size 13px)
    --> "cantiere agrumella" in homepage (font-size 18 -48)
    --> blocco titolo sezione + svg in homepage (font-size 18- 48) (questi ultimi 2 saranno fatti in html-elementor)
 */

.header .caption h1 { /*questo era gestito a parte*/
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 54px;
    line-height: 54px;
    font-weight: 300;
    letter-spacing: -1.08px;
    text-transform: none;
    color: #F7F7F5;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    margin: 0;
    padding: 0;
}
/*questi due sono per CANTIERE AGRUMELLA in homepage*/
[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0 10%;
}
.header .caption h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 0;
    font-weight: 400;
    color: #64B3B6;
    text-align: left;
    text-transform: uppercase;
}
.header .caption h6::before {
    position: relative;
    top: 0px;
    content: '';
    background-color: #64B3B6;
    width: 47px;
    height: 2px;
    margin-right: 15px;
}
/*editor di testo dello stesso blocco */
.header .caption p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 20px 0 10px 0;
    padding: 0;
    color: #F7F7F5;
    letter-spacing: -0.28px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    text-align: left;
}
.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    height: 2px;
    width: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.slider-services-box .slider-services-box-info:hover {
    background-color: #fff;
    box-shadow: 0px 0px 80px #0000001A;
}
/*bottone con animazione dello stesso blocco */
.header .caption .btn {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    color: #F7F7F5;
    background: #64B3B6;
    /* NON POSSO METTERE IL PADDING ALTRIMENTI ROMPO L'ANIMAZIONE */
}
.trsp-btn::before, .flat-btn::before {
    background: #F7F7F5;
}
.titolo-animato{ /* parte evidenziata del titolo di finale di homepage */
    text-align: center;
    font-family: "Nanum Pen Script", cursive;
    font-size: 54px;
    line-height: 37px;
    letter-spacing: 0px;
    color: #64B3B6;
}
.titolo-materiali{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0;
    color: #64B3B6;
    margin: 0;
    padding: 0;
}
@media(max-width: 1024px){
    .titolo-materiali{
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        text-align: left;
        letter-spacing: 0;
        color: #64B3B6;
        margin: 0;
        padding: 0;
    }

    .titolo-timeline {
        font-family: "Montserrat", sans-serif;
        font-size: 11px !important;
        line-height: 16px !important;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0;
        color: #64B3B6;
        margin: 0;
        padding: 0;
        width: 82px;
    }
    .numeri-cantiere{
        color: #64b3b6;
        font-size: 48px !important;
        line-height: 40px !important;
        font-weight: 300;
    }
}

.numeri-cantiere{
    color: #64b3b6;
    font-size: 54px;
    line-height: 48px;
    font-weight: 300;
}

.titolo-timeline{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
    color: #64B3B6;
    margin: 0;
    padding: 0;
}
/* SERVIZI - SECONDO BLOCCO */
.services-icon {
    height: 60px;
    width: 60px;
    margin-bottom: 0;
}
.slider-services-box-info h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    color: #383E42;
}
/* RENDIAMO STICKY IL MENU */
/* 1) Prima prova: rendi sticky l'intero header (soluzione più affidabile) */
header.elementor-location-header {
    position: -webkit-sticky; /* compatibilità Safari */
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #ffffff; /* evita trasparenze che fanno vedere il contenuto sottostante */
    -webkit-backdrop-filter: none; /* se usi backdrop-filter, può creare problemi visivi */
    box-shadow: 0px 0px 80px #0000001A;
}

/* 2) Alternativa: applica allo specifico container (se preferisci) */
.elementor-element-2d2f351.e-con {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
}

/* 3) Evita che il contenuto "salti" se passi a fixed (solo per il fallback JS) */
body.sticky-active {
    --header-height: 70px; /* valore di esempio, il JS lo aggiorna automaticamente se usi lo script sotto */
    padding-top: var(--header-height);
}
.ti-location-pin { /* roba che non si toglie da sopra lo slider di elementor*/
    display: none;
}
/* PAGINAZIONE CAROSELLO */
/* DOT base */
.owl-theme .owl-dots .owl-dot {
    position: relative;
    background-color: transparent;
    margin: 0 4px;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #e2d1be;
    display: inline-block;
    text-align: center;
    transition: all 0.3s linear;
    border-radius: 0;
    -webkit-border-radius: 0;
}

/* DOT in hover (blu più chiaro) */
.owl-theme .owl-dots .owl-dot:hover {
    background-color: #ffffff; /* colore hover */
    border-color: #ffffff;
}

/* DOT attivo (blu più scuro) */
.owl-theme .owl-dots .owl-dot.active {
    background-color: #64B3B6; /* colore active */
    border-color: #64B3B6;
}

/* Per compatibilità vecchia */
.owl-theme .owl-dots .owl-dot {
    zoom: 1;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
    margin-bottom: 30px;
    display: none !important;
}

/*FOCUS DEL MENU PRINCIPALE IN ALTO */
 .elementor-1708 .elementor-element.elementor-element-6320c81 
 .elementor-nav-menu--main 
 .elementor-item.elementor-item-active, 
 .elementor-1708 .elementor-element.elementor-element-6320c81 .elementor-nav-menu--main .elementor-item:focus {
  color: var( --e-global-color-primary );
  fill: var( --e-global-color-primary );
  font-weight: 700;
}

 #breadcrumbs{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    letter-spacing: 0;
 }
/* FINE STILE DEL SITO */


.alignright{
    float: right;
    margin-left: 25px;
}

.alignleft{
    float: left;
    margin-right: 20px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 25px;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 20px;
}

.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #333;
}

.screen-reader-text {
    display: none;
}

p.comment-form-cookies-consent{
    display: none;
}
.search-custom form button {
    border: 1px solid var(--main-color);
    color: #fff;
    font-size: 15px;
    height: 45px;
    position: relative;
    width: 45px;
    cursor: pointer;
    float: right;
    background: var(--main-color);
    margin-top: -55px;
    padding: 0;
    letter-spacing: 0;
    line-height: 1;
}
.search-custom form button:focus{
    outline: none;
}
.search-custom form button:hover{
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
.search-custom form input{
    width: 100%;
    padding: 9px;
    margin-top: 10px;
    border:1px solid #ede3d8;
}
.search-custom h4{
    font-size: 20px;
}
a.comment-reply-link{
    font-size: 15px;
    color: var(--main-color);
    margin: 0;
    font-weight: 400;
}
p.form-submit input.submit{
    color: #fff;
    background: var(--main-color);
    cursor: pointer;
    padding: 12px 24px 9px 24px;
    position: relative;
    font-size: 17px;
    letter-spacing: 4px;
    transition: all 200ms linear;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    font-weight: 400;
    border: 1px solid transparent;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 0;
}
p.form-submit input.submit:hover {
    border: 1px solid var(--main-color);
    background: #fff;
    color: var(--main-color);
}
h3.comment-reply-title{
    font-size: 36px;
}
.mr-8{
    margin-right: 8.333333333%;
}
.blog-sidebar .search form button{
    line-height: 2;
}
.blog-sidebar .wp-tag-cloud li {
    margin: 3px !important;
    padding: 7px 20px;
    background-color: var(--main-color);
    color: #fff !important;
    float: left;
}
.blog-sidebar ul.wp-tag-cloud li a {
    font-size: 15px!important;
    color: #fff;
}
.blog-sidebar ul.wp-tag-cloud li:hover, .blog-sidebar ul.wp-tag-cloud li a:hover {
    background-color: #272727;
    color: #fff;
}
ul.pagination{
    margin: 30px 0;
    text-align: center;
    display: block;
}
ul.pagination li {
    display: inline-block;
    margin: 0 5px;
}
ul.pagination li a ,
ul.pagination li span{
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #555;
    font-weight: 400;
    border: 1px solid #f6f6f6;
    font-size: 17px;
}
ul.pagination  li span.current {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
ul.pagination li a:hover {
    opacity: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
a.nav-link i{
    font-size: 9px;
    padding-left: 2px;
}
.navbar .navbar-nav .active a {
    color: var(--main-color) !important;
}
ul.dropdown-menu li{
    padding: 5px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #666;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    background-color: #fff;
    display: block;
}
ul.dropdown-menu li:last-child{
    border-bottom: none;
}
ul.dropdown-menu li:hover{
    background: transparent;
    padding-left: 20px;
    color: var(--main-color);
}
.pagination li a i {
    font-size: 11px;
}
.navbar .navbar-nav li.active ul li a {
    color: #666 !important;
}
.navbar .navbar-nav li.active ul li:hover a{
    color: var(--main-color)!important;
}
.wpcf7-form-control-wrap{
    width: 100%;
}
.wpcf7 form .wpcf7-response-output{
    margin: 10px 0 0 0 ;
}



.dark{
    color: #999;
    background: #272727;
}
.dark p{
    color: #999;
}
.dark .savoye-comment-section h6{
    color: #fff;
}
.dark .savoye-comment-section h6 span{
    color: #999;
}
.dark h3.comment-reply-title{
    color: #999;
}
.dark input, .dark textarea , .dark input::placeholder, .dark textarea::placeholder{
    color: #999;
}
.dark p.form-submit input.submit:hover{
    background-color: #272727;
}
.dark #comment-form input, .dark textarea{
    border-bottom-color: #323232;
}
.dark [data-overlay-darkgray] p {
    color: rgba(255, 255, 255, 0.7);
}
.dark .section-title{
    color: #fff;
}
.dark .main-footer.dark{
    background: #272727;
}
.dark .main-footer .fothead h6{
    color: #fff;
}
.dark .main-footer .usful-links ul li a {
    color: rgba(255, 255, 255, 0.7);
}
.dark .main-footer .usful-links ul li a:hover {
    color: var(--main-color);
}
.dark .main-footer p, .dark .main-footer .abot p {
    color: rgba(255, 255, 255, 0.7);
}
.dark .main-footer .abot .social-icon a {
    color: rgba(255, 255, 255, 0.7);
}
.dark .main-footer .abot .social-icon a:hover {
    color: var(--main-color);
}
.dark .main-footer .sub-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.025);
}
.dark .main-footer .sub-footer p span {
    color: rgba(255, 255, 255, 0.1);
}
.dark .pagination li a{
    border: 1px solid #323232;
    color: #999;
}
.dark ul.dropdown-menu li{
    background-color: #323232;
    color: rgba(255, 255, 255, 0.7);
}
.dark ul.dropdown-menu li:hover{
    color: var(--main-color);
}
.dark .nav-scroll{
    background: #272727;
}
.dark .price .item.active .features li{
    color: #fff;
}
.dark .nav-scroll .navbar-nav .nav-link {
    color: rgba(255, 255, 250, 0.7);
}
.dark .nav-scroll .navbar-nav .nav-link:hover{
    color: var(--main-color);
}
.dark .dropdown-menu{
    background-color: #323232;
}
.dark .nav-scroll{
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.dark .banner-img:after{
    background: linear-gradient(to top, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 0.5) 100%, rgba(39, 39, 39, 0.2) 100%);
}
.dark .sidebar .sidebar-widget .widget-inner {
    background: #323232;
}
.dark .sidebar-title h5{
    color: #fff;
}
.dark .sidebar .services ul li,
.dark .sidebar .services ul li a{
    color: #999;
}
.dark .sidebar .services ul li:hover a,.dark .sidebar .services ul li.active a {
    color: #fff;
}
.dark .sidebar .help .phone a{
    color: #fff;
}
.dark .sidebar-title {
    border-bottom: 1px solid #444;
}
.dark .savoye-project-wrap p {
    color: var(--main-color);
}
.dark .navbar .navbar-nav li.active ul li.active a {
    color: var(--main-color) !important;
}
.dark .navbar .navbar-nav li ul li a {
    color: #999 !important;
}
.dark input.wpcf7-submit{
    color: #fff;
}
.dark.sidebar #savoye-aside{
    background: #272727;
    border-right: 1px
 solid rgba(255, 255, 255, 0.04);
}
.dark.sidebar #savoye-aside .savoye-logo h2{
    color: #fff;
}
#savoye-aside .savoye-main-menu > ul > li > a{
    color: #555;
}
.dark #savoye-aside .savoye-main-menu > ul > li > a{
    color: #999;
}
.dark.sidebar #savoye-aside .savoye-main-menu ul ul li:last-of-type {
    border-bottom: 1px
 solid rgba(255,255,255,0.02);
}
.dark .circle-fill circle {
    fill: rgba(255, 255, 255, 0.07);
    stroke: rgb(255, 255, 255);
}
.dark .preloader-bg,.dark #preloader{
    background: #272727;
}
.dark .logo-wrapper{
    background: #272727;
}
.dark .topbanner-footer h6{
    color: #fff;
}
.dark .topbanner-footer h5{
    color: #fff;
}
.dark [data-overlay-light] p  {
    color: rgba(255, 255, 255, 0.7);
}
.dark .topbanner-footer [data-overlay-light="4"]:before {
    opacity: 0.1;
}
.dark [data-overlay-light]:before {
    background: #272727;
}
.dark [data-overlay-light] span{
    color: #fff;
}
.dark .navbar .navbar-nav li ul li:hover a {
    color: var(--main-color) !important;
}

/* ======= Slider Services Box style  ======= */
.slider-services-wrapper {
    position: relative;
}
.slider-box-content.box-up {
    z-index: 28;
    position: relative;
    padding: 0;
    margin-top: 0 !important;  /* modify */
}
@media (min-width: 768px) {
    .offset-md-6 {
        margin-left: 0 !important; /* modify */
    }

    hr {
        visibility: hidden !important;
        height: 0;
        margin: 0;
        border: 0;
    }
}
/*parte sopra modificata in savoye e portata di qua*/

/* Sidebar*/

.sidebar #savoye-aside .savoye-main-menu > ul > li > a{
    border-bottom: 1px solid #f6f6f6;
}
.sidebar #savoye-aside .savoye-main-menu > ul li:last-child > a{
    border-bottom: none;
}

/* ======= Sidebar styles ======= */
.sidebar #savoye-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.sidebar #savoye-aside {
    padding: 60px 40px;
    width: 20.9%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 1001;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: none;
    border-right: 1px solid #f6f6f6;
    scrollbar-width: none;
}
.sidebar .container {
    padding-right: 60px;
    padding-left: 60px;
}
@media screen and (max-width: 1200px) {
    .sidebar #savoye-aside {
        width: 30%;
    }
}
@media screen and (max-width: 768px) {
    body.home {
        overflow-x: hidden !important;
    }
    .sidebar #savoye-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        padding: 60px 30px 0 30px;
    }
}
/* ======= Scrollbar ======= */

.sidebar ::-webkit-scrollbar {
    width: 0px;
}

.sidebar ::-webkit-scrollbar-track {
    background: #fff;
}

.sidebar ::-webkit-scrollbar-thumb {
    background: #171717;
}

.sidebar ::-webkit-scrollbar-thumb:hover {
    background: #171717;
}
/* logo */
.sidebar #savoye-aside .savoye-logo {
    text-align: center;
    margin-bottom: 75px;
    display: block;
}
.sidebar #savoye-aside .savoye-logo h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.sidebar #savoye-aside .savoye-logo span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 6px;
    display: block;
    margin-top: 0px;
    margin-left: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.sidebar #savoye-aside .savoye-logo .logo-img {
    width: 60px;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .sidebar #savoye-aside .savoye-logo {
        margin-bottom: 60px;
    }
}
.sidebar #savoye-aside .savoye-logo a {
    display: inline-block;
    text-align: center;
    color: var(--main-color);
}
.sidebar #savoye-aside .savoye-logo a span {
    display: block;
    margin-top: 0px;
}
/* Menu */
.sidebar #savoye-aside .savoye-main-menu,
.sidebar #savoye-aside .savoye-main-menu ul,
.sidebar #savoye-aside .savoye-main-menu ul li,
.sidebar #savoye-aside .savoye-main-menu ul li a {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar #savoye-aside .savoye-main-menu {
    margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
    .sidebar #savoye-aside .savoye-main-menu {
        margin-bottom: 30px;
    }
}
.sidebar #savoye-aside .savoye-main-menu ul ul {
    display: none;
}
.sidebar #savoye-aside .savoye-main-menu ul ul li:last-of-type {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 13px;
}
.sidebar #savoye-aside .savoye-main-menu > ul > li > a {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.25em;
    margin: 13px 0 0 0!important;
    padding: 0 0 13px 0;
    list-style: none;
}
.dark.sidebar #savoye-aside .savoye-main-menu > ul > li > a{
    border-bottom: 1px solid rgba(255,255,255,0.02);
}
.sidebar #savoye-aside .savoye-main-menu > ul > li > a:hover,
.sidebar #savoye-aside .savoye-main-menu > ul > li.active > a,
.sidebar #savoye-aside .savoye-main-menu > ul > li.open > a {
    color: var(--main-color);
}
.sidebar #savoye-aside .savoye-main-menu > ul > li.open > a {
    color: var(--main-color);
    margin: 13px 0 0 0;
    padding: 0 0 13px 0;
    list-style: none;
    border-bottom: none;
}
.sidebar #savoye-aside .savoye-main-menu > ul > li:last-child > a,
.sidebar #savoye-aside .savoye-main-menu > ul > li.last > a {}
.sidebar #savoye-aside .savoye-main-menu > ul > li > a:hover > span::after,
.sidebar #savoye-aside .savoye-main-menu > ul > li.active > a > span::after,
.sidebar #savoye-aside .savoye-main-menu > ul > li.open > a > span::after {
    border-color: var(--main-color);
}
.sidebar #savoye-aside .savoye-main-menu ul ul li a {
    padding: 8px 0 8px 15px;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.25em;
}
.sidebar #savoye-aside .savoye-main-menu ul ul li:hover > a,
.sidebar #savoye-aside .savoye-main-menu ul ul li.open > a,
.sidebar #savoye-aside .savoye-main-menu ul ul li.active > a {
    color: var(--main-color);
}
.sidebar #savoye-aside .savoye-main-menu ul ul ul li a {
    margin-left: 15px;
}
.sidebar #savoye-aside .savoye-main-menu > ul > li > ul > li:last-child > a,
.sidebar #savoye-aside .savoye-main-menu > ul > li > ul > li.last > a {
    padding-bottom: 8px;
}
.sidebar #savoye-aside .savoye-main-menu > ul > li > ul > li.open:last-child > a,
.sidebar #savoye-aside .savoye-main-menu > ul > li > ul > li.last.open > a {}
.sidebar #savoye-aside .savoye-main-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {}
.sidebar #savoye-aside .savoye-main-menu ul ul li.active > a::after,
.sidebar #savoye-aside .savoye-main-menu ul ul li.open > a::after,
.sidebar #savoye-aside .savoye-main-menu ul ul li > a:hover::after {}
/* important offcanvas for menu */
body.offcanvas {
    overflow-x: hidden;
}
body.offcanvas #savoye-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    z-index: 999;
    position: fixed;
}
body.offcanvas #savoye-main,
body.offcanvas .savoye-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}

/* ======= Content styles ======= */
.sidebar #savoye-main {
    width: 79.2%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 1200px) {
    .sidebar #savoye-main {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    .sidebar #savoye-main {
        width: 100%;
    }
    .sidebar .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}


/* Add*/
span.tag{
    text-transform: capitalize;
}
.elementor hr.line-vr-section{
    margin: -37px auto;
}
.YouTubePopUp-Wrap{
    background-color: rgba(0,0,0,0.8);
}
.main-footer .sub-footer p span{
    color: inherit;
}
.comming  input.wpcf7-submit{
    background-color: var(--main-color);
    padding: 10px 20px 6px 20px;
    border-radius: 0px;
    color: #fff;
    border: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
}

/******** Woocommerce ***********/


.swiper-container {
    width: 100%;
    margin-bottom: -15px;
}

.gallery-main .swiper-slide img {
    width: 100%;
    height: auto;
}

.gallery-thumbs .swiper-slide {
    width: auto;
    cursor: pointer;
    opacity: 0.6;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

@media (min-width: 991px) {
  .shop-details-area .product-gallery {
    float: left;
    width: 48%;
    clear: none;
    overflow: hidden;
  }

  .shop-details-area .product-gallery .gallery-thumbs .swiper-wrapper,
  .shop-details-area .product-gallery .gallery-thumbs {
    height: auto;
  }
}

.woocommerce .swiper-button-next, .swiper-rtl .swiper-button-prev,
.woocommerce .swiper-button-prev, .swiper-rtl .swiper-button-next {
  display: none;
}

.shop-details-area .product {
  margin-top: 60px;
}

.shop-details-area {
    padding-top: 90px;
}

h1.product_title {
    margin-bottom: 20px;
    font-size: 50px;
}

p.price {
    color: var(--main-color) !important;
    font-size: 32px !important;
    letter-spacing: 1px;
    margin-top: 20px;
}

div.woocommerce-product-details__short-description {
    float: right;
    padding: 25px 0;
    border-top: 1px solid rgba(197, 164, 126, 0.2);
}

.shop-details-area form.cart input[type="number"] {
    background: #cccccc54;
    border: none;
    height: 50px;
    padding-left: 15px;
    width: 60px;
    padding-right: 10px;
    outline: none;
    position: relative;
    top: 1px;
    margin-left: -4px;
    margin-right: -4px;
}

.shop-details-area .single_add_to_cart_button {
    font-weight: 400 !important;
    background: var(--main-color) !important;
    color: #fff !important;
    padding: 7px 25px !important;
    margin: 0;
    position: relative !important;
    font-size: 17px !important;
    text-transform: capitalize;
    height: 50px;
    border-radius: 0px !important;
    margin-left: 20px !important;
    outline: none;
    border: 1px solid var(--main-color)!important;
    position: relative;
    top: 1px;
}

.shop-details-area .single_add_to_cart_button:hover {
    background: #fff!important;
    color: var(--main-color)!important;
}

.shop-details-area div.product_meta span.posted_in, .shop-details-area div.product_meta span.tagged_as {
    display: block;
    padding-top: 15px;
}

.shop-details-area div.product_meta span.posted_in a:hover, .shop-details-area div.product_meta span.tagged_as a:hover {
    color: var(--main-color);
}

.yith-wcwl-add-to-wishlist-button {
    font-size: 17px;
}

.woocommerce-tabs {
    padding-top: 60px;
}

.woocommerce-tabs ul.tabs {
    margin-bottom: 50px !important;
    padding-left: 0px !important;
}

.woocommerce-tabs ul.tabs li {
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 30px;
    border: none !important;
    margin-right: 30px !important;
    background: none !important;
}

.woocommerce-tabs ul.tabs li a {
  font-size: 20px;
  font-weight: 500 !important;
  padding: 20px 40px !important;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  line-height: 1;
  border: 2px solid #ccc;
  color: #272727;
}

.woocommerce-tabs ul.tabs li.active a {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel > h2 {
    display: none;
}

.woocommerce-tabs #tab-attributes table {
    width: 70%;
}

#tab-attributes table th, #tab-attributes table tr, #tab-attributes table td {
    padding: 12px;
    padding-left: 15px;
    border: 1px solid #ccc;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 72px;
    background: transparent;
    border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding: inherit;
    padding-left: 50px;
}

.woocommerce-Reviews .comment-text p.meta strong {
    font-style: normal;
    line-height: 1.1;
    text-transform: capitalize;
    margin-right: 3px;
    color: #272727;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}


.woocommerce-review__dash {
    display: none;
}

.woocommerce-Reviews .comment-text p.meta time {
    font-size: 12px;
    color: #505050;
    font-weight: 400;
    margin-left: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

div.woocommerce-Reviews .comment-form-comment label {
    margin-bottom: 10px;
}

.woocommerce #respond input#submit {
    background: var(--main-color);
    color: #fff;
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 15px 32px;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 15px;
    border: 1px solid var(--main-color);
}

.woocommerce #respond input#submit:hover {
    background: #fff;
    color: var(--main-color);
}

.woocommerce-Reviews .comment-form-rating p.stars {
    width: 80%;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 10px;
}

.shop-details-area section.related.products {
    display: none;
}

.recent-shop-area {
    background: #f3ece5;
    padding-bottom: 90px;
    margin-bottom: 60px;
}

.rooms2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.rooms2 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.rooms2 .item .category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 3px;
    line-height: 1.5em;
}

.shop-area .item .category {
    background: var(--main-color);
    border: none !important;
}

.rooms2 .item .actions {
    height: 100%;
    position: absolute;
    left: 0;
    top: 45%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rooms2 .item:hover .actions {
    visibility: visible;
    opacity: 1;
}

.shop-area .product-item .actions .add_to_cart_inline {
    border: none !important;
    padding: 0px !important;
    margin: 0px;
    display: flex;
}

.shop-area .product-item .actions .add_to_cart_inline span.woocommerce-Price-amount {
    display: none;
}

.rooms2 .item .actions a.icon-btn, .wishlist-icon a.yith-wcwl-add-to-wishlist-button {
    border-radius: 50%;
    height: 45px;
    line-height: 48px;
    background: #fff;
    width: 45px;
    margin-right: 10px;
    cursor: pointer;
}

.rooms2 .item .actions a.icon-btn:hover i {
    color: #fff;
}

.rooms2 .item .con {
    padding: 20px;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.shop-area .item .con {
    bottom: -32px;
}

.rooms2 .item:hover .con {
    bottom: 0px;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}

.rooms2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.shop-area h4.shop a {
    color: #fff;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.shop-area i.ti-shopping-cart {
    color: #272727;
    position: relative;
    right: 2px;
}

.shop-area a:hover i.ti-shopping-cart {
    color: #fff;
}

.rooms2 .item .actions a.add_to_cart_button:hover, .rooms2 .item .actions a.icon-btn:hover {
    background: var(--main-color);
    color: #fff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button svg.yith-wcwl-add-to-wishlist-button-icon {
    width: 22px;
    color: currentColor;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button:hover {
    display: flex;
    background: var(--main-color);
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button:hover svg {
    color: #fff!important
}

.recent-shop-area .product-item {
    max-height: 352px;
}

.grid__quick__view__modal .modal-dialog.modal__wraper {
  top: 80px;
  max-width: 1050px!important;
  max-height: 720px!important;
}

.grid__quick__view__modal .modal-body {
  padding: 30px;
  border-radius: 0px;
}

.grid__quick__view__modal .modal-body h2.product_title {
  margin-top: 10px !important;
  margin-bottom: 10px;
  font-size: 46px;
}

.grid__quick__view__modal .modal-body .woocommerce-product-rating span.rating-count {
  letter-spacing: 0.5px;
}

.grid__quick__view__modal .modal-body div.price {
    color: var(--main-color) !important;
    font-size: 32px !important;
    margin-top: 25px;
    padding-bottom: 25px;
    letter-spacing: 1px;
}

.grid__quick__view__modal .modal-body .quantity {
  float: left;
  margin: 0 4px 0 0;
}

.grid__quick__view__modal .modal-body .quantity input[type="number"] {
      background: #cccccc54;
    border: none;
    height: 50px;
    padding-left: 15px;
    width: 60px;
    padding-right: 10px;
    outline: none;
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
    text-align: center;
    top: 1px;
}

.grid__quick__view__modal .modal-body form.cart button[type="submit"] {
    font-weight: 400 !important;
    background: var(--main-color) !important;
    color: #fff !important;
    padding: 10px 25px !important;
    margin: 0;
    position: relative !important;
    font-size: 17px !important;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    height: 50px;
    border-radius: 0px !important;
    top: 1px;
    margin-left: 20px !important;
    outline: none;
    cursor: pointer;
    border: 1px solid var(--main-color) !important;
}

.grid__quick__view__modal .modal-body form.cart button[type="submit"]:hover {
        background: #fff !important;
    color: var(--main-color) !important;
}

.grid__quick__view__modal .modal-body .swiper-slide img.img-thumbnail {
  border: none;
  padding: 0px;
  border-radius: 0px;
}

.grid__quick__view__modal .modal-body .swiper-pagination-bullet-active {
  background: var(--main-color);
}

.grid__quick__view__modal .modal-body .product-wishlist {
  float: left;
  margin-top: 25px!important;
}

.grid__quick__view__modal .modal-body .product-wishlist a.yith-wcwl-add-to-wishlist-button {
  display: flex;
  align-items: center;
  margin-inline: 0;
  justify-content: flex-start;
  gap: 10px;
}


.grid__quick__view__modal .modal-body .product_meta {
  display: block;
  width: 100%;
  float: left;
}

.product-related .owl-theme .owl-dots .owl-dot.active span, 
.product-related .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.product-related .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--main-color);
}

.woocommerce .loader::before {
    display: none;
}

.grid__quick__view__modal .modal-content button.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #272727;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 99;
    outline: none;
}

.woocommerce .rooms2 ul.products li.product a img {
    margin-bottom: 0px;
}

.woocommerce .rooms2 ul.products li.product span.category div.star-rating {
    display: none;
}


.shop-area .item .con h2.woocommerce-loop-product__title {
    position: relative;
    color: #fff;
    font-size: 30px !important;
    font-weight: 400;
}

.woocommerce .woocommerce-result-count {
    border: 2px solid #f3ece5;
    padding: 17px 30px;
    text-align: center;
    display: inline-block;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.75em;
    color: #272727;
    letter-spacing: 0.5px;
}

.shop-area .woocommerce-ordering select {
    font-size: 18px;
    line-height: 1.75em;
    color: #272727;
    border: 2px solid #f3ece5;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 250px;
    letter-spacing: 0.5px;
    padding-right: 30px;
    background: url(../savoye/img/arrow.png) no-repeat right center;
    background-position: calc(100% - 20px) center;
    background-size: 13px;
        height: 66px;
    padding-left: 30px;
    outline: none;
}

.rooms2 .item .actions a.add_to_cart_button {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 27px;
    background: #fff;
    margin-top: 0px !important;
    margin-right: 10px;
}


.shop-area .item a.added i.ti-shopping-cart {
    display: none;
}

.shop-area .item a.added::after {
    margin-left: -1px;
}

.shop-area .item .added_to_cart {
    border-radius: 50%;
    height: 45px;
    line-height: 26px;
    background: #fff;
    margin-top: 0px !important;
    margin-right: 10px;
    color: transparent;
    width: 45px;
}

.shop-area .item .added_to_cart:hover {
    background: var(--main-color);
}

.shop-area .item .added_to_cart::before {
    content: "\e60d";
    font-family: 'themify';
    position: relative;
    left: 12px;
    speak: none;
    color: #333;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shop-area .item .added_to_cart:hover:before {
    color: #fff;
}

.woocommerce .shop-area ul.products li.product {
    margin-bottom: 1.992em;
}

.shop-sidebar .shop-widget {
    background: #f3ece5;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.shop-sidebar .shop-widget .widget-title h6 {
    font-size: 28px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--main-color);

}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -0.2em;
}


.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #aaa;
    margin-top: 30px;
    margin-bottom: 35px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    padding: 10px 25px;
    margin: 0;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0px;
    border: 1px solid var(--main-color);
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background-color: #fff;
    color: var(--main-color);
}

.woocommerce.widget_product_categories ul.product-categories li {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.woocommerce.widget_product_categories ul.product-categories li a {
    color: #444;
}

.woocommerce.widget_product_categories ul.product-categories li:hover a {
    color: var(--main-color);
}

.woocommerce.widget_product_categories ul.product-categories li a:before {
    content: "\e649";
    font-family: 'themify';
    font-size: 9px;
    margin-right: 10px;
    color: #444;
}

.woocommerce.widget_product_categories ul.product-categories li:hover a:before {
    color: var(--main-color);
}

.shop-sidebar ul.product-categories {
    padding-left: 0px;
}

.shop-sidebar .woocommerce.widget_product_tag_cloud .tagcloud a {
    margin: 4px 4px !important;
    padding: 8px 15px;
  background-color: var(--main-color);
  color: #fff;
  float: left;
  font-size: 15px !important;
  line-height: 1.5em;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.shop-sidebar .woocommerce.widget_product_tag_cloud .tagcloud a:hover {
    background-color: #272727;
    color: #fff;
}

.widget_top_rated_products ul.product_list_widget div.star-rating,
.widget_products ul.product_list_widget div.star-rating {
    display: none;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li,
.shop-sidebar .widget_products ul.product_list_widget li {
    padding: 10px 0;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li img, 
.shop-sidebar .widget_products ul.product_list_widget li img {
    float: left;
    width: 100px;
    margin-right: 25px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.product-title, 
.shop-sidebar .widget_products ul.product_list_widget li span.product-title {
  position: relative;
  top: 12px;
  color: #272727;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.woocommerce-Price-amount, 
.shop-sidebar .widget_products ul.product_list_widget li span.woocommerce-Price-amount {
  position: relative;
  top: 12px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li bdi,
.shop-sidebar .widget_products ul.product_list_widget li bdi {
    font-size: 16px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget .woocommerce-Price-currencySymbol,
.shop-sidebar .widget_products ul.product_list_widget .woocommerce-Price-currencySymbol {
        font-size: 16px;
    letter-spacing: 1px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.product-title:hover, 
.shop-sidebar .widget_products ul.product_list_widget li span.product-title:hover {
    color: var(--main-color);
}

.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    margin: 0 7px;
}

.woocommerce nav.woocommerce-pagination ul li a {
  background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 25px;
    text-align: center;
    color: #555;
    font-weight: 400;
    border: 1px solid #f6f6f6;
    font-size: 17px;
}


.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
        background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
  background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    letter-spacing: 0px;
}

.woocommerce-pagination ul.page-numbers, .woocommerce-pagination ul.page-numbers li {
    border: none !important;
}

.shop-sidebar .shop-widget form input[type="search"] {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
}

.shop-sidebar .shop-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #272727;
    border: 0;
    padding: 10px;
    cursor: pointer;
    margin-top: 0px;
    outline: none;
}

.shop-sidebar .shop-widget form {
    position: relative;
}

.recent-shop-area .owl-theme .owl-dots .owl-dot.active span, 
.recent-shop-area .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.recent-shop-area .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--main-color);
    background: transparent;
}

.woocommerce .page-cart form table {
    width: 100%;
    text-align: center !important;
    margin-bottom: 80px !important;
    border-collapse: collapse!important;
}

.page-cart form table thead.bg-primary {
    background-color: var(--main-color) !important;
    color: #fff;
}

.page-cart form.woocommerce-cart-form table.shop_table thead tr th {
    text-transform: capitalize;
    border-collapse: collapse;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 17px;
    color: #fff;
}

table.dlab-cart-tbl thead tr > th:last-child {
    border-right: 1px solid var(--main-color);
}

.page-cart .cart_item .product-thumbnail img {
    width: 180px;
    padding: 15px;
}

.woocommerce a.remove {
    font-size: 36px;
    color: var(--main-color) !important;
    width: inherit !important;
    margin-bottom: 5px;
}

.woocommerce a.remove:hover {
    background: none;
    color: var(--main-color)!important;
}

#coupon_code {
    height: 57px;
    border: 2px solid #dee2e6;
    padding: 0 15px;
    margin-right: 10px;
    width: 50%;
    display: inline-block;
    background: #fff;
}

form.checkout_coupon #coupon_code {
    width: 100%;
}

.coupon-cart .coupon {
    width: 70%;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart {
    text-align: left;
    padding: 40px;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon button[type="submit"] {
    float: none;
    background: var(--main-color);
    height: inherit;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 4px;
    padding: 19px 50px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid var(--main-color);
    outline: none;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon button[type="submit"]:hover {
    background: #fff;
    color: var(--main-color);
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"] {
    float: right;
    background: var(--main-color);
    height: inherit;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 0;
    padding: 19px 50px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid var(--main-color);
    outline: none;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"]:hover {
    background: #fff;
    color: var(--main-color);
}

.woocommerce-cart-form__cart-item td.product-name a,
.wishlist_table td.product-name a {
    font-weight: 400;
    color: #272727;
    font-size: 17px;
}

.product-quantity .quantity input {
    background: #f5f5f5;
    text-align: center;
    height: 50px;
    width: 120px !important;
    color: #6f7172;
    font-size: 17px;
    font-weight: normal;
    border: 0;
    outline: none;
    position: relative;
    bottom: -1px;
}

.wc-proceed-to-checkout a {
    background-color: var(--main-color) !important;
    font-size: 17px !important;
    padding: 22px 50px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 70% !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease 0s;
    margin-top: 10px !important;
    border: 1px solid var(--main-color)!important;
    outline: none;
}

.wc-proceed-to-checkout a:hover {
    background-color: #fff !important;
    color: var(--main-color)!important;
}

.cart-collaterals table.shop_table {
    border-collapse: collapse!important;
}

.woocommerce .page-cart table.shop_table,
.woocommerce .page-cart table.shop_table td,
.woocommerce .page-cart table.shop_table tr,
.woocommerce .page-cart table.shop_table th {
    border: 1px solid #a1a09f!important;
    color: #333;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: var(--main-color);
    max-width: 1140px;
    margin: auto !important;
    margin-bottom: 2em !important;
    color: #333;
}

.woocommerce-cart .woocommerce-error, .woocommerce-cart .woocommerce-info, 
.woocommerce-cart .woocommerce-message, .woocommerce-checkout .woocommerce-error, .woocommerce-checkout .woocommerce-info, 
.woocommerce-checkout .woocommerce-message {
    margin-top: 5em !important;
}

p.return-to-shop {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 75px;
}

p.return-to-shop a {
    padding: 15px 25px !important;
    color: #fff !important;
    background-color: var(--main-color) !important;
    border-radius: 0px !important;
    text-transform: capitalize;
    font-size: 17px !important;
    font-weight: 400 !important;
    transition: background-color .15s ease-out;
    letter-spacing: 0.5px;
}

p.return-to-shop a:hover {
    background-color: #272727!important;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="password"], .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="tel"] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0!important;
    height: 45px!important;
    padding: 0 0 0 10px;
    width: 100%;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.order-notes .woocommerce-shipping-fields {
    margin-top: 30px;
}

.coupon-area .woocommerce-additional-fields .woocommerce-input-wrapper textarea {
    min-height: 150px;
}

.woocommerce-additional-fields label[for="order_comments"] {
    margin-bottom: 10px;
}

.woocommerce-checkout  .select2-search--dropdown {
    background: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-info {
    margin: 0px!important;
}

input.update-cart, button#place_order, .woocommerce-form-login button.woocommerce-form-login__submit {
  float: right;
  background: var(--main-color);
  height: inherit;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 0;
  padding: 16px 32px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 400;
  outline: none;
  border: 1px solid var(--main-color)!important;
}

button#place_order {
    margin-top: 10px;
}

button#place_order:hover,
 .woocommerce-form-login button.woocommerce-form-login__submit:hover {
    background-color: #fff!important;
    color: var(--main-color);
}

.account-area, .login-area {
    padding: 100px 0;
    margin-bottom: 60px;
}

.woocommerce-MyAccount-navigation ul li a {
    width: 200px;
    color: #fff;
    padding: 12px 20px;
    background: var(--main-color);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    display: inline-block;
    border: 1px solid var(--main-color);
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #fff;
    color: var(--main-color);
}

.woocommerce-MyAccount-content p {
    font-size: 16px;
}

.woocommerce-MyAccount-content p strong, .woocommerce-MyAccount-content p a {
    color: #272727;
}

.woocommerce-MyAccount-content p strong {
    font-weight: 600;
}

.woocommerce-MyAccount-content .woocommerce-info a {
  background-color: var(--main-color);
  color: #fff;
  font-weight: 400;
  padding: 13px 25px;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 0px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-out;
  border: 1px solid var(--main-color);
}

.woocommerce-MyAccount-content .woocommerce-info a:hover {
    background-color: #fff;
    color: var(--main-color);
}

.account-area .woocommerce-MyAccount-content .woocommerce-info {
    margin-top: 0px !important;
}

.woocommerce-MyAccount-content .col2-set .col-1, .woocommerce-MyAccount-content .col2-set .col-2 {
    max-width: 100%;
    margin-top: 30px;
    padding-left: 0px;
    float: none;
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address {
    width: 80%;
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address h2 {
    float: left;
    text-transform: capitalize;
}

.woocommerce-Addresses .woocommerce-Address-title a {
    color: var(--main-color);
}

.woocommerce-Addresses address {
    margin-top: 10px;
    margin-bottom: 50px;
}

.woocommerce-account input[type="text"], .woocommerce-account input[type="password"], .woocommerce-account input[type="email"], .woocommerce-account input[type="tel"] {
    background: #ffffff;
    border: 2px solid #eaedff;
    border-radius: 0;
    height: 40px;
    padding: 0 0 0 10px;
    width: 100%;
}

.woocommerce-EditAccountForm label {
    margin-top: 0px;
    margin-left: 0px;
    color: #212529;
    width: 100%;
}

.woocommerce-account fieldset legend {
    padding-top: 30px;
    color: #212529;
    font-size: 28px;
    font-weight: 500px;
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm span.password-input {
    width: 70%;
    margin: 5px 0;
}

.woocommerce-account .woocommerce-MyAccount-content p .woocommerce-Button {
    font-weight: 400;
    background: var(--main-color);
    color: #fff;
    padding: 14px 25px;
    margin: 0;
    position: relative;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-top: 15px;
    outline: none;
    border-radius: 0px;
    border: 1px solid var(--main-color);
}

.basic-login span.password-input {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content p .woocommerce-Button:hover {
    background-color: #fff;
    color: var(--main-color);
}

.basic-login {
    padding: 70px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #eaedff;
    width: 100%;
    max-width: 500px;
}

.basic-login form.login {
    padding: 0px;
    margin-bottom: 0px;
    border: none;
}

.basic-login form .form-row {
    padding: 0px;
}

.basic-login .woocommerce-form-login label {
    margin-left: 0px;
}

.woocommerce-account .basic-login input[type="text"], .woocommerce-account .basic-login input[type="password"] {
    background: #ffffff;
    border-radius: 0;
    height: 50px;
    padding: 0 0 0 10px;
    width: 100% !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-bottom: 25px;
}

.woocommerce-form-login button.woocommerce-form-login__submit {
    width: 100%;
    margin-right: 0px!important;
}

p.woocommerce-LostPassword {
    margin-top: 20px;
}

.password-area {
    padding: 120px;
    margin-bottom: 60px;
}

.password-area form.lost_reset_password {
    margin-left: auto;
    margin-right: auto;
    padding: 90px;
    border: 2px solid #eaedff;
    max-width: 600px;
}

.page-wishlist {
    padding-top: 100px;
    padding-bottom: 100px;
}

.woocommerce .page-wishlist table.shop_table {
    border-collapse: collapse;
    font-size: 17px;
}

.wishlist_table thead tr th {
    background: var(--main-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400!important;
}

.wishlist_table span.woocommerce-Price-amount {
    color: #272727;
}

table.wishlist_table.shop_table .product-remove {
    min-width: 60px;
}

table.wishlist_table tr th.product-thumbnail {
    width: auto;
    text-align: center;
}

.page-wishlist .wishlist-items-wrapper .product-thumbnail {
    min-width: 100px;
    text-align: center;
}

.wishlist_table tr td.product-thumbnail a {
    max-width: inherit;
}

.wishlist_table tr td.product-thumbnail a img {
    max-width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wishlist_table .product-add-to-cart a {
    color: #333;
    font-size: 20px;
}

table.wishlist_table tr th.product-name, .wishlist_table tr td.product-name {
    text-align: center;
}

.woocommerce p.stars a::before {
    color: var(--main-color);
}

.woocommerce .star-rating::before,
.woocommerce .star-rating::after {
    display: none;
}

.woocommerce .star-rating {
    width: 5.8em !important;
    color: var(--main-color);
    border-bottom: none;
}

div#review_form_wrapper form.comment-form {
  margin-top: 15px;
}

.woocommerce #reviews #comments h2,
div.woocommerce-Reviews span.comment-reply-title {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  text-transform: capitalize;
}

.woocommerce #reviews #comments h2 {
  margin-bottom: 20px;
}

.product-categories li a[href*="product_cat=uncategorized"] {
    display: none;
}

.product-categories li a[href*="product_cat=uncategorized"]::parent {
    display: none;
}

.woocommerce-message a.button {
    background: var(--main-color) !important;
    color: #fff;
    padding: 12px 25px !important;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-weight: 400 !important;
    border-radius: 0px !important;
    outline: none;
    border: 1px solid var(--main-color) !important;
}

.woocommerce-message a.button:hover {
    background: #fff !important;
    color: var(--main-color) !important;
}

.menu-item.mini-cart {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.menu-item.mini-cart .cart-contents {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding: 12px;
    top: -2px;
    position: relative;
}

.menu-item.mini-cart .cart-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"></path></svg>') no-repeat center / contain;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"></path></svg>') no-repeat center / contain;
}

.nav-scroll .menu-item.mini-cart .cart-icon {
    background-color: #272727;
}

.page-template-multi-dark .nav-scroll .menu-item.mini-cart .cart-icon,
.page-template-onepage-dark .nav-scroll .menu-item.mini-cart .cart-icon {
    background-color: rgba(255, 255, 250, 0.7);
}


.mini-cart-dropdown {
    position: absolute;
    right: 0;
    top: 50px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 350px;
    z-index: 1000;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    overflow: auto;
    max-height: 600px;
}

.menu-item.mini-cart:hover .mini-cart-dropdown {
    visibility: visible; 
    opacity: 1;
    transform: translateY(0);
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li {
    display: block;
    margin-bottom: 15px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li.mini_cart_item a {
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
    display: block;
    color: #272727;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li a.remove_from_cart_button {
    float: right;
    font-size: 26px;
    display: block;
    font-weight: 700;
    color: var(--main-color)!important;
    text-align: right;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li img {
    width: 100px;
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    margin-top: -15px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li span.quantity {
    margin-top: 5px;
    display: block;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li span.quantity span.woocommerce-Price-amount {
    color: var(--main-color);
    font-weight: 500;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total strong {
    font-weight: 600;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total span.woocommerce-Price-amount {
    float: right;
    font-weight: 500;
    color: var(--main-color);
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a {
    font-weight: 400;
    text-transform: capitalize;
    background: var(--main-color);
    color: #fff;
    padding: 14px 30px;
    margin: 0;
    position: relative;
    font-size: 17px;
    letter-spacing: 0.5px;
    border-radius: 0px;
    margin-right: 30px;
    transition: all 0.3s ease-out;
    border: 1px solid var(--main-color);
    line-height: 1;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a:hover {
  background: #fff!important;
  color: var(--main-color);
}

.mini-cart .mini-cart-dropdown .product_list_widget {
  padding-left: 0px;
  display: grid;
}

.mini-cart .woocommerce-mini-cart__buttons {
  padding-top: 10px;
}

.shop-elementor {
    padding: 120px 0;   
}

.shop-elementor .item .category {
    right: 35px;
}

.woocommerce-pagination ul.page-numbers {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 0;
    margin: 0;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin: 0 7px;
}

.woocommerce-pagination ul.page-numbers li span {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #555;
    font-weight: 400;
    border: 1px solid #f6f6f6;
    font-size: 17px;
        background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.woocommerce-pagination ul.page-numbers li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #555;
    font-weight: 400;
    border: 1px solid #f6f6f6;
    font-size: 17px;
}

.woocommerce-pagination ul.page-numbers li a:hover {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.woocommerce-pagination ul.page-numbers li a:hover i {
    color: var(--main-color);
}

ul.page-numbers li a i {
    font-size: 12px;
}

.shop-elementor .col-lg-6 .con, .shop-elementor .col-lg-4 .con {
    width: calc(100% - 30px);
    left: 15px;
}

.shop-elementor .position-re-order-shop {
  overflow: hidden;
}


.woocommerce-form-login-toggle {
    padding-top: 60px;
}

.woocommerce-checkout .woocommerce-form-login {
    max-width: 600px;
    margin: 30px auto!important;
    border: 1px solid #ccc!important;
}

.woocommerce-checkout .woocommerce-form-coupon {
    max-width: 1138px;
    margin: 30px auto!important;
    border: 1px solid #ccc!important;
}

.woocommerce-checkout .woocommerce-form-coupon button[type="submit"]{
    background: var(--main-color);
    height: inherit;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 0;
    padding: 14px 32px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid var(--main-color)!important;
    outline: none;
}

.woocommerce-checkout .woocommerce-form-coupon button[type="submit"]:hover {
    background: #fff;
    color: var(--main-color);
}

.woocommerce .woocommerce-checkout-review-order-table {
    border-collapse: collapse!important;
}

.woocommerce .woocommerce-checkout-review-order-table table,
.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout-review-order-table tr,
.woocommerce .woocommerce-checkout-review-order-table td {
    border: 1px solid rgba(32,7,7,0.8) !important;
    border-collapse: collapse!important;
    color: #272727;
}

.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout-review-order-table tfoot th,
.woocommerce .woocommerce-checkout-review-order-table tfoot td,
.woocommerce .woocommerce-checkout-review-order-table tfoot td strong {
    font-weight: 600!important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 80%!important;
}


.woocommerce-Reviews form.comment-form p.form-submit {
    display: block;
}

.product-related .section-subtitle {
  color: var(--main-color);
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: none;
}

div.cart-collaterals .cart_totals h2 {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 36px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-billing-fields span.selection {
  width: 100%;
  border-radius: 0px;
  height: 45px;
}

.lost_reset_password .form-row-first {
    width: 100%!important;
}

.lost_reset_password .woocommerce-form-row button.woocommerce-Button {
    font-weight: 400;
    background: var(--main-color);
    color: #fff;
    padding: 14px 25px;
    margin: 0;
    position: relative;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 0px;
    margin-top: 10px;
    border: 1px solid var(--main-color);
    outline: none;
}

.lost_reset_password .woocommerce-form-row button.woocommerce-Button:hover {
    background: #fff;
    color: var(--main-color);
}

.txt-left {
    text-align: left;
}

.grid__quick__view__modal .modal-body form.cart {
    margin-bottom: 10px;
}

.woocommerce-product-details__short-description form.cart {
    margin-bottom: 40px!important;
}

.rooms2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

#tab-attributes table thead th {
    font-weight: 500;
    color: #272727;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

@media(max-width: 991px) {
    .menu-item.mini-cart {
        display: none;
    }

    .page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"] {
        float: none;
    }

    .page-cart .coupon, #coupon_code {
         width: 100%;
    }

    .page-cart .coupon button[type="submit"]{
        float: left!important;
        width: 100%!important;
        margin-top: 25px;
    }
}

.woocommerce-MyAccount-navigation li.is-active a {
    background: #fff;
    color: var(--main-color);
}

.quantity .qty-minus, .quantity .qty-plus {
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border: none;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    transition: background 0.3s;
    color: #fff;
    margin-top: 0px;
    border: 1px solid var(--main-color);
}

.quantity .qty-minus i, .quantity .qty-plus i {
    color: #fff;
}

.cart_item .quantity .qty-minus {
  position: relative;
  left: 3px;
}

.cart_item .quantity .qty-plus {
  position: relative;
  right: 3px;
}

div.quantity button.qty-minus:focus, div.quantity button.qty-plus:focus,
div.quantity button.single_add_to_cart_button:focus {
  outline: none;
}

div.quantity button.qty-minus:hover, div.quantity button.qty-plus:hover {
  background: #fff;
}

div.quantity button.qty-minus:hover i, div.quantity button.qty-plus:hover i {
  color: var(--main-color)!important;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce-tabs table strong {
  color: #272727;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 500;
}

div.woocommerce-Reviews div#comments {
  margin-bottom: 30px;
}

h2.product_title a:hover {
  color: #272727;
}


.woocommerce .page-wishlist table.shop_table th, .woocommerce .page-wishlist table.shop_table td {
  border: 1px solid rgba(0, 0, 0, .1);
  font-size: 17px;
}

.woocommerce-checkout #payment ul.payment_methods, .woocommerce-checkout #payment .place-order {
    padding: 30px !important;
}

.woocommerce .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.woocommerce .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
}

.category .price span {
    color: #fff!important;
    font-size: 15px;
    letter-spacing: 1.5px;
}

ul.navbar-nav li.dropdown ul.submenu {
    position: absolute;
    display: table;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 190px;
    padding: 15px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-bottom: 20px !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

ul.navbar-nav li.dropdown:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
} 

ul.navbar-nav ul.submenu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(162, 120, 58, 0.05);
    padding-bottom: 5px;
    margin: 5px 12px !important;
}


ul.navbar-nav ul.submenu li a {
    padding: 6px 0;
    font-size: 15px;
    font-weight: 300;
    color: #666;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}

.price_slider_amount .price_label span {
    color: #272727 !important;
    letter-spacing: 1px;
}

.wishlist-items-wrapper .wishlist-empty {
    padding: 20px !important;
}


.modal-body .swiper-button-next, .modal-body .swiper-button-prev {
    display: none;
}

.logged-in .navbar {
    top: 32px;
}

.logged-in .nav-scroll {
    top: -68px;
}

.cart_totals .shop_table_responsive th,
.cart_totals .shop_table_responsive td strong {
    font-weight: 600!important;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 0px;
}

/* TIMELINE HOME */

.timeline-horizontal {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 1
    1% auto;
    padding: 0 2%;
    max-width: 100%;
  }
  /* Linea orizzontale */
  .timeline-horizontal::before {
    content: "";
    position: absolute;
    top: 110px; /* altezza della linea */
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #64B3B6 0%, #64B3B666 60%); /* sfumatura da blu scuro a chiaro */
    z-index: 1;
  }
  /* Ogni step */
  .timeline-step {
    position: relative;
    text-align: center;
    flex: 1;
    padding: 0 40px;
  }
  @media screen and (min-width: 1400px) {
    .timeline-step {
      padding: 0 50px;
    }
  }
  /* Punto sulla linea */
  .timeline-step::before {
    content: "";
    position: absolute;
    top: 105px; /* centrato sulla linea */
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background-color: #64B3B6;
    border-radius: 0; 
    z-index: 2;
  }
  /* Ultimi due punti sulla linea con colore chiaro */
  .timeline-step:nth-last-child(-n+2)::before {
    background-color: #64B3B666;
  }
  /* Icona */
  .timeline-icon {
    font-size: 40px;
    color: #D6B86C;
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
  }
  /* Testo */
  .timeline-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #64B3B6;
    margin-top: -12px;
    font-family: "Rajdhani", Sans-serif;
    width: 100%;
  }
  /* Effetto hover (opzionale) */
  .timeline-step:hover .timeline-icon {
    transform: scale(1.1);
    transition: all 0.3s ease;
  }

  /*    FOTO PIANI IN HOMEPAGE    */
/* WRAPPER GENERALE */
.piano-cantiere {
    position: relative;
    display: inline-block;
    z-index: 0; /* STACKING CONTEXT PRINCIPALE */
}

/* IMMAGINE */
.piano-cantiere-imm {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #F7F7F5 !important;
    border-bottom: 1px solid #F7F7F5 !important;
    /* RIMOSSO z-index: 2; → BLOCCAVA I TITOLI */
}

.piano-cantiere-imm img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

/* OVERLAY */
.piano-cantiere-imm::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(247, 247, 245, 0.0);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

/* HOVER IMMAGINE */
.piano-cantiere:hover img {
    filter: blur(5px);
    transform: scale(1.01);
}

.piano-cantiere:hover .piano-cantiere-imm::after {
    opacity: 1;
}

/* TITOLO SEMPRE VISIBILE */
.piano-cantiere-titolo {
    position: absolute;
    right: 10%;
    top: 80%;
    z-index: 10;
}

/* TITOLI HOVER */
.piano-cantiere-titolo-intero,
.piano-cantiere-titolo-singolo,
.piano-cantiere-titolo-terzo {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 20; /* SEMPRE SOPRA TUTTO */
    pointer-events: none;
    width: 310px !important;
}

.piano-cantiere:hover .piano-cantiere-titolo-intero,
.piano-cantiere:hover .piano-cantiere-titolo-singolo,
.piano-cantiere:hover .piano-cantiere-titolo-terzo {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; /* diventano cliccabili */
}

/* POSIZIONI */
.piano-cantiere-titolo-intero {
    right: 10%;
    top: 86%;
    transform: translateX(-50%);
}

.piano-cantiere-titolo-singolo {
    right: 50%;
    top: 86%;
    transform: translateX(-50%);
    z-index: 99!important;
    width: 100px;
}

.piano-cantiere-titolo-terzo {
    right: 30%;
    top: 86%;
    transform: translateX(-50%);
}

/* STILE LINK */
.piano-cantiere-titolo-intero a,
.piano-cantiere-titolo-singolo a,
.piano-cantiere-titolo-terzo a {
    background: #f0f0f0;
    padding: 7px 57px;
    display: inline;
    border-radius: 0;
}

.piano-cantiere-titolo-intero a:hover,
.piano-cantiere-titolo-singolo a:hover,
.piano-cantiere-titolo-terzo a:hover {
    background-color: #64B3B6;
    color: #ffffff !important;
}


/*MAPPA HOMEPAGE*/
.leaflet-map-container #leaflet-map-b85384c{
    height: 799px !important;
}
/*   bottoni quadrati primo pezzo home    */
     /* Stile dei bottoni */

 .square-btn {
     display: flex !important;
     align-items: center;
     justify-content: center;
     width: 40px;
     height: 40px;
     padding: 10px;
     background: #64B3B6;
     border: 1px solid #64B3B6;
     border-radius: 0;
     text-decoration: none;
     box-sizing: border-box;
     transition: all 0.25s ease;
 }

.square-btn i {
    font-size: 16px;
    color: #fff;
    transition: color 0.25s ease;
}

.square-btn:hover {
    background: #fff;
    border-color: #fff;
}

.square-btn:hover i {
    color: #64B3B6;
}

/* POSIZIONI DIVERSE PER OGNI BOTTONE */
.cont-ico {
    margin-top: 12%;
    position: absolute;
    right: 10%;
    z-index: 200;
    display: flex;
    flex-direction: column;
    gap: 10px;
}



.square-home {
   margin-top: 50px;
    background-color: #ffffff;
    border: 0px !important;


}
.square-home a.square-btn {
    background-color: #ffffff !important;
    border: 0px !important;
}
.square-home:hover a.square-btn,
.square-home:hover {
     background-color: #383e42 !important;
 
 }

 .alternate-lux {
    color: #DA2A19 !important;
    font-size: 30px !important;
    font-weight: bold !important;
    font-family: "Montserrat Alternates", sans-serif;
    line-height: 37px !important;
 }
@media (max-width: 1366px){

    .square-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 10px;
        background: #64B3B6;
        border: 1px solid #64B3B6;
        border-radius: 0;
        text-decoration: none;
        box-sizing: border-box;
        transition: all 0.25s ease;
    }

    .square-btn i {
        font-size: 16px;
        color: #fff;
        transition: color 0.25s ease;
    }

    .square-btn:hover {
        background: #fff;
        border-color: #fff;
    }

    .square-btn:hover i {
        color: #64B3B6;
    }

    /* POSIZIONI DIVERSE PER OGNI BOTTONE */
    .square {
        margin: 0;
        position: absolute;
        right: 10%;
        z-index: 200;
    }

    .square-mail {
        top: 232px;
    }

    .square-phone {
        top: 292px;
    }

    .square-home {
        top: 592px;
        background-color: #ffffff ;

    }

}

/* FOOTER */
 .icone-footer{
     width: 100%;
     display: flex;
     justify-content: center;
     gap: 35px;

 }
.icone-footer i { color: #fff;
    font-size: 21px;
}
.icone-footer i:hover { color: #6C8CA3;
}

 .gruppo-info-footer{
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
 }
.gruppo-info-footer i{
    font-size: 50px;
    color: #fff;
}
.divider {
    width: 2px;
    height: 50px;
    background-color: #4AA0A3;
    margin-left: 5px;
    margin-right: 10px;
}
.gruppo-info-foo-text{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    align-content: center;
    align-items: center;
    margin-top: 4px;
    margin-bottom: 6px;
    text-align: start;
    font-family: "Raleway",sans-serif;
}
@media (max-width: 1366px) {
    .icone-footer{
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 35px;

    }
    .icone-footer i { color: #fff;
        font-size: 21px;
    }
    .icone-footer i:hover { color: #6C8CA3;
    }

    .gruppo-info-footer{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gruppo-info-footer i{
        font-size: 40px;
        color: #fff;
    }
    .divider {
        width: 2px;
        height: 40px;
        background-color: #4AA0A3;
        margin-left: 5px;
        margin-right: 10px;
    }
    .gruppo-info-foo-text{
        font-size: 13px;
        line-height: 20px;
        color: #fff;
        align-content: center;
        align-items: center;
        margin-top: 4px;
        margin-bottom: 6px;
        text-align: start;
        font-family: "Raleway",sans-serif;
    }

}

@media (max-width: 1200px) {
    .icone-footer{
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 35px;

    }
    .icone-footer i { color: #fff;
        font-size: 21px;
    }
    .icone-footer i:hover { color: #6C8CA3;
    }

    .gruppo-info-footer{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gruppo-info-footer i{
        font-size: 40px;
        color: #fff;
    }
    .divider {
        width: 2px;
        height: 40px;
        background-color: #4AA0A3;
        margin-left: 5px;
        margin-right: 10px;
    }
    .gruppo-info-foo-text{
        font-size: 11px;
        line-height: 14px;
        color: #fff;
        align-content: center;
        align-items: center;
        margin-top: 4px;
        margin-bottom: 6px;
        text-align: start;
        font-family: "Raleway",sans-serif;
    }

}

@media (max-width: 1024px) {
    .icone-footer{
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 35px;

    }
    .icone-footer i { color: #fff;
        font-size: 21px;
    }
    .icone-footer i:hover { color: #6C8CA3;
    }

    .gruppo-info-footer{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gruppo-info-footer i{
        font-size: 50px;
        color: #fff;
    }
    .divider {
        width: 2px;
        height: 50px;
        background-color: #4AA0A3;
        margin-left: 5px;
        margin-right: 10px;
    }
    .gruppo-info-foo-text{
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        align-content: center;
        align-items: center;
        margin-top: 4px;
        margin-bottom: 6px;
        text-align: start;
        font-family: "Raleway",sans-serif;
    }

}

/* PARAGRAFY */
.paragrafy{
    font-size: 18px;
    line-height: 20px;
    color: #383e42;
    font-weight: 500;
}
.paragrafy-center{
    font-size: 18px;
    line-height: 22px;
    color: #383e42;
    font-weight: 500;
}

@media (max-width: 1024px){
    .paragrafy{
        font-size: 16px;
        line-height: 18px;
        color: #383e42;
        font-weight: 500;
    }
    .paragrafy-center{
        font-size: 16px;
        line-height: 18px;
        color: #383e42;
        font-weight: 500;
    }
}

.elementor-menu-toggle .e-font-icon-svg {
    fill: #64B3B6;
    height: 1em;
    width: 1em;
}
.elementor-menu-toggle {
    align-items: center;
    background-color: none !important;
}
.elementor-nav-menu--dropdown  {
    top: 45px !important;
}

/* ======= toTop Button style ======= */
.progress-wrap {
    position: none;
    bottom: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #64B3B6;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.1);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.progress-wrap::after {
    color: #64B3B6;
}
.progress-wrap svg.progress-circle path {
    stroke: #64B3B6;
}

