.woocommerce-info{
  border-top-color: #c42026!important;
}
.woocommerce-info:before{
  color: #c42026!important;
}

/* WOOCOMMERCE BUTTON - KNOP STIJL VAN WEBFLOW KOPIEREN + OVERAL IMPORTANT ACHTER ZETTEN */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  margin: 0px !important;
    padding: 10px 26px !important;
    border-color: #c42026 !important;
    border-radius: 50px !important;
    background-color: #000005 !important;
    -webkit-transition: all 200ms ease !important;
    transition: all 200ms ease !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-decoration: none !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{

    background-color: #c42026 !important;

}

.category-link.color.w--current .category-link-bg{
  background-color: #c42026!important;
}

.product-template-default .w-commerce-commercecheckoutemailinput{
  width: auto!important;
  -webkit-appearance: auto!important;
-moz-appearance: auto!important;
appearance: auto!important;
}

.alerts-wrapper a.button:hover{
  background-color: #fff!important;
  color: #000!important;
}

#fpf_7692845_price{
  display:none;
}

@media screen and (max-width: 1643px){
  .section.grid {
      background: none!important;
  }
}

.card-image-head-bg.event{
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
