.single-banner {
    padding: 90px 0px 150px;
    border-top: 1px solid #e7e7e7;
}

.single-banner-sidebar {
padding: 22px;
}

.single-banner-store-sidebar {
    padding: 100px 0px 0px;
}

.brand-profile {
  position: relative;
  text-align: center;
  margin-top: -100px;
  margin-bottom: 30px;
  z-index: 1;
}

.brand-logo {
  width: 160px;
  height: 160px;
  line-height: 150px;
  border-radius: 50%;
  margin-bottom: 10px;
  text-align: center;
  background: var(--white);
  border: 3px solid rgb(255, 96, 0);
}

.brand-profile-sidebar {
    position: relative;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 1;
}

.brand-logo-sidebar {
    width: 60px;
    height: 60px;
    line-height: 0px;
    border-radius: 50%;
    margin-bottom: -70px;
    text-align: center;
    background: var(--white);
    border: 3px solid rgb(255, 96, 0);
}

.brand-logo-sidebar-store {
    width: 60px;
    height: 60px;
    line-height: 0px;
    border-radius: 50%;
    margin-bottom: -29px;
    text-align: center;
    background: var(--white);
    border: 3px solid rgb(255, 96, 0);
}

.brand-logo img {
  width: 100px;
  height: 100px;
}

.brand-name {
  font-size: 26px;
  margin-bottom: 3px;
}

.brand-name-sidebar {
    font-size: 16px;
    text-align: center;
    padding: 10px 0px 0px;
    line-height: 5;
}

.brand-name a {
  color: var(--heading);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.brand-name a:hover {
  color: rgb(255, 96, 0);
}

.brand-item {
  font-weight: 700;
  text-transform: capitalize;
}
