#sticky-banner {
    opacity:0;
    transform: translateY(30px);
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-container .wc-block-cart__submit-button {
    background-color: rgb(125 214 0) !important;
}

.wc-block-components-checkbox__label a {
    text-decoration: underline;
}

.woocommerce ul.products li.product .button {
    /* background-image: url(../../public/images/cart-shopping-regular.02d176.svg); */
}

.woocommerce {
    select {
        /* background-image: url(../../public/images/angle-down-regular.63cc33.svg); */
    }
}

@media screen and (min-width: 1024px) {
    .menu-item-has-children {
        /* background-image: url(../../public/images/angle-down-regular.63cc33.svg); */
    }
}

.angle {
/* background-image: url(../../public/images/angle-down-regular.63cc33.svg) !important; */
}

.angle.angle-up {
/* background-image: url(../../public/images/angle-up-regular.2161ed.svg) !important; */
}

.webshop__filter {
    /* .webshop__filter__activate {
      background-image: url(../../public/images/angle-down-regular.63cc33.svg);
    } */
  }
  
  /* Verander het pad voor webshop__filter__toggle--active */
  .webshop__filter__toggle--active {
    /* .webshop__filter__activate {
      background-image: url(../../public/images/angle-up-regular.2161ed.svg);
    } */
  }
  
  @media screen and (max-width: 1024px) {
    /* .webshop__filter__activate {
      background-image: url(../../public/images/images/angle-down-regular.63cc33.svg);
    } */
  }