.sppb-product-import-table,
.sppb-blog-import-table {
    position: relative;
}

.sppb-product-import-table.is-loading::before,
.sppb-blog-import-table.is-loading::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.sppb-product-import-table.is-loading::after,
.sppb-blog-import-table.is-loading::after {
    content: '\f1ce';
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 3em;
    -webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.sppb-product-import-item,
.sppb-blog-import-item {
    cursor: pointer;
}

.sppb-product-import-item td:nth-child(2) {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sppb-thumbnail {
    margin-top: 10px;
}
