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

::placeholder {
	font-style:italic;
}

body {
	margin: 20px;
}

select{

}

h3, h2{
	font: inherit;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: grey;
	color: grey;
}

p{
	margin: 0;
}

a{
	text-decoration: none;
	cursor: pointer;
	color: black;
}

/*
.e-mail:before {
            content: attr(data-website) "\0040" attr(data-user);
            unicode-bidi: bidi-override;
            direction: rtl;
        }
*/

.link{
	text-decoration: underline;
}
a:hover, a div:hover{
	opacity: 0.7;
}

a.button {
	padding: 2px 20px;
	margin-right: 5px;
}

input.button, a.button {
	position: relative;
	top: 3px;
	padding: 2px 20px;
	margin-right: 5px;
}
.show {
	display: block;
}

/*  ----------------------------------------------------- header*/

header {
		margin-bottom: 70px;
		height: 165px;
}
#header1 {
	height: 100px;
	width: 100%;
	border-bottom: solid 2px black;
	position: relative;
}

#navProdutos, #navSobre, #navAdmin {
	width: 100%;
	border-bottom: solid 1px black;
	position: relative;
}

.navSecond {
	display: none;
}

#header1 nav{
	height: 78px;
	width: 450px;
	display: inline-block;
	position: relative;
}

#navProdutos nav, #navSobre nav, #navAdmin nav {
	height: 25px;
	padding-left: 78px;
	padding-bottom: 5px;
	color: #52148f;
}

#cartGroup {
	position: absolute;
	margin-bottom: 25px;
	bottom: 0;
	right: 0;
	height: 50px;
	width: 150px;
}
header nav ul {
	position: absolute;
	float: left;
	padding: 0;
	bottom: 0;
	margin: 0;
}

#navProdutos nav ul, #navSobre nav ul, #navAdmin nav ul {
	bottom: 3px;
}

header nav ul li, header div ul li {
	display: inline;
}

#logo {
	width: 78px;
	display: inline-block;
}

#header1 nav ul li, #navProdutos nav ul li, #navSobre nav ul li, #navAdmin nav ul li {
	padding-left: 15px;
	padding-right: 15px;
}

.subMenu ul {
	margin-bottom: 2px;
}

#menuCart{
	right: 0;
	float: right;
}

#menuCart img {
	width: 36px;
}

#cartQuantity {
	position: relative;
	left: 25px;
	top: -6px;
	color: white;
	font-size: 12px;
	text-align: center;
	z-index: 10;
}

#icon-menu{
	display: none;
}

header nav a:hover {
	color: grey;
}

.pageCurrent {
	text-decoration: underline;
}

#filtros {
	position: relative;
	height: 30px;
	border-bottom: solid 1px black;
	padding-left: 92px;
	min-width: 	300px;
}
#filtros ul, #sorting ul {
	padding-bottom: 3px;
}
#filtros ul li {
	list-style-type: none;
	height: auto;
	width: auto;
	min-width: 0;
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
}

#filtros ul li:first-child{
	width: 53px;
}

#filtros ul li a img {
	width: 18px;
	vertical-align: bottom;	
}
#filtros ul li a img:hover {
	opacity: 0.5;
}

#cartGroup:hover {
	opacity: 0.5;
}

/* --------------------------------------------------- Main*/

main{
	display: block;
	max-width: 1000px;
	float: auto;
	margin: 0 auto;
}

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

@media screen and (min-width: 1225px) {
	#content {
	float: auto;
	overflow: auto;
	max-width: 2000px;
	margin-left: 93px;
	margin-right: 93px;
}
}

#index {
	height: 680px;
	float: none;
}

#index h1 {
	display: none;
}

#sobre {
	max-width: 1000px;
	margin: 0 auto;
	float: none;
}

article img {
	width: 100%;
}
article, section {
	left: 10%;
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 40px;
	margin-right: 5px;
}

#index section.mobile{
	float: none;
}

#criterios {
	margin-bottom: 0;
}

.mobile {
	display: none;
}

.alignRight {
	float: right;
	padding-left: 0px;
}

#wallPaper {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 850px;
	width: 100%;
	z-index: -1;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-position: center;
}

#homeTitle {
	position: relative;
	display: inline-block;
	padding: 20px;
	left: 60%;
	top: 40%;
	width: 150px;
}

#imgHeader {
	position: relative;
	z-index: -3;
	height: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-position: center;
}

