.alcafaqs {
  margin: 10px 0px;
}

#category .alcafaqs,
#product .alcafaqs {
  padding: 0px;
}

.alcafaq-accordion {
  color: #1a051d;
  background: #FFF;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  padding: 22px 24px 22px 4px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  line-height: normal;
  font-family: inherit;
  position: relative;
}

.alcafaq-active,
.alcafaq-accordion:hover {
  background: #FFF;
}

.alcafaq-accordion:focus {
  outline: 0px!important;
}

.alcafaq-panel {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #ece9f1;
}

.alcafaq-panel p {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
} 

.alcafaq-accordion:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12H5.92 12v6.08V12zm0 0V5.92 12h6.081H12z' stroke='%231A051D' stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-dasharray='0,0'/%3E%3C/svg%3E%0A");
  float: right;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0px;
  top: 20px;
}

.alcafaq-active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.92 12h12.161' stroke='%231A051D' stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-dasharray='0,0'/%3E%3C/svg%3E%0A");
}

.alcafaqs img {
  margin-right: 29px;
}
.alcafaqs .favorites-products {
  display: block;
  padding-top: 16px;
  margin-bottom: 32px;
  min-height: 100px;
}
.alcafaqs .favorites-products .favorite {
  float: left;
  margin-bottom: 16px;
}
.alcafaqs .favorites-products .favorite img {
  border: 1px solid #ece9f1;
  background-color: #fff;
  border-radius: 10px;
  max-height: 100px;
  max-width: 100px;
  margin-right: 16px;
}

.wrapperfaqyoutube {
  display: none;
  max-width: 380px;
  margin: 0px;
  padding: 0px;
}

.faqyoutube {
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.faqyoutube img {
  width: 100%;
  top: 0px;
  left: 0;
  opacity: 0.9;
}

.faqyoutube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.faqyoutube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.faqyoutube img,
.faqyoutube .play-button {
  cursor: pointer;
}

.faqyoutube img,
.faqyoutube iframe,
.faqyoutube .play-button,
.faqyoutube .play-button:before {
  position: absolute;
}

.faqyoutube .play-button,
.faqyoutube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}

.faqyoutube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.alcafaq-panel ul{
  padding-left: 18px;
  list-style: disc;
}
