.font-weight-bold {
    font-weight: bold;
}
.fs {
    font-size: 25px;
}

.navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers items horizontally */
    justify-content: center; /* Centers items vertically if needed */
    text-align: center; /* Aligns the text inside the element */
}

.logo {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
}

h3 {
    font-size: 20px;
}
.product-size {
    height: 110px;
}
.product-details-image {
    border: 5px solid #0000;
}
.list-none{
    list-style-type: none;
}
.image-center {
    margin-right:20px;
    margin-left:30px;
    text-align:center;
}

.full-width {
    width: 100%;
}
.capitalize {
    text-transform: capitalize;
}
