
.colored,
.shop-bag i,
.naver .navbar a i,
.header .naver .navbar .social a:hover i,
.naver .navbar a:hover,
.user-menu i,
.search-bar-mobile button i,
.categoria .vertudo i,
.categoria .counter,
.bread i,
.produto-detalhes .categoria a,
.campo-numero i,
.sacola-table .sacola-remover i,
.sacola-table .sacola-change i,
.adicionado .checkicon,
.title-line i,
.back-button i,
.sidebar-info i,
.filter-select .outside,
.filter-select .fake-select i,
.pagination i,
.funcionamento-mobile i,
.fake-select i,
.search-bar button i,
.holder-shop-bag i
 {
color: #ea16ad !important;
}

.top {
border-color: #ea16ad !important;
}

.footer-info,
.categoria .produto .detalhes,
.cover,
.carousel-indicators .active,
.botao-acao,
.sidebar .sidebar-header,
.minitop,
.opcoes .opcao.active .check,
.floatbar {
background: #ea16ad !important;
}

.pagination > li > a:hover, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
background: #ea16ad !important;
color: #fff !important;
}

.is-sticky .avatar {
height: 70px !important;
width: 70px !important;
}

.tv-infinite-menu a.active,
.tv-infinite-menu a:hover,
.fancybox-thumbs__list a::before {
border-color: #ea16ad !important;
}

/* ALL MOBILE */

@media (max-width: 991px) {

	.user-menu i {
	color: #fff !important;
	}

	.shop-bag i {
	color: #fff !important;
	}

	.shop-bag .counter {
	border: 0;
	padding-top: 2px;
	}

	.top {
	border-top: 0;
	background: #ea16ad !important;
	}

}

@media (min-width: 991px) {

}

/* CATEGORIAS ESTILO CIRCULAR */
.categorias-circular-wrapper {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	padding: 15px 10px;
	-webkit-overflow-scrolling: touch;
}
.categorias-circular-wrapper::-webkit-scrollbar {
	display: none;
}
.categorias-circular-list {
	display: flex;
	gap: 15px;
}
@media (max-width: 991px) {
	.categorias-circular-list {
		gap: 10px !important;
	}
}
.categoria-circular-item {
	display: inline-block;
	text-align: center;
	min-width: 75px;
}
@media (max-width: 991px) {
	.categoria-circular-item {
		min-width: 0 !important;
		flex: 0 0 calc((100% - (2.5 - 1) * 10px) / 2.5) !important;
	}
}
.categoria-circular-item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #666;
}
.categoria-circular-img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	border: 2px solid #ddd;
	transition: all 0.3s ease;
	margin-bottom: 5px;
}
@media (max-width: 991px) {
	.categoria-circular-img {
		width: 85% !important;
		aspect-ratio: 1 / 1 !important;
		height: auto !important;
		max-width: 100px !important;
		min-width: 60px !important;
	}
}
.categoria-circular-item.active .categoria-circular-img {
	border-color: #ea16ad !important;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	transform: scale(1.05);
}
.categoria-circular-item.active .categoria-circular-name {
	font-weight: 600;
	color: #ea16ad !important;
}
.categoria-circular-name {
	font-size: 11px;
	white-space: normal;
	max-width: 75px;
	line-height: 1.2;
	text-align: center;
}
@media (max-width: 991px) {
	.categoria-circular-name {
		max-width: 100% !important;
	}
}
@media (min-width: 992px) {
	.categorias-circular-wrapper {
		width: 100%;
		overflow-x: visible;
		white-space: normal;
		padding: 20px 0 10px 0;
	}
	.categorias-circular-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px 30px;
		width: 100%;
	}
	.categoria-circular-item {
		flex: 1 1 auto;
		min-width: 90px;
		max-width: 140px;
		text-align: center;
	}
	.categoria-circular-img {
		width: 90px !important;
		height: 90px !important;
		margin: 0 auto 8px auto;
		aspect-ratio: 1 / 1 !important;
		border-radius: 50%;
	}
	.categoria-circular-name {
		font-size: 13px;
		max-width: 100% !important;
		white-space: normal;
		display: block;
		text-align: center;
	}
}