/**** FIX CONFLICT WEBCHIMP GRID ****/
.col2-set .col-1, .col2-set .col-2 {
  flex-basis: unset;
  max-width: unset;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
  line-height: 3.5;
  border-radius: 8px;
  border: 0;
  background: #eee;
  padding: 0 0.5rem;
}
.woocommerce form .form-row textarea {
  padding: 1rem;
  height: initial;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  background: #eee;
}
#customer_details {
  margin-bottom: var(--spacing-l);
}
.woocommerce-checkout h3 {
  color: var(--color-primary);
  font-size: var(--spacing-m);
  margin-bottom: var(--spacing-xs);
}
.woocommerce-validated .woocommerce-input-wrapper {
  display: block;
  position: relative;
  color: var(--color-accent);
}
.woocommerce-validated .woocommerce-input-wrapper:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  right: 0.75rem;
  top: 0.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z' fill='rgba(89,132,82,1)'/%3E%3C/svg%3E");
  background-size: cover;
  color: var(--color-accent);
}
.woocommerce form .form-row .select2-container {
  line-height: 3.5;
}
.select2-container .select2-selection--single {
  height: unset;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3.5;
}
/*******************/
/****  STARS  ****/
/*******************/
.stars {
  width: 76px;
  height: 13px;
  position: relative;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='13px' viewBox='0 0 15 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EStar Copy 4%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Star-Copy-4' fill='%23787878' points='7.5 10.5582192 3.09161061 12.7213381 3.93353806 8.13977866 0.367076128 4.89510022 5.2958053 4.2266597 7.5 0.0582191781 9.7041947 4.2266597 14.6329239 4.89510022 11.0664619 8.13977866 11.9083894 12.7213381'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
.stars > div {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='13px' viewBox='0 0 15 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EStar Copy%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Star-Copy' fill='%23E20030' points='7.5 10.5582192 3.09161061 12.7213381 3.93353806 8.13977866 0.367076128 4.89510022 5.2958053 4.2266597 7.5 0.0582191781 9.7041947 4.2266597 14.6329239 4.89510022 11.0664619 8.13977866 11.9083894 12.7213381'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.stars-1 > div {
  width: calc((76px / 5) * 1);
}
.stars-2 > div {
  width: calc((76px / 5) * 2);
}
.stars-3 > div {
  width: calc((76px / 5) * 3);
}
.stars-4 > div {
  width: calc((76px / 5) * 4);
}
.stars-5 > div {
  width: calc((76px / 5) * 5);
}
/************************/
/* notification styling */
/************************/
.webchimp .woocommerce-notices-wrapper {
  --color-error: #EB592A;
  --color-message: #16858D;
  --color-info: #2C3541;
  background: #9E8D5E30;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.webchimp .woocommerce-notices-wrapper .woocommerce-message, .webchimp .woocommerce-notices-wrapper .woocommerce-error, .webchimp .woocommerce-notices-wrapper .woocommerce-info {
  background: white !important;
  padding: 1rem 1rem 1rem 4rem;
  outline: 1px solid #ddd;
  border-top-color: var(--color-message);
  max-width: var(--max-width);
  margin: 0 auto 1rem auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.webchimp .woocommerce-notices-wrapper .woocommerce-message::before, .webchimp .woocommerce-notices-wrapper .woocommerce-error::before, .webchimp .woocommerce-notices-wrapper .woocommerce-info::before {
  font-size: 18px;
}
.webchimp .woocommerce-notices-wrapper .woocommerce-message::after, .webchimp .woocommerce-notices-wrapper .woocommerce-error::after, .webchimp .woocommerce-notices-wrapper .woocommerce-info::after {
  display: none;
}
.webchimp .woocommerce-notices-wrapper .woocommerce-error li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.webchimp .woocommerce-notices-wrapper .woocommerce-message, .webchimp .woocommerce-notices-wrapper .woocommerce-info {
  background: none;
}
.webchimp .woocommerce-notices-wrapper .woocommerce-message::before, .webchimp .woocommerce-notices-wrapper .woocommerce-info::before {
  color: var(--color-message);
}
.webchimp .woocommerce-notices-wrapper .woocommerce-message a.button, .webchimp .woocommerce-notices-wrapper .woocommerce-info a.button {
  background: var(--color-message);
  color: white;
}
.webchimp .woocommerce-notices-wrapper .woocommerce-error {
  border-top: 3px solid var(--color-error);
}
.webchimp .woocommerce-notices-wrapper .woocommerce-error::before {
  color: var(--color-error);
}
.webchimp .woocommerce-notices-wrapper .woocommerce-error a.button {
  background: var(--color-error);
  color: white;
}
/*****************/
/* bedanktpagina */
/*****************/
.woocommerce-order h2 {
  margin-bottom: var(--space-xs);
}
.woocommerce-order address {
  height: auto !important;
}
.woocommerce-order .woocommerce-order-details, .woocommerce-order .woocommerce-column--billing-address, .woocommerce-order .woocommerce-column--shipping-address, .woocommerce-order .woocommerce-order-overview {
  border: 1px solid var(--color-primary) !important;
  background: white;
  padding: 24px;
}
.woocommerce-order .woocommerce-customer-details address {
  border: 0 !important;
  padding: 0;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone {
  margin: 0;
}
.woocommerce-order .woocommerce-info {
  display: flex;
}
.woocommerce-order .woocommerce-info:before {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin-right: 1rem !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F1816-scss-default.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACIC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD3EA%3BAAAA%3BAAAA%3BACoFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADnHA%3BAAAA%3BAAAA%3BAC6HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD3LR%3BAAAA%3BAAAA%3BAC2MI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */