@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;600;700&display=swap');

body,
p,
a,
span,
strong,
h2,
h3,
h4,
h5,
h6,
label,
input,
button,
.titulo {
    text-decoration: none!important;
    font-family: 'Libre Franklin', sans-serif;
    text-rendering: geometricPrecision;
}

/* Altera para cor rosa o valor dos produtos */
#listagemProdutos > ul > li > ul > li > div > div.info-produto > div > div > div > strong {
	color: #ee508f;
}

/* Aumenta o tamanho do preço à vista */
#listagemProdutos > ul > li > ul > li > div > div.info-produto > div > div > div > strong {
	font-size: 20px;
}

/* Diminui espaçamento entre título e preço do produto */
.listagem .listagem-item .nome-produto {
	min-height: 35px !important;
}

/* Mantém o tamanho do card padrão para todos */
.listagem.com-caixa .listagem-item {
    min-height: 315px;
}

.listagem.com-caixa .listagem-item .acoes-produto {
    border-style: none;
}

/* Alinha os botões com o tamanho dos inputs no mobile */
@media only screen and (max-width: 767px) {
    .input-append .btn, .input-prepend .btn {
        line-height: 40px;
    }
}

/* Ajusta input-mini e ícones +- no carrinho */
#corpo .secao-principal .caixa-sombreada table tbody tr td.clearfix form div input.input-mini {
    padding: 15px 5px;
}


.tabela-carrinho .excluir a, .tabela-carrinho .quantidade a {
    color: #AAA;
}

/* Ocultar VER DETALHES no mobile */
@media screen and (max-width: 767px) {
    .listagem-item .acoes-produto-responsiva {
        display: none !important;
    }
}

/* Estilização do botão VER DETALHES na vitrine */
.listagem .listagem-item .acoes-produto .botao.principal {
    text-shadow: 0.1rem 0.1rem 0 #EE508F;
    border-radius: 3px;
    border-bottom: .3rem solid #EE508F;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.listagem-item .acoes-produto .botao.principal {
    opacity: 0.9;
    width: 70%;
    padding: 13px 10px 13px 0;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    font-weight: 600;
}

.listagem-item .acoes-produto {
    border-style: inherit;
    background: 0 0;
}

.listagem-item:hover .acoes-produto {
    bottom: 50%;
}

/* Remove as bordas de divisão dos produtos na vitrine */
.listagem .listagem-linha li {
    border-width: inherit;
    border-style: inherit;
}

.listagem .listagem-linha {
    border-style: inherit;
}

/* Banners com canto arredondado */
.flexslider .slides img {
    border-radius: 8px;
}

/* Remove a sombra do limite da pagina */
.conteiner-principal .conteiner {
  box-shadow: none;
}

.menu.superior,
.menu.superior .categoria-marcas,
.menu.superior .categoria-paginas {
	background-color: #fff;
}

.menu.superior .nivel-um > li {
	border-left: 0;
	border-right: 0;
}

.menu li > a i,
.menu-responsivo i {
	font-size: 9px;
	margin-left: 7px;
}

#cabecalho > div.conteiner > div.menu.superior > ul > li > a > i {
	background-color: #fff;
	color: inherit;
}

.menu .titulo {
	font-size: 14.4px;
	font-weight: 600;
	color: inherit;
}

#cabecalho
	> div.conteiner
	> div.menu.superior
	> ul
	> li.categoria-marcas.com-filho.borda-principal
	> a
	> svg {
	fill: black;
	height: 32px;
	margin: 0 0.5rem 0 0;
}

.main-menu-desktop .nivel-um > li > a svg {
	fill: black, black;
	height: 0.5rem;
	margin: 20px;
}

#cabecalho > div.conteiner > div.menu.superior > ul {
	align-items: center;
	display: flex;
	justify-content: center;
	text-decoration: none;
	width: 100%;
}

.info-produto {
	text-align: center;
}

#rodape .redes-sociais {
	width: 220px;
	padding: 0 20px;
	position: inherit;
	top: 0;
	bottom: 0;
	background: 0 0;
	box-shadow: none;
	border: 0;
	color: #fff;
}

