
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;
}

/* Stile per desktop */
.desktop-image {
    display: block; /* Mostra l'immagine */
}

/* Stile per dispositivi mobili */
@media only screen and (max-width: 768px) {
    .desktop-image {
        display: none; /* Nascondi l'immagine su dispositivi mobili */
    }
}
/* Stile per dispositivi mobili */
.mobile-image {
    display: block; /* Mostra l'immagine su dispositivi mobili */
}

/* Stile per desktop */
@media only screen and (min-width: 769px) {
    .mobile-image {
        display: none; /* Nascondi l'immagine su desktop */
    }
}

/* Social Section Styles */
#social_section .social-network-icons {
    text-align: center;
    margin: 30px 0;
    border-bottom: none;
    padding-bottom: 30px;
}

#social_section .social-network-icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#social_section .social-network-icons li {
    display: inline-block;
    margin: 0 10px;
}

#social_section .social-network-icons li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #cc0066;
    color: #ffffff;
    border-radius: 50%;
    font-size: 24px;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
}

#social_section .social-network-icons li a:hover {
    background: #ffffff;
    color: #cc0066;
    transform: scale(1.1);
    text-decoration: none;
}

#social_section .social-call-to-action {
    margin-top: 30px;
    font-size: 18px;
}

#social_section .social-image {
    margin-bottom: 20px;
}

/* Override specifico per evitare conflitti con footer */
#social_section .social-network-icons li {
    list-style: none !important;
}

#social_section .social-network-icons li a {
    font-size: 24px !important;
    color: #ffffff !important;
}

#social_section .social-network-icons li a:hover {
    color: #cc0066 !important;
}
