#checkout #module_drible_barra_avisos {
  display: none;
}

.done {
  padding: 0px;
  margin: 0px;
}

.step-title.done:hover {
  cursor: pointer;
}

.step-title-divider:last-child,
.step-title-divider:first-child {
  display: none;
}

body#checkout a:hover {
  color: var(--colorSecondary);
}

body#checkout section.checkout-step .address-item.selected {
  border: 1px solid var(--carvao);
  background-color: var(--gray);
}

hr {
  color: var(--carvao);
}

.text-area-delivery-message:focus-visible {
  outline: none;
}

.nav-item > .active {
  font-weight: 700 !important;
  border: 1px solid var(--carvao);
}

label[for="field-psgdpr"]::after,
label[for="field-customer_privacy"]::after {
  content: "";
}

label.required + div label::after {
  font-family: "Quicksand";
  font-size: 14px;
  content: "*";
  color: #b20710;
}

.titulos-checkout .active {
  font-weight: 700 !important;
}

.checkout-conditions-p a {
  font-family: "Quicksand";
  font-size: 14px;
  font-weight: 500;
  color: var(--carvao);
}

.ps-hidden > section p{
  font-family: "Quicksand";
  font-size: 14px;
  line-height: 22px;
  color: var(--carvao);
  font-weight: 400;
}


.aviso-checkout{
    
    display: none;
}
}