.imgHeader1 {
	background-image: url(/img/imgHeader_1.jpg);
}
.imgHeader2 {
	background-image: url(/img/imgHeader_2.jpg);
}
.imgHeader3 {
	background-image: url(/img/imgHeader_3.jpg);
}
.imgHeader4 {
	background-image: url(/img/imgHeader_4.jpg);
}
.imgHeader5 {
	background-image: url(/img/imgHeader_5.jpg);
}
.imgHeader6 {
	background-image: url(/img/imgHeader_6.jpg);
}
.imgHeader7 {
	background-image: url(/img/imgHeader_7.jpg);
}
.imgHeader8 {
	background-image: url(/img/imgHeader_8.jpg);
}

.textCenter {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 45px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-weight: bold;
}
article.textCenter .paragrafo {
	padding-left: 10px;
	padding-right: 10px;
}

.article50 {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
	width: calc(50% - 30px);
}

#imgHeaderTitle {
	position: absolute;
	left: 5%;
	width: 35%;
	margin-left: 0px;
}

/* ---------------- Produtos*/

#produtos{
	width: 100%;
	margin-top: 0;
	max-width: 3000px;
}

#produtos div ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-left: 0px;
	margin-top: 0;
}
#produtosLista li {
	width: calc(20% - 20px);
	min-width: 140px;
	max-width: 265px;
	margin: 10px;
	cursor: default;
}

.image_crop {
	position: relative;
	width: 100%;
	padding-top: 100%;
	background-size: cover;
}
.image_crop:hover {
	background-position: 100% 0;
}


.produtoInfo {
	height: 50px;
	text-align: center;
}

.esgotado a, .esgotado a div.image_crop {
	-webkit-filter: blur(1.5px);
	filter: blur(1.5px);
	opacity: 0.6;
	cursor: default;
}

#addtocartgroup {
	z-index: 10;
	width: 100%;
	background-color: dimgray;
	padding-left: 10px;
	border-radius: 5px;
	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;
}
.itemQtd[type=number]
 {
	width: 50px;
}

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


input.esgotado {
	opacity: 0.5;
	cursor: default;
	width: 100%;
	padding: 10px 0px;
}

input.esgotado:hover {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width: 945px) {
	#produtos div ul li {
		width: calc(25% - 20px);
	}
}
@media screen and (max-width: 875px) {
	#produtos div ul li {
		width: calc(33.3% - 20px);
	}
}
@media screen and (max-width: 609px) {
	#produtos div ul li {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 340px) {
	#produtos div ul li {
		width: calc(100% - 20px);
		float: none;
		margin: auto;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 609px) {
	#pontosLista li {
		width: calc(20% - 20px) !important;
	}
}

#produtos div ul li img {
	width: 100%;
}

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

#itemDescription {
	width: 50%;
	min-width: 200px;
	max-width: 600px;
	padding-bottom: 20px;
}

#itemDescription p.paragrafo {
	margin-bottom: 20px;
}

#itemDescription ul {
	list-style: none;
	padding-left: 0;
	margin:0;
	margin-bottom: 20px;
}

#itemImageContainer.item, #itemImageContainer.caixa {
	width: 48%;
	max-width: 520px;
}

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

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

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

.imgSmall:hover, .imgSmallX:hover, .pontoSmall:hover, .imgSmallP:hover {
	opacity: 0.5;
}

#saboresCaixa select {
	margin-bottom: 8px;
	width: 100%;
}
#saboresCaixa select:first-child {
	margin-top: 5px;
}

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

#cartTable thead {
	text-align: left;
}

#cartTable th, #cartTable td {
	padding-right: 20px;
}

#cartTable td img {
	width: 70px;
}

#cartTable tr td button {
	width: 68px;
}
.cartDados label {
	display: inline-block;
	width: 140px;
}

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

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

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: 30px;
	margin-left: 9px;
	background-color: inherit;
}

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;
   }

.cartDados article {
	margin: 0;
}

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

#cartResumo input {
	border: none;
	width: 70px;
	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;
}

#dadoCliente label {
	margin-top: 0.5em;
}

#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;
}

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

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

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

/*--------------------------Pontos*/

#map {
	width: 100%;
	height: 400px;
	position: sticky !important;
	top: 20px;
}

#pontosLista {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid black 1px;
}

#pontosLista li {
	max-width: 72px;
}
/*--------------------------------------------------------------------------Admin */

