.banner-rating {
    background-color: #f9f9f9;
    margin-bottom: 40px;
    margin-top: 94px;
    padding-bottom: 40px;
    position: relative;
}

.banner-rating:before {
    border-left: 9999px solid #f9f9f9;
    bottom: 0;
    box-shadow: 9999px 0 0 #f9f9f9;
    content: "";
    display: block;
    left: -9999px;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-rating .ratings__header {
    display: block;
    padding: 0 0 30px;
    text-align: center;
}

.banner-rating .ratings__header h3 {
    color: #3a3530;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.banner-rating .ratings__header .store-rating {
    align-items: center;
    display: flex
;
    gap: 12px;
    justify-content: center;
}
.banner-rating .ratings__header .store-rating__average {
    color: #3a3530;
    font-size: 32px;
    font-weight: 600;
}
.banner-rating .ratings__header .store-rating .stars-rating {
    display: flex
;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}.banner-rating .ratings__header .store-rating .stars-rating a.total-ratings {
     color: #3a3530;
     font-size: 17;
     text-decoration: underline;
 }

.banner-rating .rate-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .banner-rating .rate-items .vote-wrap {
        width: calc(33.33% - 40px);
        margin: 20px;
        padding: 20px;
        border: 1px solid #e4e4e4;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        background-color: #f1f1f1;
    }
}
.banner-rating .rate-items .vote-wrap {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    border-radius: 20px;
}
.content .vote-wrap, #hodnoceni_vytazek .vote-wrap {
    padding: 20px;
    border: 1px solid #e4e4e4;
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(100% / 3 - 17.5px * 2);
    background-color: #f1f1f1;
    margin: 0;
}

.banner-rating .vote-wrap {
    border: 1px solid #e4e4e4;
    color: #3a3530;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 38px 15px 15px;
    width: 100%;
    background-color: #f1f1f1;
}

.banner-rating .vote-wrap .vote-header {
    width: 100%;
}

.banner-rating .vote-wrap .vote-pic {
    display: none;
}

.banner-rating .vote-wrap .vote-summary {
    margin-top: 15px;
}

.banner-rating .vote-wrap .vote-summary {
    margin-top: 15px;
}

.banner-rating .vote-wrap .vote-name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
}

.vote-wrap .vote-header .vote-rating {
    display: flex
;
    justify-content: flex-start !important;
    align-items: center;
}

.banner-rating .vote-wrap .vote-summary .stars {
    left: 20px;
    margin: 0;
    position: absolute;
    top: 15px;
}
.banner-rating .rate-items .vote-wrap .stars {
    display: block;
    margin-bottom: 10px;
}

.banner-rating .vote-wrap .vote-rating .vote-delimeter {
    display: none;
}

.banner-rating .vote-wrap .vote-time {
    color: #3a3530;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.banner-rating .rate-items .vote-wrap .vote-content {
    margin: 20px 0 0 0;
}
.banner-rating .vote-wrap .vote-content {
    font-size: 16px;
    order: -1;
    width: 100%;
}

.in-hodnoceni-obchodu .content .votes-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 767px) {
    .in-hodnoceni-obchodu .content .votes-wrap {
        flex-direction: column;
    }

    .content .vote-wrap, #hodnoceni_vytazek .vote-wrap{
        width: 100%;
    }

    .h4.homepage-group-title, h4.homepage-group-title {
        font-size: 50px;
        text-align: center;
        margin-top: 0;
    }
}

@media (min-width: 767px) and (max-width: 991px){
    .content .vote-wrap, #hodnoceni_vytazek .vote-wrap{
        width: calc(100% / 2 - 17.5px * 2);
    }
}

