.triggerAnimation{
    opacity: 0;
}

.ricerca-ricette .filtro, .ricerca-ricette .close {
    background-color: transparent!important;
    border: none!important;
}

.ricerca-ricette .modal-content {
    background-color: #ffdb7c;

}

.ricetta .ingredienti #splide2 .splide__pagination{
    width:90px;
}

.ricerca-ricette .modal-content .form-control {
    border-radius: 32px;
    padding: 0rem 0.75rem;
}

.ricerca-ricette .form-control {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.ricerca-ricette-modal select.form-control {
    border: 1px solid #400000!important;
}

.ricerca-ricette button {
    border-radius: 35px;
    color: #fff;
    padding: 5px 15px;
    background-color: #e4032e;
    border: 1px solid #e4032e;
    font-family: 'Londrina Solid', cursive;
    font-size: 21px;
}

.ricerca-ricette .modal-content .bottone_filtro {
    border: 1px solid #400000;
    background-color: transparent;
    color: #400000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.mappa-del-sito h1 {
    font-family: 'Londrina Solid', cursive;
    font-size: 60px;
    color: #E4032E;
    text-transform: uppercase;
    line-height: 130px;
    background-image: url(/wp-content/uploads/2023/06/linea.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 0% 100%;
}


.mappa-del-sito .menu-item-40521 a,
.mappa-del-sito .menu-item-40281 a,
.mappa-del-sito .menu-item-40232 a
{
  pointer-events: none;
 cursor: default;
 text-decoration: none;
 color: black;
}
.mappa-del-sito .menu-item-40521 .sub-menu a,
.mappa-del-sito .menu-item-40281 .sub-menu a,
.mappa-del-sito .menu-item-40232 .sub-menu a,
.mappa-del-sito .menu-item-40544 a,
.mappa-del-sito .menu-item-40080 a,
.mappa-del-sito .menu-item-40306 a
 {pointer-events:visible; cursor: pointer; text-decoration: underline;}


.mappa-del-sito  .sub-menu a:hover,
.mappa-del-sito  .sub-menu a:hover,
.mappa-del-sito  .sub-menu a:hover,
.mappa-del-sito .menu-item-40544 a:hover,
.mappa-del-sito .menu-item-40080 a:hover,
.mappa-del-sito .menu-item-40306 a:hover{pointer-events:visible; cursor: pointer;  text-decoration: none;}

.ricerca-ricette .modal-content .bottone_filtro:hover,
.ricerca-ricette .modal-content .bottone_filtro.selected {
    background-color: #400000;
    color: #fff;
}

.ricerca-ricette .modal-content label {
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.ricerca-ricette .modal-header {
    border-bottom: 0px;
}



.ricerca-ricette .colonna_bottoni .btn, .ricerca-ricette .colonna_bottoni .cancellaFiltri {
    border-radius: 35px;
    background-color: #e4032e;
    font-family: 'Londrina Solid', cursive;
    font-size: 22px;
    margin-left: 4px;
    position: relative;
    color: #fff;
    border: 1px solid #e4032e;
    padding: 5px 20px 5px 45px;
}


.ricerca-ricette-modal .orario {
    cursor:pointer;
}

.ricerca-ricette-modal .orario:hover path,
.ricerca-ricette-modal .orario.selected path {
    fill: #e4032e;
}

.ricerca-ricette-modal .speciali {
    cursor:pointer;
}

.ricerca-ricette-modal .speciali:hover path,
.ricerca-ricette-modal .speciali.selected path {
    fill: #e4032e;
}

.ricerca-ricette-modal .stagioni {
    cursor:pointer;
}

.ricerca-ricette-modal .stagioni:hover path,
.ricerca-ricette-modal .stagioni.selected path {
    fill: #e4032e;
}

.store_locator .form-control {
    padding: 21px 0px 21px 19px;
}
.store_locator .risultati .prima_riga_risultati{
    min-height:275px;
}
.store_locator #btn_search_address:disabled{
    opacity: 0.6;
    cursor: inherit;
}

.loading {
    text-align: center;
}

#loading-icon {
    width: 105px;
}

/***PAGINA DELLA SINGOLA CATEGORIA***/
.store_locator .load_moreStoreLocator .link_carica{font-family: 'Londrina Solid', cursive;  text-transform: uppercase;  font-size: 25px; color: #E4032E;}
.store_locator .load_moreStoreLocator .link_carica:hover{color:#400000}
.store_locator .load_moreStoreLocator .link_carica img:last-child{display:none}
.store_locator .load_moreStoreLocator .link_carica:hover img:first-child{display:none}
.store_locator .load_moreStoreLocator .link_carica:hover img:last-child{display:inline-block}

.store_locator .risultati p {
    min-height: 95px;
}

.store_locator .risultati .btn {
    margin-right: 15px;
}

.main-slider-bg {
    /*background-image: url(/wp-content/themes/valleitalia/images/main-slider-bg.png);*/
	background: #e4032e;
    height: 940px;
    background-size: cover;
    background-position: bottom;
    margin-top: -40px;
    padding-top: 200px;
    position: relative;
}
#slideshow-homepage:after {
	position: absolute;
	content: '';
	background-image: url(/wp-content/themes/valleitalia/images/main-slider-bg-bottom.png);
	bottom: -1px;
	width: 100%;
	height: 160px;
	background-size: cover;
	background-position: center bottom;
}
.main-slider-bg h4 {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 50px;
    line-height: 72px;
    text-align: left;
    color: #ffdb7c;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
}

.container-fluid.home-container-fluid {
    padding-left: 75px;
}

.categoria-prodotti-slider .container-fluid.home-container-fluid {
    padding-right: 0;
}
.notizie-in-evidenza.container-fluid.home-container-fluid {
    padding-right: 75px;
}

.main-slider-bg .container-fluid .col-lg-12{
    position: initial;
}

.main-slider-bg h4:after {
    content: '';
    position: absolute;
    width: 42.38px;
    height: 50.79px;
    background-image: url(/wp-content/themes/valleitalia/images/main-slider-title-decoration.png);
    background-size: cover;
    left: -43px;
    top: -51px;
}

.main-slider-bg h2 {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 100px;
    line-height: 90px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.main-slider-bg .main-slider-image {
    position: absolute;
    bottom: 67px;
    right: 115px;
    width: 1190px;
}

.main-slider-bg .main-slider-arrow {
    position: absolute;
    bottom: -40px;
    right: 800px;
    width: 313.98px;
    height: 279.2px;
    z-index: 1;
}

p.intro {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 35px;
    letter-spacing: -0.01em;
    line-height: 38px;
    text-align: left;
    color: #400000;
    padding: 107px 0 58px;
}
.intro .intro-text {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 35px;
    letter-spacing: -0.01em;
    line-height: 38px;
    text-align: left;
    color: #400000;
}

.home-featured .swiper-slide {
    height: 768px;
}

.home-featured h3 {
    font-family: "Londrina Solid";
    font-weight: 900;
    font-size: 90px;
    letter-spacing: 0.01em;
    line-height: 85px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.home-featured h6 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 25px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.home-featured .text {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.decorazione-titolo {
    position: absolute;
    bottom: -72px;
    left: 0;
}

.categoria-prodotti-slider h2 {
    font-family: "Londrina Solid";
    font-weight: 900;
    font-size: 130px;
    letter-spacing: 0.01em;
    line-height: 105px;
    text-align: left;
    color: #e4032e;
    text-transform: uppercase;
    margin-top: 75px;
    position: relative;
}

.categoria-prodotti-slider h2 .decorazione-titolo{
    position: absolute;
    bottom: -112px;
    left: 88px;
}

.categoria-prodotti-slider h3 {
    font-family: "Londrina Solid";
    font-weight: 900;
    font-size: 70px;
    letter-spacing: 0.01em;
    line-height: 70px;
    color: #400000;
    text-transform: uppercase;
    text-align: left;
    margin-top: 82px;
    padding-left: 250px;
    margin-bottom: 32px;
}

.categoria-prodotti-slider .swiper-slide h4 {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #400000;
    margin-top: 13px;
}

.categoria-prodotti-slider .swiper-slide span.novita {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 42px;
    line-height: 40px;
    text-align: center;
    color: #ffdb7c;
    display: inline-flex;
    margin: 0;
    align-self: center;
    text-transform: uppercase;
}

.categoria-prodotti-slider .swiper-slide span.novita:after{
    position: absolute;
    content: '';
    background-image: url(/wp-content/themes/valleitalia/images/novita-dec.png);
    width: 137px;
    height: 29px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    top: 19px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}


.categoria-prodotti-slider .swiper-slide span.relative {
    position:relative;
}

.categoria-prodotti-slider .swiper-slide div.relative .decoration {
    position: absolute;
    top: -134px;
    left: 365px;
}

.categoria-prodotti-slider .swiper-slide span.relative .decoration-1 {
  position: absolute;
  top: -260px;
  left: -150px;
}

.categoria-prodotti-slider .swiper-slide span .decoration-3 {
  position: absolute;
  top: -135px;
  left: 365px;
}

.categoria-prodotti-slider .swiper-slide span .decoration-4 {
  position: absolute;
  top: -160px;
  left: 340px;
}

.categoria-prodotti-slider .swiper-slide span.relative .decoration-5 {
  position: absolute;
  top: -260px;
  left: -150px;
}

.categoria-prodotti-slider-2 h2 span {
    position: relative;
}

.categoria-prodotti-slider-2 h2 span .decorazione-titolo {
    position: absolute;
    bottom: -83px;
    left: -55px;
}


.categoria-prodotti.swiper {
    padding-top: 50px;
}

.dec-5 span {
    position:relative;
}

.dec-5 .decoration {
    position: absolute;
    right: -113px;
    bottom: -33px;
}

.dec-6 .decoration {
    position: absolute;
    left: -49px;
    bottom: 134px;
}

.dec-7 .decoration {
    position: absolute;
    left: 48px;
    bottom: 260px;
}

.dec-8 .decoration {
    position: absolute;
    left: 74px;
    bottom: 86px;
}

.dec-9 .decoration {
    position: absolute;
    left: 0;
    top: 121px;
}

.dec-10 .decoration {
    position: absolute;
    right: 39px;
    top: 106px;
}

.dec-10 .piatto {
    margin-top: 130px;
}

p.text {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 35px;
    line-height: 38px;
    text-align: left;
    color: #400000;
    padding-top: 121px;
    padding-bottom: 132px;
}

.ora-corrente {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 83px;
    line-height: 83px;
    text-align: center;
    color: #400000;
    margin-bottom: 0;
}

.slider-orari {
    padding-bottom: 191px;
}

.slider-orari h5 {
    font-family: "Londrina Solid";
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 0.01em;
    line-height: 47px;
    text-align: left;
    color: #e4032e;

}

.slider-orari h6 {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 25px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #400000;

}

.slider-orari .orari {
    display: flex;
    justify-content: center;
}

.slider-orari .filtro-orario {
    text-align: center;
    margin-right: 15px;
}

.slider-orari .filtro-orario.selected svg path,
.slider-orari .filtro-orario.selected p {
    fill: #e4032e;
    color: #e4032e;
}

.slider-orari .filtro-orario p {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 25px;
    text-align: center;
    color: #400000;
}


.slider-orari .info {
    position: relative;
}

.slider-orari .info:after {
    content: '';
    background-image: url(/wp-content/themes/valleitalia/images/slider-orari-sfondo.png);
    width: 452.37px;
    height: 151.08px;
    position: absolute;
    top: 23px;
    left: -44px;
    z-index: -1;
}

.slider-orari .info-container {
    transform: rotate(353deg);
    padding: 0 50px;

}

.slider-orari-swiper h4 {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 55px;
    letter-spacing: 0.01em;
    line-height: 50px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;

}

.slider-orari-swiper .vai-alla-ricetta {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 156px;
    text-transform: uppercase;
}

.slider-orari-swiper .vai-alla-ricetta a {
    color: #fff;
}

/*.slider-orari-swiper .vai-alla-ricetta:hover a,
.slider-orari-swiper .vai-alla-ricetta:hover svg path {
    color: #400000;
    fill: #400000;
}*/

.vai-alla-ricetta svg {
    position: absolute;
    left: -29px;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 188px;
    height: 9px;
}

.filtro-orario:hover svg path {
    fill: #e4032e;
}

.filtro-orario:hover p {
    color: #e4032e;
}
.filtro-orario:hover {
    cursor: pointer;
}
.slider-orari-swiper .sfondo {
    background-size: cover;
}

.slider-orari-swiper .swiper-slide {
    height: 555px;
}

.slider-orari-swiper .swiper-slide .sfondo{
    height: 94%;
    padding: 45px;
    display: flex;
    justify-content: center;
}


.badges {
    position: absolute;
    bottom: 0px;
}

.badges img {
    margin-right: 24px;
    /*width: 65px;*/
}

.global-goto {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    display: inline;
}

.slider-orari-swiper.swiper {
    padding-bottom: 65px;
}

.global-goto a {
    color: #e4032e;

}

.global-goto a:hover {
    color: #400000;

}

.global-goto:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/themes/valleitalia/images/slider-orari-dec.svg);
    height: 288px;
    width: 389px;
    left: -234px;
    background-size: cover;
    background-repeat: no-repeat;
    top: -250px;
    z-index: -1;

}

.global-goto:hover svg path {
    fill: #400000;
}

.global-goto svg {
    position: absolute;
    bottom: -9px;
    left: -31px;
}


.trova-cap h4 {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 100px;
    line-height: 60px;
    text-align: center;
    color: #e4032e;
    text-transform: uppercase;
    margin-bottom: 72px;
}

.trova-cap p {
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    color: #400000;
}

.trova-cap {
    background-image:url('/wp-content/themes/valleitalia/images/dove-trovarci-sfondo.png');
    background-size:cover;
    height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trova-cap:before {
    content: '';
    background-image: url(/wp-content/themes/valleitalia/images/trova-cap-dec-top.svg);
    width: 229px;
    height: 239px;
    display: block;
    right: 215px;
    position: absolute;
    bottom: -59px;
    top: -98px;
    z-index: 9;
    background-size: cover;
}

.trova-cap:after {
    content: '';
    background-image: url(/wp-content/themes/valleitalia/images/trova-cap-dec-bottom.svg);
    width: 336px;
    height: 318px;
    display: block;
    left: 118px;
    position: absolute;
    bottom: -107px;
    z-index: 9;
    background-size: cover;
}

.trova-cap h4 span {
    position: relative;
}

.trova-cap h4 span:after {
    content: '';
    background-image: url(/wp-content/themes/valleitalia/images/dove-trovarci-dec.svg);
    width: 313px;
    height: 95px;
    display: block;
    right: 14px;
    position: absolute;
    bottom: -59px;
}

.trova-cap input,
.trova-cap input::placeholder {
    font-family: Poppins;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #000;
}

.trova-cap input {
    background: url(/wp-content/themes/valleitalia/images/trova-cap-dec.svg) no-repeat scroll 13px 18px;
    background-color: white;
    border-radius: 26.5px;
    border: none;
    outline: none;
    width: 302px;
    height: 53px;
    padding-left: 40px;
    margin-right: 14px;
}

.ricerca {
    text-align: center;
    padding-top: 38px;
}

.trova-cap .ricerca-button {
    cursor: pointer;
}

.notizie-in-evidenza {
    padding-top: 200px;
    padding-bottom: 127px;
}

.notizie-in-evidenza h4.titolo {
    font-family: "Londrina Solid";
    font-weight: 900;
    font-size: 100px;
    letter-spacing: 0.01em;
    line-height: 85px;
    text-align: left;
    color: #e4032e;
    text-transform: uppercase;
    position: relative;
}

.notizie-in-evidenza h4.titolo:after {
    content: '';
    background-image: url(/wp-content/themes/valleitalia/images/dove-trovarci-dec.svg);
    width: 313px;
    height: 95px;
    display: block;
    right: 111px;
    position: absolute;
    bottom: -74px;
}

.notizie-in-evidenza p {
    font-family: Poppins;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    color: #400000;
    padding-bottom: 153px;

}

.notizia h4 {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 42px;
    letter-spacing: 0.01em;
    line-height: 40px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;

}

.colonna_bottoni .btn.viste:before {
    content: '' !important;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 5px;
    background-image: url(/wp-content/uploads/2023/07/le_piu_viste_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    left: 14px;
    position: absolute;
}
.colonna_bottoni .btn.frigo:before {
    content: '' !important;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 5px;
    background-image: url(/wp-content/uploads/2023/07/svuota_frigo_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    left: 16px;
    position: absolute;
}
.colonna_bottoni .btn.veggie:before {
    content: '' !important;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 5px;
    background-image: url(/wp-content/uploads/2023/07/veggie_life_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 13px;
    left: 13px;
    position: absolute;
}
.colonna_bottoni .btn.aperi:before {
    content: '' !important;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 5px;
    background-image: url(/wp-content/uploads/2023/07/aperi_amici_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    left: 14px;
    position: absolute;
}
.colonna_bottoni .btn.merenda:before {
    content: '' !important;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 5px;
    background-image: url(/wp-content/uploads/2023/07/merenda_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    left: 8px;
    position: absolute;
}

.colonna_bottoni .btn:hover, .btn-secondary:not(:disabled):not(.disabled).active, .colonna_bottoni .btn.active, .colonna_bottoni .cancellaFiltri:hover {
    background-color: #400000;
    border: 1px solid #400000;
}

.notizia {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 35px 20px 0 25px;
    height: 420px;
    border-bottom-left-radius: 39% 11%;
    border-bottom-right-radius: 39% 11%;
}

.vai-alla-notizia {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 32px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 59px;
    text-transform: uppercase;
}

.vai-alla-notizia a,
.vai-alla-notizia span{
    color: white;
}

.vai-alla-notizia a:hover,
.vai-alla-notizia a:hover svg path {
    color: #400000;
    fill: #400000;
}

.container-immagine {
    background: white;
    padding: 15px;
    border-radius: 50%;
    min-height: 95px;
    display: flex;
    align-items: center;
}


.vai-alla-notizia svg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.filtri.colonna_bottoni label.btn.btn-secondary:after {
    content: 'X';
    border-radius: 50%;
    border: 1px solid white;
    width: 25px;
    height: 23px;
    background: white;
    color: #e4032e;
    margin-left: 11px;
    display: block;
    position: absolute;
    right: 11px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.filtri.colonna_bottoni  a .btn {
    padding: 5px 44px 5px 24px;

}

.pum-theme-39664 .pum-container, .pum-theme-default-theme .pum-container {
    left: 0!important;
    top: 0!important;
    padding: 0!important;
    margin-bottom:0px!important;
}

.pum-theme-39664 .pum-content, .pum-theme-default-theme .pum-content,
#popup-cremoso {
    height: 100vh;
}

#popup-cremoso h4 {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 90px;
    line-height: 86px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    position:relative;
    z-index:9999;
}

#popup-cremoso h3 {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 100px;
    line-height: 98px;
    text-align: left;
    color: #e4032e;
    text-transform: uppercase;
    position: relative;
    z-index:9999;
    margin-top: 32px;
}

#popup-cremoso p {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    text-align: left;
    color: #400000;
    margin-top: 50px;
}

#popup-cremoso h3:after{
    content: '';
    background-image: url('/wp-content/themes/valleitalia/images/cremoso-h3-after.svg');
    width: 269.79px;
    height: 41.35px;
    background-size: cover;
    position: absolute;
    bottom: -35px;
    left: -33px;
    z-index: -1;
}

#popup-cremoso .scopri {
    position: absolute;
    right: 541px;
    bottom: 55px;
    z-index: 9999;
    display: none;
}

#popup-cremoso .scopri:after {
    content: '';
    background-image: url('/wp-content/themes/valleitalia/images/scopri-decorazione.svg');
    width: 222.51px;
    height: 8.78px;
    background-size: cover;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
}

#popup-cremoso .scopri:before {
    content: '';
    background-image: url(/wp-content/themes/valleitalia/images/cremoso-decorazione-immagine.svg);
    width: 425.68px;
    height: 417.83px;
    background-size: cover;
    position: absolute;
    left: -308px;
    z-index: -1;
    bottom: 20px;
    display: none;
}

#popup-cremoso .scopri a {
    font-family: "Londrina Solid";
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #e4032e;
    text-transform: uppercase;
}


#popup-cremoso h4:after {
    content: '';
    background-image: url('/wp-content/themes/valleitalia/images/cremoso-h4-after.png');
    width: 289.38px;
    height: 60.59px;
    background-size: cover;
    position: absolute;
    top: 38px;
    left: -33px;
    z-index: -1;
}
#popup-cremoso .testo {
    padding: 110px 0 130px;
}
#popup-cremoso {
    background-image: url('/wp-content/themes/valleitalia/images/popup-cremoso-desktop.jpg');
    background-size:cover;
}
#popup {
    margin-bottom: 0px!important;
}


