@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&subset=hebrew');

html, body {
  height: 100%;
  margin: 0;
  padding: 0; 
  
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.location--hide {
  opacity: 0;
  visibility: hidden;
}

.location--form_hide{
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
}

.location--show {
  opacity: 1;
  visibility: visible;
}

.location--input{
  font-family: 'Rubik', sans-serif;
  text-align: right;
  font-size: 16px;
  display: table-cell;
  border: none;
  padding: 2px 15px;
  background: black;
  color: #fff;
}

.location--input:empty{
  display: none;
}



.modal-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

.modal-wrapper.is-open {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
}

.modal-body {
  -webkit-animation: pop 0.5s ease;
          animation: pop 0.5s ease;
}

.modal-body .relative {
  position: relative;
  z-index: 1;
}

.modal-body .absolute {
  position: absolute;
}

.modal-main h3.yellow-title {
  font-size: 20px;
  font-weight: 500;
  font-family: inherit;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
  color: inherit;
}

.modal-main .yellow--sub-title {
  padding: 1em 1.5em;
  font-weight: 500;
  font-style: normal;
  color: #000;
  vertical-align: middle;
}

.modal-main .yellow--sub-title img{
  vertical-align: middle;
}

.modal-main h3.yellow-title span {
  font-size: 18px;
  font-family: inherit;
  
}

.modal-main h3.yellow-title img {
  vertical-align: middle;
}



@-webkit-keyframes pop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

[data-modal-trigger] {
    outline: 0;
    color: #333;
    padding: 10px 20px;
    margin: 15px auto 10px auto;
    position: relative;
    background-color: #ccc;
    border-radius: 0;
    font-weight: normal;
    border: none;
    cursor: pointer;
}

[data-modal-trigger]:before {
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
}

[data-modal-trigger]:hover {
  
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  background-color: #ffdd00;
}

input.shipping_method:not(:checked) ~ [data-modal-trigger] {
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  padding: 0;
  opacity: 0;
}

[data-modal-trigger]:hover:before {
  width: 100%;
}

[data-modal-trigger]:focus {
  color: #fff;
  background-color: #ffdd00;
  
}

.modal-body header .close {
  width: 28px;
  position: absolute;
  top: 15px;
  right: 15px;
  
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    display: inline-block;
}

.modal-body header .close svg{
  height: 20px;
  width: auto;
  pointer-events: none;
}

.modal-body header .close svg path {
  fill: #000;
}

.modal-body .modal-main {
  padding: 15px;
  position: relative;
  max-width: 800px;
  width: 100%;
  background-color: #fff;
  direction: rtl;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  border-radius: 8px;
}


.modal-body .modal-main table td, .modal-body .modal-main table th {
  padding: 0.5em;
  border: 1px solid #767676;
  word-break: break-all;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .modal-body .modal-main {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .modal-body .modal-main .location .desktop {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .modal-body .modal-main .location .desktop {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .modal-body .modal-main .location .mobile {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .modal-body .modal-main .location .mobile {
    display: none;
  }
}

/* .modal-body .modal-main .location .full--height {
  height: 100%;
  align-items: flex-start;
} */

.modal-body .modal-main .location .fixed--height {
  height: 382px;
}

.modal-body .modal-main .location .location--container {
  width: 100%;
  height: 540px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .modal-body .modal-main .location .location--container {
    height: 100%;
  }
}

.modal-body .modal-main .location .location--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.modal-body .modal-main .location .location--row.fixed--height {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.modal-body .modal-main .location .location--col-12 {
  width: 100%;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .modal-body .modal-main .location .location--col-12-sm {
    width: 100% !important;
  }
}

.modal-body .modal-main .location .location--col-6 {
  width: 50%;
  height: 100%;
  padding: 0 15px;
}
.modal-body .modal-main .location .location--col-5 {
width: 41.66666667%;
height: 100%;
padding: 0;

}

.modal-body .modal-main .location .fixed--height .location--col-7{
width: 58.33333333%;
height: 100%;
padding: 0;
}

 .modal-body .modal-main .location .fixed--height .location--col-6{
  padding: 0;
}

.modal-body .modal-main .location .fixed--height{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.modal-body .modal-main .location .location--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
}


.modal-body .modal-main .location #map {
  height: 100%;
}

.modal-body .modal-main .location .detail-info {
  direction: rtl;
  text-align: right;
  padding-right:  45px;
  padding-left: 45px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .modal-body .modal-main .location .detail-info {
    padding-right:  65px;
  }
}

.modal-body .modal-main .location .detail-info .yellow-item{
    display: flex;
    font-family: inherit;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1.3;
}

.modal-body .modal-main .location .detail-info .yellow-item span {
  width: 75%;
  padding-right: 5px;
}

.modal-body .modal-main .location .detail-info .yellow-item span.ltr {
  direction: ltr;
    width: 25%;
    padding-right: 0;
}

.modal-body .modal-main .location .detail-info td:first-child {
  direction: ltr;
}

.modal-body .modal-main .location .heading-primary {
  font-size: 2em;
  padding: 1em;
  text-align: right;
}





.modal-body .modal-main .location .accordion {
  position: relative;
  /* max-height: calc(100% - 40px - 1rem); */
  max-height: 318px;
  overflow: auto;
  direction: ltr;
  border-top: 1px solid #ccc;
  margin: 0;

}


#accordion::-webkit-scrollbar-track
{
	background-color: #e8ecee;
}

#accordion::-webkit-scrollbar
{
	width: 5px;
	background-color: #e8ecee;
}

#accordion::-webkit-scrollbar-thumb
{
	background-color: #d53b4a;
}




@media screen and (min-width: 48em) {
  
}



.modal-body .modal-main .location .autocomplete {
  /*the container must be positioned relative:*/
    position: relative;
    width: 307px;
    display: table;
    margin: auto;
    max-width: 100%;
 
}

@media only screen and (min-width: 768px) {
  .modal-body .modal-main .location .autocomplete {
    text-align: center;
  }
}

.modal-body .modal-main .location input {
  
  padding: 10px;
  font-size: 16px;
  font-family: inherit;
}

.modal-body .modal-main .location input[type=text], .modal-body .modal-main .location input[type=search] {
  
    width: 100%;
    height: 41px;
    border-radius: 6px;
    padding-left: 30px; 
    border: 1px solid #747472;
    background-color: transparent;

}

.modal-body .modal-main .location #location--action[type=button] {
    color: #fff;
    font-family: inherit;
    width: 197px;
    height: 38px;
    border-radius: 19px;
    background-color: #d53b4a;
    display: table;    
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;    
    margin: 15px auto;
    float: none;
    opacity: 1;
}

.modal-body .modal-main .location #location--action[type=button]:hover{
  background-color: #b5202e;
}

.modal-body .modal-main .location #location--action[type=button]:disabled{
  background-color: #747472;
  pointer-events: none;
  opacity: .6;
}

.modal-body .modal-main .location .autocomplete-items {
  position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    height: auto;
    overflow: auto;
    direction: ltr;
    max-width: 307px;
    width: 100%;
    margin: auto;
    text-align: right;
    font-size: 16px;
    line-height: 1.2;
    max-height: 402px;
}

.modal-body .modal-main .location .autocomplete-items div {
  padding: 10px 15px;
  direction: rtl;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.modal-body .modal-main .location .autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.modal-body .modal-main .location .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.location--field input[type='text'] {
  display: block;
}

.whatIsYellowbox {
    font-size: 16px;
    font-family: inherit;
    color: #000000;
    margin: 0;
    position: absolute;
    text-align: left;
    direction: rtl;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.whatIsYellowbox a {
  color: #000000;
  vertical-align: middle;
}

.whatIsYellowbox a:hover {
  text-decoration: underline !important;
}

.whatIsYellowbox a span {
  font-size: 12px;
}

.whatIsYellowbox img {
  vertical-align: middle;
}

.whatIsYellowbox-popup {
  width: 300px;
  height: auto;
  font-family: inherit;
  position: absolute;
  background-color: #ffffff;
  z-index: 9;
  top: 35px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  left: 0;
}

.whatIsYellowbox-popup:before {
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  width: 0;
  height: 0;
  border-style: solid;
}

.whatIsYellowbox-popup:after {
  top: -22px;
  border-color: transparent transparent #ebebeb;
  border-width: 10px;
}

.whatIsYellowbox-popup:before {
  top: -22px;
  border-color: transparent transparent #ebebeb;
  border-width: 11px;
}

.whatIsYellowbox-popup header {
  height: 48px;
  background-color: #ebebeb;
  overflow: hidden;
  direction: rtl;
}

.whatIsYellowbox-popup header span {
  position: absolute;
  line-height: 17.19px;
  top: 5px;
  right: 117px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  text-align: right;
}

#yellowboxBtn:not(:focus) + .whatIsYellowbox-popup {
  display: none;
}

#yellowboxBtn + .whatIsYellowbox-popup:focus, #yellowboxBtn + .whatIsYellowbox-popup:hover {
  display: block;
  outline: 0;
}

#yellowboxBtn {
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  text-transform: inherit;
  font-size: 14px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
}

#yellowboxBtn span{
  font-size: 13px;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.whatIsYellowbox-popup {
  -webkit-animation: fade-in 0.5s;
          animation: fade-in 0.5s;
}

/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
/* this border color controlls the outside, thin border */
.whatIsYellowbox-img {
  width: 106px;
  background-color: #ffdd00;
}

.whatIsYellowbox-img img {
  padding: 0 5px;
}

.whatIsYellowbox-popup-body {
  padding: 9px 25px;
  text-align: right;
}

.whatIsYellowbox-popup-body h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  margin: 10px auto;
  letter-spacing: normal;
}

