/* 
	Handles all styling for the generic content
*/

/*
	-- GENERAL --
*/

@font-face {
	/* font-family: font-family: "ClassGarmnd BT","Times New Roman",serif; */

	font-weight: normal;
	font-style: normal;
	font-size: 10px;
}

html,
body {
	margin: 0;
	height: 100%;
	font-size: 0.9rem;
	background-color: #f6f4f2;
}

body {
	overflow-x: hidden;
}

h6 {
	padding-top: 10px;
	line-height: 0.8rem;
	font-size: 0.8rem;
}

.spacer {
	margin-top: 5px;
}

.scroll-overlay {
	border: 1px solid black;
	position: fixed;
	bottom: 100px;
	right: 30px;
	width: 52px;
	height: 52px;
	max-height: 52px !important;
	min-height: 52px !important;
	max-width: 52px !important;
	padding: 5px !important;
	margin: 0px;
	z-index: 1040;
}

.scroll-overlay.inactive {
	display: none;
}

.spacer-bottom {
	padding-bottom: 5px;
}

.text-ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.container {
	padding: 16px;
	text-align: left;
}

span.psw {
	float: right;
	padding-top: 16px;
}

.bg-striped {
	background: repeating-linear-gradient(45deg,
			rgba(231, 76, 60, 0.3),
			rgba(231, 76, 60, 0.3) 10px,
			rgba(33, 37, 41, 0.3) 10px,
			rgba(33, 37, 41, 0.3) 20px);
}

/* 
	-- FORMS --	
*/

.form-comment {
	border-bottom: 1px solid #1a1919 !important;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	float: left;
	text-align: center;
	padding: 5px;
	/*height: calc(1.5em + 2.5em + 5px);*/
	padding-top: 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	padding-bottom: 30px;
}

.form-label {
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	width: 100%;
	margin-top: 5px;
	padding-left: 5px;
}

.form-label.custom {
	margin-top: 50px;
	cursor: pointer;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.form-label-right {
	text-align: right !important;
}

.form-label div {
	border-bottom: 2px solid #1a1919;
	position: absolute;
	bottom: 43px;
	width: 80%;
	margin-left: 10%;
	left: 0px;
	background-color: white;
}

.form-label div p {
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	text-align: center;
}

#getLoginButton {
	margin-top: 10px;
}

.form-label p {
	background-color: white;
	z-index: 2;
	position: absolute;
	left: 25%;
	width: 50%;
	top: -7px;
}

.form-control {
	line-height: 0.8rem;
	font-size: 0.8rem;
	border-radius: 0px;
}

select.form-control {
	border: 2px solid rgba(0, 0, 0, 1) !important;
}

.custom-image-button {
	background-image: url("../img/icons/rituals_b2b_order_button.png");
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 175px;
}

