@keyframes wpc-spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wpc-spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes wpcis-spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wpcis-spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.wpcis_tab a:before {
    content: "\f161" !important;
}

#wpcis_settings input[type="search"], #wpcis_settings input[type="text"], #wpcis_settings input[type="number"] {
    font-size: 13px;
    height: 30px;
    line-height: 1;
}

#wpcis_settings label {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

#wpcis_settings .w100 {
    position: relative;
    display: inline-block;
    width: 100%;
}

#wpcis_settings .w100 input {
    width: 100%;
}

#wpcis_settings .loading {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 998;
}

.wpcis_table table {
    width: 100%;
    padding: 12px;
    border-spacing: 0;
    border-collapse: separate;
}

.wpcis_table table tr th, .wpcis_table table tr td {
    padding: 5px 0;
}

.wpcis_table table tr th {
    font-size: 12px;
    font-weight: 400;
    text-align: start;
    width: 150px;
}

.wpcis_table table tr td {
    text-align: start;
}

.wpcis_table .small-text {
    width: 65px !important;
}

.wpcis-images-form .wpcis-images {
    margin-top: 0;
    margin-left: -8px;
    margin-right: -8px;
}

.wpcis-images-form .wpcis-images:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wpcis-images-form .wpcis-images li {
    float: left;
    margin: 8px;
    border: 1px solid transparent;
}

.wpcis-images-form .wpcis-images li.sortable-placeholder {
    border: 1px dashed #ccc;
    background-color: #fafafa;
    width: 48px;
    height: 48px;
}

.wpcis-images-form .wpcis-images li .wpcis-image-thumb {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    cursor: move;
}

.wpcis-images-form .wpcis-images li .wpcis-image-thumb img {
    height: auto;
    width: 100%;
}

.wpcis-images-form .wpcis-images li .wpcis-image-thumb .wpcis-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;
}

.wpcis-images-form .wpcis-images li .wpcis-image-thumb .wpcis-image-remove:hover:before {
    color: #ff0000;
}

.wpcis-preview {
    display: flex;
    margin: 0;
    padding: 0;
}

.wpcis-preview.wpcis-preview-loading .wpcis-preview-inner {
    position: relative;
}

.wpcis-preview.wpcis-preview-loading .wpcis-preview-inner:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-width: 4px;
    border-style: solid;
    border-radius: 100%;
    border-top-color: rgba(0, 0, 0, .5);
    border-left-color: rgba(0, 0, 0, .1);
    border-bottom-color: rgba(0, 0, 0, .1);
    border-right-color: rgba(0, 0, 0, .1);
    animation: wpcis-spinner 1s linear infinite;
    -webkit-animation: wpcis-spinner 1s linear infinite;
}

.wpcis-preview.wpcis-preview-loading .wpcis-preview-inner:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .05);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    pointer-events: none;
}

.wpcis-preview .wpcis-preview-inner {
    width: 340px;
    height: 340px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fafafa;
    overflow: hidden;
}

.wpcis-preview ul.products {
    display: block;
    align-items: center;
    margin: 0;
    padding: 10px;
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.wpcis-preview ul.products li.product {
    margin: 0;
    padding: 0;
    position: relative;
}

.wpcis-preview ul.products li.product img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wpcis-preview .wpcis-preview-inner .wpcis-slider .wpcis-slider-slides {
    visibility: visible !important;
    width: 278px !important;
    height: 278px !important;
}