#stock_id section label {
	display: inline-block;
	width: 140px;
}


/*--------------------------------------------------------------------------Footer */
#backToTop {
	display: block;
	padding-left: 30px;
	width: 60%;
	max-width: 160px;
	margin: 0 auto;
	cursor: pointer;
	background: white url(/img/symbol/backtotop.svg);
    background-repeat: no-repeat;
    border:none;
}

hr.backToTop {
	width: 100%;
}


footer {
	height: 100px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 80px;
	display: table;
	position: relative;
}

footer div ul{
	height: 100%;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

footer div {
	display: table-cell;
	padding-left: 3%;
	padding-right: 3%;
	height: 100%;
	border-right: solid 1px black;
	list-style: none;
	margin: 0;
}

footer a:hover{
	color: grey;
}

footer input {
	margin-top: 5px;
	margin-bottom: 5px;
}

#network {
	border-right: 0;
}

#network ul{
	border-right: 0;
	display: table;
	width: 100%;
	height: auto;
}

#network li {
	display: inline;
	cursor: pointer;
}

#network p {
	margin-bottom: 10px;
}

#network ul li {
	margin-right: 3.5px;
	display: inline-block;
}
#network ul li:hover {
	opacity: 0.5;
}
p.numero {
	display: none;
	margin-left: 0px;
}
#copyright {
	margin-top: 20px;
	text-align: center;
}

footer div form input[type=submit] {
	width: 80px;
	cursor: pointer;
}
footer div form input[type=text] {
	width: auto;
	height: 18px;
	padding-left: 5px;
	border-radius: 4px;
	box-shadow: none;
}

footer div form input[type=submit]:hover {
	background-color: grey;
}
/*----------------------------------------------------------Cadastro*/

input.checkbox {
	display: none;
}
label.checkbox {
	cursor: pointer;
}
label.checkbox:hover {
	background-color: black;
	color: white;
}

/*--------------------------Assinatura*/
td {
}

#preferencias tr td:nth-child(1), #preferencias tr td:nth-child(2) {
	width: 55px;
	text-align: center;
	height: 100%;
}
 #preferencias tr td input {
 	position: relative;
 	top: 6px;
 }

 #deducao {
 	display: none;
 }

/*----------------------------------------------------------Styles of paragraphs*/

.menu1 {
	font-family: Oswald, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 2px;
}

.menu2 {
	font-family: Oswald, Helvetica, sans-serif;
	font-weight: light;
	color: black;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 1px;
}

.homeTitle {
	font-family: Open Sans Condensed, sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 35px;
	color: white;
}

.pageTitle {
	font-family: Open Sans Condensed, sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 35px;
	color: white;
}

.footer {
	font-family: Owald, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	text-decoration: none;
}

.titulo1 {
	font-family: Oswald, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	font-size: 25px;
	text-transform: uppercase;
	text-decoration: none;

}

.paragrafo {
	font-family: Open Sans, Helvetica;
	font-size: 14px;
}

.selected {
	background-color: black;
	color: white;
}

#news form input[type=text] {
	height: 30px;
}

.cartTable {
	font-family: Open Sans, Helvetica;
	font-size: 14px;
}

.button {
	background-color: black;
	font-family: Open Sans Condensed, sans-serif;
	color: white;
	font-size: 18px;
	text-decoration: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
}

.button_1 {
	background-color: dimgrey;
	padding: 6px 0px;
	width: 100%;
	max-width: 450px;
	font-family: Open Sans Condensed, sans-serif;
	color: white;
	font-size: 24px;
	text-decoration: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
}

.button.center {
	display: block;
	width: 50%;
}

input:disabled {
	background-color: grey;
	cursor: default;
}

.button:hover {
	background-color: grey;
}

.produtoTitulo {
	font-family: Owald, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: none;
}

.subtitle {
	font-family: Open Sans, Helvetica;
	font-size: 14px;
	font-style: italic;
	color: grey;
}

.preco {
	font-family: Owald, Helvetica, sans-serif;
	font-size: 16px;
	color: #af4848;
}

