
header {
/*    background: url(../images/occhialiblackfriday/rayban-sconti-black-friday-2.jpg) no-repeat center top fixed;*/
    -webkit-background-size: cover;
            background-size: cover;
}

.color-overlay {
    background: rgba(0, 0, 0, 0.2)!important;
}
.features {
    background: #000;
}

.colored-line, .colored-line-left {
    background: #cc0066!important;
}
.standard-button {
    background: #cc0066!important;
}
.main-color {
    color: #cc0066!important;
}
.features .phone-image {
    max-width: none;
}
header .color-overlay {
    min-height: 500px;
}
.deep-dark-bg {
    background: #111111!important;
}
body {
    background: #1f1f1f;
}
.testimonials {
/*    background: url(../images/occhialiblackfriday/negozio-ray-ban-prezzi.jpg) no-repeat center fixed;*/
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
}
.download {
/*    background: url(../images/occhialiblackfriday/negozio-ray-ban-sconti.jpg) no-repeat center fixed;*/
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
}
/* Fix per le icone social nel footer - mantiene stile esistente */
footer .social-icons li a {
    font-size: 30px;
    color: #636363;
    transition: all 0.3s ease;
}

footer .social-icons li a:hover {
    color: #cc0066;
    transform: scale(1.1);
}
