.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;
}
@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 .media {
  display: flex;
}
.default .media img {
  margin-right: 1rem;
}
.default .family {
  margin-bottom: 2rem;
}
.default .expandables {
  margin-top: 0;
  margin-bottom: 0;
}
.default .expandables .expand-btn {
  border: 0;
  margin-left: 1rem;
  padding: 1rem;
  cursor: pointer;
}
.default .expandables button svg {
  margin: 0.2rem 0.5rem 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.5em;
}
.expandables.hideParentFamilies {
  display: none;
}
.linkForFullBlock :hover {
  cursor: pointer;
  text-decoration: none;
}
/* .expandables styles */

.long.description {
  overflow: hidden;
}
.descrToggle {
  background: #F0F0F0;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.descrToggle i {
  margin: 0 10px;
}
.descrToggle + .long.description {
  display: none;
}
.media {
  display: flex;
}
.media img {
  margin-right: 1rem;
}
.family {
  margin-bottom: 2rem;
}
.expandables .expand-btn {
  border: 0;
  margin-left: 1rem;
  padding: 1rem;
  cursor: pointer;
}
.expandables button svg {
  margin: 0.2rem 0.5rem 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.5em;
}
.expandables h1.title-family-texts {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
  font-size: 1.875rem;
}
.expandables span.teaser {
  display: block;
}
.expandables {
  margin: 10px 0;
}
.expandables .family-wrap {
  display: flex;
  justify-content: space-between;
}
.expandables .family-wrap .family-img {
  width: 25%;
}
.expandables .family-wrap .family-img .productImg {
  width: 100%;
  height: auto;
}
.product.media {
  display: flex;
}
.product.media .product-img {
  flex-basis: 25%;
  flex-grow: 1;
  align-self: center;
}
.product.media .product-img .productImg {
  width: 100%;
  height: auto;
}
.product.media .product-texts {
  flex-grow: 999;
  flex-basis: 75%;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
}
.product.media .btn {
  align-self: flex-end;
}
.family-toggle {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}
.family-children-toggle .product {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem;
}
.family-toggle .family-texts {
  flex-grow: 1;
  margin-left: 1rem;
}
.family-children {
  padding: 1rem 3rem 1rem 3rem;
}
.family-children .product .product-title {
  text-transform: initial;
}
.btn-global-family {
  display: flex;
  width: 100%;
  padding: 0;
  background-color: #FFF;
  border: 1px solid black;
}
.btn-global-family:hover {
  background-color: #fcfcfc;
}
.btn-global-family .button-plus {
  align-self: flex-end;
  flex-basis: 5%;
}
.btn-global-family .family-texts {
  flex-basis: 70%;
  text-align: left;
  padding-left: 1rem;
}
#buttoncancel {
  display: none;
}
.family form > section.product {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}
.product-img {
  padding: 5px;
}
@media (max-width: 500px) {
  .expandables .family-wrap {
    flex-direction: column;
  }
  .expandables .family-wrap .family-img {
    width: 70%;
    align-self: center;
  }
  .product.media {
    flex-direction: column;
  }
  .product.media .product-texts {
    padding-left: 0;
  }
  .expandables .expand-btn {
    margin-left: 0;
  }
  .family-children {
    padding: 1rem;
  }
  .family-children .product .product-title {
    font-size: 20px;
  }
  .family-toggle .family-texts h1 {
    font-size: 25px;
  }
}
@media (min-width: 500px) and (max-width: 780px) {
  .family-children .product .product-title {
    font-size: 20px;
  }
  .family-toggle .family-texts h1 {
    font-size: 25px;
  }
  .product.media .product-img {
    flex-basis: 50%;
  }
}
