.mall-slider-slides .slick-dots{
  bottom: -18px !important;
}
body.malls-menu-open .header-wrapper {
  z-index: 130; }

body.malls-menu-open .multi-popper {
  z-index: 129; }

.header-wrapper {
  position: relative;
  height: 58px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-wrapper {
    height: 60px; } }

@media screen and (min-width: 1025px) {
  .header-wrapper {
    height: 70px; } }

header.mall-header {
  z-index: 129;
  display: block !important;
  padding: 0;
  position: relative; }

header.mall-header .mall-header-container {
  background-color: #fff;
  padding: 0px 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 13px;
  -webkit-flex-flow: row no-wrap;
  -ms-flex-flow: row no-wrap;
  flex-flow: row no-wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (min-width: 1025px) {
  header.mall-header .mall-header-container {
    padding-top: 7px;
    padding-bottom: 0;
    position: relative; } }

header.mall-header .horiz-line {
  padding: 0 15px;
  color: #fff; }

header.mall-header li a {
  border-bottom: 2px solid white; }

header.mall-header li:hover a {
  border-bottom: 2px solid #55c2bc; }

header.mall-header .logo {
  background: transparent url("/_media/images/logo_m.png") no-repeat center center;
  background-position: right center;
  width: 30px;
  height: 30px;
  background-size: contain; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.mall-header .logo {
    background-image: url("/_media/images/logo_m.png");
    /*min-width: 120px; */
  }
}

@media screen and (min-width: 1025px) {
  header.mall-header .logo {
    background-image: none;
    min-width: 136px;
    height: auto; }
  header.mall-header .logo img {
    width: 138px;  } }

header.mall-header .header_title {
  font-weight: 300;
  margin: 0;
  font-size: 25px; }

@media screen and (min-width: 768px) {
  header.mall-header .header_title {
    font-size: 35px; } }

@media screen and (min-width: 1025px) {
  header.mall-header .header_title {
    display: none; } }

header.mall-header .header-nav {
  display: none;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 3;
  margin-right: 10px;
  padding-top: 6.4px; }

header.mall-header .header-nav a, header.mall-header .header-nav a:visited {
  color: #444;
  display: block;
  font-size: 16px; }

@media screen and (min-width: 1025px) {
  header.mall-header .header-nav {
    display: block; } }

@media screen and (min-width: 1400px) {
  header.mall-header .header-nav {
    margin-right: 20px; }
  header.mall-header .header-nav a {
    font-size: 20px; } }

@media screen and (min-width: 1500px) {
  header.mall-header .header-nav {
    line-height: 2;
    margin-right: 30px; }
  header.mall-header .header-nav a {
    font-size: 22px; } }

@media screen and (min-width: 1600px) {
  header.mall-header .header-nav a {
    font-size: 24px; } }

header.mall-header ul.header-nav-main {
  width: 87%;
  float: right;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

header.mall-header ul.header-nav-main li {
  display: inline-block; }

header.mall-header ul.header-nav-main .eng-font-light {
  line-height: 24px; }

header.mall-header ul.header-nav-sub {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

header.mall-header ul.header-nav-sub li {
  display: inline-block;
  width: 90%;
  text-align: center; }

header.mall-header ul.header-nav-sub li.sub {
  background-image: url("/_media/images/menu-header-arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px 12px;
  cursor: pointer;
  padding-left: 23px; }

@media screen and (min-width: 1025px) {
  header.mall-header ul.header-nav-sub li.sub {
    background-size: 5px 5px;
    padding-left: 8px; } }

@media screen and (min-width: 1400px) {
  header.mall-header ul.header-nav-sub li.sub {
    background-size: 17px 10px;
    padding-left: 18px; } }

header.mall-header ul.header-nav-sub a.group {
  padding-right: 15px;
  background: url("/_media/images/icon-i.png") no-repeat right center; }

header.mall-header ul.header-nav-sub a.contact {
  padding-right: 30px;
  background: url("/_media/images/icon-mail.png") no-repeat right center; }

.body-nav-fixed header.mall-header {
  position: fixed;
  top: 0;
  z-index: 150;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: box-shadow .2s, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, box-shadow .2s;
  transition: transform .2s ease-in-out, box-shadow .2s, -webkit-transform .2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.more-malls-menu {
  display: none;
  z-index: 500; }

@media screen and (min-width: 1025px) {
  .more-malls-menu {
    display: block;
    position: absolute;
    top: 100%;
    display: none;
    right: 0;
    width: 100%;
    background: white;
    z-index: 149;
    padding: 55px 0; } }

.my-malls-title {
  display: none !important; }

.mall-color-header {
  width: 100%;
  height: 7px; }


/*----------- additions 30/8/2017 -----------*/
@media screen and (max-width: 1024px) {
  .header-nav {
    margin: 0;
    height: 48px;
    padding: 0 7px 0 0;
    box-shadow: 0px 0px 10px #ddd;
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
  }

  .header-nav a {
    font-size: 10px;
    opacity: 0.7;
  }

  .header-menu-item {
    height: auto;
  }

  .header-menu-icon {
    width: 24px;
    height: 31px;
    margin: 5px auto 0;
  }

  .menu-toggle .bars, .menu-toggle .bars:after, .menu-toggle .bars:before {
    width: 28px;
  }

  .header-wrapper {
    height: 95px;
    margin-bottom: 20px;
  }

  .header_title {
    display: inline-block;
    width: 70px;
    font-size: 20px;
    line-height: 14px;
  }

  .menu-toggle-wrap {
    display: block;
    position: absolute;
    top: 11px;
    left: 13px;
    min-width: inherit;
  }

  .body-nav-fixed .newfront.header-nav {
    position: fixed;
    top: 0;
    background: #ffffff;
    z-index: 500;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header-wrapper {
    height: 125px;
  }

  .header-nav {
    top: 55px;
    height: 65px;
  }

  .header-menu-icon {
    width: 36px;
    height: 42px;
  }

  .header-menu-item {
    height: 65px;
  }

  .header-nav a {
    font-size: 16px;
  }
}
/*----------- additions 30/8/2017 -----------*/


.check-capacity {
  display: flex;
  align-items: center;
  justify-content: center;
  color:rgb(67,68,69);
  cursor:pointer;
  background:purple;
  height: 34px;
}

.check-capacity .capacity-thumbsup {
  position: relative;
  top: -2px;
}

.check-capacity .capacity-text {
  margin:0 5px;
  font-size: 14px;
  color:white;
}
@media (min-width: 500px) {
  .check-capacity .capacity-text {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .check-capacity.mobile {
    display: none;
  }
  .check-capacity-desktop {
    background: purple;
    border-radius: 3px;
    padding-bottom: 5px;
  }
  .check-capacity-desktop-text {
    color:white;
  }
}



/*#benefits-hook {
	margin-top: 10px; }*/

.cards-slider {
	max-height: 444px;
	margin-top: 20px; }

.cards-slider img {
	max-width: 205px;
	margin: 0 auto; }

.cards-slider img.sale-brand-image {
	position: absolute;
	bottom: 10px;
	left: 10px;
	max-width: 100px;
	height: auto;
	background: white;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.cards-slider img.sale-brand-image {
		max-width: 150px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.cards-slider img {
		max-width: 444px; } }

@media screen and (min-width: 1025px) {
	.cards-slider {
		display: none; } }

.slick-list {
	margin: 0 -5px; }

.card-slider-card {
	position: relative;
	display: block;
	padding: 5px;
	background: white;
	box-shadow: 5px black;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

@media screen and (min-width: 1025px) {
	.card-slider-card {
		margin: 0 10px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.card-slider-card img {
		max-width: 355px;
		height: 280px; } }

@media screen and (min-width: 1025px) {
	.card-slider-card img {
		max-width: 100%;
		max-height: 324px;
		width: auto; } }

@media screen and (min-width: 1025px) {
	.card-slider-card.mobile {
		display: none; }
	.card-slider-card.desktop {
		display: block; }
    .card-slider-card:hover .card-slider-card__caption, .card-slider-card__caption.hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        bottom: 0;
        transition: 0.3s; }}
.card-slider-card:hover .card-slider-card__caption {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: 0.3s; }

.card-slider-card__inner {
	position: relative;
	overflow: hidden;
	width: 100%; }

.card-slider-card__caption {
	position: absolute;
	transition: 0.1s;
	-webkit-transform: translateY(103%);
	-ms-transform: translateY(103%);
	transform: translateY(103%);
	bottom: 2px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	height: 40%;
	padding: 17px 9px 11px 8px;
    padding-top: 3%; }

.card-slider-card__caption__col {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; }

.caption__col__text {
	font-size: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	font-weight: 400; }

.caption__col__newprice span.num {
	font-size: 36px;
	font-weight: 700;
	margin-left: 5px; }

.caption__col__newprice span.nis {
	font-size: 15px;
	font-weight: 700; }

.caption__col__oldprice span.num {
	font-size: 25px;
	font-weight: 300;
	text-decoration: line-through; }

.caption__col__oldprice span.nis {
	font-size: 15px;
	font-weight: 300;
	text-decoration: line-through; }

.caption__col__brand {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }

.cards-slider .card-slider-card img {
	opacity: 0.2;
	transition: all 300ms ease; }


.slick-current.slick-center img {
	opacity: 1; }

.cards-desktop-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; }

.cards-desktop-container img {
	max-height: 150px; }

@media screen and (min-width: 1025px) {
	img.brand-image {
		/*max-height: 50px;*/
        max-height: 5.5vh;
        max-width: 10vw;
        height: auto;
	}
}

.cards-slider-desktop {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    justify-content: flex-start;
	display: none;
	margin-top: 13px; }

@media screen and (min-width: 1025px) {
	.cards-slider-desktop {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex; } }

.cards-slider-bullets {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	bottom: -45px !important; }

.cards-slider-bullets li button:before {
	content: '';
	background-color: #444;
	height: 10px;
	width: 10px;
	border-radius: 10px;
	opacity: 1; }

@media screen and (min-width: 768px) {
	.cards-slider-bullets li button:before {
		height: 16px;
		width: 16px; } }

.cards-slider-bullets li.slick-active button:before {
	background-color: #09b4ce; }

@media screen and (min-width: 1025px) {
	.cards-slider-bullets {
		display: none; } }

.cards-slider-bullets-bullet {
	background-color: #444;
	height: 10px;
	width: 10px;
	border-radius: 10px; }

.cards-slider-bullets-bullet.active {
	background-color: #09b4ce; }

@media screen and (min-width: 768px) {
	.cards-slider-bullets-bullet {
		height: 16px;
		width: 16px; } }

.benefit-toggles a.benefit-toggles-toggle, .benefit-toggles a:visited.benefit-toggles-toggle {
	color: #323f47;
	font-weight: 300;
	padding: 0 0 0 10px;
	font-size: 25px;
	border-left: 1px solid #09b4ce; }

.benefit-toggles a.benefit-toggles-toggle.all, .benefit-toggles a:visited.benefit-toggles-toggle.all {
	font-size: 20px;
	border-left: 0;
	border-bottom: 1px solid #323f47;
	margin-right: 10px;
	padding: 0; }

@media screen and (min-width: 768px) {
	.benefit-toggles a.benefit-toggles-toggle, .benefit-toggles a:visited.benefit-toggles-toggle {
		margin-top: 20px; } }

@media screen and (min-width: 1025px) {
	.benefit-toggles a.benefit-toggles-toggle, .benefit-toggles a:visited.benefit-toggles-toggle {
		font-size: 40px;
		font-weight: 300; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.benefit-toggles a.benefit-toggles-toggle.all, .benefit-toggles a:visited.benefit-toggles-toggle.all {
		font-size: 20px;
		font-weight: 300; } }

@media screen and (min-width: 1025px) {
	.benefit-toggles a.benefit-toggles-toggle.all, .benefit-toggles a:visited.benefit-toggles-toggle.all {
		font-size: 30px; } }

@media screen and (min-width: 768px) {
	.benefit-toggles {
		margin-top: 35px; } }

/*----- changes 31.8.2017 -----*/
.my-box-wrapper .my-box {
	padding-bottom: 0;
}
.seperator {
	margin:25px 0;
}
@media screen and (max-width: 1024px) {
	.cards-slider, #benefits-hook {
		display: none;
	}
	.azrieli-app {
		margin-top: 0;
	}

}
/*----- changes 31.8.2017 -----*/

.azrieli-app-download-design {
    width: 100%;
    display: block;
}

@media screen and (min-width: 1025px) {
    .azrieli-app-download-design {
        max-width: 100%;
        width: auto;
        position: absolute;
        top: -40px;
        left: 0;
    }
}

@media screen and (min-width: 1300px) {
    .azrieli-app-download-design {
        left: 30%;
    }
}

.azrieli-app-download {
    display: block;
    background-color: #09b4ce;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-radius: 5px;
    box-shadow: 0 4px 7px rgba(72, 68, 68, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    padding: 5px 0;
    background-image: linear-gradient(to top, #079db6 0%, #43b9c6 100%);
    border-radius: 4px;
    cursor: pointer;
}

.azrieli-app-download:hover {
    background: #0792a7;
    transition: all 0.3s ease;
}

.azrieli-app-download:active {
    background: #044954;
}

@media screen and (min-width: 768px) {
    .azrieli-app-download {
        font-size: 30px;
        padding: 31px 0;
    }
}

@media screen and (min-width: 1025px) {
    .azrieli-app-download {
        display: none;
    }
}

.azrieli-app-download-flag {
    position: absolute;
    top: 5px;
    width: 40%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .azrieli-app-download-flag {
        top: 16px;
    }
}

@media screen and (min-width: 1025px) {
    .azrieli-app-download-flag {
        width: auto;
        max-width: 100%;
        top: 9.5vh;
    }
}

@media screen and (min-width: 1025px) {
    .azrieli-app-image-wrap {
        min-height: 357px;
    }

    .azrieli-app-image-wrap .azrieli-app-download-design {
        display: none;
    }

    .azrieli-app-image-wrap img {
        width: 100%;
    }
}

.azrieli-app-desktop-form-wrapper {
    display: none;
    position: absolute;
    top: 125px;
    right: 100px;
}

@media screen and (min-width: 1025px) {
    .azrieli-app-desktop-form-wrapper {
        display: block;
        top: 12.85vw;
        right: 2.75vw;
    }
}

.azrieli-app-desktop-form-wrapper-title-eng {
    font-size: 2.6vw;
    font-weight: 700;
    color: white;
}

.azrieli-app-desktop-form-wrapper-title-heb {
    font-size: 2.71vw;
    color: white;
    font-weight: 300;
}

.azrieli-app-desktop-form-wrapper-title-info {
    font-size: 1.7vw;
    font-weight: 400;
    color: white;
}

form.form.form-azrieli-app {
    margin-top: 1.85vw;
    width: 82%;
}

form.form.form-azrieli-app .form-line {
    margin-top: 0.85vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

form.form.form-azrieli-app .form-line input {
    border: 2px solid white;
    border-radius: 5px;
    height: 2.95vw;
    padding: 0 10px;
    font-size: 1.285vw;
    width: 80%;
    background: transparent;
    color: white;
}

form.form.form-azrieli-app .form-line input.error {
    background-color: rgba(255, 0, 24, 0.16);
    border: 2px solid #ed0813;
    color: #ff0612;
}

@media screen and (min-width: 1300px) {
    form.form.form-azrieli-app {
        width: 92%;
    }
}

@media screen and (min-width: 1800px) {
    form.form.form-azrieli-app {
        width: 85%;
    }
}

.js-form-azrieli-app-submit {
    background-color: #09b4ce;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-radius: 5px;
    box-shadow: 0 4px 7px rgba(72, 68, 68, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    padding: 5px 0;
    background-image: linear-gradient(to top, #079db6 0%, #43b9c6 100%);
    border-radius: 4px;
    cursor: pointer;
    background-color: #3fbbc3;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 15px 7px rgba(72, 68, 68, 0.35);
    height: 2.95vw;
    margin-right: 10px;
    border: none;
    font-size: 2vw;
    font-weight: 400;
    color: white;
    padding: 0 20px;
    width: 30%;
}

.js-form-azrieli-app-submit:hover {
    background: #0792a7;
    transition: all 0.3s ease;
}

.js-form-azrieli-app-submit:active {
    background: #044954;
}

@media screen and (min-width: 1025px) {
    .js-form-azrieli-app-submit {
        font-size: 2.1vw;
    }
}

.form-azrieli-app-title {
    color: white;
    font-size: 1.285vw;
    font-weight: 400;
}

.azrieli-app-text {
    position: absolute;
    right: 15px;
    font-size: 21px;
    font-weight: 300;
    color: white;
    top: 24vw;
}

.azrieli-app-text .eng-font {
    font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .azrieli-app-text .eng-font {
        font-size: 55px;
        line-height: 55px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .azrieli-app-text {
        top: 24vw;
        right: 40px;
        font-size: 35px;
    }
}

@media screen and (min-width: 1025px) {
    .azrieli-app-text {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .azrieli-app-text-big {
        line-height: 25px;
    }
}

.azrieli-app-text-small {
    width: 31%;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .azrieli-app-text-small {
        line-height: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .azrieli-app-text-small {
        width: 54%;
        margin-top: 4px;
    }
}

.azrieli-app .azrieli-app-thanks {
    display: none;
}

.azrieli-app.thanks .azrieli-app-desktop-form-inner-wrapper {
    display: none;
}

.azrieli-app.thanks .azrieli-app-thanks {
    display: block;
}

.azrieli-app-thanks-text-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.azrieli-app-thanks-text {
    width: 488px;
    height: 103px;
    color: white;
    font-family: Spoiler;
    font-size: 48px;
    font-weight: 300;
    line-height: 58px;
    margin-right: 21px;
}

.azrieli-app-thanks-congrats {
    width: 152px;
    height: 52px;
    color: #14b2c9;
    font-family: Spoiler;
    font-size: 95px;
    font-weight: 700;
}

.azrieli-app {
    margin-top: 45px;
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .azrieli-app {
        margin-top: 75px;
    }
}

@media screen and (min-width: 1025px) {
    .azrieli-app {
        margin-top: 63px;
    }
}

/*--- change 31/8/2017 ----*/
.azrieli-app-desktop-form-wrapper-title-eng {
    font-size: 60px;
    width: 90%;
    margin-top: 10px;
    text-shadow: 3px 3px 7px #333;
}
@media screen and (min-width: 1025px) {
    .azrieli-app-desktop-form-wrapper {
        display: block;
        top: 5vw;
        right: 4.75vw;
    }
}
@media screen and (min-width: 1600px) {
    .azrieli-app-desktop-form-wrapper {
        display: block;
        top: 7vw;
        right: 4.75vw;
    }
}

.azrieli-app-desktop-form-wrapper-title-heb {
    color: white;
    font-weight: normal;
    text-shadow: 3px 3px 7px #333;
}
.azrieli-app-desktop-form-wrapper-title-info {
    font-weight: normal;
    width: 90%;
    text-shadow: 3px 3px 7px #333;
    line-height: 30px;
    margin-top: 10px;
}
.form-azrieli-app-title {
    text-shadow: 3px 3px 7px #333;
}
@media screen and (min-width: 1800px) {
    form.form.form-azrieli-app {
        width: 85%;
    }
}

.js-form-azrieli-app-submit {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 5px 7px rgba(72, 68, 68, 0.35);
}
.azrieli-gift-banner, .azrieli-multi-banner {
    background-image: url('/_media/images/new_front/desktop-azrieli-card.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-bottom: 78.2%;
}
@media screen and (min-width: 1025px){
    .azrieli-gift-banner, .azrieli-multi-banner {
        padding-bottom: 78.6%;
    }
}

.azrieli-multi-banner {
    background-image: url("/_media/images/new_front/multi_banner.jpg");
}
.mobile-gift-text, .mobile-multi-text, .mobile-banner-button {
    display: none;
}
.azrieli-mobile-sales-banner, .azrieli-mobile-events-banner {
    display: none;
}
@media screen and (max-width: 1024px){
    .azrieli-app {
        margin-top: 0;
    }
    .azrieli-mobile-sales-banner, .azrieli-mobile-events-banner {
        display: block;
        background-image: url('/_media/images/new_front/mobile/sales.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        padding-bottom: 79.02%;
        position: relative;
    }
    .azrieli-mobile-events-banner {
        background-image: url('/_media/images/new_front/mobile/eruim.png');
    }
    .mobile-sales-banner-text1,
    .mobile-sales-banner-text2,
    .mobile-events-banner-text1,
    .mobile-events-banner-text2 {
        position: absolute;
        text-align: center;
        color:#067c8d;
        font-size: 25vw;
        top: 20%;
        width: 100%;
    }
    .mobile-events-banner-text1 {
        top: 30%;
        font-size: 18vw;
    }
    .mobile-events-banner-text2 {
        font-size: 17vw;
        top: 46%;
        font-weight: 100;
    }

    .mobile-sales-banner-text2 {
        top: 37%;
        font-weight: 100;
    }
    .azrieli-gift-banner {
        background-image: url('/_media/images/new_front/mobile-azrieli-card.png');
    }
    .mobile-gift-text, .mobile-multi-text {
        display: block;
        position: absolute;
        bottom: 52px;
        width: 92%;
        margin: 0 4%;
        text-align: center;
        font-size: 18px;
        color: #1e2c35;
        font-weight: normal;
    }
    .mobile-gift-text{
        color: #ffffff;
    }
    .my-box.multi {
        margin-top: 0;
    }
    .azrieli-multi-banner {
        background-image: url("/_media/images/new_front/mobile/multi.png");
    }
    .azrieli-app-text {
        display: none;
    }
    .mobile-banner-button{
        position: absolute;
        bottom: 10px;
        width: 290px;
        left: 50%;
        margin-left: -145px;
        border-radius: 5px;
        height:37px;
        font-size: 20px;
        padding: 9px 0;
        display: block;
        background-color: #09b4ce;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
        box-shadow: 0 4px 7px rgba(72, 68, 68, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
        color: #fff;
        text-align: center;
        font-weight: 700;
        background-image: linear-gradient(to top, #079db6 0%, #43b9c6 100%);
        cursor: pointer;
    }
    .my-box.newsletter .wrap {
        padding-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .azrieli-mobile-sales-banner {
        display: block;
        margin-top: 50px;
    }
    .mobile-banner-button{
        bottom: 40px;
        width: 400px;
        margin-left: -200px;
        height: 60px;
        font-size: 35px;
        padding: 11px 0;
    }
    .mobile-multi-text {
        bottom: 140px;
        font-size: 35px;
    }
}
/*--- change 31/8/2017 ----*/



.magazine-article-box-overlay-text a {
  color: white;
}

@media screen and (min-width: 1025px) {
  .magazin {
    margin-top: 16px; } }

.magazine-articles-wrapper {
  margin-top: 11px;
  padding: 0px 16px; }

@media screen and (max-width: 767px) {
    .magazin .inner-wrapper{
        padding: 8px 16px;
    }
}
@media screen and (min-width: 1025px) {
  .magazine-articles-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.magazine-articles-wrapper .magazine-article-box:last-child {

}

.magazine-article-box {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 5px;
  margin-bottom: 22px; }

@media screen and (min-width: 1025px) {
  .magazine-article-box {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-right: 0.5%;
    margin-left: 0.5%; } }

@media screen\0 {
  .magazine-article-box {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

.magazine-article-box img {
  width: 100%;
  display: block; }

.magazie-article-box-inner-wrap {
  position: relative;
  overflow: hidden;
  max-height: 400px;
}

.magazine-article-box-overlay {
  position: absolute;
  opacity: 0.88;
  background-color: #294c50;
  top: 0;
  height: 100%;
  width: 30%; }

.magazine-article-box-overlay-button {
  display: inline-block;
  background-color: #09b4ce;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-radius: 5px;
  box-shadow: 0 4px 7px rgba(72, 68, 68, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  padding: 5px 0;
  background-image: linear-gradient(to top, #079db6 0%, #43b9c6 100%);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 300;
  border-radius: inherit;
  min-width: 60%;
  padding: 5px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .magazine-article-box-overlay-button {
    font-size: 33px; } }

@media screen and (min-width: 1025px) {
  .magazine-article-box-overlay-button {
    height: 58px;
    font-size: 38px;
    text-align: right;
    padding-right: 22px;
    min-width: 50%;
    padding-left: 20px; } }

@media screen and (min-width: 1024px) and (min-width: 1150px) {
  .magazine-article-box-overlay-button {
    font-size: 42px; } }

@media screen and (min-width: 1025px) {
  .magazine-article-box-overlay-button.eng-font-light {
    line-height: 42px; } }

.magazine-article-box-overlay-text {
  margin-top: 9px;
  width: 90%;
  overflow: hidden;
  color: white;
  font-size: 15px;
  font-weight: 400;
  margin-right: 5px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .magazine-article-box-overlay-text {
    line-height: 32px;
    font-size: 33px;
    margin-right: 20px;
    color: white; } }

@media screen and (min-width: 1025px) {
  .magazine-article-box-overlay-text {
    font-size: 23px;
    margin-right: 22px;
    color: white; } }

@media screen and (min-width: 1024px) and (min-width: 1150px) {
  .magazine-article-box-overlay-text {
    font-size: 28px; } }

.magazine-article-box-overlay-readmore {
  margin: 0 5px 0 0; }

.magazine-article-box-overlay-readmore a, .magazine-article-box-overlay-readmore a:visited {
  color: #09b4ce;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .magazine-article-box-overlay-readmore a, .magazine-article-box-overlay-readmore a:visited {
    font-size: 28px; } }

@media screen and (min-width: 1025px) {
  .magazine-article-box-overlay-readmore a, .magazine-article-box-overlay-readmore a:visited {
    font-size: 23px;
    margin-right: 22px; } }

@media screen and (min-width: 1024px) and (min-width: 1150px) {
  .magazine-article-box-overlay-readmore a, .magazine-article-box-overlay-readmore a:visited {
    font-size: 28px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .magazine-article-box-overlay-readmore {
    margin-right: 20px; } }

.magazine-article-box-overlay-bottom {
  position: absolute;
  width: 100%;
  bottom: 2px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .magazine-article-box-overlay-bottom {
    bottom: 14px; } }

.magazine-article-box-overlay-date {
  color: #41b8c6;
  font-size: 15px;
  font-weight: 300;
  margin-right: 5px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .magazine-article-box-overlay-date {
    font-size: 28px;
    margin-right: 20px; } }

@media screen and (min-width: 1025px) {
  .magazine-article-box-overlay-date {
    font-size: 30px;
    margin-right: 22px;
    margin-bottom: 9px; } }

@media screen and (min-width: 1024px) and (min-width: 1150px) {
  .magazine-article-box-overlay-date {
    font-size: 36px; } }

.magazine-article-box-overlay-date .magazin-article-box-d {
  font-weight: 700; }


.my-box-wrapper {
    margin-top: 39px;
}

@media screen and (min-width: 768px) {
    .my-box-wrapper {
        margin-top: 50px;
    }
}

.my-box {
    position: relative;
    padding-bottom: 40px;
    margin-top: 52px;
    background-image: radial-gradient(circle 265px at 55.98% 44.53%, white 0%, #c4d3d5 100%), linear-gradient(to top, #079db6 0%, #43b9c6 100%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.my-box:first-child {
    margin-top: 0;
}

a.my-box.azrieli-gift, a.my-box.multi {
    display: block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .my-box {
        position: relative;
        height: 304px;
    }

    .my-box .wrap {
        padding: 0 10px;
    }

    .my-box .wrap:first-child {
        position: relative;
    }
}

@media screen and (min-width: 1025px) {
    .my-box {
        position: relative;
    }
}

.my-box-img img {
    width: 80%;
    margin: 0 auto;
    margin-top: -35px;
}

.my-box-title {
    margin-top: 20px;
    color: #323f47;
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .my-box-title {
        font-size: 25px;
        font-weight: 300;
    }
}

@media screen and (min-width: 1025px) {
    .my-box-title {
        display: none;
    }
}

.my-box-tablet-caption {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    bottom: 7px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .my-box-tablet-caption {
        bottom: 17px;
    }
}

.my-box-desktop-caption {
    display: none;
    bottom: 0;
    position: absolute;
    width: 100%;
    color: white;
    background-color: rgba(41, 76, 80, 0.88);
    padding: 20px 5px;
}

@media screen and (min-width: 1025px) {
    .my-box-desktop-caption {
        display: block;
    }
}

.my-box-desktop-caption-text {
    font-size: 30px;
    display: inline-block;
    font-weight: 300;
    padding-left: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.my-box-desktop-caption-link, a:visited.my-box-desktop-caption-link {
    font-size: 25px;
    display: inline-block;
    font-weight: 700;
    border-bottom: 1px solid white;
    margin-right: 10px;
    color: white;
}

@media screen and (min-width: 1025px) {
    a.my-box-desktop-caption-link, a:visited.my-box-desktop-caption-link {
        font-size: 30px;
    }
}

.my-box-btn {
    display: block;
    margin-top: 2px;
    background-color: #09b4ce;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-radius: 5px;
    box-shadow: 0 4px 7px rgba(72, 68, 68, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    padding: 5px 0;
    background-image: linear-gradient(to top, #079db6 0%, #43b9c6 100%);
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 0;
}

.my-box-btn:hover {
    background: #0792a7;
    transition: all 0.3s ease;
}

.my-box-btn:active {
    background: #044954;
}

@media screen and (min-width: 768px) {
    .my-box-btn {
        font-size: 30px;
        font-weight: 400;
        background-image: linear-gradient(to top, #079db6 0%, #43b9c6 100%);
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 15px 7px rgba(72, 68, 68, 0.35);
        margin-top: 10px;
    }
}

@media screen and (min-width: 1025px) {
    .my-box-btn {
        display: none;
    }
}

.my-box-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 1025px) {
    .my-box-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .my-box.azrieli-gift {
        width: 49.6%;
        float: right;
        margin-left: 0.8%;
    }
}

@media screen and (min-width: 1025px) {
    .my-box.azrieli-gift {
        width: 32.8%;
        flex:0 0 auto;
        float: right;
        margin-left: 0.8%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .my-box.multi {
        width: 49.6%;
        float: left;
        margin-left: 0;
        margin-top: 0;
    }
}

@media screen and (min-width: 1025px) {
    .my-box.multi {
        width: 32.8%;
        float: right;
        margin-left: 0.8%;
        margin-top: 0;
    }
}

.newsletter {
    height: auto;
    clear: both;
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    background-image: none;
    padding: 33px 0 23px 0;
    background-color: #294c50;
}

.newsletter input[type="text"], .newsletter input[type="email"], .newsletter select {
    background: transparent;
    outline: none;
    border: 2px solid white;
    border-radius: 10px;
    width: 100%;
    color: #fff;
    height: 43px;
    padding: 0 5px;
    font-size: 20px;
    text-align: center;
}

.newsletter input[type="checkbox"] .main input[type="checkbox"]:checked.flat-custom + label:after,
.newsletter input[type="checkbox"] .main input[type="radio"].flat-custom + label:after,
.newsletter input[type="checkbox"] input[type="checkbox"]:checked.flat-custom.main + label:after,
.newsletter input[type="checkbox"] input[type="radio"].flat-custom.main + label:after {
    border-color: #ff7d19;
}

.newsletter input[type="checkbox"] .main input[type="checkbox"]:checked.flat-custom:checked + label,
.newsletter input[type="checkbox"] .main input[type="radio"].flat-custom:checked + label,
.newsletter input[type="checkbox"] input[type="checkbox"]:checked.flat-custom.main:checked + label,
.newsletter input[type="checkbox"] input[type="radio"].flat-custom.main:checked + label {
    color: #ff7d19;
}

.newsletter input[type="checkbox"] input[type="checkbox"].flat-custom.main:indeterminate + label:after,
.newsletter input[type="checkbox"] .main input[type="checkbox"].flat-custom:indeterminate + label:after {
    background-color: transparent;
    border-color: transparent transparent #ff7d19 transparent;
}

.newsletter .form-line {
    margin-top: 28px;
}

.newsletter .form-line .selectric {
    border: 2px solid white;
    border-radius: 10px;
}

.newsletter .form-line.adv {
    color: white;
}

@media screen and (min-width: 768px) {
    .newsletter {
        margin-top: 50px;
        padding: 20px 20%;
        padding-top: 66px;
        padding-bottom: 35px;
    }

    .newsletter .custom-checkbox label:before {
        background-size: 30px;
    }

    .newsletter input[type="text"], .newsletter input[type="email"], .newsletter select {
        height: 62px;
        font-size: 30px;
        text-align: center;
        direction: ltr;
    }

    .newsletter .form-newsletter {
        text-align: center;
    }

    .newsletter .form-newsletter:after {
        content: "";
        display: table;
        clear: both;
    }

    .newsletter .newsletter-btn {
        font-size: 30px;
        font-weight: 400;
    }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
    .newsletter .newsletter-btn {
        font-size: 37px;
        font-weight: 400;
    }
}

@media screen and (min-width: 1025px) {
    .newsletter {
        float: left;
        margin-left: 0;
        margin-top: 0;
        padding: 20px 7%;
        padding-bottom: 34px;
        clear: none;
    }
    .home-newsletter-banner {
        justify-content: space-between;
    }
    .newsletter-title-wrap {
        padding-top: 4%;
        margin-bottom: 4%;
    }
    .flex-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 4%;
    }
    .flex-row .custom-checkbox {
        width: 100%;
    }
    .flex-row .form-line .adv {
        margin:0;
    }
    .flex-row .newsletter-btn {
        margin:0;
    }

    .flex-row .form-line {
        width: 49%;
        margin:0;
    }
    .newsletter input[type="text"], .newsletter input[type="email"], .newsletter select {
        height:65px;
    }

    .newsletter .form-newsletter {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
    .newsletter .form-newsletter {
        width: 92%;
    }
}

.newsletter-title-wrap {
    text-align: center;
}

.newsletter-title {
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: relative;
    display: inline-block;
    font-weight: 300;
}

.newsletter-title img {
    position: absolute;
    left: -35px;
    top: -8px;
    max-width: 39px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .newsletter-title {
        font-size: 40px;
    }

    .newsletter-title img {
        left: -61px;
        top: -24px;
        max-width: none;
    }
}

@media screen and (min-width: 1025px) {
    .newsletter-title {
        margin-top: 50px;
        font-size: 60px;
        line-height: 30px;
    }

    .newsletter-title img {
        max-width: none;
        left: -63px;
        top: -34px;
    }
}

@media screen and (min-width: 768px) {
    .newsletter .selectric .label {
        height: 62px;
        line-height: 42px;
        font-size: 30px;
        font-weight: 300;
        height: 62px;
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .newsletter .selectric b.button {
        height: 62px;
        left:10px;
    }
}

.newsletter .selectric b.button:after {
    background: url("/_media/images/icon-arrow-down.png") no-repeat left 11px center;
}

@media screen and (min-width: 768px) {
    .newsletter .selectric b.button:after {
        background: url("/_media/images/icon-arrow-down-t.png") no-repeat left 11px center;
    }
}

.newsletter .selectric-open b.button:after {
    background: url("/_media/images/icon-arrow-up-m.png") no-repeat left 11px center;
}

@media screen and (min-width: 1025px) {
    .selectric-wrapper {
        height: 64px;
    }

    .selectric-items {
        border: 2px solid white;
        padding: 0 23px 11px 23px;
        border-top: 0;
    }

    .selectric-items li {
        color: white;
        padding: 0;
        font-size: 30px;
        font-weight: 300;
        height: 51px;
        line-height: 1.7;
    }

    .selectric-items li:hover {
        background-color: #2897a6;
        color: white;
    }

    .newsletter .selectric-open .selectric {
        border-bottom: none;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .newsletter .selectric-open b.button:after {
        background: url("/_media/images/icon-arrow-up.png") no-repeat left 11px center;
    }
}

.newsletter-btn {
    background-color: #09b4ce;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-radius: 5px;
    box-shadow: 0 4px 7px rgba(72, 68, 68, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    padding: 5px 0;
    background-image: linear-gradient(to top, #079db6 0%, #43b9c6 100%);
    border-radius: 4px;
    cursor: pointer;
    border: none;
    width: 100%;
    margin-top: 32px;
    padding: 9px 0;
}

.newsletter-btn:hover {
    background: #0792a7;
    transition: all 0.3s ease;
}

.newsletter-btn:active {
    background: #044954;
}

@media screen and (min-width: 768px) {
    .newsletter-btn {
        border-radius: 8px;
        width: 50%;
    }
}

@media screen and (min-width: 1025px) {
    .newsletter-btn {
        float: left;
        padding: 14px 0;
        width: 40%;
    }
}

.newsletter .form-newsletter-thanks {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    display: none;
    min-height: 312px;
}

.newsletter .form-newsletter-thanks-text {
    font-size: 55px;
    font-weight: 300;
    color: #14b2c9;
    margin-top: 32px;
}

.newsletter.thanks .form.form-newsletter {
    display: none;
}

.newsletter.thanks .form-newsletter-thanks {
    display: block;
}

.form-line.custom-checkbox {
    margin-bottom: 10px;
}

.custom-checkbox input[type=checkbox] {
    display: none;
}

.custom-checkbox label:before {
    background: url("/_media/images/checkbox-border.png") right center no-repeat;
    background-size: 24px;
}

.custom-checkbox input[type=checkbox]:checked + label:before {
    background: url("/_media/images/checkbox-v.png") right center no-repeat;
    background-size: 25px 25px;
}

@media screen and (min-width: 1025px) {
    .custom-checkbox input[type=checkbox]:checked + label:before {
        background-size: 30px 30px;
    }
}

.custom-checkbox label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-right: 38px;
    line-height: 18px;
    font-size: 17px;
}

.custom-checkbox label:before {
    content: "";
    width: 29px;
    height: 29px;
    position: absolute;
    right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-checkbox label:before {
        background-size: auto;
    }

    .custom-checkbox input[type=checkbox]:checked + label:before {
        background-size: auto;
    }

    .custom-checkbox label {
        padding-right: 41px;
    }
}

@media screen and (min-width: 1025px) {
    .custom-checkbox label {
        font-size: 18px;
        font-weight: 300;
        text-align: right;
        padding-right: 38px;
    }
}

.selectric-items {
    top: 84%;
    z-index: 0;
}

@media screen and (min-width: 768px) {
    .selectric-items {
        top: 88%;
    }
}

.selectric-items li {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .selectric-items li {
        font-size: 30px;
    }
}

/*---------- changes 31.8.2017 -----------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    a.my-box.azrieli-gift, a.my-box.multi {
        display: block;
        height: auto;
        width: 49%;
        margin: 0 0.5% 0;
    }

    a.my-box img {
        width: 100%;
    }
}
.mobile-only {
    display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .my-box-wrapper .my-box.newsletter {
        margin-top: 20px;
        padding-bottom: 23px;
    }
    a.my-box.azrieli-gift, a.my-box.multi {
        width: 100%;
        margin: 0;
        float: none;
    }
}

@media screen and (max-width: 1024px) {
    .my-box-wrapper {
        margin-top: 0;
    }
    .mobile-only {
        display: block;
    }
    a.my-box.azrieli-gift, a.my-box.multi {
        width: 100%;
        margin: 0;
        float: none;
    }
}
@media (min-width: 1025px) and (max-width: 1780px) {
    .newsletter {
        padding: 20px 1%;
    }
    .newsletter-title {
        font-size: 3vw;
        margin-top: 1vw;
        line-height: normal;
    }
    .newsletter input[type="text"] {
        height: 3.5vw;
        font-size: 20px;
    }
    .newsletter .selectric .label {
        height: 3.2vw;
        font-size: 20px;
    }
    .newsletter .selectric b.button {
        height: 39px;
    }
    .selectric-items {
        top: 62%;
        width: 100% !important;
    }
    .newsletter .form-line.adv {
        margin-top: 0px;
    }
    .newsletter-title img {
        max-width: none;
        left: -3vw;
        top: -1vw;
        width: 4vw;
    }
    .newsletter .form-line {
        margin-top: 0;
    }
    .newsletter .newsletter-btn {
        font-size: 2vw;
        padding: 8px 0;
        margin-top: 6px;
        width: 10vw;
    }
    .custom-checkbox {
        width: 60%;
        float: right;
    }
    .custom-checkbox label {
        font-size: 1.5vw;
    }
    .newsletter .form-line.adv {
        margin-top: -14px;
    }
}
@media (min-width: 1250px) {
    .newsletter .form-line.adv {
        margin-top: 0.3vw;
    }
}
@media (min-width: 1500px) {
    .newsletter .form-line.adv {
        margin-top: 0;
    }
}

/*---------- changes 31.8.2017 -----------*/


.wrap {
  padding: 0 16px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap {
    padding: 0 40px; } }

.page-header-title-text a, .page-header-title-text a:visited {
  color: #067c8d;
  font-size: 40px;
  font-weight: 300;
  text-decoration: none;
  padding: 0; }

.page-header-title-store-search {
  position: relative;
  display: inline-block;
  margin-right: 21px; }

.page-header-title-store-search input[type=text] {
  width: 449px;
  height: 49px;
  border: 1px solid #d6d9da;
  border-radius: 8px;
  color: #323f47;
  font-family: Spoiler;
  font-size: 30px;
  font-weight: 300;
  padding-right: 13px;
  padding-left: 62px;
  font-family: 'SpoilerRegular', Arial, sans-serif;
}

.page-header-title-store-search img {
  position: absolute;
  height: 33px;
  top: 10px;
  left: 15px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shops-page-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.our-shops-title {
  color: #323f47;
  font-size: 25px;
  font-weight: 300; }

.shops-search {
  margin-top: 19px;
  position: relative; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shops-search {
    margin-top: 41px; } }

.shops-search input[type=text] {
  height: 37px;
  width: 100%;
  border: 1px solid #d6d9da;
  border-radius: 8px;
  color: #323f47;
  font-family: Spoiler;
  font-size: 23px;
  font-weight: 300;
  padding-right: 9px;
  padding-left: 40px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shops-search input[type=text] {
    width: 100%;
    height: 49px;
    border: 1px solid #d6d9da;
    border-radius: 8px;
    color: #323f47;
    font-family: Spoiler;
    font-size: 30px;
    font-weight: 300;
    padding-right: 13px; } }

.shops-search input[type=image] {
  position: absolute;
  top: 8px;
  left: 7px;
  height: 24px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shops-search input[type=image] {
    height: 33px;
    top: 10px;
    left: 15px; } }

.all-shops-header {
  margin-top: 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .all-shops-header {
    width: 50%;
    margin: 41px 22px 0 0; } }

.all-shops-header-cats {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .all-shops-header-cats {
    width: 100%;
    height: 49px;
    border: 1px solid #d6d9da;
    border-radius: 8px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.all-shops-header-cats-icon {
  cursor: pointer; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .all-shops-header-cats-icon {
    padding-top: 12px;
    padding-left: 19px; } }

.all-shops-header-cats-icon img {
  width: 21px;
  height: 20px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .all-shops-header-cats-icon img {
    width: 36px;
    height: 27px; } }

.all-shops-header-cats-text {
  color: #323f47;
  font-size: 23px;
  line-height: 18px;
  font-weight: 300;
  padding-right: 7px;
  cursor: pointer; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .all-shops-header-cats-text {
    padding-top: 13px;
    padding-right: 12px;
    color: #323f47;
    font-size: 30px;
    font-weight: 300; } }

.all-shops-header-filter {
  cursor: pointer; }

.all-shops-header-filter img {
  width: 21px;
  height: 21px; }

.shops-legend {
  margin-top: 17px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shops-legend {
    display: none; } }

@media screen and (min-width: 1025px) {
  .shops-legend {
    display: none; } }

.shops-legend-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.shops-legend-item-icon img {
  width: 20px;
  height: 14px; }

.shops-legend-item-text {
  color: #323f47;
  font-size: 12px;
  font-weight: 300;
  margin-right: 4px; }

.shops-wrapper-separator {
  width: 100%;
  height: 1px;
  background-color: rgba(139, 141, 141, 0.2);
  margin-top: 21px; }

.shop-boxes-wrapper {
  margin-top: 17px;
  background-color: white; }

@media screen and (max-width: 767px) {
  .shop-boxes-wrapper .shop-box:first-child {
    margin-top: 0; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shop-boxes-wrapper {
    margin-top: 25px; }
  .shop-boxes-wrapper:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 1025px) {
  .shop-boxes-wrapper {
    margin-top: 70px; }
  .shop-boxes-wrapper:after {
    content: "";
    display: table;
    clear: both; } }

.shop-box {
  display: block;
  margin-bottom: 20px;
  padding: 11px 8px 16px 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid white;
  font-family: 'SpoilerRegular', Arial, sans-serif;
}

.shop-box:hover {
  border: 1px solid #067c8d; }

@media screen and (max-width: 767px) {
  .shop-box {
    width: 100%;
    margin-top: 16px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shop-box {
    width: 46.66667%;
    float: right;
    margin-right: 1.66667%;
    margin-left: 1.66667%; } }

@media screen and (min-width: 1025px) {
  .shop-box {
    width: 24.16667%;
    float: right;
    margin-right: 0.41667%;
    margin-left: 0.41667%;
    cursor: pointer; } }

.shop-box-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  direction: ltr;
  height: 23px; }

.shop-box-button {
  margin-right: 3px; }

.shop-box-button img {
  width: 32px;
  height: 23px; }

.shop-box-image {
  margin-top: 28px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shop-box-image {
    height: 92px; } }

@media screen and (min-width: 1025px) {
  .shop-box-image {
    height: 120px; } }

.shop-box-image img {
  max-height: 87px; }

@media screen and (min-width: 1025px) {
  .shop-box-image img {
    max-height: 115px; } }

.shop-box-separator {
  margin-top: 14px;
  width: 100%;
  text-align: center; }

@media screen and (min-width: 1025px) {
  .shop-box-separator {
    margin-top: 30px; } }

.shop-box-separator img {
  width: 25px;
  height: 6px; }

@media screen and (min-width: 1025px) {
  .shop-box-separator img {
    width: 46px;
    height: 11px; } }

.shop-box-text {
  margin-top: 12px;
  color: #1d585a;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  text-align: center; }

@media screen and (min-width: 1025px) {
  .shop-box-text {
    font-size: 26px; } }

.shop-box-text-title {
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}
.shop-box-text-phone, .shop-box-text-location{
    min-height: 28px;
}

@media screen and (min-width: 1025px) {
  .shop-box-text-title {
    font-size: 40px; } }

.shop-page-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  background-color: black;
  display: none; }

.shop-filter-menu-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index: 700; }

.shop-filter-menu {
  position: relative;
  margin: 0 auto;
  margin-top: 10%;
  width: 235px;
  background-color: white;
  padding-bottom: 25px; }

.shop-filter-menu-close {
  position: absolute;
  top: 35px;
  left: 27px; }

.shop-filter-menu-close img {
  width: 10px;
  height: 10px;
  cursor: pointer; }

.shop-filter-menu-title {
  color: #1d585a;
  font-size: 18px;
  font-weight: 300;
  padding-top: 25px;
  text-align: center; }

@media screen and (min-width: 1025px) {
  .shops-tablet-filter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 53px 31px 0 0; } }

.shops-tablet-filter-title {
  margin-top: 18px;
  color: #1d585a;
  font-size: 24px;
  font-weight: 300; }

@media screen and (min-width: 1025px) {
  .shops-tablet-filter-title {
    margin-top: 0; } }

.shop-filter-menu-buttons {
  margin-top: 16px;
  width: 100%;
  text-align: center; }

.shop-filter-menu-buttons .shop-filter-button:first-child {
  margin-top: 0; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shop-filter-menu-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 1025px) {
  .shop-filter-menu-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0; }
  .shop-filter-menu-buttons .shop-filter-menu-button:first-child {
    margin-right: 9px; } }

.shop-filter-menu-button {
  margin-top: 18px;
  cursor: pointer; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shop-filter-menu-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1025px) {
  .shop-filter-menu-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 58px 0 0; } }

.shop-filter-menu-button-icon {
  margin: 0 auto; }

.shop-filter-menu-button-icon img {
  width: 60px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shop-filter-menu-button-icon img {
    width: 41px; } }

@media screen and (min-width: 1025px) {
  .shop-filter-menu-button-icon img {
    width: 46px; } }

.shop-filter-menu-button-text {
  margin: 0 auto;
  width: 100px;
  color: #323f47;
  font-size: 18px;
  font-weight: 300;
  text-align: center; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shop-filter-menu-button-text {
    font-size: 24px;
    margin: 0 9px 0 0;
    width: auto; } }

@media screen and (min-width: 1025px) {
  .shop-filter-menu-button-text {
    font-size: 24px;
    margin: 0 11px 0 0;
    width: auto; } }

.shop-filter-menu-confirm-button-wrapper {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.shop-filter-menu-confirm-button {
  background-color: #09b4ce;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-radius: 5px;
  box-shadow: 0 4px 7px rgba(72, 68, 68, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  padding: 5px 0;
  background-image: linear-gradient(to top, #079db6 0%, #43b9c6 100%);
  border-radius: 4px;
  cursor: pointer;
  width: 80%; }

.shop-filter-menu-confirm-button:hover {
  background: #0792a7;
  transition: all 0.3s ease; }

.shop-filter-menu-confirm-button:active {
  background: #044954; }

.shop-cats-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 227px;
  background-color: white;
  left: -100%;
  transition: left 500ms ease;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 131; }

.shop-cats-overlay.open {
  left: 0; }

.shop-cats-overlay .wrap {
  position: relative;
  padding: 0;
  margin: 0; }

.shop-cats-close {
  margin: 24px 0 0 15px;
  text-align: left; }

.shop-cats-close img {
  width: 10px;
  height: 10px;
  cursor: pointer; }

.shop-cats-buttons-wrapper {
  margin: 13px 22px 0 18px; }

.shop-cats-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  padding-bottom: 10px;
  border-bottom: 0.498442px solid #d8d8d8; }

.shop-cats-button-image {
  text-align: center;
  width: 56px; }

.shop-cats-button-text {
  padding-top: 9px; }

.shop-cats-button-text {
  color: #323f47;
  font-size: 20px;
  font-weight: 400; }

.shops-desktop-cats-menu {
  margin-top: 100px;
  padding: 0 69px; }

.desktop-cats-menu-items-wrapper {
  position: relative; }

.desktop-cats-menu-item {
  min-width: 148px;
  max-width: 148px;
  cursor: pointer; }

.desktop-cats-menu-item:hover img {
  opacity: 0.8; }

.desktop-cats-menu-item-image {
  height: 55px;
  width: 61px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.desktop-cats-menu-item-image img {
  max-width: 61px;
  max-height: 55px; }

.desktop-cats-menu-item-text {
  width: 120px;
  margin: 0 auto;
  text-align: center;
  color: #323f47;
  font-size: 20px;
  font-weight: 300; }

.slick-arrow-right {
  position: absolute;
  right: -20px;
  top: 15px;
  cursor: pointer;
  background-image: var(--slick-arrow);
  background-size: 100% 100%; }

img[aria-disabled="true"] {
  opacity: 0.3;
  cursor: auto; }

img[aria-disabled="false"] {
  opacity: 1;
  cursor: pointer; }

.slick-arrow-left {
  position: absolute;
  left: -20px;
  top: 15px;
  cursor: pointer;
  background-image: url("/_media/images/slider-arrow-prev.png");
  background-size: 100% 100%; }

.all-stores a {
  font-size: 30px; }

@media screen and (min-width: 1025px) {
  .menu-toggle .bars:before, .menu-toggle .bars:after {
    border-radius: 0;
    height: 2.75px; } }

.ui-autocomplete {
  border: 1px solid #d6d9da !important;
  border-top: none !important;
  border-radius: 0 0 8px 8px !important; }
@font-face {
  src         : url("/_media/fonts/FBSPOILER-REGULAR.OTF");
  font-family : 'spolier-hebrew';
  font-weight : 300;
  font-style  : normal;
}

.ui-menu-item {
  margin: 0 5px !important;
  padding: 13px 8px !important;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #323f47;
  font-size: 23px;
  border: none !important;
  font-family: 'spolier-hebrew',Arial;
}

@media screen and (min-width: 768px) {
  .ui-menu-item {
    font-size: 28px; } }

.ui-state-focus {
  background-color: white !important;
  color: #2897a6 !important;
  border: none !important; }


body.show-shops-cat-menu {
  height: 100%;
  overflow: hidden !important;
  width: 100%;
  position: fixed; }

body.show-shops-cat-menu .menu-overlay {
  display: block; }

body.show-shops-cat-menu .main-wrapper {
  position: static; }

.menu-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
  z-index: 130; }

.shops-cat-menu {
  transition: left 500ms ease;
  overflow: hidden;
  overflow-y: scroll;
  width: 227px;
  height: 100%;
  position: absolute;
  left: -100%;
  z-index: 129;
  background-color: #fff;
  z-index: 131;
  position: absolute; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shops-cat-menu {
    max-width: none;
    width: 383px; } }

@media screen and (min-width: 1025px) {
  .shops-cat-menu {
    display: none; } }

.shops-cat-menu.open {
  left: 0; }

.shops-cat-menu .wrap {
  position: relative;
  padding: 40px 0 0 0; }

.shops-cat-menu .close {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 300; }

.shops-cat-menu .close img {
  width: 10px;
  height: 10px; }

.shops-cat-menu ul {
  margin: 0;
  padding: 0 22px 0 18px;
  position: relative; }

.shops-cat-menu ul li a, .shops-cat-menu ul li a:visited {
  color: #323f47;
  display: block;
  margin: 0 auto;
  padding: 30px 9px;
  font-size: 20px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shops-cat-menu ul li a, .shops-cat-menu ul li a:visited {
    font-size: 30px; } }

.shops-cat-menu ul li:last-child a {
  border-bottom: none; }

.shops-cat-menu ul li {
  cursor: pointer;
  border-bottom: 1px solid #d8d8d8;
  clear: both;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.shops-cat-menu ul li:after {
  content: "";
  display: table;
  clear: both; }

.shops-cat-menu ul li:hover, .shops-cat-menu ul li:active {
  color: #fff; }

.shops-cat-menu ul li:hover div, .shops-cat-menu ul li:active div {
  color: #fff;
  border: none; }

.shops-cat-menu ul li img {
  max-width: 100%;
  vertical-align: middle; }

.shops-cat-menu ul li .cats-menu-item-image {
  width: auto;
  margin: auto 0;
  width: 25%;
  text-align: center; }

.shops-cat-menu ul li .cats-menu-item-text {
  width: 75%; }

@media screen and (min-width: 1025px) {
  .menu-toggle-wrap {
    display: none; } }


.my-malls-mobile {
  height: 38px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid #d6d9da;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 9px 0 7px; }

@media screen and (min-width: 768px) {
  .my-malls-mobile {
    display: none; } }

.my-malls {
  display: none; }

@media screen and (min-width: 768px) {
  .my-malls {
    display: block; } }

.my-malls-mobile-title {
  color: #323f47;
  font-size: 23px;
  line-height: 1.5; }

.my-malls-mobile-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.my-malls-mall {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 23.07692%;
  float: right;
  padding: 20px 0;
  cursor: pointer;
  transition: color 0.08s, background-color 0.2s; }

.my-malls-mall:nth-child(4n + 1) {
  margin-right: 0;
  margin-left: -100%;
  clear: both;
  margin-right: 0; }

.my-malls-mall:nth-child(4n + 2) {
  margin-right: 25.64103%;
  margin-left: -100%;
  clear: none; }

.my-malls-mall:nth-child(4n + 3) {
  margin-right: 51.28205%;
  margin-left: -100%;
  clear: none; }

.my-malls-mall:nth-child(4n + 4) {
  margin-right: 76.92308%;
  margin-left: -100%;
  clear: none; }

@media screen and (min-width: 1025px) {
  .my-malls-mall {
    width: 12.59328%;
    float: right;
    border-left: 1px solid #d8d8d8;
    position: relative; }
  .my-malls-mall:nth-child(8n + 1) {
    margin-right: 0;
    margin-left: -100%;
    clear: both;
    margin-right: 0; }
  .my-malls-mall:nth-child(8n + 2) {
    margin-right: 12.59328%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 3) {
    margin-right: 25.18657%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 4) {
    margin-right: 37.77985%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 5) {
    margin-right: 50.37313%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 6) {
    margin-right: 62.96642%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 7) {
    margin-right: 75.5597%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 8) {
    margin-right: 88.15299%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:after {
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: 1px;
    bottom: 0;
    left: 5%;
    background: #d8d8d8; }
  .my-malls-mall:nth-child(n+9):after {
    content: none; }
  .my-malls-mall:nth-child(8n) {
    border-left: none; } }

.my-malls-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.my-malls-title {
  color: #323f47;
  font-size: 25px; }

span.my-malls-title-span-desktop {
  font-size: 40px;
  font-weight: 300;
  display: none; }

@media screen and (min-width: 1025px) {
  span.my-malls-title-span-desktop {
    display: inline-block; } }

span.my-malls-title-span {
  font-weight: 300;
  font-size: 30px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid #09b4ce; }

@media screen and (min-width: 768px) {
  span.my-malls-title-span {
    border-right: none;
    font-size: 25px;
    font-weight: 400;
    color: #323f47; } }

.my-malls-mall-title {
  font-size: 16px; }

.my-malls-mall-city {
  font-size: 40px; }

.my-malls-mall-bullets {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.my-malls-mall-bullets span {
  height: 5px;
  width: 5px;
  margin-left: 4px; }

@media screen and (min-width: 1025px) {
  .my-malls-mall-title {
    font-size: 18px; } }

.my-malls-mall-soon {
  display: none; }


.inner-wrapper {
  padding: 0 16px; }

@media screen and (min-width: 1025px) {
  .benefit-toggles {
    margin-top: 60px; } }

@media screen and (max-width: 768px) {
    .benefit-toggles {
        margin-top: 10px; } }

.page-header-title-text a {
  color: #067c8d;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
  padding: 0; }

@media screen and (min-width: 1025px) {
  .tablet-sort-wrapper {
    margin-top: 13px; } }

.page-header-title-store-search {
  position: relative;
  display: inline-block;
  margin-right: 21px; }

.page-header-title-store-search input[type=text] {
  width: 449px;
  height: 49px;
  border: 1px solid #d6d9da;
  border-radius: 8px;
  color: #323f47;
  font-family: Spoiler;
  font-size: 30px;
  font-weight: 300;
  padding-right: 13px;
  font-family: 'SpoilerRegular', Arial, sans-serif;
}

.page-header-title-store-search img {
  position: absolute;
  height: 33px;
  top: 10px;
  left: 15px; }

.shops-desktop-cats-menu {
  margin-top: 100px;
  padding: 0 69px; }

.desktop-cats-menu-items-wrapper {
  position: relative;
  margin-bottom: 70px !important; }

.desktop-cats-menu-item {
  min-width: 148px;
  max-width: 148px;
  cursor: pointer; }

.desktop-cats-menu-item:hover img {
  opacity: 0.8; }

.desktop-cats-menu-item-image {
  height: 55px;
  width: 61px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.desktop-cats-menu-item-image img {
  max-width: 61px;
  max-height: 55px; }

.desktop-cats-menu-item-text {
  width: 120px;
  margin: 0 auto;
  text-align: center;
  color: #323f47;
  font-size: 20px;
  font-weight: 300; }

.desktop-cats-menu-item-text a {
  color: #323f47; }

.slick-arrow-right {
  position: absolute;
  right: -20px;
  top: 15px;
  cursor: pointer; }

.slick-arrow-left {
  position: absolute;
  left: -20px;
  top: 15px;
  cursor: pointer; }

.opening-hours-floater {
  width: 95px;
  height: 95px;
  position: absolute;
  background: url("/_media/images/mall/opening-hours-circle.png");
  background-repeat: no-repeat;
  background-size: 95px 95px;
  background-position: center;
  top: 42px;
  right: 41px;
  color: white;
  text-align: center;
  z-index: 129; }

.opening-hours-floater-title {
  width: 82px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 900;
  margin-top: 15px;
  line-height: 15px; }

.opening-hours-floater-days, .opening-hours-floater-hours {
  width: 82px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 13px;
  font-weight: 400; }

.mall-slider {
  margin-bottom: 19px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-slider {
    margin-bottom: 44px; } }

@media screen and (min-width: 1025px) {
  .mall-slider {
    position: relative;
    overflow: hidden; } }

.mall-slider-desktop-nav {
  display: none; }

@media screen and (min-width: 1025px) {
  .mall-slider-desktop-nav {
    position: absolute;
    bottom: 7.8%;
    left: 0;
    width: 96px;
    height: 47px;
    background-image: url("/_media/images/mall/mall-slider-desktop-nav.jpg");
    background-repeat: no-repeat;
    z-index: 127;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.mall-slider-desktop-nav-right {
  width: 50%;
  height: inherit;
  cursor: pointer; }

.mall-slider-desktop-nav-left {
  width: 50%;
  height: inherit;
  cursor: pointer; }

.mall-slider-slide img {
  max-width: 100%; }

@media screen and (min-width: 1025px) {
  .mall-slider-slide img.slide-image-mobiles {
    display: none; } }

.mall-slider-slide img.slide-image-desktop {
  display: none; }

@media screen and (min-width: 1025px) {
  .mall-slider-slide img.slide-image-desktop {
    display: block; } }

.slick-slider {
  margin-bottom: 20px; }

.slick-dots {
  bottom: -30px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slick-dots {
    bottom: -45px; } }

.slick-dots li {
  margin: 0 21px; }

.slick-dots li button:before {
  opacity: 1;
  color: #444;
  font-size: 13px;
  cursor: pointer; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slick-dots li button:before {
    font-size: 20px; } }

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #20a8bc; }

.our-shops {
  padding-top: 15px;
  color: #323f47;
  font-weight: 300; }

.our-shops-text-big {
  font-size: 25px;
  border-left: 1px solid #09b4ce;
  padding: 0 0 0 10px; }

.our-shops-text-small {
  margin-right: 10px; }

.our-shops-text-small a {
  font-size: 20px;
  color: #323f47;
  border-bottom: 1px solid #323f47; }

.our-shops-separator {
  font-size: 25px;
  color: #55c2bc; }

.shops-half-tablet-splitter {
  margin-top: 18px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shops-half-tablet-splitter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.shops-search {
  position: relative; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shops-search {
    width: 49%; } }

.shops-search input[type=text] {
  width: 100%;
  height: 38px;
  border: 1px solid #d6d9da;
  border-radius: 8px;
  color: #323f47;
  font-family: Spoiler;
  font-size: 23px;
  font-weight: 300;
  padding-right: 8px; }

.shops-search img {
  position: absolute;
  height: 24px;
  top: 7px;
  left: 8px; }

.shops-search-margin-fix {
  margin-top: 0 !important; }

.shops-cats {
  margin-top: 13px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  border: 1px solid #d6d9da;
  border-radius: 8px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shops-cats {
    width: 49%;
    margin-top: 0; } }

.shops-cats-icon {
  cursor: pointer;
  padding: 10px 0 0 10px; }

.shops-cats-icon img {
  width: 21px;
  height: 20px; }

.shops-cats-text {
  padding: 9px 8px 0 0;
  font-size: 23px;
  font-weight: 300;
  color: #323f47;
  line-height: 18px;
  cursor: pointer; }

.cards-slider {
  margin-bottom: 35px; }

.cards-slider-bullets {
  bottom: -54px; }

.this-month-events-title {
  padding-top: 60px;
  color: #323f47;
  font-weight: 300; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .this-month-events-title {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px; } }

@media screen and (min-width: 1025px) {
  .this-month-events-title {
    font-size: 30px; } }

.this-month-events-title-text-big {
  font-size: 25px;
  font-weight: 300;
  border-left: 1px solid #09b4ce;
  padding: 0 0 0 10px; }

@media screen and (min-width: 1025px) {
  .this-month-events-title-text-big {
    font-size: 40px; } }

.this-month-events-title-text-small {
  margin-right: 10px; }

.this-month-events-title-text-small a {
  font-size: 20px;
  font-weight: 300;
  color: #323f47;
  border-bottom: 1px solid #323f47; }

@media screen and (min-width: 1025px) {
  .this-month-events-title-text-small a {
    font-size: 30px; } }

.this-month-events-daterange-slider {
  margin-top: 20px; }

.this-month-events-daterange-slide {
  text-align: center;
  color: #323f47;
  font-size: 25px;
  font-weight: 300; }

img.slick-events-arrow {
  width: 10px;
  height: 18px;
  position: absolute;
  margin-top: 6px; }

img.slick-events-arrow-left {
  top: 0;
  left: 0; }

img.slick-events-arrow-right {
  top: 0; }

.event-boxes-wrapper {
  margin-top: 10px;
  width: 100%; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .event-boxes-wrapper {
    margin: 0 0 56px 0; } }

@media screen and (min-width: 1025px) {
  .event-boxes-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.event-box {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-bottom: 16px;
  width: 100%;
  display: block; }

@media screen and (min-width: 1025px) {
  .event-box {
    -webkit-flex-basis: 32.25%;
    -ms-flex-preferred-size: 32.25%;
    flex-basis: 32.25%;
    margin: 0.5%; } }

@media screen\0 {
  .event-box {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}

.event-box img {
  width: 100%;
  display: block; }

.event-box-inner-wrap {
  position: relative; }

.event-box-overlay {
  position: absolute;
  opacity: 0.88;
  background-color: #294c50;
  bottom: 0;
  height: 32%;
  width: 100%; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .event-box-overlay {
    height: 124px; } }

@media screen and (min-width: 1025px) {
  .event-box-overlay {
    height: 32%; } }

.event-box-overlay-button {
  background-color: #09b4ce;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-radius: 5px;
  box-shadow: 0 4px 7px rgba(72, 68, 68, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  padding: 5px 0;
  background-image: linear-gradient(to top, #079db6 0%, #43b9c6 100%);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 300;
  border-radius: inherit;
  width: 60px;
  width: 23.33333%;
  float: right;
  margin-right: 0.83333%;
  margin-left: 0.83333%;
  margin: 0; }

@media screen and (max-width: 767px) and (min-width: 400px) {
  .event-box-overlay-button {
    height: 35%; } }

@media screen and (max-width: 767px) and (min-width: 500px) {
  .event-box-overlay-button {
    font-size: 22px; } }

@media screen and (max-width: 767px) and (min-width: 550px) {
  .event-box-overlay-button {
    font-size: 28px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .event-box-overlay-button {
    width: 120px;
    font-size: 45px; } }

@media screen and (min-width: 1025px) {
  .event-box-overlay-button {
    height: 58px;
    font-size: 45px; } }

@media screen and (min-width: 1024px) and (min-width: 1025px) and (max-width: 1150px) {
  .event-box-overlay-button {
    font-size: 40px; } }

@media screen and (min-width: 1025px) {
  .event-box-overlay-button.eng-font {
    line-height: 45px; } }

.event-box-overlay-text {
  margin-top: 0;
  overflow: hidden;
  color: white;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  width: 73.33333%;
  float: right;
  margin-right: 0.83333%;
  margin-left: 0.83333%;
  margin: 4px 8px 0 0; }

@media screen and (max-width: 350px) {
    .event-box-overlay-text {
        margin-top: 2px;
    }
}

@media screen and (min-width: 425px) {
  .event-box-overlay-text {
    font-size: 22px;
    line-height: 24px; } }

@media screen and (min-width: 550px) {
  .event-box-overlay-text {
    font-size: 28px;
    line-height: 30px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .event-box-overlay-text {
    font-size: 30px;
    line-height: 32px;
    margin: 5px 17px 0 0; } }

@media screen and (min-width: 1025px) {
	.event-box-overlay-text {
		font-size: 1.56vw;
		width: 65%;
		float: right;
		margin-right: 0.83333%;
		margin-left: 0.83333%;
		margin: 0.4vw 0.7vw 0 0;
        line-height: 100%;
        margin: 4px 25px 0 0;} }

.event-box-overlay-text-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media screen and (min-width: 768px) {
  .azrieli-app {
    /*margin-top: 65px; */
  } 
}

.my-box {
  padding-bottom: 25px; }

.events-filter-menu {
  position: relative;
  text-align: right;
  color: #323f47;
  font-size: 23px;
  padding-right: 9px;
  border: 1px solid #d6d9da;
  border-radius: 4px;
  height: 38px;
  width: 99%; }

.events-filter-menu a.events-filter-menu-title {
  display: block;
  background: transparent url("/_media/images/icon-sort-mobile-down.png") no-repeat 9px center;
  background-origin: content-box;
  background-size: 30px;
  color: #323f47;
  padding-top: 7px; }

.events-filter-menu ul {
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 100ms linear, visibility 0s linear;
  -webkit-transition-delay: 0s, 500ms;
  transition: opacity 100ms linear, visibility 0s linear 500ms;
  position: absolute;
  left: -1px;
  width: 100%;
  z-index: 1;
  background: white; }

.events-filter-menu li {
  padding: 20px 9px;
  border-bottom: 1px solid #dddddc; }

.events-filter-menu li:last-child {
  border-bottom: none; }

.events-filter-menu li a {
  display: block; }

.events-filter-menu.open a.events-filter-menu-title {
  display: block;
  background: transparent url("/_media/images/icon-sort-mobile-up.png") no-repeat 9px center;
  background-origin: content-box;
  background-size: 30px;
  color: #323f47;
  padding-top: 7px; }

.events-filter-menu.open ul {
  border: 1px solid #d6d9da;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  opacity: 1;
  visibility: visible;
  transition: opacity 100ms linear, visibility 0s linear; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info {
    width: 89%;
    margin: 0 auto; } }

.mall-info-title {
  margin-top: 17px;
  color: #323f47;
  font-size: 25px;
  font-weight: 400; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-title {
    font-size: 36px; } }

.mall-info-rows .mall-info-row:first-child {
  margin-top: 15px; }

.mall-info-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }

.mall-info-row-icon img {
  width: 39px;
  height: 39px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-row-icon img {
    width: 62px;
    height: 62px; } }

.mall-info-row-text {
  margin-right: 9px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-row-text {
    margin-right: 17px;
    width: 70%; } }

.mall-info-row-text-line {
  color: #323f47;
  font-size: 20px;
  font-weight: 300; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-row-text-line {
    font-size: 30px; } }

.mall-info-row-text-title {
  font-weight: 400; }

.mall-info-row-text-line-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.mall-info-row-text-line-right {
  min-width: 55px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-row-text-line-right {
    width: 80px; } }

.mall-info-row-additional-column {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.mall-info-row-image img {
  width: 42px;
  height: 42px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-row-image img {
    width: 84px;
    height: 84px; } }

.mall-info-row-map {
  margin-top: 26px;
  min-height: 326px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-row-map {
    min-height: 500px; } }

.mall-info-row-map img {
  max-width: 100%; }

.section-separator {
  margin-top: 40px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-separator {
    margin-top: 50px; } }

.ui-autocomplete {
  border: 1px solid #d6d9da !important;
  border-top: none !important;
  border-radius: 0 0 8px 8px !important; }

.ui-menu-item {
  margin: 0 5px !important;
  padding: 13px 8px !important;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #323f47;
  font-size: 23px;
  border: none !important;
  font-family: 'SpoilerRegular', Arial, sans-serif;
}

@media screen and (min-width: 768px) {
  .ui-menu-item {
    font-size: 28px; } }

.ui-state-focus {
  background-color: white !important;
  color: #2897a6 !important;
  border: none !important; }

a.my-box.azrieli-gift, a.my-box.multi{
    display: block;
}
/*----- changes 31.8.2017 -----*/
.my-box-wrapper .my-box {
  padding-bottom: 0;
}
.azrieli-mobile-sales-banner {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .mall-slider {
    margin-bottom: 29px;
  }
  .mall-slider-slides .slick-dots {
    bottom: -29px !important;
  }
}
/*----- changes 31.8.2017 -----*/



