
.banners-marketplace {
margin: 20px 0 0 0;
}

.seta-esquerda,
.seta-direita {
display: flex;
align-items: center;
width: 40px;
background: transparent !important;
opacity: 1;
text-shadow: 0 0 0 transparent;
transition: 0.3s;
}

.seta-esquerda:hover,
.seta-direita:hover {
opacity: 1;
}

.seta-esquerda span,
.seta-direita span {
position: relative !important;
top: 0 !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
margin: 0 !important;
padding: 0 !important;
display: block;
width: 40px !important;
height: 40px !important;
line-height: 40px !important;
text-align: center !important;
background: #181439;
color: #fff;
text-shadow: 0 0 0 transparent;
font-size: 22px !important;
box-shadow: 0 10px 20px rgba(0,0,0,.15);
}

.seta-esquerda:hover span,
.seta-direita:hover span {
background: #ff5400;
transition: 0.3s;
}

.body-cidade .categoria {
float: left;
width: 100%;
margin: 1px 0 -2px 0 !important;
}

.middle {
padding: 20px 0 16px 0;
}

.ofertas {
margin: 20px 0 20px 0;
}

.ofertas .produtoatual {
margin-bottom: 0;
padding: 35px 54px;
background: rgba(0,0,0,.05);
border: 0;
border-radius: 6px;
}

.ofertas .estabelecimentos {
margin-bottom: 0;
padding: 40px;
background: rgba(0,0,0,.05);
border: 0;
border-radius: 6px;
}

.ofertas .estabelecimentos .estabelecimento {
background: #fff;
padding: 12px 12px 10px 12px;
box-shadow: 0 10px 20px rgba(0,0,0,.15);
border-radius: 6px;
}

.ofertas .produtoatual .row {
box-shadow: 0 10px 20px rgba(0,0,0,.15);
padding: 20px;
background: #fff;
}

.ofertas .produtoatual [class*="col-"] {
padding: 0;
}

.ofertas .produtoatual .capa {
height: 300px;
}

.ofertas .produtoatual .detalhes {
display: block;
padding: 20px;
background: rgba(255,255,255,1);
min-height: 300px;
}

.ofertas .produtoatual .informacoes {
width: 100%;
text-align: center;
}

.ofertas .produtoatual .mais {
width: 100%;
padding: 12px 12px 10px 12px;
float: left;
}

.ofertas .produtoatual .nome {
font-size: 24px;
line-height: 26px;
}

.ofertas .produtoatual .descricao {
margin: 8px 0 8px 0;
font-size: 16px;
line-height: 18px;
}

.ofertas .produtoatual .valor {
font-size: 24px;
line-height: 26px;
}

.ofertas .produtoatual .mais {
margin: 10px auto auto auto;
float: none;
padding: 6px 0 0 0;
width: 100%;
max-width: 300px;
border-top: 1px solid rgba(0,0,0,.15);
}

.ofertas .produtoatual .mais span {
display: block;
width: 100%;
text-align: center;
margin: 0 0 0 0;
font-size: 16px;
font-weight: 700;
}

.ofertas .produtoatual .mais i {
display: inline-block;
float: none;
margin: auto auto auto 8px;
transform: translateY(6px);
}

.produtoatual .informacoes .adicionais {
margin: 8px 0 8px 0;
font-size: 14px;
line-height: 16px;
}

.destaques {
margin: 20px 0 26px 0;
}

.destaques .produtoatual {
margin: 0 0 30px 0;
padding: 20px 20px 10px 20px;
background: #fff;
border: 0;
}

.destaques .estabelecimentos {
margin-bottom: 0;
padding: 40px 40px 16px 40px;
background: rgba(0,0,0,.05);
border: 0;
border-radius: 6px;
}

.destaques .estabelecimento {
margin-bottom: 26px;
}

.social-home {
border-top: 1px solid rgba(0,0,0,.15);
margin: 10px 0 -18px 0;
padding: 10px 0 0 0;
}

.social-home a i {
color: rgba(0,0,0,.5) !important;
}


.produtoatual {
margin: 0 0 30px 0;
box-shadow: 0 10px 20px rgba(0,0,0,.15);
/*background: rgba(0,0,0,.05);*/
/*border: 1px solid rgba(0,0,0,.15);*/
border-radius: 12px;
overflow: hidden;
transition: 0.3s;
}

.produtoatual:hover {
box-shadow: 0 20px 30px rgba(0,0,0,.35);
transition: 0.3s;
}

.produtoatual .capa {
width: 100%;
height: 260px;
background-size: cover !important;
}

.produtoatual .detalhes {
padding: 12px 12px 10px 12px;
}

.produtoatual .detalhes .linha {
display: flex;
align-items: center;
}

.produtoatual .informacoes {
float: left;
width: 75%;
}