.titulo2 {
	font-family: Oswald, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

.importante {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.caixa-erro {
	background-color: #fdf0ef;
	border-left: 4px solid #c0392b;
	color: #7b1a10;
	padding: 12px 16px;
	margin: 12px 0;
	border-radius: 4px;
	font-size: 0.9em;
	line-height: 1.8;
}

.caixa-aviso {
	background-color: #fefbe8;
	border-left: 4px solid #e0a800;
	color: #7a5c00;
	padding: 12px 16px;
	margin: 12px 0;
	border-radius: 4px;
	font-size: 0.9em;
	line-height: 1.8;
}

/*  --------------------------------------------------------------------- slick custom*/
#depoimento {
}
.single-item {
	margin-left: 50px;
	margin-right: 50px;
}

.slick-list {
	text-align: center;
	font-family: Open Sans, Helvetica;
    font-size: 14px;
    margin-bottom: 40px;
}

.author {
	padding-top: 10px;
	font-family: Oswald, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
    font-size: 13px;
    text-transform: uppercase;
}

.depoimento {
	text-align: center;
	margin-top: -50px;
}

/*  --------------------------------------------------------------------- multiple bootsrap */

.btstrap .dropdown-toggle {
	text-align: left;
	border-radius: 10px;
	font-size: 16px;
	font-family: Open Sans, Helvetica;
	padding: 10px;
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right whitesmoke;
	-webkit-appearance: none;
	background-position-x: 97%;
}

ul.multiselect-container.dropdown-menu {
	width: 100%;
	left:5px !important;
}
.multiselect-container input {
    display: none
}

.multiselect-container li a label{
	padding: 0px;
}

/*  --------------------------------------------------------------------- Fidelidade */

#hist_fidelidade {
	width: 100%;
}

#hist_fidelidade th {
	text-align: left;
	font-family: Open Sans, Helvetica;
	font-size: 20px;
}

#hist_fidelidade tr td:last-child {
	text-align: right;
}


/*PARCEIROS----------------------------*/

#parceiros_lista{
	padding: 0;
	list-style-type: none;
	display: flex;
}

#parceiros_lista li img {
	max-width: 100px;
	width: 100%;
	margin-right: 10px;
	cursor: pointer;
}

#parceiros_lista li:hover {
	opacity: 0.7;
}

#parceiros_lista li:after {
	display:block;
	content: '';
	border-bottom: solid 3px dimgrey;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	transform-origin:  0% 50%;
}

#parceiros_lista li:hover:after{
	transform: scaleX(1);
}


#parceiro_det img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}

#parceiro_det article{
	float: none;
	width: 46%;
}

.articles {
	display: flex;
	justify-content: space-between;
}

#filtros_parceiros {
	position: relative;
	height: 30px;
	border-bottom: solid 1px black;
}

#filtros_parceiros ul {
	padding-bottom: 3px;
	padding-left: 0;
}
#filtros_parceiros ul li {
	list-style-type: none;
	height: auto;
	width: auto;
	min-width: 0;
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
}

#filtros_parceiros ul li:first-child{
	width: 53px;
}

#filtros_parceiros ul li a img {
	width: 18px;
	vertical-align: bottom;
}
#filtros_parceiros ul li a img:hover {
	opacity: 0.5;
}

#sorting{
	position: relative;
	height: 30px;
	border-bottom: solid 1px black;
	padding-left: 92px;
	min-width: 300px;
}

#sorting ul li {
	list-style-type: none;
	height: auto;
	width: auto;
	min-width: 0;
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
}

/*---------------------------------------Assinatura*/

select {
	font-size: 18px;
	width: 100%;
	border: solid 1px #ccc;
	padding: 10px;
	border-radius: 10px;
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right whitesmoke;
	-webkit-appearance: none;
	background-position-x: 97%;

}

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

input[id="cupom"]{
	padding: 5px 10px;
}

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

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

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

.cepblock input[name=cupom]::placeholder{
	color: darkgrey;
}

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

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

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


/*---------------------------------------------------------------------------------Mobile */

