/* VP Custom Advanced Settings */
.plg-vmcustom-advanced-variant:last-child {
    margin-bottom: 0;
}

.vmcustomadvanced-help,
.product-field-desc {
    font-style: italic;
}

.vmcustomadvanced-is-btn .vmcustomadvanced-radio-info {
    /* In "Show as Button" mode, place price under button */
    display: block;
}

.plg-vmcustom-advanced-sample-img,
.vmcustomadvanced-radio-sample-img {
    /* In "Radio Button" force hight for all images to same height */
    width: auto;
    height: 46px;
}

.plg-vmcustom-advanced-sample-img:hover,
.vmcustomadvanced-radio-sample-img:hover {
    /* In "Radio Button" mode scale image on hover */
    transform: scale(2);
    z-index: 999;
}

.plg-vmcustom-advanced-sample-img img,
.vmcustomadvanced-radio-sample-img img {
    /* In "Radio Button" mode strech image to full height */
    height: 100%;
}
