@font-face {
  font-family: "oiAcces";
  src: url("../fonts/oiAcces.eot?4q29tc");
  src: url("../fonts/oiAcces.eot?4q29tc#iefix") format("embedded-opentype"),
    url("../fonts/oiAcces.ttf?4q29tc") format("truetype"),
    url("../fonts/oiAcces.woff?4q29tc") format("woff"),
    url("../fonts/oiAcces.svg?4q29tc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.accesabiltyArea {
  z-index: 9999999999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  position: relative;
}
#openAccess {
  padding: 0;
  position: fixed;
  left: 2.5rem;
  bottom: 2.5rem;
  background-color: #b7b7b7;
  border-radius: 50%;
  border: none;
  width: 3rem;
  height: 3rem;
  transition: 0.3s all;
  z-index: 999999999;
  background-image: url(../img/accessibility2.svg);
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  outline: white;
}

/*#openAccess:before {*/
/*    font-family: 'oiAcces';*/
/*    content: "";*/
/*    color: #221f1f;*/
/*    font-size: .5rem;*/
/*    text-align: center;*/
/*    display: block;*/
/*    line-height: 4rem;*/
/*    background-image: url(../img/acc2.png);*/
/*    background-size: 1rem;*/

/*}*/

.accesabiltyArea.opened .accessMenu {
  right: 0;
  visibility: visible;
}
.accessMenu {
  background-color: #1b1b1b;
  padding: 1.5rem;
  position: fixed !important;
  top: 14rem;
  right: -30rem;

  width: 27rem;
  color: #fff;
  transition: 0.3s all;
  visibility: hidden;
}
.hatzaraCon {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5rem;
  box-sizing: border-box;
}

#closeAccess {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  background-image: url(../img/cls.svg);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  z-index: 999999999;
  transition: 0.3s all;
  transform: rotate(0);
  padding: 0;
}
#closeAccess:lang(he) {
  right: auto;
  left: 2rem;
}
.kv {
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
}

.accessMenu h2 {
  font-size: 2.2rem !important;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  color: #fff;
  padding-top: 0;
}

.accessMenuItems button {
  background-color: transparent;
  border: none;
  font-size: 1.8rem;
  text-align: left;
  width: 100%;
  transition: 0.3s all;
  color: #fff;
}

.accessMenuItems button:before {
  padding-right: 1rem;
  padding-left: 0;
}

.accessMenuItems button:beforelang(he) {
  padding-left: 1rem;
  padding-right: 0;
}
.accessMenuItems button:lang(he) {
  text-align: right;
}
#highlightLinks:before {
  font-family: "oiAcces";
  content: "\e905";
  font-size: 2rem;
  text-align: center;
  display: inline-block;
  line-height: 4rem;
  vertical-align: middle;
  padding-left: 1rem;
}

.accessMenuItems button span {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
}

#highContrast:before {
  font-family: "oiAcces";
  content: "\e901";
  font-size: 2rem;
  text-align: center;
  display: inline-block;
  line-height: 4rem;
  vertical-align: middle;
  padding-left: 1rem;
}

#stopAnimation:before {
  font-family: "oiAcces";
  content: "\e900";
  font-size: 2rem;
  text-align: center;
  display: inline-block;
  line-height: 4rem;
  vertical-align: middle;
  padding-left: 1rem;
}

#reset:before {
  font-family: "oiAcces";
  content: "\e907";
  font-size: 2rem;
  text-align: center;
  display: inline-block;
  line-height: 4rem;
  vertical-align: middle;
  padding-left: 1rem;
}

#hatzara:before {
  font-family: "oiAcces";
  content: "\e903";
  font-size: 2rem;
  text-align: center;
  display: inline-block;
  line-height: 4rem;
  vertical-align: middle;
  padding-left: 1rem;
}

#openAccess.opened {
  left: -4rem;
}

.accessMenuItems button.active,
.accessMenuItems button.active span.highContrast {
  background-color: #fff !important;
  color: #000 !important;
}

.highlighted {
  text-decoration: underline !important;
  background-color: #1d1869 !important;
  color: #fff !important;
}

.highContrast,
.highContrast:before,
.highContrast:after {
  background-color: #000 !important;
  color: #fff !important;
}
.highContrast .sp-bt-wr li:first-child:before {
  background-color: white !important;
}
.highContrast * {
  border-color: white !important;
}
.highContrast input[type="submit"] {
  border: 1px solid white !important;
}
.page-template-contact .products-switch-list li.highContrast,
.page-template-contact .products-switch-list li.highContrast label {
  background-color: transparent !important;
  mix-blend-mode: difference !important;
}
.highContrast .text-white * .basic-button {
  background-color: #000 !important;
  color: #fff !important;
}
.highContrast .wpcf7-not-valid-tip {
  color: #fff !important;
}
.hatzaraCon.show {
  opacity: 1;
  visibility: visible;
}

#closeHazara {
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  background-image: url(../img/cls.svg);
  background-size: 2rem;
  position: absolute;
  left: 2rem;
  top: 2rem;
  transition: 0.3s all;
  transform: rotate(0);
}
.hatzara {
  width: 100rem;
  height: 70rem;
  background-color: #fff;
  padding: 4rem;
  box-sizing: border-box;
  overflow-y: scroll;
}
.hatzara a {
  color: #8cbdfd;
  text-decoration: underline;
}
.hatzara p {
  font-size: 1.6rem;
}
.hatzara h2 {
  text-align: center;
  font-size: 2.5rem;
  padding: 1rem 0;
}
#closeHazara:hover {
  transform: rotate(90deg);
}
button:focus {
  /* Some exciting button focus styles */
}
button:focus:not(:focus-visible) {
  /* Undo all the above focused button styles
     if the button has focus but the browser wouldn't normally
     show default focus styles */
}

#fontMinus:before {
  vertical-align: middle;
  content: "-";
  font-size: 3rem;
  text-align: center;
  display: inline-block;
  line-height: 4rem;
  width: 2rem;
  padding-left: 1rem;
  font-weight: 700;
}
.accessMenuItems button:before {
  padding-right: 1rem;
  padding-left: 0;
}

#fontPlus:before {
  vertical-align: middle;
  content: "+";
  font-size: 3rem;
  text-align: center;
  display: inline-block;
  line-height: 4rem;
  width: 2rem;
  padding-left: 1rem;
  font-weight: 700;
}
.accessMenuItems button:before {
  padding-right: 1rem;
  padding-left: 0;
}

@media only screen and (max-width: 1023px) {
  #openAccess {
    left: auto;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
