/* #####################################################################################################
   Frequently asked questions
   ##################################################################################################### */

/*----- Color variables -----*/
/*----- Size variables -----*/
/*----- Font variables -----*/
/*----- Responsive variables -----*/
/*----- Ratio variables (product item ratio (thumb + content)) -----*/
/* set ProductImageRatio in productOverview! */
/*----- OLD Color variables -----*/
/*----- MIXINS -----*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
#faqList .accordion {
  margin: 15px 0;
  counter-reset: section;
}
#faqList .accordion .accordion__row {
  padding: 10px;
}
#faqList .accordion .accordion__row .accordion__toggle:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
  color: inherit;
}
#faqList .accordion .accordion__row .accordion__toggle:after {
  display: none;
}
