/**
 * @author    Full Stack Mind
 * @copyright 2024 Full Stack Mind
 * @license   2024 Full Stack Mind
 */
#vidaXL_variations {
    max-height: 244px;
    overflow-y: scroll;
    -webkit-box-shadow: inset 1px -8px 20px -3px #8a8a8a1c;
    -moz-box-shadow: inset 1px -8px 20px -3px #8a8a8a1c;
    -o-box-shadow: inset 1px -8px 20px -3px #8a8a8a1c;
    box-shadow: inset 1px -8px 20px -3px #8a8a8a1c;
}
#vidaXL_variations a.vidaXLProdLink {
    display: block;
}
#vidaXL_variations a.vidaXLProdLink img {
    max-width: 52px;
}

/* Quick view */
.quickview #vidaXL_variations_outer {
    text-align: left;
}
img#loadingVidaXLVariations {
    width: 30px;
    display: block;
    margin: auto;
}
img#loadingVidaXLVariations.hide {
    opacity:0;
}
