.product-section-grid h4,
.product-section-grid p,
.product-section-grid a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #505263;
  width: 100%;
}

.product-section-grid {
  display: flex;
}

.product-section-grid-container {
  overflow: hidden;
  width: 100%;
}

.product-section-grid-wrapper {
  display: flex;
  flex-flow: row wrap;
  min-width: calc(100% + 20px);
}

.product-section-grid-content {
  display: flex;
  flex-flow: row wrap;
  flex: 3;
}

.product-section-grid-header {
  width: 100%;
  font-size: 2em;
  padding-bottom: 1em;
  border-bottom: 2px solid #d2d2d2;
}

.product-section-grid-item {
  width: 100%;
  padding: 0 20px 20px 0;
}

.product-section-grid-inner {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border: 1px solid #d8d8d8;
  width: 100%;
  min-height: 200px;
  height: 100%;
  padding: 10px;
}

.product-section-grid-inner:hover {
  border-color: #BFD451;
}


.product-section-grid-inner-img {
  margin: 0;
  width: 100%;
}

.product-section-grid-item img {
  width: 100%;
  padding: 0;
}

.product-section-grid-spacer {
  flex-grow:  1 !important;
}

.product-section-grid-pictograms {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
}

.product-section-grid-pictograms span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: calc(100% / 5);
}

.product-section-grid-pictograms img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.product-section-grid-item-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.product-section-grid-inner-headings h4 {
  font-size: 1.7em;
  font-weight: normal;
  padding-bottom: 5px;
}

.product-section-grid-inner-headings p.type {
  color: #fff;
  background-color: #BFD451;
  font-weight: bold;
  text-align: center;
  width: 30px;
}

.product-section-grid-inner-headings em {
  color: #000;
  font-weight: bold;
}


.product-section-grid-inner-headings p.white::before {
  content: "\2744";
}

.product-section-grid-inner-headings p.white {
  color: #fff;
  background-color: #000;
  text-align: center;
  width: 80px;
}

.product-section-grid-inner-headings p.white::after {
  content: "\2600";
}

.product-section-grid-menu {
  display: flex;
  flex-flow: column;
  border-left: 2px solid #f6f6f6;
  margin-left: 30px;
  padding-left: 20px;
  width: 30%;
  flex: 1;
}

.product-section-grid-menu h4 {
  padding-bottom: 2em;
}

.product-section-grid-menu a {
  border-bottom: 2px solid #858585;
  color: #686D70;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  /*padding-right: 100px;*/
}

.product-section-grid-item-wrapper:hover a {
  color: #BFD451;
}



/*       PRODUCT DETAIL          */
h1.product-detail-header {
  text-align: left;
  font-weight: bold;
  font-size: 2em;
  color: #8B8B8B;
}

.product-header-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
}

/*.product-header-content-info-item p {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #3D905C;
  margin: 0;
  padding: 0;
  line-height: 2em;
  font-size: 0.8em;
  padding-left: 1em;
  padding-right: 1em;
}

.product-header-content-info-item p:last-child {
  margin-bottom: 1em;
}*/

/*.product-header-content-info-item span {
}*/


.product-header-menu {
  display: flex;
  flex-flow: column;
  border-left: 3px solid #3D905C;
  padding-left: 5%;
}

.product-header-menu a {
  border-bottom: 2px solid #858585;
  color: #686D70;
  padding: 0.3em 0;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  width: 10em;
}

.product-header-menu a:first-child {
  padding-top: 0;
}

.product-header-menu a:last-child {
  border-bottom: none;
}

.product-header-menu a:hover {
  color: #159A49;
}

.product-gallery-grid {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  list-style: none;
}

.product-gallery-grid li {
  width: 31%;
  margin: 1%;
  padding: 1%;
  border: 1px dashed #f5f2f2;
}

.product-gallery-grid li img {
  width: 100%;
}

.green-stripe, .green-stripe h3, .green-stripe p {
  margin: 0;
  padding: 0;
}

.green-stripe {
  width: 100%;
  background-color: #159A49;
  background: -moz-linear-gradient(90deg, rgba(101,188,70,1) 0%, rgba(70,133,48,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(90deg, rgba(101,188,70,1) 0%, rgba(70,133,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: rgb(101,188,70); /* Old browsers */
  background: linear-gradient(90deg, rgba(101,188,70,1) 0%, rgba(70,133,48,1) 100%); /* W3C, I */
  color: #fff;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  pointer-events: none;
}

.green-stripe a {
  margin-top: 0.3em;
  text-decoration: none;
  color: #fff;
}

.green-stripe a:hover {
  color: #c12727;
}

.green-stripe > p {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #EAEAEA;
  content: "\a0";
}

.green-stripe > img {
  height: 100%;
  width: 79.2px;
}

.green-stripe > img:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
}

.green-stripe > img:last-of-type {
  position: absolute;
  right: 0;
  top: 0;
}

.green-stripe-middle {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.white-border-one {
  border-right: 1px solid #fff;
}

.white-border-two {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.white-border-three {
  border-left: 1px solid #fff;
}

.green-stripe-middle h3.normal {
  font-weight: 400;
  font-size: 2em;
}

.green-stripe-middle h3.bold {
  font-weight: 700;
  font-size: 2em;
  padding-top: 0.3em;
}

.green-stripe-middle strong.block {
  display: block;
  padding-top: 0.3em;
}

.green-stripe > p:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 2px;
}

.green-stripe > p:last-of-type {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 2px;
}

.green-stripe-dl-container {
  display: flex;
  justify-content: center;
}

.green-stripe-dl-item {
  display: flex;
  flex-flow: column;
  padding-top: 0.3em;
}

.dl-icon-file-pdf {
  font-size: 2em;
  cursor: pointer;
}

.dl-icon-file-desc {
  font-size: 0.5em;
  cursor: pointer;
}


@media screen and (max-width: 65em) {
  .product-header-menu a {
    width: 5em;
  }
}

@media screen and (max-width: 50em) {
  .product-section-grid-inner {
    margin-right: 0%;
  }

  .product-section-grid-content {
    justify-content: space-around;
  }

  .product-section-grid-menu {
    display: none;
  }

  .green-stripe {
    pointer-events: auto;
  }

  .green-stripe-middle {
    width: 100%;
  }

  .white-border-one {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }

  .white-border-two {
    border: 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }

  .white-border-three {
    border-left: 0;
    border-top: 1px solid #fff;
  }

  .green-stripe-middle:hover,
  .green-stripe-activ {
    background-color: #159A49;
  background: -moz-linear-gradient(90deg, rgba(101,188,70,1) 0%, rgba(70,133,48,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(90deg, rgba(101,188,70,1) 0%, rgba(70,133,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: rgb(101,188,70); /* Old browsers */
  background: linear-gradient(90deg, rgba(101,188,70,1) 0%, rgba(70,133,48,1) 100%); /* W3C, I */
  
  }
}

@media screen and (min-width: 560px) {
  .product-section-grid-item {
    width: calc(100% / 2)
  }
}

@media screen and (min-width: 768px) {
  .product-section-grid-item {
    width: calc(100% / 3)
  }
}

@media screen and (min-width: 1024px) {
  .product-section-grid-item {
    width: calc(100% / 4)
  }
}

@media screen and (min-width: 1260px) {
  .product-section-grid-item {
    width: calc(100% / 5)
  }
}
/*       PRODUCT DETAIL          */
