*:focus {
    outline: none;
}
.sp-seo-faq {
	padding-bottom: 10px;
}
.sp-seo-faq ul {
	padding: 0;
}
.sp-seo-faq li {
	list-style: none;
}
.faq-question {
	position: relative;
  overflow: hidden;
  margin-top: 8px;
	padding: 20px;
	background: #fff;
}
.faq-question:hover {
}
.faq-link {
    position: relative;
    cursor: pointer;
    margin: -24px;
    padding: 24px 50px 24px 24px;
    font-size: 16px;
		font-weight: 500;
    line-height: 1.5;
	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-text {
	font-size: 14px;
	margin-top: 10px;
}
.faq-text ul li:before {
	content: '✓\00a0';
    display: inline-block;
}
@media (max-width: 991px) {
	.faq-title {
			font-size: 24px !important;
	}
}
.faq-title{
	font-size: 31px;
	font-weight: bold;
	color: #0A0B0C;
	padding-bottom: 35px;
	display: flex;
	align-items: center;
  margin-top: 20px;
}

.faq-title svg {
	margin-right: 15px;
}