#reg_phone_label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

#reg_phone_field {
    margin-bottom: 5px !important;
}

#customer_login.smsing {
    display: none;
}

#auth-sms-register {
    display: none;
}

#customer_login.smsing + #auth-sms-register {
    display: flex;
    justify-content: center;
}

/* register */

.auth-page-title {
    margin-bottom: 10px;
    text-align: center;
}
   
.auth-sms {
    padding: 25px 40px;
    max-width: 540px;
}
   
.auth-sms-info {
    color: #777;
    text-align: center;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 20px;
}
   
.auth-sms-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
   
.auth-sms-form .sms-form-fields {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}
   
.auth-sms-form .sms-form-actions {
    flex: 0 0 136px;
}
   
.auth-sms-form .sms-form-actions .actions-title {
    color: #8D8D8D;
    font-family: Mulish;
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    margin-bottom: 4px;
}
   
.auth-sms-form .sms-form-actions .actions-btn {
    color: #000;
    font-family: Mulish;
    font-size: 13px;
    font-weight: 700;
    line-height: 15.6px;
    transition: all .3s;;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.37);
}
   
.auth-sms-form .sms-form-actions .actions-btn:hover {
    border-bottom: 1px dashed rgba(0, 0, 0, 1);
}
   
.auth-sms-form .form-light-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    height: 42px;
    width: 100%;
    color: #333;
    font-family: Mulish;
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    text-transform: uppercase;
}

#customer_login.validating {
    pointer-events: none;
}

#customer_login.validating input,
#customer_login.validating button {
    opacity: 0.6;
}


.auth-sms-form .form-row .form-label {
    color: #242424;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 4px;
    display: block;
}
   
.auth-sms-form .form-row .form-label.required::after {
    content: "*";
    color: #E01020;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-left: 2px;
}
   
.auth-sms-form .form-input {
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FAFAFA;
    height: 42px;
    width: 100%;
    padding: 0 10px;
    background: #fff;
    transition: all .3s;
    color: #000;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
}
   
.auth-sms-form .form-input:focus {
    border: 1px solid #000;
}
   
.auth-sms-form .form-input::placeholder {
    color: rgba(0, 0, 0, 0.30);
}
   
#auth-sms-register .auth-sms-form .sms-form-actions.resend-timeout {
    display: none;
}

#auth-sms-register .auth-sms-form.resend-waiting .sms-form-actions.resend-timeout {
    display: block;
}

.auth-sms-form.resend-waiting .sms-form-actions.resend {
    display: none;
}

#auth-sms-register.sending {
    opacity: 0.75;
    pointer-events: none;
}

#auth-sms-register .error-form-notice {
    width: 100%;
    height: 23px;
    color: #E01020;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

#auth-sms-register .form-submit {
    background: #0C0505;
    color: #FFF;
}

#auth-sms-register:not(.verifiable) .form-submit {
    pointer-events: none;
    opacity: 0.4;
}

#auth-sms-register:not(.verifiable) .form-submit span {
    opacity: 0.4;
}

#auth-sms-register.code-error input.form-input {
    color: #E01020; 
}

#auth-sms-register .form-light-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    height: 42px;
    width: 100%;
    color: #333;
    font-family: Mulish;
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    text-transform: uppercase;
}

#auth-sms-register .light-btn {
    color: #333;
    background: #F7F7F7;
}

#login-by-code .auth-page-title {
    color: #242424;
    font-family: Cormorant;
    font-size: 22px;
    font-weight: 600;
    line-height: 30.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
}

#login-by-code {
    flex: 1 1 100%;
    padding: 0px;
    border-right: none;
    width: 100%;
    max-width: 540px;
}

#login-by-code .auth-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#login-by-code .form-row .form-label {
    color: #242424;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 4px;
    display: block;
}

#login-by-code .form-input {
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FAFAFA;
    height: 42px;
    width: 100%;
    padding: 0 10px;
    background: #fff;
    transition: all .3s;
    color: #000;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
}

