@font-face {
    font-family: 'right_grotesk_bold';
    src: url('../font/rightgrotesk-wideblack-webfont.woff2') format('woff2'),
         url('../font/rightgrotesk-wideblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'right_grotesk';
    src: url('../font/rightgrotesk-text-webfont.woff2') format('woff2'),
         url('../font/rightgrotesk-text-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'right_grotesk_narrowbold';
    src: url('../font/rightgrotesk-narrowbold-webfont.woff2') format('woff2'),
         url('../font/rightgrotesk-narrowbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'right_grotesk_narrowblack';
    src: url('../font/rightgrotesk-narrowblack-webfont.woff2') format('woff2'),
         url('../font/rightgrotesk-narrowblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'right_grotesk_narrowlight';
    src: url('../font/rightgrotesk-narrowlight-webfont.woff2') format('woff2'),
         url('../font/rightgrotesk-narrowlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'right_grotesk_narrowmedium';
    src: url('../font/rightgrotesk-narrowmedium-webfont.woff2') format('woff2'),
         url('../font/rightgrotesk-narrowmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'right_grotesk_spatialblack';
    src: url('../font/rightgrotesk-spatialblack-webfont.woff2') format('woff2'),
         url('../font/rightgrotesk-spatialblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'right_grotesk_tallblack';
  src: url('../font/rightgrotesk-tallblack-webfont.woff2') format('woff2'),
       url('../font/rightgrotesk-tallblack-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:focus-visible {
  outline: none;
}

body {
  background-color: #ff6f00;
}
body ul li {
  list-style-type: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

/* MENU NAVIGAZIONE */
.nav2 {
  width: 100%;
  position: fixed;
  z-index: 1000;
}

.slideframe {
  width: 100%; 
  height: 380px;
  margin: 80px 0 35px;
}

.pulshome {
  clear: both;
  border-bottom: 1px solid white;
}

ul#menu {
  display: none;
  text-align: right;
  margin-right: -110px;
  top: 90px;
  position: relative;
  float: right;
  background-color: #fff4dc;
  padding-left: 0;
}

ul#menu li a {
  display: inline-block;
  background-color: #FFF4DC;
  color: #0047BA;
  text-decoration: none;
  text-align: right;
  font: normal normal normal 50px/40px right_grotesk_bold;
  margin: 5px;
  padding: 3px;
}

ul#menu li a.submenu {
  font: normal normal normal 60px/45px right_grotesk_narrowmedium;
}

ul#menu li a:hover {
  color: #ff6600;
}

ul.hamburger li {
  height: 4px;
  background: #FFF4DC;
  border-radius: 2px;
  content: "";
  position: relative;
  transition: 0.25s ease-in-out;
}

.rot45deg {
  transform: rotate(45deg) scaleX(1.25);
  top: 10px !important;
}

.rot-45deg {
  transform: rotate(-45deg) scaleX(1.25);
  top: 7px !important;
}

ul.hamburger {
  display: block;
  padding-left: 0;
}
ul.hamburger li:nth-child(1) {
  top: 0;
}
ul.hamburger li:nth-child(2) {
  top: 10px;
}

.hamburger-container {
  width: 38px;
  margin: 30px auto 0;
  height: 30px;
  cursor: pointer;
}

.hamburger-box {
  background-color: #0047ba;
  width: 100px;
  height: 80px;
  border-radius: 0 0 25px 25px;
  float: right;
  margin-right: 5%;
}

.hamburger-orange {
  background-color: #ff6f00;
}

/* MENU NAVIGAZIONE SEZIONE MENU */
.navmenu {
  z-index: 1100;
  position: fixed;
  left: 23%;
  top: 50px;
}

ul#menumenu {
  text-align: left;
  float: left;
}

ul#menumenu li {
  display: inline;
}

ul#menumenu li a {
  background-color: #FFF4DC;
  color: #0047BA;
  text-decoration: none;
  font-family: 'right_grotesk_spatialblack';
  font-size: 44px;
  margin-right: 40px;
  padding: 0 4px;
  line-height: 41px;
  display: inline-block;
  height: 40px;
}

ul#menumenu li a:hover {
  color: #ff6600;
}


.logo {
  width: 193px;
  float: left;
  margin-left: 5%;
  z-index: 1100;
  position: relative;
}

.pagetitle {
  display: none; /* disattivata su mobile */
  font-family: 'right_grotesk_bold';
  font-size: 200px;
  color: #ff7d1e;
  text-align: right;
  line-height: 170px;
  margin-right: 18%;
}

@media (min-width: 650px) {
  .slideframe {
    height: 780px;
    margin: 50px 0 0;
  }

  .pulshome {
    clear: both;
    border: none;
  }
  
}

@media (min-width: 768px) {
  .pagetitle {
    display: block;
  }
}

@media (max-width: 513px) {
  ul#menu {
    margin-right: calc(5% - 10px);
    top: 20px;
  }

}


/**********************/
/*        HOME        */
/**********************/
.pulsordina {
  margin: 0 auto;
  display: block;
  background: url(../img/pulsante_ordina.png) no-repeat center bottom;
  background-size: contain;
  width: 360px;
  height: 56px;
  color: #FFF4DC;
  font-family: right_grotesk_bold;
  font-size: 25px;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}

.pulsordina.home {
  margin: -34px auto 0;
  position: relative;
  z-index: 9;
}
  
.lineordina {
  display: block;
  height: 3px;
  width: 90%;
  background-color: #FFF4DC;
  border-right: 60px solid #0047BA;
  margin: 0 auto;
}

.egidio {
  margin-top: 40px;
  width: 300px;
  float: right;
  margin-right: 5%;
}

.hometexture {
  background: transparent url("../img/texture_home.png") no-repeat scroll right;
  background-size: contain; 
}

.happiness {
  font-family: right_grotesk_bold;
  font-size: 13vw;
  line-height: 11vw;
  color: #fff4dc;
  float: left;
  margin-top: 50px;
  margin-left: 5%;
}

.mright {
  margin-right: 5%;
}
    
.hometext {
  font: normal normal normal 32px/38px right_grotesk;
  color: #FFF4DC;
  margin-left: 5%;
  margin-right: 5%;
}  

.hometext span {
  font: normal normal normal 45px/40px right_grotesk_bold;
  color: #0047BA;
}

.homesedi {
  font-family: right_grotesk_bold;
  font-size: 9vw;
  line-height: 10vw;
  color: #0047BA;
  margin-left: 5%;
}

