<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dropdown-options {
    position: absolute;
    top: 40px;
    z-index: 10;
}

div.product-gallery-thumblist ul.nav.flex-column {
    justify-content: space-around;
    flex-direction: row !important;
}

.simplebar-wrapper &gt; div.simplebar-mask &gt; div &gt; div &gt; div &gt; div &gt; table &gt; tbody &gt; tr &gt; td:nth-child(1) {
    padding: 0px;
    width: 50px;
    max-width: 50px;
}

@media (min-width: 576px) {
    div.product-gallery-thumblist ul.nav.flex-column {
        flex-direction: column !important;
    }

    .simplebar-wrapper &gt; div.simplebar-mask &gt; div &gt; div &gt; div &gt; div &gt; table &gt; tbody &gt; tr &gt; td:nth-child(1) {
        padding: 16px;
        width: auto;
        max-width: none;
    }

}


/*@media (max-width: 576px) {}*/</pre></body></html>