@font-face {
  font-family: "Marker-Felt";
  src: url("../fonts/markerfelt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/markerfelt-webfont.woff") format("woff"), url("../fonts/markerfelt-webfont.svg#Marker-Felt") format("svg"), url("../fonts/markerfelt-webfont.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Raleway", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  color: #777;
  background-color: #f7f3f0;
  overflow-x: hidden;
  font-size: 16px;
}

.btn-primary {
  background: #e6007e;
  border-color: #e6007e;
}
.btn-primary:hover {
  background: #d70076;
  border-color: #d70076;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ff1a97;
  border-color: #ff1a97;
}

.btn-secondary {
  background: #cccc33;
  border-color: #cccc33;
  color: #222;
}
.btn-secondary:hover {
  color: #222;
  background: #d6d65c;
  border-color: #d6d65c;
}

.toast-info {
  background-color: #e6007e !important;
}


a:hover {
  text-decoration: none;
}

.navbar {
  background: none;
  color: #777;
  z-index: 99999;
}

.hamburger {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 991px) {
  .hamburger {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-on-desktop {
    display: none;
  }
}

.navbar-default {
  border: 0;
  height: 120px;
}
@media (min-width: 768px) {
  .navbar-default {
    height: 122px;
  }
}

#sidemenu-toggle {
  color: #008040;
}
#sidemenu-toggle:hover {
  color: #000;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.b-calendar header {
  position: static;
}
header .sub-container {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}
header .main-logo {
  height: 100px;
}

main {
  padding-top: 40px;
}

.messaging {
  background-color: white;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  z-index: 999;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .messaging {
    position: fixed;
    top: 120px;
    right: 20px;
    bottom: 120px;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .messaging {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .messaging h2 {
    font-size: 1.6rem;
  }
}

.veil {
  display: none;
}
@media (max-width: 767px) {
  .veil {
    z-index: 9;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

#header-bkg-cont {
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: -1;
}

#sitephrase {
  font-family: "Marker-Felt";
  /*font-family: 'Damion';*/
  position: relative;
  top: 10px;
}

.markerfelt {
  font-family: "Marker-Felt";
  /*font-family: 'Damion';*/
}

#submenu {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  #submenu {
    display: none;
  }
}
#submenu .btn {
  border: 0;
  border-radius: 0;
  padding: 10px 25px 5px;
  font-family: "Raleway", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
#submenu .btn-group a {
  min-height: 70px;
  display: flex;
  color: #555;
}
#submenu .btn-group a span {
  margin: auto;
  font-weight: bold;
}
#submenu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
#submenu > ul > li {
  position: relative;
}
#submenu > ul > li a.btn {
  font-weight: bold;
}
#submenu > ul > li > ul {
  list-style: none;
  padding: 0;
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
#submenu > ul > li > ul > li a.btn {
  display: block;
  border-bottom: 5px solid #a397f9;
}
#submenu > ul > li > ul > li a.btn.active {
  background-color: rgba(163, 151, 249, 0.7);
  color: white;
}

#submenu .btn.orange,
.navbar-right .orange {
  border-bottom: 5px solid #a397f9;
}

#submenu .btn.orange:hover,
.navbar-right .orange:hover,
#submenu .orange.active {
  color: #fff;
  background: #a397f9;
}

#submenu .btn.blue,
.navbar-right .blue {
  border-bottom: 5px solid #0d8ddb;
}

#submenu .btn.blue:hover,
.navbar-right .blue:hover {
  color: #fff;
  background: #0d8ddb;
}

#submenu .btn.yellow,
.navbar-right .yellow {
  border-bottom: 5px solid #cccc33;
}

#submenu .btn.yellow:hover,
.navbar-right .yellow:hover {
  color: #fff;
  background: #cccc33;
}

#submenu .btn.violet,
.navbar-right > .violet {
  border-bottom: 5px solid #D60093;
}

#submenu .btn.violet:hover,
.navbar-right .violet:hover {
  color: #fff;
  background: #D60093;
}

#submenu .btn.green {
  border-bottom: 5px solid #e6007e;
}

#submenu .btn.green:hover {
  color: #fff;
  background: #e6007e;
}

