#cart .qty .gift-quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  background-color: #8BC34A !important;
  color: #fff !important;

  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;

  margin-left: 5px;
}

#cart .qty .red-ball {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  background-color: #F80004 !important;
  color: #000 !important;

  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;

  margin-left: 5px;
}

/* Libertar o modal das limitações do footer */
#modal {
    position: fixed !important;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Desktop: modal com 80% do ecrã */
#modal .modal-dialog {
    width: 70vw !important;
    max-width: none !important;
    margin: 30px auto !important;
}

/* Mobile: modal ocupa 100% do ecrã */
@media (max-width: 768px) {
    #modal .modal-dialog {
        width: 100vw !important;
        margin: 0 !important;
    }
}
