.test {
    color: red;
}

.title {
    font-size: 20px;
    font-weight: 600;
}

.bgGrey {
    background-color: #f9f9f9;
    border-bottom: 1px solid #fff;
    padding: 50px 0 60px 0;
}

.bgWhite {
    padding: 50px 0 60px 0;
}

.searchBar {
    padding: 14px 0;
    background-color: #f0f0f0;
}

.inputIcon i {
    float: right;
    position: absolute;
    top: 13px;
    right: 25px
}

.tagsFilter {
    background-color: #F9F9F9;
}

ul.categories {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    white-space: nowrap;
}

ul.categories li {
    list-style: none;
    margin: 0;
    display: inline-block;
}

.cart {
    font-size: 15px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 55px;
    cursor: pointer;
}

.cart .qtdy {
    background-color: #EE4459;
    border-radius: 100%;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    padding: 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    position: absolute;
    margin-left: -10px;
    margin-top: -10px;
}

.categories::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.categories:hover::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.categories::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.categories::-webkit-scrollbar-thumb {
    background: #9b9797;
    border: 2px solid #ffffff;
    border-radius: 100px;
}

.categories::-webkit-scrollbar-thumb:hover {
    background: #9b9797;
}

.categories::-webkit-scrollbar-thumb:active {
    background: #9b9797;
}

.categories::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0px none #ffffff;
    border-radius: 10px;
}

.categories::-webkit-scrollbar-track:hover {
    background: #ffffff;
}

.categories::-webkit-scrollbar-track:active {
    background: #ffffff;
}

.categories::-webkit-scrollbar-corner {
    background: transparent;
}