/*.custom-sidebar{
    margin: 0;
    padding: 0;
}

.custom-sidebar li{
    list-style: none;
}

.custom-sidebar li ul{
    margin: 0;
    padding-left: 10px;
}

.custom-sidebar-sub{
    padding-left: 10px;
}*/

.layout-overlay{
  position: relative;
}

.info-penyedia{
	position: relative;
  /*border: 1px solid #1E90FF;*/
}

.info-penyedia-left{
  width: 14%;
  /*border: 1px solid red;*/
}

.info-penyedia-right{
  width: 86%;
  /*border: 1px solid red;*/
}

.foto-penyedia{
  position: absolute;
  /*top: 0;*/
  width: 10%;
	border: 1px solid #1E90FF;
  left: 2%;
  bottom: 4%;
  z-index: 10;
}

.catalog-custom-wrapper-image {
    overflow: hidden;
    background-color: #CCFFFF;
    justify-content: center;
    align-items: center;
    display: flex;
}

.catalog-custom-wrapper-image:after {
    content: '';
    display: block;
    padding-top: 100%;
    text-align: center;
}

.catalog-custom-wrapper-image img {
  max-width: 266px;
  max-height: 266px;
}

.rating-text {
    font-size: 2.5em;
}

.rating-star-utama {
    position: relative;
    display:inline-block;
    line-height: 1.2em;
    font-size: 1.2em;
}

.rating-star {
    line-height: .8em;
    font-size: .8em;
}

.rating-color{
    color: orange;
}

.rate {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.custom-progress{
    height: 1em;
}

@media only screen and (max-width: 575.98px) {
  .info-penyedia-left{
    width: 12%;
    /*border: 1px solid red;*/
  }

  .info-penyedia-right{
    width: 88%;
    /*border: 1px solid red;*/
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .info-penyedia-left{
    width: 12%;
    /*border: 1px solid red;*/
  }

  .info-penyedia-right{
    width: 88%;
    /*border: 1px solid red;*/
  }
}