a.btn.btn-secondary[onclick="return addNotification();"] {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
}

#promo-code button.btn.btn-secondary {
  background-color: black !important;
  color: white !important;
  border: none !important;
}
#promo-code button.btn.btn-secondary:hover {
  background-color: #bf0411 !important;
  color: white !important;
}

#cart-subtotal-shipping .label,
#cart-subtotal-shipping .value {
  font-weight: bold !important;
  color: black !important;
}

/* Sobe o botão de rating */
.rating-button-post-collapse-text-container{
  transform: translateY(-60px) !important;
}
/* Sobe o badge de classificações da Google (canto inferior esquerdo) */
#___ratingbadge_0{
  bottom: 60px !important;  /* ajusta este valor */
  left: 0 !important;
  z-index: 2147483647 !important;
}