*:focus {
    outline: none;
}
.sp-seo-faq ul {
	padding: 0;
}
.sp-seo-faq li {
	list-style: none;
}
.faq-question {
	position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 8px;
    border: 1px solid #e4e8e9 !important;
    background: #ffffff;
	padding: 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.faq-question:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.faq-link {
    position: relative;
    cursor: pointer;
    margin: -20px;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
	list-style: none;
}
.faq-link:after {
    position: absolute;
    content: "";
    top: 31px;
    right: 38px;
    pointer-events: none;
    width: 13px;
    height: 12px;
    transition: .25s;
    background: url(/catalog/view/theme/default/image/faq.png) no-repeat 50%;
}
.faq-open.faq-link:after {
	transform: rotate(180deg);
    transition: transform 0.5s;
}
.faq-text {
	font-size: 14px;
    line-height: 24px;
    font-weight: 400;
	margin-top: 20px;
}
.faq-text ul li:before {
	content: '✓\00a0';
    display: inline-block;
}
.faq-title{
	color: #000;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}