.pum-theme-39664 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    border: 2px solid #400000;
    border-radius: 50%;
    background: transparent;
    font-size: 0;
    width: 45px;
    height: 45px;
}

.pum-close.popmake-close:after {
    content: 'x';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #400000;
    z-index: 999;
    font-size: 26px;
}

.ricetta .ingredienti .splide__pagination__page img {
    outline:none!important;
    display: none;
}


.ricetta .ingredienti .splide__pagination__page:focus {
    outline:none!important;
}
.ricetta .ingredienti .splide__pagination__page.is-active img {
    display: block;
}

.container.ingredienti .splide__slide > img {
    display: none;
}

.la_nostra_storia .video-box {
    height: 788px;
    position: relative;
    margin-top: 50px;
    z-index: -999;
}

/*.la_nostra_storia .curve {
    height: 170px;
    bottom: 0;
    top: -58px;
}*/

.la_nostra_storia .jumbotron_page_foto {
    padding: 0;
}

.la_nostra_storia .jumbotron_page_foto .titolo {
    display: none;
}

.la_nostra_storia .intro {
    padding-top: 99px;

}

.la_nostra_storia .video-box .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 139px;
}

.la_nostra_storia .video-box .container h1 {
    color: #fff;
    font-size: 100px;
    font-family: 'Londrina Solid', cursive;
    text-transform: uppercase;
    line-height: 86px;
    margin-bottom: 0px;
}

