* {
  font-family: 'Lato', sans-serif;
  font-family: 'Fira Sans', sans-serif;
}
header {
  border-bottom: 1px solid #F0C100;
  position: fixed;
  top: 0;
  z-index: 2000;
  width: 100%;
}
#top-bar {
  background: #000;
  text-transform: uppercase;
}
#top-bar ul {
  margin-bottom: 2px;
}
#top-bar ul li {
  color: #F0C100;
  font-size: 16px;
  padding: 6px 0;
}
#top-bar ul li:after {
  margin-left: 10px;
}
#top-bar ul li a {
  color: #000;
}
#top-bar h4 {
  font-size: 12px;
  color: #fff;
  padding-top: 8px;
  margin: 0;
}
#nav {
  background: #FFDA00;
  padding: 14px 0;
}
#nav .navbar-nav li {
  margin-right: 10px;
}
#nav .navbar-nav li a {
  color: #000;
}
#nav .navbar-nav li a:hover {
  color: #ccae00;
}
#nav .navbar-nav li .box-menu {
  background: #000;
  color: #FFDA00;
  border: 1px solid #FFDA00;
  text-align: center;
}
#nav .navbar-nav li .box-menu:hover {
  background: #FFDA00;
  color: #000;
  border: 1px solid #000;
}
#carousel {
  padding-top: 130px;
}
#carousel .carousel-caption {
  text-align: center;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 38px;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
}
#carousel .carousel-caption img {
  margin: 0 auto;
  display: block;
  margin-top: 48px;
  width: 300px;
}
#carousel .carousel-caption p {
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-family: 'Whisper', cursive;
}
.titolo-box-line {
  background: #FFDA00;
  margin-top: 20px;
  margin-bottom: 20px;
}
.titolo-box-line h2 {
  margin-bottom: 0;
  font-weight: bold;
  padding: 10px;
}
.btn-ricetta {
  border-radius: 20px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  width: 50%;
  font-size: 14px;
  position: absolute;
  left: 50%;
  margin-left: -25%;
}
#quotes {
  background: #FFDA00;
  margin-bottom: 40px;
}
#quotes p {
  margin-bottom: 0;
  padding: 5px 0;
}
#proposte-area h2 {
  color: #b89d00;
  margin-bottom: 20px;
}
#proposte-area .card {
  border-radius: 0;
  border: 0;
  margin-bottom: 30px;
}
#proposte-area .card .card-body {
  background: #FFDA00;
}
#proposte-area .card h5 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
#proposte-area .card p {
  color: #000;
}
#proposte-area .card p .grey {
  text-decoration: line-through;
}
#proposte-area .card .prodotto-fresco {
  position: absolute;
  z-index: 100;
  background: #ffe966;
  margin-top: 10px;
  padding: 6px 14px;
  font-weight: bold;
  color: #cc0000;
}
#proposte-area .card .aggiungi-carrello {
  border-radius: 20px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  width: 50%;
  font-size: 14px;
  position: absolute;
  left: 50%;
  margin-left: -25%;
}
#proposte-area .card .aggiungi-carrello:hover {
  background: #ffffff;
  border: 1px solid #000;
  color: #000;
}
.vendita-link {
  color: #990000;
}
.vendita-link:hover {
  color: #cc0000;
}
#categoria-home-bottom {
  margin-top: 40px;
  margin-bottom: 40px;
}
#categoria-home-bottom .area-testo {
  padding: 0 70px;
  font-size: 18px;
}
#categoria-home-bottom h2 {
  font-weight: bold;
  margin-bottom: 16px;
}
#categoria-home-bottom .scopri-di-piu {
  border: 1px solid #FFDA00;
  background: #FFDA00;
  color: #000;
  border-radius: 20px;
  padding: 5px 30px;
  font-size: 14px;
}
#categoria-home-bottom .scopri-di-piu:hover {
  border: 1px solid #FFDA00;
  background: #000;
  color: #FFDA00;
}
#categoria-home-bottom .categoria-immagine {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#categoria-home-bottom .side-dx {
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fffbe5;
}
#categoria-home-bottom .card {
  margin-top: 20px;
}
#spazio-ispirazione {
  margin-top: 20px;
  background: #FFDA00;
  padding-top: 100px;
  padding-bottom: 80px;
}
#spazio-ispirazione h2 {
  color: #000;
  margin-bottom: 40px;
  border-bottom: 4px solid #000;
  padding-bottom: 20px;
  font-weight: bold;
}
#spazio-ispirazione p {
  font-size: 24px;
}
#spazio-ispirazione .slick-slide {
  padding: 20px 60px;
}
#spazio-ispirazione .slick-slide .card {
  opacity: 1;
  transition: all linear 0.2s;
  border: 0;
}
#spazio-ispirazione .slick-slide .card a {
  text-decoration: none;
}
#spazio-ispirazione .slick-slide .card:hover {
  opacity: 0.5;
}
#spazio-ispirazione .slick-slide .card .card-body {
  width: 100%;
  color: #fff;
  background: #000;
  text-decoration: none;
}
#spazio-ispirazione .slick-slide .card .card-body h5 {
  text-decoration: none;
  border: 1px solid #FFDA00;
  padding: 10px;
  margin-bottom: 0;
}
#spazio-ispirazione .scopri-di-piu {
  border: 1px solid #FFDA00;
  background: #000;
  color: #FFDA00;
  border-radius: 20px;
  padding: 5px 30px;
  font-size: 20px;
  margin-top: 20px;
}
#spazio-ispirazione .scopri-di-piu:hover {
  border: 1px solid #000;
  background: #FFDA00;
  color: #000;
}
#categorie-prodotto {
  margin-bottom: 60px;
}
#categorie-prodotto h2 {
  color: #000000;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 4px solid #FFDA00;
  padding-bottom: 20px;
  font-weight: bold;
}
#categorie-prodotto p {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
#categorie-prodotto .card {
  margin-top: 30px;
  opacity: 1;
  transition: all linear 0.2s;
  border: 0;
}
#categorie-prodotto .card a {
  text-decoration: none;
}
#categorie-prodotto .card:hover {
  opacity: 0.5;
}
#categorie-prodotto .card .card-body {
  width: 100%;
  color: #fff;
  background: #000;
  text-decoration: none;
}
#categorie-prodotto .card .card-body h5 {
  text-decoration: none;
  border: 1px solid #FFDA00;
  padding: 10px;
  margin-bottom: 0;
}
#preparazione-prodotti h2 {
  color: #000000;
  margin-top: 40px;
  border-bottom: 4px solid #FFDA00;
  padding-bottom: 20px;
  font-weight: bold;
}
#area-tecnica {
  background: #FFDA00;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: 40px;
}
#ricetta-pagina h1 {
  color: #000;
  border-bottom: 4px solid #FFDA00;
}
#ricetta-pagina .breadcrumb a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#ricetta-pagina .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ccae00;
  content: ">";
  font-weight: bold;
}
#ricetta-pagina .box-commento label {
  color: #000;
  font-weight: bold;
}
#ricetta-pagina .box-commento .box-stelle {
  float: right;
}
#ricetta-pagina .box-commento input[type='submit'] {
  margin-top: 10px;
  color: #fff;
  background: #FFDA00 !important;
}
#ricetta-pagina .box-commento textarea {
  border-radius: 0;
}
#ricetta-pagina .box-commento .btn-danger {
  background-color: #000000 !important;
  width: 100%;
  display: block;
  margin-top: 10px;
  color: #FFDA00 !important;
  font-size: 20px;
  border: 0;
}
#ricetta-pagina .box-commento .btn-danger:hover {
  background-color: #FFDA00 !important;
  color: #000 !important;
}
#ricetta-pagina .ricetta-lista {
  font-size: 20px;
}
#ricetta-pagina .ricetta-lista li {
  margin-bottom: 14px;
  color: #000;
}
#ricetta-pagina .ricetta-lista i {
  color: #000;
  width: 30px;
}
#ricetta-pagina .ricetta-lista .box-stelle i {
  color: #ccae00;
}
#ricetta-pagina .ricetta-lista .btn-danger {
  background-color: #FFDA00;
  border: 1px solid #FFDA00;
  color: #000;
  border-radius: 200px;
  width: 100%;
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
#ricetta-pagina .ricetta-lista .btn-danger:hover {
  background-color: #000;
  color: #FFDA00;
}
#ricetta-pagina iframe {
  width: 100% !important;
}
#ricetta-pagina .box-testo-ricetta {
  color: #000;
  background: #fff;
  font-size: 14px;
  padding: 20px 20px 10px;
  margin-top: 14px;
  margin-bottom: 14px;
}
#ricetta-pagina .box-testo-ricetta h3 {
  color: #000;
  border-bottom: 4px solid #FFDA00;
  font-size: 22px;
}
#ricetta-pagina #blocco-conservazione {
  background: #FFDA00;
}
#ricetta-pagina #blocco-conservazione h3 {
  padding-top: 40px;
  font-weight: bold;
  font-size: 22px;
}
#ricetta-pagina #blocco-conservazione p {
  font-size: 14px;
}
#ricetta-pagina {
  padding-top: 60px;
}
.ricette-correlate {
  margin-bottom: 40px;
}
.ricette-correlate a {
  text-decoration: none;
  color: #000;
}
.ricette-correlate a:hover h5 {
  border-bottom: 4px solid #000;
  color: #ccae00;
}
.ricette-correlate a h5 {
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 4px solid #FFDA00;
}
.ricette-correlate .box-ricetta {
  opacity: 1;
}
.ricette-correlate .box-ricetta .card {
  border-radius: 0;
  border: 0;
}
.ricette-correlate .box-ricetta:hover {
  opacity: 0.5;
}
.box-testo-grafico {
  margin-top: 20px;
  margin-bottom: 40px;
}
.box-testo-grafico .card {
  background: #fffbe5;
  -webkit-box-shadow: 0 0 12px 0 #000000;
  box-shadow: 0 0 12px 0 #000000;
}
.box-testo-grafico a {
  text-decoration: none;
  color: #806d00;
}
.box-testo-grafico a h5 {
  margin-bottom: 0;
}
.scrivi-ricetta-box label {
  margin-top: 20px;
  color: #000;
}
.scrivi-ricetta-box input,
.scrivi-ricetta-box textarea {
  border-radius: 0;
}
.scrivi-ricetta-box h1 {
  font-weight: bold;
}
.scrivi-ricetta-box h1:after {
  content: " ";
  display: block;
  width: 200px;
  height: 4px;
  background: #FFDA00;
  margin: 0 auto;
}
.scrivi-ricetta-box .btn {
  background-color: #000000 !important;
  width: 100%;
  display: block;
  margin-top: 10px;
  color: #FFDA00 !important;
  font-size: 20px;
  border: 0;
}
.scrivi-ricetta-box .btn:hover {
  background-color: #FFDA00 !important;
  color: #000 !important;
}
.pagina-interna {
  border-top: 1px solid #FFDA00;
  padding-top: 150px;
}
#ricette-box {
  padding-top: 20px;
}
#ricette-box .breadcrumb a {
  color: #990000;
  text-decoration: none;
}
#ricette-box .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #330000;
  content: ">";
  font-weight: bold;
}
#ricette-box h1 {
  color: #cc0000;
}
#profilo-utente {
  padding-bottom: 60px;
  padding-top: 210px;
  background-image: url("../img/pattern-background.jpg");
}
#profilo-utente .title-page {
  font-size: 30px;
}
#profilo-utente .box-button {
  width: 100%;
  height: 234px;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  transition: all linear 0.2s;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
