* {
    margin: 0px;
    padding: 0px;
    /* background-color: #007bff; */
}

.navbar-brand {
    /* background-color: #000000; */
    height: 3vh;
}

.collapse {
    color: #000000;
    font-size: 15px;
    /* padding: 3%; */
    /* margin-left: 100px; */
    /* gap: 20px; */
}

.nav-link {
    position: relative;
    /* padding: 30%; */

}

.navbar-nav {
    /* background-color: #000000; */
    width: 100%;
    /* color: #000000; */
}

.nav-item {
    /* width: 300%; */
    /* background-color: #000000; */
    /* padding: -5%; */
    margin-left: 1%;
}

.nav-link:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: black;
    /* Change to your desired color */
    left: 0;
    bottom: -5px;
    /* Adjusts the position of the underline */
}

.fa {
    color: #000000;
    /* background-color: azure; */
}


.search-container {
    position: relative;
    /* color: #030000; */
    /* background-color: white; */
}

#searchInput {
    width: 200px;
    /* Adjust width as needed */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    /* color: black; */
    /* Initially hidden */
    /* background-color: white; */

}

.products-header {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}

.products-header h2 {
    font-size: 24px;
    font-weight: bold;
}

.products-header .product-count {
    font-size: 14px;
    font-weight: bold;
}

.filters-sort {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.filters-sort span {
    margin-right: 15px;
}

.filters-sort span::after {
    content: "|";
    margin-left: 15px;
}

.filters-sort span:last-child::after {
    content: "";
    margin: 0;
}

.container7 {
    /* background-color: #000000; */
    border: 1px rgba(118, 117, 117, 0.203) solid;
    height: 5vh;
    margin-top: -1%;
    color: #000000;
    /* position: fixed; */

}

.container10 {
    /* background-color: #000000; */
    height: 85vh;
}

.row4 img {
    /* background-color: #000000; */
    /* padding: 1%; */
    margin-top: 2.5%;
}

.container11 {
    position: relative;
    text-align: center;
    color: rgb(0, 0, 0);
    text-decoration: none;

}

.top-left10{
    position: absolute;
    top: 8px;
    left: 16px;
    color: #000000;
    text-decoration: none;
    margin-top: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-decoration: none;

}


.top-left10 a{

    color: #000000;
    text-decoration: none;
    /* background-color: aqua; */
    width: 100px;

}