.customer-price-loader .loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #d8d8d8;
    border-top-color: #555;
    border-radius: 50%;
    vertical-align: middle;
    animation: customer-price-loader-spin .75s linear infinite;
}

.customer-price-loader._empty .loader,
.customer-price-loader._resolved .loader {
    display: none;
}

.customer-price-autocomplete .customer-price-loader {
    display: none;
}

.customer-price-autocomplete .customer-price-loader._resolved {
    display: inline-block;
}

.customer-price-autocomplete._resolved .customer-price-native {
    display: none;
}

.um-prodmatrix._ppc-price-list .ppc-matrix-price:not(._ppc-resolved),
.um-prodmatrix._ppc-price-list .ppc-matrix-native-price {
    visibility: hidden;
}

@keyframes customer-price-loader-spin {
    to {
        transform: rotate(360deg);
    }
}
