.product-block {
  padding: 100px 0px 50px;
  background-color: #eceded;
}
.product-block .title {
  margin-bottom: 40px;
}
.product-block .prod__holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 30px;
}
.product-block .prod__holder .product {
  list-style-type: none;
  width: calc((100% / 3) - 15px);
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.product-block .prod__holder .product:hover {
  box-shadow: 0px 10px 30px rgba(0,55,0,0.1);
}
.product-block .prod__holder .product a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-align: start;
  align-items: flex-start;
}
.product-block .prod__holder .product a img {
  width: 100%;
  max-width: 490px;
  height: 370px;
  object-fit: cover;
}
.product-block .prod__holder .product a .item__content__holder {
  width: 100%;
  height: 365px;
  padding: 30px;
  background-color: #feffff;
}
.product-block .prod__holder .product a .item__content__holder .woocommerce-loop-product__title {
	height: 75px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #1d1d1b;
  margin-bottom: 20px;
}
.product-block .prod__holder .product a .item__content__holder .rooms__holder {
	height: 135px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 20px;
}
.product-block .prod__holder .product a .item__content__holder .rooms__holder .rooms-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-align: start;
  align-items: flex-start;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #606060;
  width: calc(50% - 10px);
}
.product-block .prod__holder .product a .item__content__holder .rooms__holder .rooms-item svg {
  flex-shrink: 0;
  margin-right: 10px;
}
.product-block .prod__holder .product a .item__content__holder .info__holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: center;
  align-items: center;
  padding: 10px 0px;
  border-top: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 20px;
}
.product-block .prod__holder .product a .item__content__holder .info__holder .square {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #1d1d1b;
}
.product-block .prod__holder .product a .item__content__holder .info__holder .price span bdi {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #7a9e2d;
}
.product-block .prod__holder .product a .item__content__holder .info__holder .price span bdi span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.product-block .prod__holder .product a .item__content__holder .credit__holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: center;
  align-items: center;
}
.product-block .prod__holder .product a .item__content__holder .credit__holder .credit_icon {
  max-width: 120px;
  max-height: 20px;
  width: 100%;
  height: auto;
}
.product-block .prod__holder .product a .item__content__holder .credit__holder .credit_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-block .prod__holder .product a .item__content__holder .credit__holder .credit {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #7a9e2d;
}
.product-block .btn {
  margin: 0 auto;
}
@media screen and (max-width: 1221px) {
  .product-block .prod__holder .product {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 993px) {
  .product-block .prod__holder .product a img {
    max-height: 320px;
  }
  .product-block .prod__holder .product a .item__content__holder .rooms__holder .rooms-item {
    width: 100%;
  }
}
@media screen and (max-width: 993px) {
  .product-block .prod__holder .product a .item__content__holder{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 476px;
  }
}
@media screen and (max-width: 667px) {
  .product-block .prod__holder .product {
    width: 100%;
  }
  .product-block .prod__holder .product a img {
    max-width: none;
  }
}
@media screen and (max-width: 425px) {
  .product-block .btn {
    width: 100%;
  }
}
