::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #B5B5B5;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #B5B5B5;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #B5B5B5;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #ccc;
}

.list {
	height: 100px;
	overflow: auto;
	margin-bottom: 0px;
}

@media only screen and (min-width: 993px) {
	.app {
		position: fixed;
		right: 25%;
		top: 95px;
		border-radius: 5px;
		max-width: 400px;
		text-align: center;
		z-index: 999999;
		padding-bottom: 30px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
		padding-bottom: 25px;
		overflow: hidden;
		background-color: rgb(255, 255, 255);
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.app {
		position: fixed;
		right: 0%;
		top: 95px;
		border-radius: 5px;
		max-width: 400px;
		text-align: center;
		z-index: 999999;
		padding-bottom: 30px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
		padding-bottom: 25px;
		overflow: hidden;
		background-color: rgb(255, 255, 255);
		display: none;
		width: 100%;
	}
}

@media only screen and (max-width: 620px) {
	.app {
		position: fixed;
		right: 0%;
		top: 85px;
		border-radius: 5px;
		max-width: 400px;
		text-align: center;
		z-index: 999999;
		padding-bottom: 30px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
		padding-bottom: 25px;
		overflow: hidden;
		background-color: rgb(255, 255, 255);
		display: none;
		width: 100%;
	}
}

.app p {
	color: #838383;
	margin: 0% auto;
	width: 400px;
	padding: 0px;
}

h2 {
	font-size: 25px;
	padding-bottom: 25px;
	line-height: 0;
	color: #09A7BA;
	font-weight: 300;
	padding: 20px;
	padding-top: 40px;
}


.usertitle {
	font-size: 20px;
	padding-bottom: 25px;
	line-height: 0;
	color: #09A7BA;
	font-weight: 300;
	padding: 20px;
	padding-top: 40px;
}



.app ul {
	margin-top: 25px;
	padding: 0 0px;
	padding-bottom: 0px;
}

.app li {
	list-style: none;
	font-size: 1.2rem;
	color: #616161;
	width: 80px;
	display: inline-block;
	overflow: hidden;
}

.app li img {
	width: 100%;
}

.app li:hover {
	color: red;
	cursor: pointer;
	background-color: #efefef;
}

.app li:after {
	font-family: FontAwesome;
	color: #FFFFFF;
	content: "\f00d";
	margin-left: 5px;
	position: absolute;
	display: none;
}

.app li:hover:after {
	font-family: FontAwesome;
	color: red;
	content: "\f00d";
}





#send {
	font-weight: 300;
	margin: 20px 0;
	line-height: 2.5rem;
	font-size: 1.7rem;
	width: 2.5rem;
	font-size: 1rem;
	background-color: #09A7BA;
	border: none;
	color: #ffffff;
	width: 80%;
	border-radius: 5px;
	cursor: pointer;
	font-weight: 600;
}

#send:hover {
	background-color: #B6B6B6;
	cursor: pointer;
}


#inputshop,
#inputname,
#inputtel,
#inputemail {
	line-height: 2rem;
	font-size: 1.2rem;
	padding: 0 10px;
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	background-color: transparent;
	color: #616161;
	text-align: center;
}

#inputshop:focus,
#inputname:focus,
#inputtel:focus,
#inputemail:focus {
	border-bottom: 1px solid #8888AC;
	outline-width: 0;

}

.items {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	width: 250px;
	height: 250px;
	text-align: center;
	padding: 60px 0;
	margin: 5px;
	display: inline-block;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.items img {
	width: 50%;
}

.items:hover {
	cursor: pointer;
	box-shadow: none;
}


#inputname {}

#inputtel {
	margin-bottom: 30px;
}


placeholder {
	text-align: center;
}

form {
	text-align: center;
}

#contactform {
	left: 42%;
	top: 15%;
	position: absolute;
	background-color: #fff;
	width: 306px;
	line-height: 3em;
	margin: auto;
	text-align: center;
	box-shadow: 0 0 10px rgba(141, 141, 141, 0.5);
	border-radius: 5px;
}

#contactform p {
	color: #838383;
}

.closepopup {
	cursor: pointer;
	font-size: 25px;
	width: 20%;
	left: 80%;
	font-size: 16px;
	top: -1%;
	position: relative;
	color: #B9B3B3;
	position: absolute;
}

.openpopup {
	width: 80%;
	margin: auto;
	font-size: 14px;
	box-shadow: 0 0 5px rgba(134, 134, 134, 0.3);
	background-color: #FFF;
	border-radius: 5px;
	background-color: #ff6600;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	font-weight: 700;
	transition-duration: 1s;
}

.openpopup2 {
	width: 80%;
	margin: auto;
	font-size: 14px;
	box-shadow: 0 0 5px rgba(134, 134, 134, 0.6);
	background-color: #FFF;
	border-radius: 5px;
	background-color: #797D7E;
	color: #fff;
	padding: 10px;
	margin-top: 10px;
	cursor: pointer;
	font-weight: 700;
	transition-duration: 1s;
}

