html,body{
  width:100%;
  display: block;
  overflow-x: hidden;
}

body{
  font-family: 'Lora', serif;
  font-size:15px;
  margin:0 auto;
  color:#777;
}

*{
  margin:0;
  padding:0
}

h1, h2, h3, div, p, span ,img{
  margin:0;
  padding:0
}

h1 {
  color: #fff;
  font-size: 55px;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

h2, .titoletto {
  color:#cb0606;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.bottone-bianco {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 16px;
  color: #111;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 20px 25px;
}

.bottone-rosso, .bottone-rosso-small, .bottone-rosso-big {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #ca0000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 20px 25px;
  border: 0;
}

.bottone-rosso-big  {
  font-size: 17px;
  padding: 30px 55px;
}

.bottone-rosso-big:hover {
  background: #ec1616;
  ms-transition:all linear .2s;
  -webkit-transition:all linear .2s;
  -moz-transition:all linear .2s;
  transition:all linear .2s;
}

.bottone-rosso-small {
  padding: 10px 15px;
  font-size: 15px;
  color:#fff;
}

.bottone-rosso-small:hover {
  background: #ec1616;
  ms-transition:all linear .2s;
  -webkit-transition:all linear .2s;
  -moz-transition:all linear .2s;
  transition:all linear .2s;
}

.bottone-rosso-small a {
  color:#fff;
  text-decoration: none;
}

.bottone-grigio {
  background: #f3f3f3;
  border: 1px solid #ca0000;
  color: #111;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
}

.bottone-grigio:hover {
  background: #ca0000;
  color:#fff;
  -moz-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.bottone-grigio a {
  color: #111;
  text-decoration: none;
}

.bottone-grigio a:hover {
  color:#fff;
}

#box-tab {
  width:100%;
  background: #fff;
  position: fixed;
  top:0;
  z-index: 999;
  padding: 15px 0;
}

#logo{
  width:70px;
  margin-left: 20px;
  position: relative;
  z-index:1002;
}

.cerca_input{
  border: 1px solid #ccc;
  padding: 6px 70px 6px 10px;
  color:#9E9E9E;
}

.cerca {
  position: absolute;
  z-index: 999;
  right: 30px;
  top: 15px;
  color: #9E9E9E;
}

.logged span {
  color:#d80c29;
}

#top_generale{
  width:100%;
  border-bottom:1px solid #eee;
}

#menu_utente_top, #menu_utente_top a, #menu_lista_desideri, #menu_lista_desideri a {
  font-size:13px;
  color: #9E9E9E;
  text-decoration:none;
}

#menu_lista_desideri{
  right:0;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index:10;
  text-align:right
}

.menu_utente{
  height:46px;
  padding:2px 10px;
  position: relative;
}

.menu_utente:nth-child(4){
  border:0
}

.menu_button {
  display: none;
}

.spazia-icone {
  margin-top: 5px;
}

.scroll {
  overflow-y: scroll;
  max-height: 90vh;
}

/* inizio menu nuovo */

#mobileNav {
  padding: 20px 5px;
  position:relative;
  display: inline-block;
  float:left;
}

#top-nav {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

.hamburgerspan {
  cursor: pointer;
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
  background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.hamburgerspan:first-child {
  transform-origin: 0% 0%;
  margin-left:0;
}
.hamburgerspan:nth-last-child(2) {
  transform-origin: 0% 100%;
  margin-left:0;
}
#top-nav:checked ~ .hamburgerspan {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #000;
  right:0;
  top: 0;
}

#top-nav:checked ~ .hamburgerspan:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#top-nav:checked ~ .hamburgerspan:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
  right:0;
  top: 0;
}

input[id^="menu-"] {
  position: absolute!important;
  left: 0!important;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity:0;
  padding: 20px;
}

div[id^="menu-cont-"] {
  border-right: 1px solid #9E9E9E;
  width: 100%;
  max-width: 440px;
  background-color: #9E9E9E;
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  position: fixed;
  margin: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s;
  padding-right:0;
}

