
*,
*::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;
}

/* .............Responsive .................  */
@media (max-width:768px) {
    .form-row {
        display: block;
        width: 100% !important;
        padding: 0 !important;
    }
}