/*COLORI 
#025379
#025379
#efb4cd

*/


.shop-product-single header {
    margin-top: 37px;
    background-color: #01aab7;
}

.shop-product-single header .price {
    color: #ffffff;
    font-weight: bold;
}

.shop-product-single header .product-code {
    margin-bottom: 2px;
    font-size: 12px;
    color: #ffffff;
}
.piercing-catalog-section {
    padding: 60px 0;
    font-family: 'Quicksand', sans-serif;
    background-color: #fff;
}

.section-emphasis-3.page-info {
    display: none !important;
}



.piercing-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.piercing-category {
    border-left: 2px solid #eee;
    padding-left: 25px;
}

.category-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.category-title .dot {
    height: 8px;
    width: 8px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 15px;
}

.category-title h3 {
    font-size: 18pt;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    color: #000;
}

.piercing-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Stile per ogni singolo piercing (le "celle" della tabella) */
.piercing-list span {
    font-size: 11pt;
    font-weight: 400;
    color: #555;
    background: #f9f9f9;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.piercing-list span:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Ottimizzazione Mobile */
@media (max-width: 768px) {
    .piercing-category {
        padding-left: 15px;
    }
    .piercing-list {
        justify-content: flex-start;
    }
}

/* mappa sezione */
.location-section {
    padding: 60px 0;
    background-color: #fcfcfc; /* Un fondo leggermente diverso per staccare */
    font-family: 'Quicksand', sans-serif;
}

.location-list {
    padding-right: 20px;
}

.location-item {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.location-item:last-child {
    border-bottom: none;
}

.location-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #333;
}

.location-item p {
    font-size: 15px;
    margin: 0 0 5px 0;
    color: #666;
}

.phone-link {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.phone-link:hover {
    text-decoration: underline;
    color: #444;
}

/* Container Mappa */
.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: 100%;
    min-height: 450px;
}

/* Layout Flex per allineare altezza lista e mappa su desktop */
@media (min-width: 992px) {
    .display-flex-map {
        display: flex;
        align-items: stretch;
    }
}

@media (max-width: 767px) {
    .location-list {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .location-item {
        text-align: center;
    }
}



/* sezione prenota in evidenza */
/* Container della sezione */
.highlight-section {
    padding: 60px 0;
    font-family: 'Quicksand', sans-serif;
}

.strong-header {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
}

.highlight-divider {
    width: 50px;
    border-top: 3px solid #000;
    margin: 20px auto;
}

/* Stile della Card */
.highlight-card {
    display: block;
    position: relative;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none !important;
    transition: transform 0.3s ease;
}

.highlight-card:hover {
    transform: translateY(-5px);
}

/* Container Immagine con altezza fissa */
.highlight-image-container {
    position: relative;
    height: 250px; /* Altezza uniforme per tutte le card */
    overflow: hidden;
}

.highlight-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Taglia l'immagine senza deformarla */
    transition: transform 0.5s ease;
}

.highlight-card:hover img {
    transform: scale(1.1);
}

/* Overlay sfumato per rendere leggibile il testo */
.highlight-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Sfondo scuro semitrasparente */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: background 0.3s ease;
}

.highlight-card:hover .highlight-overlay {
    background: rgba(0, 0, 0, 0.5);
}

/* Testo sopra l'immagine */
.highlight-text {
    color: #ffffff;
    text-align: center;
}

.highlight-text h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #fff;
    text-transform: none;
}

.highlight-text p {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    color: #f0f0f0;
}

/* Correzione per schermi piccoli */
@media (max-width: 767px) {
    .highlight-image-container {
        height: 200px;
    }
}








/* NUOVOSLIDE */
/* Stili generali della sezione */

/* Stili generali della sezione */
.trattamenti-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Quicksand', sans-serif; /* Applicazione del font */
    color: #333; /* Un grigio scuro è più leggibile del nero puro */
}

.section-title {
    font-size: 32pt;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

/* Setup della Griglia */
.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Stile delle singole Card */
.card {
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* Ombra leggermente più morbida */
    border-radius: 8px;
    overflow: hidden;
}

/* Gestione delle immagini cliccabili con effetto hover */
.image-box {
    overflow: hidden; /* Necessario per contenere l'effetto zoom */
}

.image-box a {
    display: block; /* Fa sì che il link occupi tutto lo spazio disponibile */
}

.image-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease; /* Transizione fluida per l'animazione */
}

