::selection {
	color: white;
	background-color: black;
}

::placeholder {
	font-style:italic;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

@font-face {
	font-family: Recoleta;
	src: url("../font/Recoleta Regular.ttf") format("truetype");
}
@font-face {
	font-family: liliana;
	src: url("../font/liliana-light.ttf") format("truetype");
}

@font-face {
	font-family: liliana-regular;
	src: url("../font/liliana-normal.ttf") format("truetype");
}

body{
	margin: 20px;
}

header	{
	height: 100px;
	z-index: 2;
}

main{
	margin-top: 50px;
}

section{
	margin-top: 50px;
}

footer p {
	text-align: center;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}

h2{
	font-family: Recoleta, arial, serif;
	font-weight: inherit;
	margin-top: 0;
	margin-bottom: 20px;
}

a{
	text-decoration: none;
	color: inherit;
	font-family: inherit;
}

th{
	font-weight: inherit;
}

input[type=button], input[type=number]{
	padding: 5px;
	padding-left: 5px;
	border: 1px solid black;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	text-align: center;
	background-color: white;
}

input[type=button]{
	position: relative;
	top: 1px;
}

.importante {
    color: red;
}

.cartQtd[type=number]{
	width: 30px;
}

.cartQtd{
	cursor: pointer;
}

.paragrafo {
	font-family: Recoleta, arial, serif;
}

.legenda {
	font-style: italic;
}

.titulo, .menu1, .menu2{
    font-family: Roboto, sans-serif;
    font-weight: 100;
}

.menu1, .menu2 {
	font-size: 1.2em;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

.menu2 {
	color: black;
}

.menu1:hover, .menu2:hover, input.button {
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

.titulo1, .titulo2 {
	font-family: Roboto, sans-serif;
    font-weight: 100;
	font-size: 1.5em;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

.titulo2{
	font-size: 1.1em;
}

.footer{
	font-family: Roboto, sans-serif;
	font-weight: 100;
}

#logo {
	height: 50px;
	margin-right: 20px;
}

#logo_nome{
	height: 60px;
}
#cart_logo{
	height: 40px;
}
#menuCart {
	position: relative;
	top: 25%;
}

#wallpaper{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 850px;
	width: 100%;
	z-index: -1;
}

#wallpaper img {
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%;
	width:100%;
}

.img_full{
	object-fit: cover;
	object-position: 50% 50%;
	height: 50vw;
	width:100%;
}

#caixas{
	position: relative;
	left: -20px;
	width: calc(100% + 40px);

}

#caixas img {
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%;
	width: 100%;
}

.texto_caixas{
	position: absolute;
	top: 30%;
	left: 20px;
	color: white;
	font-size: 4vw;
}

#index	{
	height: 680px;
}

#homeTitle{
	text-align: center;
}

#header1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header1 a{
	display: flex;
	align-items: center;
}

#menu ul {
	display: flex;
	justify-content: left;
}

#menu ul li {
	margin-right: 30px;
}

#cart_icon ul{
	display: flex;
	align-items: center;
}

#cartQuantity{
	position: relative;
	left: 40px;
	top: 5px;
	color: white;
	width: 40px;
	text-align: center;
}

#cartValue{
	position: relative;
	top: 5px;
	margin-left: 5px;
}

.button {
	background-color: black;
	color: white;
	font-size: 18px;
	text-decoration: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
}

input.button, a.button{
	position: relative;
	top: 3px;
	padding: 8px 20px;
	margin-right: 5px;

}

input.esgotado{
	opacity: 0.5;
	cursor: default;
}

#pessoas img{
	height: 32vw;
}

#footer_icon {
	display: flex;
	justify-content: space-between;
	width: 200px;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

.half-1 {
	position: relative;
	left: 50%;
	width: 50%;
}

.third-2{
	position: relative;
	left: 34%;
	width: 67%;
}