#submenu .btn.mlp {
  border-bottom: 5px solid #0cbe00;
}

#submenu .btn.mlp:hover {
  color: #fff;
  background: #0cbe00;
}

.breadcrumb {
  background: rgba(255, 255, 255, 0);
  text-transform: capitalize;
  padding: 8px 0;
}

.bkg-mlp {
  background: #0cbe00;
}

.bkg-orange {
  background: #a397f9;
}

.bkg-yellow {
  background: #cccc33;
}

.bkg-dark-yellow {
  background: #F9AB24;
}

.bkg-green {
  background: #e6007e;
}

.bkg-turquoise {
  background: #64DDAE;
}

.bkg-lightblue {
  background: #64CEF1;
}

.bkg-blue {
  background: #64ADF1;
}

.bkg-red {
  background: #F93030 !important;
}

.white {
  color: #fff !important;
}

.violet {
  color: #FF00AF !important;
}

.side-title {
  line-height: 40px;
  border-bottom: 4px solid #eee;
}

#subheader {
  margin-top: 100px !important;
  padding-top: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #subheader {
    margin-top: 122px !important;
  }
}

.title {
  margin-bottom: 60px;
}

#subheader .title {
  text-shadow: 1px 1px 1px #999;
}

#prossima-consegna {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#categorie-ml a:hover {
  text-decoration: none;
}
#categorie-ml li {
  background: none;
  border: 0;
}
#categorie-ml a {
  color: #333;
}

/*#categorie-ml h5:first-of-type {*/
/*  padding-top: 15px;*/
/*}*/

h2.titolo-ml {
  padding-bottom: 20px;
  border-bottom: 3px solid #e6007e;
  margin-bottom: 30px;
}

h3.titolo-ml {
  padding-bottom: 20px;
  border-bottom: 3px solid #e6007e;
  margin-bottom: 30px;
}

h2.titolo-mlp {
  padding-bottom: 20px;
  border-bottom: 3px solid #0cbe00;
  margin-bottom: 30px;
}

h3.titolo-mlp {
  padding-bottom: 20px;
  border-bottom: 3px solid #0cbe00;
  margin-bottom: 30px;
}

h2.titolo-zolle {
  padding-bottom: 20px;
  border-bottom: 3px solid #cccc33;
  margin-bottom: 30px;
}

h2.titolo-profilo {
  padding-bottom: 20px;
  border-bottom: 3px solid #a397f9;
  margin-bottom: 30px;
}

h3.titolo-profilo2 {
  padding-bottom: 20px;
  border-bottom: 3px solid #a397f9;
  margin-bottom: 30px;
}

.icon-animated-bell {
  display: inline-block;
  -moz-animation: ringing 2s infinite ease 1s;
  -webkit-animation: ringing 2s infinite ease 1s;
  -o-animation: ringing 2s infinite ease 1s;
  -ms-animation: ringing 2s infinite ease 1s;
  animation: ringing 2s infinite ease 1s;
  -moz-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

@-moz-keyframes ringing {
  0% {
    -moz-transform: rotate(-15deg);
  }
  2% {
    -moz-transform: rotate(15deg);
  }
  4% {
    -moz-transform: rotate(-18deg);
  }
  6% {
    -moz-transform: rotate(18deg);
  }
  8% {
    -moz-transform: rotate(-22deg);
  }
  10% {
    -moz-transform: rotate(22deg);
  }
  12% {
    -moz-transform: rotate(-18deg);
  }
  14% {
    -moz-transform: rotate(18deg);
  }
  16% {
    -moz-transform: rotate(-12deg);
  }
  18% {
    -moz-transform: rotate(12deg);
  }
  20% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes ringing {
  0% {
    -webkit-transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
  }
}
@-ms-keyframes ringing {
  0% {
    -ms-transform: rotate(-15deg);
  }
  2% {
    -ms-transform: rotate(15deg);
  }
  4% {
    -ms-transform: rotate(-18deg);
  }
  6% {
    -ms-transform: rotate(18deg);
  }
  8% {
    -ms-transform: rotate(-22deg);
  }
  10% {
    -ms-transform: rotate(22deg);
  }
  12% {
    -ms-transform: rotate(-18deg);
  }
  14% {
    -ms-transform: rotate(18deg);
  }
  16% {
    -ms-transform: rotate(-12deg);
  }
  18% {
    -ms-transform: rotate(12deg);
  }
  20% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes ringing {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
#sidemenu-toggle-cont {
  color: #fff;
  border-bottom: 5px solid #eee;
}

.navbar-right a:hover span,
.navbar-right a:hover i {
  color: #fff;
}

.label-ml {
  background: #e6007e;
  color: #DFFF5F;
}

aside.chat-toggle {
  z-index: 999;
  right: 10px;
  bottom: 10px;
  font-size: 50px;
  position: fixed;
  padding: 20px;
  border-radius: 300px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background-color: #e6007e;
  color: white;
}
aside.chat-toggle:hover {
  background-color: #b30062;
}

footer {
  color: #B1B0A7;
}
footer .container {
  background: #513629;
  padding: 30px;
}
footer .sub-container {
  background: #513629;
}
footer #logo {
  max-height: 40px;
}

#footer-social-links-cont a,
#navigazione-footer a,
#footer-last a {
  color: #B1B0A7 !important;
  padding: 4px 0;
  display: block;
}
#footer-social-links-cont a:hover,
#navigazione-footer a:hover,
#footer-last a:hover {
  color: #E1E1E1 !important;
  text-decoration: none;
}