.form-control.custom {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.form-control.search {
	background-color: rgba(26, 25, 25, 1);
	color: #fff;
	border: 0px;
	margin-top: 5px;
	text-transform: uppercase;
}

.form-control.search:focus {
	background-color: #453f3f;
	border: 1px solid white;
	box-shadow: 0 0 0 0 #453f3f;
}

.form-control.search::placeholder {
	color: white;
}

.caret-up {
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}

.alias {
	cursor: alias;
}

.all-scroll {
	cursor: all-scroll;
}

.auto {
	cursor: auto;
}

.cell {
	cursor: cell;
}

.context-menu {
	cursor: context-menu;
}

.col-resize {
	cursor: col-resize;
}

.copy {
	cursor: copy;
}

.crosshair {
	cursor: crosshair;
}

.default {
	cursor: default;
}

.e-resize {
	cursor: e-resize;
}

.ew-resize {
	cursor: ew-resize;
}

.grab {
	cursor: grab;
}

.grabbing {
	cursor: grabbing;
}

.help {
	cursor: help;
}

.move {
	cursor: move;
}

.n-resize {
	cursor: n-resize;
}

.ne-resize {
	cursor: ne-resize;
}

.nesw-resize {
	cursor: nesw-resize;
}

.ns-resize {
	cursor: ns-resize;
}

.nw-resize {
	cursor: nw-resize;
}

.nwse-resize {
	cursor: nwse-resize;
}

.no-drop {
	cursor: no-drop;
}

.none {
	cursor: none;
}

.not-allowed {
	cursor: not-allowed;
}

.pointer {
	cursor: pointer;
}

.progress {
	cursor: progress;
}

.row-resize {
	cursor: row-resize;
}

.s-resize {
	cursor: s-resize;
}

.se-resize {
	cursor: se-resize;
}

.sw-resize {
	cursor: sw-resize;
}

.text {
	cursor: text;
}

.url {
	cursor: url(myBall.cur), auto;
}

.w-resize {
	cursor: w-resize;
}

.wait {
	cursor: wait;
}

.zoom-in {
	cursor: zoom-in;
}

.zoom-out {
	cursor: zoom-out;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="select"] {
	/*order: 1px inset rgba(33, 37, 41, 1)! important;
  border-color:rgba(33, 37, 41, 1);
  */
}

.input- {
	color: rgba(0, 0, 0, 0);
	opacity: 1;
	display: block;
	width: 200px;
	height: 30px;
	border-width: thin;
}

.calendar-icon {
	background: url('../img/icons/calendar.png') no-repeat;
	background-size: auto 20px;
	background-position: center;
	width: 40px;
	max-width: 40px;
	cursor: pointer;
}

hr {
	background-color: rgba(33, 37, 41, 0.5);
	width: 100%;
	border: 1px solid rgba(33, 37, 41, 1);
	border-style: inset;
}

hr.trans {
	border: 1px solid rgba(33, 37, 41, 0.1);
	background-color: rgba(33, 37, 41, 0.1);
}

.bg-rituals {

	background-color: rgba(26, 25, 25, 1);
	/* background-color: #453f3f;*/
	width: 100%;
}

.bg-rituals.inverted {
	background-color: #f6f4f2;
	/* background-color: #453f3f;*/
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	width: 100%;
}

/* Center the image and position the close button */
.imgcontainer {
	text-align: center;
	margin: 0;
	position: relative;
}

.arrowcontainer {
	padding-left: 50px;
	border: 1px dashed transparent;
	padding-right: 40px;
	height: 140px;
	width: 140px;
}

.input-end {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.input-10 {
	width: 10% !important;
}

.input-20 {
	width: 20% !important;
}

.input-50 {
	width: 50% !important;
}

.input-60 {
	width: 60% !important;
}

.input-80 {
	width: 80% !important;
}

.input-100 {
	width: 100% !important;
}

.btn.btn-primary.btn-custom {
	padding: 24px;
}

.btn-custom {
	background-color: rgba(26, 25, 25, 1);
	border: 1px solid rgba(26, 25, 25, 1);
	color: #fff;
	border-radius: 0;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 0;
	padding: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: .2s ease-in-out;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-overflow: clip;
	white-space: normal;
	word-wrap: break-word;
}

.span-custom {
	background-color: rgba(26, 25, 25, 1);
	border: 0px solid rgba(26, 25, 25, 1);
	color: #fff;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 0;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.span-tiny {
	width: 25px;
	/*height: 25px;*/
	color: black;
	background-color: white;
	float: left;
	border: 1px solid black;
	/*margin: auto 5px;*/
	/*border-radius: 50px;*/
	cursor: pointer;
	text-align: center;
	line-height: 25px;
	padding-left: 1px;
}

.span-tiny:hover {
	color: white;
	background-color: black;
	/*border: 1px solid white;*/
}

.span-custom.article {
	background-color: #fff;
}

.btn-custom.inverted {
	background-color: rgba(0, 0, 0, 0);
	color: #1a1919;
	border-radius: 0;
}

.span-custom.basket {
	margin: auto;
	padding: 0px;
	display: inline-block;
	height: 45px;
	font-weight: 400px;
	transition: none;
}

.span-custom.order {
	float: left;
	min-height: 63px;
}

.btn-custom.basket-img,
.span-custom.basket-img {
	width: 30px;
	float: left;
	padding: 0px;
	margin: 0px;
	transition: none;
	margin-top: 6px;
}

.span-btn {
	text-transform: uppercase;
	font-size: 12px;
}

.span-red {
	color: red;
	cursor: pointer;
}

.span-custom.basket-img {
	position: absolute;
	right: 3px;
	bottom: 10px;
	top: 10px;
}

#showProfileContent {
	margin-top: 20px;
}

.btn-custom.basket-img:hover {
	/* border: 0px;
	color: white;	
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);	
	transition: none; */
	background-color: #1a1919 !important;
}

.basket-span.large {
	padding: 25px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin: 10px;
}

.basket-span.large.red {}

.btn-custom.basket-span,
.span-custom.basket-span {
	float: left;
	margin-top: 7px;
	transition: none;
	border: 0px;
	color: white;
	background-color: #1a1919;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transition: none;
}

.btn-custom.btn-red {
	background-color: black;
	white-space: nowrap;
	word-break: break-word;
}

.btn-red.focus,
.btn-red:focus {
	background-color: black;
	white-space: nowrap;
	word-break: break-word;
}

.btn-custom-left {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.btn-custom-right {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

.btn-custom-both {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

.btn-custom.focus,
.btn-custom:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0);
	color: white;
	background-color: rgba(0, 0, 0, 1);
	border: 1px solid #453f3f;
}

.btn-custom.hover,
.btn-custom:hover {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0);
	background-color: rgba(255, 255, 255, 1);
	color: #1a1919;
	border: 1px solid #453f3f;
}

.btn-custom.inverted.focus,
.btn-custom.inverted:focus {
	background-color: #1a1919;
	border: 1px solid #1a1919;
	color: #fff;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0);
}

.btn-custom.inverted.hover,
.btn-custom.inverted:hover {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0);
	background-color: #1a1919;
	border: 1px solid #1a1919;
	color: #fff;
}

