.product-list-box > h1 {
  text-align: center;
}

/*  navbar box  */
.product-list-box .navbar-box {
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.product-list-box .navbar-box ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.product-list-box .navbar-box ul li {
  background-image: none;
  padding: 0px;
}
.product-list-box .navbar-box a {
  display: block;
  padding: 10px 15px;
  /* margin: 10px;
      border: 1px solid #eae9e9; */
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 19px;
}

/*  products list box */

.product-list-box {
  position: relative;
  padding: 0px 0px 30px 0px;
  /* border-radius:30px 30px 0px 0px; */
  margin: 0px 0px 0px 0px;
  z-index: 3;
  clear: both;
}

.product-list-box .lista {
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
  justify-content: center;
}

.product-list-box > h3 {
  text-align: center;
  width: 100%;
  color: #243746;
  display: block;
  font-size: 40px;
  margin-top: 30px;
}

.product-list-box > h3 strong {
  font-weight: 500;
}

.product-list-box > h3 span {
  display: block;
  color: #444;
  text-transform: uppercase;
  font-size: 16px;
}

.product-list-box .lista .item {
/*  width: 33.33%;*/
  /* padding:15px; */
  /* margin:15px; */
  position: relative;
  opacity: 1;
  text-align: center;
  background: none;
  box-sizing: border-box;
  /* box-shadow: 0 0 10px 0 rgba(0,0,0,.15); */
  background-color: #fff;
  border-radius: 3px;
}
.product-list-box .lista .item {
  display: flex;
    width: 23%;
}
.product-list-box .lista .item > a .glass,
.product-list-box .lista .item > a .bg {
  transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
}
.product-list-box .lista .item .content-box {
  display: flex;
  margin: 10px auto;
  justify-content: space-between;
  flex-direction: column;
}
.product-list-box .lista .item .content-box .cont-box {
  display: flex;
}
.product-list-box .lista .item .content-box .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-list-box .lista .item .content-box .pic {
  display: block;
  max-height: 420px;
  overflow: hidden;
}
.product-list-box .lista .item .more {
  color: #ead16e;
  font-family: "Raleway", Sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  padding: 15px 0px;
  display: none;
}

.product-list-box .lista .item:hover .content-box {
  /* box-shadow:0 0 30px 0 rgba(0,0,0,.15); */
}

.product-list-box .lista .item > a:hover .glass {
  /* background-color:rgba(0,0,0,0.2); */
}

.product-list-box .lista .item > a:hover .bg {
  transform: scale(1.03);
}

.product-list-box .lista .item > a.cont-box {
  padding: 15px;
  text-align: left;
  font-size: 15px;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23); */
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  /* height: 70%; */
}
.product-list-box .lista .item .glass,
.product-list-box .lista .item .bg {
  position: absolute;
  display: none;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.product-list-box .lista .item > a .glass {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.3);
}
.product-list-box .lista .item > a .bg {
  z-index: 10;
}
.product-list-box .lista .item > a .content {
  position: relative;
  z-index: 1000;
}
.product-list-box .lista .item > a .date {
  display: block;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  float: left;
}
.product-list-box .lista .item .date span {
  display: block;
}

.product-list-box .lista h5 {
	
	font-size: 22px;
	font-weight: 400;
	min-height: 2.4em;
	color: #3a8c2c;
	margin-top: 15px;
	margin-bottom: 0;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	line-height: 1.2em;
}
.product-list-box .lista .price-tag {
  text-align: left;
  color: #de8fb1;
  font-size: 14px;
  font-weight: 600;
}
.product-list-box .lista .item .intro {
  clear: both;
  color: #555;
  font-size: 16px;
  line-height: 23px;
  overflow: hidden;

}
.product-list-box .lista .item .intro > p {
  margin-top: 0.2em;
  font-size: 14px;
  font-weight: bold;
}
.product-list-box > .lista .item .image {
  min-height: 280px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.product-list-box > .lista .item img {
  margin: 0px auto 0px auto;
  max-height:280px;
}
.product-list-box .price-box{
  display:flex;
  flex-direction:row;
  justify-content: center;
  padding:15px 0px;
}
.product-list-box .price-box span{
  color:#000;
  font-weight:600;
  font-size:20px;
  margin-left:5px;
}

.data {
  text-align: left;

  color: #999;
}

@media screen and (max-width: 1070px) {
  .product-list-box .lista .item {
    min-height: 180px;
    margin-bottom: 20px;
  }
}



@media screen and (max-width: 720px) {
  .product-list-box .lista .item {
    display: block;
    height: auto;
    margin-top: 30px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
	width:50%;
    height: auto;
    border: none;
    text-align: center;
  }
  .product-list-box .lista .item .content-box .pic {
    max-height: none;
    overflow: auto;
  }
  .product-list-box .lista .item .content-box {
    margin: 0px;
  } 
	.product-list-box > .lista .item .image{
		height:auto;
		min-height:200px;
	}
.product-list-box > .lista .item img{
	max-height:220px;
}	
}

@media screen and (max-width: 340px) {
  .product-list-box .lista > * h5 {
    min-height: 0;
  }

  .product-list-box a.button {
    width: 50%;
  }
 .product-list-box .lista .item {
	  width: 100%;
    display: block;
    height: auto;
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    height: auto;
    border: none;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
  }   
}