.homesedi a {
  color: #FFF4DC;
  background-color: #0047BA;
  padding: 10px 20px;
  text-decoration: none;
}

.lasttext {
  margin-bottom: 50px;
}

.rowyellow {
  background-color: #fec62e;
}

.homeyellow {
  font: normal normal normal 34px/42px right_grotesk_narrowlight;
  color: #0047BA;
  margin-left: 5%;
  margin-right: 5%;
}

.homeyellow span {
  font: normal normal normal 38px/42px right_grotesk_narrowbold;
}

.imageHoverLoad {
  width: 50%;
}


/* iscrizione newsletter */
.newslettertext {
  font: normal normal normal 36px/36px right_grotesk_narrowlight;
  color: #0047BA;
  text-align: center;
}

.newslettertext span {
  font: normal normal normal 45px/45px right_grotesk_bold;
}

#mcf-embedded-subscribe {
  color: #fff4dc;
  background-color: #0047ba;
  border-radius: 100px;
  font-family: right_grotesk_bold, helvetica, sans-serif;
  width: 220px;
  height: 70px;
  font-size: 30px;
  border-bottom: none;
  border-right: none;
  border-left: none;
  border-top: none;
  margin: 25px auto 0;
  display: block;
}

#mcef-EMAIL {
  background-color: #fff4dc; 
  border: none; 
  border-bottom: 1px solid #0047ba; 
  width: 90%;
  color: #0047ba;       
  font-family: right_grotesk_narrowlight;
  font-size: 36px;
  height: 36px;
  line-height: 36px; 
  margin-left: 5%;
  margin-right: 5%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0047ba;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #0047ba;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #0047ba;
}

@media (min-width: 650px) {
  .pulsordina.home {
    margin: -64px auto 0;
  }
}

@media (min-width: 768px) {
  .hamburger-box {
    margin-right: 10%;
  }
  
  .logo {
    margin-left: 10%;
  }

  .footermenu li {
    display: inline;
  }
  
  .pulsordina {
    margin: 0 auto;
    width: 500px;
    height: 80px;
    font-size: 35px;
    line-height: 80px;
  }

  .pulsordina.home {
    margin: -88px auto 0;
  }
    
  .lineordina {
    width: 80%;
    border-right: 300px solid #0047BA;
  }

  .happiness {
    font: normal normal normal 100px/80px right_grotesk_bold;
    margin-left: 10%;
    margin-top: 190px;
  }
  
  .egidio {
    margin-top: 190px;
    width: 600px;
    margin-right: 20%;
  }

  .hometext {
    font: normal normal normal 48px/57px right_grotesk_narrowlight;
    margin-left: 10%;
  }
  
  .mright {
    margin-right: 10%;
  }
  
  .hometext span {
    font: normal normal normal 60px/55px right_grotesk_bold;
  }

  .homesedi {
    margin-left: 10%;
  }

  .homesedi a {
    padding: 20px 40px;
  }
 
  .lasttext {
    margin-bottom: 150px;
  }
  
  .homeyellow {
    font: normal normal normal 60px/72px right_grotesk_narrowlight;
    margin-left: 10%;
    margin-right: 10%;
  }
  
  .homeyellow span {
    font: normal normal normal 60px/72px right_grotesk_narrowbold;
  }

  #mcef-EMAIL {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
  }
}


@media (min-width: 1200px) {
  .homesedi {
    font-size: 100px;
    line-height: 100px;
  }

  #mcf_embed_signup {
    padding: 0;
    margin-left: 40px;
  }
  
  #mcef-EMAIL {
    width: 580px;  
    margin-right: 20px;
    margin-left: 0;
    margin-top: 48px;
  }
      
  #mcf-embedded-subscribe {
    margin: 0;
    width: 250px;
    height: 90px;
    position: relative;
    top: 15px;
    display: inline-block;
  }

  .newslettertext {
    text-align: right;
    line-height: 40px;
  }

  .newslettertext span {
    font: normal normal normal 38px/45px right_grotesk_bold;
  }
}

@media (min-width: 1575px) {

  #mcf-embedded-subscribe {
    top: auto;
    bottom: 15px;
  }

}

/**********************/
/*       FOOTER       */
/**********************/
footer {
  width: 100%;
  background-color: #0047ba;
}

.footermenu {
  margin-left: 5%;
  padding-left: 0;
}

.footermenu li a {
  color: #FFF4DC;
  text-decoration: none;
  text-align: center;
  font: normal normal normal 24px/25px right_grotesk_bold;
  padding: 3px;
}

.footercopy {
  margin-left: 5%;
  color: #FFF4DC;
  font-family: right_grotesk;
  font-size: 20px;  
}

.footercredits {
  text-align: left;  
  margin-left: 5%;
  color: #FFF4DC;
  font-family: right_grotesk;
  font-size: 16px;
  line-height: 22px;
}

.footercredits a, .footercredits a:visited, .footercredits a:hover, .footercredits a:focus, .footercopy a, .footercopy a:visited, .footercopy a:hover, .footercopy a:focus{
  color: #FFF4DC;
  text-decoration: none;
}

.footercredits img {
  width: 24px;
}

@media (min-width: 992px) {
  .footermenu {
    margin-left: 10%;
  }

  .footercopy {
    margin-left: 20%;
    position: relative;
    bottom: 3px;
  }

  .footercredits {
    margin-right: 8%;
    font-size: 22px;
    text-align: right;  
  }
}


/**********************/
/*        MENU        */
/**********************/
.subpagetitle {
  font-family: 'right_grotesk_bold';
  font-size: 18vw;
  color: #fed042;
  text-align: left;
  line-height: 13vw;
}

#babypuok .subpagetitle {
  color: #0053cc;
}

.elencopanini {
  margin-top: 100px;
  text-align: center;
}

.paninomenulink {
  display: block;
}

.paninomenuimg {
  margin-bottom: -15px;
}

.paninomenutitle {
  font-family: right_grotesk_bold;
  font-size: 42px;
  color: #fff4dc;
  text-transform: uppercase;
  line-height: 42px;
  text-decoration: none;
  display: inline-block;
  border-left: 1px solid #fff4dc;
  padding-left: 20px;
  margin-bottom: 30px;
}

.paninomenutitle:hover, .paninomenutitle:focus, paninomenutitle:visited {
  color: #fff4dc;
}

.bluspacer {
  width: 100%;
  height: 100px;
  background-color: #0047BA;
  margin-top: 70px;
}

