#topbar {
    background-color: #eb593c;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.topbar-link {
    color: #fff;
    text-decoration: none;
}
#shop-logo {
    padding-top: 20px;
    padding-bottom: 20px;
}
#shop-logo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.bg-body-tertiary {
    background-color: #fff !important;
    color: #000 !important;
}
.nav-link {
    font-size: 18px;
    font-size: 600;
    text-decoration: none;
}
.carousel-item img {
    height: 400px;
    border-radius: 15px;
}
#footer {
    background-color: #333333;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
#btn-review-submit {
    font-size: 16px;
    padding: 10px 100px;
}
.rating {
    border: none;
    float: left;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.rating > input {
    display: none;
}
.rating > label {
    color: #ddd;
    float: right;
}
.rating > label:before {
    margin: 5px;
    font-size: 2.25em;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    content: "\f005";
}
.rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
     color: orange;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.side {
    float: left;
    width: 10%;
    margin-top: 10px;
}
.middle {
    margin-top: 10px;
    float: left;
    width: 80%;
}
.right {
    text-align: right;
}
.bar-container {
    width: 100%;
    background-color: #ddd;
    text-align: center;
    color: white;
}
/* Individual bars */
.bar-5 {
    height: 18px;
    background-color: #04AA6D;
}
.bar-4 {
    height: 18px;
    background-color: #2196F3;
}
.bar-3 {
    height: 18px;
    background-color: #00bcd4;
}
.bar-2 {
    height: 18px;
    background-color: #ff9800;
}
.bar-1 {
    height: 18px;
    background-color: #f44336;
}
.total-rating-count-container {
    text-align: center;
    vertical-align: middle;
    position: relative;
}
#rating-counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#rating-counter .fa {
    font-size: 63%;
    color: #ddd;
}
.alert ul {
    margin-bottom: 0rem;
}
.comment-avatar {
    width: 45px;
    aspect-ratio: 1 / 1;
}
.reviews-comments-container .fa {
    font-size: 14px;
}
.checked, #rating-counter .fa.checked {
    color: orange;
}

@media screen and (min-width: 1400px) {
    #rating-counter .fa {
        font-size: 150%;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    #rating-counter .fa {
        font-size: 135%;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    #rating-counter .fa {
        font-size: 110%;
    }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    #rating-counter .fa {
        font-size: 105%;
    }
    .carousel-item img {
        height: 250px;
    }
}

@media screen and (max-width: 575px) and (min-width: 0px) {
    .carousel-item img {
        height: 200px;
    }
}