/** Shopify CDN: Minification failed

Line 146:21 Expected identifier but found whitespace
Line 146:23 Unexpected "{"
Line 146:32 Expected ":"

**/

.faq-question {
  background-color: #000;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: background-color 0.5s ease;
  border-radius: 5px;
}
.faq-question.active {
  background-color: #000;
  color: #fff;
}
.faq-question:hover {
  background-color: #bf953f;
}
.faq-answer {
  display: none;
  background-color: #e6e6e6;
  padding: 10px;
  color: #000;
  transition: height 0.5s ease;
  overflow: hidden;
  border-radius: 5px;
}
.faq-answer.active {
  display: block;
}
.faq-icon {
  font-weight: bold;
  margin-left: 10px;
  transition: transform 0.5s ease;
}
.faq-icon.minus {
  transform: rotate(45deg);
}
.faq-answer:not(.active) {
  height: 0 !important;
  transition: height 5s ease;
}
.accordian-custom .faq-question {
  background: unset;
  color: #000;
  border-radius: unset;
  border-bottom: 1px solid #000;
}
.accordian-custom-wrapper h2 {
  text-align: center;
  font-size: 40px;
  padding-bottom: 30px;
}
.accordian-custom-wrapper .accordian-custom {
  display: flex;
  gap: 40px;
  padding: 0 50px;
}
.accordian-custom-wrapper .accordian-custom .faq-accordian-info {
  width: 50%;
}
.accordian-custom-wrapper .accordian-custom .faq-accordian-info-2 {
  width: 50%;
}
.accordian-custom-wrapper {
  background: #FAFAFA;
  padding: 15px 50px;
  /*     display: flex; */
  gap: 40px;
}
.accordian-custom-wrapper .faq-main {
  width: 50%;
}
.accordian-custom-wrapper .accordian-custom {
  width: 50%;
}
.accordian-custom-wrapper .accordian-custom .faq-answer {
  background: unset;
}
.accordian-custom-wrapper .faq-question {
  background: unset;
  color: #000;
  border-bottom: 1px solid #000;
  border-radius: unset;
}
.accordian-custom-wrapper .faq-answer.active {
  background: unset;
}
.accordian-custom-wrapper .accordian-custom {
  padding: 0;
  width: 50%;
  display: block;
}
.accordian-custom-wrapper .faq-main .accordian-custom1 {
  width: 50%;
}
.accordian-custom-wrapper .faq-main .accordian-custom2 {
  width: 50%;
}
.accordian-custom-wrapper .faq-main {
  width: 100%;
  display: flex;
}
.accordian-custom-wrapper .faq-main {
  width: 100%;
  display: flex;
  gap: 40px;
  margin: 0px 0px 10px;
}
.accordian-custom-wrapper
  .faq-main
  .accordian-custom1
  .faq-accordian-info:first-child
  .faq-question {
  border-top: 1px solid #000;
}
.accordian-custom2 .faq-accordian-custom:first-child .faq-question {
  border-top: 1px solid #000;
}
.faq-item .faq-answer.active {
  border-bottom: 1px solid #000;
  border-radius: unset;
}
.faq-accordian-info .faq-question.active {
  border: unset;
}
.faq-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-link p {
  margin: 0;
}
span.arrow-icon i.fa.fa-long-arrow-right {
  font-size: 25px;
} 
 .accordian-custom-wrapper {
    background-color: {{ section.settings.bakround_faq }};
  }
.faq-link a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
}
span.arrow-icon i.fa.fa-long-arrow-right {
    padding-top: 6px;
}