.bd-lead {
   font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important; 
   font-weight: 200; 
   color: #555; 
   font-size: 17px;
}

.main-container {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    min-height: calc(100vh - 200px);
}

ul {
    list-style: inside disc;
}

.sidebar {
    width: 230px;
    background-color: #fff;
    padding: 20px 0 20px 20px;
    flex-shrink: 0;
}

.sidebar-content {
    height: 100%;
    padding-right: 10px;
}

.centered-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.collapse-toggle,
.collapse-toggleRelated {
    display: flex;
    align-items: center;
    justify-content: normal;
    cursor: pointer;
}

.collapse-toggle {
    justify-content: space-between;
}

    .collapse-toggle .arrow img,
    .collapse-toggleRelated .arrow img {
        width: 100%;
        height: 100%;
        transition: transform 0.3s ease;
    }

    .collapse-toggle .arrow,
    .collapse-toggleRelated .arrow {
        display: inline-block;
        width: 20px;
        height: 20px;
    }

.selected-product {
    background-color: #9eadba40;
    color: white;
}

.related-product-item {
    margin-bottom: 1rem;
}

.product-image-gallery {
    display: flex;
    align-items: flex-start;
}

.main-image-container {
    margin-right: 20px;
}

.thumbnail-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
}

.thumbnail {
    cursor: pointer;
    border: 1px solid #ccc;
    margin: 5px;
    width: 80px;
    height: 80px;
    transition: border-color 0.3s ease;
}

    .thumbnail:hover {
        border-color: #007bff;
    }

/*p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}*/

.category-heading {
    text-align: center;
    margin: 20px 0;
}

.h2, h3, h5 {
    color: #222 !important;
}

.content-no-css {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.product-type-icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.breadcrumb-item:empty::before {
    content: '';
}

/* Category and Product containers */
.category-table {
    padding-left: 1rem;
    margin-bottom: 2rem;
}

    /* Category headings */
    .category-table h5, .child-category h6 {
        margin-bottom: 1rem;
    }

/* Product Links */
.product-link {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0.3rem;
    border-radius: 5px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: #007bff;
    font-size: 14px;
}

.related-product-link {
    display: block;
    padding: 0.5rem 0;
    margin-bottom: 0.3rem;
    border-radius: 5px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    font-size: 14px;
}

    .product-link:hover,
    .related-product-link:hover {
        background-color: #9eadba40;
        box-shadow: 0px 2px 5px rgba(130, 133, 135, 0.4);
        text-decoration: none;
    }

.product-link.active {
    background-color: #0056b3;
    color: #fff;
}

/* Indentation for child categories and products */
.child-category {
    padding-left: 1.5rem;
    border-left: 2px solid #007bff;
    margin-bottom: 1.5rem;
}

/* Arrow icon rotation on collapse */
.collapse-toggle.collapsed .arrow img {
    transform: rotate(180deg);
}

/* Top navigation layout */
.anchor_head {
    border-bottom-style: none !important;
}

#global-nav-wrap {
    padding-bottom: 17px !important;
}