#top-nav:checked ~ div[id^="menu-cont-"],
input[id^="menu-"]:checked ~ div[id^="menu-cont-"] {
  transform: translate3d(0, 0, 0);
}
li.nav-item-menu {
  width: 100%;
  list-style: none;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #b1b1b1;
  box-sizing: border-box;
  position:relative;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

div[id^="menu-cont-"] li.nav-item-menu:last-child {
  border: 0;
}
.menu-ul {
  padding: 0;
  margin: 25% 0 0 0;
}

.nav-item-menu.sub-menu:after, label.menu-label:before {
  content: "";
  border: 2px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 2px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  display: block;
  width: 9px;
  height: 9px;
  margin:5px;
  float: right;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: rgba(255, 255, 255, 0.5);
  border-top: none;
  border-top-color: currentcolor;
  border-left: none;
  border-left-color: currentcolor;
}

label.menu-label {
  width: 100%;
  display: block;
  padding: 15px 10px 15px 20px;
  border-bottom: 1px solid #9e9e9e;
  color: #fff;
  font-size:14px;
  font-weight:700;
  box-sizing: border-box;
  background-color:#b1b1b1;
  cursor:hand;
  cursor:pointer;
}

label.menu-label:before {
  float:left;
  margin:5px 7px;
  margin-left:0px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  cursor:hand;
  cursor:pointer;
}

.nav-item-menu a, .nav-item-menu span {
  color: #fff;
}

.nav-item-menu a:hover, li.nav-item-menu:hover, .nav-item-menu span:hover, li.nav-item-menu:hover {
  color: #dcdcdc;
  text-decoration: none;
}

.sub-menu .nav-item-menu a, .sub-menu .nav-item-menu span {
  padding: 20px 20px 20px 15px;
}

.sub-menu .nav-item-menu a:hover, .sub-menu .nav-item-menu span:hover {
  padding: 20px 20px 20px 40px;
  transition: all .5s;
}

#menu-cont-1{z-index:1001;}
#menu-cont-2{z-index:1002;}
#menu-cont-3{z-index:1003;}
#menu-cont-4{z-index:1004;}
.hamburgerspan{z-index:9998;}

#top-nav{
  z-index:9999;
}

#top-nav:checked{
  width:220px;
  z-index:9999;
  right:100px;
  top: 8px;
  cursor:hand;
  cursor:pointer;
}

#menu-cont-1 .imglogonew {
  max-width: 150px!important;
  margin:13px 0 0 20px;
}

.menu-ul {
  padding: 0;
  margin: 25% 0 0 0;
}

.menu-ul-2 {
  margin-top: 15px;
  background: #82c7b7;
}

.menu-ul-2 li.nav-item-menu {
  font-size:13px;
  border-bottom:1px solid #a1dcce;
}

.scroll::-webkit-scrollbar {
  width: 3px;
  background-color: #9E9E9E;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #9E9E9E;
  border-left: 1px solid #9E9E9E;
}


.testo-tab, #box-tab .nav-tabs > li.active > a .testo-tab,
#box-tab .nav-tabs > li.active > a .testo-tab p {
  text-align:left;
}

@media screen and (max-width: 767px) {

#top-nav:checked ~ .hamburgerspan {
  right:0;
}
#top-nav:checked ~ .hamburgerspan:nth-last-child(2) {
  right:0;
}
#top-nav:checked {
  width: 320px;
}
.scroll::-webkit-scrollbar {
  width: 3px;
  background-color: #9E9E9E;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #9E9E9E;
  border-left: 1px solid #9E9E9E;
}

.menu-ul {
  padding: 0;
  margin: 25% 0 0 0;
}

}

.categorie-selezionate {
  margin: 35px 0 50px 0;
  border: 1px solid #E9EFEE;
  border-width: 1px 0;
  padding: 60px 0 60px 0;
}

.box-categoria {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  display: table;
}

