.banner_gold {
  display: flex;
  align-items: center;
  line-height: 2.5;
  padding: 0 16px;
}

.banner_gold-header, .banner_gold-sidebar {
  background-color: #3c3c3b;
}

.banner_gold-cart {
  background-color: #fac92e;
  justify-content: center;
}

.bgold__text {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  color: #fac92e;
}

.bgold__text-c {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3c3c3b;
}

.bgold__text-s {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width:768px) {
  .bgold__text-c {
    font-size: 1rem;
    line-height: 1;
  }
}

@media (min-width:992px) {
  .bgold__text-s {
    font-size: 1rem;
  }
}

.bgold__icon {
  width: 20px;
  display: inline-block;
  margin: -4px 8px 0 0;
}

.bgold__icon-h {
  fill: #fac92e !important;
}

.bgold__icon-c {
  width: 36px;
  fill: #3c3c3b !important;
  margin: -4px 32px 0;
}

.eleva_gold_flag {
  position: relative;
  background: #3c3c3b;
  width: 26px;
  height: 26px;
}

.eleva_gold_flag::before {
  content: url('/modules/elevabannergold/views/img/icon-gold.svg');
  position: absolute;
  top: 7px;
  left: 4px;
  width: 18px;
  height: 24px;
}

.user-gold .material-icons.logged {
  background-image: url(/img/dental_rocket/svg/01_customer-gold.svg) !important;
}

/* PLATINUM */

.banner_platinum {
  display: flex;
  align-items: center;
  line-height: 2.5;
  padding: 0 16px;
}

.banner_platinum-header, .banner_platinum-sidebar {
  background-image: linear-gradient(90deg, #2A275C, #40A9DD);
}

.banner_platinum-cart {
  background-image: linear-gradient(90deg, #2A275C, #40A9DD);
  justify-content: center;
}

.bplatinum__text {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  color: #fff;
}

.bplatinum__text-c {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.bplatinum__text-s {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width:768px) {
  .bplatinum__text-c {
    font-size: 1rem;
    line-height: 1;
  }
}

@media (min-width:992px) {
  .bplatinum__text-s {
    font-size: 1rem;
  }
}

.bplatinum__icon {
  width: 20px;
  display: inline-block;
  margin: -4px 8px 0 0;
}

.bplatinum__icon-h {
  fill: transparent !important;
}

.bplatinum__icon-c {
  width: 36px;
  fill: transparent !important;
  margin: -4px 32px 0;
}

.eleva_platinum_flag {
  position: relative;
  background-image: linear-gradient(90deg, #2A275C, #40A9DD);
  width: 26px;
  height: 26px;
}

.eleva_platinum_flag::before {
  content: url('/modules/elevabannergold/views/img/icon-platinum.svg');
  position: absolute;
  top: 2px;
  left: 4px;
  width: 18px;
  height: 24px;
}

.user-platinum .material-icons.logged {
  background-image: url(/img/dental_rocket/svg/01_customer-platinum.svg) !important;
}