.whatIsYellowbox-popup-body span {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.57;
  display: block;
}



/* Label */
.accordion {
  text-align: right;
  direction: rtl;
}
.accordion label {
    height: auto;
    line-height: 1.2;
    padding: 5px 45px;
    display: block;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
  
    
}

.accordion label span {
  pointer-events: none;
}

.accordion label .circle{
  background-image: url(../images/ellipse.png);
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  
}



.accordion input:checked + label .circle{
  background-image: url(../images/checeked.png);
}

.accordion label .arrow{
  background-image: url(../images/arrow-blue.png);
  display: inline-block;
  width: 13px;
  height: 7px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.accordion input:checked + label .arrow{
  background-image: url(../images/arrow.png);
}

.accordion {
  width: 100%;
  margin: 10px auto;
}

.accordion label span {
  font-size: 16px;
  color: #000;
}

.accordion label span strong {
  display: block;
}

.accordion label:hover {
  background-color: #ebebeb;
}

.accordion input:checked + label{
  background-color: #ffdd00;
}

.accordion input {
  display: none;
}



/* Contents */
.accordion article {
  overflow: hidden;
  max-height: 0;
  transition: 0.6s;
  background-color: #f5f5f5;
}
.accordion article p {
    padding: 10px 0;
    font-family: inherit;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    margin: 0;
    font-weight: 500;
}
.accordion input:checked ~ article {
 max-height: 200px;
}



@media only screen and (max-width: 767px) {
    .whatIsYellowbox {
      
      margin: 0;
      position: relative;
      text-align: left;
      direction: rtl;
      top: auto;
      left: auto;
      transform: inherit;
      margin-top: 10px;
  }

  .modal-body header .close {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.modal-body{
  height: 100%;
}

.modal-body .modal-main{
  padding: 0;
}

.modal-body .modal-main{
  height: 100%;
}

.modal-body .modal-main .location .location--col-12.mobile-shadow {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.36);
  padding-bottom: 15px;
}

.modal-main h3.yellow-title{
  margin-top: 15px;
}

.modal-body .modal-main .location .accordion{
  padding: 0;
}

.modal-body .modal-main .location input[type=text], .modal-body .modal-main .location input[type=search]{
  max-width: 100%;
}

.modal-body .modal-main .location .fixed--height{
  
}

.modal-body .modal-main .location .location--row.fixed--height{
    margin-top: 0;
    border: none;
}

.whatIsYellowbox-popup{
  width: 100%;
}

.accordion label{
  padding: 5px 60px;
}

.accordion label .circle {
  right: 20px;
}

.accordion label .arrow {
  left: 30px;
}

.modal-main .yellow--sub-title {
  padding: 1em 1.5em;
}

.modal-body .modal-main .location .autocomplete-items{
  max-width: 100%;
}

.mobile-grow{
    flex-grow: 5;
    display: flex;
    flex-direction: column;
}


.modal-body .modal-main .location .location--row {
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .modal-main .location {
    height: 100%;
  }

  .modal-body .modal-main .location #location--action[type=button]{
    margin-bottom: 15px;
  }


}

.woocommerce #payment #place_order:disabled {
  background-color: #999;
  cursor:not-allowed;
}

.modal-body .modal-main .location .close-input {
  background: transparent;
  position: absolute;
  left: 8px;
  top: 0;
  height: 100%;
  padding: 0;
  outline: none;
  border: none;
  display: block;
}

.modal-body .modal-main .location #myInput:not(:focus) + .close-input:not(:hover) {
  display: none;
}



.modal-body .modal-main .location .close-input svg {
  width: 18px;
  height: 18px;
}


#myInput::-ms-clear, #myInput::-ms-reveal {
  display: none;
  pointer-events: none;
  }
  
  #myInput::-ms-expand {
  display: none;
  }



/*# sourceMappingURL=style.css.map */