#login-by-code .form-submit {
    height: 42px;
    width: 100%;
    text-align: center;
    font-family: Mulish;
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    text-transform: uppercase;
}

#login-by-code .black-btn {
    border: 1px solid transparent;
    background: #000;
    color: #fff;
}

#login-by-code .black-btn:hover,
#auth-sms-register .form-submit:hover {
    border-radius: 0px;
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover);
}

#login-by-code .form-light-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    height: 42px;
    width: 100%;
    color: #333;
    font-family: Mulish;
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    text-transform: uppercase;
}

#login-by-code .form-light-btn:hover,
#customer_login .login-by-code-btn:hover,
#auth-sms-register .form-light-btn:hover {
    background: #E2E2E2 !important;
}

#login-by-code  .light-btn {
    color: #333;
    background: #F7F7F7;
}

#customer_login .col-login:not(.by-password) #login-by-password {
    display: none;
}

#customer_login .col-login.by-password #login-by-code {
    display: none;
}

#customer_login .login-by-code-btn,
#customer_login .login-by-code-btn:link,
#customer_login .login-by-code-btn:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    height: 42px;
    width: 100%;
    color: #333;
    font-family: Mulish;
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    text-transform: uppercase;
    background: #F7F7F7;
    text-decoration: none;
}

#login-by-code .auth-form.sending {
    pointer-events: none;
}

#login-by-code .error-form-notice {
    width: 100%;
    height: 23px;
    color: #E01020;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

#login-by-code.code .tab-phone {
    display: none;
}

#login-by-code:not(.code) .tab-code {
    display: none;
}

#login-by-code .tab-code.resend-waiting .resend {
    display: none;
}

#login-by-code .tab-code:not(.resend-waiting) .resend-timeout {
    display: none;
}

#login-by-code .sms-form-actions .actions-title {
    color: #8D8D8D;
    font-family: Mulish;
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    margin-bottom: 4px;
}

#login-by-code .sms-form-actions .actions-title span {
    color: #000;
}


#login-by-code .tab-code:not(.verifiable) .form-submit {
    pointer-events: none;
    opacity: 0.4;
}

#login-by-code .tab-code:not(.verifiable) .form-submit span {
    opacity: 0.4;
}

#login-by-code .tab-code.code-error input.form-input {
    color: #E01020; 
}

.change-sms-popup .change-sms-form.code-error input.form-input {
    color: #E01020 !important; 
}

.change-sms-popup .change-sms-form:not(.code-error) input.form-input {
    color: #000 !important; 
}


@media screen and (max-width: 1024px) {
    .auth-sms-form .sms-form-fields .form-row {
        flex-grow: 1;
    }
}


@media screen and (min-width: 1025px) {
    .auth-sms-form .sms-form-fields .form-row {
        flex: 0 0 246px;
    }
}

#login-by-password.loading {
    pointer-events: none;
}

#login-by-password.loading input,
#login-by-password.loading button,
#login-by-password.loading label {
    opacity: 0.8;
}

/* CHANGE ZHOPUP */
.change-sms-popup-wrap:not(.opened) {
    display: none;
}

.change-sms-popup-wrap.loading {
    pointer-events: none;
}

.change-sms-popup-wrap.loading .popup-tab-yesno {
    opacity: 0.8;
}

.change-sms-popup-wrap {
    display: flex;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999999999999;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.65);
}

.change-sms-popup {
    display: block;
    width: 480px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #FFF;
}

