.shop-prod-box {
  margin: auto auto 25px !important;
}
.ui-tooltip {
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid #ccc;
  background: rgba(255, 51, 51, 1);
  color: white;
}
.ui-tooltip.warning {
  color: #E3E8F7;
  background: #D94AA4;
}
.ui-tooltip.danger {
  color: #212942;
  background: #CABA75;
}
a.tips { float:left; margin: 0 10px; text-decoration:none; font: Sans-Serif; }