#footer-spacer {
  height: 50px;
}

.heading-divider {
  border-bottom: 4px solid #F7F7F7;
  margin-top: -2px;
}

footer .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#navigazione-footer {
  list-style: none;
  padding-left: 0;
}

#tags-footer-container {
  line-height: 30px;
}
#tags-footer-container .label {
  border: 1px solid #B1B0A7;
  color: #B1B0A7;
  font-size: 13px;
  white-space: normal;
  text-transform: uppercase;
}
#tags-footer-container a:hover {
  text-decoration: none;
}
#tags-footer-container a:hover .label {
  background: #B1B0A7;
  color: #fff;
}

.submenu-icon-cont {
  text-align: center;
}

.submenu-icon {
  display: inline-block;
  height: 70px;
  width: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

#submenu a.btn {
  white-space: normal;
}

.prezzo {
  font-size: 30px;
  line-height: 30px;

  color: #e6007e;
}

.prezzo-unitario {
  font-size: 12px;
  padding-left: 10px;
  line-height: 20px;
  color: #9e9e9e;
}

.breadcrumb a:hover {
  text-decoration: none;
}

.label-articolo {
  display: inline-block;
  font-size: 12px;
  line-height: 60px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto !important;
  z-index: 10;
  position: relative;
  top: 20px;
}

.text-sm {
  font-size: 90%;
}