.change-sms-popup .popup-content {
    margin-top: -10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.change-sms-popup .popup-yesno-btns {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.change-sms-popup .popup-yesno-btns .btn-yes {
    display: flex;
    min-height: 42px;
    padding: 17px 20px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;

    border-radius: 5px;
    border: 1px solid #333;
    background: #FFF;

    color: #333 !important;

    text-align: center;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px; /* 120% */
    text-transform: uppercase;
}

.change-sms-popup .popup-yesno-btns .btn-yes:hover {
    background: #333;
    border: 1px solid #333;
    color: #FFF !important;
}

.change-sms-popup .change-sms-form .form-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.change-sms-popup .change-sms-form .form-row label {
    color: #242424;

    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

.change-sms-popup .change-sms-form .form-row label .zvzd {
    color: #E01020;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;

    padding-left: 3px;
}

.change-sms-popup .change-sms-form .form-row input {
    display: flex;
    height: 42px;
    padding: 17px 14px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.change-sms-popup .change-sms-form.resend-waiting .sms-form-actions.resend {
    display: none;
}

.change-sms-popup .change-sms-form:not(.resend-waiting) .sms-form-actions.resend-timeout {
    display: none;
}

.change-sms-popup .change-sms-form .sms-form-actions.resend-timeout .actions-title {
    width: 217px;
    color: #8D8D8D;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;    
}

.change-sms-popup .change-sms-form .sms-form-actions.resend-timeout .actions-title span {
    color: #000;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;
}

.change-sms-popup .change-sms-form .sms-form-actions.resend {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 4px;
    color: #8D8D8D;

    text-align: center;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px; 
}

.change-sms-popup .change-sms-form .sms-form-actions.resend a {
    color: #000;

    text-align: center;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 15.6px; 
}

.change-sms-popup .change-sms-form .form-submit {
    margin-top: 20px;
    width: 100%;

    display: flex;
    min-height: 42px;
    padding: 17px 20px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 5px;
    background: #333;
    border: 1px solid #333;

    color: #FFF;

    text-align: center;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px; /* 120% */
    text-transform: uppercase;

    cursor: pointer;
}

.change-sms-popup .change-sms-form .form-submit:hover {
    border-radius: 5px;
    border: 1px solid #333;
    background: #FFF;
    color: #333;
}

.change-sms-popup .popup-yesno-btns .btn-no {
    display: flex;
    min-height: 42px;
    padding: 17px 20px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;

    border-radius: 5px;
    background: #333;
    border: 1px solid #333;

    color: #FFF !important;

    text-align: center;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px; /* 120% */
    text-transform: uppercase;
}

.change-sms-popup .popup-yesno-btns .btn-no:hover {
    background: #FFF;
    color: #333 !important;
}

.change-sms-popup .popup-yesno-obratite .obratite-title {
    color: #000;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.change-sms-popup .popup-yesno-obratite ul {
    padding-left: 15px;
}

.change-sms-popup .popup-yesno-obratite ul li {
    color: #000;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}

.change-sms-popup .popup-close-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.change-sms-popup .close-btn {
    cursor: pointer;
    padding: 10px;
}

.change-sms-popup .popup-tabs > div {
    display: flex;
    flex-direction: column;
}

.change-sms-popup.tab-yesno .popup-tabs > div.popup-tab-yesno {
    display: flex;
}

.change-sms-popup.tab-sms .popup-tabs > div.popup-tab-sms {
    display: flex;
}

.change-sms-popup .popup-tab-yesno {
    gap: 20px;
}

.change-sms-popup .popup-title {
    color: #333;

    text-align: center;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
}

.change-sms-popup .popup-subtitle {
    color: #484848;
    text-align: center;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}

.change-sms-popup .popup-subtitle .foun {
    color: #1A1A1A;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}

.change-sms-popup .popup-yesno-title {
    color: #242424;

    text-align: center;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
}

#order_review.sms-loading {
    opacity: 0.65;
    pointer-events: none;
}

.change-sms-popup .change-sms-form:not(.verifiable) .form-submit {
    cursor:default;
}

.change-sms-popup .change-sms-form:not(.verifiable) .form-submit {
    pointer-events: none;
    opacity: 0.4;
}

.change-sms-popup .change-sms-form:not(.verifiable) .form-submit span {
    opacity: 0.4;
}

.change-sms-popup .change-sms-form.code-error input.form-input {
    color: #E01020; 
}

.change-sms-popup .change-sms-form .error-form-notice {
    width: 100%;
    height: 23px;
    color: #E01020;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .change-sms-popup {
        width: calc(100vw - 20px);
    }

    .change-sms-popup .popup-title {
        line-height: 25px;
    }
}
