@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto:wght@300;700&display=swap');
html,body{overflow-x:hidden;}
body{margin: 0;}
    #leaflet { height: 380px; width: 100%; }
    /*NAVBAR*/
    .navbar {
    position: relative;
    z-index: 999999;
    background-color:#0E3650;
    padding-bottom:1%;
    }
    .navbar-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 70%;
    padding-top: 1%;
    display: flex;
    }
    .nav-item {
    display: inline;
    margin-right: 7%;
    font-size: 15px;
    font-weight: 600;
    }
    .nav-item a {
    color: white;
    text-decoration: none;
    }
    .nav-item-provinces a::after {
        content: " ▼";
        font-size: 12px;
    }
    .main-container{
        width: auto;
        margin: 0 18%;

    }
    .background-image{
        background: url("/images/nail-salon-background.jpeg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 25vw;
    }
    .background-searcher{
        position: absolute;
        left: 20%;
        top: 40%;
        width: 70%;
        position: relative;
        z-index: 999999;
    }
    .background-searcher input{
        width: 70%;
        margin: 0 0 14px;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        padding-left: 2%;
        padding-right: 5%;
        font-family: inherit;
        font-size: 20px;
        font-weight: inherit;
        line-height: calc(48px - (12px * 2) - 2px);
        color: #8e8e8e;
        border: 2px solid #e6e6e6;
        margin-top: 1%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        outline: 0;
    }
    .background-searcher button{
        padding: 1.8% 3%;
        border-radius: 4px;
        border: 1px solid transparent;
        /*background-color: #ED151F;*/
        background: #0E3650;
        color: white;
        font-size: 20px;
        cursor: pointer;
        outline: 0;
    }
    .search-item{
    margin-right:3%;
    }
    .search-item a{
    cursor:pointer;
    color:white;
    text-decoration:none;
    font-size:18px;
    }
    .search-item a:hover{
    text-decoration:underline;
    }
    .search-items{
    padding: 0 2%
}
.main-container{
    padding: 1% 5%
}
.box-information{
    padding: 1% 2%;
    background-color: #bfdef2;
    width: 100%;
    margin-bottom: 0;
    border-radius: 4px;
    position: relative;
    margin-top: 5%;
    border: 2px solid #0e3650;
}
.main-container p{
    font-family: 'Roboto', sans-serif;
    line-height: 1rem;
    font-size: 18px;
}
.main-container h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
}
.main-container h1{
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 700;
    border-bottom: 2px dashed #0E3650;
    width: 100%;
    padding-bottom: 4px;
}
.box-information--image{
    position: absolute;
    right: -1.6rem;
    top:-1.6rem;
    width: 18%;
}
.box-information--image img{
    width: 100%;
    border-radius: 50%;
}
.title{
    margin: 0;
    margin-top:1%
}
.timetable-grid{
    margin-top:1%;
    margin-bottom: 3%;
}
.timetable-grid--item-day{
    display: inline-block;
    width: 30%;
}
.timetable-grid--item-day p{
    display: inline-block !important;
    width: 30% !important;
}
.timetable-grid span{margin:0;margin-right: 2%;}
.timetable-grid p{margin:0; margin-bottom:5%;}
.timetable-grid--item-time{
    display: inline-block;
    width: 40%;
    vertical-align: top;

}
.timetable-grid--item-day p{
    font-weight: 700;
}
.timetable-grid--item{
    background-color: #BFDEF2;
    width: 100%;
    padding-top: 1%;
    padding-left: 3%;
    
}
.grid-item-2{
    background-color: #d5e7f2;
}
.open-day{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: green;
    margin-right: 2%;

}
.close-day{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: #706d70;
    margin-right: 2%;


}
.maps{
    width: 90%;
    margin-bottom: 5%;
}
.rating-box{
    background-color: #f7def7;
    width: 67%;
    padding: 3% 3%;
    display: flex;
    border-radius: 5px;
}
.rating h2{
    margin: 0;
    margin-bottom: 1%;
}

.rating-box div:nth-child(1){
    margin-left: 10%;
}
.bar-text{
    margin-top: 4%;
    margin-left: 1%;
    font-size: 15px;
}
.bar-next{
    margin-left: 5%;
}
.rating p,.maps p,.timetable-grid p,.about-estanco p{
    width: 100%;
    line-height: 1.7rem;
    margin-bottom: 2%;
}

