/**
* 2024 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2024 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.anpa-attribute-not-available-icon {
    display: none;
}
.an_productattributes .an_pa_product-variants>.product-variants-item ul li {
    margin-bottom: 5px;
}
.product-variants-item label {
    margin: 0;
    display: flex;
}
.an_productattributes-group .anpa-attribute-not-available .radio-label {
    color: #ACACAC;
    text-decoration: line-through;
}
.anpa-attribute-not-available .anpa-attribute-not-available-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #dddddd;
    overflow: hidden;
    pointer-events: none;
}
.an-input-container-color.anpa-attribute-not-available .anpa-attribute-not-available-icon {
    padding: 0px;
    border-radius: 50%;
    z-index: 1;
}