#home_products {
  width: 100%;
}
.products_box {
  float: left;
  width: 33%;
}
.products_main_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.products_box_flex {
  width: 30%;
}
.products_box_box_flex {
  margin: 20px;
}

.products_box_box_flex:hover {
  cursor: pointer;
  transform: scale(1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
}

.products_box_title {
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.products_box_price {
  width: 100%;
  font-size: 22px;
}
.products_box_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 5px;
}
.products_box_box:HOVER {
  background-color: inherit;
}
.products_box_image {
  width: 100%;
}
.products_box_image img {
  width: 100%;
}
.products_page_box {

}
.products_page_box_box {
  width: 50%;
  float: left;
}
.products_page_image {
  width: 100%;
}
.products_page_image img {
  width: 100%;
}
.products_page_text_box {
  margin: 20px;
}
.products_page_title {
  font-size: 30px;
}
.products_page_price {
  font-size: 23px;
}
.products_page_text {
  font-size: 20px;
}
.products_page_additional_images_box {
  display: flex;
  flex-flow: row wrap;
}
.products_page_additional_images {
  margin: 1px;
  flex: 1 1 18%;
}
.products_page_additional_images img {
  width: 100%;
}