/** Shopify CDN: Minification failed

Line 102:0 Expected "}" to go with "{"

**/
.fl-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  margin-top: 0px;
}

.fl-item {
  /*background-color: lightgrey;*/
  width: 100%;
}

.fl-item p, img {
  text-align: center;
  margin: auto;
  display: flex;
  float: left;
}

.fl-item p {
  padding: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
}

.fl-item img {
  margin-top: 0px;
  width: 30px;
  float: left;
}




@media only screen and (max-width: 500px) {
.fl-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  margin-top: 0px;
}
  
  .fl-item {
    background-color: white;
    width: 100%;
    display: flex;
  }
  .fl-item:first-child {
    display: flex;
  }

  .fl-item p, img {
  text-align: left;
  margin: 0px;
  display: flex;
  float: center;
}

.fl-item p {
  padding: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: center;
  font-size: 18px;
}

.fl-item img {
  margin-top: 0px;
  width: 30px;
  height: 30px;
  align-self: center;
}


  

@media only screen and (min-width: 500px) {
  .fl-item {
    background-color: white;
    width: 49%;
  }
  .fl-item:first-child {
    display: none;
  }
}

.product-media .pb-media-shadow img {
  float: none;
}