#profilo-utente .box-button span {
  font-size: 26px;
  margin-top: 20px;
}
#profilo-utente .box-button span:before {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}
#profilo-utente .box-button:hover {
  opacity: 0.8;
  color: #cccccc;
}
.login-area .container-input {
  overflow: hidden;
}
.login-area .container-input .input-group {
  width: 100% !important;
  border: 1px solid #000;
}
.login-area .container-input .input-group input,
.login-area .container-input .input-group span {
  padding: 10px;
  border: 0 !important;
  background: #fff;
}
.login-area h5 {
  margin-bottom: 20px;
  color: #000000;
  font-size: 26px;
}
.login-area input {
  background: none;
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.login-area .btn-danger {
  background-color: #FFDA00;
  width: 100%;
  display: block;
  margin-top: 10px;
  border-radius: 10px;
  color: #000000;
  font-size: 20px;
  border: 0;
}
.login-area .btn-danger:hover {
  background-color: #000;
  color: #FFDA00;
}
.login-area p {
  margin: 0;
  font-size: 10px;
  color: #808080;
  margin-top: 20px;
}
.login-area p a {
  background-color: #FFDA00;
  border-radius: 10px;
  width: 100%;
  display: block;
  margin-top: 10px;
  padding: 6px;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  border: 0;
}
.login-area p a:hover {
  background-color: #000;
  color: #FFDA00;
}
.login-area #box-login {
  padding-bottom: 40px;
}
.login-area #box-login .btn-danger-sezione {
  background-color: #000;
  color: #FFDA00;
  width: 100%;
  display: block;
  font-size: 20px;
  margin-top: 10px;
}
.login-area #box-login .btn-danger-sezione:hover {
  background-color: #FFDA00;
  color: #000;
}
.table > :not(caption) > * > * {
  box-shadow: none !important;
}
.box-prodotto-interno h1 {
  color: #000;
  font-size: 35px;
  margin-bottom: 20px;
}
.box-prodotto-interno h4 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.box-prodotto-interno p {
  margin-top: 6px;
  margin-bottom: 0;
}
.box-prodotto-interno .btn-top {
  background: none;
  border: 0;
  border-radius: 0;
  color: #333333 !important;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  border-top: 6px solid #ffda02;
  text-align: left;
}
.box-prodotto-interno .collapsed {
  border-top: 0;
}
.box-prodotto-interno .card-body {
  border: 0;
  padding: 0;
  font-weight: lighter;
  color: #000;
  background: none;
}
.box-prodotto-interno .prezzo-sconto {
  color: #000;
  font-size: 24px;
  font-weight: normal;
}
.box-prodotto-interno .prezzo-prodotto {
  color: #000;
}
.box-prodotto-interno .prezzo-prodotto-chilo {
  color: #000;
  font-size: 16px;
  margin-left: 10px;
}
.box-prodotto-interno input {
  border-radius: 0;
  width: 100%;
  text-align: center;
}
.box-prodotto-interno .add-button {
  background: #000;
  color: #FFDA00;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.box-prodotto-interno .card-body p {
  border: 0;
  margin-top: 0;
}
.box-prodotto-interno .card-body table {
  border: 0;
  width: 100% !important;
  box-shadow: none !important;
}
.box-prodotto-interno .card-body table tr {
  background: #cccccc;
  border: 0;
}
.box-prodotto-interno .card-body table tr td {
  padding: 5px;
  border: 0;
}
.box-prodotto-interno .card-body table tr:nth-child(odd) {
  background-color: #e6e6e6;
}
.box-prodotto-interno .box-fidelity {
  background: #e6e6e6;
  padding-bottom: 10px;
}
.box-prodotto-interno .box-fidelity a {
  text-decoration: none;
  opacity: 1;
  color: #808080;
}
.box-prodotto-interno .box-fidelity a:hover * {
  opacity: 0.6;
}
.box-prodotto-interno .box-fidelity img {
  width: 160px;
  display: block;
  margin: 0 auto;
}
.box-prodotto-interno .box-fidelity h3 {
  font-size: 16px;
  color: #998300;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: bold;
}
.box-prodotto-interno .box-fidelity p {
  border: 0;
  margin-top: 0;
  padding: 0 20px;
  font-size: 12px;
}
.box-prodotto-interno .box-commento label {
  color: #000;
}
.box-prodotto-interno .box-commento .box-stelle {
  float: right;
}
.box-prodotto-interno .box-commento input[type='submit'] {
  margin-top: 10px;
  color: #fff;
}
.box-prodotto-interno .box-commento textarea {
  border-radius: 0;
}
.box-prodotto-interno .linea-commenti {
  margin-top: 20px;
}
.box-prodotto-interno .linea-commenti hr {
  margin: 0;
}
.box-prodotto-interno .btn-danger {
  background-color: #000000 !important;
  width: 100%;
  display: block;
  margin-top: 10px;
  color: #FFDA00 !important;
  font-size: 20px;
  border: 0;
}
.box-prodotto-interno .btn-danger:hover {
  background-color: #FFDA00 !important;
  color: #000 !important;
}
.box-prodotto-interno .elenco-commenti .linea-divisoria {
  border-bottom: 1px solid #808080;
  padding-bottom: 20px;
  padding-top: 20px;
}
.box-prodotto-interno .elenco-commenti .box-stelle {
  color: #ccae00;
  width: 110px;
  float: right;
}
.box-prodotto-interno .elenco-commenti .data-interna {
  color: #4d4d4d;
}
.box-prodotto-interno .elenco-commenti .testo-recensione {
  color: #4d4d4d;
  margin-top: 20px;
}
.box-prodotto-interno .elenco-commenti .img-profilo {
  width: 55px;
  border: 1px solid #333333;
  border-radius: 20px;
  margin-top: 10px;
  padding: 5px;
}
.box-prodotto-interno .elenco-commenti .elimina-commento {
  width: 100%;
  margin-top: 20px;
}
.box-prodotto-interno .nessun-commento {
  margin-top: 20px;
  color: #998300;
}
.box-prodotto-interno .btn-web {
  background-color: #FFDA00 !important;
  width: 100%;
  display: block;
  border-radius: 10px;
  margin-top: 10px;
  color: #000000 !important;
  font-size: 20px;
  border: 0;
}
.box-prodotto-interno .btn-web:hover {
  background-color: #000000 !important;
  color: #FFDA00 !important;
}
.box-prodotto-interno .breadcrumb a {
  color: #000;
  text-decoration: none;
}
.box-prodotto-interno .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #998300;
  content: ">";
  font-weight: bold;
}
.recensione-elementi li i {
  color: #000;
}
.alcune-proposte {
  margin-top: 40px;
}
.box-add-product h4 {
  font-size: 16px;
  border: 1px dotted #FFDA00;
  background: #fff;
  padding: 14px;
  color: #665700;
}
.box-add-product h4 .btn-black {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  background: #FFDA00;
}
.box-add-product h4 .btn-black:hover {
  background: #fff;
  border: 1px solid #665700;
  color: #665700;
}
.shop-area {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url("../img/pattern-background.jpg");
}
.shop-area .pagina-carrello {
  background: #fff;
  padding-top: 140px !important;
  padding-bottom: 20px;
}
.shop-area .pagina-carrello input,
.shop-area .pagina-carrello button,
.shop-area .pagina-carrello textarea,
.shop-area .pagina-carrello a {
  border-radius: 5px;
}
.shop-area .shopping-cart {
  border: 2px solid #000 !important;
}
.ordini-effettuati {
  padding-top: 160px;
  background-image: url("../img/pattern-background.jpg");
}
.ordini-effettuati .box-button {
  width: 100%;
  height: 234px;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  transition: all linear 0.2s;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.ordini-effettuati .box-button span {
  font-size: 26px;
  margin-top: 20px;
}
.ordini-effettuati .box-button span:before {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}
.ordini-effettuati .box-button:hover {
  opacity: 0.8;
  color: #cccccc;
}
.ordini-effettuati h1 {
  color: #252932;
  font-size: 35px;
  margin-bottom: 20px;
}
.ordini-effettuati h1:before {
  content: '';
  width: 60px;
  height: 4px;
  display: block;
  background: #660000;
}
.ordini-effettuati .carrello-tabella {
  background: #fff;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.24);
}
.ordini-effettuati .carrello-tabella thead tr {
  background: #FFDA00;
  color: #000;
  font-size: 12px;
}
.ordini-effettuati .carrello-tabella tbody {
  border: 1px solid #000 !important;
}
.ordini-effettuati .carrello-tabella tbody tr {
  border: 1px solid #000;
}
.ordini-effettuati .carrello-tabella tbody tr td {
  font-size: 12px;
  border: 1px solid #000;
}
.ordini-effettuati .carrello-tabella tbody tr td .btn-ok {
  font-size: 12px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 2px;
  width: 100%;
}
.ordini-effettuati .carrello-tabella tbody tr td .btn-ok:hover {
  border: 1px solid #FFDA00;
  background: #000;
  color: #FFDA00;
}
.shopping-cart {
  margin-bottom: 20px;
  color: #000;
}
.shopping-cart img {
  max-height: 100px;
  max-width: 100px;
  margin-bottom: 20px;
}
.shopping-cart h4 {
  margin-top: 10px;
}
.shopping-cart .card-footer {
  padding: 5px;
}
.pagina-carrello a {
  background: #000;
  border: 1px solid #000;
  color: #FFDA00;
  border-radius: 0;
}
.pagina-carrello a:hover {
  background: #FFDA00;
  border: 1px solid #000;
  color: #000;
  border-radius: 0;
}
.dati-spedizione {
  border: 2px solid #000;
  padding: 20px;
  background: #FFDA00;
  margin-bottom: 20px;
}
.dati-spedizione h4 {
  font-size: 20px;
  font-weight: bold;
}
.dati-spedizione h4 small {
  font-size: 16px;
  font-weight: lighter;
}
.dati-spedizione label {
  font-weight: bold;
  margin-top: 20px;
}
.dati-spedizione input {
  border-radius: 0;
}
.btn-outline-info {
  color: #fff;
  border: 1px solid #fff;
  float: right;
}
.btn-outline-info:hover {
  background: #990000;
  border: 1px solid #990000;
}
.box-carrello h5 {
  color: #990000;
}
.box-carrello .bg-dark {
  background: #990000 !important;
}
.box-carrello h4 {
  font-size: 16px;
  text-align: left;
}
.box-carrello .box-contenitore {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.24);
}
.box-carrello .box-contenitore h4 {
  color: #990000;
}
.box-carrello .box-contenitore label {
  color: #990000;
}
.box-carrello .box-contenitore input {
  margin-bottom: 20px;
  border-radius: 0;
}
.box-carrello .heading-title {
  color: #990000;
  font-size: 26px;
  margin-top: 10px;
}
.box-totale-carrello {
  text-align: left !important;
}
.box-totale-carrello .card-footer {
  border-top: 2px solid ligthen(#000, 98%);
  padding: 0 !important;
  color: #990000;
}
.box-totale-carrello .card-footer b {
  float: right;
  margin-left: 10px;
}
.box-totale-carrello .bottom-line {
  border-bottom: 1px solid ligthen(#000, 98%);
}
.pagina-carrello .shopping-cart {
  border: 0;
}
.pagina-carrello .shopping-cart h4 {
  text-align: left;
  font-size: 20px;
  color: #4d4d4d;
  font-weight: normal;
}
.pagina-carrello .shopping-cart .riga-carrello {
  background: #f5d100;
  padding-top: 20px;
  margin-bottom: 20px;
}
.pagina-carrello .shopping-cart .riga-carrello .btn {
  font-size: 12px;
  border: 0;
  float: right;
  color: #660000 !important;
}
.pagina-carrello .shopping-cart .riga-carrello .btn:hover {
  background: none;
  text-decoration: underline !important;
}
.pagina-carrello .shopping-cart .alert-danger {
  border-radius: 0;
  border: 0;
  background: #660000;
  color: #fff;
}
.pagina-carrello .coupon-box {
  background: #FFDA00;
  padding: 20px;
  border: 0;
}
.pagina-carrello .coupon-box h4 {
  color: #000;
  font-size: 30px;
  margin: 0;
  margin-bottom: 10px;
}
.pagina-carrello .coupon-box label {
  color: #000;
  text-transform: uppercase;
}
.pagina-carrello .coupon-box input {
  width: 100%;
}
.pagina-carrello .coupon-box .usa-coupon {
  padding: 6px;
  border: 1px solid #000;
  background: #000;
  color: #FFDA00;
}
.pagina-carrello .coupon-box .usa-coupon:hover {
  border: 1px solid #000;
  background: #FFDA00;
  color: #000;
}
.pagina-carrello .totale-riga {
  color: #330000 !important;
}
.pagina-carrello .shopping-cart {
  background: none;
}
.le-tue-ricette {
  padding-top: 130px;
}
.le-tue-ricette .box-button {
  width: 100%;
  height: 234px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  transition: all linear 0.2s;
  margin-bottom: 30px;
}
.le-tue-ricette .box-button span {
  font-size: 26px;
  margin-top: 20px;
}
.le-tue-ricette .box-button span:before {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #000;
  margin: 0 auto;
}
.le-tue-ricette .box-button:hover {
  opacity: 0.8;
  color: #cccccc;
}
.le-tue-ricette table {
  border-radius: 5px;
  overflow: hidden;
}
.carrello-tabella thead {
  background: #FFDA00;
  color: #000;
  font-weight: bold;
}
.carrello-tabella tbody {
  background: #fff;
}
.carrello-tabella tbody tr td {
  background: #fff;
}
.carrello-tabella tbody tr td a {
  border-radius: 50px;
  font-size: 14px;
}
.carrello-tabella tbody tr td .btn-warning {
  background: #FFDA00;
  border: 1px solid #FFDA00;
  padding: 4px;
}
.carrello-tabella tbody tr td .btn-warning:hover {
  background: #000;
  color: #FFDA00;
  border: 1px solid #000;
}
.carrello-tabella tbody tr td .btn-danger {
  background: #000;
  border: 1px solid #000;
  padding: 4px;
}
.carrello-tabella tbody tr td .btn-danger:hover {
  background: #FFDA00;
  color: #000;
  border: 1px solid #FFDA00;
}

#about-service {
  padding-top:80px;
}

#about-service .title-page.pacifico-font {
  border-bottom: 4px solid #FFDA00;
  font-weight: bold;
}
#about-service h2.pacifico-font {
  border-bottom: 4px solid #FFDA00;
  font-weight: bold;
}
#about-service h3.pacifico-font {
  border-bottom: 4px solid #FFDA00;
  font-weight: bold;
  color: #000;
}
#faq {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 44px;
}
#faq h2 {
  margin: 0;
  padding-bottom: 0;
}
#faq .accordion-item .accordion-button {
  background: #FFDA00;
  color: #000;
  font-weight: bold;
}
.menu-top-box a {
  text-decoration: none;
}
.menu-top-box a .card-body {
  width: 100%;
  color: #fff;
  background: #000;
  text-decoration: none;
}
.menu-top-box a .card-body h5 {
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #FFDA00;
  padding: 10px;
  margin-bottom: 0;
}
.blog-title {
  color: #000 !important;
  font-weight: bold;
}
.blog-title:after {
  content: ' ';
  width: 200px;
  display: block;
  margin: 0 auto;
  border-bottom: 6px solid #FFDA00;
}
.leggi-ricetta {
  background: #000;
  border: 1px solid #000;
  color: #FFDA00;
  padding: 4px;
}
.leggi-ricetta:hover {
  background: #FFDA00;
  color: #000;
  border: 1px solid #FFDA00;
}
.yellow-line {
  background: #FFDA00;
  height: 4px;
  width: 100%;
}
.shopping-cart .torna-shopping {
  background: #ccae00;
  color: #fff !important;
  border-radius: 0;
}
.shopping-cart .torna-shopping:hover {
  background: #665700;
}
.shopping-cart .conferma-ordine {
  background-color: #FFDA00 !important;
  width: 100%;
  display: block;
  border-radius: 10px;
  margin-top: 10px;
  color: #000 !important;
  font-size: 20px;
  border: 0;
  float: right;
}
.shopping-cart .conferma-ordine:hover {
  background: #000 !important;
  color: #FFDA00 !important;
}
.shopping-cart .torna-shopping {
  background-color: #FFDA00 !important;
  width: 100%;
  display: block;
  border-radius: 10px;
  margin-top: 10px;
  color: #000 !important;
  font-size: 20px;
  border: 0;
  float: right;
}
.shopping-cart .torna-shopping:hover {
  border-radius: 10px !important;
  background: #000 !important;
  color: #FFDA00 !important;
}
.paga-ora-ancora {
  background-color: #FFDA00 !important;
  display: block;
  border-radius: 10px;
  margin-top: 10px;
  color: #000 !important;
  font-size: 20px;
  border: 0;
  text-decoration: none;
}
.paga-ora-ancora:hover {
  border-radius: 10px !important;
  background: #000 !important;
  color: #FFDA00 !important;
}
.lista-filtro {
  padding: 10px;
  border: 1px solid #b3b3b3;
  background: #ffdd14;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
}
.lista-filtro h3 {
  font-size: 16px;
  color: #660000;
  border-bottom: 1px solid #b3b3b3;
}
.lista-filtro li {
  color: #333333;
}
.filtra-button {
  border-radius: 20px;
  border: 1px solid #F0C100;
  background: #F0C100;
  color: #660000;
  font-weight: bold;
  width: 100%;
  font-size: 14px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
}
#ordina {
  background: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #cc0000;
}
#categoria-interna h1 {
  text-align: center;
  font-weight: bold;
}
#categoria-interna h1:after {
  content: " ";
  width: 200px;
  background: #FFDA00;
  height: 4px;
  margin: 0 auto;
  display: block;
}
#categoria-interna .pagination {
  display: inline-flex;
  font-size: 12px;
}
#categoria-interna .page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}
#categoria-interna .page-link {
  color: #000;
  background: none;
  border: 0;
}
#categoria-interna .active span {
  color: #fff !important;
  border-radius: 100%;
}
#categoria-interna #fitro {
  margin-bottom: 20px;
}
#categoria-interna #fitro select {
  border-radius: 0;
  font-size: 12px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
