@import "../../../src/foundation-5.5.1.custom/css/foundation.css";

html {
    -webkit-font-smoothing: antialiased;
}

.font1 {
    font-family: 'trashhandregular';
}

@import url('https://fonts.googleapis.com/css2?family=Karla:wght@500&display=swap');

body {
    font-size: 1em;
    font-family: 'Karla', sans-serif;

}

/*******************
 *******************
	Generic Styles
 *******************
 *******************/
.cart-button {
    position: relative;
    cursor: pointer;
}

.cart-button span.counter-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: -1em;
    right: -1em;
    font-size: 0.8em;
    background-color: #e77f09;
    color: white;
    height: 1.5em;
    width: 1.5em;
    border-radius: 100%;
    border: 1px solid white;
    position: absolute;
    font-weight: bold;
    line-height: 1;
}

@media all and (max-width: 1024px) {
    .hide-small {
        display: none !important;
    }
}

.genericTitle {
    display: block;
    color: #692566;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 1em;
}

.titolo-prodotto {
    display: block;
    color: #692566;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1em;
    margin: 0;

    @media screen and (max-width: 640px) {
        margin-top: 0.5em;
    }
}

.footer .loghi-social:hover {
    opacity: 0.8;
    text-decoration: none;
}

.genericTitleLite {
    display: block;
    color: #692566;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 1em;
}

.uppercase {
    text-transform: uppercase;
}

p {
    font-size: 1em;
    color: #333333;
}

.divider {
    margin: 5em 0;
    background-image: url('../../images/divider.png');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 1em;
}

.distanceTop {
    margin-top: 5em;
}

.tinyOL {
    font-size: 0.9em;
}

/*************
 *************
	TOP Area
 *************
 *************/
.header {
    height: 10em;
    display: flex;
    align-items: center;
    background-color: #efeee8;
}

@media screen and (max-width: 1024px) {
    .header {
        height: auto;
    }
}

.header .topRowParent {
    padding: 0.5em;
    margin-bottom: 1em;
    background-color: #f6f6f6;
}

.header .topRow ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .topRow ul li {
    margin-left: 3em;
    font-size: 0.9em;
    display: inline-block;
}

.header .topRow ul li a {
    color: black;
    text-transform: lowercase;
}

.header .topRow ul li a.lite {
    color: gray;
}

.header .menu {
    background-color: #efeee8;
}

@media screen and (min-width: 1025px) {
    .header .menu {
        display: flex;
        justify-content: space-between;
    }

    .header .menu ul {
        padding-right: 1em;
    }
}

.header .menu ul {
    list-style: none;
}

.header .menu ul li {
    display: inline-block;
}

.header .menu ul li a {
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.3em 0.5em;
    font-size: 1em;
    color: #692566;
    white-space: nowrap;
}

@media screen and (max-width: 1300px) {
    .header .menu ul li a {
        padding: 0.2em 0.4em;
        font-size: 0.8em;
    }
}

.hide-for-large-up {
    margin-top: 1em;
}

@media screen and (min-width: 1500px) {
    .header .menu ul li a {
        font-size: 1.2em;
    }
}

.header .menu ul li a.selected,
.header .menu ul li a:hover {
    border-radius: 3px;
    color: white;
    background-color: #9061a7;
}

.header .menu ul li a.selected {
    font-weight: bold;
}