.btn-compressed {
	white-space: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: green;
}

.input-small.focus,
.input-small:focus {
	box-shadow: 0 0 0 .2rem rgba(33, 37, 41, 0.1);
}

.btn-form-group {
	background: rgba(51, 153, 255, 1);
	color: white;
	padding: 14px 20px;
	border: none;
	cursor: pointer;
}

.btn-form-group:hover {
	opacity: 0.8;
}

.btn-form-group:hover {
	opacity: 0.8;
}

.input-error {
	border: 3px solid red;
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: black;
	border-color: #white;
}

/* 
	-- IMAGES --
*/

.avatar-cover {
	position: absolute;
	padding: 18px 0px;
	width: 150px;
	height: 150px;
	bottom: 0px;
	right: 1%;
	margin: 0;
	background-color: white;
	z-index: 500;
}

img.avatar {
	width: 100px;
	max-width: 100px;
	max-height: 100px;
	margin: 0 20px;
}

img.avatar-error {
	width: 50px;
	bottom: 30px;
	right: 30px;
	margin: 0;
	max-width: 50px;
	max-height: 50px;
}

img.avatar-small {
	width: 25px;
}

img.avatar-bottom {
	position: absolute;
	width: 75px;
	bottom: 0px;
	left: 20px;
	margin: 0;
	max-width: 75px;
	max-height: 75px;
}

svg {
	stroke-width: 2;
}

.menu-icon {
	width: 45px;
	height: 45px;
	padding: 5px;
	float: left;
	margin: 5px;
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
}

.menu-icon.svg {
	width: 75%;
	height: 40px;
	padding: 0px;
	float: left;
	margin: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

.background-img.small {
	'background-repeat: no-repeat;
    'background-position: center;
    'background-size: auto 20px;
}

.background-img.large {
	'background-repeat:no-repeat;
    'background-position: center;
    'background-size: auto 200px;
}

/* 
	-- MODALS --	
*/

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgba(33, 37, 41, 0.1);
	/* Fallback color */
	background-color: rgba(33, 37, 41, 0);
	/* Black w/ opacity */
	padding-top: 125px;
	border-radius: 0;
	border: 0;
	box-shadow: 2px 0px 10px 3px rgba(200, 200, 200, 0.5);
}

