﻿.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) {}*/

.btn-wishlist.active {
    color: var(--cz-danger);
}

/* X (formerly Twitter) social button */
.btn-social.bs-x {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}
.btn-social.bs-x > svg {
    width: 0.75em;
    height: 0.75em;
}
.bs-x:hover {
    background-color: #000;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.9);
}
.bs-x:hover.bs-light {
    color: #000;
}