/*!
 * SHOP FILTER UI
 * - Filter bar layout
 * - Button style filters
 * - Inline display, spacing
 */



 /*! ***** SHOP ********************* */
  
  /* Styling shop filters on shop archive pages e.g. under Art Gallery showing 'Cityscapes, Iconic Works, Landscapes' etc... */
  /* Remove default list styling and align inline */
  /* Container for the filter area */
  
  .shop-filters-wrapper {
    text-align: center;
    margin-bottom: 1em;
    padding-bottom: 20px;
  }
