/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

dt.variation-nbsp {
    display: none !important;
}

dd.variation-nbsp {
    margin: 10px 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#custom-loader-spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #555;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}