.boxpatate {
  width: 100%; 
  max-width: 528px; 
  margin: 40px auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffebd2;
}

.patatesvgcol {
  text-align: center;
}

.patatesvg {
  margin-bottom: 80px;
}

.patatemob {
  font-family: right_grotesk_bold;
  font-size: 26px;
  color: #ffffff;
}
  
.patateintro {
  font-family: right_grotesk;
  font-size: 40px;
  color: #0047BA;
  padding-top: 10px;
}

.patatesalse {
  font-family: right_grotesk_narrowlight;
  font-size: 52px;
  color: #0047BA;
  line-height: 70px;
  margin-top: 1.6rem;
}

.patatesalse span {
  background-color: #fed462;
  padding: 0 5px;
  margin-right: 20px;
}

.lambweston {
  width: 100%;
  max-width: 422px;
}

.bibite {
  padding-top: 30px;
}

.elencobibite {
  margin-bottom: 100px;
}

.bibitetitlebar {
  width: 100%;
}

.bibitetitlesx {
  float: left;
  font-family: 'right_grotesk_bold';
  color: #0047BA;
  font-size: 49px;
  margin-bottom: 0;  
}

.bibitetitledx {
  float: right;
  font-family: 'right_grotesk';
  color: #FFEBD2;
  font-size: 38px;
  margin-top: 11px;
  margin-bottom: 0; 
}

.bibitetext {
  font-family: 'right_grotesk';
  color: #FFEBD2;
  font-size: 28px;
  line-height: 38px;
  clear: both;
  border-bottom: 1px solid #FFEBD2;
  padding-bottom: 15px;
}

.endbibite {
  margin-bottom: 100px;
}

.menupdf {
  display: none; /* hidden on mobile */
  font-family: 'right_grotesk_narrowmedium';
  color: #FFEBD2;
  font-size: 32px;
  position: fixed;
  margin-left: -70px;
  margin-top: 345px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.menupdf a, .menupdf a:hover, .menupdf a:focus, .menupdf a:visited {
  color: #FFEBD2;
  text-decoration: none;
}

.menupdfmob {
  font-family: 'right_grotesk_narrowmedium';
  color: #FFEBD2;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.menupdfmob a, .menupdfmob a:hover, .menupdfmob a:focus, .menupdfmob a:visited {
  color: #FFEBD2;
  text-decoration: none;
}

.babytext {
  font-family: 'right_grotesk';
  color: #FFEBD2;
  font-size: 28px;
  line-height: 32px;
}

.babytext span {
  font-family: 'right_grotesk_bold';
}

.babymenutitle {
  font-family: 'right_grotesk_spatialblack';
  font-size: 42px;
  color: #ff6b00;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 40px;
}

.babymenunum {
  width: 55px;
  vertical-align: top;
  margin-left: 15px;
}

.babysmile {
  width: 255px;
  margin-top: 30px;
}


@media (min-width: 1200px) {
  .subpagetitle {
    font-size: 200px;
    line-height: 145px;
    margin-left: 10%;
  }
  
  #babypuok .subpagetitle {
    padding-top: 5px;
  }

  .elencopanini {
    margin-top: 0;
    text-align: left;
  }

  .bluspacer {
    margin-top: 130px;
  }
  
  .boxpatate {
    margin: 30px auto 150px;
  }
  
  .patatesvgcol {
    text-align: left;
  }

  .patatesvg {
    margin-top: 130px;
  }
    
  .bibite {
    padding-top: 100px;
  }
  
  .bibitetext {
    font-size: 38px;
    line-height: 48px;
  }
  
  .elencobibite {
    margin-bottom: 200px;
  }

  .endbibite {
    margin-bottom: 200px;
  }
  
  .menupdf {
    display: block;
  }

  .babytext {
    font-size: 40px;
    line-height: 42px;
  }

  .babymenutitle {
    font-size: 53px;
    margin-bottom: 15px;
    line-height: 50px;
  }

  .babymenuborder {
    border-right: 4px solid #FFEBD2;
  }
}

/**********************/
/*    SCHEDA PANINO   */
/**********************/
.imgpanino {
  margin-top: 100px;
}

.paninotitle {
  font-family: right_grotesk_bold;
  font-size: 70px;
  color: #ffd7b0;
  text-transform: uppercase;
  padding-top: 20px;
  line-height: 60px; 
}

.paninoingred {
  font-family: right_grotesk_narrowbold;
  font-size: 28px;
  color: #fff4dc;
  line-height: 35px;
}

.paninoingred span {
  font-family: 'right_grotesk_narrowlight';
  text-transform: lowercase;
}

.paninoavail {
  font-family: 'right_grotesk_narrowmedium';
  font-size: 22px;
  color: #FFEBD2;
  margin-top: 35px;
  line-height: 18px;
  text-align: center;
}

.borderblu2 {
  border-bottom: 1px solid #0047BA;
}

.paninostoriatitle {
  font-family: 'right_grotesk_bold';
  font-size: 60px;
  color: #0047BA;
  line-height: 60px;
}

.paninostoriatitle span {
  color: #fff4dc;
}

.paninostoria {
  font-family: 'right_grotesk';
  font-size: 30px;
  color: #fff4dc;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 60px;
}

.paninosharetext {
  color: #FFEBD2;
  font-size: 40px;
  font-family: 'right_grotesk_narrowlight';
  line-height: 40px;
  text-align: center;
}

.paninosharetext span {
  font-family: 'right_grotesk_spatialblack';
  display: block;
}

.addthis_inline_share_toolbox {
  text-align: center;
}

.at-style-responsive .at-share-btn {
  padding: 10px !important;
  margin: 20px 25px !important;
}

@media (min-width: 768px) {
  .imgpanino {
    margin-top: 0px;
  }

  .paninotitle {
    font-size: 90px;
    line-height: 80px;
    padding-top: 30px; 
  }

  .paninoingred {
    font-size: 38px;
    line-height: 50px;
  }

  .paninoavail {
    font-size: 32px;
    line-height: 28px;
    text-align: left;
  }
  
  .borderblu1 {
    border-bottom: 1px solid #0047BA;
  }
  
  .pulspanino {
    margin: 0;
  }

  .paninostoriatitle {
    font-size: 80px;
    line-height: 90px;
  }  

  .paninostoria {
    font-size: 40px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 100px;
  }
  
  .paninosharetext {
    font-size: 50px;
    line-height: 110px;
    text-align: left;
  }

  .paninosharetext span {
    margin-right: 30px;
    display: inline;
  }
    
  .addthis_inline_share_toolbox {
    text-align: left;
  }

}


