.woocommerce_variation .wpcvi-title {
    clear: left;
    padding-top: 20px;
}

.woocommerce_variation .wpcvi-images {
    margin-left: -8px;
    margin-right: -8px;
}

.woocommerce_variation .wpcvi-images:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.woocommerce_variation .wpcvi-images li {
    float: left;
    margin: 8px;
}

.woocommerce_variation .wpcvi-images li.sortable-placeholder {
    border: 2px dashed #ccc;
    width: 48px;
    height: 48px;
}

.woocommerce_variation .wpcvi-images li .wpcvi-image-thumb {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    cursor: move;
}

.woocommerce_variation .wpcvi-images li .wpcvi-image-thumb img {
    height: auto;
    width: 100%;
}

.woocommerce_variation .wpcvi-images li .wpcvi-image-thumb .wpcvi-image-remove:before {
    content: "\f335";
    font-family: "Dashicons";
    position: absolute;
    top: -7px;
    right: -7px;
    color: #999999;
    border: 1px solid;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-size: 15px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.woocommerce_variation .wpcvi-images li .wpcvi-image-thumb .wpcvi-image-remove:hover:before {
    color: #ff0000;
}

/*# sourceMappingURL=backend.css.map */
