.alcafaqs {
  margin: 10px 0px;
}

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

.alcafaq-accordion {
  color: #1a051d;
  background: #FFF;
  font-size: 16px;
  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;
}