/* MENU in PDF */

.menubg {
  background-color: #ff6600;  
}

.menuframe {
  width: 90%; 
  height: 780px;
  margin: 120px auto 0;
  display: block;
  border-bottom: 8px solid #ededf0;
}

#adobe-dc-view {
  width: 100%; 
  margin: 120px auto 0;
}

.DocumentView__DocumentView___1NM7b {
  background-color: #ff6600 !important;  
}



/**********************/
/*        STORE       */
/**********************/

.colsx {
  background-color: #ff6f00;
  padding-top: 150px;
}

.coldx {
  background-color: #0047ba; 
  padding-top: 150px;
}

.sede {
  font: normal normal normal 50vw/50vw right_grotesk_tallblack;
}

.sede.colblue {
  font: normal normal normal 30vw/50vw right_grotesk_tallblack;
}

.pulsordina-store {
  background-color: #0047BA;
  margin: 0 auto;
  display: block;
  width: 80vw;
  max-width: 1000px;
  height: 15vw;
  max-height: 180px;
  color: #FFF4DC;
  font-family: right_grotesk_spatialblack;
  font-size: 5vw;
  text-align: center;
  line-height: 15vw;
  cursor: pointer;
  border-radius: 200px;
}

.pulsordina-store.puls-orange {
  background-color: #ff6f00;
}

.scrivi {
  font-size: 4vw;
  margin-bottom: 60px;
}

.pulsindicazioni {
  margin: 0 auto;
  display: block;
  width: 80vw;
  max-width: 1000px;
  height: 15vw;
  max-height: 180px;
  color: #0047BA;
  border: 3px solid;
  border-color: #0047BA; 
  font-family: right_grotesk_spatialblack;
  font-size: 5vw;
  text-align: center;
  line-height: 15vw;
  cursor: pointer;
  border-radius: 200px;
}

.pulsindicazioni.puls-orange {
  color: #ff6f00;
  border-color: #ff6f00; 
}

.indirizzo {
  font: normal normal 700 5vw/5vw right_grotesk;
  color: #ffe8d0;
  text-align: center;
}

.pin {
  height: 5vw;
  margin-bottom: 6px;
  margin-right: 10px;
}

#map {
    width: 100%;
    height: 90vw;
    max-height: 800px;
    margin-top: 80px;
}

.oraritable {
  text-align: center;
  margin: 80px auto;
  font-family: 'right_grotesk_narrowlight';
  font-size: 30px;
}

.bottomrow {
  border-bottom: 2px solid #ff6f00;
}

.oraritable td {
  padding: 0 10px;
}

.oraritable tbody th {
  padding: 0 10px 0 0;
}

thead {
  text-align: center;
  font-family: 'right_grotesk';
}

.col1 {
  text-align: left;
  font-family: 'right_grotesk';
}

.tabletitlesx, .tabletitledx {
  font-family: 'right_grotesk_narrowlight';
  font-size: 38px;
  border-radius: 50px 50px 0 50px;
}

.colorange {
  color:#ff6f00;
}

.colblue {
  color:#0047BA;
}

.bgreviews {
  background-color: #fec62d;
  text-align: center;
}

.store-voh {
  margin: 50px 0 25px;
  width: 95%;
  max-width: 3210px;
}

.storelabel {
  width: 25vw;
  max-width: 160px;
  position: fixed;
  right: 0;
  top: 50vh;
  z-index: 9;
}

/*
.tabletitlesx {
  background-color: #0047BA;
}

.tabletitledx {
  background-color: #FF6600;
}

.pulsdx {
  background: url(../img/pulsante_ordina_dx.png) no-repeat center bottom;
  background-size: contain;
}


/* RATINGS SLIDER */
.ratings {
  width: 100%;
}

.slick-slider {
  margin: 30px auto 10vw;
}

.slick-slide.slick-center > div {
  -moz-transform: scale(1.10);
  -ms-transform: scale(1.10);
  -o-transform: scale(1.10);
  -webkit-transform: scale(1.10);
  color: #e67e22;
  transform: scale(1.10);
}

.slick-slide > div {
  transition: all 300ms ease;
  background-color: #ffe8d0;
  margin: 40px 4vw;
  padding: 4%;
  position: relative;
  min-height: 44vw;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  -webkit-box-orient: vertical;*/
  /*word-wrap: break-word;*/
  
}

.rbl1 {
  height: 2.8vw;
  font-family: 'right_grotesk';
  font-size: 2.6vw;
  color: #0047ba;
  margin-bottom: 2.4vw;
}

.rbl2 {
  text-align: left;
  margin: 5px 0;
  clear: both;
  margin-bottom: 2.4vw;
}

.rbl3 {
  font-family: 'right_grotesk';
  font-size: 3vw;
  line-height: 3.5vw;
  color: #0047ba;
  text-align: left;
}

.reviewdot-full {
  background-color: #ff6b00;
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 3.5vw;
  display: inline-block;
  margin-right: 1.2vw;
}

.reviewdot-empty {
  border: 2px solid #ff6b00;
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 3.5vw;
  display: inline-block;
  margin-right: 1.2vw;
}

/*.center {
  margin-left: -40px;
  margin-right: -40px;
}*/

@media (min-width: 1200px) { 

  .pulsordina-store, .pulsindicazioni  {
    font-size: 62px;
    line-height: 180px;
  }

  .scrivi {
    font-size: 52px;
    margin-bottom: 180px;
  }

  .sede {
    font: normal normal normal 600px/620px right_grotesk_tallblack;
  }

  .indirizzo {
    font: normal normal 700 62px/62px right_grotesk;
    margin-top: 80px;
  }

  .pin {
    height: 60px;
    margin-bottom: 13px;
    margin-right: 28px;
  }

  .oraritable {
    font-size: 80px;
    margin: 100px auto;
  }

  .oraritable thead {
    font-family: 'right_grotesk_bold';
  }
  
  .col1 {
    font-family: 'right_grotesk_bold';
  }

  .oraritable td {
    padding: 0 80px;
  }
  
  .oraritable tbody th {
    padding: 0 50px 0 10px;
  }

  .store-voh {
    margin: 150px 0 130px;
    width: 80%;
    max-width: 3210px;
  }

  #map {
    margin-top: 130px;
  }

  .reviewdot-empty {
    border: 5px solid #ff6b00;
  }

}

