a:hover, a:focus {
    color: #515151;
    text-decoration: underline; }
.ps-emailsubscription-block a, .ps-emailsubscription-block a:link {
  color: #fff !important;
  text-decoration: underline; }
  
/* pour remplacer le    cursor: wait; qui fait afficher un malheureux signe d'interdiction */
.btn.disabled, .btn:disabled,
.btn.disabled:hover {
  opacity: 0.5;
  cursor: wait !important;
}

.product-customization-item .product-message {
  resize: none;
  line-height: 1;
  height: 2.25rem;
  overflow: hidden;
}