.login-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
#settings-submenu .active {
    color: #fff;
    background-color: #007bff;
}

.search-results {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 10px 30px -10px #000;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    z-index: 1000;
    display: none;
}

.search-results li {
    color: black;
    display: block;
    padding: 7px;
    text-decoration: none;
}

.search-results li:hover {
    background-color: #229ac8;
    cursor: pointer;
}

.search-results-categories {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 10px 30px -10px #000;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    z-index: 1000;
    display: none;
}

.search-results-categories li {
    color: black;
    display: block;
    padding: 7px;
    text-decoration: none;
}

.search-results-categories li:hover {
    background-color: #229ac8;
    cursor: pointer;
}

.in_stock {
    color: #28a745;
}

.out_stock {
    color: #c82333;
}

.is_parsing {
    color: #28a745;
}

.no_parsing {
    color: #c82333;
}

#buttonTop {
    position: fixed;
    bottom: 70px;
    right: 50%;
    display: none;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 50%;

}

#buttonTop:hover {
    font-size: 20px;
    line-height: 50px;
}

.product-price {
    width: 5%;
    white-space: nowrap;
}

.product-quantity-low {
    color: #1E90FF;
}