.box-categoria {
  margin: 5px;
  height: 200px;
  border-radius: 20px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.box-categoria .link {
  color: #ffffff;
}
.box-categoria .link:hover {
  color: #e6007e;
}
.box-categoria .img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.box-categoria .dettagli {
  border-radius: 20px;
  height: 100% !important;
  width: 100%;
  background-image: linear-gradient(to left,rgba(0,0,0,0),rgba(0, 0, 0, 0.7));
  display: flex;
  padding-left: 15px;
  align-items: center;
  justify-content: flex-start;
}

.box-articolo {
  margin: 5px;
  height: auto;
  border-radius: 20px;
  position: relative;
}

.categorie-container {
    background-color: #fff;
    color: #777;
}

.shadowed-articolo {
  box-shadow: 0 -29px 50px 1px rgba(168, 168, 168, 0.33);
}
.box-articolo .img {
  width: 100%;
  max-width: 170px;
  height: 200px;
  margin-top: 5px;
  margin-left: 5px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 10px;
  /*border-bottom-left-radius: 4px;*/
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left;
  /*center;*/
  background-size: auto 100%;
  /*cover;*/
}
.box-articolo .dettagli {
  padding: 10px;
  line-height: 25px;
}
.box-articolo .nome {
  text-transform: uppercase;
}
.box-articolo .nome a {
  color: #777;
}
.box-articolo .nome a:hover {
  color: #aaa;
}
.box-articolo .fornitore a {
  color: #333;
  text-decoration: none;
}
.box-articolo .fornitore a:hover {
  color: #444;

}
.box-articolo .prezzo {
  font-size: 25px;
}
.box-articolo .prezzo-unitario {
  font-size: 10px;
}
.box-articolo .confezione {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777;
}
.box-articolo .confezione-mlv {
  color: #e6007e;
}
.box-articolo .confezione-mlp {
  color: #0cbe00;
}
.box-articolo .tags {
  color: #eee;
  border-radius: 20px;
  display: flex;
  max-height: 82px;
  height: 90px;
  padding: 10px;
}

.aggiungi-al-carrello {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 1px;
  position: relative;
  top: -34px;
  left: 130px;
  transition: background 0.3s ease-in-out 0s;
}

.aggiungi-al-carrello2, .pianifica-acquisto {
    padding-left: 10px;
    transition: background 0.3s ease-in-out 0s;

}

.bkgPlan {
    background-color: #1084cc !important;
}

.mangio-dialog[open] {
  padding: 15px;
  border: 0;
  width: 100%;
  max-width: 425px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}

.ml-buy-button {
  background: #e6007e !important;
  color: #fff !important;
}
.mlp-buy-button {
    cursor: pointer;
    background: #e4f6e4 !important;
    color: #03b501 !important;
}

.aggiungi-al-carrello:hover,
.aggiungi-al-carrello2:hover {
  background: #555;
}

.triangle-label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}

#toast {
  position: fixed;
  bottom: -20px;
  width: 100%;
  z-index: 200000;
}

.text-right {
  text-align: right;
}

.dettagli-consegna .prezzo {
  font-size: 14px;
  line-height: 14px;
}

.dettagli-consegna .row {
  line-height: 30px;
}

a.bkg-orange:hover,
a.bkg-dark-yellow:hover,
a.bkg-green:hover {
  background: #555;
}

.text-green {
  color: #e6007e;
}

.text-orange {
  color: #e6007e;
}

.text-light-grey {
  color: #ccc;
}

.text-grey {
  color: #777;
}

.settimana-heading {
  border-bottom: 5px solid #cccc33 !important;
  color: #777 !important;
}

.profilo-heading {
  border-bottom: 5px solid #a397f9 !important;
  color: #777 !important;
}

.settimana .totale {
  font-size: 20px;
  line-height: 20px;
}

.riga-consegne {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.riga-consegne.subtotale, .riga-consegne.totale {
  background: #f9f9f9;
}
.riga-consegne.totale {
  border-top: 1px solid #ddd;
}
.riga-consegne .confezione {
  color: #999;
  font-size: 12px;
}

#sidemenu-cont {
  margin-bottom: 20px;
  /* per staccare dal contenuto in mobile */
}
@media (max-width: 992px) {
  #sidemenu-cont {
    position: fixed;
    top: 64px;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: scroll;
    padding: 0;
    margin-bottom: 0;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  #sidemenu-cont::-webkit-scrollbar {
    width: 8px;
  }
  #sidemenu-cont::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  #sidemenu-cont::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  #sidemenu-cont::-webkit-scrollbar-thumb:hover {
    background: #aaa;
  }
}
#sidemenu-cont .veil2 {
  display: block;
  background-color: rgba(0, 0, 0, 0.56);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  #sidemenu-cont .veil2 {
    display: none;
  }
}

.settimana .panel-title {
  line-height: 25px;
}

#ordine-provvisorio-actions-container {
  width: 100%;
}
#ordine-provvisorio-actions-container a {
  width: 100%;
}

.qta {
  background: #fff !important;
}

#sidemenu-ml h5 {
  line-height: 1.5em;
  color: #FFF880;
}

#data-prossima-consegna {
  line-height: 1em;
  color: #666666;
}

#data-prossimo-ml {
  color: #666666 !important;
}

.text-line-through {
  text-decoration: line-through;
}

.riepilogo-consegna {
  color: #aaa;
}

.tipo-spesa {
  line-height: 24px;
}

