link {
    width: 15px;
    height: auto;
}

.dropdown-item:hover {
    background-color: antiquewhite;
}

#slider {
    padding-top: 80px;
}

#review-box {
    width: 100%;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+label:hover {
    background: wheat;
}

#display-rating {
    pointer-events:none;
}

.btn-custom {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-custom:hover {
    background-color: orange;
    border-color: orange;
}