/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.wcai-attr-icons {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin: .35rem 0;
}

.wcai-attr-icon-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  border-radius: 10px;
  background: #000000;
}

.wcai-attr-icon-item img {
  width: 22px;
  /*height: 22px; */
  display: block;
}

.wcai-attr-label {
  font-size: .85rem;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}