.favoritocolori {
    color: #df8650 !important;
}

.responsive-height {
    height: 500px;
}

@media (max-width: 768px) {
    .responsive-height {
        height: 260px;
    }
}

.checkbox-container {
    overflow: auto;
    height: 120px;
}

.product-sidebar::-webkit-scrollbar, .checkbox-container::-webkit-scrollbar {
    background: transparent;
    border-radius: 30px;
    padding-right: 10px;
    width: 5px;
}

.product-sidebar::-webkit-scrollbar-thumb, .checkbox-container::-webkit-scrollbar-thumb {
    background-color: #EAEAEA;
    border-radius: 30px;
    height: 222px;
}

.scroll-home {
    overflow: auto;
    height: 600px;
}

.scroll-home::-webkit-scrollbar {
    background: transparent;
    border-radius: 30px;
    padding-right: 10px;
    width: 5px;
}

.scroll-home::-webkit-scrollbar-thumb {
    background-color: #EAEAEA;
    border-radius: 30px;
    height: 222px;
}

.product-page .show-item-and-filte .filter-view .view ul li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #13141A;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: 0.35s;
}

.mr10 {
    margin-right: 10px;
}

.w20 {
    width: 20px;
}

#sidebar-button-seminuevos {
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    width: 60px; 
    height: 60px; 
    background-color: #df8650;
    color: white; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

#sidebar-button-seminuevos:hover {
    background-color: #df8650; 
}

#sidebar-button-seminuevos img {
    width: 30px; 
    height: 30px; 
}

