.cardProduto {
    /*Tamanho do grid na tela normal*/
    /*se mudar a height tem que mecher no formulario que insere a quantidade desejada "em .coletaquantidade {" perto da linha 125*/
    display:flex;
    flex-direction:column;
    height: 300px;
    box-shadow:0 0 5px rgba(0,0,0,.2);
    background-color:#fff;
    position:relative;
    margin: 10px 15px;

}

.cardProduto.metazerada {
    background-color: #FF0000;
}
.cardProduto.metapessoal {
    background-color: #99FF99;
}
.cardProduto.metacoletiva {
    background-color: #fb9494;
}
.cardProduto.metatotal {
    background-color: #00FF00;
}


.cardProduto span {font-size: 0.8em;}
.destaque {
    border: 5px;
    border-color: gold;
    border-style: solid;    
    height: 100%;
}
.semdestaque {   
    border: 5px;
    border-color: transparent;
    border-style: solid;    
    height: 100%;
}
.cardMainWrap {
	height: 88%;
	padding: 10px;
	line-height: 16px;
}
.cardImage{
	height: 44%;
	vertical-align: middle;
	display:flex;
	justify-content:center;
}
.category .products img,
.cardImage .image{
	margin: 0 auto;
	max-height: 100%;
}


.cardInfo {
	text-align: left;
	height: 55%;
  min-height: 55%;
	display: flex;
  flex-direction: column;
}

.cardInfo .infoDesc{
	height: 60%;
	flex-direction: column;
}
.cardInfo .nome {
	font-weight: bold; 
	color: #656A79;
	max-height: 67%;
   	overflow: hidden;
    padding: 0px 10px;
    font-size: 14px;
    height: 30%;

}

@supports (-webkit-line-clamp: 6) {
	.cardInfo .nome{
		display: -webkit-box;
    	-webkit-line-clamp: 6;
   	 	-webkit-box-orient: vertical;
	}
}
.cardInfo .nome:hover {
  overflow-y: auto;
  background-color: #eff3f5;
}

.cardInfo .infoPrice{
	display: flex;
   	flex-direction: column;
   	line-height: 20px;
   	margin-top: 5px;
    margin-top: auto;
}

.cardInfo .infoPrice p{
	font-size: 11px;
}

.cardInfo .infoPrice .cut-price{
	color: #737373;
	text-decoration: line-through;
    padding: 0px 10px;
    font-size: 12px;
}
.cardInfo .infoPrice .pedido{
    color: #737373;
    font-size: 14px;
}




