 .bg-oblique {
    background-color: #efeee9;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.bg-oblique:after {
    content: "";
    display: block;
    background: #e5e5e5;
    width: 150%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: -55%;
    left: -25%;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.bio-estesa {
    font-size: 14px;
    line-height: 23px;
    font-weight: 100;
}

.bg-editore {
    background-image: url(/static/themes/libreriecoop/images/bg-editore.svg?5116113bc76b);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.top-spacing {
    margin-top: 3rem;
}

.div-card-promozione .consiglio_lettura_bg {
    height: 215px;
}

.cover-image-255 {
    height: 255px;
}

.cover-image-180 {
    height: 180px;
}

.primary-menu .nav-link {
    margin-left: 26px;
}

@media (max-width: 510px) {
    .cover-image-180 {
        height: 210px;
    }
}
