/**Footer**/
#footer {
  background-color: #000000 !important;
}
#footer a {
  color: #B5B5B5 !important;
}
#footer a:hover {
  color: #FFFFFF !important;
}
#footer li {
  margin-bottom: 1rem !important;
}
#footer h4,
#footer .link-footer-promozioni a,
#footer .link-footer-promotions a,
#footer .link-footer-professional a {
  color: #FFFFFF !important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
}
#footer .row {
  margin: 0;
}
#footer .footer-container {
  margin-top: 0;
}
#footer .footer-container .logo-footer img {
  width: 180px;
}
#footer .footer-container .privacy-cookie-footer-block ul {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
#footer .footer-container .privacy-cookie-footer-block ul li {
  padding: 0 32px;
  text-align: center;
}
#footer .footer-container .privacy-cookie-footer-block ul li.link-footer-cookie-policy {
  border: 1px solid #B5B5B5;
  border-top: 0;
  border-bottom: 0;
}
#footer .footer-container .copyright {
  color: #FFFFFF;
}
#footer .footer-container .payments-block {
  text-align: center;
}
#footer .footer-container .copyright-digital-growth {
  margin: 40px 0;
}
#footer .footer-container .copyright-digital-growth p {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  #footer .logo-footer {
    padding-bottom: 64px;
    display: flex;
    justify-content: center;
  }
  #footer .prodotti-footer .block-toggler,
  #footer .caffe-motta-footer .block-toggler,
  #footer .privacy-footer .block-toggler {
    margin-bottom: 8px;
  }
  #footer .prodotti-footer .block-toggler .title span,
  #footer .caffe-motta-footer .block-toggler .title span,
  #footer .privacy-footer .block-toggler .title span {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .prodotti-footer .block-toggler ul,
  #footer .caffe-motta-footer .block-toggler ul,
  #footer .privacy-footer .block-toggler ul {
    margin-bottom: 48px;
  }
  #footer .privacy-cookie-footer-block ul li {
    padding: 0 4px !important;
  }
}