.nome-sottocategoria {
  background-color: rgba(0,0,0,0.1);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.nome-sottocategoria:hover {
  background-color: rgba(0,0,0,0.3);
  -moz-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.nome-sottocategoria a, .nome-sottocategoria span {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}


/* fine menu nuovo */



#box-esterno-principale {
  position:relative;
  top: 90px;
  z-index: 1;
}

#owl-demo-home {
  position: relative;
  height: 70vh;
  overflow: hidden;
  margin-top: 90px;
 }

 #owl-demo-home .item img {
   width: 100%;
 }

 #owl-demo-home .item .caption {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.3);
 }

 #owl-demo-home .item .caption .frase-slider {
   width: 60%;
   position: absolute;
   z-index: 999;
   bottom: 60%;
   left: 20%;
   text-align: center
 }

 #owl-demo-home .item .caption .frase-slider img {
   width: 50%;
   margin: 0 auto;
 }

 #owl-demo-home .item .caption .frase-slider p {
   width: 90%;
   font-family: 'Lora', serif;
   font-weight: 700;
   font-size: 70px;
   color: #fff;
   text-transform: uppercase;
   line-height: 1.2;
   margin: 0 auto;
   letter-spacing: 2px;
   margin-bottom: 20px;
}

.spazia {
  padding-top: 50px;
}

.spazia-2 {
  padding-top: 30px;
}

.spazia-pagina {
  padding-bottom: 50px;
}

.box-interno {
  max-width: 1360px;
  margin: 0 auto;
}

.box-tipologia, .box-tipologia-2 {
  width: 100%;
  position: relative;
  border: 1px solid #cb0606;
  padding: 4px;
  text-align: center;
  cursor: hand;
  cursor: pointer;
}
.layer-tipologia, .layer-tipologia-2 {
  width: 98.2%;
  height: 98.2%;
  background-color: rgba(119,119,119,0.5);
  position: absolute;
  top: 4px;
  display: table;
}

.layer-tipologia-2 {
  background: #ca0000;
}

.layer-tipologia:hover {
  background-color: rgba(7,37,79,0.0);
  -moz-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.box-tipologia img {
  width: 100%;
  height: 350px;
}

.box-tipologia-2 img {
  width: 100%;
  opacity: 0;
}

.info-tipologia {
  text-align: center;
  margin: 20px 0;
}

a.nome-tipologia {
  font-size: 25px;
  line-height: 1.1em;
  letter-spacing: 3px;
  font-family: 'Lora', serif;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

a.nome-tipologia:hover {
  color:#777;
  -moz-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.spazia-box-2 {
  margin-bottom: 20px;
}

.grado-piccantezza {
  color: #777;
  font-style: italic;
  font-size: 18px;
  margin: 10px 0;
}

.grado-piccantezza-simbolo span.meno-piccante {
  color: #777;
}

.grado-piccantezza-simbolo span.piccante {
  color:#d80c29;
}

.scala-piccantezza {
  font-weight: 700;
  font-size: 22px;
  color: #111;
  margin-bottom: 5px;
}

.numero-scala-piccantezza {
  color:#d80c29;
  font-weight: 700;
  font-size: 25px;
  margin-top: 5px;
}

.box-rosso {
  background: #ca0000;
}

.box-scopri-tutti {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.box-scopri-tutti a {
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 2px;
  font-family: 'Lora', serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.box-scopri-tutti span {
  color: #fff;
}

#banner-ecommerce {
  width: 100%;
  height: 700px;
  background: url(/img/public/tpl/banner_ecommerce.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  margin-top: 50px;
}

.layer-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(5,43,52,0.4);
  position: absolute;
  top: 0;
  z-index: 2;
}

.frase-su-banner {
  width: 100%;
  position: absolute;
  top: 25%;
  z-index: 3;
  text-align: center;
}

.frase-su-banner p {
  color: #fff;
  font-size: 45px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}

.frase-su-banner div {
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
}

.spazia-bottone {
  margin-top: 20px;
}

.box-prodotto {
  margin-bottom: 50px;
}

.foto-prodotto {
  width: 100%;
  height: 350px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #f3f3f3;
  display: table;
}

.foto-prodotto div {
  display: table-cell;
  vertical-align: middle;
}

.foto-prodotto img {
  max-width: 100%;
}

.nome-prodotto {
  margin-top: 15px;
  text-align: center;
}

.nome-prodotto a {
  color: #111;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.prezzo {
  color: #777;
  font-size: 23px;
  letter-spacing: 1px;
  text-align: center;
}

.info-prodotto {
  margin: 13px 0;
}

.info-prodotto ul {
  text-align: center;
  list-style-image: none;
}

.info-prodotto ul li {
  display: inline-block;
  padding: 0 15px 0 10px;
  border-right: 1px solid #bcbcbc;
}

.info-prodotto ul li:last-child {
  border-right: 0;
}

.info-prodotto ul li span {
  color:#bcbcbc;
}

.info-prodotto ul li span.piccante {
  color:#d80c29;
}

.box-grigio {
  background: #f3f3f3;
  padding: 50px 0;
  margin-top: 70px;
}

.box-news {
  padding: 40px 0;
  /*border-bottom: 1px solid #e6e6e6;*/
}

.img-news img {
  width: 100%

}

.data-news span {
  color:#111;
  font-weight: 300;
  font-size: 13px;
  font-style: italic;
  margin: 0 3px 10px 0;
}

.titolo-news, a.titolo-news {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: block;
}

a.titolo-news {
  text-decoration: none;
}

.titolo-news:hover {
  color: #cb0606;
}

.testo {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1.5px;
}

.testo h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.testo h3 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #cb0606;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.centraverticale {
  display: inline-block;
  vertical-align: middle;
  float: none;
}


#ns-promesse {
  width: 100%;
  height: 700px;
  background: url(/img/public/tpl/banner_promesse.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}

.icona-pagamenti {
  margin:20px 0;
}

.icona-pagamenti img {
  width: 80px;
}

.box-promesse {
  margin-top: 22px;
}

.box-promesse p {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}

.box-promesse span {
  font-size: 19px;
  color: #fff;
}

#footer {
  border-top: 1px solid #dcdcdc;
  padding: 30px 0;
}

#footer div {
  text-align: right;
  color:#898989;
  font-size: 16px;
  line-height: 1.4;
}

#footer div strong {
  color:#898989;
}

