html,
body {
  background-color: #000;
}

.bg-royal-blue {
  background-color: #000;
}

.navbar-brand,
.navbar-brand>img {
  width: 4.5rem;
}

a:hover {
  color: #17c6aa;
}

.dropdown-item:hover {
  color: #17c6aa;
  font-weight: bold;
}

.dropdown-item.active {
  color: #17c6aa;
  font-weight: bold;
}

.img-curso-galeria {
  width: 480px;
  height: auto;
}

.bg-gray-1100 {
  background-color: #000;
}

.iniciais-cliente {
  background-color: #fff;
  color: #000;
  padding: 5px;
  border-radius: 100%;
}

.mt-2 {
  margin: 1rem 0;
}

.list-group-item.active {
  background-color: #000;
  border-color: #000;
}

.top-12 {
  top: 12px;
}

.lock-compra {
  bottom: 5px;
  left: 95%;
  border-radius: 100% !important;
  padding: 5px 8px !important;
  margin: 0px !important;
  line-height: normal;
  top: unset;
}

.slick-arrow-soft-white:hover {
  color: #000;
  background-color: #fff;
}

.minicart-qty {
  font-size: 12px;
  font-weight: 500;

  position: absolute;
  bottom: -6px;

  display: -ms-flexbox;
  display: flex;

  width: 18px;
  height: 18px;

  color: #fff;
  border-radius: 50%;
  background-color: #282828;

  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.radio-inline {
  margin: 0px;
  border: 1px solid #ebeaee;
  padding: 1em;
  display: block;
}

#pix, #cartao-credito {
  padding: 20px 0;
}

.input-label {
  color: #19272e !important;
}

@media (max-width: 1199.98px) {

  .navbar-expand-xl .navbar-brand,
  .navbar-expand-xl .navbar-brand>img {
    width: 4.5rem;
  }
}