#brands-ids {
	display: flex;
	justify-content: center;
}

#brands-ids a {
	margin: 0.5rem 0.6rem;
	font-size: 1.2rem;
}
.brand-id {
	margin-top: 20px;
}
.letter-brands {
	display: flex;
	flex-wrap: wrap;
}
.letter-brands a {
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
@media(max-width: 1000px) {
	#brands-ids {
		display: none;
	}
}
@media(max-width: 600px) {
	.letter-brands a {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

body .popup-register-link {
	text-decoration: underline;
}

body.logged-in .popup-register-link {
	display: none;
}

.tm-woowishlist-button.in_wishlist:before {
	color: #f68538 !important;
}

a {
	outline: none !important;
}

.elementor-custom-menu__align-center .elementor-custom-menu {
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.elementor-custom-menu li a.elementor-item {
	color: var(--e-global-color-e43b16d );
	fill: var(--e-global-color-e43b16d );
	font-family: var(--e-global-typography-primary-font-family ), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight );
	font-size: 20px;
	padding: 13px 20px;
}

@media(max-width: 399px) {
	#header-icons {
		width: 100%;
	}
}