#footer .lista-footer {
  list-style-type: none;
  text-align: left;
}

#footer .lista-footer li {
  display:block;
}

#footer .lista-footer li a {
  color: #898989;
  font-size: 15px;
  text-decoration: none;
}

#footer .lista-footer li a:hover {
  color:#ca0000;
}

ul#social {
  list-style-type: none;
}

ul#social li {
  display:inline-block;
  margin-left:0!important;
  margin-right:10px;
}

ul#social li a {
  color:#111;
}

ul#social li a:hover {
  color:#cb0606;
}

p.titeccell {
  font-size: 35px;
  color: #cb0606;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

p.fraseccell {
  font-size: 22px;
  color: #111;
  letter-spacing: 0.5px;
  padding-top: 1em;
}

p.fraseccell a {
  font-size: 22px;
  color: #111;
  letter-spacing: 0.5px;
  font-weight: 600;
}

p.fraseccell a:hover {
  color: #cb0606;
}


#box_iscriviti_newsletter{
  width:100%;
  padding:40px 0;
  background: #f3f3f3;
}

#box_iscriviti_newsletter p {
  font-size:23px;
  color:#111;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#box_iscriviti_newsletter div {
  color:#111;
  font-size:18px;
  letter-spacing: 0.5px;
}

#box_iscriviti_newsletter input {margin-right: 5px;}

.input_ricerca{
  border: 1px solid #ccc;
  padding:15px 30px;
  color:#777;
  font-size:16px;
  display:inline;
}

.input_bottone {
  background: #282828;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 14px 15px;
  margin: 0;
  border: 0;
}

.privacy {
  font-size: 12px;
  color: #898989;
  display: block;
  margin-top: 6px;
  margin-left: -80px;
}

.credits {
  text-decoration: underline;
  color: #898989;
}

.credits:hover {
  color: #111;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
}


/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0;
  top: 5px;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 2px;
  left: 1px;
  font-size: 16px;
  color: #cb0606;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  margin-left:0!important;
  width: 55%;
}

h1#nome-prodotto, h1#nome-news {
  font-size: 25px;
  line-height: 1.1em;
  letter-spacing: 3px;
  font-family: 'Lora', serif;
  color: #111;
  text-transform: uppercase;
  font-weight: 400;
}

h1#nome-news {
  margin-top: 60px;
}

h1.standard {
  color:#cb0606;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

#box_breadcrumb {
  margin-bottom: 20px;
}

#box_breadcrumb span {
  color:#777;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

