#topbar * {
	transition: all 300ms;
}

/* TOP TITLE */

#top__title {
	width: 100%;
	font-size: .9em;
	font-weight: 400;
	background: var(--color-primary);
	overflow: hidden;
	padding: 5px 0px;
	line-height: 1;
}

#top__title .top__text {
	margin: 0;
	text-align: center;
	color: white;
	font-size: .83em;
	font-weight: 300;
}

#top__title .top__links {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
}

#top__title .top__links .toplink__item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	margin-left: 20px;
	width: auto;
}

#top__title .top__links .toplink__item svg {
	stroke-width: 1.5px;
	margin-right: 2px;
	height: 17px;
}

#top__title .top__links .toplink__item a {
	font-weight: 300;
	font-size: .83em;
	color: #fff;
}

#top__title .top__links .toplink__item p {
	white-space: nowrap;
	font-weight: 300;
	width: 100%;
	margin: 0;
}


/* TOPBAR */

#topbar {
	background: white;

	-webkit-box-shadow: 10px 4px 80px -9px rgba(0,0,0,0.05);
	-moz-box-shadow: 10px 4px 80px -9px rgba(0,0,0,0.05);
	box-shadow: 10px 4px 80px -9px rgba(0,0,0,0.05);
}

#topbar .topbar__content {
	padding: 30px 0px;
}

@media (max-width: 768px) {

	.topbar__content {
		padding: 20px 0px !important;
	}

}

#topbar .topbar__logo {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#topbar .topbar__logo img {
	width: 100%;
	max-height: 37px;
}

@media (max-width: 1200px) {

	#topbar .category__hide {
		display: none !important;
	}

}


#topbar .topbar__categories {
	display: flex;
	justify-content: center;
	align-items: center;
}

#topbar .topbar__categories .category__item {
	display: flex;
	flex-wrap: nowrap;
	padding: 10px 15px;
	cursor: pointer;
}

#topbar .topbar__categories .category__item p {
	font-size: .95em;
	font-weight: 400;
	white-space: nowrap;
	color: #343A40;
	margin: 0;
}

#topbar .topbar__categories .category__item svg {
	width: 10px;
	margin-left: 5px;
	margin-top: -3px;
}

#topbar #topbar__mobile__menu {
	padding: 5px;
	background: var(--color-primary);
	color: white;
	border-radius: 10px;
	text-align: right;
	margin-left: 15px;
}

#topbar #topbar__mobile__menu svg {
	color: #fff;
	width: 1.5em;
}

@media (max-width: 768px) {

	#cartbox {
		margin-left: 0px !important;
	}

	#cartbox svg {
		width: 2.7em !important;
		color: var(--color-primary) !important;
	}

}

#topbar .topbar__icons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#topbar .topbar__icons .topbar__affiliate {
	display: flex;
	justify-content: flex-start;
	align-items: center;

	cursor: pointer;
}

#topbar .topbar__icons .topbar__affiliate svg {
	height: 3em;
	stroke-width: .6px;
	color: #343a40;
}

#topbar .topbar__icons .topbar__affiliate .affiliate__textbox {
	margin-left: 13px;
}

#topbar .topbar__icons .topbar__affiliate .affiliate__textbox p {
	font-size: .8em;
	line-height: 1.4;
	margin: 0;
}

#topbar .topbar__icons .topbar__affiliate .affiliate__textbox svg {
	width: 10px;
	height: 10px;
	margin-top: -2px;
}

#topbar .topbar__icons .topbar__affiliate .affiliate__textbox .textbox__color {
	color: var(--color-primary);
}

#topbar .topbar__icons .topbar__profile {
	display: flex;
	justify-content: flex-start;
	align-items: center;

	cursor: pointer;
	margin-left: 30px;
}

#topbar .topbar__icons .topbar__profile svg {
	height: 3em;
	stroke-width: .6px;
	color: #343a40;
}

#topbar .topbar__icons .topbar__profile .profile__textbox {
	margin-left: 10px;
}

#topbar .topbar__icons .topbar__profile .profile__textbox p {
	font-size: .8em;
	line-height: 1.4;
	margin: 0;
}

#topbar .topbar__icons .topbar__profile .profile__textbox svg {
	width: 10px;
	height: 10px;
	margin-top: -2px;
}

#topbar .topbar__icons .topbar__profile .profile__textbox .textbox__color {
	color: var(--color-primary);
}

#topbar #cartbox {
	display: flex;
	justify-content: flex-end;
	align-items: center;

	cursor: pointer;
	margin-left: 30px;
}

#topbar #cartbox svg {
	height: 3em;
	stroke-width: .6px;
	color: #343a40;
}

#topbar #qntdInBox {
	opacity: 0;
	position: relative;

	top: -5px;
	right: calc(3em + 13px - (3em + 13px) * 2);

	height: 18px;
	width: 18px;

	display: flex;
	justify-content: center;
	align-items: center;

	text-align: center;
	border-radius: 100%;

	font-size: .7em;
	color: white;
	font-weight: 500;
	background: var(--color-primary);
}