.woocommerce-form__group--second-terms {
  margin-bottom: 20px !important;
}

.ct-search-form-controls {
  --theme-form-text-initial-color: rgba(255, 255, 255, 0.5);
  --theme-form-text-focus-color: var(--theme-palette-color-8);
  --theme-form-field-border-initial-color: rgba(255, 255, 255, 0.5);
  --theme-form-field-border-focus-color: var(--theme-palette-color-8);
}
.ct-search-form-controls button {
  background-color: rgba(180, 31, 36, 0);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