.produtoatual .nome {
display: block;
margin: 0 0 8px 0;
font-weight: 600;
color: rgba(0,0,0,.5);
font-size: 14px;
line-height: 16px;
}

.produtoatual .descricao {
display: block;
margin: 6px 0 0 0;
font-size: 16px;
line-height: 18px;
}

.produtoatual .valor {
display: block;
margin: 0 0 6px 0;
font-weight: 600;
font-size: 20px;
line-height: 22px;
color: #67b017;
}

.produtoatual .informacoes .adicionais {
display: block;
margin: 0 0 5px 0;
font-size: 12px;
line-height: 14px;
color: red;
}

.produtoatual .mais {
display: flex;
float: right;
width: 25%;
}

.produtoatual .mais i {
display: block;
margin: auto;
float: right;
font-size: 30px;
color: #67b017;
transition: 0.3s;
}

.produtoatual:hover .mais i {
color: #67b017;
transition: 0.3s;
}

.valor-novo {
display: block;
margin: 0;
padding: 0;
color: #67b017;
font-size: 26px;
line-height: 26px;
}

.politica {
border-top: 1px solid rgba(255,255,255,.15);
margin: 12px 0 4px 0;
padding: 12px 0 0 0;
}

.politica span {
margin: 0;
padding: 0;
}

.politica-cidade {
margin: 8px 0 8px 0;
padding: 8px 0 0 0;
}

.politica a {
color: #fff;
text-decoration: #fff;
}

.politica .divider {
display: inline-block;
margin: 0 5px 0 5px;
}

.categoria .title {
line-height: 22px;
}

/* US */

@media (max-width: 320px)  {

}

/* XS */

@media (max-width: 544px)  {

}

/* SMALL */

@media (min-width: 545px) and (max-width: 767px)  {

}

/* MEDIUM */

@media (min-width: 546px) and (max-width: 991px)  {

}

/* LARGE */

@media (min-width: 992px) and (max-width: 1199px)  {

}

/* EXTRA LARGE */

@media (min-width: 1200px) {

}

/* ALL MOBILE */

@media (max-width: 991px) {
	
	.ofertas .produtoatual .capa {
	height: 200px;
	}

	.ofertas .produtoatual .detalhes {
	min-height: 0;
	}

	.ofertas .produtoatual .row {
	padding: 10px;
	}

	.seta-esquerda span,
	.seta-direita span {
	width: 35px !important;
	height: 35px !important;
	line-height: 35px !important;
	font-size: 18px !important;
	box-shadow: 0 10px 20px rgba(0,0,0,.15);
	}

	.destaques .estabelecimentos {
	padding: 10px 10px 0 10px;
	}

	.destaques .produtoatual { 
	margin: 0 0 10px 0;
	padding: 10px;
	}

	.destaques .estabelecimentos .tv-infinite .col-infinite {
	max-width: 170px !important;
	}

	.botao-acao-novo {
	margin-top: 10px;
	}

	.produtos .tv-infinite .col-infinite {
	max-width: 200px !important;
	}
	
	.ofertas .produtoatual {
	margin-bottom: 0;
	padding: 10px 26px;
	background: rgba(0,0,0,.05);
	border: 0;
	border-radius: 6px;
	text-align: center;
	}

	.produtoatual .capa {
	height: 200px;
	}

	.produtoatual .mais i {
	display: block;
	font-size: 30px;
	color: #67b017;
	}

	.politica .divider {
	display: block;
	margin: 8px auto 6px auto;
	width: 100%;
	max-width: 30px;
	font-size: 0;
	height: 1px;
	background: rgba(255,255,255,.5);
	}

	.produtoatual .valor {
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 18px;
	}

	.produtos .tv-infinite .col-infinite {
	max-width: 220px !important;
	}

	.ofertas .produtoatual .nome {
	font-size: 20px;
	line-height: 22px;
	}

	.ofertas .produtoatual .descricao {
	font-size: 14px;
	line-height: 16px;
	}

}









/* NOVOS DEZEMBRO 2025 */
.novoproduto {
margin: auto auto 10px auto;
border: 1px solid rgba(0,0,0,.07);
border-radius: 6px;
padding: 12px 12px 12px 12px;
/*background: rgba(0,0,0,.025);*/
}

.novoproduto .capa {
display: flex;
/*align-items: center;*/
/*justify-content: center;*/
border-radius: 6px;
overflow: hidden;
width: 100%;
height: 100px;
}

.novoproduto .capa img {
display: block;
margin: auto;
width: 100%;
border-radius: 6px;
}

.novoproduto .nome {
display: block;
margin: 0 0 5px 0;
font-weight: 600;
font-size: 14px;
line-height: 16px;
}