.riga-provvisoria {
  background: #FFFBCB !important;
}

.box-categoria a {
  line-height: 30px;
}


#categorie-ml {
  /*border-top-left-radius:4px;
  border-top-right-radius:4px;*/
  border-radius: 10px;
}

#categorie-ml a {
  text-transform: uppercase;
  text-decoration: none;
  color: #777;
}

.tags-container {
  line-height: 30px;
}
.tags-container .label {
  border: 1px solid #777;
  color: #777;
  text-transform: uppercase;
}
.tags-container a:hover {
  text-decoration: none;
}
.tags-container a:hover .label {
  background: #eee;
  color: #777;
}

.scheda-articolo .prezzo {
  line-height: 60px;
}
.scheda-articolo .aggiungi-al-carrello2 {
  min-width: 300px;
}

.tags-scheda-articolo-container {
  padding: 10px;
  font-size: 16px !important;
}

.consegne-actions-container .backToML {
  float: right;
  border: 1px solid #e6007e;
  color: #e6007e;
}
.consegne-actions-container a {
  white-space: normal;
  text-transform: uppercase;
}

#ordine-provvisorio a {
  white-space: normal;
}

.consegna-provvisoria {
  background: #FFFBCB;
  padding-top: 0;
}

/* modifiche richieste da zolle */
.riga-consegne {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dettagli-consegna .row {
  padding-bottom: 5px;
  padding-top: 5px;
}

.settimana {
  /*border-color: #000;*/
}

.alert-zolle {
  background: #FF8BFA;
  color: #D60093;
}

/* /modifiche richieste da zolle*/
.error-message {
  color: red;
}

/* overwrite per pulsanti colore profilo a pulsanti con colore ml*/
a.bkg-orange,
button.bkg-orange {
  background: #e6007e;
}

#submenu a.bkg-orange {
  background: #a397f9;
}

/* end of overwrite */
#footer-contatti a {
  color: #B1B0A7 !important;
}
#footer-contatti a:hover {
  color: #E1E1E1 !important;
  text-decoration: none;
}

.shopping-block-container {
  background: #f9f9f9;
}

.space-10 {
  height: 10px;
}

.space-5 {
  height: 5px;
}

.disponibilita-articolo {
  color: green;
}

.bkg-mlp-light {
  background: #1bff0c;
}

.bkgML {
  background: #cf0071 !important;
}

.testoML {
  color: #e6007e !important;
}

.bkgMLP {
  background: #03a300 !important;
}

.testoMLP {
  color: #0cbe00 !important;
}

@media (max-width: 767px) {
  #signupForm button[type=submit] {
    position: fixed;
    left: 30px;
    bottom: 20px;
    z-index: 2;
  }
}
#signupForm .list-group-item {
  background-color: white;
  color: grey;
}
#signupForm .list-group-item.active {
  border-color: inherit;
}
#signupForm .list-group-item:not(.active):hover {
  background-color: #9c8686;
  color: white;
  cursor: pointer;
}
#signupForm .list-group-item label {
  cursor: pointer;
  margin-bottom: 0.2rem;
}
#signupForm .list-group-item label span {
  font-size: 40px;
  position: absolute;
  top: -17px;
}
#signupForm .list-group-item input[type=checkbox] {
  cursor: pointer;
}
#signupForm .list-group-item .badge {
  padding: 0.35rem;
  line-height: 1.1;
  height: min-content;
  background-color: #e6007e;
  color: white;
}
#signupForm .message-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
#signupForm .close-popup {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  color: gray;
}
#signupForm small {
  font-size: 0.9rem;
}
#signupForm .ascensore-radio {
  margin: 0 !important;
}
#signupForm .ascensore-radio.error {
  background-color: #e60000;
}
#signupForm .tipo-pagamento-radio.error {
  border: 1px solid #e60000;
  border-radius: 4px;
}
#signupForm .tipo-pagamento-radio.error + .message-error {
  color: #e60000;
}
#signupForm div.error input,
#signupForm div.error select,
#signupForm div.error textarea {
  border: 1px solid #e60000;
}
#signupForm div.error span.message-error {
  color: #e60000;
  font-size: 14px;
}