.versatilita .video-box {
    height: 788px;
    position: relative;
    margin-top: 50px;
    z-index: -999;
}

.versatilita .curve {
    bottom: 0;
}

/*.versatilita .jumbotron_page_foto {
    padding: 0;
}*/

.versatilita .jumbotron_page_foto .titolo {
    display: none;
}

.versatilita .intro {
    padding-top: 99px;

}

.versatilita .video-box .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 139px;
}

.versatilita .video-box .container h1 {
    color: #fff;
    font-size: 100px;
    font-family: 'Londrina Solid', cursive;
    text-transform: uppercase;
    line-height: 86px;
    margin-bottom: 0px;
}





@media(max-width: 1850px) {
    .slider-orari h5 {
        font-size: 41px;
    }

    .slider-orari .info:after {
        left: -105px;

    }

    .main-slider-bg .main-slider-image {
        position: absolute;
        bottom: 67px;
        right: 81px;
        width: 1008px;
    }
	  /*#popup-cremoso .testo {
        padding: 80px 0 400px;
    }*/

}


@media(max-width: 1600px) {
    .slider-orari h5 {
        font-size: 37px;
        margin-bottom: 9px;
    }

    .main-slider-bg .main-slider-image {
        rotate: 0.2deg;
        bottom: 55px;
        width: 854px;
    }

    .slider-orari .info-container {
        padding: 0 19px;
        padding-left: 64px;
    }
}




