p {
    color: #232C2E;
    line-height: 24px;
}
.product-description p {
    color: #232C2E;
    font-size: 16px;
}
.footer-container .links li a {
    color: #454545;
}
#footer .copyright {
    width: 100%;
}
#custom-callus {
    color: #fff;
}
#custom-callus a {
    color: #fff;
    font-weight: 700;
}
#left-column {
    width: 24%;
}
#content-wrapper.left-column {
    width: 76%;
}
#header .logo {
    max-height: 72px;
    width: auto;
}
.contact-rich .block .icon {
    float: left;
    width: 3.0rem;
}
.copyright-link {
    color: #fff;
    text-align: right;
    padding-top: 10px;
}
.layout-left-column #products .product-miniature, .layout-left-column .featured-products .product-miniature, .layout-left-column .product-accessories .product-miniature, .layout-left-column .product-miniature .product-miniature, .layout-right-column #products .product-miniature, .layout-right-column .featured-products .product-miniature, .layout-right-column .product-accessories .product-miniature, .layout-right-column .product-miniature .product-miniature {
    width: 25%;
    margin-bottom: 25px;
}
.product-miniature h2.product-title {
    height: 68px;
    overflow: hidden;
    line-height: 15px;
}
#subcategories ul li {
    min-width: 198px;
}
#custom-featuredblock h2 {
    font-size: 32px;
}
#custom-featuredblock p {
    font-size: 24px;
    line-height: 28px;
}

.services-icons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
}

.services-icons .serv-ico {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
}

.services-icons .serv-ico .material-icons {
    font-size: 36px;
    margin-bottom: 8px;
    color: #232C2E;
}

/* COLORI */
#header .header-nav {
    background: #0D2B5D;
}
#topbtn {
    border: 2px solid #ffd800;
    background: #0D2B5D url(../img/back-to-top.png) no-repeat scroll center 9px;
}
.footer-bottom {
    background: #0D2B5D;
}
.footer-container .links .h3, .footer-container .links .h3 a, .block-contact .block-contact-title, .linklist .blockcms-title a, .callus-title, #block-newsletter-label {
    color: #0D2B5D;
}
.tabs .nav-tabs .nav-link {
    color: #ffd800;
    background: #0D2B5D;
}

/* bugfix icona instagram nell'header */
.block-social li.instagram {
    background-position: 11px -468px;
}
.block-social li.instagram:hover {
    background-position: -81px -468px;
}
@media (max-width: 767px) {
    #header .header-nav {
        background: #fff;
    }
    #header .logo {
        max-height: 62px;
    }

    .services-icons {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
}