.header-riattiva {
  background-image: url("../../../img/mangio/scegli.jpg");
  color: white;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.riattivaFormContainer {
  background-color: white;
}
.riattivaFormContainer .indirizzo-consegna {
  font-size: 1.3rem;
}
.riattivaFormContainer .indirizzo-consegna .form-check {
  padding-left: 1.75rem;
}
.riattivaFormContainer .indirizzo-consegna input[type=radio] {
  zoom: 1.5;
  cursor: pointer;
  margin-left: -1.15rem;
}
.riattivaFormContainer .indirizzo-consegna label {
  cursor: pointer;
}
.riattivaFormContainer select {
  margin-bottom: 6px;
}
.riattivaFormContainer small {
  font-size: 0.9rem;
}

.confirmation {
  font-size: 1.2rem;
}

.page-header-wrapper {
  background-image: url("../../../img/mangio/bg-03.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

h1 {
  font-family: Quicksand, Raleway;
  font-weight: bold;
}

p.lead {
  font-family: Quicksand, Raleway;
  font-weight: bold;
}

.anchor {
  padding-top: 100px;
}

.cibo-buono {
  font-size: 1.2rem;
}

.inbox_msg {
  position: absolute;
  right: 20px;
  bottom: 20px;
  top: 62px;
  left: 20px;
}
.inbox_msg .mesgs {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.inbox_msg .type_msg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
}
.inbox_msg .msg_history {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 50px;
}

body.tickets .card-header,
body.controller-tickets .card-header {
  border-bottom: 0;
}
body.tickets .tab-pane,
body.controller-tickets .tab-pane {
  padding: 0 16px;
}
body.tickets h2,
body.controller-tickets h2 {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 2rem;
}
body.tickets .chatInfo,
body.controller-tickets .chatInfo {
  float: none;
  width: auto;
  border: 1px solid #ddd;
  padding: 0 10px;
}
body.tickets .messaging,
body.controller-tickets .messaging {
  padding: 2rem;
  position: static;
}
body.tickets .inbox_msg,
body.controller-tickets .inbox_msg {
  position: static;
  border: 0;
}
body.tickets .inbox_msg .mesgs,
body.controller-tickets .inbox_msg .mesgs {
  position: static;
  float: none;
  width: auto;
  padding: 0;
  border: 1px solid #ddd;
}
body.tickets .inbox_msg .type_msg,
body.controller-tickets .inbox_msg .type_msg {
  position: static;
}
body.tickets .inbox_msg .msg_history,
body.controller-tickets .inbox_msg .msg_history {
  position: static;
  height: auto;
  max-height: 300px;
}
body.tickets .inbox_msg .input_msg_write,
body.controller-tickets .inbox_msg .input_msg_write {
  position: relative;
}
body.tickets .inbox_msg .input_msg_write textarea,
body.controller-tickets .inbox_msg .input_msg_write textarea {
  min-height: initial;
  padding: 5px;
}
body.tickets .msg_send_btn,
body.controller-tickets .msg_send_btn {
  top: 8px;
}
body.tickets ul.list-unstyled li,
body.controller-tickets ul.list-unstyled li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .border-right-sm-0 {
    border-right: 0 !important;
  }
}

.btn-group-vertical {
  width: 100%;
}

.card-header-tabs li a {
  color: white !important;
  font-weight: bold;
}
.card-header-tabs li a.active {
  color: white !important;
}
.card-header-tabs li:first-child a {
  background-color: #e6007e !important;
}
.card-header-tabs li:first-child a.active {
  border-bottom-color: #e6007e !important;
}
.card-header-tabs li:last-child a {
  background-color: #cccc33 !important;
}
.card-header-tabs li:last-child a.active {
  border-bottom-color: #cccc33 !important;
}

.aperte {
  border: 15px solid #e6007e;
  border-radius: 5px;
}

.chiuse {
  border: 15px solid #cccc33;
  border-radius: 5px;
}

.navbar-container {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .navbar-container {
    min-height: 64px;
  }
}

body.controller-consegne #sidemenu-cont {
  display: none !important;
}
body.controller-consegne #main-cont {
  width: 100% !important;
}
body.controller-consegne .titolo-zolle {
  position: sticky;
  top: 60px;
  z-index: 111;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 4px;
  background-color: white;
}
body.controller-clienti #sidemenu-cont, body.controller-sostituzioni #sidemenu-cont, body.controller-sospensioni #sidemenu-cont {
  display: none !important;
}
body.controller-clienti #main-cont, body.controller-sostituzioni #main-cont, body.controller-sospensioni #main-cont {
  width: 100% !important;
}

