
/*  --------------------------------
*   Plugin BC' WC Manager by Bicizco
*   V1.3 240315 1600
*   -------------------------------- */

.hidden{
    display:none !important;
}

.highlighted{font-weight:bold;}

.bcz_actions {text-align:right;}

.woocommerce-MyAccount-navigation-link--wishlist a:before {
    content: "\f004" !important; 
}
.woocommerce-MyAccount-navigation-link--alerts a:before {
    content: "\f0f3" !important;
}

.wishlist-button,
.onstockalert-button{
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}
.button i{
    margin-left: 0.5rem;
}
.button.simple i{
    margin-left: 0;
}


.button.is-loading {
    pointer-events: none;
    opacity: 0.75;
}

.button.is-loading::after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    border: 2px solid var(--idam-secondary);
    border-top: 2px solid var(--idam-primary);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 1s linear infinite;
}

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

.stock.alert{color : #cc8500}
.stock.alert::before{content: "⚠";}