*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --primary-color: #4b2b74;
  --error: #aa2419;
  --error-bg: #ffedef;
  --success: #319060;
  --success-bg: #b9e4ca;
  --success-border: #40ad75;
  --error-light-bg: #ffedef;
  --error-light: #fe5957;
  --warning-bg: #ffe9b2;
  --warning-color: #e59a2e;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="tel"],
select,
.select2-selection--single {
  box-sizing: border-box !important;
  transition: border-color 0.3s !important;
  background: #fff !important;
  padding: 10px !important;
  border: 1px solid #e0dee0 !important;
  border-radius: 4px !important;
  box-shadow: 0px 1px 2px 0px #1018280d !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #a09f9e !important;
  -webkit-text-fill-color: #555555 !important;
  line-height: 24px !important;
  margin-top: 6px !important;
}
.woocommerce-notices-wrapper {
  margin: 0 0 1.618em;
  padding: 0;
  list-style: none outside;
  text-align: center;
}

.register .select2-selection__rendered {
  padding: 0 !important;
  line-height: 24px !important;
}
ul.woocommerce-error li a:hover {
  text-decoration: underline;
}
ul.woocommerce-error li a {
  color: #fff !important;
  text-decoration: none;
}
ul.woocommerce-error li {
  font-size: 16px !important;
}
.woocommerce-form-row {
  margin-bottom: 20px !important;
}
input:focus,
select:focus,
.select2-selection--single:focus {
  border-color: var(--primary-color) !important;
  outline: none !important;
  box-shadow: 0 0 5px rgba(75, 43, 116, 0.2) !important;
}

form label {
  color: #555555;
  font-weight: 500;
  font-size: 16px;
}
a:focus,
a:focus-visible {
  outline: none !important;
}
.phone-number-wrapper input {
  padding-left: 60px !important;
  width: 100%;
}
.phone-number-wrapper {
  position: relative;
}
.phone-number-wrapper .phone-number {
  display: block;
}
.phone-number-wrapper .phone-number-input-wrapper {
  position: relative;
}
.phone-number-wrapper .phone-number-input-wrapper .edit-input {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.phone-country-code {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  margin: 0 5px;
  height: 44px;
  line-height: 44px;
}
.woocommerce-notices-wrapper .is-error {
  font-size: 15px;
  border: 0;
  gap: 5px 2px;
  padding: 15px 20px 15px 9px !important;
  border-top: 4px solid var(--error);
  border-radius: 0px 0px 4px 4px;
}
.woocommerce-notices-wrapper .is-error:focus-visible,
.is-success:focus-visible {
  outline: none !important;
}

.is-error svg {
  width: 25px;
  background: transparent !important;
  fill: var(--error);
}
.is-success svg {
  width: 25px;
  background: transparent;
}
.is-success {
  font-size: 15px;
  border: 0;
  gap: 5px 2px;
  padding: 15px 20px 15px 9px !important;
  border-top: 4px solid var(--success-border);
  border-radius: 0px 0px 4px 4px;
  gap: 7px;
}
.login-side-img {
  display: none;
}
.my-account-form {
  width: 100% !important;
}
.radio-group label,
.validate-required label,
.poll-filter-fields label {
  display: inline-flex !important;
  align-items: center;
  column-gap: 8px;
  margin-right: 10px;
  cursor: pointer !important;
}
p#update_all_subscriptions_billing_contact_field label {
  display: inline-flex !important;
  align-items: center;
  margin-right: 10px;
  cursor: pointer !important;
  flex-wrap: wrap;
}
p#update_all_subscriptions_billing_contact_field input[type="checkbox"] {
  margin-inline-end: 8px !important;
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  box-shadow: none !important;
  border: 1px solid #e0dee0;
}
.woocommerce-form-login__rememberme input[type="checkbox"]:after,
.validate-required input[type="checkbox"]:after,
.radio-group input[type="radio"]:after,
#reg_sms_notifications::after,
#reg_terms_aggreement::after,
.poll-filter-fields input[type="checkbox"]:after,
p#update_all_subscriptions_billing_contact_field input[type="checkbox"]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -65%) rotate(45deg);
  opacity: 0;
}
.woocommerce-form-login__rememberme input[type="checkbox"]:checked,
.radio-group input[type="radio"]:checked,
.validate-required input[type="checkbox"]:checked,
.poll-filter-fields input[type="checkbox"]:checked,
p#update_all_subscriptions_billing_contact_field
  input[type="checkbox"]:checked {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.woocommerce-form-login__rememberme input[type="checkbox"]:checked:after,
.radio-group input[type="radio"]:checked:after,
#reg_sms_notifications:checked:after,
#reg_terms_aggreement:checked:after,
.validate-required input[type="checkbox"]:checked:after,
.poll-filter-fields input[type="checkbox"]:checked:after,
p#update_all_subscriptions_billing_contact_field
  input[type="checkbox"]:checked:after {
  opacity: 1;
}
.radio-group input[type="radio"],
.validate-required input[type="checkbox"],
.poll-filter-fields input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  box-shadow: none !important;
  border: 1px solid #e0dee0;
  margin: 0 !important;
}
/* .............Responsive .................  */
@media (max-width: 768px) {
  .form-row {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
}
