/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


.row {
	text-align: justify;
}

.plan:hover {
	cursor: pointer;
}

.rest_open {
	color: #007F0E;
	border: 1px solid #007F0E;
	display: inline-block;
	font-size: 0.80rem;
	line-height: 1;
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 7px 8px 4px 8px;
	font-weight: 600;
	min-width: 40px;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.6);

}

.custom-border {
	border: 2px solid;
	/* Border width 2px and inherit color */
	border-radius: 3px;
	/* Border radius 3px */
	display: inline-block;
	/* Ensures the border wraps around the content */
	padding: 0 7px 0 7px;
	/* Adds 1px space inside the border */
}

.rest_closed {
	color: #eb5c65;
	border: 1px solid #eb5c65;
	display: inline-block;
	font-size: 0.80rem;
	line-height: 1;
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 7px 8px 4px 8px;
	font-weight: 600;
	min-width: 40px;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.6);

}

.rest_video {

	margin-bottom: 50px;

}


.container-video {
	padding: 56.25% 0 0 0;
	position: relative;
	margin-bottom: 50px;
}

.responsive-iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


.contact-form {
	display: "none";
}


.plan-price-summary {
	margin: 0 auto 15px;
	width: 110px;
	height: 110px;
	line-height: 115px;
	font-size: 30px;
	font-weight: 600;
	color: white;
	background: #589442;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	/*display: inline-block;*/
	text-align: center;
}

.plan-title-summary h3,
.plan-title-summary p,
.plan-title-summary ul {
	margin-bottom: 0;
	text-align: center;
}

.plan-features-summary {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 2;
}


.qtd-delivery {
	width: 1%;
}


.qtd-delivery {
	padding: 10px;
	width: 48px;
	height: 40px;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d2d8dd;
	text-align: center;
}

.qtd-delivery:focus {
	border-color: #ccc;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}

#suggestions-container {
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 1000;
	max-height: 200px;
	overflow-y: auto;
	color: black;
	border-radius: 6px;
	list-style: none;
	/* width: 273px; */
	padding: 0;
	display: block;
	top: 100%;
	left: 34%;
	font-size: small;
	padding-right: 12px;
}


#suggestions-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#suggestions-container li {
	cursor: pointer;
	padding: 5px;
}

#suggestions-container li:hover {
	background-color: #f0f0f0;
}

@media screen and (max-width: 991px) {
	#suggestions-container {
		top: 76%;
		left: 2%;
		width: auto;
	}

}
