.produto{
	/*min-height: 320px !important;*/
    cursor: pointer;
    /*display: inline-block;*/
    /*border: 1px solid #e5e5e5;*/
    /*padding: 18px 1%;
    width: 23%;
    margin: 10px .5%;
    margin-top: 5px;*/
    border: 1px solid transparent;
    border-radius: 4px;
    /*margin: 0 1.6%;*/
}
.produto:hover{
	border: 1px solid #f1f1f1;

}

.produto .imagem{
	width:100%;
	height:50%;
	text-align:center;
}
.produto-img{
  width: 100%;height: 320px;background-size: contain;background-position: 50% 50%;background-repeat: no-repeat no-repeat;border: none !important;
}

.produto .imagem img{
	max-height:90%;
	max-width:70%;
	margin-top:5%;
	border:none;
	cursor:pointer;
}

.produto .inf_produto{
	width:100%;
	height:34%;
}

p.nome_produto_vitrine{
	color: #000000;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    margin-top: 3%;
    padding: 0;
    text-align: center;
    min-height: 50px;
    font-family: 'Montserrat', sans-serif; 
    /*font-family: 'Shadows Into Light', cursive;*/
    /*max-width: 35ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

p.nome_qvep{
	color:#595959;
	font-weight:500;
	font-size:12px;
	/*margin:6px 16px;*/
	padding:0;
	text-align:left;
	line-height: 20px;
}

p.valor_produto_vitrine{
	color:#ffb103;
	font-size:20px;
	font-weight:500;
	margin:0;
	margin-top:3%;
	padding:0;
	text-align:left;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	/*font-family: 'Shadows Into Light', cursive;*/
}

p.valor_qvep_vitrine{
	color:dimgray;
	font-size:18px;
	font-weight:500;
	/*margin:30px 16px 0 16px;*/
	padding:0;
	text-align:left;
}

p.valor_produto_complemento_vitrine{
	color:dimgray;
	font-size:11px;
	font-weight:500;
	margin:0;
	padding:5px 0;
	text-align:left;
}

p.valor_qvep{
	color:dimgray;
	font-size:11px;
	font-weight:500;
	/*margin:16px 16px;*/
	text-align:left;
}

button.btn_comprar_vitrine{
	background-color:#221f23;
	border:none;
	padding:10px;
	color:#fc9501;
	font-weight:600;
	width:100%;
	cursor:pointer;
}

.valor_antigo{
	font-size:15px;
	text-decoration:line-through;
}

.valor_promocional{
	font-size:18px;
}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.promo{
  position:absolute;padding:3px 6px;background-color: #d03c37;top: 2%;left:10px;z-index: 9;font-size: 11px;color: #fff;


}