@media screen and (min-width: 1025px) {
    .header .menu ul {
        margin: 1.8em 0 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (min-width: 1200px) {
    .header .menu ul {
        margin: 1.5em 0 0 0;
    }
}

@media screen and (max-width: 1025px) {
    .header .menu ul {
        margin: 2em 0 0 0;
    }
}

@media not all and (min-width: 1025px) {
    .header .menu ul {
        padding-top: 4.5em;
    }

    .header .menu ul li {
        display: block;
        text-align: left;
        width: 100% !important;
    }

    .header .menu ul li a {
        text-transform: capitalize !important;
        border-radius: 0 !important;
        display: inline-block;
        width: 100% !important;
        font-size: 1.2em !important;
        border-bottom: 1px solid #4f3d32;
        padding: 0.5em 0.9em !important;
    }

    .header .menu ul li a.active {
        border-bottom: 1px solid #e77f09;
        padding: 0.9em !important;
    }
}

@media not all and (min-width: 1000px) {
    .header .menu ul {
        margin: 1.5em 0 0 0;
    }
}

.header .logo {
    height: 5.5em;
    width: auto;
}

@media not all and (min-width: 1025px) {
    .header .logo {
        padding: 0.8em 0;
    }
}

.header .menu ul li.user-cart {
    display: flex;
    align-items: center;
    background-color: #692566;
    min-width: 3.75em;
    height: 2em;
    border-radius: 5px;
}

div.user-cart {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #692566;
    height: 2em;
    width: 100%;
    border-radius: 5px;
}

li.user-cart img {
    height: 1em;
}

@media screen and (min-width: 1025px) {
    li.user-cart img {
        height: 1.3em;
    }
}

div.user-cart img {
    height: 2em;
}

@media screen and (max-width: 1024px) {
    div.user-cart img {
        height: 1.5em;
    }
}

.user-cart hr {
    height: 100%;
    width: 1px;
    background-color: #fff;
}

div.user-cart {

}

.user-cart svg {
    fill: #fff;
}

@media screen and (max-width: 1024px) {
    li.user-cart {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    div.user-cart {
        display: none !important;
    }
}

.header .menu ul li.user-cart a {
    display: flex;
    align-items: center;
    height: 100%;
}

.tiny_slider {
    display: flex;
    align-items: center;
    min-height: 5em;
    background-color: rgba(255, 255, 255, 0.65);
    background-blend-mode: overlay;
    background-repeat: repeat;
    position: relative;

    @media screen and (min-width: 1025px) {
        min-height: 10em;
    }
}

.tiny_slider.viola-beige,
.tiny_slider.viola {
    background-color: rgba(105, 37, 102, 0.5);
    background-blend-mode: color-burn;
}

.tiny_slider .title {
    text-transform: uppercase;
    display: block;
    margin: 1em 0;
    color: #692566;
    font-size: 3em;
    font-style: italic;
    letter-spacing: -0.05em;
}

@media not all and (max-width: 768px) {
    .tiny_slider .title {
        margin: 0.5em 0;
        font-size: 5em;
    }
}

.slider {
    z-index: 999;
    position: relative;
    height: 20em;
}

@media screen and (min-width: 1025px) {
    .slider {
        height: 30em;
    }
}


.slider .cycle-slideshow {
    position: absolute;
    width: 100%;
    z-index: 0;
}

.slider .singleSlide {
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20em;
    background-position: center;
}

@media screen and (min-width: 1025px) {
    .slider .singleSlide {
        height: 30em;
    }
}

.slider .singleSlide .payoff {
    display: block;
    margin-top: 1em;
    padding: 0 0.5em;
    color: white;
    font-size: 3em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.85);
    line-height: 1em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
    font-family: 'trashhandregular';
}

@media screen and (min-width: 1025px) {
    .slider .singleSlide .payoff {
        text-align: left;
        font-size: 5rem;
        margin-top: 0.5em;
    }
}

.singleSlide.slide1 {
    background-image: url(../../../media/images/slider/hero-mobile-1.jpg);
}

@media screen and (min-width: 1025px) {
    .singleSlide.slide1 {
        background-image: url(../../../media/images/slider/hero-1.jpg);
    }
}

.singleSlide.slide5 {
    background-image: url(../../../media/images/slider/hero-mobile-5.jpg);
}

@media screen and (min-width: 1025px) {
    .singleSlide.slide5 {
        background-image: url(../../../media/images/slider/hero-5.jpg);
    }
}

@media screen and (min-width: 1025px) {
    .singleSlide.slide5  .payoff {
        font-size: 7rem;
    }
}

.singleSlide.slide2 {
    background-image: url(../../../media/images/slider/hero-mobile-2.jpg);
    background-position: center right;
}

.singleSlide.slide2 .payoff {
    text-align: left;
}

@media screen and (min-width: 1025px) {
    .singleSlide.slide2 {
        background-image: url(../../../media/images/slider/hero-2.jpg);
    }
}

.singleSlide.slide3 {
    background-image: url(../../../media/images/slider/hero-mobile-3.jpg);
}

@media screen and (min-width: 1025px) {
    .singleSlide.slide3 {
        background-image: url(../../../media/images/slider/hero-3.jpg);
    }
}

.singleSlide.slide4 {
    background-image: url(../../../media/images/slider/hero-mobile-4.jpg);
}

@media screen and (min-width: 1025px) {
    .singleSlide.slide4 {
        background-image: url(../../../media/images/slider/hero-4.jpg);
    }
}


.slider .overlay {
    z-index: 0;
    width: 100%;
    top: 0;
    padding-top: 2em;
}

.slider .firstRow {
    margin-bottom: 1em;
}

.slider .container {
    padding: 1em 0.5em;
}

@media not all and (min-width: 1000px) {
    .slider .cycle-pager {
        width: 50%;
    }
}

@media all and (max-width: 1000px) {
    .slider .cycle-pager {
        width: 100%;
        text-align: center;
    }
}

.sliderMoveSmall .container .firstRow {
    margin-bottom: 1em;
}

@media all and (max-width: 1024px) {
    .topRowTiny {
        text-align: center;
        margin-bottom: 0.5em;
    }
}

/*********************************
 *********************************
    Assortimento, aka Categories
 *********************************
 *********************************/
.assortimento-opening {
    margin: 0 0 0.5em 0;
    color: #692566;
    font-size: 4em;
    text-transform: uppercase;
}

.list-assortimento {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-assortimento li {
    margin-bottom: 0.1em;
    font-size: 1.5em;
}

.list-assortimento li a.active {
    color: #311335;
    font-weight: bold;
    background-color: transparent;
}

.list-assortimento li a {
    display: block;
    font-weight: bold;
    background-color: #d0d1d3;
    color: #8b8d8e;
    padding: 0.3em;
}

.list-assortimento li ul.active {
    display: block;
}

.list-assortimento li ul {
    display: none;
    list-style: none;
}

.list-assortimento li ul li {
    margin-bottom: 0;
    line-height: 1em;
}

.list-assortimento li ul li a {
    color: #6e6f71;
    background-color: transparent;
    font-size: 0.7em;
    font-weight: normal;
}

.list-assortimento li ul li a.active {
    color: #e77f09;
}

/************
 ************
    Ricette
 ************
 ************/
.ricette-opening {
    margin: 1em 0 0 0;
    padding: 2em 0;
    background-color: rgba(105, 37, 102, 0.5);
    background-blend-mode: color-burn;
}

.ricette-opening .title {
    font-size: 2em;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.ricette-content {
    background-color: #efeee8;
    padding: 2em 0 4em 0;
}

@media screen and (min-width: 1025px) {
    .ricette-content {
        padding: 2em 0 6em 0;
    }
}

.list-ricette {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

.list-ricette li a {
    color: #9061a7;
    transition: 0.3s;
}

.list-ricette li:hover a {
    color: #692566;
    padding-left: 1em;
}

.list-ricette .selected a,
.list-ricette a.selected {
    font-weight: bold;
    color: #692566;
}

.single-ricetta {
    position: relative;
}

.single-ricetta .title-ricetta {
    margin-bottom: 0.5em;
    display: block;
    color: #692566;
    font-size: 1.5em;
    font-weight: bold;
}

@media screen and (min-width: 1025px) {
    .single-ricetta .title-ricetta {
        font-size: 2em;
    }
}

.single-ricetta .body-ricetta {
    display: block;
    font-size: 1em;
    line-height: 1.7em;
    color: #333333;
}

.single-ricetta .body-ricetta strong {
    color: #000;
}

.single-ricetta .ricetta-cover {
    transform: scale(0.9);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.single-ricetta .ricetta-placer {
    margin-top: -1em;
    margin-left: -0.5em;
    position: absolute;
    transform: scale(0.85) rotate(5deg);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.slider-ricette {
    background-image: url('../../images/bgRicette.jpg');
    background-size: 100% 100%;
    padding: 3em 3em;
    position: relative;
}

.slider-ricette .preparazione-ricetta {
    display: block;
    font-size: 0.8em;
    color: #4f3d32;
}

@media not all and (max-width: 1400px) {
    .slider-ricette .preparazione-ricetta {
        font-size: 1em;
    }
}

.slider-ricette .title {
    line-height: 1em;
    font-size: 1.8em;
    color: #4f3d32;
    display: block;
    background-image: url('../../images/bgRicetteTitle.png');
    background-position: bottom center;
    padding-bottom: 0.5em;
    margin-bottom: 0.3em;
    background-repeat: no-repeat;
}

@media not all and (max-width: 1400px) {
    .slider-ricette .title {
        font-size: 3em;
    }
}

.slider-ricette .nome-ricetta {
    line-height: 1em;
    font-size: 1.5em;
    color: #4f3d32;
}

@media not all and (max-width: 1400px) {
    .slider-ricette .nome-ricetta {
        font-size: 2em;
    }
}

.slider-ricette img.cover {
    margin-left: -1em;
    margin-top: -1em;
    position: absolute;
    z-index: 999;
    transform: scale(0.89);
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
}

.slider-ricette img.placer {
    margin-left: -0.5em;
    transform: scale(1) rotate(-9deg);
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
}

/******************************************
 ******************************************
    Dettaglio - Prodotto, VISTA A GRIGLIA
 ******************************************
 ******************************************/
.dettaglio-prodotto {
    content-box: border-box;
    background-color: #efeee8;
    position: relative;
    border-radius: 1em;
    overflow: hidden;
}

.dettaglio-prodotto .dettaglio-prodotto-titolo {
    display: block;
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    color: #692566;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limita a 2 righe */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dettaglio-prodotto-descrizione {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dettaglio-prodotto .dettaglio-prodotto-titolo a {
    color: #692566;
}

.dettaglio-prodotto .dettaglio-prodotto-titolo a:hover {
    color: #9061a7;
}

.dettaglio-prodotto .dettaglio-prodotto-body {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
    min-height: 12em;
}

@media screen and (min-width: 1450px) {
    .dettaglio-prodotto .dettaglio-prodotto-body {
        min-height: 10em;
    }
}

.dettaglio-prodotto-spec {
    text-align: right;
    display: block;
    font-size: 0.8em;
}

.dettaglio-prodotto .qnt {
    color: #692566;
    display: block;
    line-height: 2.9em;
    font-size: 0.8em;
    margin-left: 0.4em;
}

.dettaglio-prodotto .old-price {
    display: block;
    font-size: 0.5em;
    text-decoration: line-through;
    color: #d82c42;
    position: absolute;
    bottom: -3px;
    right: 0;
    font-style: italic;
}

.dettaglio-prodotto .quantity_selector {
    margin: 0;
    border-radius: 0.5em;
}

.dettaglio-prodotto .quantity_selector:disabled {
    cursor: not-allowed;
}

.dettaglio-prodotto .plusInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #9061a7;
    border-radius: 0.5em;
    padding: 0.5em 1em;
    color: #fff;
    font-size: 0.8em;
}

.dettaglio-prodotto .plusInfo:hover {
    background-color: #692566;
    color: #fff;
}

.dettaglio-prodotto img.product {
    margin-bottom: 0.3em;
}

.dettaglio-prodotto .dettaglio-prodotto-baseline {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dettaglio-prodotto .info-container {
    min-height: 9em;
}

.dettaglio-prodotto .padding-laterale {
    padding: 0 1em;
}

.dettaglio-prodotto form {
    display: flex;
    padding: 0.5em 1em 1em 1em;
}

.dettaglio-prodotto .addToCart {
    border-radius: 0.5em;
    background-repeat: no-repeat;
    margin: 0;
    background-color: #1e772f;
    background-image: url(../../images/addCart.svg);
    background-size: 28px;
    background-position: 28px center;
    padding-right: 5em;
}

.addToCart:disabled {
    cursor: not-allowed !important;
}

.dettaglio-prodotto .cont-cart-info {
    display: flex;
    justify-content: right;
    gap: 0.5em;
}

/*****************************************
 *****************************************
    Dettaglio - Prodotto, SCHEDA INTERNA
 *****************************************
 *****************************************/
.scheda-prodotto .dettaglio-prodotto-titolo {
    display: block;
    font-size: 1.2em;
    color: #1e772f;
    font-weight: bold;
    text-transform: uppercase;
}

.scheda-prodotto .dettaglio-prodotto-body {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
}

.dettaglio-prodotto-price {
    color: #692566;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1em;
}

.scheda-prodotto .qnt {
    color: #1e772f;
    display: block;
    line-height: 2.9em;
    font-size: 0.8em;
}

.scheda-prodotto .old-price {
    display: block;
    font-size: 0.9em;
    margin-top: 0.3em;
    text-decoration: line-through;
    color: #d82c42;
    position: absolute;
    bottom: 3.3em;
}

.scheda-prodotto .quantity_selector {
    margin: 0;
}

.scheda-prodotto .plusInfo {
    padding-top: 0.9rem;
    border-radius: 4px;
    margin: 0;
}

.scheda-prodotto .addToCart {
    padding-top: 0.9rem;
    border-radius: 4px;
    background-repeat: no-repeat;
    margin: 0;
    background-color: #1e772f;
    background-image: url(../../images/addCart.svg);
    background-size: 28px;
    background-position: right 20px center;
    padding-right: 5em;
    width: 100%;
}

.scheda-prodotto .cover {
    border: 1px solid #692566;
    border-radius: 0.5em;
}

.scheda-prodotto .product-tab {
    margin-top: 1em;
}

.scheda-prodotto .product-tab ul.small li {
    clear: both;
    width: 100%;
}

.scheda-prodotto .product-tab ul.small li a {
    background-color: #9061a7;
    color: white;
}

.scheda-prodotto .product-tab ul.small li a.selected {
    background-color: #692566;
    color: white;
}

.scheda-prodotto .product-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scheda-prodotto .product-tab ul li {
    box-sizing: border-box;
    margin: 0;
    float: left;
    width: 33%;
}

.scheda-prodotto .product-tab ul li a {
    padding: 0.5em;
    margin: 0;
    display: block;
    width: 100%;
    border-bottom: 3px solid rgba(144, 97, 167, .5);
    color: rgba(144, 97, 167, .75);
}

.scheda-prodotto .product-tab ul li a.selected {
    font-weight: bold;
    color: #692566;
    border-bottom: 3px solid #692566;
}

.product-tab > div {
    padding-top: 1em;
}

@media screen and (max-width: 1024px) {

    .product-tab > div {
        max-height: 400px;
        background-color: #efeee8;
        padding: 0.5em;
        margin-bottom: 2em;
        overflow: auto;
    }

    .loghi-verdi-cont {
        margin-bottom: 2em !important;
    }
}

.btn-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #692566;
    font-size: 1em;
    border-radius: 0.5em;
    color: #fff;
    padding: 0 1em;
    margin-bottom: 1em;
    height: 3em;
}

.btn-back:hover {
    color: #fff;
    background: #9061a7;
}

/***************
 ***************
    Recensioni
 ***************
 ***************/
.recensioni {
    min-height: 14em;
    background-image: url('../../images/bgRecensioni.png');
    padding: 1em;
}

.recensioni .author {
    line-height: 0.8em;
    display: block;
    font-size: 2em;
    color: #4f3d32;
}

.recensioni .dicono-di-noi {
    text-align: center;
    display: block;
    font-size: 2.2em;
    color: #4f3d32;
}

@media all and (max-width: 768px) {
    .recensioni .dicono-di-noi {
        line-height: 2.1;
    }
}

.recensioni .button.bRecensioni {
    font-size: 1.3em;
    padding: 0.7em 0;
    background-color: #4f3d32;
    color: white;
    margin: 0;
}

.recensioni p {
    margin: 0;
}

.recensioni p.closing-rec {
    margin: 0;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #4f3d32;
}

.recensioni .recensioni-divider {
    background-image: url('../../images/bgRicetteTitle.png');
    height: 2em;
    background-position: center center;
    margin: 0.5em 0;
}

/********
 ********
    Faq
 ********
 ********/
.faq {
    min-height: 14em;
    background-image: url('../../images/bgRecensioni.png');
    padding: 1em;
    color: #4f3d32;
}

.faq .box-content {
    text-align: center;
    padding: 1.5em;
    margin-bottom: 0.5em;
    transform: rotate(-9deg);
}

.faq .box-content .title {
    display: block;
    font-size: 4em;
    margin-top: -0.5em;
}

.faq .box-content .subtitle {
    margin-top: -1em;
    display: block;
    font-size: 1em;
}

.faq .background {
    background-image: url('../../images/bgFaq.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 70%;
}

.faq .button.bFaq {
    font-size: 1.3em;
    padding: 0.7em 0;
    background-color: #4f3d32;
    color: white;
    margin: 0;
}

@media all and (max-width: 768px) {
    .faq {
        margin-top: 1em;
    }

    .faq .background {
        background-image: none !important;
    }
}

/*********
 *********
    Tabs
 *********
 *********/
.los-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.los-tabs.green .genericTitle {
    margin: 0 0 0.1em 0;
}

.los-tabs.green span.body {
    display: block;
    margin-bottom: 1em;
}

/********************
 ********************
    Singola Notizia
 ********************
 ********************/
.singola-notizia {
    margin-bottom: 2em;
}

.singola-notizia .title {
    display: block;
    color: #1e772f;
}

.singola-notizia .body {
    font-size: 0.9em;
}

.singola-notizia .body a {
    color: #1e772f;
    text-decoration: underline;
}

.singola-notizia .data {
    color: #1e772f;
    font-size: 0.8em;
}

/*******************
 *******************
    PRE FOOTER - 1
 *******************
 *******************/
.pre-footer {
    padding: 4em 0;
    background-color: #f4f4f4;
}

/*******************
 *******************
    PRE FOOTER - 2
 *******************
 *******************/
.pre-footer-due {
    margin: 2em 0;
}

/*******************
 *******************
    PRE FOOTER - 3
 *******************
 *******************/
.pre-footer-tre .news-body {
    font-size: 0.9em;
    margin: 0;
}

.pre-footer-tre .news-time {
    display: block;
    color: gray;
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

.pre-footer-tre .news-link {
    color: gray;
    font-size: 0.8em;
}

/***********
 ***********
    FOOTER
 ***********
 ***********/
.footer {
    padding: 0 0 4em 0;
    background-color: #9061a7;
    color: #fff;
    line-height: 1.3em;
}

@media screen and (min-width: 1025px) {
    .footer {
        padding: 4em 0;
    }
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .footer-title {
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.footer .footer-title:not(.uppercase) {
    margin-bottom: 0.3em;
}

.footer .footer-title.uppercase {
    margin-top: 4em;
}

@media screen and (min-width: 1025px) {
    .footer .footer-title.uppercase {
        margin-top: 0;
    }
}


.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lavora-con-noi input,
.lavora-con-noi textarea,
.footer input,
.footer textarea {
    border-radius: 0.3em;
    font-size: 0.9em;
    padding: 1em;
    margin: 0 0 0.5em 0;
    background-color: #dfd2e6;
}

.footer input[type="submit"] {
    font-size: 0.8em;
    text-transform: uppercase;
}

.footer p {
    font-size: 0.8em;
}

.footer .topNum {
    margin-top: 2em;
}

.footer-privacy {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.8em;
    gap: 0.4em;
    margin-bottom: 0.7em;
    line-height: 0.9em;
}

.footer-privacy input[type="checkbox"] {
    font-size: 0.8em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0.3em;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    margin: 0;
    flex: 0 0 16px;
    height: 16px;
}

.footer-privacy input[type="checkbox"]:checked::after {
    content: '✔';
    font-size: 1.1em;
    color: #9061a7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*********
 *********
    Cart
 *********
 *********/
.cart .box-carrello.list-of-prod .total {
    margin: 2.2em 0 !important;
}

.cart .box-carrello.list-of-prod .remove {
    display: inline-block;
    background-color: gray;
    color: white;
    padding: 0em 0.5em;
    padding-bottom: 0.2em;
    line-height: 1.5em;
    border-radius: 100px;
    font-size: 1.5em;
    margin: 1.3em 0;
}

.cart .product-line {
    border-bottom: 1px solid gray;
    padding: 0.2em;
    background: #fff;
}

.cart .product-line:last-child {
    border-bottom: transparent !important;
}

.cart .box-carrello {
    border: 1px solid gray;
    background: #fff;
}

.cart .box-carrello .title {
    padding: 0.5em;
    display: block;
    background-color: #9061a7;
    color: white;
    font-weight: bold;
}

.cart .box-carrello .body {
    padding: 0.5em;
}

.cart .box-carrello hr {
    margin: 0.5em 0;
}

.cart .box-carrello .button {
    width: 100%;
    margin: 0;
    font-size: 1em;
}

.cart .box-carrello .total {
    color: #692566;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
}

.cart .box-carrello .valore {
    min-height: 2em;
    display: block;
    margin: 1em 0 !important;
}

.cart .box-carrello .valore input {
    margin: 2.3em 0 !important;
}

.cart .box-carrello .price {
    margin: 0.25em 0 !important;
    color: #692566;
    font-weight: bold;
    font-size: 1.5em;
}

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

/*
    Singola Recensione
 */
.singola-recensione .nome,
.singola-recensione .rank,
.singola-recensione .body {
    display: block;
    color: #4f3d32 !important;
}

.singola-recensione .nome {
    font-family: 'trashhandregular';
    font-size: 1.4em;
}

.singola-recensione .rank {
    font-family: 'trashhandregular';
}

.singola-recensione .body {
    font-size: 0.9em;
}

/* NOT IN USE */
.hero-box {
    z-index: 0;
    background-color: #f4f4f4;
    padding: 2em 0;
    margin-bottom: 2em;
}

.hero-box .box {
    box-sizing: border-box;
    padding: 0.5em;
    border-radius: 11px;
    min-height: 5em;
    margin-bottom: 1em;
    border: 2px solid white;
    position: relative;
}

.hero-box .box .twoLine {
    position: absolute;
    bottom: 0.5em;
    font-size: 3em;
    line-height: 1em;
    color: white;
    margin-right: 0.5em;
    font-style: italic;
    font-weight: bold;
}

.hero-box .box .body {
    position: absolute;
    bottom: 0.5em;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    line-height: 1em;
    color: white;
}

@media not all and (max-width: 768px) {
    .hero-box .box .body {
        font-size: 1.3em;
    }
}

@media all and (max-width: 768px) {
    .hero-box .box .body {
        font-size: 1.2em;
    }
}

.hero-box .box .body.sizeCorrect {
    margin-left: 3.5em;
}

.hero-box .box.yellow {
    background-color: #f4c400;
}

.hero-box .box.green1 {
    background-color: #73b100;
}

.hero-box .box.green2 {
    background-color: #407330;
}

.hero-box .box.red {
    background-color: #f86700;
}

.hero-box .box.noBottom {
    margin-bottom: 0 !important;
}

.hero-box .box.vintage {
    min-height: 11em;
    background-color: black;
    border: none;
}

.menu-bottom {
    padding: 1.5em 0;
    background-color: #4f3d32;
    margin-bottom: 1em;
}

.menu-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-bottom ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.menu-bottom ul li a {
    font-weight: bold;
    color: white;
    font-size: 1.2em;
    padding: 0.3em 0.5em;
    border-radius: 4px;
}

.menu-bottom ul li a.selected {
    background-color: white;
    color: #4f3d32;
}

.menu-bottom ul li a:hover {
    background-color: white;
    color: #4f3d32;
}

.bandella {
    height: 2em;
    background-image: url('../../images/bandella.png');
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.boxVantaggio {
    background-color: #9061a7;
    color: white;
    text-align: center;
    padding: 0.5em 1em;
    border-radius: 0.25em;
    margin-bottom: 0.5em;
    font-style: italic;
}

.boxVantaggio .line {
    font-weight: bold;
    display: block;
    font-size: 1.1em;
}

a {
    color: black;
    border: 0px;
    text-decoration: none;
    outline: 0px;
}

.button.buttonwood {
    font-size: 1.3em;
    padding: 0.7em 0;
    background-color: #4f3d32;
    color: white;
    margin: 0;
}

.index-intro-title {
    font-size: 1.5em;
    line-height: 1.1em;
    color: #692566;
    font-weight: bold;
}

@media screen and (min-width: 1025px) {
    .index-intro-title {
        font-size: 3em;
    }
}

.index-intro-subtitle {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #692566;
    font-weight: bold;
}

@media screen and (min-width: 1025px) {
    .index-intro-subtitle {
        font-size: 1.8em;
    }
}

.index-intro-text {
    font-size: 1em;
    line-height: 1em;
    color: #333;
}

.index-intro-text b {
    color: #692566;
}

.iframe-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #692566;
    height: 2.5em;
    font-size: 1.2em;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
}

@media screen and (min-width: 1025px) {
    .iframe-title {
        margin-top: 2em;
    }
}

.banner-post-slide {
    background-color: #efeee8;
    padding-top: 1em;
    display: flex;
    gap: 1em;
    flex-direction: column;
}

.banner-post-slide .payoff {
    position: absolute;
    text-transform: uppercase;
    display: block;
    margin-top: 1em;
    color: white;
    font-size: 2.5em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.85);
    line-height: 1;
    font-weight: bold;
    font-family: 'trashhandregular';
    letter-spacing: 0.08em;
}

@media screen and (min-width: 1200px) {
    .banner-post-slide .payoff {
        font-size: 3.5em;
        margin-top: 0.5em;
    }
}

@media screen and (min-width: 700px) {
    .banner-post-slide {
        flex-direction: row;
    }
}

.banner-post-slide a {
    width: 100%;
    position: relative;
}

.banner-post-slide img {
    width: 100%;
    height: auto;
}

@media not all and (max-width: 1400px) {
    .inner-p p, .inner-p span, .inner-p ul, .inner-p ol, .index-intro p, .intro-text span {
        font-size: 1.3em;
        padding: 0;
    }

    .inner-p ul, .inner-p ol {
        padding-left: 1em;
    }
}

.scrollTop {
    display: none;
    position: fixed;
    bottom: 0.5em;
    right: 0.5em;
    background-color: #1e772f;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5em 1em;
}

/** inizio parte slider tiny per pagina spedizioni **/
.tiny_slider_sped {
    min-height: 10em;
    background-color: green;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 2em;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;

}

@media (min-width: 1001px) {
    .tiny_slider_sped {
        background-image: url('/media/images/slider/sped_desk.jpg');
        background-position: center center;

    }
}

@media (min-width: 501px) and (max-width: 1000px) {
    .tiny_slider_sped {
        background-image: url('/media/images/slider/sped_tab.png');
        background-position: center center;

    }
}

@media (max-width: 500px) {
    .tiny_slider_sped {
        background-image: url('/media/images/slider/sped_mob.png');
        background-position: top center;

    }
}

/** fine parte slider tiny per pagina spedizioni **/

.menuricette {
    text-transform: uppercase !important;
    font-family: 'trashhandregular';
    font-size: 1.8em !important;
    color: #1e772f !important;
    border-right: 2px solid #1e772f;

}


.menuricettelast {
    text-transform: uppercase !important;
    font-family: 'trashhandregular';
    font-size: 1.8em !important;
    color: #1e772f !important;

}

.sottomenuricette,
.sottomenuricette a {
    font-family: 'trashhandregular';
    font-size: 1.5em !important;
    color: #9061a7 !important;
    text-align: center;
}

.sottomenuricettesel {
    font-family: 'trashhandregular';
    font-size: 2.3em !important;
    color: #692566 !important;
    text-align: center;
}

.sottomenuricettesel a {
    font-family: 'trashhandregular';
    color: #692566 !important;
    text-align: center;
}

.ricette-square {
    height: auto;
    margin-bottom: 15px;
}

@media screen and (min-width: 641px) {
    .ricette-square {
        min-height: 265px;
        margin-bottom: 0;
    }
}

.ricette-square:hover a {
    background: rgba(255, 255, 255, 0.5);
}

.ricette-square span {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dettaglioricetta {
    display: flex;
    color: #9061a7;
    text-decoration: none;
    padding: 1em;
    border: 1px solid #9061a7;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 5px;
}

.dettaglioricetta span {
    width: 100%;
}

.dettaglioricetta:hover {
    color: #692566;
    border: 1px solid #692566;
}


.banner {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    background-color: #9061a7;
    color: white;
    position: relative;
    height: 1.8em;
    white-space: nowrap;
}

.banner-text {
    display: flex;
    font-size: 1em;
    font-style: italic;
    text-transform: uppercase;
    will-change: transform;
    animation: scrollText 20s linear infinite;
    letter-spacing: 0.2em;
}

@keyframes scrollText {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Karla', sans-serif;
}

.margin-top-4 {
    margin-top: 2em;
}

@media screen and (min-width: 1025px) {
    .margin-top-4 {
        margin-top: 4em;
    }
}

.iframe-responsive {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 1em;
}

@media screen and (min-width: 1025px) {
    .iframe-responsive {
        margin-bottom: 0;
    }
}

.blocco-categorie {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1em;
    padding-left: 0.5625em;
    padding-right: 0.5625em;
    max-width: 112em;
    margin: 0 auto;
}

@media screen and (min-width: 1025px) {
    .blocco-categorie {
        padding-left: 0;
        padding-right: 0;
    }
}

.blocco-categorie::before {
    display: none;
}

table {
    border: 1px solid rgb(144, 97, 167);
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: rgba(144, 97, 167, .2);
}

.blocco-categorie .single-categoria {
    padding-bottom: 45%;
    position: relative;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    transition: background-size 0.3s ease;
    background-size: 100%;
    cursor: pointer;
    width: 100%;
}

@media screen and (min-width: 641px) {
    .blocco-categorie .single-categoria {
        width: calc(50% - 1em);
        padding-bottom: 22%;
    }
}

@media screen and (min-width: 1025px) {
    .blocco-categorie .single-categoria {
        padding-bottom: 20%;
    }
}

@media screen and (min-width: 1200px) {
    .blocco-categorie .single-categoria {
        padding-bottom: 22%;
    }
}

.blocco-categorie .single-categoria:hover {
    background-size: 110%;
}


.blocco-categorie .titolo-categoria {
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    font-size: 1.8em;
    line-height: 1em;
    color: #692566;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
    .blocco-categorie .titolo-categoria {
        font-size: 3.5em;
    }
}


/* ZIGRINATURE */
.prodotti-home {
    background-color: #692566;
    position: relative;
}

.index-intro {
    position: relative;
    padding-top: 1em;
    background-color: #efeee8;
}

@media screen and (min-width: 1025px) {
    .index-intro {
        padding-top: 6em;
    }

    .chi-siamo-intro {
        padding-top: 2em;
    }
}

.index-intro .z-index-zigrinatura {
    position: relative;
    z-index: 2;
    padding-bottom: 2em;
}

.prodotti-home .container-blocco-prodotti {
    position: relative;
    z-index: 2;
    padding: 1em 0 3em 0;
}

@media screen and (min-width: 1025px) {
    .prodotti-home .container-blocco-prodotti {
        padding: 2em 0 6em 0;
    }
}

.categoria-generica .bprodotto,
.prodotti-home .bprodotto {
    margin-bottom: 1em;
}

.index-intro-zigrinatura {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    transform: translateY(100%);
    width: 100%;
    color: #FFF5E1;
    z-index: 1;
}

.prodotti-home .prodotti-home-zigrinatura {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    width: 100%;
    z-index: 1;
}

.prodotti-home .prodotti-home-opening {
    margin: 1em 0 0 0;
    color: #fff;
    font-size: 2em;
    line-height: 1em;
    background-color: #692566;
    padding-left: 0.5625em;
    padding-right: 0.5625em;
}

@media screen and (min-width: 1025px) {
    .fondo-home-pattern {
        margin: 0.3em 0 0 0;
    }
}

/* PATTERN */
.fondo-home-pattern {
    padding: 4em 0;
    background-color: rgba(255, 255, 255, 0.65);
    background-blend-mode: overlay;
    background-repeat: repeat;
}

@media screen and (min-width: 1025px) {
    .fondo-home-pattern {
        padding: 10em 0;
    }
}

.numero-verde {
    background-color: #fff;
    border-radius: 0.5em;
    display: block;
    width: 50%;
    padding: 0.2em;
}

@media screen and (min-width: 1025px) {
    .numero-verde {
        width: 70%;
    }
}

.hamburger {
    width: 4em;
}

.categoria-generica {
    background: #692566;
    position: relative;
    padding: 1em 0 4em 0;
}

.categoria-generica .categoria-generica-zigrinatura {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    width: 100%;
    z-index: 1;
}

.categoria-generica-title {
    font-size: 1.3em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.8em;
    display: inline-block;
    text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
    .categoria-generica-title {
        font-size: 2em;
    }
}

.scegli-categoria {
    font-size: 1.3em;
    font-style: italic;
    color: #4f3d32;
    margin-bottom: 0.6em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #e5dcd6;
}

.menu-sticky {
    position: sticky;
    top: 1em;
}

@media screen and (max-width: 1024px) {
    .menu-sticky {
        margin-bottom: 1em;
    }
}

.lista-categorie {
    border-radius: 1em;
    background: #efeee8;
    list-style: none;
    padding: 0.75em;
    margin: 0 0 1em 0;

}

@media screen and (min-width: 1025px) {
    .lista-categorie {
        padding: 1em;
    }
}

.has-son a {
    display: inline-block;
    margin: 0.3em 0;
    padding: 0.3em 0.4em 0.3em 0.3em;
    color: #9061a7;
    transition: 300ms;
    border-radius: 0.4em;
    line-height: 1.1em;
}

.has-son span {
    position: relative;
    top: 1px;
}

.has-son a.active,
.has-son a:hover {
    padding: 0.3em 0.4em 0.3em 0.3em;
    font-weight: bold;
    color: #fff;
    background: #9061a7;
}

.singolo-prodotto {
    position: relative;
    padding: 1rem 0 7rem;
}

.zigrinatura-prodotti {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    width: 100%;
    z-index: 1;
}

.posizione-bottom-zigrinatura {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.posizione-bottom-zigrinatura.reverse {
    transform: scaleX(-1) rotate(180deg);
}

.posizione-top-zigrinatura {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.title-list {
    color: #692566;
    margin-top: 0.5em;
    display: inline-block;
}

.simple-link {
    color: #692566;
}

.simple-link:hover,
.simple-link:focus {
    color: #692566;
}

.gallery-menu {
    border: 0.75em solid #e9dfed;
    border-left: 0.5em solid #e9dfed;
    outline: 0.25em solid #EFEEED;
}

.gallery-menu .fa-search-plus {
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.gallery-menu:hover .fa-search-plus {
    transform: rotate(15deg) scale(1.2);
    -webkit-transform: rotate(15deg) scale(1.2);
    -moz-transform: rotate(15deg) scale(1.2);
    -o-transform: rotate(15deg) scale(1.2);
}

.gallery-menu button:focus {
    outline: 5px auto #692566;
}

.lavora-con-noi {
    padding: 2em 0;

    .genericTitle {
        color: white;
    }
}

.page-ricette {
    background: #efeee8;
}

.cart,
.page-login {
    padding: 2em 0;
    background: #efeee8;
}

.cart .button,
.page-login .button {
    background: #692566;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.cart .button:focus,
.page-login .button:focus,
.cart .button:hover,
.page-login .button:hover {
    background: #9061a7;
    outline: 0;
}

.cart a:hover,
.page-login a:hover {
    color: #692566;
}

.vertical-menu {
    color: #9061a7;
}

.vertical-menu li {
    margin-right: 1rem;
}

.vertical-menu li a {
    color: #9061a7;
}

.vertical-menu li a:hover {
    color: #692566;
}