@media (max-width: 767.98px) { 
  .sedesx {
    font: normal normal normal 40px/40px right_grotesk_bold;
  }
}


/**********************/
/*        FAQ         */
/**********************/
.rowfaq {
  margin-top: 80px;
  margin-bottom: 200px;
}
 
.accordion-item {
  background-color: transparent;
  border: none;
}

.accordion-button {
  font-family: 'right_grotesk_bold';
  font-size: 42px;
  line-height: 38px;
  color: #fff4dc;
  background-color: transparent;
  padding: 25px 10% 40px;
  align-items: flex-start;
}

.accordion-button:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #0047BA;
}

.accordion-button:hover {
  color: #0047BA;
}

.accordion-button.collapsed {
  border-bottom: 1px solid #0047BA;
}

.accordion-button::after {
  display: none; /* non visibile su mobile */
  background-image: url("../img/pinna.png"); 
  width: 50px;
  height: 32px;
  background-size: 50px 32px;
  margin-top: 50px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/pinna.png");
}


.accordion-body {
  font-family: 'right_grotesk_narrowlight';
  font-size: 42px;
  line-height: 50px;
  color: #0047BA;
  background-color: #fff4dc;
  padding: 50px 10% 60px;
}

.accordion-body a, .accordion-body a:hover, .accordion-body a:visited, .accordion-body a:focus {
  color: #0047BA;
}

@media (min-width: 768px) {
  .accordion-button {
    font-size: 90px;
    line-height: 85px;
  }

  .accordion-button::after {
    display: block;
    width: 68px;
    height: 43px;
    background-size: 68px 43px;
    margin-top: 50px;
  }
}


/**********************/
/*      STORIA        */
/**********************/

.storia-header {
    padding-top: 150px;
    text-align: left;
}
.storia-footer {
    padding-top: 80px;
    text-align: left;
}
.storia-header h1 {
    font-family: 'right_grotesk_spatialblack', Arial;  
    font-size: 18vw;
    line-height: 15vw;
    color: #ff6b00;
    padding-bottom: 10px;
}
.storia-header p {
    font-family: 'right_grotesk', Arial;  
    font-size: 8vw;
    line-height: 9vw;
    color: #0047ba;
}
.storia-footer p {
    font-family: 'right_grotesk_spatialblack', Arial;
    font-size: 11vw;
    line-height: 9.6vw;
}
.storia-footer .footer1 {
    color: #0047ba;
    margin-bottom: 0;
}
.storia-footer .footer2 {
    color: #ff6b00;
}

.freccia-storia {
  width: 53px;
  padding-top: 10px;
}

.storia-section {
    padding: 80px 0;
    color: #ffe8d0;
}
.storia-section h2 {
    font-family: 'right_grotesk_spatialblack', Arial;  
    font-size: 9vw;
    line-height: 8vw;
    margin-bottom: 20px;
}
.storia-section p {
    font-family: 'right_grotesk', Arial;  
    font-size: 6.5vw;
    line-height: 7.7vw;
}
.bg-orange {
    background-color: #ff6b00;
}
.bg-blue {
    background-color: #0047ba;
}
.bg-beige {
    background-color: #ffe8d0;
}

.bg-orange h2 {
    color: #0047ba;
}
.bg-blue h2 {
    color: #ff6b00;
}


.slick-slide img {
    width: 100%;
    border-radius: 15%;
}

.slick-dots li button:before {
    margin-top: 15px;
    font-size: 12px;
    opacity: 1;
    border: 2px solid;
    border-radius: 50%;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
}
.bg-orange .slick-dots li button:before {
    color: #0047ba;
    border-color: #0047ba;
}
.bg-orange .slick-dots li.slick-active button:before {
    background-color: #0047ba;
    opacity: 1;
}
.bg-blue .slick-dots li button:before {
    color: #ff6b00;
    border-color: #ff6b00;
}
.bg-blue .slick-dots li.slick-active button:before {
    background-color: #ff6b00;
    opacity: 1;
}

@media (min-width: 768px) {
  .storia-header, .storia-footer {
      padding-top: 100px;
  }

  .storia-header h1 {
      font-size: 6vw;
      line-height: 5vw;
  }

  .storia-header p {
      font-size: 2vw;
      line-height: 2.2vw;
  }

  .storia-footer p {
    font-family: 'right_grotesk_spatialblack', Arial;
    font-size: 4.5vw;
    line-height: 3.8vw;
  }

  .storia-section h2 {
    font-size: 3.9vw;
    line-height: 3.4vw;
    margin-bottom: 20px;
  }

  .storia-section p {
    font-size: 1.9vw;
    line-height: 2.5vw;
  }
}

/**********************/
/*     CONTATTI       */
/**********************/
.jf-form{
  margin-top: 28px;
}

.jf-form > form{
  margin-bottom: 32px;
}

.jf-option-box{
  display: none;
  margin-left: 8px;
}

.jf-hide{
  display: none;
}

.jf-disabled {
    background-color: #eeeeee;
    opacity: 0.6;
    pointer-events: none;
}

.jf-thankyou {
  font-family: 'right_grotesk_narrowmedium';
  font-size: 70px;
  line-height: 80px;
  color: #FFF4DC;
}

.form-control {
  border: none;
  border-bottom: 1px solid #0047BA;
  background-color: transparent;
  border-radius: 0;
  font-family: 'right_grotesk_narrowlight';
  font-size: 45px;
  line-height: 50px;
  color: #FFF4DC;
  transition: none;  
}

.form-control::placeholder {
  color: #FFF4DC;
}

.form-control:focus {
  color: #0047BA;
  background-color: #FFF4DC;
  font-family: 'right_grotesk_narrowlight';
  font-size: 42px;
  line-height: 90px;
  border: none;
  outline: 0;
  box-shadow: none;
}

label {
  margin-left: 30px;
  color: #FFF4DC;
  font-family: 'right_grotesk';
  font-size: 24px;
  line-height: 32px;
}

#f6_1 {
  margin-top: 10px;
  margin-left: 5px;
}

.submit button {
  background-color:#0047BA;
  border: none;
  border-radius: 0; 
}

.select2-container .select2-selection--single {
  height: 55px;
  border: none;
  border-bottom: 1px solid #0047BA;
  background-color: transparent;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'right_grotesk_narrowlight';
  font-size: 45px;
  line-height: 50px;
  color: #FFF4DC;
  padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  position: absolute;
  width: 35px;
  right: 0;
  top: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../img/freccia_contatti@2x.png");
  border: none;
  width: 35px;
  height: 20px;
  background-size: 35px 20px;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
}

