/*
    Add here your own SCSS/CSS code to override theme styles
*/
/* Centralizar "Apenas XX Unidades" */
.blackfriday-units.blackfriday-small {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}