body.controller-sostituzioni.action-index .main-description {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 18px;
}
body.controller-sostituzioni.action-index section {
  margin-bottom: 8rem;
}
body.controller-sostituzioni.action-index section .description {
  font-size: 16px;
  margin-bottom: 20px;
}

#header-right-menu {
  width: max-content;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}
#header-right-menu > * {
  width: max-content;
}
#header-right-menu .dropdown-menu {
  min-width: 240px;
  list-style: none;
  padding: 0;
}
#header-right-menu .dropdown-menu li a {
  padding: 10px 15px 10px 35px;
  display: block;
  color: black;
}
#header-right-menu .dropdown-menu li a.active, #header-right-menu .dropdown-menu li a:hover {
  background-color: #eee;
}
#header-right-menu .dropdown-menu li > ul {
  list-style: none;
  padding: 0;
}
#header-right-menu .dropdown-menu li > ul > li > a {
  padding: 10px 15px 10px 60px;
  display: block;
  color: black;
}

@media (min-width: 992px) {
  body.controller-categorie_web #sidemenu-cont, body.controller-articoli #sidemenu-cont {
    display: block !important;
  }
  body.controller-categorie_web #main-cont, body.controller-articoli #main-cont {
    width: 75% !important;
  }
}

.navbar-header {
  position: absolute;
}
@media (max-width: 991px) {
  .navbar-header {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 992px) {
  .navbar-header {
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
  }
}
.navbar-header #logo {
  height: 40px;
}
@media (min-width: 992px) {
  .navbar-header #logo {
    position: relative;
    top: 12px;
    left: 14px;
  }
}

.dropdown-toggle,
#bell-reminder > .apri-ordine-provvisorio {
  padding: 3px 12px 8px !important;
  display: flex !important;
  align-items: center !important;
  min-height: 70px;
}

@media (min-width: 768px) {
  .role-main {
    padding: 0;
  }
}


.articolo_fisso_dialog::backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #00000051;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}


.search-bar .search-submit button {
  border-radius: 0;
  margin-left: -1px;
  height: 100%;
}
.search-bar input[name="data[Prodotto][DESCRIZIONE]"] {
  border-radius: 4px 0 0 4px !important;
}

.controller-sostituzioni #consegne-container {
  margin: 0 15px;
}
#consegne-container button,
#consegne-container a.btn {
  padding: 10px 15px !important;
  min-height: initial;
}
#consegne-container .excluded-minicard {
  margin-top: 15px;
  margin-bottom: 15px;
}
#consegne-container .excluded-minicard > span {
  margin-bottom: 5px;
  display: block;
}

#addEscl {
  margin-bottom: 30px;
}

.preferenze-row > div {
  margin-bottom: 20px;
}

.gestisci-zolla-menu-toggle-wrapper:hover > ul {
  display: block !important;
}

.gestisci-zolla-page > div {
  margin-top: 15px;
  margin-bottom: 15px;
}
.gestisci-zolla-page a {
  display: block;
}

.row.sospensioni {
  background: white;
  margin: 10px 0;
  padding: 11px;
  border-radius: 4px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.05);
}
.row.sospensioni > div {
  padding: 7px 15px;
}

.spiegazione-sospensioni {
  margin: 0 0 30px 0;
}

#addForm {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #addForm {
    display: block;
  }
  #addForm button {
    margin-top: 6px;
  }
}
#addForm label {
  margin-bottom: 0;
  width: 100%;
}
#addForm label input {
  padding: 10px 15px !important;
  height: auto;
  font-weight: normal;
}
#addForm button {
  margin-left: 5px;
}

/*# sourceMappingURL=zolle.css.map */
