/* Icons for attribute groups in product and quick view */
/*.product-variants .attrdesc {
}*/

/* Icons for features in product/data sheet view */
/*.product-features .attrdesc {
	float:right; /* example to align all icons right */
/*}*/

/* Every indivual icon has any unique identifier based on its attribute group/feature name following the naming
   convention #attrdesc_id_NAME where NAME has to be relaced by the attribute group/feature name in the lower case.
   If you use multiple languages you need to create these for each language 
   e.g. for "Size" ("Größe" in German):*/
/*#attrdesc_id_size, #attrdesc_id_größe {
    color: red!important; /* example to make "size" icons red */
/*}*/

/* Icons for attribute groups/features in faceted filter/layered navigation */
/*.facet-title .attrdesc {
	font-size:1.5rem!important; /* example to make the icons in filter bigger */
/*}*/

/* Icons for attribute groups/features in cart*/
.cart-item .attrdesc {
	padding: initial!important;
}

/* Icons for attribute groups/features in checkout*/
#cart-summary-product-list .attrdesc {
	font-size: 1.0rem;
    padding: 0 0 1.11rem 0!important;
}

.attrdescpopover {
    /* max-width:initial; Moved to module config */
    z-index:99999;
}