div#svi-images_tab_data {
    padding: 15px;
}

div#svi-images_tab_data .svi-table {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

div#svi-images_tab_data .svi-table .svi-table-cell {
    flex-grow: 1;
}

div#svi-images_tab_data .svi-table .svi-table-cell:nth-child(2) {
    flex-grow: 8;
}

div#svi-images_tab_data .svi-table .svi-table-cell .select2-container {
    width: 100%!important;
}

div#svi-images_tab_data .svi-table .svi-table-cell label {
    float: unset;
    margin: unset;
}

.svibadge_wrapper {
    line-height: 22px;
}

div#svi-images_tab_data select {
    background-color: #fff;
    border: 1px solid #aaa;
    height: 30px;
    border-radius: 0;
    line-height: 1.5;
    width: 100%!important;
    overflow: hidden;
}

div#svi-images_tab_data select option {
    height: 2em;
    display: flex;
    align-items: center;
}

div#svigallery {
    margin-top: 20px;
}

.svipro-product_images_container .product_images {
    min-height: 100px;
}

div#svigallery ul.product_images>li {
    background: #f7f7f7;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: move;
    float: left;
    margin: 9px 9px 0 0;
    position: relative;
    width: 80px;
}

div#svigallery li img {
    display: block;
    height: auto;
    width: 100%;
}

div#svigallery ::after,
div#svigallery ::before {
    box-sizing: border-box;
}

div#svigallery .inside .svipro-product_images_container ul::after {
    clear: both;
}

div#svigallery .inside .svipro-product_images_container ul::after,
div#svigallery .inside .svipro-product_images_container ul::before {
    content: " ";
    display: table;
}

div#svigallery h2 {
    text-transform: capitalize;
    background-color: #3c3c3c;
    color: #fff;
}

div#svigallery h2.danger {
    text-transform: capitalize;
    background-color: #953b39;
    color: #fff;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        background-color: #953b39;
    }
    50% {
        background-color: #fff;
    }
    100% {
        background-color: #953b39;
    }
}

div#svigallery .notice {
    margin-top: 0px!important;
    border-top: none;
    border-left: none;
    border-right: none;
}

div#svigallery .inside .svipro-product_images_container ul ul.actions li a.delete {
    display: block;
    text-indent: -9999px;
    position: relative;
    height: 1em;
    width: 1em;
    font-size: 1.4em;
    color: #999;
}

div#svigallery .inside .svipro-product_images_container ul ul.actions li a.delete::before {
    color: red;
    content: "";
    font-family: Dashicons;
    font-variant: normal;
    font-weight: 400;
    height: 100%;
    left: 0;
    line-height: 1;
    margin: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    top: 0;
    width: 100%;
}

div.svipro-product_images_container {
    padding: 0 10px;
    text-align: center;
}

div#svigallery .inside .svipro-product_images_container ul li:hover ul.actions {
    display: block;
}

div#svigallery .inside .svipro-product_images_container ul ul.actions li a.tips {
    cursor: pointer;
}

div#svigallery .inside .svipro-product_images_container ul {
    margin: 0;
    padding: 0;
}

div#svigallery .inside .svipro-product_images_container ul ul.actions {
    display: none;
    padding: 2px;
    position: absolute;
    right: -8px;
    top: -8px;
}

.svi-pullright {
    float: right !important;
}

li.svi_variations_options.show_if_variable>a {
    background-color: #ffa500;
    color: #fff;
    font-size: 13px;
    font-weight: lighter;
}

li.svi_variations_options.show_if_variable.active>a {
    background-color: transparent;
    color: inherit;
}

form#woosvi_license a {
    font-weight: 700;
    color: #45bbe6;
}

form#woosvi_license ul.sviul {
    margin-left: 25px;
}

tr.svisubfield {
    background-color: #f9f9f9;
}

tr.svisubfield th {
    padding-left: 3% !important;
}

tr.svisubfield th div,
tr.svisubsubfield th div {
    display: inline-block !important;
    margin-left: 5px;
}