.openpopup1:hover {
	background-color: #09A7BA;
}

.tooltipshop,
.tooltipshop2 {
	color: #fff;
	padding: 5px;
	width: 50%;
	border-radius: 5px;
	background: #db0e0ecc;
	box-shadow: 0 0 10px rgb(141, 141, 141);
	position: absolute;
	width: 160px;
	margin: -15px -90px auto;
	opacity: 0;
}

.tooltipshop:after {
	font-family: FontAwesome;
	color: #fff;
	content: "\f129";
	margin-left: 8px;
}

.tooltipshop2:after {
	font-family: FontAwesome;
	color: #fff;
	content: "\f129";
	margin-left: 8px;
}

#tray {
	z-index: 9999;
	height: 70px;
	width: 70px;
	/*background-color: #ff6600;*/
	display: block;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	transition-duration: 0.5s;
	/*position: fixed;*/
	left: 25px;
	bottom: 25px;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}

#tray:hover {
	/*box-shadow: 0 0 10px rgb(141, 141, 141);*/
}

#tray i {
	color: #ffffff;
	margin-top: 18px;
	font-size: 30px;
}

.count {
	position: absolute;
	background-color: rgb(255 255 255);
	border-radius: 50%;
	width: 22px;
	height: 22px;
	padding: 0px;
	color: #f60;
	font-weight: 800;
	padding-top: 0px;
	font-size: 15px;
	display: none;
	margin-left: 50px;
}

.closewindow {
	color: #B5B5B5;
	position: relative;
	float: right;
	left: -3%;
	cursor: pointer;
	width: 20px;
	border-radius: 1000%;
	height: 20px;
	text-align: center;
	margin-top: 5px;
}

.closewindow span {
	position: relative;
	bottom: 2px;
}

.items {
	cursor: pointer;
}

#contactform form {
	padding: 10px;
}






.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 60px;
}

@media screen and (max-height: 450px) {
	.overlay a {
		font-size: 20px
	}

	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}

@media (max-width:992px) {
	.topo_responsivo {
		padding: 0px 2% 0% 0% !important;
	}
}

body {
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden !important;
}

/* Full width input fields */
input[type=text],
input[type=password] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/* Set a style for all buttons */
button {
	background-color: #4CAF50;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}

button:hover {
	opacity: 0.7;
}

/* For the cancel button */
.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

img.avatar {
	width: 40%;
	border-radius: 50%;
}

.container {
	padding: 16px;
}

span.psw {
	float: right;
	padding-top: 16px;
}

/* The modal (background) */
.modal {
	/* Hidden by default */
	display: none;
	/* Stay in place */
	position: fixed;
	/* Sit on top */
	z-index: 1;
	left: 0;
	top: 0;
	/* Full width and height */
	width: 100%;
	height: 100%;
	/* Enable scrolling if needed */
	overflow: auto;
	/* Fallback color */
	background-color: #000;
	/* Black with opacity */
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 60px;
}

/* Modal content/box */
.modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto;
	border: 1px solid #888;
	width: 80%;
}

/* The close button (x)*/
.close {
	position: absolute;
	right: 25px;
	top: 0px;
	color: #000;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: red;
	cursor: pointer;
}

/* Add zoom animation */
.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

@-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%;
	}
}

button:focus {
	outline: none !important;
}



/*PAGINAAA REGISTTOOOOOOO*/
/* ==========================================================================
   #GRID
   ========================================================================== */
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row .col-2:last-child .input-group-desc {
	margin-bottom: 0;
}

