#ewSidebar h3 {
  font-family: 'Lato', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  margin: 0 !important;
  position: relative;
}

#supplier-sidebar-title-img {
  background: url('https://prod-easyweddings-framework-v6.s3.amazonaws.com/images/category/ew-iconset-4.0/marriage-celebrant.svg');
  background-size: contain;
  filter: invert(100%) sepia(1%) saturate(5362%) hue-rotate(324deg) brightness(100%) contrast(69%);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  z-index: 0;
}


.widget-card {
  background: #fff!important;
  border-radius: 1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  height: 100% !important;
  max-width: none !important;
  box-shadow: 0 0.125rem 0.25rem #E8E5E9;
  border: 1px solid #E8E5E9;
  position: relative !important;
  text-align: left !important;
}

.widget-card .supplier-image {
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
  height: 150px;
}

.widget-card .supplier-name {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
}

.widget-card a {
  text-decoration: none;
  color: unset;
}


.widget-card i {
  color: #F4C767 !important;
}

.widget-card .widget-badge {
  position: absolute;
  background: #000000;
  padding: 0.35em 0.65em;
  color: #fff;
  font-weight: 700;
  font-size: 0.75em;
  left: 10px;
  top: 10px;
  z-index: 10;
  border-radius: 0.375rem;
}

.widget-card .supplier-image {
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
}

.widget-card .card-supplier-name {
  font-weight: 400;
  padding: 5px 10px;
  margin: 0 !important;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media(max-width: 768px) {
  #supplier-sidebar {
    width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  #supplier-sidebar .col-6 {
    width: 260px;
  }
}
