.imgwide {
    width: 100%;
    height: 418px;
    object-fit: cover;
    object-position: bottom;
}
.navbar .navbar-nav .nav-link {
    color: #6e6b5a;
    font-size: 1em;
}
    .navbar .navbar-nav .nav-link:hover {
        color: #ffffff;
        background-color: #6e6b5a;
    }
    .navbar .navbar-nav .nav-link.active {
        color: #ffffff;
        background-color: #6e6b5a;
    }
.testohome {
    font-size:3.4em;
    color:#ffffff;
    margin-top:-1.5em;
    
}
.nodecoration {
    text-decoration: none;
}
#effetto img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

#effetto:hover #testo {
    display: block;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
    position: relative;
    margin-top: -50px;
    height: 50px;
    width: 100%;
    background-color: RGBA(0,0,0, 0.3);
    color: white;
    z-index: 0;
    line-height: 50px;
    text-align: center;
    font-family: 'Prata', serif;
}

#effetto a:link, #effetto a:active, #effetto a:visited {
    text-decoration: none;
}
.contattigrigio {
    border: 1px solid RGBA(0,0,0, 0.3);
    background-color: #fafafa;
    padding:20px;
}
.textalert {
    font-weight: 400;
    color: red;
}
.buttoncontatti {
    text-align: center;
    color: #ffffff;
    background-color: #711e23;
    width: 100%;
    border: none;
    min-height: 40px;
    max-width: 600px;
}
.hyphenate {
    text-align: justify;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
footer {
    background-color:#E7E7E7;
    width:100%;
    min-height:40px;
    padding:10px 0 5px 0;
    color:#6e6b5a;
}
    footer.page-footer {
        bottom: 0;
        
    }

        footer.page-footer .container-fluid {
            width: auto
        }

        footer.page-footer .footer-copyright {
            overflow: hidden;
 
        }

        footer.page-footer a {
            -webkit-transition: .35s;
            transition: .35s;
            color: #6e6b5a;
            text-decoration: none;
        }

            footer.page-footer a:hover {
                color: #ffffff;
                background-color: #6e6b5a;
            }

.font-small {
    font-size: .9rem
}
.riquadroolio {
    width: 500px;
    height: 435px;
    border: 1px solid #000;
    background-color: #fff;
    text-align: left;
    margin-top: 15px;
    position: relative;
}
.btnAcquista {
    width:auto;
    padding:0 20px;
    border:none;
    background-color:#6e6b5a;
    color:#fff;
    position:absolute;
    right:30px;
    bottom:30px;
    font-size:1.2em;
}
/* Carrello */
.lineanera {
    width: 100%;
    height: 1px;
    background-color: #000;
}

.prezzo {
    font-size: larger;
}
.apice {
    background-color: #711e23;
    padding: 1px 5px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: -10px;
    left:-2px;
    color: white;
    font-weight: bold;
    font-size:0.5em;
}
.stepcss {
    text-decoration:none;
    color:#0094ff;
}
@media (orientation:portrait) and (max-width:767.98px) {
    .navbar .navbar-nav .nav-link.active {
        color: #ffffff;
        background-color: #6e6b5a;
        padding-left:10px;
    }
}
@media only screen and (min-width: 992px) {
    .navbar {
        flex-direction: column;
    }
        .navbar .nav-item {
            padding: 0.4em;
        }
}
/* Loading */
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
/**/
.prezzo {
    font-size: larger;
}

.testorossoconferma {
    color: brown;
    font-size: 1.2em;
    font-weight: 500;
}

.testoverdeconferma {
    color: olivedrab;
    font-size: 1.2em;
    font-weight: 500;
}