@media screen and (max-width: 600px) {
	/*  --------------------------------------------------------------------- header*/
	header {
		height: 70px;
		margin-bottom: 10px;
	}

	html {
		min-width: 250px;
	}

	.mobile {
		display: block;
	}

	body {
		margin: 10px;
	}

	#header1, #filtros, #sorting {
		background-color: white;
		width: calc(100% - 20px);
	}

	#header1 {
		position: fixed;
		height: 60px;
		padding-top: 10px;
		top: 0;
		z-index: 21;
	}

	#filtros {
		position: absolute;
		top: 70px;
		padding-top: 5px;
		z-index: 20;
		padding-left: 0;
	}

	#sorting {
		position: absolute;
		padding-top: 5px;
		top: 165px;
		z-index: 20;
		padding-left: 0;
	}

	#cartGroup {
		margin-bottom: 10px;
	}

	#cartQuantity {
		left: 20px;
		top: -4px;
		font-size: 10px;
	}

	#logo {
		height: 50px;
		margin-left: calc(50% - 80px);
	}

	#header1 nav {
		z-index: 20;
		display: block;
		position: fixed;
		top: 0;
		transition: left 0.4s cubic-bezier(0.62, 0.04, 0.3, 1.3);
		height: 100%;
		width: 180px;
		background-color: rgba(255, 255, 255, 0.95);
		border-right: solid 1px black;
	}

	header div nav {
		left: -180px;
	}

	header nav ul {
		position: relative;
	}

	#navProdutos, #navSobre, #navAdmin {
		border-bottom: none;
	}

	#navProdutos nav, #navSobre nav, #navAdmin nav {
		z-index: 21;
		display: block;
		position: fixed;
		top: 170px;
		height: auto;
		width: 180px;
		padding-left: 0;
	}

	.menuVisible {
		left: 0;
		transition: left 0.4s cubic-bezier(0.62, 0.04, 0.3, 1.3);
	}


	#map {
		height: 300px;
		top: 70px;
	}

	#header1 nav ul {
		position: relative;
		top: 50px;
	}

	#header1 nav ul li, #navProdutos nav ul li, #navSobre nav ul li, #navAdmin nav ul li {
		display: block;
		margin-bottom: 8px;
	}

	#icon-menu {
		display: block;
		cursor: pointer;
		padding-top: 15px;
		float: left;
		width: 30px;
	}

	#menuCart img {
		width: 25px;
	}

	/* ------------------------------------------------------------------ Main*/
	article {
		display: block;
	}

	input, select {
		font-size: 16px;
	}

	main {
		float: left;
	}

	#produtos {
		padding-top: 140px;
	}

	#index {
		height: auto;
		width: 100%;
		position: relative;
		top: -37px;
	}

	#index h1 {
		display: block;
	}

	#sobre {
		width: 100%;
		left: 0;
		height: auto;
	}

	.alignRight {
		float: left;
	}

	.article50 {
		width: 100%;
		margin: 0px;
		margin-bottom: 40px;
	}

	#imgHeader {
		height: auto;
		margin-top: 10px;
		position: relative;
		width: 100%;
		padding-top: 100%;
	}

	#wallPaper, .wallPaper {
		height: auto;
		margin-top: 10px;
		position: relative;
		width: 100%;
		padding-top: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center;
	}

	#wall1 {
		background-image: url(/img/wallPaper/geleia-caseira-artesanal-organica-1s.jpg);
	}

	#wall2 {
		background-image: url(/img/wallPaper/geleia-caseira-artesanal-organica-2s.jpg);
	}

	#wall3 {
		background-image: url(/img/wallPaper/geleia-caseira-artesanal-organica-3s.jpg);
	}

	#wall4 {
		background-image: url(/img/wallPaper/geleia-caseira-artesanal-organica-4s.jpg);
	}

	#wall5 {
		background-image: url(/img/wallPaper/geleia-caseira-artesanal-organica-5s.jpg);
	}

	#wall6 {
		background-image: url(/img/wallPaper/geleia-caseira-artesanal-organica-6s.jpg);
	}

	.imgHeader5 {
		background-image: url(/img/imgHeader_5s.jpg);
	}

	main section h2 {
		text-align: center;
		margin: 5px;
	}

	#homeTitle {
		margin: 20px;
		width: 100%;
		text-align: center;
		padding: 0;
		left: 0;
		top: 0;
		margin-left: 0;
		margin-right: 0;
		font-weight: normal;
		font-size: 40px;
		line-height: 40px;
	}

	#imgHeaderTitle {
		top: 0px;
		color: white;
		font-weight: bold;
		text-shadow: 2px 2px 10px grey;
	}

	/*------------------Produtos*/
	#produtos article {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		padding-right: 0;
		display: block;
	}

	#produtos div {
		width: 100%;
	}

	/*--------------------------Pontos*/
	#pontosLista {
		padding-top: 20px;

	}

	#pontosLista li {
		margin: 0px;
		float: left;
		width: calc(25% - 20px);
		margin-left: 0;
		margin-right: 5px;
		display: inline-block;
	}

	/*-------------------------------Item*/
	#itemDescription {
		width: 100%;
	}

	#itemImageContainer.item, #itemImageContainer.caixa {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.imgBig, .pontoBig {
		display: none;
	}

	.imgSmall, .imgSmallX, .pontoSmall, .imgSmallP {
		width: 100%;
		float: left;
		cursor: auto;
	}

	.imgSmall:hover, .imgSmallX:hover, .pontoSmall:hover, .imgSmallP:hover {
		opacity: 1;
	}

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

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

	}

	#addtocartgroup input.button{

		font-weight: bolder;
		height: 80px;
		width: auto;
		background-color: inherit;
		top: 0px;
	}

	/*------------------------------------cart*/
	/*
#cartTable tr td:first-child, #cartTable tr th:first-child {
	display: none;
}
*/
	#cartTable td, #cartTable th {
		padding-right: 5px;
	}

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

	tr td input[type=submit] {
		font-size: 1.5em;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}

	.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, #cartResumo input {
		width: 40%;
	}

	#cartFormulario {
		margin-left: 0px;
		margin-right: 0px;
	}

	.cartDados input[name=cep] {
		width: 120px;
	}

	.cartDados input[name=telefone] {
		width: revert;
	}

	.cepblock{
		width: 100%;
	}

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

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

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

	input[type=radio]:checked {
		background-color: black;
	}

	/* ----------------------------------------Footer*/
	footer {
		display: block;
		width: 100%;
		position: relative;
		float: left;
		height: auto;
		margin-bottom: 10px;
		margin-top: 40px;
		padding-top: 10px;
	}

	footer div {
		padding: 0;
		width: 100%;
		border: 0;
	}

	footer div form input[type=text] {
		width: 100%;
	}

	footer div form input[type=submit] {
		width: 100%;
		cursor: pointer;
	}

	#help {
		width: 100%;
	}

	#sitemap {
		text-align: right;
		width: 120px;
	}

	#news {
		margin-top: 10px;
		margin-bottom: 10px;
		display: block;
		width: 100%;
	}

	#network {
		display: inline-block;
	}

	#network p {
		margin-bottom: 5px;
	}

	#network ul {
		display: table;
	}

	#network ul li {
		display: table-cell;
		text-align: center;
	}

	p.numero {
		display: none;
		text-align: center;
	}

	#copyright {
		margin: 0;
	}

	/*Styles of paragraphs----------------------------*/
	.homeTitle {
		font-size: 28px;
		color: black;
		text-align: left;
		margin-left: 0px;
	}

	.pageTitle {
		font-size: 30px;
		line-height: 35px;
	}

	.menu1 {
		font-size: 18px;
	}

	.menu2 {
		font-size: 16px;
	}

	.subtitle {
		font-size: 18px;
		s
	}

	.paragrafo {
		font-size: 18px;
	}

	.preco {
		font-size: 18px;
	}

	.cartTable {
		font-family: Open Sans, Helvetica;
		font-size: 1em;
	}

	.cartTable.pix {
		font-size: 1.2em;
	}

	.column_P {
		min-width: 50px;
	}

	.titulo1 {
		font-size: 30px;
		margin-bottom: 5px;
	}

	.titulo2 {
		font-size: 20px;
	}

	thead.titulo2 {
		font-size: 14px;
	}

	.button {
		font-size: 22px;
		color: white;
		padding-bottom: 4px;
		border-radius: 3px;
		cursor: pointer;
		text-align: center;
	}

	.articles {
		display: block;
	}

	.importante {
		color: red;
		font-weight: bold;
		text-decoration: none;
		font-size: 18px;
	}

	#filtros, #sorting {
		height: unset;
	}

	#filtros ul li, #sorting ul li {
		font-size: 1em;
		float: unset;
		display: inline-block;
		height: 2em;
		margin-right: 10px;
	}

	/*--------------------------PIX*/
	.pix_section {
		width: 100%;
	}

}

/*-------------------------------------- Validação de formulário */
.campo-erro {
	border: 2px solid #c0392b !important;
	background-color: #fdf0ef !important;
	outline: none;
}
.campo-ok {
	border: 2px solid #27ae60 !important;
	background-color: #f0fdf4 !important;
	outline: none;
}
.msg-erro {
	display: block;
	color: #c0392b;
	font-size: 0.82em;
	margin-top: 2px;
	margin-bottom: 6px;
}