.row-space {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.row-refine {
	margin: 0 -15px;
}

.row-refine .col-3 .input-group-desc,
.row-refine .col-9 .input-group-desc {
	margin-bottom: 0;
}

.col-2 {
	width: -webkit-calc((100% - 30px) / 2);
	width: -moz-calc((100% - 30px) / 2);
	width: calc((100% - 30px) / 2);
}

@media (max-width: 767px) {
	.col-2 {
		width: 100%;
	}
}

.form-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.form-row .name {
	width: 125px;
	color: #555;
	font-size: 15px;
	font-weight: 700;
}

.form-row .value {
	width: -webkit-calc(100% - 125px);
	width: -moz-calc(100% - 125px);
	width: calc(100% - 125px);
}

@media (max-width: 767px) {
	.form-row {
		display: block;
	}

	.form-row .name,
	.form-row .value {
		display: block;
		width: 100%;
	}

	.form-row .name {
		margin-bottom: 7px;
	}
}

.col-3,
.col-9 {
	padding: 0 15px;
	position: relative;
	width: 100%;
	min-height: 1px;
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

@media (max-width: 767px) {
	.col-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 35%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

@media (max-width: 767px) {
	.col-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 65%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
	}
}


/* ==========================================================================
   #PAGE WRAPPER
   ========================================================================== */
.page-wrapper {
	min-height: 100vh;
}



/* ==========================================================================
   #FORM
   ========================================================================== */
input {
	outline: none;
	margin: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 100%;
	font-size: 14px;
	font-family: inherit;
}

.radio-container {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 16px;
	color: #666;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


.input--style-5 {
	background: #e5e5e5;
	line-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 22px;
	font-size: 16px;
	color: #555;
}

.input-group-desc {
	position: relative;
}

@media (max-width: 767px) {
	.input-group-desc {
		margin-bottom: 40px;
	}
}

.input-group {
	position: relative;
	margin: 0;
}

.label {
	color: #555;
	font-size: 15px;
	font-weight: 700;
}

.label--block {
	width: 100%;
}

.label--desc {
	position: absolute;
	text-transform: capitalize;
	display: block;
	color: #999;
	font-size: 14px;
	margin: 0;
	margin-top: 7px;
	left: 0;
}



/* ==========================================================================
   #TITLE
   ========================================================================== */
.title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

/* ==========================================================================
   #CARD
   ========================================================================== */
.card {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

.card-5 {
	padding-top: 120px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	PADDING-BOTTOM: 100PX;
	min-height: auto !important;
}

.title {
	font: 500 40px/120% 'Oswald', Arial, Helvetica, sans-serif !important;
}

.card-5 .card-heading {
	padding: 20px 0;
	background: #1a1a1a;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.card-5 .card-body {
	padding: 0px 95px 0px 190px;
	padding-bottom: 73px;
}

@media (max-width: 767px) {
	.card-5 .card-body {
		padding: 40px 30px;
		padding-bottom: 50px;
	}
}

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: none;
	border-right: none;
	margin-bottom: 25px;
}

.teste-nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-justified {
	width: 100%;
}

.teste-nav li:nth-child(1) {
	margin: 0;
}

.teste-nav li {
	position: relative;
}

.teste-nav>li {
	float: left;
}

.teste-nav li {
	width: 31%;
	margin: 0 0px 0px 5px;
}

@media (min-width: 768px) {
	.nav-justified>li {
		display: table-cell;
		/* width: 1%; */
	}
}

.active_step {
	background: #fd8f46;
	border-radius: 5px;
	color: white !important;
}

.disabled_carro {
	cursor: not-allowed !important;
}

@media (min-width: 768px) {
	.active_step {
		margin-right: 2px !important;
	}

	.main-carro {
		margin-right: 2px !important;
	}
}

.active_step a {
	color: white !important;
}

@media (min-width: 768px) {
	.teste-nav>li>a {
		position: relative;
		display: block;
		padding: 10px 15px;
	}
}

@media (min-width: 768px) {
	.nav-pills>li>a {
		border-radius: 4px;
	}
}

@media (min-width: 768px) {
	.nav-justified>li>a {
		margin-bottom: 5px;
		text-align: center;
	}
}

.teste-nav li a {
	display: block;
	margin: 0px 15px;
	color: #fff;
	font: 400 13px/20px 'Lato', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none;
	padding: 0;
}

.step {
	padding: 15px !important;
	margin: 0 !important;
	color: #fd8f46 !important;
	border: 1px solid #fd8f46 !important;
}

.accordion-menu {
	width: 100%;
	max-width: 350px;
	margin: 60px auto 20px;
	background: #fff;
	border-radius: 4px;
}

.accordion-menu li.open .dropdownlink {
	color: #fd8f46;

	.fa-chevron-down {
		transform: rotate(180deg);
	}
}

.accordion-menu li:last-child .dropdownlink {
	border-bottom: 0;
}

.dropdownlink {
	cursor: pointer;
	display: block;
	padding: 5px 15px 5px 45px;
	font-size: 18px;
	border: 1px solid #ccc;
	font-weight: 800;
	color: white;
	background-color: #fd8f46;
	position: relative;
	transition: all 0.4s ease-out;
	margin: 10px 0 0 0;

	i {
		position: absolute;
		top: 17px;
		left: 16px;
	}

	.fa-chevron-down {
		right: 12px;
		left: auto;
	}
}

.submenuItems {
	display: none;
	background: #fd8f46;

	li {
		border-bottom: 1px solid #B6B6B6;
	}
}

.submenuItems a {
	display: block;
	color: #727272;
	padding: 12px 12px 12px 45px;
	transition: all 0.4s ease-out;

	&:hover {
		background-color: #CDDC39;
		color: #fff;
	}
}

@media (max-width:767px) {
	#div_clickable {
		display: flex;
		justify-content: center;
	}

	.titulo_categoria {
		text-align: center !important;
		margin-top: 2rem !important;
	}
}

@media (max-width:991px) {
	.topo_categorias {
		padding-top: 0px !important;
		padding-right: 0px !important;
		padding-left: 0px !important;

	}

	.title-subhny {
		text-align: left;
		 !important;
		padding-left: 0px !important;
	}

	.teste {
		text-align: center;
	}

}

@media only screen and (max-width: 685px) {
	.topo_responsivo {
		height: 106px !important;
	}
}


.feature-with-photo-hny {
	padding-top: 9rem !important;
}