#categoria-interna #fitro .btn-web {
  display: none;
}
#categoria-interna h2 {
  color: #b89d00;
  margin-bottom: 20px;
}
#categoria-interna .card {
  border-radius: 0;
  border: 0;
  margin-bottom: 30px;
}
#categoria-interna .card .card-body {
  background: #FFDA00;
}
#categoria-interna .card h5 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
#categoria-interna .card p {
  color: #000;
}
#categoria-interna .card p .grey {
  text-decoration: line-through;
}
#categoria-interna .card .prodotto-fresco {
  position: absolute;
  z-index: 100;
  background: #ffe966;
  margin-top: 10px;
  padding: 6px 14px;
  font-weight: bold;
  color: #cc0000;
}
#categoria-interna .card .aggiungi-carrello {
  border-radius: 20px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  width: 50%;
  font-size: 14px;
  position: absolute;
  left: 50%;
  margin-left: -25%;
}
#categoria-interna .card .aggiungi-carrello:hover {
  background: #ffffff;
  border: 1px solid #000;
  color: #000;
}
#bar-black {
  background: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}
#bar-black h2 {
  color: #FFDA00;
}
#bar-black p {
  color: #fff;
}
#bar-black label {
  color: #fff;
  font-size: 12px;
}
#bar-black button,
#bar-black input {
  border-radius: 0;
}
#bar-black button {
  border: 1px solid #FFDA00;
  background: #FFDA00;
  color: #000;
}
#bar-black button:hover {
  background: #000;
  color: #FFDA00;
}
#bar-black a {
  color: #FFDA00;
}
#bar-black a:hover {
  color: #fff;
}
#social-bar {
  background: #FFDA00;
  padding-bottom: 20px;
}
#social-bar h3 {
  font-size: 36px;
}
#social-bar ul {
  margin-top: 20px;
  margin-bottom: 0;
}
#social-bar ul li a {
  font-size: 24px;
  padding: 9px;
  border: 3px solid #000;
  border-radius: 100%;
  display: block;
  width: 60px;
  height: 60px;
  color: #000;
}
#social-bar ul li a:hover {
  color: #fff;
  border: 3px solid #fff;
}
.title-page-subpage {
  color: #990000;
}
.box-text p {
  color: #666666;
}
.box-text h3,
.box-text label {
  color: #000;
}
.box-text input,
.box-text textarea {
  border-radius: 0;
}
.box-text label {
  margin-top: 20px;
}
.box-text a {
  color: #000;
}
.box-text .btn {
  background: #000;
  color: #FFDA00;
  border: 1px solid #000;
}
.box-text .btn:hover {
  background: #FFDA00;
  color: #000;
  border: 1px solid #000;
}
.box-text form {
  padding: 20px;
  background: #ffda02;
  border-radius: 10px;
}
.box-text form h3 {
  border-bottom: 4px solid #000 !important;
}
.box-text form input,
.box-text form textarea {
  border-radius: 10px;
}
.box-registrazione {
  background: #FFDA00;
  border-radius: 20px;
  padding: 14px;
  margin-bottom: 60px;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.24);
}
.box-registrazione input {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  border-radius: 5px;
}
.box-registrazione a {
  color: #000;
}
.box-registrazione .registrazione-pulsante {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-weight: bold;
  width: 50%;
  font-size: 20px;
  margin-bottom: 20px;
}
.box-registrazione .registrazione-pulsante:hover {
  background: #FFDA00;
  border: 1px solid #FFDA00;
  color: #000;
}
.box-registrazione strong {
  color: #990000;
}
.profilo-modifica .btn {
  border-radius: 20px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-weight: bold;
  width: 50%;
  font-size: 14px;
  margin-bottom: 20px;
}
.profilo-modifica .btn:hover {
  background: #FFDA00;
  border: 1px solid #000;
  color: #000;
}
.scrivi-tua-ricetta-box .btn {
  border-radius: 20px;
  border: 1px solid #FFDA00;
  background: #FFDA00;
  color: #000;
  font-weight: bold;
  width: 50%;
  font-size: 14px;
  margin-bottom: 20px;
}
.scrivi-tua-ricetta-box .btn:hover {
  background: #000;
  border: 1px solid #000;
  color: #FFDA00;
}
.mie-recensioni {
  background: #fff;
  padding-bottom: 20px;
  border-radius: 10px;
}
.mie-recensioni .elenco-commenti .box-stelle {
  float: left;
}
.mie-recensioni .linea-recensione {
  border-bottom: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mie-recensioni .data-interna {
  color: #000 !important;
  font-size: 14px;
  float: right;
}
.mie-recensioni h4 {
  color: #000 !important;
  font-size: 22px;
  margin-top: 30px;
}
.mie-recensioni .elimina-recensione {
  float: right;
  border-radius: 10px;
  font-size: 10px;
  padding: 4px;
  background: #000;
  border-color: #000;
  color: #FFDA00;
}
.mie-recensioni .elimina-recensione:hover {
  background: #FFDA00;
  border-color: #FFDA00;
  color: #000;
}
footer {
  background: #000;
  padding-top: 70px;
  padding-bottom: 26px;
}
footer h3 {
  color: #fff;
  font-size: 26px;
}
footer li {
  color: #FFDA00;
}
footer a {
  color: #FFDA00;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}
footer a:hover {
  color: #998300;
}
footer p {
  color: #FFDA00;
}
#dati-footer {
  background: #000;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
}
#dati-footer ul {
  margin: 0;
  color: #ccae00;
}
#dati-footer ul a {
  color: #ccae00;
  text-decoration: none;
}
#dati-footer ul a:hover {
  color: #FFDA00;
}
.box-quadrati-bianco {
  background-repeat: repeat-x;
  background-image: url("../img/rettangolo-bianco.png");
  width: 100%;
  height: 43px;
  display: block;
  margin-top: -36px;
}
.box-quadrati-bianco-due {
  background-repeat: repeat-x;
  background-image: url("../img/rettangolo-bianco.png");
  width: 100%;
  height: 75px;
  display: block;
  margin-bottom: -38px;
  position: relative;
  z-index: 2000;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #ccae00;
  font-size: 40px;
}

