.product-box {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.number span {
    color: #ccc;
    font-weight: normal;
}


#search-spinner > div {
    width: 2rem;
    margin: 3rem auto;
}

.product-cart-button > svg {
    fill: #00aa00;
}

#div_scroll_up {
    position: fixed;
    bottom: 2rem;
    right: 3rem;
    opacity: 0.6;
    display: none;
}

#div_scroll_up:hover {
    opacity: 1;
}

#div_scroll_up > button {
    padding: 6px 12px;
}