.text-desc{
    font-size: 14px;
    color: #666;
    line-height: 21px;
}
.text-desc ul{
    list-style-type: disc !important;
    margin-left: 20px;
    margin-top: 11px;
}
.text-desc ul li{
    list-style-type: disc !important;
    margin-left: 20px;
}
.text-desc ul li ul{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.text-desc ul li ul li{
    list-style-type: circle !important;
}
.text-desc ol{
    list-style-type: decimal !important;
    margin-top: 11px;
}
.text-desc ol li{
    list-style-type: decimal !important;
}
.text-desc ol li ol{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.text-desc ol li ol li{
    list-style-type: lower-roman !important;
}
.default-404{
    margin-top: 120px;
    margin-bottom: 120px;
}
.kkCheck{
    display: none;
}

/* Voce attiva menu Linee (categoria) – stesso rosso della CTA "I nostri vini" in hover */
.widget-menu li a.active{
    color: rgba(201, 21, 23, 1) !important;
    border-bottom-color: rgba(201, 21, 23, 1);
}
.light-content .widget-menu li a.active{
    color: rgba(201, 21, 23, 1) !important;
    border-bottom-color: rgba(201, 21, 23, 1);
}
.services-text-container{
    background-color: #c91517 !important;
    color: #fff;
}
.services-text .text-gray {
    color: #fff;
}
.little-padding{
    padding-top: 80px;
    padding-bottom: 80px;
}
.hs-title-1 {
  line-height: 1.1;
}
.btn-scheda-tecnica{
    margin-top: 20px;
    margin-bottom: 20px;
}
.homepage-about{
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 60px;
}
.kkCheck{
    display: none !important;
}
@media only screen and (max-width: 768px) {

    .text-column-mobile{
        margin-top: 40px;
    }
    .product-breadcrumb{
        padding-top: 130px;
    }
    .product-page-section{
        padding-bottom: 0px;
    }
    .product-page-section hr{
        display: none;
    }
    .inner-nav ul li .mn-sub li a, .mn-group-title {
        color: #ccc !important;
    }
    .hs-title-1{
        margin-top: 20px;
        font-size: calc(2.2rem + 3vw);
        te
    }
    .bg-gradient-white {
        background-image: linear-gradient(0deg, #F6F3EF 0%, transparent 150%);
    }
}