/**
* 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)
*/
.an_productattributes .an_pa_product-variants>.product-variants-item ul li {
  margin-bottom: 5px;
}
.product-variants-item label {
  margin: 0;
  display: flex;
}
.anpa-attribute-not-available .anpa-attribute-not-available-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  color: #dddddd;
}
.an-input-container-color.anpa-attribute-not-available .anpa-attribute-not-available-icon {
  padding: 0px;
}