.novoproduto .descricao {
display: block;
font-weight: 400;
font-size: 12px;
line-height: 14px;
color: rgba(0,0,0,.5);
/*word-break: break-all;*/
/*overflow-wrap: break-word;*/
}

.novoproduto .preco {
margin: 6px 0 0 0;
}

.novoproduto .preco .valor_anterior {
display: block;
margin: 0 0 -1px 0;
text-align: left;
font-size: 12px;
line-height: 14px;
color: rgba(0,0,0,.5);
}

.novoproduto .preco .blank_valor_anterior {
display: block;
width: 100%;
height: 7px;
color: rgba(0,0,0,.5);
}

.novoproduto .preco .valor {
display: block;
margin: 0 0 0 0;
font-size: 14px;
line-height: 16px;
font-weight: 600;
}

.valor-green {
color: rgba(16,185,129,.9) !important;
}

.novoproduto .plus-holder {
float: right;
}

.novoproduto .plus {
display: block;
float: left;
margin: 0 0 0 0;
background: #e22f38;
color: #fff;
border-radius: 6px 0 0 6px;
text-align: center;
width: 26px;
height: 26px;
font-size: 18px;
line-height: 27px;
font-weight: 600;
}

.novoproduto .plus-desc {
display: block;
float: left;
margin: 0 0 0 0;
background: #e22f38;
border-radius: 0 6px 6px 0;
text-align: center;
height: 26px;
font-size: 12px;
line-height: 27px;
padding: 0 6px 0 6px;
border-left: 1px solid rgba(255,255,255,.2);
background: rgba(0,0,0,.06);
}

.categoria .novo-vertudo {
display: block;
width: 100%;
margin: 14px 0 16px 0;
text-align: center;
border-bottom: 1px solid rgba(0,0,0,.05);
border-radius: 6px;
padding-bottom: 18px;
}

.categoria .novo-vertudo i {
margin-left: 5px;
transform: translateY(2px);
}

.categoria .title {
margin-bottom: 14px;
}

.radios-full {
display: flex;
}

.radios-full .form-field-radio {
width: 100%;
}

.radios-full label.error {
position: absolute;
margin: 10px 0 0 -20px;
}

.sacola-adicionar {
user-select: none;
}

.sacola-adicionar span {
transform: translateY(0);
}

.sacola-adicionar i {
margin: 0 8px 0 0;
transform: translateY(-1px);
font-size: 12px;
font-weight: 700;
}

.botao-fechar-compra {
margin-top: 14px;
}

/* US */

@media (max-width: 320px)  {

}

/* XS */

@media (max-width: 544px)  {

}

/* SMALL */

@media (min-width: 545px) and (max-width: 767px)  {

}

/* MEDIUM */

@media (min-width: 546px) and (max-width: 991px)  {

}

/* LARGE */

@media (min-width: 992px) and (max-width: 1199px)  {

}

/* EXTRA LARGE */

@media (min-width: 1200px) {

}

/* ALL MOBILE */

@media (max-width: 991px) {

	body,
	html {
	-webkit-overflow-scrolling: touch;
	}

	.novoproduto {
	padding: 12px 12px 12px 12px;
	}

	.novoproduto .capa {
	min-height: 120px;
	float: right;
	max-width: 120px;
	}

	.novoproduto .capa img {
	min-height: 0px;
	}

	.novoproduto .lp {
	padding-left: 5px;
	padding-right: 5px;
	}

	.novoproduto .npr {
	padding-right: 0;
	}

	.novoproduto .plus {
	margin: 0 0 0 0;
	}

	.novoproduto:last-child {
	margin-bottom: 18px;
	}

	.categoria .novo-vertudo {
	margin: -6px 0 -2px 0;
	padding-bottom: 12px;
	}

	.novoproduto .row-add {
	margin-top: 10px;
	}

	.subtotal-adicionar {
	position: fixed;
	width: 92%;
	padding: 8px 8px 8px 8px !important;
	margin: auto;
	z-index: 10;
	bottom: 10px;
	background: rgba(255,255,255,.98);
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	border-radius: 6px;
	}

	.npr {
	padding-right: 0;
	}

	.subtotal-adicionar .row {
	display: flex;
	align-items: center;
	justify-content: center;
	}

	.subtotal {
	display: block;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 16px;
	}

	.sacola-adicionar {
	padding: 8px 5px 6px 5px;
	}

	.sacola-adicionar i {
	margin: 0 8px 0 0;
	transform: translateY(0);
	font-size: 12px;
	font-weight: 700;
	}

	.space-brand {
	width: 100%;
	height: 55px;
	}

	.relacionados {
	margin-top: -34px;
	}

}

/* CAIXOTE */

@media (min-width: 992px) and (max-width: 1024px) {

}

@media (min-width: 1180px) {

}