.select2-search__field {
  display: none;
}

.select2-dropdown {
  color: #0047BA;
  background-color: #fff4dc;
  border: none;
  border-radius: 0;
  font-family: 'right_grotesk';
  font-size: 30px;
  line-height: 34px;      
}


.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
}

.select2-search--dropdown {
  padding: 0px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0047BA;
}

.bg-info {
  background-color: transparent !important;
}

.bg-warning {
  background-color: #0047BA !important;
  font-family: 'right_grotesk';
  color: #fff4dc;
  font-size: 22px;
}

.select2-hidden-accessible{
	opacity: 0;
    width:1% !important;
}

@media (min-width: 768px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 75px;
    line-height: 90px;
  }

  .form-control {
    font-size: 75px;
    line-height: 90px;
  }

  .select2-dropdown {
    font-size: 42px;
    line-height: 50px;      
  }

  .select2-container .select2-selection--single {
    height: 80px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    width: 50px;
    top: 30px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 45px;
    height: 25px;
    background-size: 45px 25px;
  }
}
/* 
overwrite bootstrap default margin-left, because the <label> doesn't contain the <input> element.
*/
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: 0px;
}

div.form-group{
  padding: 8px 12px 4px 12px;
}

.mainDescription{
  margin-bottom: 10px;
}

p.description{
  margin:0px;
}

.responsive img{
  width: 100%;
}

p.error, p.validation-error{
  padding: 5px;
}

p.error{
  margin-top: 10px;
  color:#FFF4DC;
}

p.server-error{
  font-weight: bold;
}

div.thumbnail{
  position: relative;
  text-align: center;
}

div.thumbnail.selected p{
  color: #ffffff;
}

div.thumbnail .glyphicon-ok-circle{
  position: absolute;
  top: 16px;
  left: 16px;
  color: #ffffff;
  font-size: 32px;
}

.form-group.required .control-label:after {
    color: #dd0000;
    content: "*";
    margin-left: 6px;
}

.submit .btn.disabled, .submit .btn[disabled]{
  background: transparent;
  opacity: 0.75;
}

/* for image option with span text */
.checkbox label > span, .radio label > span{
  display: block;
}

.form-group.inline .control-label,
.form-group.col-1 .control-label,
.form-group.col-2 .control-label,
.form-group.col-3 .control-label
{
  display: block;
}

.form-group.inline div.radio,
.form-group.inline div.checkbox{
  display: inline-block;
}

.form-group.col-1 div.radio,
.form-group.col-1 div.checkbox{
  display: block;
}

.form-group.col-2 div.radio,
.form-group.col-2 div.checkbox{
  display: inline-flex;
  width: 48%;
}

.form-group.col-3 div.radio,
.form-group.col-3 div.checkbox{
  display: inline-flex;
  width: 30%;
}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}


/**********************/
/*        BLOG        */
/**********************/

.bloglist {
  margin-top: 150px;
}

.bloglistcat {
  position: absolute;
  top: 8px;
  left: 16px;
  font-family: right_grotesk, arial;
  font-size: 21px;
  text-transform: uppercase;
  color: #0047ba;
  background-color: #fff4dc;
  border-radius: 20px;
  padding: 0 13px;
}

.bloglisttitle {
  font-family: right_grotesk_narrowblack, arial;
  font-size: 50px;
  color: #fff4dc;
  text-transform: uppercase;
  line-height: 45px;
  text-decoration: none;
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 5px;
}

.bloglisttitle:hover, .bloglisttitle:focus, .bloglisttitle:visited {
  color: #fff4dc;
}

.bloglistintro {
  font-family: right_grotesk, arial;
  font-size: 30px;
  color: #fff4dc;
  line-height: 28px;
  margin-bottom: 70px;
}

.blogpostheader {
  width: 100%;
}

.blogposttitle {
  font-family: right_grotesk_narrowblack, arial;
  font-size: 8vw;
  line-height: 7vw;
  color: #fff4dc;
  text-transform: uppercase;
  margin-left: 5%;
}

.blogpostgradient {
  width: 100%;
  background-image: linear-gradient(transparent, #000);
  position: absolute;
  bottom: 0;
  padding-bottom: 3%;
}

.blogpostcontent {
  margin: 0 5% 50px;
  width: 90%;
}

.blogpostfooter {
  padding: 0 5% 30px;
  background-color: #ff6b00;
}

.blogposttext {
  font-family: right_grotesk, arial;
  font-size: 25px;
  color: #0047ba;
  line-height: 27px;
  text-align: justify;
  margin: 50px 0;
}

.blogposttext p {
  margin-bottom: 30px;
}

.blogpostinnerimg {
  width: 100%;
}

.blogpostcatcol {
  text-align: center;
}

.blogpostcat {
  font-family: right_grotesk, arial;
  font-size: 30px;
  line-height: 55px;
  color: #0047ba;
  border: 2px solid #0047ba;
  border-radius: 100px;
  padding: 0 20px;
  text-transform: uppercase;
  display: inline-block;
}

.blogpostshare {
  font-family: right_grotesk, arial;
  font-size: 25px;
  color: #ff6b00;
}

#st-1 .st-btn {
  width: 70px;
  height: 70px !important;
  line-height: 70px !important;
  -webkit-border-radius: 35px !important;
  border-radius: 35px !important;
  padding: 0 !important;
}

#st-1 {
  text-align: center !important;
  margin-bottom: 40px;
}

#st-1 .st-btn > img {
  height: 56px !important;
  width: 56px !important;
  top: 7px !important;
}

.blogpostshareimg {
  width: 35px;
  margin: 0 10px 6px 0;
}

.blogpostauthor {
  background-color: #0047ba;
  overflow: hidden;
  border-radius: 300px;
  width: 300px;
  margin: 20px auto;
}

.blogpostauthorimg {
  width: 100%;
  max-width: 100px;
  border-radius: 300px;
  margin: 10%;
}

.blogpostauthordx {
  margin: 38px 25px 0 0;
}

.blogpostauthorname {
  font-family: right_grotesk, arial;
  font-weight: 700;
  color: #fff4dc;
  font-size: 25px;
  margin-bottom: 0;
}

.blogpostdate {
  font-family: right_grotesk, arial;
  color: #ff6b00;
  font-size: 20px;
  text-align: left;
}

