/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 03 2026 | 11:59:45 */
.single-product .rate-banner-under-gallery {
    clear: both;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
}

.single-product .rate-banner-under-gallery a {
    display: inline-block;
}

.single-product .rate-banner-under-gallery img {
    display: block;
    width: auto;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .single-product .rate-banner-under-gallery img {
        width: auto;
        max-width: 85%;
    }
}