* {
	padding: 0px;
	margin: 0px;
	font-family: "Roboto", sans-serif;
	color: white;
}
ul {
	list-style-type: none;
}
p,
h1,
h4,
ul,
li {
	margin-bottom: 0 !important;
}
.copertina {
	background-size: cover;
	height: 360px;
}
body {
	margin-top: 50px;
	background-color: white;
}
a:hover {
	text-decoration: none;
}
.title-side-desc {
	color: #6b7d7d;
	font-size: 18px;
}
#logo {
	width: 40%;
	height: auto;
	margin-bottom: 24px;
}
#back_icon {
	float: left;
	margin: 15px;
	margin-right: 20px;
	padding-top: 3px;
	transform: translate(0px, 2px);
}
h1 {
	font-size: 28px;
	padding-bottom: 20px;
}
.location_header {
	cursor: pointer;
}

.back-icon {
	display: table-cell;
	-webkit-transform: translate(150px, 36px);
	transform: translate(150px, 36px);
	font-size: 14px;
}

.header {
	display: table;
	margin: auto;
}
.header a {
	text-decoration: none;
}
.header h1 {
	display: inline-block;
	color: #212529;
	font-size: 2.1rem;
}
#upper_shop_name {
	padding: 20px;
	padding-left: 20px;
	display: block;
	font-size: 36px;
}
#location_title {
	padding: 20px;
	padding-left: 20px;
	display: block;
	font-size: 28px;
	cursor: pointer;
}
.mycontainer {
	width: 600px;
	margin: auto;
	background: linear-gradient(
		bottom,
		rgb(247, 247, 247) 0%,
		rgba(255, 255, 255, 1) 100%
	);
}
.main {
	-webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.48);
	box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.48);
	padding: 0;
	padding-bottom: 40px;
	border-radius: 20px;
}

.main:after {
	clear: both;
	content: " ";
	display: block;
}
img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.shop_desc {
	padding: 30px;
}
.shop_desc p {
	margin-bottom: 20px !important;
	font-size: 18px;
}
.shop_desc h1 {
	margin-bottom: 0px;
	font-size: 24px;
}
.timetable {
	margin-left: 75px;
	margin-right: 40px;
	padding-top: 18px;
	padding-left: 5px;
	padding-bottom: 15px;
	min-height: 50px;
	border-bottom: solid #bbcbcb 1px;
}
.timetable h4 {
	color: #6b7d7d;
	padding-top: 8px;
}

.timetable td {
	color: black;
}
.timetable p {
	color: black;
	padding-top: 8px;
}
.timetable table {
	margin-top: 18px;
	color: #6b7d7d;
	border-collapse: collapse;
	table-layout: fixed;
	cursor: pointer;
}
.timetable td {
	text-align: left;
	min-width: 170px;
	padding: 8px;
	padding-top: 4px;
	padding-right: 5px;
	border: none;
}

#dropdown {
	float: left;
	display: flex;
	margin-left: 0.1rem;
}

#time {
	padding-left: 0;
	margin-left: 0;
}
#day {
	padding: 0px;
}
.location {
	margin-left: 75px;
	margin-right: 40px;
	padding-top: 18px;
	padding-left: 5px;
	padding-bottom: 20px;
	min-height: 160px;
	border-bottom: solid #bbcbcb 1px;
}
.location h4 {
	color: #6b7d7d;
	padding-top: 8px;
}
.location p {
	color: black;
	padding-top: 8px;
}

.info {
	margin-left: 75px;
	margin-right: 40px;
	padding-top: 18px;
	padding-left: 5px;
	padding-bottom: 20px;
	min-height: 100px;
	border-bottom: solid #bbcbcb 1px;
}
.info h4 {
	color: #6b7d7d;
	padding-top: 8px;
}
.info p {
	color: black;
	padding-top: 8px;
}

.contatti {
	margin-left: 75px;
	margin-right: 40px;
	padding-left: 5px;
	padding-top: 18px;
	padding-bottom: 20px;
	min-height: 190px;
	border-bottom: solid #bbcbcb 1px;
}
.contatti .value {
	margin-top: -4px;
}
.contatti .type {
	color: #6b7d7d;
	font-size: 14px;
	padding-top: 4px;
}