@media (min-width:1850px){

  #popup-cremoso .testo {
      padding: 80px 0 400px;
  }

  .main-slider-bg .main-slider-image {
    rotate: 0.2deg;
    bottom: 69px;
    width: 1200px;
}
.trova-cap{    height: 800px;}
}



@media (min-width:1900px){
  #popup-cremoso .testo {
      padding: 80px 0 400px;
  }
  .main-slider-bg .main-slider-image {
      rotate: 0.1deg;
      bottom: 73px;
      width: 1200px;
  }
}


@media(min-width:1500px){

  .main-slider-bg .main-slider-image {
      rotate: 0.2deg;
      bottom: 55px;
      width: 1200px;}

}

@media(min-width:1400px){
  #popup-cremoso .testo {
      padding: 80px 0 300px;
  }
  .main-slider-bg .main-slider-image {


      rotate: 0.5deg;
      bottom: 52px;
      width: 1000px;
  }

}




@media(max-width: 1400px) {
    .slider-orari h5 {
        font-size: 37px;
        margin-bottom: 9px;
    }

    .main-slider-bg .main-slider-image {


        rotate: 0.5deg;
        bottom: 55px;
        width: 854px;
    }

    .slider-orari .info-container {
        padding: 0 19px;
        padding-left: 64px;
    }

}

