/** RICETTE */

section.heroricetta .row {
    display: flex;
    align-items: center;
}

section.heroricetta {
    margin-bottom: 50px;
    margin-top: 10px;
}

.riqrichero {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.riqrichero .coluno {
    width: 70%;
    min-height: 520px;
    overflow: hidden !important;
    position: relative;
}


.riqrichero .coluno img {
    position: absolute;
    width: auto;
    top: 50%;
    transform: translate(0, -50%);
}


.riqrichero .coldue {
    width: 30%;
    padding: 50px;
}

.riquadropreparazione figure {
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.riquadropreparazione figure img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}


#commentform {
    display: none;
}


.commenti {
    margin-top: 70px;
    background: #f7f7f7;
    padding: 2.5em 0 2em;
}

.comment-section-title {
    text-align: center;
    font-weight: 600 !important;
    font-size: 30px !important;
    margin-bottom: 30px;
}

#reply-title {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px 0;
}

.showcomment {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-transform: uppercase;
}



.riquadroingredienti {
    position: sticky;
    top: 60px;
    padding: 0;
    background: #fff;
    border: 1px solid #f9d44b;
}

.riquadroingredienti ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffd91e;
    border: 1px solid #000;
}

.riquadroingredienti ul li {
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
}

.riquadroingredienti ul {
    list-style: none;
    padding: 1em 2em 1em;
}

.riquadroingredienti ul li a {
    color: #2eb0a8;
}


h3.tipopreparazione {
    padding: 0 1em 0;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}

section.contentericetta {
    position: relative;
    padding-bottom: 40px;
}

.riquadroingredienti h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 30px;
    background: #fad53a;
    text-align: left;
    padding: 0.5em 0.5em 0.5em 1em;
}

section.contentericetta {
    position: relative;
}

.contentericetta .row {
    display: flex;
}

.riquadropreparazione p {
    font-size: 18px;
    line-height: 1.8;
}

.riquadropreparazione a {
    color: #2eb0a8;
}

.riquadropreparazione h2,
.riquadropreparazione h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600 !important;
}

.prodotto-home.prodotto.cercaprod_ric img {
    background: #f3efec;
}

.prodotto-home.prodotto.cercaprod_ric a.button {
    background-color: #ffd91e !important;
    border-radius: 0 !important;
    color: #000;
    font-weight: bold !important;
    margin-bottom: 0.5em !important;
    line-height: 1 !important;
    text-transform: uppercase;
    min-width: 1px;
    font-size: 16px !important;
    margin-top: 10px;
}

section.prodric_single h2 {
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 30px;
    margin-bottom: 15px;
}

section.prodric_single {
    padding: 6em 0;
}

section.titlericetta h1 {
    font-weight: 600 !important;
    text-transform: uppercase;
}

section.titlericetta {
    padding-top: 3em;
    padding-bottom: 0.5em;
}

.riqrichero .coluno .flex-video.widescreen {
    margin: 0;
}

.didascalia-bollini span.virgola::after {
    content: ", ";
}

.didascalia-bollini span.punto::after {
    content: ".";
}



.hoverappari .prodotto-home-prezzo .price del:before {
    width: 60%;
    left: 50%;
}

@media only screen and (max-width: 1500px) {
    section.heroricetta {
        padding: 0;
    }

    .riqrichero .coluno {
        width: 65%;
        min-height: 450px;
    }

    .riqrichero .coldue {
        width: 35%;
        padding: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .riqrichero {
        flex-flow: wrap;
    }

    .riqrichero .coluno {
        width: 100%;
    }

    .riqrichero .coldue {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    section.contentericetta .columns:nth-child(1) {
        padding-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .contentericetta .row {
        flex-flow: wrap;
    }

    section.contentericetta .columns:nth-child(1) {
        padding: 0 0 20px 0;
    }

    section.titlericetta h1 {
        font-size: 30px;
    }

    .riqrichero .coluno {
        min-height: 200px;
    }

    section.heroricetta .columns {
        padding: 0;
    }

    section.titlericetta h1 {
        text-align: center;
    }

    section.titlericetta .columns {
        padding: 0;
    }

    #ricette_single_prod .owl-stage {
        left: -20px;
    }
}

/** ====> FINE RICETTE */