#box_breadcrumb span a:hover {
  text-decoration: none;
  color: #111;
}

.bordino-info-dettaglio {
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
}

.bordino-info-dettaglio p {
  color: #111;
  font-size: 19px;
  letter-spacing: 1px;
}
.bordino-info-dettaglio p strong {
  color: #111;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 1.5px;
}

.prezzo-prodotto {
  color: #111;
  font-weight: 700;
  font-size: 23px;
}

.add_to_wishlist {
  color: #a00606;
  cursor: hand;
  cursor: pointer;
}

#tabella_prodotto_secondo_qualcuno{
  border:0;
  border-spacing:0;
  margin:0 auto;
  margin-top: 50px;
}

.prezzo-prodotto {
  color: #111;
  font-weight: 700;
  font-size: 23px;
  margin: 10px 25px 10px 0;
}

#box-prezzo div a,#box-prezzo div a:hover,.secondoprezzo a, .secondoprezzo a:hover, .bottone-acquista {
  padding: 14px 15px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 3px;
  background: #ca0000;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

#box-prezzo div a:hover, .secondoprezzo a:hover {
  background: #ec1616!important;
  ms-transition: all linear .2s;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  transition: all linear .2s;
}

.bottone-acquista a {
  color: #fff;
  text-decoration: none;
}

.bottone-acquista:hover {
  background: #ec1616;
  ms-transition:all linear .2s;
  -webkit-transition:all linear .2s;
  -moz-transition:all linear .2s;
  transition:all linear .2s;
}

.agg-preferiti {
  margin: 10px 25px;
  font-weight: 700;
  font-size: 23px;
}

#dettaglio_generale {
  padding-bottom: 50px;
}

.value-button {
  display: inline-block;
  margin: 0px;
  width: 50px;
  height:50px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  background: #ccc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#fff;
}

.value-button:hover {
  background: #898989;
  cursor: pointer;
}


form #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 70px;
  height: 50px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.header_image {
  width:100%;
  height:600px;
  background-position:center;
  background-size:cover;
  position:relative;
  margin-top: 90px;
}

.layer {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  background-color: rgba(119,119,119,0.5);
}

.nome-categoria {
  width:100%;
  position:absolute;
  top:48%;
  left:0;
  z-index:3;
}

.nome-categoria h1 {
  color:#fff;
  font-size:40px;
  font-weight: 700;
  letter-spacing:3px;
  text-align:center;
}

.img-dettaglio {
  height: 500px;
  overflow: hidden;
  margin-bottom: 30px;
}

.img-dettaglio img {
  width: 100%;
}

.img-dettaglio-prodotto img {
  max-width: 100%;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top: 0;
}

.th_carrello {
  color: #ca0000;
  font-size: 14px;
  font-style: italic;
}

td.standard_carrello0, td.standard_carrello1 {
  padding:10px!important;
  background:#fff;
  border-bottom:1px solid #dcdcdc;
}

.img-carrello {
  max-height:100px;
  margin-right:5px;
  display:inline;
}

.nome_prodotto_in_cart {
  color: #111;
  font-size: 16px;
  letter-spacing: 1px;
}

.operatore{
  cursor:hand;
  cursor:pointer;
  display:inline-block;
  padding:0 5px;
  background: #cb0606;
  color:#fff;
}

input.spaziato,select.spaziato,button.spaziato{
  padding:5px;
  border:0;
  color:#777;
  background: #f3f3f3;
  font-weight:bold;
  margin:3px 0
}

.carrello_ok, .carrello_ok:hover {
  font-weight: 700;
  font-size: 17px;
  padding: 15px 55px;
  color: #fff;
  background: #ca0000;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 0;
}

a.carrello_ok:hover, .carrello_ok:hover {
  text-decoration: none;
  background: #ec1616;
  ms-transition:all linear .2s;
  -webkit-transition:all linear .2s;
  -moz-transition:all linear .2s;
  transition:all linear .2s;
  webkit-transition-property:background;
  -o-transition-property:background;
  transition-property:background;
}


.bottone_continua_shopping {
  width: 50%;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 55px;
  color: #fff;
  background: #ccc;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0;
}

