/*c5-lenTop*/

.c5-lenzTop {
  display: flex;
  padding: 0;
  margin: 20px 0 0 0 ;
  list-style: none;
  width: 101.4%;
  margin-left: -0.7%;
  flex-wrap: wrap;
}
  @media screen and (max-width: 800px) {
    .c5-lenzTop {
      /*display: block;*/
      /*width: 100%;*/
    }
  }
  @media screen and (max-width: 500px) {
    .c5-lenzTop {
      display: block;
      width: 100%;
      margin-left: 0%;
    }
  }

  .c5-lenzTop .c5-lenzImages{
    flex-basis: 31.93%;
    position: relative;
    margin: 0.7% 0.7%;
  }
  @media screen and (max-width: 800px) {
    .c5-lenzTop .c5-lenzImages{
      flex-basis: 48.6%;
      margin: 0.7% 0.7%;
    }
  }
  @media screen and (max-width: 500px) {
    .c5-lenzTop .c5-lenzImages{
      flex-basis: 100%;
      margin: 10px 0;
    }
  }
  .c5-lenzTop .c5-lenzImages:before{
    content: "";
    width: 0px;
    border-color: #000000;
    border-style: solid;
    border-width: 6px;
    /* border-left-color: transparent; */
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: 46%;
    left: 10px;
  }
  .c5-lenzTop .c5-lenzImages a{
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 0 0 0 30px;
  }

  .c5-lenzTop .c5-lenzImages a:hover{
    opacity: 0.6;
  }
  .c5-lenzTop .c5-lenzImages img{
    width: 50px;
    height: auto;
  }

  .c5-lenzTop .c5-lenzImages p{
    padding: 5px 10px;
  }
  .c5-lenzTop .c5-lenzImages .c5-bold{
    font-size: 20px;
  }
  .c5-lenzTop .c5-lenzImages .c5-bold-sub{
    font-size: 16px;
  }




/*.c5-lenzlist*/


.c5-lenzlist {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 101.4%;
  margin-left: -0.7%;
}
  @media screen and (max-width: 800px) {
    .c5-lenzlist {
      display: block;
    }
  }
  .c5-lenzlist .c5-lenzImages{
    flex-basis: 33.33%;
    position: relative;
    margin: 0 0.7%;
  }
  @media screen and (max-width: 800px) {
    .c5-lenzlist .c5-lenzImages{
      flex-basis: 100%;
      margin-bottom: 10px;
    }
  }


  .c5-lenzlist .c5-lenzImages:before{
    content: "";
    width: 0px;
    border-color: #000000;
    border-style: solid;
    border-width: 6px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 46%;
    left: 10px;
  }

  .c5-lenzlist .c5-lenzImages .c5-bold{
    font-size: 14px;
  }

  .c5-lenzlist .c5-lenzImages .s5-p2{
    font-size: 12px;
  }

  .c5-lenzlist .c5-lenzImages a{
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 0 0 0 30px;
  }

  .c5-lenzlist .c5-lenzImages a:hover{
    opacity: 0.6;
  }
  .c5-lenzlist .c5-lenzImages img{
    width: 50px;
    height: auto;
  }
  .c5-lenzlist .c5-lenzImages p{
    padding: 5px 10px;
  }


.s5-storeLinks {
  margin: 0;
  padding: 0;
  background: initial;
}
@media screen and (max-width: 767px) {
  .s5-storeLinks__itemList {
    padding: 28px 18px 18px;
  }
}

.s5-storeLinks__itemList {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .s5-storeLinks__itemList {
    display: block;
  }
}

.s5-storeLinks__item2 {
  width: 50%;
  margin: 0 13px;
  padding: 15px;
  background: #f3f4f6;
}
@media screen and (max-width: 767px) {
  .s5-storeLinks__item2  {
    width: 100%;
    display: block;
    margin: 0;
  }
}
.s5-storeLinks__item2 a {
  display: inline-block;
}
.s5-storeLinks__item2Lead {
  margin-top: 10px;
}

.c5-storeLinks__itemList {
  justify-content: flex-start;
}

.c5-title {
  padding: 10px;
  font-weight: normal;
}
.c5-bold {
  font-weight: bold;
}
.c5-title .c5-bold {
  font-size: 30px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .c5-title .c5-bold {
    font-size: 1.6rem;
    padding: 0;
  }
}

.c5-bold-txt {
  font-size: 18px;
}

.c5-news {
  border: 2px solid #ccc;
  padding: 0 25px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c5-news {
    padding: 0 15px;
  }
}

.c5-storeLinks__item2{
  width: calc(50% - 26px);
}
@media screen and (max-width: 767px) {
  .c5-storeLinks__item2{
    width: 100%;
  }
}

.c5-storeLinks__itemList2 {
  flex-wrap: wrap;
}