.third div, .third img {
	position: relative;
	width: 32%;
	height: 100%;
	object-fit: cover;
}

.layout2-5 {
	position: relative;
	width: 39%;
	height: 62vw;
	object-fit: cover;
}

.layout3-5 {
	position: relative;
	width: 59%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.layout3-5 img {
	width: 100%;
	object-fit: cover;

}

.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	overflow: hidden;
}

#img_feira img{
	height: 60vw;
}

/* ---------------------------------------------------------------------------------------- Products */

#produtosLista {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
}

#produtosLista li a img	{
	width: 100%;
}

#produtosLista li {
	width: calc(20% - 20px);
	margin: 10px;
	cursor: default;
}
.produtoTitulo, .preco{
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-family: Recoleta, arial, Serif;
	margin: 0;
}

.preco {
	color: darkred;
}

@media screen and (max-width: 1100px){
	#produtosLista li {
		width: calc(33% - 20px);
	}
}

@media screen and (max-width: 500px){
	#produtosLista li {
		width: calc(50% - 20px);
	}
}

/* ---------------------------------------------------------------------------------------- Item */

#content{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	max-width: 1000px;
	margin: 0 auto;
}

#content form {
	width: 100%;
	margin-top: 10px;
}

#itemDescription{
	width: 40%;
	min-width: 250px;
	max-width: 600px;
	padding-bottom: 20px;
	margin: 0 auto;
}

#itemDescription .preco {
	text-align: left;
}

#itemImageContainer{
	width: calc(60% - 20px);
	max-width: 520px;
}

.imgBig{
	max-height: 520px;
	width: 100%;
}

.imgSmall{
	width: 10%;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}

#addtocartgroup{
	z-index: 10;
	width: 100%;
	background-color: dimgray;
	float: left;
}

.itemQtd[type=button], .itemQtd[type=number] {
	width: 30px;
	color: white;
	font-weight: bold;
	font-size: 24px;
	border: none;
	text-align: center;
	background-color: inherit;
	padding: 0px;
}

#addtocartgroup input.button {
	font-size: 18px;
	font-weight: bold;
	width: auto;
	background-color: inherit;
	top: 0px;
}

/* ---------------------------------------------------------------------------------------- CART */

#cartTable{
	font-family: Recoleta, arial, Serif;
	table-layout: fixed;
	width: 100%; /* Ensure the table fills its container */
}



#cartTable {
	width: 100%;
	margin-top: 20px;
}

#cartTable thead {
	text-align: left;
}

#cartTable td img {
	width: 80px;
}

#cartTable tr td:nth-child(2) {
	min-width: 80px;
}

.cartDados label {
	display: inline-block;
	width: 160px;
}

.cartDados label[for=cep] {
	display: inline-block;
	width: 40px;
	padding-left: 10px;
}

.cepblock {
	max-width: 420px;
}

.cepblock label {
	color: white;
	font-size: 16px;
}

.cepblock input {
	background-color: inherit;
	font-size: 16px;
	margin-top: 0px;
}

.cartDados input, #news form input {
	margin-top: 5px;
}
input[name=cep] {
	width: 80px;
	height: 27px;
	position: relative;
}

input[name=telefone] {
	width: 100px;
}

label[for=devolver] {
	width: auto;
}

input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type=button]{
	padding: 10px 5px;
	border: none;
	background-color: whitesmoke;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
}

input[name=devolver] {
	width: 137px;
	margin-left: 9px;
}

input[type=button]{
	cursor: pointer;
}