@media(max-width: 1300px) {
    .main-slider-bg .main-slider-image {
        width: 900px;
        right: 20px;
    }

    .slider-orari .info-container {
        flex: 0 0 30%;
        max-width: 30%;
    }


    .slider-orari .row > .col-lg-9 {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .notizia {
        padding: 45px 44px 0 45px;
        height: 508px;
    }

    .notizia h4 {
        font-size: 44px;
    }

    .notizie-in-evidenza h4.titolo {
        font-size: 76px;
        line-height: 68px;
    }

    .notizie-in-evidenza h4.titolo:after {
        right: -29px;
        bottom: -78px;
    }

    .trova-cap {
        height: 552px;
    }

    .trova-cap:after {
        width: 335px;
        height: 368px;
        left: 87px;
        bottom: -143px;
    }

    .trova-cap:before {
        width: 212px;
        height: 270px;
        right: 106px;
        bottom: -59px;
        top: -98px;
    }

    .slider-orari-swiper .swiper-slide {
        height: 538px;
    }

    .badges img {
        width: 66px;
    }

    .global-goto:after {
        height: 250px;
        width: 342px;
        left: -206px;
        top: -229px;
    }

    .slider-orari-swiper h4 {
        font-size: 36px;
        line-height: 38px;
    }

    .orari-swiper .vai-alla-ricetta {
        font-size: 38px;
        line-height: 60px;
        bottom: 117px;
    }
}

@media(max-width: 1200px) {
    .main-slider-bg .main-slider-arrow {
        position: absolute;
        bottom: -45px;
        right: 365px;
    }

    .main-slider-bg .main-slider-image {
        width: 800px;
        right: 20px;
    }

    .badges img {
        width: 56px;
    }

    .global-goto:after {
        height: 190px;
        width: 266px;
        left: -130px;
        top: -194px;
    }

    .slider-orari .info-container {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .slider-orari .row > .col-lg-9 {
        flex: 0 0 62%;
        max-width: 62%;
    }

    .vai-alla-ricetta svg {
        width: 154px;
    }

    .slider-orari-swiper .swiper-slide {
        height: 387px;
    }

    .badges img {
        width: 46px;
    }

    .badges img:last-child {
        margin-right: 0;
    }

    .slider-orari-swiper .swiper-slide .sfondo {
        padding: 21px;
    }


    .slider-orari-swiper .vai-alla-ricetta {
        font-size: 28px;
        bottom: 92px;
    }

    .slider-orari-swiper h4 {
        font-size: 27px;
        line-height: 31px;
    }

    .trova-cap:after {
        left: -13px;
    }

    .trova-cap:before {
        right: 43px;
        top: -113px;
    }


    .notizie-in-evidenza h4.titolo {
        font-size: 59px;
        line-height: 62px;
    }

    .notizie-in-evidenza h4.titolo:after {
        width: 262px;
        height: 78px;
        right: -36px;
        bottom: -62px;
        background-size: cover;
    }

    .notizia {
        padding: 29px 38px 0 23px;
        height: 453px;
    }


    .notizia h4 {
        font-size: 37px;
        line-height: 42px;
    }

    .vai-alla-notizia {
        font-size: 33px;
    }


    .vai-alla-notizia svg {
        width: 74%;
    }


}

@media(max-width: 992px) {

    .mw-unset {
        max-width: unset;
    }
    .main-slider-bg h4 {
        font-size: 35px;
    }

    .main-slider-bg h4:after {
        width: 15px;
        height: 18px;
        left: -11px;
        top: -7px;
    }

    .main-slider-bg h2 {
        font-size: 55px;
        line-height: 46px;
    }


    .decorazione-titolo {
        bottom: -46px;
        left: 0;
        width: 182px;
    }


    .container-fluid.home-container-fluid {
        padding-left: 20px;
    }



    .notizie-in-evidenza.container-fluid.home-container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }


    .main-slider-bg .main-slider-image {
		rotate: 2.2deg;
        width: 668px;
        right: -87px;
        left: -167px;
    }


    .main-slider-bg {
        overflow: hidden;
    }

    p.intro {
        padding: 34px 0 34px;
    }

    .main-slider-bg .main-slider-arrow {
        bottom: -26px;
        right: 93px;
        width: 222px;
        height: 185px;
    }

    .home-featured h3 {
        font-size: 50px;
        line-height: 45px;
    }


    .home-featured h6 {
        font-size: 20px;

    }

    .home-featured .swiper-slide {
        height: 735px;
    }

    .categoria-prodotti-slider h2 {
        font-size: 60px;
        line-height: 50px;
    }


    .categoria-prodotti-slider h2 .decorazione-titolo {
        position: absolute;
        bottom: -50px;
        left: 53px;
    }

    .categoria-prodotti-slider h3 {
        font-size: 50px;
        line-height: 45px;
        margin-top: 82px;
        padding-left: 0;
        margin-bottom: 32px;
    }

    .categoria-prodotti.swiper img {
        max-width: 100%;
    }

    .categoria-prodotti-slider .swiper-slide h4 {
        font-size: 22px;
        line-height: 22px;
    }

  .categoria-prodotti-slider .swiper-slide span.relative .decoration-1 {
    top: -140px;
    left: -40px;
    width: 120px;
    height: 120px;
  }

  .categoria-prodotti-slider .swiper-slide span .decoration-3 {
    top: 15px;
    left: 50px;
    width: 100px;
    height: 100px;
  }
  
  .categoria-prodotti-slider .swiper-slide span .decoration-4 {
    top: 5px;
    left: 50px;
    width: 120px;
    height: 120px;
  }
  
  .categoria-prodotti-slider .swiper-slide span.relative .decoration-5 {
    top: -165px;
    left: -70px;
    width: 120px;
    height: 120px;
  }

  .categoria-prodotti-slider .swiper-slide .piatto_burroso,
  .categoria-prodotti-slider .swiper-slide .piatto_naturalmente,
  .categoria-prodotti-slider .swiper-slide .piatto_omega,
  .categoria-prodotti-slider .swiper-slide .piatto_piu_burro,
  .categoria-prodotti-slider .swiper-slide .piatto_pasticceria {
    margin-top: 60px;
  }
   
  .categoria-prodotti-slider .swiper-slide .piatto_burroso,
  .categoria-prodotti-slider .swiper-slide .piatto_omega,
  .categoria-prodotti-slider .swiper-slide .piatto_piu_burro,
  .categoria-prodotti-slider .swiper-slide .piatto_pasticceria {
    max-width: 75%;
  }
  
  .categoria-prodotti-slider .swiper-slide .piatto_naturalmente {
    width: 110%;
    max-width: 110%;
    margin-left: -10%;
  }
  
  /*
  .categoria-prodotti-slider .piatto_pasticceria{
    margin-top: 60px;
    width: 85%!important;
  }

  .categoria-prodotti-slider .piatto_omega {
    width: 85%!important;
  }
  */
  
  .categoria-prodotti-slider.categoria-prodotti-2 h2 .decorazione-titolo {
      position: absolute;
      bottom: -50px;
      left: -1px;

  }


  .dec-5 .decoration {
      position: absolute;
      right: -78px;
      width: 151px;
      height: 133px;
      bottom: 49px;
  }

  .dec-6 .decoration {
      position: absolute;
      left: 44px;
      bottom: 62px;
      width: 101px;
      height: 66px;
  }

  .dec-7 .decoration {
      position: absolute;
      left: -23px;
      bottom: 234px;
      width: 120px;
      height: 90px;
  }

  .dec-8 .decoration {
      position: absolute;
      left: 72px;
      bottom: 86px;
      width: 300px;
      height: 230px;
  }



  .dec-9 .decoration {
      position: absolute;
      left: -56px;
      top: 121px;
      width: 200px;
      height: 142px;
      top: 389px;
  }

  .dec-10 .piatto {
      width: 100%;
      margin-left: 70px;

  }


  .dec-10 .decoration {
      position: absolute;
      top: 106px;
      width: 190px;
      height: 142px;
      top: 422px;
      left: 1px;
  }

  .categoria-prodotti-3 .container-fluid.home-container-fluid {
      padding-right: 0;
  }

  p.text {
      background-image: url(/wp-content/themes/valleitalia/images/slider-orari-sfondo-mobile.png);
      background-position: top;
      color: white;
      padding-left: 55px;
      padding-right: 55px;
      margin-top: 78px;
      padding-top: 0;
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 91px;

  }

  .slider-orari {
      padding: 0;
      padding-bottom: 106px;

  }
  .slider-orari .info-container {
      max-width: 100%;
      flex: 0 0 100%;
      margin-top: -118px;
      transform: rotate(0deg);
      overflow: hidden;
      padding-left: 0;
      padding-right: 0;
  }

  .container-text {
      padding: 0;
  }


  .slider-orari .info:after {
      content: '';
      background-image: url(/wp-content/themes/valleitalia/images/slider-orari-sfondo.png);
      width: 100%;
      height: 216.08px;
      position: absolute;
      top: 23px;
      left: 0px;
      z-index: -1;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
  }


  .slider-orari h5 {
      text-align: center;
      padding:0;
  }

  .slider-orari .row > .col-lg-9 {
      flex: 0 0 100%;
      max-width: 100%;
  }

  .slider-orari-swiper.swiper {
      margin-top: 45px;
  }


  .badges img {
      width: 58px;
  }
  .slider-orari-swiper h4 {
      font-size: 35px;
      line-height: 30px;
  }


  .global-goto:after {
      height: 182px;
      width: 255px;
      top: -187px;
      z-index: -1;
      left: 4px;

  }


  .global-goto {
      display: block;
      text-align: center;
  }



  .global-goto svg {
      bottom: -9px;
      left: 65px;
  }

  .trova-cap h4 {

      font-size: 50px;
      line-height: 60px;

  }



  .trova-cap {
      height: 430px;
      padding: 0 15px;
  }


  .trova-cap:before {
      right: 18px;
      top: -71px;
      width: 127px;
      height: 127px;
  }

  .trova-cap:after {
      display: none;
  }

  .notizie-in-evidenza {
      padding-top: 66px;

  }

  .trova-cap h4 span:after {
      right: -19px;
      bottom: -69px;
  }


  .notizie-in-evidenza h4.titolo:after {
      width: 221px;
      height: 47px;
      bottom: -33px;
      background-size: cover;
      left: -9px;
  }

  .notizie-in-evidenza h4.titolo {

      margin-bottom: 71px;
  }

  .notizie-in-evidenza p {
      padding-bottom: 55px;

  }

  .notizia h4 {
      font-size: 30px;
      line-height: 34px;
  }

  .notizia {
      padding: 29px 38px 0 23px;
      height: 480px;
      margin-bottom: 30px;

  }

  #popup-cremoso {
      background-image: url(/wp-content/themes/valleitalia/images/popup-cremoso-mobile.jpg);
      background-position: center;
  }

  #popup-cremoso .testo {
      padding-top: 66px;
  }

  #popup-cremoso h4 {
      font-family: "Londrina Solid";
      font-weight: normal;
      font-size: 50px;
      line-height: 48px;
      text-align: left;
      color: #fff;
  }

  #popup-cremoso h4:after {
      width: 160.66px;
      height: 33.64px;
      top: 26px;
      left: -5px;
  }

  #popup-cremoso h3 {
      font-family: "Londrina Solid";
      font-weight: normal;
      font-size: 55px;
      line-height: 55px;
      text-align: left;
      color: #e4032e;
      margin-top: 13px;

  }
  #popup-cremoso h3:after {
      width: 159.81px;
      height: 24.5px;
      bottom: -16px;
      left: 0;
  }

  #popup-cremoso p {
      font-family: "Londrina Solid";
      font-weight: normal;
      font-size: 30px;
      line-height: 34px;
      text-align: left;
      color: #400000;
      margin-top: 0px;

  }

  #popup-cremoso .scopri {
      position: absolute;
      right: 0;
      bottom: 78px;
      z-index: 9999;
      left: 0;
      margin: auto;
      text-align: center;
      display: block;
  }

  #popup-cremoso .scopri:after {
      content: '';
      background-image: url(/wp-content/themes/valleitalia/images/scopri-decorazione.svg);
      width: 222.51px;
      height: 8.78px;
      background-size: cover;
      position: absolute;
      left: 0;
      z-index: -1;
      bottom: 0;
      margin: auto;
      text-align: center;
      right: 0;
  }

  #popup-cremoso .scopri:before {
      content: '';
      background-image: url(/wp-content/themes/valleitalia/images/cremoso-decorazione-immagine.svg);
      width: 425.68px;
      height: 417.83px;
      background-size: cover;
      position: absolute;
      left: -188px;
      z-index: -1;
      bottom: -68px;
      display: block;;
  }

  #popup-cremoso:after {
      content: '';
      position: absolute;
      width: 157.38px;
      height: 153.71px;
      top: 10px;
      right: 27px;
      background-image: url(/wp-content/themes/valleitalia/images/popup-cremoso-decorazione-close.svg);
      background-size: cover;
      background-repeat: no-repeat;
  }

}