.bottone_continua_shopping:hover {
  background: #9E9E9E;
  ms-transition:all linear .2s;
  -webkit-transition:all linear .2s;
  -moz-transition:all linear .2s;
  transition:all linear .2s;
  webkit-transition-property:background;
  -o-transition-property:background;
  transition-property:background;
}

.padding-sped {
  padding-top:2em;
}

input.carrello_ok{
  background: #ca0000;
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

input.carrello_ok:hover{
  font-size: 22px;
  background: #ec1616;
  ms-transition: all linear .2s;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  transition: all linear .2s;
  webkit-transition-property:background;
  -o-transition-property:background;
  transition-property:background;
}

.totale_euro{
  text-align:right;
  font-weight:700;
  font-size: 20px;
  color: #cb0606;
}

.form-inline label {
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 0.5em 0 1.3em;
}

.tipo-pag {
  margin-left: 30px;
  margin-top: 3px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
}
.tipo-pag a {
  color: #cb0606;
}

#cart_step_coupon {
  padding: 2em 1em;
  text-align: center;
  background: #f3f3f3;
}

.codice-coupon {
  font-size: 16px;
  color: #111;
  margin-right: 15px;
  letter-spacing: 2px;
}

.input-coupon {
  width: 30%;
  margin-right:10px!important;
  border:1px solid #777!important;
  margin-bottom:10px !important;
}

.carrello-coupon, .carrello-coupon:hover {
  font-weight: 700;
  font-size: 17px!important;
  padding: 15px 25px;
  color: #fff;
  background: #ca0000;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 0;
}

.carrello-coupon:hover {
  background: #ec1616;
  ms-transition:all linear .2s;
  -webkit-transition:all linear .2s;
  -moz-transition:all linear .2s;
  transition:all linear .2s;
  webkit-transition-property:background;
  -o-transition-property:background;
  transition-property:background;
}

.nome-sezione-small{
  font-size:28px;
}

.padding-sped label, .sped_telefonico, .sped_freschi, .sped_telefonico {
  margin-bottom: 30px;
}

.box-add-wishlist {
  display: inline-block;
}

.frase-risultato {
  text-align: center;
  font-size: 20px;
}

.frase-risultato a {
  color:#ca0000;
  text-decoration: underline;
}


#campi_form .form-group label {
  line-height: 1.6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size:14px;
  color: #111;
}

#campi_form .form-group input, .form-control {
  width: 100%;
  padding: 20px 10px;
  margin-bottom: 25px;
  border: 1px solid #e9efee;
  letter-spacing: 0.5px;
  height:auto;
  border-radius:0;
  box-shadow: 0 0 0;
}


#campi_form .form_bottone {
  width: 100%;
  padding: 14px 15px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 3px;
  background: #ca0000;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

#campi_form .form_bottone:hover {
  background: #ec1616!important;
  ms-transition: all linear .2s;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  transition: all linear .2s;
}


div.messaggio_spiegazione{
  width:593px;
  margin-top:30px;
  padding:30px;
  background-color:grey;
  color:white;
  display:none
}

div.messaggio_spiegazione span {
  font-weight:bold;
  color:lightgreen
}

.padding-spedizione {
  padding: 2em
}

.padding-spedizione-2 {
  padding: 2em 0;
}


#mostra-campo-note {
  padding: 10px;
  border: 1px solid #949494;
}

.icone-pag-2 {
  color:#666;
  margin-right: 8px;
  font-size: 25px;
}

.titolo-thankyoupage {
  color: #cb0606;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.box-grigetto-1 {
  background: #f3f3f3;;
  padding: 20px;
}

.box-grigetto-2 {
  width: 100%;
  background: #dadada;
  padding: 20px;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1.3;
  color: #777;
  display: table;
}


.frase-grazie {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #111;
}

.info-riepilogo {
  font-size: 15px;
  margin: 20px 0;
  line-height: 1.6;
  color: #777;
}

.riepilogo-ordine ul {
  list-style-type: none;
}

.riepilogo-ordine ul li {
  margin-bottom: 10px;
  color: #111;
  font-size: 17px
}

.riepilogo-ordine ul li strong {
  text-transform: uppercase;
  font-size: 17px;
  color: #cb0506;
  letter-spacing: 2px;
}

.box-grigetto {
  background: #f4f4f4;
  padding: 20px;
}

