@charset "UTF-8";

.c5-buttonContainer{
  width: 100%;
  margin: 0;
}

.c5-buttonContainer p{
  margin: 0;
}
.s5-buttonContainer.s5-buttonContainer--pullLeft li{
  margin-bottom: 10px;
}

section.s5-inStoreFeaturesItem1B{
  margin-bottom: 20px;
}

.c5-p{
  display: block;
  line-height: 1.8;
}
.c5-last{
  margin-bottom: 5px;
}

.c5-heading3{
  font-weight: bold;
  font-size: 16px;
}

.c5-thumb{
  margin-top: 20px;
}

.c5-thumb img{
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}
.c5-thumb img:last-child{
  margin-bottom: 0;
}

.s5-inStoreFeaturesItem1B__textCol {
  padding-left: 0;
}

.c5-red{
  background-color: #f00;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.s5-PDBmainArea{
  margin-top: 0;
}
@media screen and (min-width: 641px){
  .c5-buttonContainer{
    width: 100%;
  }
  .c5-buttonContainer p{
    margin: 0 0 10px;
  }
  section.s5-inStoreFeaturesItem1B{
    margin-bottom: 30px;
  }
  .c5-heading3{
    font-size: 20px;
  }

  .c5-thumb{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }

  .c5-thumb img{
    width: 32.2%;
    margin: 0;
  }
  .c5-red{
    font-size: 28px;
  }
}
