﻿:root {
    --theme-color: #FF3D00;
    --theme-color-light: rgba(152, 193, 53, .08); /* rgb of --theme-color */
    --theme-color2: #000;
    --color-dark: #413c35;
    --body-font: Century Gothic,CenturyGothic,sans-serif;
    --heading-font: Century Gothic,CenturyGothic,sans-serif;
}
body {
    /* fallback per browser senza supporto CSS variables */
    font-family: "Century Gothic", "CenturyGothic", AppleGothic, "Avant Garde", "Trebuchet MS", Arial, sans-serif;
    /* dichiarazione principale */
    font-family: var(--body-font, "Century Gothic", "CenturyGothic", AppleGothic, "Avant Garde", "Trebuchet MS", Arial, sans-serif);
}
/* hs-1 */
.hs-1 .hero-slider {
    background: var(--theme-color-light);
}

    .hs-1 .hero-slider::before {
        display: none
    }

.ft-bg {
    background: var(--theme-color2);
}

    .ft-bg::before {
        background-image: none
    }

@media (min-width: 992px) {
    .navbar .nav-item .nav-link.active, .navbar .nav-item:hover .nav-link {
        color: var(--theme-color);
    }
}

.big-banner .newsletter-wrap {    
    background-image: url(/template/medion/assets/img/banner/big-banner-grey.jpg);

}

.category-info.mostra-iniziale .category-initial {
    font-size: 80px;
}

.category-info .icon.no-border::before {
    border: none
}
.category-info.mostra-iniziale .content p {
color:#888
}