@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,600,700&display=swap');
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordionStore {
	overflow:hidden;
	/*box-shadow:0px 1px 3px rgba(0,0,0,0.25);*/
	border-radius:3px;
	/*background:#f7f7f7;*/
	background: rgba(255,255,255,0.5);
}

.accordion {
	overflow:hidden;
	background:#FFF;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	transition:all linear 0.15s;
	/* Type */
	font-size: 22px;
	color: #FFF;
	font-family: 'Barlow Condensed', sans-serif;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#FFF;
	/* Type */
	text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

.accordion-section:last-child .accordion-section-titleStore {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
}

/*----- Section Titles Stores -----*/
.accordion-section:last-child .accordion-section-titleStore {
	border-bottom:none;
}
.accordion-section-titleStore {
	width:100%;
	padding:12px;
	display:inline-block;
	text-align: left;
	/*background: rgba(255,255,255,0.5);*/
	transition:all linear 0.15s;
	/* Type */
	font-size: 28px;
	color: #000100;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
	transition: 0.3s;
}

.accordion-section-titleStore.active, .accordion-section-titleStore:hover {
	/*background: rgba(255,255,255,0.5);*/
	/* Type */
	text-decoration:none;
}

.stores {
	width: 100%;
	margin: 90px 0px 90px 0px;
}

.accordion {
	display: none;
}

.accordion-section-titleStore {
	background-image: url("../images/stores_arrow.png");
	background-position: 97% 20px;
	background-repeat: no-repeat;
	background-color: #F19001;
	color: #FFF;
	text-decoration: none;
	margin: 25px 0px 0px 0px;
}

.stores p {
	font-size: 24px;
	padding: 25px;
	text-align: left;
	color: #282C58;
}