/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 11 2019 | 07:46:42 */
/* Hide tabs */
.woocommerce-tabs {
 display: none;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled ul {
  margin: 30px 0px 0px 18px;
}
/* Accordion */
h4.accordion-toggle.active {
  padding-bottom: 15px;
}
#accordion h4.accordion-toggle {
  text-transform: uppercase;
}
#accordion {
  margin-bottom: 15px;
}
.accordion-toggle {
  cursor: pointer;
  margin: 0;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px !important;
  color: #5a5a5a;
}
.accordion-content {
  display: none;
  border: none;
}
.accordion-content p {
  font-size: 16px !important;
  font-family: "museo-sans-500-r" !important;
  font-weight: 100 !important;
  text-transform: inherit;
  color: #000 !important;
}
.accordion-content.default {
  display: block;
}
.accordion-toggle:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 25px;
  padding: 0px 10px;
  color: #000;
  font-weight: 500;
  float: right;
  margin-left: 5px;
}
.accordion-toggle.active:after {
  content: "-"; /* Unicode character for "minus" sign (-) */
}
/* Hide the tab title in the tab content */
.accordion-content h2 {
  display: none;
}