/*.woocommerce-EditAccountForm.edit-account fieldset{
display: none;
}*/
#old_billing_phone{
    display: none;
}
#fcc-form{
    max-width: 400px;
}
#fcc-form h2{
    word-break: break-word;
}
#billing_phone{
  /*  padding: 0.9rem 1.1rem;*/
    width: 100%;
    max-width: 190px;
    padding-left: 65px !important;
}
.fcc-form-group{
    display: flex;
    justify-content: space-between;
    gap: 9px;
}
#submit_phone {
    color: #454242;
    background: #fff;
    border: 1px solid #F44336;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 11px 7px;
    border-radius: 5px;
    transition: all 0.3s ease-in;
    cursor: pointer;
    text-align: center;
}
#submit_phone:hover {
    cursor: pointer;
    opacity: 0.7;
}
.fcc-loading{
    background: url("../img/loading.svg")no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
}
#pin-code-wrapper {
    text-align: center;
    padding: 20px 0;
}
#pin-code {

    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 2rem;
    text-align: center;
    margin: 0 0.5rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1.5rem;
}

#pin-code-1,
#pin-code-2,
#pin-code-3,
#pin-code-4 {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 2rem;
    text-align: center;
    margin: 0 0.5rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1.5rem;
}
.uge-est{
    color: #F44336;
}
.error-request{
    color: #F44336;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.timer_block{text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #818181;}
.timer_fcc{
    text-align: center;
    margin-top: 10px;
}
.timer_fcc #not-call-me{
    display: inline;
    border: 1px solid #fa7a7a;
    padding: 7px 25px;
    border-radius: 6px;
    font-size: 20px;
    text-decoration: none;
    background: #ff6f6f;
    color: #fff;
}
#fcc-login-block{
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    background: #e5e5e5;
    box-shadow: 0 15px 75px -32px rgba(0,0,0,0.3);
}
.po_email, .po_telephone, .po_lost_password{
    padding: 20px 20px 40px 20px;
    background: #fff;
}
.fcc-menu-form{
    display: flex;
}
.fcc-menu-form div{
    padding: 20px;
    background: #e5e5e5;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #7f7f7f;
    transition: background 0.1s, color 0.1s;
    width: 50%;
}
.fcc-menu-form div.active{
    background: #fff;
    color: #000;
}
.fcc-menu-form div:hover{
    cursor: pointer;
}
.not-call-me-text{
    text-align: left;
    font-size: 14px;
    padding: 5px;
}

.not-email-text{
    color: #F44336;
    font-size: 18px;
    font-weight: bold
}

#phone-label{
    margin-bottom: 8px;
}
.pin-code:disabled{
background: #f2f1f1;
}
/*todo Убрать когда буде выбор нескольких стран*/
.iti__arrow {
    border: none;
    margin-left: 3px;
}
.iti__dropdown-content{
    display: none;
}
.iti{
    display: flex;
    gap: 6px;
}
.iti--fullscreen-popup.iti--container.iti--country-search {
    display: none !important;
}
/*  Убрать когда буде выбор нескольких стран*/

.flash-call-block-wrapper {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00000080;
    z-index: 9999999;
}
.flash-call-block{
    max-width: 300px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 6px;
    padding: 8px;
    position: relative;
}
.flash-call-block #call-info{
    text-align: center;
    display: block;
    padding-bottom: 10px;
}
.fcc-close{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../img/close-x.svg) no-repeat;
    background-size: cover;
}

html:has(.flash-call-block-wrapper) .mfp-ready{
    display: none!important
}



@media (max-width: 365px) {
    #submit_phone{   font-weight: 300;}
}

@media (max-width: 330px) {
    #submit_phone{
        font-size: 13px;
        padding: 1px;
        font-weight: 300;
        width: auto;
    }
}