.blogrelatedtitle {
  font-family: 'right_grotesk_spatialblack';
  color: #ffe8d0;
  font-size: 8vw;
  margin: 40px 0 30px;
}

.blogpostfooter a {
  font-family: 'right_grotesk_narrowblack';
  color: #ffe8d0;
  font-size: 40px;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
}

.blogpostfooter a:hover, .blogpostfooter a:focus, .blogpostfooter a:visited {
  color: #ffe8d0;
}

.blogpostfooter p {
  font-family: right_grotesk, arial;
  color: #ffe8d0;
  font-size: 22px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bloglist {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {

  .blogpostinnerimg {
    width: 99%;
  }

  .innerleft {
    margin-right: 1%;
  }
  
  .innerright {
    margin-left: 1%;
  }

  .blogposttext {
    font-size: 40px;
    line-height: 45px;
    margin: 70px 0;
  }

  .blogposttext p {
    margin-bottom: 50px;
  }

  .blogpostfooter a {
    font-size: 70px;
    line-height: 60px;
  }

  .blogpostfooter p {
    font-size: 28px;
    line-height: 28px;
  }
}

@media (min-width: 1400px) {
  
  .blogpostcontent {
    margin: 0 5% 100px;
  }

  .blogposttext {
    font-size: 60px;
    line-height: 65px;
    margin: 100px 0;
  }

  .blogpostcatcol {
    text-align: left;
  }
 
  .blogpostcat {
    font-size: 50px;
    padding: 0 20px;
  }

  .blogpostshare {
    font-size: 40px;
  }
  
  #st-1 {
    text-align: left !important;
    margin-bottom: 0;
  }

  #st-1 .st-btn {
    width: 90px;
    height: 90px !important;
    line-height: 80px !important;
    -webkit-border-radius: 45px !important;
    border-radius: 45px !important;
  }
  
  #st-1 .st-btn > img {
    height: 70px !important;
    width: 70px !important;
    top: 9px !important;
  }

  .blogpostauthor {
    width: 800px;
    float: right;
    margin: 0;
  }

  .blogpostauthorimg {
    max-width: 200px;
  }

  .blogpostauthordx {
    margin: 60px 140px 0 300px;
  }

  .blogpostauthorname {
    font-size: 65px;
  }

  .blogpostdate {
    font-size: 38px;
  }

  .blogpostfooter {
    padding: 0 5% 100px;
  }

  .blogrelatedtitle {
    margin: 100px 0 80px;
  }
}

/**********************/
/*    ON THE ROAD     */
/**********************/
.rowotr {
  margin-top: 120px;
  margin-bottom: 30px;
}

.otrheaderimg1 {
  width: 70%;
  max-width: 1361px;
  position: relative;
  z-index: 2;
}

.otrheaderimg2 {
  width: 100%;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.otrtext {
  font-family: right_grotesk, arial;
  font-weight: 700;
  color: #ffe8d0;
  font-size: 5vw;
  line-height: 4.8vw;
  padding: 0 5%;
}

.otrtappebg {
  background-image: url("../img/ontheroad/truck-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 10vw;
}


.otrtappe {
  background-image: url("../img/ontheroad/on-the-road-tappe.png");
  width: 90vw;
  height: calc(90vw * 3.85);
  margin: 100px auto 13vw;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.otrtappe p {
  font-family: right_grotesk, arial;
  font-weight: 700;
  color: #ffe8d0;
  font-size: 2.2vw;
  line-height: 2.2vw;
  width: 45vw;
  position: absolute;
}

#otrt1  {
  top: 26vw;
  right: 5vw;
}

#otrt2  {
  top: 55vw;
  left: 5vw;
}

#otrt3  {
  top: 85vw;
  right: 5vw;
}

#otrt4  {
  top: 114vw;
  left: 5vw;
}

#otrt5  {
  top: 142vw;
  right: 5vw;
}

#otrt6  {
  top: 172vw;
  left: 5vw;
}

#otrt7  {
  top: 202vw;
  right: 5vw;
}

#otrt8  {
  top: 230vw;
  left: 5vw;
}

#otrt9  {
  top: 261vw;
  right: 5vw;
}

#otrt10  {
  top: 291vw;
  left: 5vw;
}

#otrt11  {
  top: 320vw;
  right: 5vw;
}



.otrtappemob {
  background-image: url("../img/ontheroad/on-the-road-bg-mob.png");
  width: 90vw;
  height: calc(90vw * 3.85);
  margin: 30px auto 25vw;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.otrtappemob p {
  font-family: right_grotesk, arial;
  font-weight: 700;
  color: #ffe8d0;
  font-size: 3.8vw;
  line-height: 3.8vw;
  width: 63vw;
  position: absolute;
  right: 3vw;
}

#otrmobt1  {
  top: 32vw;
}

#otrmobt2  {
  top: 65vw;
}

#otrmobt3  {
  top: 96vw;
}

#otrmobt4  {
  top: 123vw;
}

#otrmobt5  {
  top: 146vw;
}

#otrmobt6  {
  top: 181vw;
}

#otrmobt7  {
  top: 212vw;
}

#otrmobt8  {
  top: 240vw;
}

#otrmobt9  {
  top: 270vw;
}

#otrmobt10  {
  top: 300vw;
}

#otrmobt11  {
  top: 330vw;
}

.otrwhatsnext {
  width: 80%;
  max-width: 1425px;
  top: -8vw;
  position: relative;
}

.otrfootertext {
  font-family: 'right_grotesk_spatialblack', arial;
  font-size: 22px;
  line-height: 22px;
  color: #0047ba;
  margin: -4vw auto 6vw;
  padding: 0 10px;
}

.otrsocials {
  margin-bottom: 7vw;
}

.otrsocials img {
  width: 20vw;
  max-width: 159px;
}

@media (min-width: 992px) { 
  .rowotr {
    margin-bottom: 120px;
  }

  .otrheaderimg2 {
    margin-top: -70px;
  }

  .otrtext {
    padding: 0;
  }

  .otrfootertext {
    font-size: 3.5vw;
    line-height: 3.2vw;
    width: 50%;
  }
}

/**********************/
/*      GIFT CARD     */
/**********************/

.giftmain {
  width: 100%;
  padding-top: 50px;
  text-align: center;
}

.giftheader {
  display: block;
  width: 100%;
  max-width: 1592px;
  margin: 80px auto 40px;
}

.gifttitle1 {
  font-size: 7vw;
  line-height: 7vw;
  color: #ff6e00;
  font-family: 'right_grotesk_spatialblack', arial; 
}

