/* default state */
.state-indicator {
  position: absolute;
  top: -999em;
  left: -999em;
  z-index: 4; }

/* small desktop */
@media (min-width: 768px) and (max-width: 1024px) {
  .state-indicator {
    z-index: 3; } }

@media (min-width: 1024px) {
  .state-indicator {
    z-index: 1; } }

* {
  box-sizing: border-box;
  outline: none;
  transition: all 0.001s ease;
}

ul {
  list-style: none; }

.hide {
  display: none !important; }

body {
  direction: ltr;
  text-align: left;
  /*font-family: 'Open Sans Hebrew', serif;*/
  font-family: Arial, sans-serif;
  font-size: 16px;
  min-width: 320px; }

.main-wrapper {
  overflow: hidden; }

.wrap {
  max-width: 112.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px; }
  .wrap:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    .wrap {
      padding: 0 10px;
      max-width: 700px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .wrap {
      padding: 0 20px; } }

a {
  text-decoration: none;
  cursor: pointer; }

.hide:not('.general-popup') {
  display: none; }

.show:not('.general-popup') {
  display: block; }

.form-error {
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  position: absolute;
  bottom: -13px;
  right: 4px;
  color: red; }

.form-line {
  position: relative; }

input {
  width: 100%; }

.selectric-styler.error .selectric, input[type="email"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="url"].error, textarea.error {
  border: 1px solid red; }

.arrow-right {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 13px;
  color: #ff7d19;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.arrow-left {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 13px;
  color: #ff7d19;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

*::-webkit-input-placeholder {
  color: black; }

*:-moz-placeholder {
  color: black; }

*::-moz-placeholder {
  color: black; }

*:-ms-input-placeholder {
  color: black; }

[dir='rtl'] .slick-slide {
  float: right; }

div.clear:after {
  content: "";
  display: table;
  clear: both; }

/*hide picker netx month \ prev motnh btns*/
.datepicker-input-wrapper:not(.for-desktop) .picker__nav--next,
.datepicker-input-wrapper.for-desktop .picker__nav--prev{
    display: none;
}
.datepicker-input-wrapper.for-desktop .picker__day--infocus{
    border-color: transparent;
}

.custom-alert .mfp-close {
    right: auto;
    left: 0;
}
.custom-alert-text {
    background: white;
    padding: 10px 20px 10px 40px;
    text-align: right;
}

body.ltr .custom-alert-text {
    text-align: left;
}
.bold {
    font-weight: bold !important;
}

[src*=googleadservices]{
  display: none;
}

[src*=googlead]{
  display: none;
}

.checked-by-def::before{
  content: '';
  background: url('/_media/images/new_front/icons/checkbox-v.png') right center no-repeat !important;
  background-size: 20px;
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0;

}