.active{
    color: var(--bs-nav-link-hover-color);
}


#accessories .card:hover{
    border: 1px solid rgba(0, 0, 0, .125);
}

.cursor-pointer{
    cursor: pointer;
}

.product-image-custom{
  border-bottom: 5px solid #2eb5ef;
  margin: var(--bs-card-cap-padding-x);
  padding: 0px;
  background-color: #f5f6f7;
  padding-bottom: var(--bs-card-cap-padding-y);
}

.editcontentblock .pimcore_editable_block{
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}
.editcontentblock .pimcore_editable_block{
  width: 50%;
}

.image-class-w-100 img{

  width: 100%;
}
.overflow-eplice{
  display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.max-height-70{
  max-height: 70vh;
}

  .side-image {
   
    margin-bottom: 10px;
    cursor: pointer;
  }

  .gallery-height{
    max-height: 500px;
    overflow: auto;
  }

   /* Custom Scrollbar for WebKit-based browsers */
   .gallery-height::-webkit-scrollbar {
    width: 8px;
  }

  .gallery-height::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }

  .gallery-height::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }

  .gallery-height::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  /* Custom Scrollbar for Firefox */
  .gallery-height {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
  }

  .blog-product{
    background: #f1f1f1;
  }