* {
    font-family: 'Montserrat', sans-serif;
}
.search {
	margin-left: 5%;
}
#div_prodotti {
	margin-left: 0px;
	margin-right: 0px;
}
/*----- buttons -----*/
.btn.btn-primary {
    background-color: #E6680C;
    transition: all .4s ease-in-out;
    border: 1px solid #E6680C;
    width: 100%;
}
.btn.btn-primary:hover {
    background-color: #E9AA7F; 
    border: 1px solid #E6680C;
    transition: all .4s ease-in-out;
}
.btn.btn-primary:active {
    background-color: #E9AA7F; 
    border: 1px solid #E9AA7F;
    transition: all .4s ease-in-out;
}
.btn-close {
    background: none;
    width: 22px;
    height: 22px;
    opacity: 1;
    align-self: baseline;
}
.btn-close i {
    font-size: 22px;
}
.btn-close:hover {
    color: #E9AA7F; 
    opacity: 1;
    transition: all .4s ease-in-out;
}

/*----- colors -----*/
body {
    background-color: #fcfcf0;
}
#menu-footer-mobile.accordion {
    background-color: #fcfcf0;
}
#menu-footer-mobile .accordion-button, #menu-footer-mobile .accordion-body {
    background-color: #fcfcf0;
}
.bg-arancio {
    background-color: #E6680C;
}
.bg-grigio-scuro {
    background-color: #333333;
}
.bg-modal {
    background-color: #fcfcf0;
}
.arancio {
    color: #E6680C;
}
footer.border-top {
    border-top: 2px solid #212120 !important;
}
.text-dark {
    color: #212120;
}
.text-grey {
    color: #646464;
}
.text-black {
    color: #000000 !important;
}
/*----- nav -----*/
.navbar {
    height: 80px;
}
.navbar-brand .logo-navbar {
    width: auto;
    height: 60px;
}
/*----- typo -----*/
.copyright {
    font-size: 14px;
}
a .fa-brands {
    transition: all .4s ease-in-out;
}
a:hover .fa-brands {
    color: #E9AA7F;
    transition: all .4s ease-in-out;
}
.elenco-footer {
    list-style-type: none;
    padding-left: 0px;
}
.elenco-footer li a {
    color: #8a3e07;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    font-weight: 500;
}
.marrone {
    color: #8a3e07;
}
.quotedec {
    font-family: 'Playfair', serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #212120;
}
.quotedec i {
    font-size: 27px;
    position: absolute;
    margin-left: -30px;
    margin-top: -20px;
}
.text-footer {
    color: #8a3e07 !important;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.title-footer {
    font-family: 'Playfair', serif;
    font-size: 27px;
    color: #212120;
    font-weight: 700;
}
.title-scheda {
    font-family: 'Playfair', serif;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    padding-left: 70px;
    margin-bottom: 0;
}
.typo-desk-mob {
    font-family: 'Playfair', serif;
    font-size: 58px;
    font-weight: 600;
    padding-left: 5%;
    top: 100px;
    position: absolute;
}
.typo-desk-mob span.bold {
    font-weight: 700;
    font-family:Playfair,serif;
    font-size:64px;
    color:#212120;
    line-height:58px;
}
.typo-desk-mob span {
    /*font-family: 'Montserrat';*/
    font-family: Montserrat,sans-serif;
    font-size: 64px;
    padding-top: 0px;
    font-weight: 600;
}
/*-------------*/

.bg-img-plants {
    background-image: url("../img/sfondo-header.jpg");
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-dec {
    background-image: url("../img/visore-hp-dec.png");
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.border-bot-table {
    border-bottom: 1px solid #212120;
}

.form-control:focus {
    border-color:#212529;
    box-shadow: 0 0 0 0.25rem rgba(233, 170, 127,.25);

}

.icone-lista {
    width: auto;
    height: 50px;
    position: absolute;
    overflow: hidden;
    left: 20px;
    top: 8px;
}

.logo-footer {
    width: auto;
    height: 75px;
    position: relative;
    overflow: hidden;
    margin-left: -10px;
    margin-bottom: 1rem;
}
#menu-footer-mobile.accordion, .risultati-modal .accordion {
    --bs-accordion-active-color: #212120 !important;
    --bs-accordion-btn-focus-border-color: #212120 !important;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#menu-footer-mobile .accordion-item {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #212120;
}
#menu-footer-mobile .accordion-item:first-of-type, #menu-footer-mobile .accordion-item:last-of-type {
    border-radius: 0px;
}
#menu-footer-mobile .accordion-button:not(.collapsed) {
    box-shadow: 0 0 0 0;
}
.accordion-button:not(.collapsed) {
    color: #212120;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0;
    border-color: #212120;
}

.marrone .fa-brands {
    font-size: 22.5px;
    position: absolute;
    margin-top: 2px;
    margin-left: -28px;
}

.modal-body img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

p.strong {
    color: #212120;
}

p.payoff {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.risultati-modal .accordion-item {
    border: 1px solid #8A3E07;
    border-radius: 10px !important;
    border-width: 1px 1px 1px 1px !important;
}
.risultati-modal .accordion-header button {
    border-radius: 10px !important;
    box-shadow: 0 0 0 0;
}
.risultati-modal .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.social {
    margin-left: 28px;
}

ul.contatti {
    list-style-type: none;
}
ul .numtel {
    position: relative;
}
ul .numtel a.text-white {
    text-decoration: none;
    transition: all .4s ease-in-out;
}
ul .numtel a.text-white:hover {
    color: #E9AA7F !important;
    transition: all .4s ease-in-out;
}
ul .numtel::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-top: -2px;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    position: absolute;
    background-image: url("../img/telefono.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
ul .orario {
    position: relative;
}
ul .orario::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-top: -11px;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    position: absolute;
    background-image: url("../img/orologio.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#return-to-top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 12px;
    z-index: 200;
    border: none;
    outline: none;
    background-color: rgba(102, 102, 102, 0.25);
    color: #ffffff;
    cursor: pointer;
    width: 40px;
    height: 34px;
    padding: 6px 12px;
    transition: all .4s ease-in-out;
}
#return-to-top:hover {
    background-color: rgba(102, 102, 102, 0.5);
}

@media only screen and (max-width: 1024px) {
    .typo-desk-mob {
        font-size: 32px;
    }
    .card-img.sfondo {
        height: 700px;
        object-fit: cover;
    }
    h5.title-footer {
        font-size: 19.5px;
        font-weight: 700;
    }
}

@media only screen and (min-width:768px) {
    h1 {
        font-size: 40px;
    }
    p.text-dark, p.text-grey {
        font-size: 18px;
    }
    .navbar {
        height: 112px;
    }
    .navbar-brand .logo-navbar {
        width: auto;
        height: 96px;
        margin-top: -5px;
    }
    .search {
	margin-left: 23%;
    }
    .typo-desk-mob {
	padding-left: 20%;
    }
    
}
@media (min-width: 280px) and (max-width: 900px) {
	  .typo-desk-mob span.bold {
		font-size: 0.95em;
		line-height: 30px;
	}
	.typo-desk-mob span {
		font-size: 0.95em;
		
	}
}

div#modal1_content {
	background-color: #fcfcf0;
}

div#collapseThree div.card {
	background-color: #fcfcf0;
	border: 0px;
}
