.product-image_apave {
  border-left: 30px solid #5BAC5E;
  border-right: 30px solid #5BAC5E;
  max-height: 600px;
  object-fit: cover;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}

.info-icon_apave .sticker-icon {
  border-radius: 50%;
  background-color: #17214E;
  color: #fff;
  padding: 15px;
  width: 64px;
  height: 64px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.green-line_apave {
  width: 80px;
  height: 4px;
  background: #5BAC5E;
  margin-bottom: 25px;
  margin-top: 50px;
}

.container_apave .breadcrumb a, .breadcrumb a:hover {
  text-decoration: none;
  font-weight: 500;
  color: #4a4b4d;
}

.container_apave .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0;
  color: #6c757d;
  content: "";
  height: 100%;
  width: 4px;
  background-color: #5b9f4a;
  margin-left: 10px;
  margin-right: 10px;
}

.container_apave .breadcrumb li {
  font-size: 13px;
  text-transform: uppercase;
}

.container_apave .breadcrumb li.active {
  font-weight: 600;
  color: #4a4b4d;
}

.container_apave .selected-image {
  margin-top: 0!important;
}

.container_apave .selected-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 600px;
  border-radius: 0;
  border-left: 30px solid #5BAC5E;
  border-right: 30px solid #5BAC5E;
  object-fit: cover;
  flex-shrink: 0;
  min-width: 100%;
  object-position: right;
}

.scnd_img {
  background: linear-gradient(to bottom, #f4f4f4 50%, #fff 50%);
}

.scnd_img img {
  width: 100%;
  max-width: 100%;
  height: auto!important;
  object-fit: cover;
  max-height: 500px!important;
}
