#faq_article .main_article_title,
#faq_article .main_article_title span,
#faq_article .main_article_title div {
	font-size: 1.75rem;
	font-family: Chronicle;
	color: #000000;
}

#faq_article .main_article_title .back {
	display: flex;
    justify-content: center;
    align-items: center;
}

#faq_article .main_article_title .back a {
	font-size: 3rem;
}

#faq_article h2 {
	margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 600;
}

#faq_article .spacer {
	margin: 20px 0;
	height: 1px;
}

#faq_article .main_article_title .customer {
	font-weight: 600;
	color: #FF5A5F;
}

#faq_article .info_faq {
	margin: 30px 0;
}

#faq_article .faq_themes h2.faq_category,
#faq_article .faq_category a {
	display: block;
	background: #f7f7f7;
	padding: 20px 0 20px 100px;
	margin-bottom: 15px;
	position: relative;
	font-weight: 600;
	transition: background .3s;
}

#faq_article .faq_category.nobg a {
	background: transparent;
}

#faq_article .faq_category a:hover {
	background: #efefef;
}

#faq_article .faq_themes h2.faq_category:before,
#faq_article .faq_category a:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 7px;
	width: 71px;
	height: 45px;
	background: url(img/categories_sprites.png) 0px -8px no-repeat;
	background-size: 100%;
}

#faq_article .faq_themes h2.faq_category.faq_category_glasses:before,
#faq_article .faq_category.faq_category_glasses a:before {
	background-position: 0px -75px;
}

#faq_article .faq_themes h2.faq_category.faq_category_shipping:before,
#faq_article .faq_category.faq_category_shipping a:before {
	background-position: 0px -147px;
}

#faq_article .faq_themes h2.faq_category.faq_category_return:before,
#faq_article .faq_category.faq_category_return a:before {
	background-position: 0px -219px;
}

#faq_article .faq_themes h2.faq_category.faq_category_payment:before,
#faq_article .faq_category.faq_category_payment a:before {
	background-position: 0px -289px;
}

#faq_article .faq_themes h2.faq_category.faq_category_after-sales:before,
#faq_article .faq_category.faq_category_after-sales a:before {
	background-position: 0px -359px;
}

#faq_article .faq_article {
	border-top: 1px solid #cdcdcd;
}

#faq_article .faq_article:last-child {
	border-bottom: 1px solid #cdcdcd;
}

#faq_article .faq_article .article_title {
	display: block;
	padding: 20px 40px 20px 15px;
	margin: 0 7px;
	position: relative;
	font-weight: 600;
	transition: color .3s;
	cursor: pointer;
}

#faq_article .faq_article .article_title:after {
	content: '\f107';
	font-family: fontAwesome;
	position: absolute;
	font-size: 1.5em;
	right: 15px;
	top: 1em;
	transition: transform .3s;
}

#faq_article .faq_article .article_title:hover {
	color: #666;
}

#faq_article .faq_article .article_title.open:after {
	transform: rotate(180deg);
}

#faq_article .faq_article .article {
	padding: 0 20px 20px 20px;
}

#faq_article .faq_article .article a {
	border-bottom: 1px solid #666;
    font-weight: 600;
}

#faq_article .faq_article .article .more {
	display: inline-block;
	margin: 15px 0;
	color: #FF5A5F;
	font-weight: 600;
	border-bottom: 1px solid #FF5A5F;
	cursor: pointer;
}

@media screen and (min-width: 769px) {
	#faq_article .desktop_hidden {
		display: none!important;
	}
}

@media screen and (max-width: 768px) {
	#faq_article .mobile_hidden {
		display: none;
	}

	#faq_article .faq_themes {
		margin-bottom: 40px;
	}

	#faq_article .faq_themes h2 {
		display: block;
		background: #f7f7f7;
		font-size: 1rem;
		padding: 20px 0 20px 20px;
    	position: relative;
	}

	#faq_article .faq_themes h2:after {
		content: '\f107';
		font-family: fontAwesome;
		position: absolute;
		font-size: 1.5em;
		right: 15px;
		top: 1em;
		transition: transform .3s;
	}

	#faq_article .faq_themes h2.open:after {
		transform: rotate(180deg);
	}
	
	#faq_article .faq_themes h2,
	#faq_article .faq_themes h2.faq_category,
	#faq_article .faq_category a {
		margin-bottom: 0;
	}

	#faq_article .faq_category a {
		border-top: 1px solid #cdcdcd;
	}

	#faq_article .faq_category.nobg a {
		background: #f7f7f7;
	}

	#faq_article .faq_categories {
		display: none;
	}

	#faq_article .faq_articles {
		border-left: 1px solid #cdcdcd;
    	border-right: 1px solid #cdcdcd;
	}
}

@media screen and (max-width: 600px) {
	#faq_article .faq_category a {
		padding-left: 75px;
	}

	#faq_article .faq_category a:before {
		left: 0;
	}
}

@media screen and (max-width: 900px) { 
	/* override stupid css */
	.column>a img.show900 {
	    display: block;
	    display: initial;
	}

	#faq_article .vffaq .articles .logo_desktop {
		display: none;
	}

	.column.two-third.article {
		width: 100%;
	}

	.column.third.articles {
		width: 100%;
	}

	#faq_article .vffaq .article .article_container h1 {
		font-size: 1.7rem;
		margin-left: 0;
	}

	#faq_article .vffaq .article .article_container h2 {
		margin-left: 0;
		font-size: 1.2rem;
	}

	#faq_article .vffaq .article .article_container h2:before {
		width: 21px;
    	height: 22px;
		padding: 2px 0px 0 3px;
	}

	#faq_article .vffaq .article .article_container p {
		margin-left: 40px;
	}

	#faq_article .vffaq .article .main_article_title {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	#faq_article .vffaq .article .article_container p .infos_text {
		width: 100%;
		border: 3px solid #e7f6f5;
	}

	#faq_article .vffaq .article .article_container .bottom {
		width: calc(100% - 14px);
	}
}