.main {
	margin: 0 auto;
	min-width: 260px;
	max-width: 90%;
}
.content {
	background: #fff;
}
.content > div {
	display: none;
	padding: 20px 25px 5px;
}
.content p {
	margin: 0 0 20px;
	line-height: 1.5;
	text-align: justify;
}

.content iframe {
	height: 500px !important;
}

.content img {
	width: 48%;
	margin: 0.5%;
	display: inline-block;
}

input {
	display: none;
}

label {
	display: inline-block;
	padding: 15px 25px;
	text-align: center;
	background-color: rgba(60,62,67,1.00);
	color: #fff;
	text-transform: uppercase;
}
label:hover {
	color: #fff;
	cursor: pointer;
}
input:checked + label {
	background: #000;
	color: #fff;
}

#tab1:checked ~ .content #content1,
#tab2:checked ~ .content #content2,
#tab3:checked ~ .content #content3,
#tab4:checked ~ .content #content4 {
	display: block;
}

.shoplist {
	background: #fff;
}
.shoplist > div {
	display: none;
	padding: 20px 25px 5px;
}
.shoplist p {
	margin: 0 0 20px;
	line-height: 1.5;
	text-align: justify;
}

#tab1:checked ~ .shoplist #shoplist1,
#tab2:checked ~ .shoplist #shoplist2,
#tab3:checked ~ .shoplist #shoplist3,
#tab4:checked ~ .shoplist #shoplist4 {
	display: block;
}

@media screen and (max-width: 400px) {
	label {
		padding: 15px 10px;
	}
}