html[lang="he-IL"] .login-form .login-step-1 .form-group:before, html[lang="iw"] .login-form .login-step-1 .form-group:before, html[lang="he"] .login-form .login-step-1 .form-group:before {
    right: auto;
    left: 55px;
}

html[lang="he-IL"] .login-form .country-code, html[lang="iw"] .login-form .country-code, html[lang="he"] .login-form .country-code {
    right: auto !important;
    left: 12px !important;
}

html[lang="he-IL"] .order-page .phone-field .country-code, html[lang="iw"] .order-page .phone-field .country-code, html[lang="he"] .order-page .phone-field .country-code {
    left: 12px;
    right: auto;
}

html[lang="he-IL"] .order-page .phone-field .form-group:before, html[lang="iw"] .order-page .phone-field .form-group:before, html[lang="he"] .order-page .phone-field .form-group:before {
    left: 55px;
    right: auto;
}

html[lang="he-IL"] .order-page .phone-field .country-code+label.form-label, html[lang="iw"] .order-page .phone-field .country-code+label.form-label, html[lang="he"] .order-page .phone-field .country-code+label.form-label {
    right: 12px;
}

html[lang="he-IL"] .order-page .phone-field input.form-control, html[lang="iw"] .order-page .phone-field input.form-control, html[lang="he"] .order-page .phone-field input.form-control {
    padding-right: 12px;
}

.grey-not-clickable .price {
    display: none;
}
.grey-not-clickable .ui-checkbox .checkbox input {
    display: none;
}
.load-more-wrp {
    text-align: center;
    margin-top: 10px;
}

a.icon.delete-order-confirm.hide {
    display: none;
}

.pery-notes-outer {
    display: none;
}
p.note-text {
    margin-bottom: 7px;
}

@media (max-width: 650px) {
    .site-header .languages {
        display: flex !important;
    }

    .login-content .back-page {
        display: none;
    }
}


@media (max-width:767px) {
    html[lang="he-IL"] .ui-checkbox .checkbox label {
        margin: 0px 28px 0px 0px;
        min-height: 30px;
    }

    html[lang="he-IL"] .ui-checkbox .checkbox input, html[lang="he-IL"] .ui-checkbox .checkbox label:before, .ui-checkbox .checkbox input:checked+label:after {
        right: 0;
        left: auto;
    }
}

html:not([lang="he-IL"]):not([lang="iw"]):not([lang="he"]) .site-footer .next .btn-primary .arrow.ltr { transform: rotate(0deg);}

.select2-dropdown.select2-dropdown--below {
  height: 350px;
  overflow: auto;
}

.disclaimer-note {
    font-family: 'Arimo';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.4px;
    letter-spacing: -0.356px;
    color: rgba(26, 32, 39, 0.95);
    margin-top: 10px;
}