.image-box a:hover img {
    transform: scale(1.05); /* Piccolo zoom quando il mouse passa sopra */
}

/* Contenuto testuale delle Card */
.card-content {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-content h3 {
    font-size: 22pt;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.card-content p {
    font-size: 12pt;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 400;
}

.subtitle {
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

/* Pulsanti Scopri */
.scopri-btn {
    margin-top: auto;
    font-size: 12pt;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    display: inline-block;
    transition: color 0.3s ease;
}

.scopri-btn:hover {
    color: #666; /* Schiarisce leggermente il testo al passaggio del mouse */
}

/* Responsività per Smartphone (1 colonna) */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr; 
    }
    .section-title {
        font-size: 26pt; /* Titolo leggermente più piccolo su mobile */
    }
}

/* FINE NUOVOSLIDE */





h3 {
    font-family: 'quicksand', sans-serif;
    line-height: 1.2em;
    margin: 0;
    font-weight: bold;
}

.section-header h2 {
    position: relative;
    display: table;
    padding: 0 10px;
    margin: 28px auto 27px !important;
    font-size: 26px !important;
    text-align: center;
    background: #f9f9f9;
    font-family: 'Oooh Baby', serif;
    font-style: italic;
    text-transform: revert-layer;
    color: #025379;
}


.paragraph-highlight {
    padding: 25px 30px;
    font-size: 16px;
    line-height: 26px;
    background: #01aab7;
    margin: 0;
    margin-top: 11px;
}

.full-width.section-emphasis-2 {
    background: #01aab7
}
.full-width.section-emphasis-2 h1, .full-width.section-emphasis-2 h2, .full-width.section-emphasis-2 h3 {
    background: #f3e5b500;
}

.section-emphasis-2 .icon-box .fa {
    color: #fff;
    background: #025379;
}

.alert {
    border: none;
    border-radius: 0;
    color: #fff !important;
    text-align: center;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    font-size: 16px !important;
}

.alert-info {
    background-color: #025379 !important;
}


/*menu*/
#MainNav nav .navbar-header .navbar-toggle:hover {
    background: #01aab7;
    border-color: #01aab7;
}

#MainNav {
    background-color: #01aab7;
}

#MainNav .navbar-main-collapse{ background-color: #01aab7; border-bottom:solid 1px #eee; color:#efb4cd;}


#MainNav nav .navbar-collapse .navbar-nav{ float:none; margin:0 auto !important; max-width:max-content !important;}
.navbar-default .caret { display:none !important;}
.navbar-default{ text-align:center !important;}
.navbar-header{margin:auto !important; float:none;}
.navbar-brand{ margin:10px auto 10px !important; float:none; display:inline-block; padding-bottom: 0 !important;}


#MainNav nav .navbar-collapse .navbar-nav > li > a {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #01aab7;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a {
    font-family: 'Quicksand';
    font-size: 16px;
    color: #025379;
}

#MainNav nav .navbar-collapse .navbar-nav > li.active > a, #MainNav nav .navbar-collapse .navbar-nav > li.open > a, #MainNav nav .navbar-collapse .navbar-nav > li > a:hover {
    background: none;
    color: #025379;
}


/*SHOP*/
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li a:hover {
    background: #01aab7
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a {
    font-family: 'Quicksand';
    font-size: 16px;
}




/*HEAD*/


.page-header{display:none !important;}


.brand{ margin:10px auto 10px !important; float:none; display:inline-block; padding-bottom: 0 !important;}


.homeMenu div{ margin-bottom:7px;}
.navbar-brand{display:none !important;}

a{
border-bottom: 0px !important;
}





/*FULLWIDTH*/
.full-width.section-emphasis-1 {
    background: #025379;
}

/*PULSANTI*/

.btn-default {
    background: #025379;
    color: white;
}


.btn-link:hover {
    border-color: #01aab7;
    color: #01aab7
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    background: #01aab7;
    box-shadow: none;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
    border-color: #01aab7
}


.btn-success {
    background: #01aab7;
    border-color: #01aab7;
}


.btn-green {
    background-color: #01aab7;
    border: #01aab7;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #01aab7;
    border-color: #01aab7;
}


.btn-default:hover, .btn-default:focus, .btn-default:active {
    background: #01aab7;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    border-color: #01aab7;
    background: #01aab7;
}


.owl-next {
    float: right;
    background-color: transparent !important;
    color: #025379 !important;
    margin-right: -5% !important;
}


/*FONT*/


 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-left: -1px;
    margin-bottom: 19px;
    font-family: 'Oooh Baby';
}

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #2f2b2b;
}