tr.svisubfield th::before,
tr.svisubsubfield th::before {
    content: "-";
}

tr.svisubsubfield th {
    padding-left: 5% !important;
}

.svibadge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
}

.svibadge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.svibadge-error {
    background-color: #b94a48;
}

.svibadge-error:hover {
    background-color: #953b39;
}

.svibadge-warning {
    background-color: #f89406;
}

.svibadge-warning:hover {
    background-color: #c67605;
}

.svibadge-success {
    background-color: #468847;
}

.svibadge-success:hover {
    background-color: #356635;
}

.svibadge-info {
    background-color: #3a87ad;
}

.svibadge-info:hover {
    background-color: #2d6987;
}

.svibadge-inverse {
    background-color: #333333;
}

.svibadge-inverse:hover {
    background-color: #1a1a1a;
}

div#svigallery .wc-metabox-sortable-placeholder::after {
    font-family: Dashicons;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "";
    font-size: 2.618em;
    line-height: 72px;
    color: #ddd;
}

#postimagediv .inside p,
#product_images_container li,
.svipro-product_images_container li {
    position: relative;
}

#postimagediv .inside p .svi-addvideo,
#product_images_container li .svi-addvideo,
.svipro-product_images_container li .svi-addvideo {
    position: absolute!important;
    opacity: 0;
}

#postimagediv .inside p:hover .svi-addvideo,
#product_images_container li:hover .svi-addvideo,
.svipro-product_images_container li:hover .svi-addvideo {
    position: absolute!important;
    left: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    opacity: 0.8;
    z-index: 10;
    top: 2px;
    left: 2px;
    display: inline;
    margin-left: 0px;
    cursor: pointer!important;
}

#postimagediv .inside p .svi-editvideo,
#product_images_container li .svi-editvideo,
.svipro-product_images_container li .svi-editvideo {
    position: absolute!important;
    left: 0;
    opacity: 0.8;
    z-index: 10;
    top: 2px;
    left: 2px;
    display: inline;
    margin-left: 0px;
    cursor: pointer!important;
    color: red;
}

a.sviprobulk_remove {
    text-decoration: none;
    color: #fff;
}

.svi-editvideo .dashicons:hover {
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    opacity: 0.8;
    color: red;
}

.add_product_images_svipro {
    height: 80px;
}

.add_product_images_svipro a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #3c3c3c;
    opacity: 0.5;
}

.add_product_images_svipro a>span {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    padding: 15%;
    border: 3px dashed;
}

.add_product_images_svipro a:hover {
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    opacity: 1;
}

span.sviHiddenLoop {
    padding: 5px 0px;
    display: block;
    text-align: right;
}

.svipro-product_images_container .ui-state-disabled {
    pointer-events: all!important;
}

.svi-woocommerce-info {
    color: #fff;
    background-color: #ffa500;
    border-color: #ffae00;
    padding: 10px 15px;
    list-style-position: inside;
    text-align: left;
    border: 1px solid;
    margin: 10px;
    font-size: 14px;
    font-weight: lighter;
}

.svi-variation-gallery {
    display: inline-block;
}

.svi-add-additional-images {
    margin-left: 10px!important;
}

.svi-formgroup label {
    display: inline-block;
    margin-bottom: .5rem;
}

.svi-formgroup .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.svi-formgroup .small,
.svi-formgroup small {
    font-size: 80%;
    font-weight: 400;
}

.svipro-dialog .ui-dialog-titlebar-close:before {
    display: none;
}

.svipro-dialog .ui-button.ui-dialog-titlebar-close {
    top: 5px;
    color: transparent!important;
}

.select2-results__group {
    cursor: pointer!important;
}

.select2-results__group:hover {
    background-color: rgba(240, 240, 240, 0.6);
    cursor: pointer;
}

.notice.wpsfsvi-info {
    display: block!important;
    margin: 0px !important;
}

tr.wpsfsvi-subfield {
    background-color: #eee;
}

tr.wpsfsvi-subfield>th {
    text-align: right;
}

tr.wpsfsvi-subfield>td {
    padding-left: 40px;
}