.acquisti-fragili {
  font-size: 15px;
  margin: 10px 0 10px 0;
  line-height: 1.6;
  color: #777;
}

.box-area-riservata {
  background: #dadada;
  padding: 20px;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1.3;
  color: #585858;
}


.centra-verticale {
  display: table-cell;
  vertical-align: middle;
}

.bottone-shopping {
  width: 100%;
  padding: 10px 0;
  border: none;
  outline: none;
  background: #ca0000;
  color: #fff;
  margin-top: 30px;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.bottone-shopping a {
  color: #fff;
  text-decoration: none;
}

.bottone-shopping:hover {
  -moz-transition-property:background;
  -moz-transition-duration:1s;
  -webkit-transition-property:background;
  -webkit-transition-duration:1s;
  -o-transition-property:background;
  -o-transition-duration:1s;
  transition-property:background;
  transition-duration:1s;
  background: #ec1616;
}

.lista-info-riepilogo {
  list-style-type: none;
}

.lista-info-riepilogo li {
  font-size: 16px;
  margin: 15px 0;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
}

.lista-info-riepilogo li a, .lista-info-riepilogo li span {
  font-size: 16px;
  text-transform: uppercase;
  color: #111;
  font-weight: 700;
  letter-spacing: 2px;
}

.lista-info-riepilogo li a:hover {
  color: #cb0506;
  text-decoration: none;
}

.frase-strong {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 22px;
  color: #777;
  line-height: 1.2;
  margin: 22px 0;
}

.frase-strong a {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 22px;
  color: #777;
  text-decoration: none;
}
.frase-strong a:hover {
  color: #ca0000;
}

.spazia-box {
  margin-top: 20px;
}

.box-grigetto-2 .icone-social {
  margin: 0 10px;
  color: #111;
}

#recupera_password {
  color:#ca0000;
  text-decoration:underline;
  font-weight:700;
  font-size:15px;
}

.icone_menu_veloce {
  text-align:center;
  margin-bottom:10px;
  color:#575653;
}

.icone_menu_veloce span {
  color:#ca0000;
}

.icone_menu_veloce p a {
  color:#111;
  text-decoration: none;
}

.icone_menu_veloce p a:hover {
  color:#ca0000;
  text-decoration: none;
}

.nome-tab {
  display: inline-block;
  font-size: 18px;
  line-height: 1.0;
  margin-left: 5px;
}

.icona-tab {
  display: inline-block;
  vertical-align: super!important;
}

.titoli-in-tab {
  color:#cb0606;
  font-size: 15px;
  letter-spacing: 3px;
}

.spazia-tab {
  margin-bottom:30px;
}

.bordino-tab {
  border-bottom:1px solid #ddd;
  margin-bottom:30px;
}
.spazia-content {
  padding: 35px 15px;
}
.tabbable .nav>li>a {
  position: relative;
  display: block;
  padding: 10px 40px;
}
.tabbable .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #62bba5;
  background-color: #fff;
}
.tabbable .nav-tabs>li>a {
  border: 0;
}

.tabbable .nav-tabs {
  border-bottom: 1px solid #cb0606;
}

.tabbable .nav-tabs > li.active > a, .tabbable .nav-tabs > li.active > a:focus, .tabbable .nav-tabs > li.active > a:hover {
  height: 59px;
  border-top: 1px solid #cb0606;
  border-left: 1px solid #cb0606;
  border-right: 1px solid #cb0606;
  border-bottom: 1px solid #fff;
}

.tabbable .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
  color: #cb0606;
  background-color: transparent;
}

.tabbable .nav-tabs>li>a:hover {
  border-color: #fff #fff #fff;
}

.spazia-table {
  margin-top:30px;
}

.testi-2 {
  padding: 0 10% 35px 10%;
  color: #777;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.5px;
}

.nav-tabs>li>a:link, .nav-tabs>li>a:visited {
  color: #111;
  text-decoration: none;
  background-color: transparent;
}

.pagina-testo {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1.5px;
}

.info-contatti a {
  color: #cb0606;
}

#esito_messaggio {
  color: #cb0606;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 20px;
  border: 1px solid #ddd;
  padding: 20px;
  width: 80%;
}
