﻿.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 > div.simplebar-mask > div > div > div > div > table > tbody > tr > 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 > div.simplebar-mask > div > div > div > div > table > tbody > tr > td:nth-child(1) {
        padding: 16px;
        width: auto;
        max-width: none;
    }

}


/*@media (max-width: 576px) {}*/