/* legacy login popup for theme v2 */
@font-face {
  font-family: "icon-font";
  src: url("/assets/fonts/icon-font/icon-font.eot?zapzd9");
  src: url("/assets/fonts/icon-font/icon-font.eot?zapzd9#iefix") format("embedded-opentype"),
       url("/assets/fonts/icon-font/icon-font.ttf?zapzd9") format("truetype"),
       url("/assets/fonts/icon-font/icon-font.woff?zapzd9") format("woff"),
       url("/assets/fonts/icon-font/icon-font.svg?zapzd9#icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="fa-"], [class*=" fa-"] {
  font-family: "icon-font" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.fa-close:before { content: "\e903"; }
/* \e90a у icon-font — слухавка, не галочка; tick малюємо CSS */

/* legacy login popup for theme v2 — ported from default shop */

.open-frame {
    overflow: hidden;
}


.js-checkbox {
    cursor: pointer;
}

.js-checkbox input {
    display: none;
}


.popup-frame {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    top: 0;
    z-index: 99999;
}

.js-popup {
    cursor: pointer;
}


.popup {
    display: none;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.popup-close {
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.popup-close:hover {
    color: #70B535;
}

.popup-active {
    display: block;
}

.popup-login {
    width: 420px;
    padding: 25px;
    background-color: #fff;
}

@media only screen and (max-width: 720px) {
    .popup-login {
        width: 320px;
    }
}

.popup-login__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 25px;
}

.popup-login__header b {
    color: #131313;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.popup-login__header::before {
    content: '';
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    height: 1px;
    background-color: #D3DBD6;
    position: absolute;
    bottom: 0;
    left: -25px;
}

.login-input {
    width: 100%;
    height: 55px;
    padding: 0 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #D3DBD6;
    background: #fff;
    font-family: "Roboto Condensed", sans-serif;
    color: #868686;
    font-size: 16px;
    line-height: 1.44;
    margin-top: 15px;
}

.login-input:first-child {
    margin-top: 0;
}

.popup-login__or {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 12px;
    margin: 15px 0;
}

.popup-login__or span {
    color: #868686;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup-login__or::before,
.popup-login__or::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #EDF2EF;
}

.popup-login__google {
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #D3DBD6;
    color: #131313;
    font-family: "Roboto Condensed", sans-serif;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.popup-login__google:hover {
    border-color: #70B535;
}

.popup-login__save {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
    margin-top: 0;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup-login__save p {
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    white-space: nowrap;
}

.popup-login__copy {
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #95A099;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #70B535;
    font-size: 8px;
}

.popup-login__copy i {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.popup-login__tick {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #70B535;
    opacity: 0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
}

.popup-login__tick::before {
    content: "✓";
}

.popup-login__save_active .popup-login__tick {
    opacity: 1;
}

.popup-login__save_active i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup-login__sub {
    max-width: 100%;
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 8px;
    background: #70B535;
    font: 400 18px "Roboto Condensed", sans-serif;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 40px;
}

.popup-login__sub input {
    display: none;
}

.popup-login__sub img {
    position: relative;
    z-index: 2;
}

.popup-login__sub::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */
}

.popup-login__sub::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */
}

.popup-login__sub *::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */
}

.popup-login__sub *::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */
}

.popup-login__sub span,
.popup-login__sub i {
    position: relative;
    z-index: 2;
}

.popup-login__sub::after {
    content: '';
    width: 0%;
    height: 100%;
    background-color: #E73B31;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    bottom: 0;
    right: 0;
    left: auto;
}

.popup-login__sub_nohover span {
    position: absolute !important;
    right: 10%;
}

.popup-login__sub_nohover {
    margin-top: 10px !important;
}

.popup-login__sub:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.popup-login__sub_nohover:hover::after {
    width: 0% !important;
}

.popup-login__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 12px;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 25px;
}

.wrap_popup-login__pass_forgot {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 25px;
}

.loader__pass_forgot {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin__pass_forgot 2s linear infinite;
    display: none;
}

@keyframes spin__pass_forgot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.popup-login__pass_forgot {
    justify-content: flex-end;
    margin-left: 0;
    margin-top: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
}

.popup-login__not_registry {
    justify-content: flex-start;
}

.popup-login__link p {
    color: #868686;
}

.popup-login__link a {
    color: #70B535;
    position: relative;
    overflow: hidden;
}

.popup-login__link a::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #70B535;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    bottom: 0;
    right: 0;
    left: auto;
}

.popup-login__link a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

@media only screen and (max-width: 720px) {
    .popup-login__link {
        margin-top: 20px;
    }
}


.validate_error__text {
    font-size: 13px;
    font-family: "Roboto Condensed", sans-serif;
    color: red;
}


.loader__pass_forgot {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin__pass_forgot 2s linear infinite;
    display: none;
}

@keyframes spin__pass_forgot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.wrap_popup-login__pass_forgot {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 25px;
}


.product-item__btn {
    width: 110px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #70B535;
    font-family: "Roboto Condensed", sans-serif;
    color: #131313;
    -webkit-box-sizing: border-box;
    box-sizin

