/** Shopify CDN: Minification failed

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

**/
.fl-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  margin-top: 0px;
}

.fl-item {
 
  width: 25%;
}

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

.fl-item p {
  padding: -150px;
  margin-top: -20px;
  margin-bottom: 2px;
}

.fl-item img {
  margin-top: 2px;
  margin-bottom: 2px;
  width: 850px;
}

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

.fl2-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  margin-top: 0px;
}

.fl2-item {
 
  width: 25%;
}

.fl2-item p, img {
  text-align: center;
  margin: auto;
  display: block;
}

.fl2-item p {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 2px;
}

.fl2-item img {
  margin-top: 2px;
  margin-bottom: 0px;
  width: 850px;
}


@media only screen and (max-width: 600px) {
  .fl2-item {
    background-color: white;
    width: 49%;
  }
  .fl2-item:first-child {
    
  }
}




.fl3-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  margin-top: -25px;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
 
  
}

.fl3-item {
 
  width: 50%;
}

.fl3-item p, img {
  text-align: center;
  margin: auto;
  display: block;
}

.fl3-item p {
   font-size: 10px;
  font-weight: 500;
  padding: -20px;
  margin-top: -25px;
  margin-bottom: 2px;
}

.fl3-item img {
  margin-top: -15px;
  margin-bottom: 5px;
  width: 90px;
}



@media only screen and (max-width: 600px) {
  .fl3-item {
    background-color: white;
    width: 49%;
  }
  .fl3-item:first-child {
    
  }
}

.green{
  background: #00ba0b;
}

div.center-pulse {
  display: flex;
  align-items: center;
  color: green;
  font-size:11px;
 
  
}


.circle {
  display: inline;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
  margin: 0 8px 0 0;
}

.pulse {
  animation: pulse-animation 1.5s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px lightgreen;
  }
  100% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}

.mnlc-item-avalilable {
  font-size: 10px; color: lightgreen;



/* Vetrauenselemente - Start  */
.sales-points {
  list-style: none;
  font-size: 15px;
  font-weight: 500;
}

.sales-points svg {
  min-width: 25px;
  text-align:left;
}

ul.sales-points {
  padding-inline-start: 0px;
}

.sales-points span, .sales-points svg  {
  display: flex;
  align-items:center;
}

.sales-points li {
  padding:16px;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.sales-points li:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.sales-points .icon {
  width: 25px;
  height: 25px;
  margin-right: 24px;
}

.product-form__buttons {
   max-width: 100% !important;
}
/* Vetrauenselemente - Ende  */
.product-usp-wrapper {
  background: white;
  display: flex;
  flex-direction: column;
  padding: 0px;
   margin-top: 0px;
  margin-bottom: 0px;
 } 

.is-align-center {
  align-items: center;
 } 
 .is-flex {
  display: flex;
 } 
   .smdm-promo-string {
  color: #00ff00;
  font-weight: bold;
  text-transform: uppercase;
     }