#produzione-artigianale {
  padding-top: 50px;
}
#produzione-artigianale .box-titolo {
  border-top: 6px solid #000;
}
#produzione-artigianale h2 {
  font-weight: bold;
  background: #fff;
  width: 550px;
  margin: -22px auto 0;
}
#produzione-artigianale .col-md-3 {
  padding-top: 20px;
}
#produzione-artigianale .col-md-3 p {
  font-size:14px;
}
@media screen and (max-width: 959px) {
  #spazio-ispirazione .slick-slide {
    padding: 0;
  }
  #categoria-home-bottom .area-testo {
    padding: 20px;
  }
  .title-page {
    margin-top: 20px;
  }
  #carousel {
    padding-top:139px;
  }
}

@media screen and (min-width: 959px) and (max-width: 1699px) {
  #carousel .carousel-caption img {
    margin: 0 auto;
    margin-top: 20px;
    width: 210px !important;
  }
  #bar-black button {
    font-size:14px !important;
  }
  .pagina-interna {
    padding-top:180px;
  }
  .box-prodotto-interno .btn-web {
    font-size:15px;
  }
}

.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.hide {
  display: none;
}
.no-margin-top {
  margin-top: 0 !important;
}
.whatsapp-button-template {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: green;
  font-size: 36px;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
}
.whatsapp-button-template:hover {
  background: darkgreen;
  color: #fff;
}
.metodo-pagamento h4 {
  color: #000;
}
.metodo-pagamento label {
  color: #000;
}
.metodo-pagamento label a {
  color: #000;
  background: none;
  border: 0;
}
.box-shadow-white {
  -webkit-box-shadow: 0px 0px 10px 0px #FFFFFF;
  -moz-box-shadow: 0px 0px 10px 0px #FFFFFF;
  -o-box-shadow: 0px 0px 10px 0px #FFFFFF;
  box-shadow: 0px 0px 10px 0px #FFFFFF;
}
.shop-area .no-border {
  border: 0 !important;
}

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

  .ricette-correlate ul li {
      display: block;
      margin-bottom: 20px;
  }

  .ricette-correlate ul li a {
    width:100%;
  }

  .navbar-toggler {
    border:1px solid #000 !important;
  }

  .navbar-brand {
    margin-right: 0 !important;
  }

  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .navbar-brand img {
    width:200px !important;
  }

  .box-titolo {
    border:0;
  }

  .box-titolo h2 {
    width: auto !important;
  }

}

.slide-home-chi-siamo {
  background-size:cover;
  background-position:center;
  min-height:400px !important;
  width:100% !important;
  display:block;
}

.slide-home-chi-siamo h1 {
  margin-top: 150px;
  margin-left: 20px;
  color: #fff;
  font-weight: bold;
}

.nostri-valori-pagina {
  background: #ffda01;
  margin-top:40px;
}
.auth-login {
  padding-top:0 !important;
}
.paga-ora-ancora:hover {
  color:#ffda01 !important;
  border-bottom:0 !important;
}
.dati-ordine-confermato input, .dati-ordine-confermato textarea {
  background: none !important;
  border: 0;
  padding: 0;
}

.btn-in-arrivo {
  background: #a9881d !important;
}

.btn-in-arrivo:hover {
  color: white !important;
  cursor: default;
}

.card-text .sconto {
  text-decoration: line-through;
  margin-right:10px;
}

.card-text .prezzo {
  font-weight: bold;
}
/*# sourceMappingURL=general.css.map */
