#content .box-catalog_item {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    height: 100% !important;
    display: flex
;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
},

#content .box-catalog_item hover{
    height: 100%;

}

#content .box-catalog_item-type.available {
 position: absolute !important;
  top: -0.9em !important;
  right: -1.5em !important;
  background-color: #0068B1 !important;
  color: #fff !important;
  font-size: 12px !important;
  padding: 4px 10px !important;
  border-radius: 3px !important;
  display: inline-block !important;
}

.box-catalog_item-top {
    position: relative;
}
.box-catalog_item-type-detail {
 display: inline-block;
  margin: 20px auto 0 auto;
  background-color: #0068B1;
  color: #fff;
  font-size: 16px;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
 width: 8em;
}
#content .box-catalog_detail-action {
    box-sizing: border-box;
    align-self: flex-start;
    display: flex;
	padding: 0 10px 10px !important;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;