input[type="radio"]{
	cursor: pointer;
	background-color: white;
	box-shadow: none;

	width: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	vertical-align: top;
}
input[type=radio]:checked {
	background-color: black;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus {
	border: 2px solid black;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}
/* for mozilla */
input[type=number] {
	-moz-appearance: textfield;
}

input[id="cep"], input[id="cupom"] {
	font: inherit;
	border: none;
	width: 120px;
	font-weight: bold;
	padding: 20px 10px;
	color: white;
	background-color: inherit;
}

.cartDados article {
	margin: 0;
}

.cartDados input[class=button] {
	margin-top: 10px;
	margin-bottom: 10px;
}

#cartResumo input {
	border: none;
	width: 50px;
	font-size: 1em;
	background-color: inherit;
}
.cartQtd {
	width: 20px;
	padding:5px 0px 5px 0px;
	text-align: center;
	border: solid 1px black;
	border-radius: 2px;
	background-color: white;
}
.cartQtd[type=number] {
	width: 30px;
}

#dadoCliente input, #cartformulario input, #login input, input[type=text] {
	margin-top: 4px;

}

#mapa  {
	display: none;
}
#mapa img {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 800px;
}
label[for=devolver], #devolver {
	display:none;
}

#pag_logo {
	display: flex;
	justify-content: space-evenly;
	margin-top: 30px;
}

#pag_logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 40px;
}

.cepblock {
	background-color: dimgray;
	border-radius: 4px;
	margin-bottom: 10px;
}

.cepblock input[type=submit] {
	margin: 0px;
	font-size: 20px;
	padding: 0px 30px;
}

.cepblock label[for=cupom] {
	width: 80px;
	padding-left: 10px;
}

.cepblock input[name=cupom]{
	padding: 5px;
}

/*--------------------------PIX*/

.pix_section {
	width: 49%;
}
.flex_left, #resumo_text{
	display: flex;
	justify-content: left;
}

.flex_left img {
	padding-right: 10px;
}

/*------------------------MOBILE*/
@media screen and (max-width: 600px){
	#logo_nome{
		height: 25px;
	}
	html {
		min-width: 250px;
	}

	body {
		margin: 10px;
	}

	.half-1, .third-2, #itemDescription, #itemImageContainer{
		left: 0;
		width: 100%;
	}

	section .flex {
		flex-direction: column;
	}
	.third div, .third img{
		width: 100%;
		margin-bottom: 10px;
	}
	.layout2-5, .layout3-5{
		width: 100%;
		margin-bottom: 10px;
	}
	#pessoas{
		flex-direction: column;
	}
	#pessoas img{
		height: 100%;
	}
	#content{
		flex-direction: column;
	}

	#addtocartgroup {
		position: fixed;
		bottom: 0px;
		left: 0px;
		padding: 0 10px;
	}

	.itemQtd[type=button], .itemQtd[type=number] {
		height: 80px;
	}

	#cartTable thead tr th {
		font-size: 0.8em;
	}
	#cartTable thead tr th:nth-child(1) {
		width: 90px;
	}

	#cartTable thead tr th:nth-child(2) {
		width: 90px;
	}

	.cepblock{
		width: 100%;
	}

	.cepblock input[type=submit]{
		margin: 0px;
		font-size: 20px;
		padding: 0px 20px;
	}

	.cepblock input[name=cep]{
		width: 100px;
	}

	.cepblock label[for=cupom] {
		width: 60px;
		padding-left: 10px;
	}

	.cartDados label {
		width: 100%;
	}

	.cartDados label[for=devolver]{
		width: inherit;
	}

	.cartDados label.radio {
		width: 10%;
	}

	.cartDados label[for=cep] {
		width: 10%;
	}

	.cartDados input[name=cep], input[name=telefone] {
		/*width: 100px;*/
	}

	.cartDados input[name=ddd], .cartDados input[name=uf], .cartDados input[name=numero] {
		width: 50px;
	}

	.cartDados input[name=name], .cartDados input[name=email], .cartDados input[name=rua]{
		width: 100%;
	}

	#cartResumo label {
		width: 40%;
	}

	#dadoCliente input, #dadoCliente label{
		font-size: 1.1em;
	}
	#dadoCliente label {
	margin-top: 10px;
	}

	#resumo_text {
		flex-direction: column;
	}
	.pix_section{
		width: 100%;
	}

}