@media(max-width:767px) {
    .ricetta .ingredienti #splide2 .splide__pagination {
        width: 100%;
        justify-content: space-between;
        /*top: 381px;*/
        top:66px;
    }
  /*  .ricetta .riga_ricetta .colonna_img {
        display: none;
    }*/

    .ricetta .ingredienti .testo_procedimento {
        margin-top: 96px;
    }

    .container.ingredienti .splide__slide > img {
        display: block;
        margin-left: auto;
        min-height: 288px;
        margin-right: 1px;
    }

    .container.ingredienti .splide__slide {
        margin-top: 50px!important;
        height: auto!important;
    }

    .ricetta .ingredienti .splide__pagination__page.is-active img {
        display: block;
        position: absolute;
        right: -20px;
        top: 19px;
        width: 25px;
    }

    .la_nostra_storia .video-box .container h1 {
        font-size: 72px;
        line-height: 68px;
    }
	.versatilita .video-box .container h1 {
        font-size: 72px;
        line-height: 68px;
    }

    .container-immagine {
        min-height: 85px;
    }

    .store_locator .search-form {
        justify-content: flex-start!important;
        margin-bottom: 13px;
    }

    .store_locator .risultati .prima_riga_risultati{
        border-right:0px;
        min-height: unset;
    }
    .store_locator .risultati .btn{
        padding:5px 5px!important;
        margin-right: 5px!important;
    }
}

@media(max-width: 425px) {
    .global-goto svg {
        bottom: -9px;
        left: 0;
        max-width: 100%;
        right: 0;
        margin: auto;
    }

    .slider-orari .info-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .slider-orari .filtro-orario p {
        font-family: "Londrina Solid";
        font-weight: normal;
        font-size: 21px;
    }

    .trova-cap:before {
        right: 18px;
        top: -92px;
    }

    .slider-orari {
        padding-right: 15px;
        padding-left: 15px;
    }
}



@media(min-width:1850px) {
    .pagine_speciali .articoli .card .contenitore_icone {
        top: 460px;
    }
}

/*select ricetta*/
#optionsNew{
    font-family: 'Londrina Solid', cursive;
    font-size: 50px;
    color: #E4032E;
    line-height: 54px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #E4032E;
    background-color: white;
}
