.vi_wpvs_global_setting_url {
    margin-left: 12px !important;
}

.vi_wpvs_global_setting_url a {
    text-decoration: none;
}

.vi-wpvs-swatches-setting-wrap {
    /*background: #cfdc511c;*/
    padding: 1px 0;
    margin-bottom: 10px;
}

.vi-wpvs-term-edit-image-wrap {
    position: relative;
    display: inline-flex;
    width: 200px;
    height: 200px;
    cursor: pointer;
    text-align: center;
}

.vi-wpvs-term-edit-image-preview,
.vi-wpvs-term-edit-image-preview img {
    max-width: 200px;
    max-height: 200px;
    width: 200px;
    height: 200px;
    display: inline-flex;
    margin: auto;
}

.vi-wpvs-term-add-image-wrap {
    position: relative;
    display: inline-flex;
    width: 150px;
    height: 150px;
    cursor: pointer;
    text-align: center;
}

.vi-wpvs-term-add-image-preview,
.vi-wpvs-term-add-image-preview img {
    max-width: 150px;
    max-height: 150px;
    width: 150px;
    height: 150px;
    display: inline-flex;
    margin: auto;
}

.vi-wpvs-term-image-wrap div {
    position: absolute;
    margin: auto;
    font-size: 16px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-weight: 500;
    text-transform: uppercase;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
}

.vi-wpvs-term-image-wrap:hover .vi-wpvs-term-edit-image-preview {
    opacity: .70;
}

.vi-wpvs-term-image-wrap:hover div {
    visibility: visible;
}

.vi-wpvs-term-image-remove:hover ~ .vi-attribute-image-add-new {
    visibility: hidden !important;
}

.vi-wpvs-term-image-remove:hover {
    color: #464343;
}

.vi-wpvs-term-image-remove {
    position: absolute;
    right: -10px;
    top: -10px;
    margin: 0 !important;
    font-size: 20px !important;
    z-index: 2;
    background: transparent;
    color: #bdbcbc;
}

.vi-wpvs-term-color-container-wrap table,
.vi-wpvs-term-color-container-wrap tr,
.vi-wpvs-term-color-container-wrap th,
.vi-wpvs-term-color-container-wrap td {
    align-items: center;
    text-align: center;
    border: 1px solid #c7c4c4;
    border-collapse: collapse;
    padding: 5px;
}

.iris-picker {
    position: absolute !important;
    z-index: 5;
}

.minicolors-input-swatch {
    display: none !important;
}

.minicolors-panel {
    top: 110% !important;
}

.vi-wpvs-hidden {
    display: none !important;
}