.leftSelectedService {
    background-color: #025379;
    color: #fff;
    font-size: 16px;
    padding: 2px 12px 2px 6px;
    text-transform: initial !important;
    margin: 0 3px 3px 0;
    position: relative;
}
/*h1*/
#Content .page-header header h1 {
    text-transform: capitalize;
    FONT-FAMILY: 'Quicksand';
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    margin-left: -3px;
    margin-bottom: 0;
}

h1 {
    font-size: 24px;
    font-family: 'Quicksand';
    font-weight: bold;
    margin-left: -1px;
    margin-bottom: 19px;
}

.full-width.section-emphasis-1 h1, .full-width.section-emphasis-1 h2, .full-width.section-emphasis-1 h3 {
    background: none;
}

/*h2*/
.section-header h2 {
    position: relative;
    display: table;
    padding: 0 10px;
    margin: 28px auto 27px !important;
    font-size: 26px !important;
    text-align: center;
    background: #fff;
    font-family: 'Oooh Baby', serif;
    font-style: italic;
    text-transform: revert-layer;
    color: #025379;
}

h4 {
    font-family: 'Quicksand', sans-serif;
    line-height: 1.2em;
    margin: 0;
    font-weight: bold;
}

.portfolio-item [class^="item-info"] h4 {
    margin-top: 17px;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Oooh Baby';
}

[class^="item-info"] h4 a:hover, [class^="post-info"] h4 a:hover {
    color: #bb9a7a;
}


.nome-categoria-servizio-prenotazione {
    margin-top: 40px !important;
    margin-bottom: 8px;
    color: #efb4cd !important;
    font-family: 'Quicksand';
    font-size: 23px;
}

.shop-section-navigation li.active a {
    text-transform: capitalize;
    color: #025379;
    font-family: 'Quicksand';
}



/*Colore dettagli prenorazione*/
.myServiceRow i {
    color: #01aab7
}


.collapsible {
    background-color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: larger;
    font-weight: bold;
    text-transform: uppercase;
    color: #025379;
}



.serviceSelected .fa-check-square-o {
    color: #025379 !important;
}

.serviceSelected {
    border-left: 10px #025379 solid;
    background: #01aab7
}

.leftMenuSubInfo {
    color: #025379;
}

.shop-section-navigation ul li a {
    border: none;
    font-family: 'Quicksand';
    text-transform: capitalize;
    color: #01aab7
}

.accordion .panel-group .panel-heading a {
    display: block;
    padding: 15px 0 16px;
    border: none;
    font-family: 'Quicksand';
    text-transform: capitalize;
    color: #01aab7;
    font-size: 23px;
}


#divMySlotAvaiable a:hover {
    background: #025379;
    border-left: 4px #025379 solid;
}



/*disponibilità booking*/

.owl-carousel-day-reservation .item.selected {
    border-top: 4px #025379 solid;
    background: #01aab7;
    font-family: 'Quicksand';
}

.owl-carousel-day-reservation .item span {
    font-size: 13px;
    color: #025379;
}


#MainNav nav .navbar-collapse .navbar-nav > li > a {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #025379;
    transition: color .2s ease;	
}

.categories-widget span {
    float: right;
    color: #025379;
}

/*FOOTER*/

footer {
    color: #fff;
    background: #025379;
}

.strong-header {
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Quicksand';
    letter-spacing: 1px;
}

footer [class$="widget"] a {
    color: #01aab7
}

footer .copyright {
    color: #01aab7
}


footer a {
    color: #ffffff;
}

footer hr {
    border-color: #01aab7;
    margin: 30px auto;
}

#lipayment-visa{display:none !important;}
#lipayment-mastercard{display:none !important;}
#lipayment-paypal{display:none !important;}
#lipayment-americanexpress{display:none !important;}


.social-widget ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 30px;
    background: none;
    margin: 0 6px;
    color: #fff;
    transition: color .2s ease;
}


/*riquadri*/

.element-emphasis-strong {
    border: 5px solid #01aab7;
    padding: 25px 25px 31px;
}

.element-emphasis-weak {
    border: 1px solid #01aab7;
    padding: 29px 29px 27px;
}

.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 9px;
    max-width: 239px;
    font-family: 'Quicksand';
}

a:hover, .btn-link:hover, a > *:hover, .btn-link > *:hover {
    color: #01aab7;
    text-decoration: none;
}



