.default .products .row {
  margin-left: auto;
  margin-right: auto;
}
.default .products .row .product {
  position: relative;
  padding: 15px !important;
}
.default .products .row .product.col-md-6 {
  width: 49%;
  float: left;
  border-bottom: 1px solid #C0C0C0;
  margin-left: 0.8%;
  text-align: center;
  margin-bottom: 36px;
  padding: 0px 25px 26px;
  box-shadow: 1px 1px 5px #dddddd;
}
.default .products .row .product.col-md-6 .title {
  margin-top: 15px;
  font-size: 22px;
}
.default .products .row .product.col-md-6 .image-container {
  text-align: center;
  margin-top: 15px;
  width: 100%;
  float: none;
}
.default .products .row .product.col-md-6 .infos-container {
  padding-left: 0px;
  float: right;
  clear: none;
  width: 100%;
  min-height: 222px;
}
.default .products .row .product.col-md-6 .description {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin: 15px 0px;
}
.default .products .row .product.col-md-6 .btn {
  top: inherit;
  position: relative;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  height: 40px;
  border-radius: 5px !important;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  transition: background-color 200ms linear 0s;
  width: 60%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.default .products .row .product.col-md-6 .long.description {
  overflow: hidden;
}
.default .products .row .product.col-md-6 .descrToggle {
  background: #F0F0F0;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.default .products .row .product.col-md-6 .descrToggle i {
  margin: 0 10px;
}
@media (max-width: 750px) {
  .default .products .row .product.col-xs-12 {
    width: 100%;
  }
}
.default h1 {
  text-align: left;
}
.default .family-fullmessage {
  color: #c0504d;
  font-weight: bold;
}
.default .linkForFullBlock :hover {
  cursor: pointer;
  text-decoration: none;
}
.teaser {
  margin-left: 15px;
  margin-right: 15px;
}
