.product-bulk-price-offer {
  color: #1e1e1e;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  margin: 0 12px 8px 12px;
}

.product-bulk-price-question {
  color: #ed424a;
  font-family: 'Proxima NovaBold', sans-serif;
  font-weight: normal;
}

.products_cat_list .products_cat-item .variation-price:has(+ .product-bulk-price-offer) {
  margin-bottom: 8px;
}

.products_cat_list .products_cat-item .variation-price + .product-bulk-price-offer {
  margin-top: 8px;
}

#billing_type_client_field {
  display: none !important;
}

#place_order,
#place_order.checkout-place-order-button,
.cart-form #place_order,
.form-row.place-order #place_order,
.woocommerce-checkout #place_order {
  border-radius: 15px;
  background: #ed424a;
  display: flex;
  width: 100%;
  max-width: 376px;
  height: 60px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-align: center;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.18px;
  cursor: pointer;
  transition: opacity 0.3s;
  box-sizing: border-box;
  margin: 0 auto;
}

#place_order:hover,
#place_order.checkout-place-order-button:hover,
.cart-form #place_order:hover,
.form-row.place-order #place_order:hover,
.woocommerce-checkout #place_order:hover {
  opacity: 0.9;
}

.cart-form .submit,
.form-row.place-order {
  width: 100%;
  max-width: 376px;
  margin: 0 auto;
}

.cart-form_accept_box {
  width: 100%;
  margin-bottom: 16px;
  max-width: 376px;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-wrapper.policy-button-checkout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-left: 0;
}

.checkbox-wrapper.policy-button-checkout input[type='checkbox'] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #bfbfbf !important;
  border-radius: 3px !important;
  background-color: #fff !important;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.checkbox-wrapper.policy-button-checkout input[type='checkbox']:checked {
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}

.checkbox-wrapper.policy-button-checkout input[type='checkbox']:checked::before {
  content: '' !important;
  display: block !important;
  width: 9px !important;
  height: 9px !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" stroke="white" stroke-width="2.5"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: transparent !important;
}

.checkbox-wrapper.policy-button-checkout label {
  padding-left: 0;
}

.checkbox-wrapper.policy-button-checkout label:before {
  display: none;
  content: none;
}

.checkbox-wrapper.policy-button-checkout label {
  color: #bfbfbf;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  cursor: pointer;
  margin-bottom: 0;
}

.checkbox-wrapper.policy-button-checkout label a {
  color: #bfbfbf;
  text-decoration: underline;
}

#order_review.woocommerce-checkout-review-order {
  display: none !important;
}

.comment-adres {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #bfbfbf;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  margin: 0 0 12px 0;
  text-align: left;
  position: relative;
  z-index: 1;
}

.comment-adres-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
  margin: 0;
  padding: 0;
}

.comment-adres span {
  flex: 1;
  margin: 0;
  padding: 0;
}

.comment-adres a {
  color: #bfbfbf;
  text-decoration: underline;
}

#billing_first_name_field,
#billing_phone_field,
#billing_email_field,
#billing_address_1_field,
#billing_comments_field {
  position: relative;
  margin-bottom: 16px;
}

#billing_address_1_field {
  display: block !important;
}

#billing_address_1_field[style*='display: none'],
#billing_address_1_field.hidden {
  display: none !important;
}

.custom-shipping {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#billing_address_1_field.error-field,
#billing_address_1.error-field {
  border-color: #ed424a !important;
}

#billing_address_1_field.error-field input {
  border-color: #ed424a !important;
}

#billing_address_1_field input[type='text'],
#billing_first_name_field input[type='text'],
#billing_phone_field input[type='tel'],
#billing_email_field input[type='email'],
#billing_comments_field textarea {
  border-radius: 15px;
  border: 1px solid #e4e4e4;
  background: #fff;
  height: 60px;
  min-height: 60px;
  padding: 20px 16px 8px 16px;
  box-sizing: border-box;
  width: 100%;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px;
  color: #1e1e1e;
}

#billing_comments_field textarea {
  height: auto;
  resize: vertical;
  padding-top: 28px;
}

#billing_first_name_field label:not(.radio):not(.label-hide),
#billing_phone_field label:not(.radio):not(.label-hide),
#billing_email_field label:not(.radio):not(.label-hide),
#billing_comments_field label:not(.radio):not(.label-hide) {
  position: absolute;
  top: 8px;
  left: 16px;
  color: #1e1e1e;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  pointer-events: none;
  z-index: 10;
  margin: 0;
  padding: 0;
  background: transparent;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  max-width: none !important;
  max-height: none !important;
}

#billing_address_1_field {
  position: relative;
}

#billing_address_1_field .woocommerce-input-wrapper {
  position: relative;
}

#billing_address_1_field label:not(.radio):not(.label-hide) {
  position: absolute;
  top: 8px;
  left: 16px;
  color: #1e1e1e !important;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  pointer-events: none;
  z-index: 10;
  margin: 0;
  padding: 0;
  background: transparent;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  max-width: none !important;
  max-height: none !important;
  clip: auto !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  position: absolute !important;
}

#billing_address_1_field label.screen-reader-text {
  position: absolute !important;
  clip: auto !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  overflow: visible !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  left: 16px !important;
  top: 8px !important;
  color: #1e1e1e !important;
  font-family: 'Proxima Nova', sans-serif !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 120% !important;
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}

#billing_address_1_field .comment-adres {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

#billing_first_name_field .optional,
#billing_first_name_field .required,
#billing_phone_field .optional,
#billing_phone_field .required,
#billing_email_field .optional,
#billing_email_field .required,
#billing_address_1_field .optional,
#billing_address_1_field .required,
#billing_comments_field .optional,
#billing_comments_field .required {
  display: none;
}

#billing_first_name_field input:focus + label,
#billing_first_name_field input:not(:placeholder-shown) + label,
#billing_phone_field input:focus + label,
#billing_phone_field input:not(:placeholder-shown) + label,
#billing_email_field input:focus + label,
#billing_email_field input:not(:placeholder-shown) + label,
#billing_comments_field textarea:focus + label,
#billing_comments_field textarea:not(:placeholder-shown) + label {
  display: block;
}

#billing_address_1_field .woocommerce-input-wrapper input:focus + label,
#billing_address_1_field .woocommerce-input-wrapper input:not(:placeholder-shown) + label,
#billing_address_1_field input:focus + label,
#billing_address_1_field input:not(:placeholder-shown) + label {
  display: block !important;
}

#billing_first_name_field input:placeholder-shown + label,
#billing_phone_field input:placeholder-shown + label,
#billing_email_field input:placeholder-shown + label,
#billing_comments_field textarea:placeholder-shown + label {
  display: none;
}

#billing_address_1_field .woocommerce-input-wrapper input:placeholder-shown + label,
#billing_address_1_field input:placeholder-shown + label {
  display: none !important;
}

#billing_first_name_field label:not(.radio):not(.label-hide),
#billing_phone_field label:not(.radio):not(.label-hide),
#billing_email_field label:not(.radio):not(.label-hide),
#billing_address_1_field label:not(.radio):not(.label-hide),
#billing_comments_field label:not(.radio):not(.label-hide) {
  display: block !important;
}
