:root {

	--topbar-height: 100px;

}

#mobile__footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #ffffff;
	border-top: 1px solid #343a4010;
	box-shadow: 0px 0px 50px #343a4010;
	padding: 20px 20px;
	display: none;
}

#mobile__footer .footer__item {
	display: flex;
	cursor: pointer !important;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

#mobile__footer .footer__item svg {
	width: 35px;
	stroke-width: 1.5px;
	color: var(--color-primary);
}

#mobile__footer .footer__item p {
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 9pt;
}

#topbar {

	height: var(--topbar-height);
	background: #ffffff;
	box-shadow: 0px 0px 150px #00000010;

	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: stretch;

	position: fixed;
	width: 100vw;
	max-width: 100%;
	z-index: 1000;
	
	top: 0;
	left: 0;

}

#topbar .topbar__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

#topbar .topbar__content .topbar__brand {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

#topbar .topbar__content .topbar__brand img {
	height: 50px;
	cursor: pointer;
}

#topbar .topbar__content .topbar__brand img.icon {
	display: none;
}

/* LOCATION */

#topbar .topbar__content .dropdown-menu {
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

#topbar .topbar__content .location__dropdown {
	padding: 25px;
	background: #ffffff;
	border-radius: 35px;
	box-shadow: 0px 0px 100px #00000010;
	max-width: 400px;
	min-width: 300px;
}

#topbar .topbar__content .location__dropdown p {
	font-size: 11pt;
	font-weight: 300;
	color: #161617;
}

#topbar .topbar__content .location__dropdown .locdrop__input {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

#topbar .topbar__content .location__dropdown .locdrop__input button {
	height: 45px;
	width: 45px;
	min-width: 45px;
	background: var(--color-primary);
	transition: all 300ms ease;
	border-radius: 15px;
	color: #ffffff;
	border: none;
}

#topbar .topbar__content .location__dropdown .locdrop__input button:hover {
	filter: brightness(0.95);
}

#topbar .topbar__content .location__dropdown .locdrop__input input {
	width: 100%;
	height: 45px;
	border-radius: 15px;
	border: 1px solid #343a4020;
	font-weight: 300;
	font-size: 12pt;
	padding: 0px 20px;
	color: #000000;
}

#topbar .topbar__content .location__dropdown .locdrop__input input:focus {
	outline: none !important;
}

#topbar .topbar__content .location__dropdown p.location__error {
	font-size: 10pt;
	font-weight: 300;
	color: #ff0000;
	margin-bottom: 0px;
	margin-top: 5px;
	display: none;
}

#topbar .topbar__content .topbar__location {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;

	padding: 15px 25px;
	border-radius: 20px;
	transition: all 300ms ease;
	cursor: pointer;
}

#topbar .topbar__content .topbar__location:hover {
	background: #00000005;
}

#topbar .topbar__content .topbar__location svg {
	font-size: 22pt;
	color: var(--color-primary);
}

#topbar .topbar__content .topbar__location .location__text {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
}

#topbar .topbar__content .topbar__location .location__text p.location__title {
	font-size: 8pt;
	font-weight: 400;
	color: var(--color-primary);
	margin-bottom: 0px;
	line-height: 100%;
	white-space: nowrap;
}

#topbar .topbar__content .topbar__location .location__text p.location__value {
	font-size: 13pt;
	font-weight: 400;
	color: #343a40;
	margin-bottom: 0px;
	line-height: 100%;
	white-space: nowrap;
}

/* BUTTONS */

#topbar .topbar__content .topbar__buttons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

#topbar .topbar__content .topbar__buttons button.fill-primary {
	padding: 10px 30px;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	transition: all 300ms ease;
	border-radius: 20px;
	line-height: 150%;
	font-size: 11pt;
	font-weight: 500;
	color: #ffffff;
}

#topbar .topbar__content .topbar__buttons button.fill-primary:hover {
	filter: brightness(0.95);
}

#topbar .topbar__content .topbar__buttons button.fill-secondary {
	padding: 10px 30px;
	background: var(--color-secondary);
	border: 1px solid var(--color-secondary);
	transition: all 300ms ease;
	border-radius: 20px;
	line-height: 150%;
	font-size: 11pt;
	font-weight: 500;
	color: #ffffff;
}

#topbar .topbar__content .topbar__buttons button.fill-secondary:hover {
	background: #293627;
	border-color: #293627;
}

/* LOGGED */

.topbar__logged {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	gap: 15px;
}

.topbar__logged .logged__picture {
	width: 55px;
	height: 55px;
	background: #f1f1f1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	font-size: 10pt;
	font-weight: 500;
	color: #343a4060;
	margin-left: 15px;
}

.topbar__logged .logged__account {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 0px;
}

.topbar__logged .logged__account p.name {
	font-size: 12pt;
	font-weight: 400;
	margin-bottom: 0px;
	white-space: nowrap;
	color: #343a40;
}

.topbar__logged .logged__account p.mail {
	font-size: 10pt;
	font-weight: 300;
	color: #343a4090;
	margin-bottom: 0px;
	white-space: nowrap;
}

.profile__dropdown {
	background: #ffffff !important;
	padding: 15px 0px !important;
	border-radius: 35px !important;
	box-shadow: 0px 0px 100px #00000010;
	overflow: hidden;
	min-width: 200px;
}

.profile__dropdown hr {
	margin: 5px 0px !important;
	border-color: #343a4008;
	opacity: 1;
}

.profile__dropdown .dropdown-item {
	padding: 6px 25px !important;
	transition: all 300ms ease;
	cursor: pointer;
	font-size: 12pt;
	font-weight: 300;	
	color: #343a40;
}

.profile__dropdown .dropdown-item:hover,
.profile__dropdown .dropdown-item:focus {
	background: #ffffff !important;
	color: #343a40;
}

.profile__dropdown .dropdown-item:hover svg {
	color: var(--color-primary) !important;
}

.profile__dropdown .dropdown-item svg {
	margin-top: -3px;
	transition: all 300ms ease;
	stroke-width: 1.5px;
	margin-right: 5px;
	color: #343a4040;
}

#topbar .buttons__mobile {
	display: none;
}

#topbar .buttons__mobile button {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 100%;
	background: #f1f1f1;
	color: #343a40;
}

#topbar .buttons__mobile button svg {
	width: 30px;
}

/* RESPONSIVIDADE */

@media screen and (max-width: 768px) {
	.topbar__content {
		padding: 0px 25px !important;
	}
	.topbar__location {
		display: none !important;
	}
	.topbar__buttons {
		display: none !important;
	}
	#topbar .buttons__mobile {
		display: flex !important;
	}
	#topbar .logged__account {
		display: none !important;
	}
	#mobile__footer {
		display: flex !important;
	}
	#shub-wpp-btn {
		bottom: 130px !important;
	}
}