.floatingMenu {
  left: 0;
  z-index: 10;
}

.fs-8 {
  font-size: 12px;
}

.shopLogo {
  height: 30px;
  width: 30px;
  min-width: 30px;
}

.bagianAtas {
  height: 305px;
}
.bagianAtas ul.shopList {
  height: 305px;
  overflow-x: hidden;
  overflow-y: auto;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nav-tabs .nav-link.active {
  color: #111 !important;
  background-color: #e9ecef;
}
.nav-tabs .nav-link.active::before {
  content: "";
  height: 3px;
  background: #fa5002;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.object-cover {
  object-fit: cover;
}

.bg-grad1 {
  background: linear-gradient(180deg, #319F5F 0%, #FFFFFF 100%);
}

.bg-grad2 {
  background: #f32853;
  background: linear-gradient(90deg, #f32853 0%, #f03e30 54%, #fb4d08 100%);
}

.btn-warning {
  background: #f32853;
  background: linear-gradient(90deg, #f32853 0%, #f03e30 54%, #fb4d08 100%);
  border: unset;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  background: #f9560c;
  background: linear-gradient(90deg, #f9560c 0%, #f68452 54%, #f3ae92 100%);
  border: unset;
}

.text-warning {
  color: #f32853 !important;
}

.ornamen-imba {
  top: 0;
  left: 0;
  border-bottom-right-radius: 10px;
  background: #ffe7d5;
  height: 290px;
  width: 170px;
  z-index: -1;
}

.btn-outline-warning {
  border-color: #f32853;
  color: #f32853;
}
.btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning:focus {
  background: #f9560c;
  border-color: #f9560c;
  color: #fff;
}

/*# sourceMappingURL=custom.css.map */