/*FAQS*/
.faqs {
    width: 100%;
    margin-top: 4%;
}
.faq {
    padding: 0 0;
    padding-left: 2%;
    border-top: 1px solid #d5d5d5;
    cursor: pointer;
    position: relative;
}
.faq p{
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.faq p:first-child{
    font-weight: bold;
}
.faq span i{color:#0E3650 !important}
.faq-descriptions {
    padding: 0% 2%;
}
.hide,.show{
    position: absolute;
    top: 2rem;
}
.faq-descriptions p{
    margin: 0;
    padding-bottom: 3%;
    line-height: 1.5rem;
}
.main-container .line-title{
    border-bottom: 2px dashed #0E3650;
    padding-bottom: .7%;
    width: 100%;
}
/*FOOTER*/
.footer{
    background: #0E3650;
    padding: 2% 10%;
    margin-top: 4%;
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 3rem
}
.footer-first,.footer-second,.footer-third{

}
.footer-first,.footer-second{

}
.footer p{
    color: white;
}
.footer-title p{
    font-size: 20px;
    font-weight: 700;
}
.footer-content a{
    color: white;
    text-decoration: none;
}
.footer-first,.footer-second,.footer-third{
    vertical-align:top;
}
.footer-content p{
    font-size: 15px;
    cursor: pointer;
}
.footer-content p:hover{
    text-decoration: underline;
}
/*FINISHED FOOTER*/
.other-salons--list{
    list-style-type: circle;
}
.other-salons--list li{
    margin-bottom: 1rem;
    font-size: 20px;
}
.other-salons--list li a{
    color:#0E3650;
}
.other-salons--list li a:visited{
    color:#874d7f
}
.near-places--list{
    list-style-type: circle;
    padding:0;
    padding-left:2%
}
.near-places--list li{
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif
}
.near-places--list li a{
    color:#0E3650;
}
.near-places--list li a:hover{
    color:#e021c6
}
.breadcrumbs span a{
    color:#0E3650;
}
.breadcrumbs span a:hover{
    color:#b710a1
}
.breadcrumbs span a:visited{
    color:#962487
}
.timetable-grid a,.faq-descriptions a{
    color:#0E3650;
}
.timetable-grid a:hover,.faq-descriptions a:hover{
    color:#b710a1
}
.timetable-grid a:visited.faq-descriptions a:visited{
    color:#962487
}
.salon-card--text h2{margin:0; margin-top:2%; font-size:20px}
.up-arrow{
    width: 48px;
    height: 40px;
    line-height: 46px;
    font-size: 22px;
    text-align: center;
    color: #8e8e8e;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgb(0 0 0 / 4%);
    overflow: hidden;
    z-index: 99999;
    position: fixed;
    bottom: 2.5em !important;
    right: .5em;
    display: block;
    }
    .up-arrow p{
        margin-bottom: 0;
        margin-top: 0;
        }
        .nav-item a:hover{
            text-decoration: underline;
        }
    .intro-container p,.main-container p{
        line-height: 1.9rem;
        margin-bottom: 2%;
    }
    .buttons-container{
        display: flex;
        justify-content: space-between;
        margin-top: 2%;
        cursor: pointer;
    }
    .buttons-container a{
        background-color: #0E3650;
        color: white;
        padding: 1% 3%;
        width: 30%;
        text-align: center;
        margin-right: 1%;
        font-size: 20px;
        text-decoration: none;
        cursor: pointer;
    }
    .buttons-container a:hover{
        cursor: pointer;
        text-decoration: underline;
    }
    .services-list{
        padding-left: 7%;
        list-style-type: none;
        counter-reset: ordered;
        margin-left: 20px;
    }
    .services-list li{
        line-height: 2rem;
        font-size:  17px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 4%;
        color: #0E3650;
        font-weight: bold;
    }
    .services-list li:before{
        border: 2px solid #0E3650;
        border-radius: 50%;
        color: #0E3650;
        content: counter(ordered);
        counter-increment: ordered;
        display: inline-block;
        font-weight: 400;
        margin-left: -60px;
        margin-top: -7px;
        padding: 5px 16px;
        /* padding: 0.3rem 0.8rem; */
        position: absolute;
    }
    .services-list .li-big:before{
        padding: 7px 14px
    }
    .item-alert{
        color: #856405;
        background-color: #FFF3CD;
        padding: 1% 3%;
    }
    .fixed-btn--container{
        position: fixed;
        bottom: .5rem;
        width: 100%;
    }
    .fixed-btn--container button{
        margin: 0 0%;
        width: auto;
        background-color: #0E3650;
        color: white;
        border-color: transparent;
        font-size: 18px;
        width: 30%;
        padding: .5%;
        margin-left: 35%;
    }
    .btn-inline{
        width: 100% !important
    }
    .image-carousel img{
        height: 500px !important;
        width: 100%;

    }
    .image-carousel .owl-carousel .owl-nav button.owl-next{
        top: 30%;
        right: 1%;
        background-color:  white;
        color: #545E7B;
        font-size: 40px;
        font-weight: normal;
        border-radius: 50%;
        position: absolute;
        height: 50px;
        width: 50px;
        border: 1px solid #545E7B;
     }
     .image-carousel .owl-carousel .owl-nav button.owl-next:hover{
      cursor: pointer;
      color: black;
      border: 1px solid black;
     }
     .image-carousel .owl-carousel .owl-nav button.owl-prev{
      top: 30%;
      left: 1%;
      background-color:  white;
      color: #545E7B;
      font-size: 40px;
      font-weight: normal;
      border-radius: 50%;
      position: absolute;
      height: 50px;
      width: 50px;
      border: 1px solid #545E7B;
     }
     .image-carousel .owl-carousel .owl-nav button.owl-prev:hover{
      cursor: pointer;
      color: black;
      border: 1px solid black;
     }
@media screen and (max-width:700px){
    .fixed-btn--container{
        bottom: 0;

    }
    .fixed-btn--container button{
        width: 100%;
        padding: 2% 0;
        margin-left: 0
    }
    .main-container{
        width: auto;
        margin: 0 1%;
        padding: 1% 1%;

    }
    .background-image{
        height: 30vh
    }
    .box-information{
        width: 105%;
        margin-left: -3%;
        margin-right: -2%;
        border-radius: 0;
    }
    .main-container .line-title{
        border-bottom: 2px dashed #0E3650;
        padding-bottom: 3%;
        width: 100%;
    }
    .rating p, .maps p, .timetable-grid p, .about-salon p{
        width: 100%;
    }
    .timetable-grid--item{width: 98%;}
    .main-container h1{font-size: 22px;width:95%;padding-bottom: 3%;}
    .timetable-grid--item-day{width:50%}
    #leaflet {
        height: 300px;
        width: 105%;
        margin-left: -3%;
        margin-right: -3%;
    }
    .services-list{
        padding-left: 12%
    }
    .buttons-container{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
    }
    .buttons-container a{
        width: 90%;
        margin: 0 1.5%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .maps{width:100%}
    .bar-text{display: block; margin-top:30%;margin-left: -13%;}
    .about-estanco p {
        width: 95%;
        line-height: 1.7rem;
        margin-bottom: 2%;
    }
    .faqs{width:100%}
    .faqs .faq p{line-height: 1.7rem; font-size: 17px;}
    .main-container h2{font-size:20px;margin-top:2rem;}
    #description-title{margin-top:2%}
    .navbar-menu {
        margin-left: 7%;
        width: 100%;
        padding: 2% 0;
    }
    .breadcrumbs{
        margin-top:3%
    }
    .faq{
        width: 95%
    }
    .btn-inline{
        width: auto !important
    }
    .image-carousel img{
        height: 300px !important;
        width: 100%;

    }
}
@media screen and (min-width:700px) and (max-width:1024px){
    .main-container{
        width: auto;
        margin: 0 1%;
        padding: 1% 1%;
    }
    .box-information,.timetable-grid{
        width: 95%
    }
    .faq{
        width: 95%
    }
    .fixed-btn--container{
        bottom: 0;

    }
    .fixed-btn--container button{
        width: 100%;
        padding: 2% 0;
        margin-left: 0
    }
    .up-arrow{
        bottom: 3.5em !important
    }
}