*:focus {
    outline: none;
}
.sp-seo-faq ul {
	padding: 0;
}
.sp-seo-faq li {
	list-style: none;
}
.faq-question {
	position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-top: 8px;
}
.faq-link {
    position: relative;
    cursor: pointer;
    font-weight: 400;
font-size: 14px;
color: #202735;
    line-height: 1.5;
    list-style: none;
    background: #eef1f8;
  border-radius: 12px;
  padding: 12px 40px 12px 14px;
}
.faq-link span {
-webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.faq-link:after {
    position: absolute;
  content: "";
  top: 17px;
  right: 20px;
  pointer-events: none;
  width: 13px;
  height: 12px;
  transition: .25s;
  background: url(/catalog/view/theme/default/image/faq.png) no-repeat 50%;
  background-size: 14px;
}
.faq-open.faq-link:after {
	transform: rotate(180deg);
    transition: transform 0.5s;
}
.faq-text > div {
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 18px;
}
.faq-text {
	font-size: 16px;
	margin-top: 10px;
}
.faq-text ul li:before {
	content: '✓\00a0';
    display: inline-block;
}
.faq-title{
text-align: left;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  color: #202735;
  line-height: 28px;
  margin-bottom: 10px;
}
.sp-seo-faq {
    width: 50%;
}
#tab-question-answer .sp-seo-faq {
  width: 100%;
}