.navbar {
	padding: 18px 0;
	background-color: transparent;
	line-height: 24px !important;
}

.navbar-nav .nav-item {
	margin-right: 16px;
}

.navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.link-button {
	border-radius: 4px;
	border: 1px solid #4C5053;
}

.link-button:hover {
	transition: all 0.5s;
	background: #4C5053;
	color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	border-radius: 4px;
	border-top: 4px solid var(--primary-color);
	width: 250px;
	max-height: 82vh;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--primary-color) transparent;
}

.navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar {
	height: 3px;
	width: 3px;
}

/* Track */
.navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar-track {
	border-radius: 10px;
}

/* Handle */
.navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
	background: var(--primary-color);
	border-radius: 10px;
}

/* Handle on hover */
.navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb:hover {
	background: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
	padding: 8px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:active {
	background: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
	transition: all 0.5s;
}

.nav-link {
	padding: 8px 4px !important;
	font-size: 16px;
	line-height: 24px !important;
}

.dropdown-item {
	font-size: 16px;
}

.icon-menu {
	display: inline-block;
	border-radius: 100px;
	background: rgba(146, 146, 146, 0.1);
	padding: 8px;
}

.show-hidden-menu {
	background: transparent;
	color: var(--primary-color);
	border: none;
	display: none;
	width: 100%;
	padding: 8px;
	margin: 8px 0;
}

.responsive-menu,
.icon-menu-simple {
	display: none;
}

.digital-store {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
}

.digital-store {
	padding-left: 16px;
}

.store {
	height: 40px;
	width: 40px;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	display: inline-block;
	margin-right: 8px;
}

.store img {
	float: left;
	width: 40px;
	margin-right: 0;
	height: 40px;
	object-fit: cover;
}

.store-name {
	display: inline-block;
}

.dropdown-menu li {
	position: relative;
}

.dropdown-menu .dropdown-submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
	right: 100%;
	left: auto;
}

.navbar-toggler {
	border: none;
}

.lojaMobile {
	display: none;
}


.active-default {
	border-bottom: 3px solid var(--primary-color);
}

.active-moradia {
	border-bottom: 3px solid #D30046;
}

.active-pet {
	border-bottom: 3px solid #C600AF;
}

.active-diversos {
	border-bottom: 3px solid #8000E5;
}

.active-bem-estar {
	border-bottom: 3px solid #0068FF;
}

.active-transporte {
	border-bottom: 3px solid #F39319;
}

.active-empresarial {
	border-bottom: 3px solid #001960;
}

.background-default {
	background: var(--primary-color);
}

.moradia {
	background: #D30046;
}

.pet {
	background: #C600AF;
}

.diversos {
	background: #8000E5;
}

.bem-estar {
	background: #0068FF;
}

.transporte {
	background: #F39319;
}

.empresarial {
	background: #001960;
}

.container-fluid-topo {
	background-color: #ffffff
}

@media screen and (max-width: 1024px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		border-radius: 4px;
		border-top: 4px solid var(--primary-color);
		width: 250px;
		overflow-y: scroll;
		max-height: 400px;
	}


}

@media screen and (max-width: 768px) {

	.bem-estar,
	.diversos,
	.empresarial,
	.moradia,
	.pet,
	.transporte {
		display: block;
		margin: 10px 0 !important;
	}

	.lojaMobile {
		display: inline-flex;
		border: 0;
	}

	#botaoLojaMobile {
		padding-top: 0 !important;

	}

	.lojaMobile .containerAvatar {
		color: #333333;
		border: none;
		cursor: default;
		height: 32px;
		display: inline-flex;
		outline: 0;
		padding: 0;
		font-size: 14px;
		box-sizing: border-box;
		transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
		align-items: center;
		font-family: "Helvetica Now Display", Arial;
		white-space: nowrap;
		border-radius: 16px;
		vertical-align: middle;
		justify-content: center;
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0.12);
	}

	.lojaMobile .store {
		color: #333333;
		width: 24px;
		height: 24px;
		font-size: 0.75rem;
		margin-left: 5px;
		margin-right: -6px;
		background-color: rgba(0, 0, 0, 0.24);
	}

	.lojaMobile .botao {
		overflow: hidden;
		white-space: nowrap;
		padding-left: 12px;
		text-overflow: ellipsis;
	}

	.lojaMobile .store img {
		color: transparent;
		width: 100%;
		height: 100%;
		object-fit: cover;
		text-align: center;
		text-indent: 10000px;
	}

	.nameMobile {
		display: none
	}

	.lojaDesk {
		float: right;
		position: absolute;
		left: 25%;
		top: 100px;
		border: 0;
		border-top-color: currentcolor;
		border-top-style: none;
		border-top-width: 0px;
		border-left-color: currentcolor;
		border-left-style: none;
		border-left-width: 0px;
		background: #F6F6F6;
		width: 70%;
		padding: 10px;
		padding-left: 10px !important;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	.responsive-hiden {
		display: none;
	}

	.digital-store {
		border-top: none;
		border-left: none;
		font-size: 14px;
	}

	.digital-store {
		padding-left: 0;
		padding-top: 8px;
	}

	.responsive-menu {
		display: block;
	}

	.navbar-brand {
		margin-right: 0;
	}

	.navbar-brand img {
		height: 40px;
	}

	.badge {

		font-size: 12px;
	}

	.navbar-toggler {
		border: none;
		padding: 0;
	}

	.navbar-collapse {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		padding: 12px;
		overflow-y: auto;
		-webkit-transition: none;
		transition: none;
	}

	.navbar-nav .nav-item {
		margin-right: 0;
	}

	.dropdown-toggle {
		font-weight: 700;
		font-size: 18px;
		text-align: center;
		padding: 0;
		margin-top: 16px;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		display: block;
		border-radius: 0;
		border: none;
		margin: 0;
		width: 100%;
		padding: 0;
		height: auto;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu li {
		display: inline-block;
		width: 30%;
		text-align: center;
		margin: 8px;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-radius: 4px;
		padding: 8px;
		font-size: 12px;
	}

	.dropdown-toggle::after {
		display: none;
	}

	.show-hidden-menu {
		display: block;
	}

	.icon-menu {
		display: block;
		margin: 0 auto 8px auto;
		width: 41px;
		height: 41px;
	}

	.hiden-mobile {
		display: none;
	}

	.navbar-nav .nav-item {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding: 8px 0;
	}

	.link-button {
		text-align: center;
		background: #4C5053;
		color: #fff;
	}

	.icon-menu-simple {
		display: inline-block;
		margin-right: 8px;
	}
}

@media screen and (max-width: 590px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu li {
		display: inline-block;
		width: 44%;
		text-align: center;
		margin: 8px;
	}
}