/** Shopify CDN: Minification failed

Line 28:0 Unexpected "}"

**/
/*   .ced_custom_accordion{
    background-color: gray;
    padding: 15px;
  } */
  .ced_custom_accordion::after{
/*   content: '+'; */
  float: right;
  margin-left: 5px;
  }
  .ced_custom_accordion-content{
    display:none;
  }
  .active {
  	display: block;
  }
  .ced_custom_accordion.active::after{
    content: '-';
  }
  .ced_custom_accordion.active{
  	background-color: gray;
    padding: 15px
  }
}