.modal-title {
	color: white;
	background-color:
		/*#453f3f*/
		#1a1919;
	font-size: 20px;
	margin: 0px;
	width: 100%;
	max-width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.modal-title.article {
	background-color: white;
	padding-top: 30px;
	color:
		/*#453f3f*/
		#1a1919;
}

/* Modal Content/Box */
.modal-content {
	background-color: #ffffff;
	margin: 0% auto 5% auto;
	/* 5% from the top, 15% from the bottom and centered */
	border-radius: 0;
	width: 30%;
	/* Could be more or less, depending on screen size */
	/*min-width: 400px;*/
	box-shadow: 2px 0px 10px 3px rgba(200, 200, 200, 0.5);
}

#modal_container {
	width: 100%;
	overflow: hidden;
}

.modal-content.article {
	width: 100%;
	margin: 0;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	border-radius: 0;
	border: 0;
	margin-bottom: 400px;
}

@media (max--moz-device-pixel-ratio: 1.2),
(-o-max-device-pixel-ratio: 1.2),
(-webkit-max-device-pixel-ratio: 1.2),
(max-device-pixel-ratio: 1.2) {
	.modal-content.article {
		width: calc(100% + 3px);
	}
}

@media (max--moz-device-pixel-ratio: 0.9),
(-o-max-device-pixel-ratio: 0.9),
(-webkit-max-device-pixel-ratio: 0.9),
(max-device-pixel-ratio: 0.9) {
	.modal-content.article {
		width: calc(100% + 8px);
	}
}

.modal-content.basket {
	text-align: center;
	width: 90%;
	margin: 0;
	margin-left: 5%;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	border-radius: 0;
	border: 0;
	margin-bottom: 400px;
}

.modal-content.medium {
	width: 60%;
	margin: 0;
	margin-left: 20%;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	border-radius: 0;
	border: 0;
	margin-bottom: 400px;
}

.modal.article {
	/* background-color:rgba(246, 244, 242, 0.8); Fallback color */
	z-index: 98;
	width: calc(100% + 17px);
	height: 100%;
	overflow-y: scroll;
	padding-right: 17px;
	box-sizing: content-box;
}

.modal.basket {
	z-index: 98;
	width: calc(100% + 17px);
	height: 100%;
	overflow-y: scroll;
	padding-right: 17px;
	box-sizing: content-box;
	margin-top: 25px;
	padding-top: 74px;
}

.modal-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
	background-color: #1a1919;
	border-radius: 0;
}

.basket-footer {
	position: absolute;
	bottom: 0;
	left: 7%;
	width: 86%;
	height: 110px;
	border-top: 2px solid #1a1919;
	background-color: rgba(26, 25, 25, 0);
	border-radius: 0;
}

/* Add Zoom Animation */
.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

/* The Close Button (x) */
.close {
	position: absolute;
	right: 25px;
	top: 0;
	color: rgba(33, 37, 41, 0.9);
	font-size: 35px;
	font-weight: bold;
}

.close.order {
	font-size: 32px;
	right: 15px;
	top: 5px;
}

.close-custom {
	position: absolute;
	right: 13px;
	top: 0px;
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: red;
	cursor: pointer;
}

/*
	-- NAVIGATION --
*/

.menu-object {
	padding: 0px !important;
	margin: 0px;
}

.navbar-toggler.right {
	right: 10px;
	position: fixed;
	top: 8px;
}

.navbar-nav.no-column {
	flex-direction: row;
	max-width: 100%;
}

.nav-item {
	padding: 16px;
}

.nav-item.dropdown {
	padding: 14.5px;
}

.form-menu {
	padding: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin: 0px !important;
	line-height: 0px !important;
}

.menu-dark {
	color: black !important;
	margin: auto;
	text-align: center;
}

.menu-dark:hover,
.menu-dark:active,
.menu-dark:focus {
	background-color: rgba(26, 25, 25, 0) !important;
	color: #1a1919 !important;
}

/*
	-- MEDIA --
*/

@-webkit-keyframes animatezoom {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
	span.psw {
		display: block;
		float: none;
	}

	.cancelbtn {
		width: 100%;
	}
}

.none {
	display: none !important;
}

.block {
	display: block !important;
}

.show {
	display: '' !important;
}

#showBasketContentAvatar {
	z-index: 2;
}