.gifttitle2 {
  font-size: 6vw;
  line-height: 6vw;
  color: #ffe8d0;
  font-family: right_grotesk, arial;
  font-weight: 700;
}

.gifttitle3 {
  font-size: 5vw;
  line-height: 5vw;
  color: #ffebd0;
  font-family: right_grotesk, arial;
}

.giftcardcards {
  background-image: url("/giftcard/img/cards.jpg");
  height: 60vw;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

#cards {
  background-color: #fec62d;
  color: #0047ba;
  text-align: center;
  padding: 60px 15% 0;
}

#cards h2 {
  padding: 20px 0;
  font-family: 'right_grotesk_spatialblack', arial; 
  font-size: 40px;
  line-height: 40px;
}

.card {
  background-color: transparent;
  border: none;
}

.giftfooter {
  margin-top: 70px;
}

@media (min-width: 992px) { 
  .giftheader {
    width: 90%;
  }

  .gifttitle1 {
    font-size: 5vw;
    line-height: 5vw;
  }
  
  .gifttitle2 {
    font-size: 4vw;
    line-height: 4vw;
  }
  
  .gifttitle3 {
    font-size: 2.8vw;
    line-height: 2.8vw;
    padding: 20px 0;
  }

  #cards {
    padding: 130px 10% 0;
  }

  #cards h2 {
    font-size: 7vw;
    line-height: 7vw;
    margin-bottom: 50px;  
  }

  .giftfooter {
    margin-top: 200px;
  }

  .giftcardcards {
    height: 35vw;
    background-position: center 55%;
    background-size: 40%;
  }
  
 }

/**********************/
/*     NEWSLETTER     */
/**********************/
.rownewsletter {
  margin-top: 80px;
  margin-bottom: 100px;
}

#mc_embed_signup {
  clear:left; 
  font:14px Helvetica,Arial,sans-serif; 
  width: 100%;
}

#mergeRow-gdpr {
  margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
  font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
  border:none;
  min-height: 0px;
  padding-bottom:0px;
}

#mc_embed_signup h2 {
  color: #FFF4DC;
  text-align: center;
  font-size: 48px !important;
  font-family: right_grotesk_bold;
  font-weight: normal !important;
}

#mc_embed_signup .indicates-required {
  color: #FFF4DC;
  font-family: right_grotesk;
  font-size: 20px;
}

#mc_embed_signup .mc-field-group .email, #mc_embed_signup .mc-field-group .text {
  border: none !important;
  border-bottom: 1px solid #0047BA !important;
  background-color: transparent;
  border-radius: 0;
  font-family: 'right_grotesk_narrowlight';
  font-size: 45px;
  line-height: 50px;
  color: #FFF4DC;
  transition: none;
  width: 100%;
  padding: .375rem .75rem;
  font-weight: 400;
  appearance: none;
}

#mc_embed_signup .mc-field-group .email::placeholder, #mc_embed_signup .mc-field-group .text::placeholder {
  color: #FFF4DC;
}

#mc_embed_signup .mc-field-group .email:focus, #mc_embed_signup .mc-field-group .text:focus {
  color: #0047BA;
  background-color: #FFF4DC;
  font-family: 'right_grotesk_narrowlight';
  font-size: 42px;
  line-height: 50px;
  border: none;
  outline: 0;
  box-shadow: none;
}

#mc_embed_signup .clear {
  text-align: center;
}

#mc_embed_signup .button {
  background-color:#0047BA;
  border: none;
  border-radius: 0;
  padding: 20px;
  line-height: 25px;
  font-size: 25px;
  height: auto;
}

#mc_embed_signup .button:hover {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: #0047BA;
  font-family: 'right_grotesk';
  color: #fff4dc;
  font-size: 22px;
  padding: 5px;
  margin: 0;
  border-radius: 0;
  line-height: 1.5;
}

#mc_embed_signup .helper_text {
  background-color: transparent;
  border-radius: 0;
  color: #fff4dc;
  font-family: right_grotesk;
  font-size: 20px;
  text-align: right;
}

#mc_embed_signup .mc-field-group label {
  color: #FFF4DC;
  font-size: 45px;
  line-height: 50px;
  font-family: 'right_grotesk_narrowlight';
}

#mc_embed_signup .datefield {
  padding: 5px 0 0 0;
}

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
  width: 70px;
}

#mc_embed_signup .datefield .yearfield input {
  width: 100px;
}

#mc_embed_signup .datefield input:focus {
  line-height: 50px !important;
}

.datedivider {
  font-family: 'right_grotesk_narrowlight';
  font-size: 45px;
  line-height: 50px;
  color: #FFF4DC;  
}

.content__gdpr p {
  font-family: 'right_grotesk';
  color: #fff4dc;
  font-size: 22px;
}

.content__gdpr .gdpr_titolo {
  font-size: 26px;
}

.content__gdpr a, .content__gdpr a:visited, .content__gdpr a:hover, .content__gdpr a:focus {
  color: #FFF4DC; 
}

#mc_embed_signup .mc-field-group label {
  margin-left: 18px;
}

#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline; 
  width: auto;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

#mc_embed_signup .mc-field-group .checkbox {
  font-size: 22px;
  line-height: 22px;
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}

#mc_embed_signup .mc-field-group .gdprRequired {
  display: inline;
  margin-bottom: 10px;
}

#mc_embed_signup .mc-field-group .checkbox span {
  font-size: 22px;
  font-family: 'right_grotesk';
  line-height: 22px;
}


@media (min-width: 768px) {
  #mc_embed_signup .mc-field-group .email, #mc_embed_signup .mc-field-group .text, .datedivider {
    font-size: 75px;
    line-height: 90px;
  }

  #mc_embed_signup .mc-field-group label {
    font-size: 75px;
    line-height: 90px;
    margin-left: 28px;
  }
  
  #mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
    width: 100px;
  }

  #mc_embed_signup .datefield .yearfield input {
    width: 150px;
  }

  #mc_embed_signup .mc-field-group .email:focus, #mc_embed_signup .mc-field-group .text:focus {
    line-height: 90px;
  }

  #mc_embed_signup .datefield input:focus {
    line-height: 70px !important;
  }

  #mc_embed_signup .clear {
    text-align: left;
  }
}

/* MEDIA QUERIES */
/* Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }

// `sm` applies to x-small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// `md` applies to small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// `lg` applies to medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// `xl` applies to large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// `xxl` applies to x-large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... }
*/