.btn-view-product {
    background-color: #DD3E55;
    color: white;
    width: 80%;
}

.btn-view-product:hover {
    background-color: #DD3E55;
    color: white;
}

.btn-remove-favorites {
    background-color: #000000;
    color: white;
    width: 80%;
}

.btn-remove-favorites:hover {
    background-color: #000000;
    color: white;
}

.selector {
    border: 1.5px solid transparent;
    background-color: #f1f3f5;
    color: #000000;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.disabled {
    background-color: #f1f3f5;
    color: #adb5bd;
}

.hover {
    border: 1.5px solid #000000;
    background-color: #f1f3f5;
    color: #000000;
}

.selected {
    border: 1.5px solid #f1f3f5;
    background-color: #000000;
    color: #f1f3f5;
}

.hint {
    cursor: pointer;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%) sepia(0%) saturate(500%) hue-rotate(0deg);
}