/*--- Colors setup ---*/
/*--- Fonts ---*/
/*--- Spacing ---*/
/*--- Buttons ---*/
/*--- helpers ---*/
/*--- Product Single - Added to cart bar style ---*/
.woocommerce-notices-wrapper .woocommerce-message {
  background-color: #8EB46A;
  border: none;
  color: #FFFFFF;
  text-transform: uppercase;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: flex-start;
  padding: 0.75rem 1.25rem 0.75rem 4rem;
}
.woocommerce-notices-wrapper .woocommerce-message .button {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    padding-left: 3.375rem;
  }
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  color: #FFFFFF;
  top: calc(50% - 18.5px);
  left: 1.25rem;
  font-size: 24px;
  content: url("https://francetech-eshop.dev.webikon.sk/wp-content/uploads/2023/10/checkmark.svg");
}
.woocommerce-notices-wrapper .woocommerce-message::after {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message a.button {
  background-color: #8EB46A;
  text-transform: none;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 0.5rem 1.5rem;
  order: 1;
}
.woocommerce-notices-wrapper .woocommerce-message a.button:hover {
  background-color: #FFFFFF;
  color: #8EB46A;
  border-color: #FFFFFF;
}
.woocommerce-notices-wrapper .woocommerce-error {
  text-transform: uppercase;
}
