.add-basket {
    margin-bottom: 0 !important;
}
.single_reviews {
    width: 100% !important;
}
.florist-reviews-section-content .view-all {
    margin: 32px auto 0 auto;
    display: block;
    width: 100%;
    text-align: center;
}
@media (max-width: 768px) {
    .generic-overlay {
        padding: 15px;
    }
    .generic-title {
        font-size: 20px !important;
    }
}
.generic-message {
    max-height: 50vh;
    overflow: auto;
    max-width: initial !important;

    /* These help override global scrollbar hiding */
    scrollbar-width: auto;         /* Firefox */
    -ms-overflow-style: auto;      /* IE 10+ */
    scrollbar-color: #6247aa transparent;
}

/* Restore scrollbars in WebKit browsers */
.generic-message::-webkit-scrollbar {
    display: block !important;
    width: 8px;
}

.generic-message::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.generic-message::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.single_reviews {
    border: 1px solid #c2c2ca;
    border-radius: 4px;
    padding: 32px;
    width: calc(50% - 12px);
    margin-bottom: 24px;    
}
.single_reviews .stars {
    margin-top: 12px;
    margin-bottom: 16px;
}
.single_reviews .stars img {
    height: 32px;
}
.single_reviews .via {
    font-size: 12px;
    color: #23233d;
}
.review-overal {
    margin-right: 10px;
}
.tot-rev {
    text-decoration: underline;
    cursor: pointer;
}
.florist-reviews-section-content {
    padding-bottom: 0;
}

.product-reviews .wrapper-content {
    width: 100%;
}

.review-preview {
    margin-top: 8px;
    margin-bottom: 18px;
}