#showArticleContent {
	max-width: 100%;
	margin: 0;
}

.span-button-red {
	background-color: red !important;
}

#previousItems {
	margin-top: 32px !important;
}

/* Target all media not using a mouse */
@media (pointer:coarse),
(max-width: 740px) {
	.clone-row {
		padding: 0 !important;
	}

	.col-md-8 {
		margin-left: 0 !important;
	}

	/* Minor button correction to make sure they are not shown 100% width */
	.media-menu {
		width: 100%;
		padding-right: 32px !important;
		padding-left: 32px !important;
	}

	/* Center elements on shopping cart */
	.media-center {
		text-align: center !important;
		padding-bottom: 5px;
	}

	.card-holder.left {
		margin-top: 0px;
	}

	/* Force 100% */
	.modal.article {
		min-width: 100% !important;
		max-width: 100% !important;
	}

	.modal.basket {
		min-width: 100% !important;
		max-width: 100% !important;
		padding-top: 125px;
	}

	.modal-content {
		min-width: 100% !important;
		max-width: 100% !important;
		border: 1px solid black;
	}

	/* Spacing for the modal close button */
	.modal-title.article {
		margin-top: 35px;
	}

	/* Force the modals cover the whole page as if it were a new page */
	.modal-content.article {
		top: -67px;
		left: 0;
		width: 100%;
		margin: 0px;
		margin-bottom: 80px;
		border: 3px solid black;
	}

	/* Force the modals cover the whole page as if it were a new page */
	.modal-content.basket,
	.modal-content.medium {
		top: -67px;
		left: 0;
		width: 100%;
		margin: 0px;
		margin-bottom: 80px;
		border: 3px solid black;
	}

	/* Scale the image to not break the screen */
	.card-details {
		background-size: auto 100% !important;
		padding: 0px;
	}

	/* reset the margins */
	.basket {
		margin: 0 auto;
	}

	/* Set the close button to the correct place */
	.close-custom {
		right: 5%;
	}

	.basket-menu-text {
		left: 150px;
		right: auto;
	}

	.basket-footer {
		padding-top: 20px;

	}

	.modal-footer {
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.footer-none {
		display: none;
	}

	.footer-span {
		left: 5% !important;
		width: 90%;
	}

	.span-custom.order {
		width: 50%;
		float: left;
		margin-left: 0%;
	}

	#previousItems {
		display: none !important;
	}

	#getToggleViewButton {}

	#mainBodyElement {
		position: absolute;
		top: 350px;
	}

	#orderBasketDetailsDeliveryToggleButton {
		margin-bottom: 20px;
	}

	#getLoginFormModal,
	#getKVKFormModal {
		top: -67px;
	}

	.button-wide {
		display: none;
	}

	.price-wide {
		left: 70% !important;
		width: 30%;
	}

	.name-wide {
		left: 20% !important;
		width: 50% !important;
	}

	.menu-icon {
		width: 35px !important;
		height: 35px !important;
	}

	.menu-icon.svg {
		width: 75% !important;
		height: 40px !important;
	}

	.span-custom.order {
		margin: 0;
		float: left;
	}
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #1a1919;
	background-color: #fff !important;
	border-color: #1a1919 !important;
	border: 1px solid #1a1919 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1) !important;
}

.faq-header {
	color: #1a1919;
	font-size: 18px;
	letter-spacing: 2.6px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 2px;
}

.faq-p {
	margin-left: 20px;
}

.faq-p-header {
	color: #9a7b69;
	font-size: 16px;
	letter-spacing: 2.6px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 2px;
	cursor: pointer;
}

.faq-p-content,
.faq-p-content-hide {
	margin-left: 25px;
	opacity: 0;
	transform: scale(0);
	transition: .6s ease opacity, .6s ease transform;
}

.faq-p-content a {
	color: #865;
	text-decoration: underline;
}

.faq-p-content a {
	color: #865;
	text-decoration: underline;

}

.faq-p-remark {
	font-size: 12px;
	font-style: italic;
}

.faq-arrow {
	color: #9a7b69;
	height: 20px;
	margin: 2px;
	margin-bottom: 5px;
}

#loadOverlay {
	display: none;
}