<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.google_review {
    color: white;
    position: relative;
    border-bottom: 2px solid #231f20;
    background-color: #231f20;
    margin-bottom: -1px;
    .google_review_section {
        margin-bottom: 3%;
        .review_link {
            text-align: center;
            margin-bottom: 1%;
            .review-link-text{
                color: white;
                font-size: 20px;
                font-weight: 400;
                text-transform: uppercase;
                letter-spacing: 2px;
                margin-bottom: 20px;
                display: inline-block;
                margin-top: 2.25rem;
            }
        }
        .review_slider {
            .section-1 {
                background-color: white;
                color: black;
                padding: 22px;
                border-radius: 1.5rem;
                height: 210px;
                position: relative;

                .alllogo {
                    display: flex; /* This will make the stars align horizontally */
                    gap: 5px; /* Optional: Adjust the space between stars */
                    justify-content: flex-start; /* Ensures alignment starts from the left */
                    align-items: center; /* Vertically centers the stars */
                }
                .link-text {
                    padding-top: 13px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 4;
                }

                .goole-logo {
                    height: 25px;
                    width: 75px;
                    margin-bottom:10px;
                    position: absolute;
                    bottom: 0;
                }

            }

            .section-2 {
                display: flex;
                margin-top: 10px;

                .author-image {
                    margin-right: 16px;
                    margin-bottom: 8px;

                    .img-radius {
                        height: 40px;
                        width: 40px;
                    }
                }

                .author-name-months {
                    line-height: 20px;
                    text-align: left;
                    display: grid;

                    .author-name {
                        .review-text {
                            font-size: 0.875rem;
                            line-height: 1rem;
                            font-weight: 700;
                            color: white;
                        }
                    }

                    .review-date {
                        .review-text {
                            font-size: .75rem;
                            line-height: 1rem;
                            color: white;
                        }
                    }
                }
            }
        }
    }
    .owl-nav {
        position: unset;
        color: black;
        .owl-prev {
            position: absolute;
            left: -16px;
            top: 40%;
            background: white;
            border: 1px solid black;
            padding: 4px 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 17px;
            font-size: 26px;
        }
        .owl-next {
            position: absolute;
            right: -16px;
            top: 40%;
            background: white;
            border: 1px solid black;
            padding: 4px 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 17px;
            font-size: 26px;
        }
    }
    .review-button-section {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        button {
            border: 1px solid white;
            font-weight: 500;
            font-size: 13px;
            padding: 10px 19px;
            height: 60px;
            text-transform: uppercase;
            letter-spacing: 2px
        }
    }
}
.google_review.widget {
    background-color: #fff;
    .google_review_section {
        .review_slider {
            .section-1 {
                background-color: #1111110d;
            }
        }
        .review_link {
            .review-link-text{
                color: #000;
                font-size: 20px;
            }
        }
        .review_slider {
            .section-2 {
                .author-name-months {
                    .author-name,
                    .review-date {
                        .review-text {
                            color: #000;
                        }
                    }
                }
            }
        }
    }
    .review-button-section {
        margin-bottom: 100px;
        button {
            border: 1px solid #000;
            color: #000;
        }
    }
}
.catalog-category-view {
    .page-footer {
        .google_review {
            .alllogo {
                img {
                    width: auto;
                }
            }
            .owl-nav {
                position: unset;
                color: black;
                .owl-prev {
                    background: white;
                    border: 1px solid black;
                    padding: 4px 16px !important;
                    font-size: 26px;
                }
                .owl-next {
                    background: white;
                    border: 1px solid black;
                    padding: 4px 16px !important;
                    font-size: 26px;
                }
            }
        }
    }
}
#recaptcha-invisible,
.grecaptcha-badge,
.g-recaptcha {
    z-index: 5;
    position: relative;
}
@media (max-width: 767px) {
    .google_review {
        .owl-nav {
            .owl-prev {
                left: -10px;
            }
            .owl-next {
                right: -10px;
            }
        }
        .google_review_section {
            .review_slider {
                .section-1 {
                    padding: 28px;
                }
            }
        }
    }
}
</pre></body></html>