#rodape > div.institucional.fundo-secundario > div > div > div.span3 > div > span {
    color: #fff;
}

.borda-principal,
.atributos ul li a:hover,
.atributos ul li.active a,
.tema-scuro .nav-tabs li.active a,
.elastislide-carousel ul li.active a {
	border-color: none;
}

.fundo-secundario,
.fundo-secundario *,
.fundo-secundario *:hover,
.fundo-secundario:hover,
.fundo-secundario.botao:hover {
	color: #fff;
}

#rodape
	> div.institucional.fundo-secundario
	> div
	> div
	> div.span3
	> div
	> ul {
	display: flex;
	justify-content: space-evenly;
}

#rodape > div.institucional.fundo-secundario > div > div > div > div p,
#rodape > div.institucional.fundo-secundario > div > div > div > div ul {
	font-weight: 500;
}

#corpo
	> div
	> div.secao-principal.row-fluid.sem-coluna
	> div
	> div:nth-child(3)
	> div
	> div.abas-custom
	> div {
	font-size: 14px;
}


/* Feel free to change duration  */
.tarja-topo.owl-carousel.owl-loaded.owl-drag {
	overflow: hidden;
}
.owl-item {
	display: inline-block;
	text-align: center;
}
.owl-nav.disabled {
	display: none;
}
.tarjas {
	padding: 8px 0;
	font-size: 12px;
	text-align: center;
	margin-top: 0;
}

.tarja-topo {
	max-width: 100vw;
}

.tarja-topo > .tarjas {
	opacity: 0;
	display: none;
}



@media only screen and (max-width: 767px) {
	.conteudo-topo .inferior .busca-mobile .atalho-menu:before {
		content: '\f0c9';
	}
}

@media only screen and (max-width: 767px) {
	.conteudo-topo .busca-mobile .atalho-menu {
		float: right;
		line-height: 49px;
		font-size: 21px;
		border: 0;
		box-sizing: border-box;
		padding: 0 12px;
		cursor: pointer;
	}
}

@media only screen and (max-width: 767px) {
    .listagem .listagem-item .nome-produto {
	    min-height: 0 !important;
    }
}


@media only screen and (max-width: 767px) {
	.busca .botao-busca {
		height: auto;
		top: 4px;
		right: -4px;
		line-height: 28px;
		color: #323232;
		font-weight: bolder;
		background-color: #fff;
		border: 0;
		font-size: 21px;
		background-image: none;
	}
}

@media only screen and (max-width: 767px) {
	input[type='text'],
	input[type='password'],
	input[type='email'],
	textarea,
	.cadastro input[type='text'],
	.cadastro input[type='password'],
	.cadastro select,
	.ordenar-listagem label,
	input.input-small.input-cep {
		font-size: 16px;
		color: #6d6d6d;
		height: 50px;
		padding: 0 58px 0 20px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 767px) {
	.busca input {
		width: 103%;
	}
}

.row-fluid [class*='span']:first-child {
	background-color: transparent;
}

@media only screen and (max-width: 479px) {
	.listagem .listagem-item .acoes-produto-responsiva {
		display: none;
		margin: 0 auto;
		right: 35%;
	}
	#rodape > div.institucional.fundo-secundario > div > div > div.span3 {
		display: none;
	}

	#rodape > div.pagamento-selos > div {
		text-align: center;
	}
}

@media only screen and (max-width: 479px) {
	.listagem .listagem-item .imagem-produto,
	.listagem .listagem-item .info-produto {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.preco-produto strong.titulo,
	.resumo-compra .preco-produto .titulo,
	.resumo-compra .total strong {
		font-size: inherit;
	}
}

.listagem.com-caixa .listagem-linha > ul {
	margin: 0 auto;
	max-width: 90%;
}

@media only screen and (max-width: 479px) {
	.listagem.com-caixa .listagem-item .imagem-produto {
		border-bottom: 0;
	}
}

.produto .cep .aviso-disponibilidade {
	font-size: 12px;
	margin-top: 5px;
	font-weight: bold;
}