.related-category-wrapper.active {
    background: white;
    color: #2B2B2B;
    margin-right: -1px;
}
.related-category-wrapper {
    color: #2e2e2e;
    cursor: pointer;
    padding: 2rem;
    border-bottom: 1px solid hsl(0deg 0% 90%);
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
}

.related-category-wrapper:hover {
    color: #2B2B2B;
    background: #fff;
}
.related-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #f7f7f7;
    min-width: 240px;
    border-right: 1px solid hsl(0deg 0% 90%);
}
.products-related-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.related-products-wrapper {
    display: flex; 
    min-height: 394px;
    border: 1px solid hsl(0deg 0% 90%);
}
.related-products {
    overflow-x: auto;
}
.related-product-boxes-category .p-in {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    height: 190px;
}
.related-product-boxes-category .p-tools {
    display: none;
}
.related-product-boxes-category {
    display: none;
    gap: 2rem;
    justify-content: start;
}
.related-product-boxes-category.active {
    display: flex;
}
.related-product-boxes-category .product {
    padding: 2rem;
}
.related-product-boxes-wrapper {
    padding: 2rem;
}
.relatedProductWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    min-width: 200px;
    align-content: flex-start;
    width: min-content;
    gap: 0.5rem;
}
.relatedProductWrapper:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.relatedProductWrapper:link { text-decoration: none; }


.relatedProductWrapper:visited { text-decoration: none; }


.relatedProductWrapper:hover { text-decoration: none; }


.relatedProductWrapper:active { text-decoration: none; }

.relatedProductWrapper .prices, .relatedProductWrapper .price-final, .relatedProductWrapper .price-standard  {
    width: 100%;
}

.relatedProductWrapper .price-standard  {
    text-decoration: line-through;
    font-size: 14px;
}

.relatedProductWrapper .name {
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.relatedProductWrapper .related-image-wrapper {
    height: 150px;
}

.relatedProductWrapper .show-tooltip {
    margin-right: 4px;
}

.relatedProductWrapper .pr-action {
    width: 100%;
}

.relatedProductWrapper .btn.btn-conversion {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

::-webkit-scrollbar {
    width: 6px;
  }
    
::-webkit-scrollbar-thumb {
    background-color: #2e2e2e;
    border-radius: 16px;
}

@media (max-width: 767px) {
    .related-products-wrapper{
        flex-wrap: wrap;
    }
    .related-menu {
        width: 100%;
    }
}