.botaobaixo {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 99%;
  margin: 2px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.botaobaixo2 {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 99%;
  margin: 2px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.botaobaixo:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}


.cardInfo .infoPrice .price{
	font-size: 18px;
   	font-weight: bold;
   	color: #00B74F;
    background-color: white;
    padding: 5px 10px;
}

.cardAction {
	height: 12%;
	background-color: #f7f7f7;
   	border-top: 1px solid #e4e4e4;
   	display: flex;
    align-items: center;
    justify-content: center;
}

.addToCart {
	padding: 5px;
    width: 100%;
    text-align: center;
    background: #00B74F;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	border-radius: 0px;
}

.addToCart .ico-cart-add-white{
	position: absolute;
    background-image: url(../../../images/novo/ico-cart-add-white.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: 10px;
}
.incrementCart{
    display: none;
	height: 100%;
}
.incrementWrapper{
	display: flex;
    height: 100%;
    border: 1px solid #E4E4E4;
    background-color: #FFFFFF;	
}
.incrementWrapper button{
	padding: initial;
    border: none;
    background: none;
    color: #0E6097;
}
.incrementWrapper input{
	text-align: center;
    color: #7d7e80;
    background: none;
    border: none;
}

.carrossel-ico {
	width: 40px;
    height: 40px;
    box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 1.5em;
    top: -90px;
    background-color: #f7f7f7;
}
.carrossel-ico:after {
	content: '';
    background-image: url(../../../images/novo/carrossel-arrow.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
}
.ico-slider-right-b { right: -15px;}

.ico-slider-left-b { left: -15px;}
.ico-slider-left-b.carrossel-ico:after {
	transform: rotate(180deg);
}

.cardAction a.avise-me{
	border-radius: 0px;
    height: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #ffffff;
}
.cardAction a.avise-me i{margin-right: 15px;}
.cardAction a.avise-me span{
	color: #ffffff;
    font-weight: 100;
    text-transform: none;
    font-size: 14px;
}
.category .products header,
.slider-products header{
	color: #662e6b;
	text-transform: initial;
	border-bottom: 1px solid #ff0000;
	margin: 10px 70px;
}
.category .products header:before,
.slider-products header:before{ content:initial; }
.category .products header h1,
.slider-products header h {
	font-size: 23px;
    font-weight: normal;
    background-color: transparent;
    padding: 0;
	z-index: unset;
}

.slider-products header > .box-space{
	margin: 0;
	float: initial;
}

main header {
	margin: 30px 0px;
    padding: 0;
    text-transform: none;
}
main header:before{
	content: initial;
}
main header h1{
	padding: 0;
    margin: 0px;
    font-weight: 100;
    font-size: 1.5em;
    color: #662e6b;
}

/*
* SELO
*/
.cardProduto .selo{
    position: absolute;
    font-weight: bold;
    color: #ffffff;
    padding: 0px 10px;
    max-width: 98%;
}
.cardProduto .selo p{
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.cardProduto .selo:after{
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: solid 5px;
    border-right: solid 5px;
    border-left: solid 5px;
    border-top: solid 5px;
    position: absolute;
}

.cardProduto .selo.top{
    padding: 0px 10px;
    background-color: #ff6e0a;
    left: -10px !important;
    top: 10px;
    text-align: left;
}

.cardProduto .selo.top.purple{
	background-color: #662e6b;
}

.cardProduto .selo.top p {
	font-size: 15px;
}


.cardProduto .selo.top.purple:after{
	border-top-color: #662e6b;
	border-right-color: #662e6b;
	top: 20px;
}

.cardProduto .selo.top:after{
    border-left-color: transparent;
    border-top-color: #ff6e0a;
    border-bottom-color: transparent;
    border-right-color: #ff6e0a;
    left: 0;
    top: 20px;
}

.cardProduto .selo.baixo{
    padding: 0px 10px;
    background-color: #ba1708;
    left: -10px !important;
    top: 80px;
    text-align: left;
}

.cardProduto .selo.baixo:after{
    border-left-color: transparent;
    border-top-color: #ba1708;
    border-bottom-color: transparent;
    border-right-color: #ba1708;
    left: 0;
    top: 20px;
}



.cardProduto .selo.bottom{
    background-color: #0e6097;
    right: -10px;
    bottom: 30px;
    text-align: center;

}
.cardProduto .selo.bottom p{
    font-size: 25px;
}
.cardProduto .selo.estrela{
    background-color: #0e6097;
    right: -10px;
    bottom: 30px;
    text-align: center;

}
.cardProduto .selo.bottom:after{
    border-left-color: #0e6097;
    border-top-color: #0e6097;
    border-bottom-color: transparent;
    border-right-color: transparent;
    right: 0;
    top: 35px;
}

.cardProduto .selo.right{
    padding: 0px 10px;
    background-color: #FF0000;
    left: -10px !important;
    top: 45px;
    text-align: right;
}
.cardProduto .selo.right:after{
    border-left-color: transparent;
    border-top-color: #FF0000;
    border-bottom-color: transparent;
    border-right-color: #FF0000;
    left: 0px;
    top: 20px;
}
.cardProduto .selo.right p {
    font-size: 15px;
}

#carrinho {
  position: fixed;
  top: 80px;
  right: 30px;
  z-index: 2;
  width: 82px;
  height: 100px;
  border: none;
  outline: none;
  background-image: url("../../../../img/carrinho.png");
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}


.last-units{color:#ff6e0a;}

/*
*
*	MOBILE Ajustes
*
*/
/*tamanho da grid na tela pequena*/
@media (max-width: 768px) {
	.cardProduto {
		margin: 5px 7px;
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
		height: 270px;
	}
	.cardImage{height: 45%;}
	.cardInfo{height: 55%;}
	.cardInfo .nome {font-size: 0.8em;}
	.cardProduto span {font-size: 0.7em;}
	.cardInfo .infoPrice .price{font-size: 1.2em;}
	.incrementCart{padding: 0px;}
	.incrementWrapper{border: none;}
	.incrementWrapper input {
		border-left: 1px solid #E4E4E4;
    	border-right: 1px solid #E4E4E4;
    	-webkit-text-fill-color: #000000;
	}
	.page.home .boxes #banners header{display: none;}
	.category .products header,
	.page.home .boxes header {
		background: transparent;
    	color: #662e6b;
    	border-bottom: 1px solid #ff0000;
    	text-align: left;
    	align-items: center;
    	display: flex;
    	margin: 0;
	}
	main header {border:none; text-align: left;margin: 0;}
	main header h1,
	.page.home .boxes header h{
		font-size: 16px;
		top: initial;
		color: #662e6b;
	}
	.slider-products .cards {margin-bottom: 50px;}
	.slider-products .cards .slick-dots {
		bottom: -25px;
	}
	.slider-products .cards .slick-dots li{width: 10px;margin: 0 1px;}
	.slider-products .cards .slick-dots li button{
		width: 7px;
		height: 7px;
		padding: 0;
		background: #e4e4e4;
	}
	.slider-products .cards .slick-dots li.slick-active button{background-color: #aab2be}
	.slider-products .slider_actions{display: none;}
	#gridProdutos {display:flex; flex-wrap: wrap; justify-content: space-between;}
	#gridProdutos .card{width: 49%; min-width: initial; border-bottom: none;}
	.cardAction a.avise-me span{font-size: 0.8em;}

	.slick-active .cardProduto .selo{visibility: initial !important;}
	.slick-slide:not(.slick-active) .cardProduto .selo{visibility: hidden;}
    .cardProduto .selo.top{
        left: -6px; 
        background-color: transparent; 
        border-color: #ff6e0a; 
        color: #ff6e0a; 
        border-style: solid;  
    }
    .cardProduto .selo.top:after{
        top: 20px;
    }   

    .cardProduto .selo.baixo{
        left: -6px; 
        background-color: transparent; 
        border-color: #ba1708; 
        color: #ba1708; 
        border-style: solid;  
        top: 90px;
    }
    .cardProduto .selo.baixo:after{
        top: 20px;
    }  
    .cardProduto .selo.right{
        right: 6px; 
        background-color: transparent; 
        border-color: #FF0000; 
        border-style: solid;
        color: #ff6e0a; 
        top: 50px;
    }
    .cardProduto .selo.right:after{
        top: 21px;
    }
	.cardProduto .selo.bottom{
        right: -6px; 
        background-color: transparent; 
        border-color: #0e6097; 
        border-style: solid;
        color: #0e6097; 
    }
	.cardProduto .selo:after{
        width: 3px;
        height: 3px;
        border-bottom: solid 3px;
        border-right: solid 3px;
        border-left: solid 3px;
        border-top: solid 5px;
	}
    .cardProduto .selo.top p {
    font-size: 10px;
    }
    .cardProduto .selo.right p {
    font-size: 10px;
    }
    .cardProduto .selo.bottom p{
    font-size: 16px;
    }
    .cardProduto .selo.bottom:after{
        border-left-color: #0e6097;
        border-top-color: #0e6097;
        border-bottom-color: transparent;
        border-right-color: transparent;
        right: -3px;
        top: 24px;
    }
}