.contatti h4 {
	color: #6b7d7d;
	padding-top: 8px;
}
.contatti p {
	color: black;
	margin-bottom: 0px;
}
.contatti li {
	margin-top: 20px;
}
.social {
	margin-left: 75px;
	margin-right: 40px;
	padding-top: 18px;
	min-height: 80px;
}
.social h4 {
	color: #6b7d7d;
	padding-top: 8px;
	padding-bottom: 8px;
}
.social p {
	color: black;
	padding-top: 8px;
}
#icon {
	float: left;
	margin: 20px;
	width: 2em;
	transform: translate(0px, 4px);
}
.social_icon {
	width: 2.8em;
	height: 2.8em;
	margin-right: 26px;
	margin-top: 12px;
	float: left;
	transition: 0.2s;
	border-radius: 50%;
}
.social_icon:hover {
	-webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.48);
	box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.48);
}
.social_icon::after {
	content: "";
	clear: both;
	display: table;
}
#whatsappButton {
	transform: scale(0.8) translate(-26px, 0px);
}
.map {
	width: 640px;
	-webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.48);
	box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.48);
	margin: auto;
	margin-top: 40px;
	margin-bottom: 80px;
	padding-bottom: 50px;
}
.map:after {
	clear: both;
	content: " ";
	display: block;
}
.map h4 {
	color: #6b7d7d;
}
.map p {
	color: black;
}
.map_info {
	margin-left: 40px;
	margin-top: 40px;
}
.map_info h4 {
	margin-bottom: 10px;
}
.menubutton {
	background-color: #007bff;
	color: white;
	transition: 0.3s ease;
	padding: 6px 10px;
	border-radius: 0.25rem;
	font-size: 1.25rem;
	width: 160px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	-webkit-box-shadow: 5px 5px 14px 0px rgba(91, 91, 91, 0.72);
	box-shadow: 5px 5px 14px 0px rgba(91, 91, 91, 0.72);
}
.menubutton:hover {
	background-color: #005fc5;
	color: white;
}

.promobutton {
	background-color: #ffa600;
	color: white;
	transition: 0.3s ease;
	padding: 6px 10px;
	border-radius: 0.25rem;
	font-size: 1.1rem;
	margin-right: 16px;
	width: 160px;
	height: 42px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-box-shadow: 5px 5px 14px 0px rgba(91, 91, 91, 0.72);
	box-shadow: 5px 5px 14px 0px rgba(91, 91, 91, 0.72);
}
.promobutton:hover {
	background-color: #ec9a00;
	color: white;
}

.whatsappbutton {
	background-color: #35c74a;
	color: white;
	transition: 0.3s ease;
	padding: 6px 10px;
	border-radius: 0.25rem;
	font-size: 1.25rem;
	margin-right: 16px;
	width: 160px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-shadow: 5px 5px 14px 0px rgba(91, 91, 91, 0.72);
	box-shadow: 5px 5px 14px 0px rgba(91, 91, 91, 0.72);
}
.whatsappbutton:hover {
	background-color: #2aad3e;
	color: white;
}
.whatsappbutton img {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	transform: translate(6px, 0px);
}
.whatsappbutton:active {
	position: relative;
	top: 1px;
}
/*
.myButton {
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 10px;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 12px;
	text-shadow: 0px 1px 0px #ffffff;
}
.myButton:hover {
	background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color: #f6f6f6;
}
.myButton:active {
	position: relative;
	top: 1px;
}
.myButton img {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	transform: translate(-6px, 0px);
}
.myButton span {
	position: relative;
	top: 8px;
	color: #6b7d7d;
	font-weight: 200px;
}
*/
.timetableCell span {
	color: black;
}
.day span {
	color: black;
}
#carouselExampleIndicators img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 400px;
}
@media only screen and (max-width: 600px) {
	.main {
		border-radius: 0px;
	}
	.back-icon {
		-webkit-transform: translate(70px, 30px);
		transform: translate(70px, 30px);
		font-size: 12px;
	}
	#logo {
		width: 50%;
	}
	.mycontainer {
		margin: 0;
		width: 100%;
	}
	.header {
		padding-top: 0;
	}
	body {
		margin-top: 0;
	}

	.map {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	h4 {
		font-size: 18px;
	}

	.social_icon {
		width: 2em;
		height: 2em;
	}

	#dropdown {
		float: right;
		display: table;
		transform: translate(170px, -80px);
	}

	table {
		width: 100%;
	}

	.timetable td {
		text-align: left;
		min-width: 110px;
		/*padding: 8px;*/
		/*padding-top: 4px;*/
		padding-right: 5px;
		border: none;
		display: flex;
	}
	.timetableCell span {
		color: rgb(77, 77, 77);
		padding: 0;
		margin: 0;
		margin-top: -10px;
		padding-left: 8px;
	}
	.day span {
		color: black;
		padding: 0;
		margin: 0;
		padding-top: 20px;
	}
	#newline {
		transform: translate(-100px, 20px);
	}
	.timetableCell {
		display: table;
	}
	#upper_shop_name {
		font-size: 28px;
	}
	#location_title {
		font-size: 24px;
	}
	.whatsappbutton {
		display: table-cell;
		margin-top: 10px;
	}
	.promobutton {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.menubutton {
		display: table-cell;
		margin-top: 10px;
	}
}
