@media screen and (max-width: 767px) {
  .wrap {
    padding: 0;
  }
  .mall-sale-page .wrap {
    padding: 0 10px;
  }
  .multi_discount_tag .discount_icon {
    margin: 11px 19px 0 0;
  }

}
@media screen and (min-width: 1025px){
    .mall-sale-page .sale-box-header {
        width: 94%;
    }
}
.mall-sale-page .sale-box-header-logo {
    margin-bottom: 16px;
    margin-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap {
    padding: 0 16px; } }

.sale-boxes-wrapper {
  margin: 0 16px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-boxes-wrapper {
    margin: 0; } }

@media screen and (min-width: 1025px) {
  .sale-boxes-wrapper {
    margin-top: 43px; } }

@media screen and (min-width: 1025px) {
  .sale-boxes-col {
    width: 32.58427%;
    float: right; }
  .sale-boxes-col:nth-child(3n + 1) {
    margin-right: 0;
    margin-left: -100%;
    clear: both;
    margin-right: 0; }
  .sale-boxes-col:nth-child(3n + 2) {
    margin-right: 33.70787%;
    margin-left: -100%;
    clear: none; }
  .sale-boxes-col:nth-child(3n + 3) {
    margin-right: 67.41573%;
    margin-left: -100%;
    clear: none; } }

.sale-box-hover {
  border: 1px solid #067c8d !important; }

.sale-box {
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
  margin-bottom: 15px;
  border: 1px solid white;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box {
    padding-bottom: 23px;
    margin-bottom: 19px; } }

.sale-box-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.sale-box-header:after {
  content: "";
  display: table;
  clear: both; }

.sale-box-header-name {
  padding: 0 5px 0 0;
  display: block;
  width:100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1d585a;
  font-size: 20px;
  font-weight: 300; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-header-name {
    font-size: 30px;
    padding: 10px 15px 0 0; } }

@media screen and (min-width: 1025px) {
  .sale-box-header-name {
    display: none; } }

.sale-box-header-name.eng-font {
  font-size: 18px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-header-name.eng-font {
    font-size: 30px; } }

.sale-box-header-logo {
  padding-left: 7px;
  width: 100%;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 1025px) {
  .sale-box-header-logo {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-top: 16px; } }

.sale-box-header-logo img {
  max-width: 105px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-header-logo img {
    max-width: 210px;
    padding: 15px 0 0 9px; } }

@media screen and (min-width: 1025px) {
  .sale-box-header-logo img {
    max-width: none;
    max-height: 40px; } }

.sale-box-photo {
  position: relative;
  margin: 8px 6px 0 6px;
   }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-photo {
    margin: 11px 15px 0 15px;
    position: relative; } }

@media screen and (min-width: 1025px) {
  .sale-box-photo {
    margin: 16px 20px 0 20px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  } }

.sale-box-photo img {
  width: 100%;
  height: 100%;
}

.sale-box-photo-bg {
  height: 105px;
  width: 100%;
  opacity: 0.3;
  background-color: black;
  position: absolute;
  bottom: 5px; }

.sale-box-photo-sale {
  position: absolute;
  bottom: 47px;
  right: 19px;
  color: white;
  font-size: 36px;
  font-weight: 400; }

.sale-box-photo-logo {
  position: absolute;
  bottom: 15px;
  right: 19px; }

.sale-box-photo-price-new {
  position: absolute;
  left: 9px;
  bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  color: white; }

.sale-box-photo-price-new span.symbol {
  font-size: 15px;
  font-weight: 700;
  margin-right: 1px; }

.sale-box-photo-price-old {
  position: absolute;
  left: 9px;
  bottom: 11px;
  font-size: 25px;
  text-decoration: line-through;
  color: white; }

.sale-box-photo-price-old span.symbol {
  font-size: 15px;
  margin-right: 1px; }

.sale-box-conditions-close {
  display: none;
  width: 100%;
  text-align: left;
  color: #323f47;
  font-size: 18px;
  padding-left: 6px;
  font-weight: 100; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-conditions-close {
    margin-top: 31px;
    padding-left: 15px;
    font-size: 30px; } }

.sale-box-conditions-close .eng-font {
  font-size: 13px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-conditions-close .eng-font {
    font-size: 21px; } }

@media screen and (min-width: 1025px) {
  .sale-box-conditions-close .eng-font {
    font-size: 17px; } }

.sale-box-conditions-close .close-txt {
  border-bottom: 1px solid #323f47; }

@media screen and (min-width: 1025px) {
  .sale-box-conditions-close {
    font-size: 26px;
    padding-left: 23px;
    cursor: pointer; } }

.sale-box-text {
  margin: 11px 6px 0 6px;
  color: #323f47;
  font-weight: 300;
  font-size: 18px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-text {
    font-size: 30px;
    margin: 23px 15px 0 15px; } }

@media screen and (min-width: 1025px) {
  .sale-box-text {
    font-size: 26px;
    margin: 21px 20px 0 83px; } }

.sale-box-malls, .sale-box-conditions-open {
  margin: 2px 6px 0 6px;
  color: #323f47;
  font-weight: 300;
  font-size: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.sale-box-malls a, .sale-box-malls a:visited {
  color: #323f47; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-malls, .sale-box-conditions-open {
    font-size: 30px;
    margin: 0 15px; } }

@media screen and (min-width: 1025px) {
  .sale-box-malls, .sale-box-conditions-open {
    font-size: 20px;
    margin: 10px 20px 0 83px; } }

.sale-box-malls-title, .sale-box-conditions-open-title {
  width: 25%; }

.sale-box-malls-details, .sale-box-conditions-open-text {
  width: 75%; }

.sale-box-conditions {
  margin: 7px 6px 0 6px;
  color: #323f47;
  font-size: 18px;
  font-weight: 300; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-conditions {
    font-size: 30px;
    margin: 30px 15px 0 15px; } }

@media screen and (min-width: 1025px) {
  .sale-box-conditions {
    font-size: 26px;
    margin: 21px 20px 0 83px; } }

.sale-box-conditions a, .sale-box-conditions a:visited {
  color: #323f47;
  font-weight: 300;
  border-bottom: 1px solid #323f47; }

.sale-box-conditions-text {
  display: none;
  margin: 7px 6px 0 6px;
  color: #323f47;
  font-weight: 300;
  font-size: 18px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-conditions-text {
    font-size: 30px;
    margin: 30px 15px 0 15px; } }

@media screen and (min-width: 1025px) {
  .sale-box-conditions-text {
    font-size: 26px;
    margin: 21px 20px 0 83px; } }

.sale-box-footer {
  margin: 9px 4px 0 9px; }

.sale-box-footer:after {
  content: "";
  display: table;
  clear: both; }

.sale-box-footer-expiration {
  float: right;
  padding-top: 15px;
  color: #323f47;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-footer-expiration {
    font-size: 26px;
    margin: 0 15px; } }

@media screen and (min-width: 1025px) {
  .sale-box-footer-expiration {
    font-size: 26px;
    margin: 0 19px 0 0; } }

.sale-box-footer-share {
  float: left;
  text-align: left; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-footer-share {
    margin-left: 19px; } }

@media screen and (min-width: 1025px) {
  .sale-box-footer-share {
    margin-left: 8px; } }

.sale-box-footer-share img {
  width: 32px;
  height: 31px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-footer-share img {
    width: 47px;
    height: 46px; } }

@media screen and (min-width: 1025px) {
  .sale-box-footer-share img {
    width: 46px;
    height: 46px; } }

.share-buttons {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.share-buttons .share-button-main {
  width: 26px;
  height: 26px;
  z-index: 2;
  cursor: pointer;
  background: url("/_media/images/share-menu-share-closed.png");
  background-size: 26px 26px; }

@media screen and (min-width: 768px) {
  .share-buttons .share-button-main {
    width: 46px;
    height: 46px;
    background-size: 46px 46px; } }

.share-buttons .share-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  z-index: 1;
  transition: all .3s ease;
  opacity: 0; }

@media screen and (min-width: 768px) {
  .share-buttons .share-button {
    width: 46px;
    height: 46px; } }

.share-buttons.open .share-button-main {
  background: url("/_media/images/share-menu-share-opened.png");
  background-size: 26px 26px; }

@media screen and (min-width: 768px) {
  .share-buttons.open .share-button-main {
    background-size: 46px 46px; } }

.share-buttons img {
  width: 26px;
  height: 26px; }

@media screen and (min-width: 768px) {
  .share-buttons img {
    width: 46px;
    height: 46px; } }

.page-separator {
  margin-top: 43px;
  text-align: center; }

@media screen and (min-width: 1025px) {
  .page-separator {
    display: none; } }

.sale-loading {
  margin-top: 44px;
  text-align: center;
  display: none; }

@media screen and (min-width: 1025px) {
  .sale-loading {
    display: block; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sb-whatsapp {
    display: none !important; }
  .sb-sms {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .sb-sms {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .sale-box:hover .card-slider-card__caption, .card-slider-card__caption.hover {
    bottom: 0;
    transition: 0.3s; } }

.card-slider-card__caption {
  position: absolute;
  transition: 0.1s;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  min-height: 105px;
  padding: 17px 9px 11px 8px;
  padding-top: 3%; }

@media screen and (min-width: 1025px) {
  .card-slider-card__caption {
    bottom: -100%; } }

.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: 20px;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .caption__col__text {
    font-size: 30px;
    font-weight: 400;
  }
}

.caption__col__newprice span.num {
  font-size: 30px;
  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; }

.caption__col__brand img {
  width: auto;
  max-height: 40px;
	background-color: #ffffff;
}


/***** Additions 2018 *****/
.mall-desktop-photo.show-on-desktop {
    position: relative;
}
.mall-event-tablet-photo {
    position: relative;
}
.multi_discount_tag {
    position: absolute;
    z-index: 100;
    top:15px;
    left:15px;
    width: 71px;
    height: 71px;
    background: #09b4ce;
    border-radius: 50%;
    -webkit-box-shadow: 8px 8px 25px -9px rgba(0,0,0,0.6);
    -moz-box-shadow: 8px 8px 25px -9px rgba(0,0,0,0.6);
    box-shadow: 8px 8px 25px -9px rgba(0,0,0,0.6);
}
.discount_icon {
    margin:20px 21px 0 0;
    width: 34px;
}


.multi_tag_text {
    color:#ffffff;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}

.show_desktop {
  display: none;
}

@media screen and (min-width: 768px) {
    .multi_discount_tag {
        position: absolute;
        z-index: 100;
        top:15px;
        left:15px;
        width:76px;
        height: 76px;
        background: #09b4ce;
        border-radius: 50%;
        -webkit-box-shadow: 8px 8px 25px -9px rgba(0,0,0,0.6);
        -moz-box-shadow: 8px 8px 25px -9px rgba(0,0,0,0.6);
        box-shadow: 8px 8px 25px -9px rgba(0,0,0,0.6);
    }


  .show_desktop {
    display: block;
  }
  .show_mobile {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .multi_discount_tag {
    top:85px;
    left:25px;
  }
}
@media screen and (max-width: 767px) {
  .multi_discount_tag {
    top:45px;
    left:15px;
  }
}
@media screen and (min-width: 1025px) {
  .multi_discount_tag {
    top:85px;
    left:35px;
  }
}

.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 -----*/



.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: url("/_media/images/slider-arrow-next.png");
  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; }





    /**-------------------------------------
        Import
    --------------------------------------**/

        @import "/_media/css/bootstrap.min.css";
        @import "/_media/css/bootstrap-rtl.css";
        @import "/_media/css/font-awesome.min.css";
        @import "/_media/css/sweetalert.css";

        @font-face {
            src         : url("/_media/fonts/webfont/FbSpoiler-Lightwebfont.eot");
            src         : url("/_media/fonts/webfont/FbSpoiler-Lightwebfont.eot?#iefix") format("embedded-opentype"),
                          url("/_media/fonts/webfont/FbSpoiler-Lightwebfont.woff") format("woff"),
                          url("/_media/fonts/webfont/FbSpoiler-Lightwebfont.ttf") format("truetype");
            font-family : 'spoiler';
            font-weight : 300;
            font-style  : normal;
        }

        @font-face {
            font-family : 'spoiler';
            src         : url("/_media/fonts/webfont/fbspoileren-regular-webfont.eot");
            src         : url("/_media/fonts/webfont/fbspoileren-regular-webfont.eot?#iefix") format("embedded-opentype"),
                          url("/_media/fonts/webfont/fbspoileren-regular-webfont.woff") format("woff"),
                          url("/_media/fonts/webfont/fbspoileren-regular-webfont.ttf") format("truetype");
            font-weight : 400;
            font-style  : normal;
        }

        @font-face {
            font-family : 'spoiler';
            src         : url("/_media/fonts/webfont/fbspoileren-bold-webfont.eot");
            src         : url("/_media/fonts/webfont/fbspoileren-bold-webfont.eot?#iefix") format("embedded-opentype"),
                          url("/_media/fonts/webfont/fbspoileren-bold-webfont.woff") format("woff"),
                          url("/_media/fonts/webfont/fbspoileren-bold-webfont.ttf") format("truetype");
            font-weight : 700;
            font-style  : normal;
        }

        @font-face {
            font-family : 'open-sans';
            src         : url("/_media/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
            font-weight : 400;
            font-style  : normal;
        }

        @font-face {
            font-family : 'open-sans';
            src         : url("/_media/fonts/Open_Sans/OpenSans-Light.ttf") format("truetype");
            font-weight : 300;
            font-style  : normal;
        }

    /**-------------------------------------
        General
    --------------------------------------**/

        html {
        }

        body {
            color       : #8b8d8d;
            direction   : rtl;
            background  : #ffffff;
            /*font-weight : 300;*/
            font-family : 'spoiler', 'open-sans', serif;
        }

        .account {

        }

        .account div {
            -webkit-transition : all 350ms ease;
            -moz-transition    : all 350ms ease;
            -ms-transition     : all 350ms ease;
            -o-transition      : all 350ms ease;
            transition         : all 350ms ease;
        }

        .input-group-unstyled .input-group-addon {
            border           : 0;
            border-radius    : 4px;
            background-color : transparent;
        }

        .account.container-fluid {
            padding: 0 35px;
        }

        .account.nav {
            max-width : 100%;
        }

        .account .half-hide {
            overflow       : hidden;
            max-height     : 60px;
            -webkit-filter : grayscale(100%); /* Safari 6.0 - 9.0 */
            filter         : grayscale(100%);
            opacity        : 0.2;
        }

        .account .half-hide * {
            border: none !important;
        }

    /**-------------------------------------
        Flex box
    --------------------------------------**/

        .account .row-flex-box {
            width      : 100%;
            text-align : center;
        }

        .account .row-flex-box > .flex-box {
            width   : 130px;
            height  : 118px;
            /*margin  : 5px 10px;*/
            margin-right: 0;
            margin-left: 1%;
            cursor  : pointer;
            display : inline-block;
            margin-bottom: 36px;


        }

        .account .row-flex-box > .flex-box.line {
            border: 2px solid #ffffff;
        }

        .account .row-flex-box > .flex-box.line img[src="#"]{
            /*display: none;*/
        }

        .account .row-flex-box > .flex-box.active {
            position : relative;
        }

        .account .row-flex-box > .flex-box.line.active {
            border : 2px solid #09b4ce;
        }

        .account .row-flex-box > .active:after {
            width           : 15px;
            right           : 5px;
            bottom          : 5px;
            height          : 14px;
            content         : '';
            position        : absolute;
            background      : url("/_media/images/check_box.png") no-repeat;
            background-size : contain;
        }



        .account .col-lg-offset-105 {
            margin-right : 12.499999995%;
            margin-left  : 0;
        }

        /* same size */

        .account .same {
            display : -webkit-box;
            display : -webkit-flex;
            display : -ms-flexbox;
            display : flex;
        }

        .account .same > [class*='col-'] {
            display        : flex;
            /*flex-direction : column;*/
        }

        .account .same-box {
            display        : flex;
            flex-wrap      : wrap;
            flex-direction : row;
        }

        .account .same-box > * {
            display        : flex;
            /*flex-direction : column;*/
        }

        .account .vcenter {
            display        : inline-block;
            vertical-align : middle;
        }

        .account .sans {
            font-family: 'open-sans', serif !important;
        }

    /**-------------------------------------
        Elements
    --------------------------------------**/

        .account .underline {
            border-bottom  : 1px solid #eeeeee;
        }

        /* size */
        .account .s {
            font-size: 1em;
        }

        .account .m {
            font-size: 1.5em;
        }

        .account .l {
            font-size: 2em;
        }

        .account .p-top-15 {
            margin-top: 15px;
        }

        .account .p-top-20 {
            margin-top: 20px;
        }

        .account .p-bottom-30 {
            margin-bottom: 30px;
        }

        .account .p-bottom-20 {
            margin-bottom: 20px !important;
        }


        .account .p-bottom-5 {
            margin-bottom: 20px !important;
        }

        .account .p-tb-10 {
            margin: 10px 0;
        }

        .account .p-bottom-none {
            margin-bottom: 0!important;
        }

        .account a.decoration {
            text-decoration: underline;
        }

        .account .p-top-n5 {
            margin-top: -5px;
        }

        /* text **/
        .account p,
        .account span:not(.breadcrumb-item),
        .account span:not(.breadcrumb-item) > a {
            font-size: 17px;
        }

        .account p > a {
            font-size: 1.1em;
        }

        /* bold */
        .account .nobold {
            font-weight: 300;
        }

        .account .b {
            font-weight: 500;
        }

        .account .xb {
            font-weight: 800;
        }

        /* a */
        .account > a:not(.footer-links-link), .account div:not(.bread_crumbs) a:not(.footer-links-link) , .account > a:not(.sale-box-malls-details a){
            color       : #8b8d8d;
            font-size   : 1.5em;
            margin-top  : 15px;
            font-weight : 300;
        }

        .account .l-buttom {
            height: 55px;
        }

        .business_fields{
            width: 49% !important;
            height: 30px;
            padding: 6px 12px;
            margin: 15px 0 15px 0;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        }

        .display_error{
            display: block !important;
            color: red;
            margin-bottom: 10px !important;
        }



        /* color */

        .account > a:hover, .account div:not(.bread_crumbs) a:hover,
        .account .turquoise {
            color: #067c8d;
        }

        .account .black {
            color : #323f47;
            border-bottom: 1px solid #eeeeee;
            padding-bottom: 10px;
            margin-bottom: 25px;
        }
        .account #preferences .row:first-child .black{
            border-bottom: 1px solid #eeeeee;
        }
        .account #preferences .black{
            border-bottom: none;
        }
        .parking.account .black {
            border-bottom: none;
        }

        .account a.xl {
            font-size: 2em;
        }

        .account .gray {
            color: #8b8d8d;
        }

        /* btn */
        .account .btn {
            color          : #fff;
            height         : 55px;
            border         : inherit;
            min-width      : 140px;
            font-size      : 1.8em;
            box-shadow     : 1px 2px 5px rgba(0, 0, 0, 0.2), 8px 13px 7px rgba(72, 68, 68, 0.35);
            background     : linear-gradient(to top, #079db6 0%, #43b9c6 100%);
            font-weight    : 500;
            border-radius  : 8px;
            line-height    : 1.5;
        }

        .account .btn.right {
            margin-right: 30px;
        }

        .account .btn.right:first-child {
            margin-right:0;


        }
        .favorite-btns
        {
            margin-top: 100px;
        }
        .account .btn i {
            top          : 3px;
            position     : relative;
            margin-right : 15px;
        }

        /* btn color */
        .account form .btn.facebook {
            background: #3b5998;
        }

        .account form .btn.white {
            color      : #067c8d;
            background : #ffffff;
        }

        .account form .btn:active,
        .account form .btn:hover {
            color      : #fff;
            background : linear-gradient(to top, #06434d 0%, #1f606a 100%);
        }


    /**-------------------------------------
        Header
    --------------------------------------**/

        .account .header-account.fav-account{
            padding: 0 15px;
        }

        .account .header-account img {
            width         : 112px;
            border-radius : 100%;
            cursor: pointer;
        }

        .account .header-account span {
            color       : #067c8d;
            font-size   : 6em;
            line-height : 1;
        }

        .account .header-account h1 {
            color         : #000;
            font-size     : 3.5em;
            font-weight   : 300;
            margin-bottom : 0;
        }

        .account .header-account h1.xl {
            font-size : 5em;
        }

        .account .header-account p {
            font-size     : 1.3em;
        }

        .account .header-account p.xl {
            font-size : 2em;
        }

        .account .header-account > div[class^="col-"] {
            padding: 0;
        }

        .fav-account.header-account > div[class^="col-"] {
            padding: inherit;
        }

        .account .header-account div[class^="col-"].nav-title {
            padding    : 20px 5%;
            background : #067C8D;
        }

        .account .header-account .nav-title > img {
            width         : 100px;
            border-radius : 0;
            margin-top: 8px;
            margin-left: 17px;
        }

        .account .header-account .nav-title > h1 {
            color         : #fff;
            margin        : 0;
            font-size     : 5em;
            font-weight   : 300;
            padding-right : 80px;
        }

        .account .header-account .nav-menus {
            box-shadow    : 0 1px 5px rgba(136, 136, 136, 0.3);
            border-bottom : 1px solid #09b4ce;
            margin-bottom : 30px;
        }

        .account .header-account .nav-menus > div {
            display         : flex;
            text-align      : center;
            margin-bottom   : 0;
            justify-content : center;
            list-style-type : none;
            font-size: 1.8rem;
        }

        .account .header-account .nav-menus > div a {
            color           : #09b4ce;
            padding         : 5px;
            margin-top      : 0;
            font-weight     : lighter;
            text-decoration : none;
        }

        .account .header-account .nav-menus > div a:hover,
        .account .header-account .nav-menus > div a.active {
            color      : #fff;
            background : #09b4ce;
        }

    /**-------------------------------------
        Forms
    --------------------------------------**/

        .account form {
            margin-bottom: 25px;
        }

        .account form.input-center input {
            text-align      : center;
            text-align-last : center;
        }

        .account form .form-group {
            margin-bottom: 15px;
        }

        .account form input, .account form select {
            color         : #8b8d8d;
            width         : 100%;
            border        : 1px solid #8b8d8d;
            height        : 47px;
            padding       : 2px 5px;
            font-size     : 2em;
            font-weight   : 300;
            line-height   : 54px;
            border-radius : 8px;
        }

        .account form.sm input, .account form.sm select {
            /*height        : 45px;*/
            height: 53px;
            border        : 1px solid #BCBDBD;
            /*padding       : 2px 2px;*/
            font-size     : 1.5em;
            line-height   : 40px;
            border-radius : 4px;
        }

        .account.parking .row.license-input-wrapper {
            margin-bottom: 25px;
        }

        .remove-license.m {
            line-height: 1.333333333;
            cursor: pointer;
            position: relative;
            top: 7px;
        }
        .remove-license.m span {
            font-weight: 100;
            font-size: 30px;
        }
        .license-number {
            position: relative;
            top: -2px;
            font-size: 30px;
            font-weight: 100;
            text-align: right;
            padding-right: 35px;
        }
        .account.parking .delete-x-btn {
            height: 18px;
            width:18px;
            position: relative;
            top:-4px;
        }
        .account.parking .vldt-payment-dsktp .add_cc_image {
            width:100%;
            display: block;
        }
        .cc-img-wrapper{
            width: 47px;
            height: 28px;
            display: inline-block;
            margin-right: 9px ;
        }
        .inline-block{
            display: inline-block !important;
        }
        .vldt-payment-dsktp{
            padding-left: 0;
        }
        .table-headers {
            margin:0 !important;
        }
        .table-headers .title {
            font-size: 18px;
            padding:0;
        }
        .table-headers > div {
            border:none !important;
        }
        .table-data {
            border-bottom: 1px solid #EEEEEE;
            margin:0 !important;
            padding: 15px 0;
        }
        .table-data .title {
            font-size: 30px;
            font-weight: 100;
            line-height: 23px;
            padding: 0;
        }
        .table-data form {
            margin:0;
        }
        .account.parking .table-data img {
            width: 38px;
            height: 37px;
        }
        .invoice-wrapper {
            display: block;
        }
        .invoice-wrapper .invoice-text {
            font-family: Spoiler;
            font-weight: 100;
            color:#067c8d;
            font-size: 18px;
            width: 50px;
            margin: 0 auto;
            line-height: 18px;
            position: relative;
            right: 3px;
            top: 2px;
        }

        @media(min-width: 1024px)
        {
            .account form.sm.account-details-frm input,
            .account form.sm.account-details-frm select {
                height        : 54px;
                max-width: 90%;
                -webkit-border-radius: 9px;
                -moz-border-radius: 9px;
                border-radius: 9px;
            }
            .account-details-frm .form-group
            {
                margin:0 auto ;
            }
            .account-details-frm .childs .child div:first-child
            {
                padding-right: 0;
            }

            .account-details-frm .calendar-icon{
                position: absolute;
                left: 34px !important;
                top: 8px;
            }
            .row.css-custom-style-row{
                margin-right: 21px;
            }
            .row.css-custom-style-row.childsrow{
                max-width: 97%;
            }
        }


        .account form.sm div[class^="col-"] {
            padding-left  : 5px;
            padding-right : 5px;
        }

        .account form input:focus,
        .account form select:focus {
            color        : #1f6777;
            border-color : #09b4ce;
        }

        /* err msg */

        .account form .err {
            /*margin-bottom: 0;*/
        }

        .account form .err input, .account form .err select {
            color: red;
            border-color:red;
        }

        .account form .err label {
            color: red;
        }

        /** checkbox **/

        .account form .checkbox label {
            padding-left  : 0;
            padding-right : 20px;
        }

        .account form .checkbox input[type="checkbox"] {
            margin-left  : 0;
            margin-right : -20px;
        }

        .account form .checkbox-custom {
            opacity  : 0;
            position : absolute;
            display  : none;
        }

        .account form .checkbox-custom, .account form .checkbox-custom-label {
            cursor         : pointer;
            display        : inline-block;
            vertical-align : middle;
        }

        .account form .checkbox-custom-label {
            color       : #8b8d8d;
            /*font-size   : 1.5em;*/
            line-height : 33px;
            font-weight : 300;
        }

        .account form .checkbox-custom-label a {
            font-size       : 1.1em !important;
            text-decoration : underline;
        }

        .account form .checkbox-custom-label {
            position      : relative;
            margin-right  : 40px;
            margin-bottom : 15px;
        }

        .account form .checkbox-custom + .checkbox-custom-label:before {
            width         : 33px;
            height        : 33px;
            border        : 1px solid #8b8d8d;
            padding       : 2px;
            display       : inline-block;
            content       : '';
            position      : absolute;
            text-align    : center;
            background    : #fff;
            margin-left   : 10px;
            margin-right  : -40px;
            border-radius : 10px;
        }

        .account form .checkbox-custom:checked + .checkbox-custom-label:before {
            border        : none;
            content       : "";
            background    : transparent url("/_media/images/check_box.png") no-repeat center center;
            font-family   : 'FontAwesome', serif;
            border-radius : 10px;
        }

        /* select */
        .account form select {
            background         : transparent url("/_media/images/arrow_drop.png") no-repeat 10px center;
            -webkit-appearance : none;
            -moz-appearance    : none;
            appearance         : none;
            line-height        : 1.5;
            padding            : 2px 5px 2px 2px;
        }

        /* feedback input icon */
        .account form .has-feedback .form-control {
            padding-right : 5px;
            padding-left  : 43px;
        }

        .account form .has-feedback-left .form-control-feedback {
            left        : 0;
            right       : initial;
            width       : 30px;
            height      : 30px;
            margin-top  : 12px;
            margin-left : 25px;
        }

        .account form.sm .has-feedback-left .form-control-feedback {
            margin-top  : 4px;
            margin-left : 10px;
        }

        /* small input */
        .account form.small input, .account form.small select {
            width         : inherit;
            height        : 44px;
            padding       : 2px 5px;
            font-size     : 2em;
            font-weight   : 300;
            line-height   : 44px;
            border-radius : 8px;
        }

        /* inner-row */
        .account form.sm div[class^="col-"].inner-row {
            padding: 0;
        }

        .account form .inner-row > div[class^="col-"]:first-child {
            padding-right: 0;
        }

        /* underline */

        .account .underline {
            padding-right : 15px;
            border-bottom : 1px solid #eeeeee;
            margin-bottom : 15px !important;
        }

    /**-------------------------------------
        line-on-sides
    --------------------------------------**/

        .account .load-more {
            display         : flex;
            align-items     : center;
            margin-bottom   : 60px;
            justify-content : center;
        }

        .account .load-more:after,
        .account .load-more:before {
            flex       : 1;
            width      : 100%;
            height     : 1px;
            content    : '';
            position   : relative;
            background : #3AB4C2;
        }

        .account .load-more > *:first-child {
            color  : #3AB4C2;
            cursor : pointer;
            margin : 0 10px;
        }

        .account .load-more > *:first-child > i {
            font-size   : 8px;
            font-weight : 100;
        }

        .account .load-more.disable,
        .account .load-more.disable * {
            color  : gray;
            cursor : not-allowed;
        }

    /**-------------------------------------
        Extra data
    --------------------------------------**/

        /* sm icon's */
        .account form.extra input:focus,
        .account form.extra select:focus {
            color: #16a6b8;
        }

        .account form.extra select {
            padding-left: 35px;
        }

        .account form.extra label {
            font-size     : 2em;
            font-weight   : 300;
            margin-bottom : 0;
        }

        .account form.extra > .row.bar-options > div[class^="col-"] {
            padding : 0 30px 0 75px;
        }

        .account form.extra .bar-options > div[class^="col-"]:not(:last-child):before {
            top         : 35px;
            left        : 0;
            width       : 1px;
            height      : 50px;
            content     : '';
            display     : block;
            background  : transparent;
            border-left : 1px solid #eeeeee;
            border-image : -webkit-linear-gradient(top, #fff 10px, #eeeeee 0%) 1 repeat;
            position    : absolute;
        }

        .account form.extra .row > div[class^="col-"] .input-group-addon {
            padding    : 0 10px 0 0;
        }

        .account form.extra .row > div[class^="col-"] .icon-input {
            left     : 15px;
            height   : 35px;
            margin   : 45px auto auto;
            cursor   : pointer;
            position : absolute;
        }

        .account form.extra .row > div[class^="col-"].childs .icon-input {
            left : 20px;
        }

        .account form.extra .input-group .form-control:first-child {
            border-radius: 4px;
        }

        /* bar-options */

        .account form.extra .bar-options {
            border-bottom  : 1px solid #eeeeee;
            padding-bottom : 20px;
        }

        .account form.extra .bar-options .turquoise-border {
            color         : #09b4ce;
            border        : 1px solid #09b4ce;
            padding-right : 5px;
        }

        /* favorite */

        .account .favorite-element .item-text {
            color       : #323f47;
            width       : 120px;
            margin      : 0 auto;
            font-size   : 20px;
            text-align  : center;
            font-weight : 300;
        }

        .account .favorite-element .half-hide {
            max-height: 40px;
        }

        .account .favorite-element > .row-flex-box {
            /*padding-right: 30px;*/
        }

        /* childs */

        .account form.extra .childs {

        }

        .account form.extra .childs #childes {
            min-width: 80px;
        }

        .account form.extra .childs div[class^="col-"] {
        }

        .account form.extra .childs div[class^="col-"]:first-child {
        }

        .account form.extra .childs {

        }

        .account form.extra .childs ul {

        }

        .account form.extra .childs ul li {
            width: 80px;
            margin-bottom: 6px;
        }

        .account form.extra .childs ul li:first-child {
        }

        .account .js-category-object .category-img-wrapper {
            width: 65px;
            height: 59px;
            border: 2px solid #ffffff;
            position: relative;
        }
        .account .js-category-object .category-img-wrapper.active:after {
            width           : 15px;
            right: 1px;
            bottom: 0px;
            height          : 14px;
            content         : '';
            position        : absolute;
            background      : url("/_media/images/check_box.png") no-repeat;
            background-size : contain;
        }

        .account .js-category-object .category-img-wrapper.active {
            border: 2px solid #09b4ce;
        }
        .account .extra-title
        {
            font-size: 35px;
            font-weight: 300;
            color: black;
        }
        .account .row-flex-box > .flex-box.js-brand-object img {
            padding    : 2px;
            min-height : 113px;
            position: relative;
            z-index: -1;
        }
        .account .row-flex-box > .flex-box.js-brand-object.line img {
            width  : 100%;
        }
        .account .row-flex-box > .flex-box.js-brand-object .brand_content_flex img {
            width: unset;
        }
        .account .js-category-object .category-text{
            font-size: 2rem;
            line-height: 0.8;
            text-align: center;
            margin-top: 4px;
            position: absolute;
            width: 100%;
        }
        .js-brands-load-more{
            margin-top: 61px;
        }
        .account .row-flex-box > .flex-box.line.js-category-object{
            width: 65px;
            /*height: 59px;*/
        }
        .account .row-flex-box .js-category-object >  img{
            width: 100%;
            height: 100%;
        }
    /**-------------------------------------
        Parking
    --------------------------------------**/

        .account.parking h3 {
            margin: 0;
            font-size: 30px;
            position: relative;
            top: -5px;
            white-space: nowrap;
            margin-left: 20px;
        }

        .account.parking h2 {
            margin  : 0;
            padding : 0;
        }

        .account.parking .nopadding {
            padding-left  : 0 !important;
            padding-right : 0 !important;
        }

        .account.parking img {
          /*  width  : 50px;
            height : 24px;
            margin : 5px 10px 0;*/
        }

        .account.parking .outline {
            top              : 10px;
            width            : 100%;
            height           : 4px;
            content          : "";
            display          : inline-block;
            position         : relative;
            vertical-align   : middle;
            background-color : #EEEEEE;
        }
        .parking-lable-special-outline {
            padding:0;
        }
        .parking-label {
            font-size: 30px;
            font-weight: 100;
        }
        .account.parking .row {
            margin-bottom: 10px;
        }

        .account.parking .paring-history > div {
            border-left   : 1px solid #EEEEEE;
            padding-left  : 25px;
            padding-right : 5px;
        }

        .account.parking .paring-history > div:last-child {
            border-left   : none;
            padding-left  : 15px;
            /*padding-right : 15px;*/
        }

        .account.parking .paring-history > div:last-child > img {
            margin: 0 auto;
        }

        .set-default {
            font-size: 15px;
            cursor: pointer;
            margin-top: 10px;
            padding: 0 0;
            text-decoration: underline;
        }
        .bday-datepicker {
            background: #ffffff !important;
        }

        select::-ms-expand {
            display: none;
        }

    /**-------------------------------------
        Resolution
    --------------------------------------**/

        /* Big Screen */
        @media (min-width : 1200px) {

        }

        /* Big Screen */
        @media (min-width : 1100px) {

            /* childs */
            .account form.extra .childs div[class^="col-"]:first-child {
                max-width : 105px;
            }

            .account form.extra .childs div[class^="col-"]:last-child {
                width: 83.33333333%;
            }
        }

        /* Normal screen */
        @media (max-width: 1750px) {
            /* extra */
            .account form.extra .childs div[class^="col-"]:last-child {
                width: 75%;
            }
        }

        @media (max-width: 1530px) {
            /* extra */
            .account form.extra label {
                font-size: 1.6em;
            }

            .account form.extra .row > div[class^='col-'] .icon-input {
                margin: 35px auto auto;
            }

            .account form.extra .bar-options > div[class^="col-"]:not(:last-child):before {
                height       : 35px;
                border-image : -webkit-linear-gradient(top, #fff 0px, #eeeeee 0%) 1 repeat;
            }
        }

        @media (max-width: 1320px) {
            /* extra */
            .account form.extra label {
                font-size: 1.4em;
            }

            .account form.extra > .row.bar-options > div[class^="col-"] {
                padding: 0 30px 0 55px;
            }

            .account form.extra .row > div[class^="col-"] .icon-input {
                left     : 8px;
                height   : 30px;
                margin   : 35px auto auto;
            }
        }

        /* Normal screen */
        @media (max-width: 1199px) {
            .account .col-lg-offset-105 {
                margin: 0;
            }

            .account .p-top-n5 {
                margin-top: 2px;
            }
        }

        /* Laptops */
        @media (max-width : 1199px) {
            /* elements */
            .account .l, .account > a, .account div:not(.bread_crumbs) a {
                font-size : 1.5em;
            }

            /* extra */
            .account form.extra label {
                font-size: 2.3rem;
            }

            .account form.extra .row > div[class^="col-"] .icon-input {
                margin : 30px auto auto;
            }

           /* line on side */
            .account .load-more h1:before,
            .account .load-more h1:after {
                width      : 42vw;
            }

            /* extra */
            .account form.extra .childs div[class^="col-"]:last-child {
                width: 66.66666667%;
            }
        }

        /* Small laptops */
        @media (max-width : 1115px) {
        }

        /* Tablets */
        @media (max-width : 995px) {
            /* account */
            .account.container-fluid {
                padding: 0 20px;
                max-width: 100%;
            }

            /* extra */
            .account form.extra > .row > div[class^="col-"]:not(:last-child):before {
                content: none;
            }

            .account form.extra .row > div[class^="col-"] .icon-input {
                left     : 0;

                float    : left;
                margin   : 3px auto auto;
                cursor   : pointer;
                position : relative;
                z-index: 1;
            }
            .heart-pic{
                width    : 32px;
                height   : 30px;
            }
            .city-pic{
                width    : 24px;
                height   : 32px;
            }
            .children-pic{
                width    : 48px;
                height   : 32px;
            }

            .account form.extra > .row.bar-options > div[class^="col-"] {
                padding : 0 20px;
                margin: 0 0 10px 0;
            }

            .account form.extra .row > div[class^="col-"].childs .icon-input {
                left : 0;
            }

            /* extra data */
            .account form.extra .childs .row {
                margin: 0;
            }

            .account form.extra .childs div[class^="col-"]:last-child {
                width      : 100%;
                margin-top : 10px;
            }

            .account form.extra .childs ul.list-inline {
                margin-right: 0;
            }

            .account form.extra .childs ul li {
                width   : 100%;
                padding : 0;
            }

            /* has-feedback */
            .account form.sm .has-feedback-left .form-control-feedback {
                width      : 25px;
                height     : 25px;
                margin-top : 6px;
            }

            /* favorite */
            .account .same-box {
                align-items     : center;
                justify-content : center;
            }

            .account .favorite-element > .row-flex-box {
                padding: 0;
            }

            .account form.sm div[class^="col-"] {
                padding: 0;
            }

            .account form.extra .bar-options {
                border-bottom: 5px solid #eeeeee;
                padding-bottom: 20px;
            }
        }

        /* Mobile */
        @media (max-width : 767px) {

            /* Header */
            .header-account span {
                font-size : 3.5em;
            }

            .header-account img {
                width : 80px;
            }

            .header-account h1 {
                font-size: 3em;
            }

            .account .header-account .nav-menus > div a {
                font-size: 1em;
            }

            .account .header-account > div[class^="col-"].nav-menus > div {
                padding: 0;
            }

            .account .header-account .nav-title > h1 {
                font-size     : 3em;
                padding-right : 58px;
            }

            .account .header-account .nav-title > img {
                width: 40px;
            }

            /* inputs */
            .account form input, .account form select {
                height        : 44px;
                /*padding       : 2px 5px;*/
                font-size     : 21px;
                text-align    : right;
                line-height   : 54px;
                border-radius : 4px;
            }

            .account form select {
                line-height     : 1.5;
                /*text-align-last : center;*/
            }
            .i-safari .account form select.center-select {
                /*padding-right: 46%;*/
            }

            .account form .has-feedback.hasHide .form-control {
                padding : 0;
            }

            /* btn */
            .account .btn {
                height         : 45px;
                min-width      : 110px;
                font-size      : 1.8em;
                font-weight    : 500;
                border-radius  : 8px;
                line-height    : 1.2;
            }

            .account .btn.right {
                margin-right: 15px;
            }
            .account #signin input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                /*line-height: 1.8;*/
                line-height: 44px;
            }
            .account #signin input::-moz-placeholder { /* Firefox 19+ */
                /*line-height: 1.8;*/
                line-height: 44px;
            }

            .account #signin input:-ms-input-placeholder { /* IE 10+ */
                /*line-height: 1.8;*/
                line-height: 44px;
            }
            .account #signin input:-moz-placeholder { /* Firefox 18- */
                /*line-height: 1.8;*/
                line-height: 44px;
            }
            .account #signin input[name=password]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                /*line-height: 2.2;*/
                line-height: 50px;
            }
            .account #signin input[name=password]::-moz-placeholder { /* Firefox 19+ */
                /*line-height: 2.2;*/
                line-height: 50px;
            }
            .account #signin input[name=password]:-ms-input-placeholder { /* IE 10+ */
                /*line-height: 2.2;*/
                line-height: 50px;
            }
            .account #signin input[name=password]:-moz-placeholder { /* Firefox 18- */
                /*line-height: 2.2;*/
                line-height: 50px;
            }
            .account .btn i {
                top          : 3px;
                margin-right : 10px;
            }

            /* checkbox */
            .account form .checkbox-custom + .checkbox-custom-label:before {
                width         : 23px;
                height        : 23px;
                margin-top    : 6px;
                margin-left   : 10px;
                margin-right  : -30px;
                border-radius : 5px;
            }

            .account form .checkbox-custom:checked + .checkbox-custom-label:before {
                background      : transparent url("/_media/images/check_box.png") no-repeat center center;
                border-radius   : 5px;
                background-size : 23px 23px;
            }

            .account form .checkbox-custom-label {
                font-size     : 1.3em;
                margin-bottom : 10px;
            }

            /* parking */
            .account.parking select {
                text-align      : right !important;
                text-align-last : right !important;
            }

            .account.parking h2 {
                font-size  : 1.8em;
                margin-top : 4px;
            }

            .account.parking .paddingin {
                padding-right: 13px!important;
            }

            .account.parking .nopadding-mobile {
                padding: 0!important;
            }

            .account .header-account p.xl {
                font-size : 1.3em;
            }

            .account .header-account h1.xl {
                font-size: 3em;
            }
            .account.parking .row.mobile-save-car {
                margin-bottom: 30px;
            }
            .license-number {
                padding:0;
                text-align: left;
            }
            .license-number span:after {
                right:-25px;
            }

            .account.parking img {
                margin-right: 0;
            }
            #payment-info-form .outline {
                margin-right: 20px;
            }
            .license-number {
                font-size: 20px;
                text-align: right;
                padding-right: 30px;
            }
            /*#js-user-cards-wrapper .license-number{*/
                /*text-align: right;*/
                /*padding-right: 30px;*/
            /*}*/
            .remove-license.m {
                top:14px;
            }
            #js-user-cards-wrapper .remove-license.m {
                top:0;
            }

            .remove-license.m span {
                font-size: 21px;
            }
            #js-user-cars-wrapper .parking-label{
                font-size: 21px;
                position: relative;
                top: 6px;
            }
        }
#rtl-support .tt-dropdown-menu,
#rtl-support .js-city-typeahead{
    text-align: center;
}
.i-relative{
    position:relative;;
}
@media (min-width: 1024px)
{
    #rtl-support .tt-dropdown-menu,
    #rtl-support .js-city-typeahead{
        text-align: right;
    }
}
.bs-example {
    font-family: sans-serif;
    position: relative;
    margin: 100px;
}
.typeahead, .tt-query, .tt-hint {
    border: 2px solid #CCCCCC;
    border-radius: 8px;
    font-size: 22px; /* Set input font size */
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
    width: 396px;
}
.typeahead {
    background-color: #FFFFFF;
}
 .typeahead:focus {
    border: 2px solid #0097CF;
}
 .tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
 .tt-hint {
    color: #999999;
}
 .tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    position: static;
    width: 100%;
}
 .tt-suggestion {
    font-size: 22px;  /* Set suggestion dropdown font size */
    padding: 3px 20px;
}
 .account .twitter-typeahead{
     display: block !important;
 }
 .tt-suggestion:hover {
    cursor: pointer;
    background-color: #0097CF;
    color: #FFFFFF;
}
 .tt-suggestion p {
    margin: 0;
}

.account form.extra .row > div[class^="col-"] .icon-input.fixed-icon
 {
     margin: 17px auto auto;
 }

label[for="image"].img-uploader-fix
{
    position: relative;
    z-index: 2;
}
label[for="js-user-image"].img-uploader-fix .white-background-input
{
    position: relative;
    z-index: -1;
    background: white;
}
.account-details-frm .form-control ~ label{
    display: none;
}
.account-details-frm .err label{
    display: block;
}

#js-user-cars-wrapper .active .license-number .check-place::after,
#js-user-cards-wrapper .active .license-number .check-place::after
{
    width: 19px;
    right: 5px;
    bottom: 18px;
    height: 19px;
    content: '';
    position: absolute;
    background: url(https://media.azrielimalls.co.il/_media/images/check_box.png) no-repeat;
    background-size: contain;
}

.parking .js-save-car{
    vertical-align: middle;
    line-height: 2;
    cursor: pointer;
}

.js-payment-form-iframe
{
    min-height: 503px;
}
a:focus, a:hover
{
    color: #444;
    text-decoration: none;
}
.header-nav-link-icon img
{
    vertical-align: inherit ;
}
header ul{
    margin: 0;
}

.btn.custom-size{
    position: relative;
}
.btn.custom-size .fa-facebook-f
{
    position: absolute;
    top: 13px;
    margin-right: auto;
    bottom: 0;
    left: 0;
    margin-left: 6%;
}
.account .js-brands-wrapper .flex-box img {
    max-height: 115px;
    padding-top: 15px;
    margin-bottom: 15px;
    max-width: 150px;
}
@media screen and (min-width: 768px) {
    .account .js-brands-wrapper .flex-box img {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .account .js-brands-wrapper .flex-box img {
        max-width: none;
    }
}
@media screen and (min-width: 1600px) {
    .account .js-brands-wrapper .flex-box img {
        max-height: 115px;
        padding-top: 0;
    }
}
.btn.custom-size.facebook .text-btn
{
    left: auto;
    right: 0;
    text-align: right;
    padding-right: 11%;
}

.account .btn{
    min-width: 121px;
    height: 63px;
}
#account-details-frm input.form-control {
    margin-bottom: 15px;
    text-align: center;
}
#account-details-frm .form-group.err {
    margin:0;
}
.account .flex-to-right .row-flex-box {
    text-align: right;
}

#account-details-frm .form-group.err .error-field {
    display: block;
    position: relative;
    top: -12px;
}

.no-mar-r{
    margin-right: 0;
}

.childs .no-mar-r div[class^="col"]
{
    padding-right: 0 !important;
}
.account form.sm input, .account form.sm select
{
    font-size: 2.5rem;
}

label.title-label{
    font-size: 2em;
    font-weight: lighter;
}
.js-brands-wrapper h2, .js-categories-wrapper h2 {
    margin-right: 10px;
}
.js-categories-wrapper .row-flex-box {
    /*display: -webkit-flex;
    display: flex;*/
    /*-webkit-flex-direction: row;
    flex-direction: row;*/
   /* -webkit-justify-content: flex-start;*/
    /*justify-content: flex-start;*/
    text-align: right !important;
}
.account .row-flex-box > .flex-box.line.js-brand-object{
    box-shadow: -1px 1px 1px #eeeeee;
}
.flex-box.line.js-brand-object  {
    margin-right: 0;
     margin-left: 1%;
}
.account .js-brands-wrapper .flex-box.line {
    border: 1px solid #EEECF1;
    box-shadow: 0px 1px 0px #EEECF1;
}
.account .js-brands-wrapper .flex-box.js-brand-object.active {
    border: 2px solid #09b4ce;
}

.js-brands-wrapper .row-flex-box > .flex-box.line.active {
    box-shadow: none;
}
.account #preferences {
    padding: 0 14px;
}
.account #preferences .row {
    margin-right:0;
    margin-left:0;
}

@media(min-width: 767px)
{
    .account .btn {
        min-width: 183px;
        height: 63px;
    }
    .btn.custom-size.facebook .text-btn{
        padding-right: 18%;
    }
}
@media(max-width: 767px) {
    .account .flex-to-right .row-flex-box {
        text-align: center;
    }
    .account #preferences {
        padding: 0;
    }
    .account form.sm .has-feedback-left .calendar-icon {
        margin-top: 14px;
    }
    #js-user-cars-wrapper .active .license-number .check-place::after {
        right: -3px;
        bottom: 15px;
    }
    .account.parking .delete-x-btn {
        height: 18px !important;
        width:18px !important;
    }
    .table-data .title {
        font-size: 18px;
    }
    .invoice-wrapper {

    }
    .account.parking .table-data img {
        width: 29px;
        height: 28px;
    }
    .account form .checkbox-custom-label {
        margin-right: 30px;
    }
    .account a:hover, .account .turquoise {
        color:#000000;
    }
    .account .turquoise.btn {
        color:#ffffff;
    }
    .account form input, .account form select {
        line-height: 44px;
    }
    .table-data .title, .table-headers .title {
        line-height: 16px;
    }
}

@media(min-width:1025px) {
    .container.account {
        padding-top:20px;
    }
}

.explain-css{
    line-height: 0.7;
    margin-top: 31px;
    line-height: normal;
}
.signup_explain {
    font-size: 24px;
    line-height: normal;
}
.signup_explain {
    font-family: SpoilerRegular, Arial;
}
.signup_explain .xb.s {
    font-family: SpoilerBold, Arial;
}


.signup_explain .xb.s{
    margin-top: 10px;
    margin-bottom: 5px;
}

.bread_crumbs{
    margin-top: 0;
    margin-bottom: 0;
}

/* tooltip */
.status_tooltip {
    opacity: 0;
    border: 1px solid;
    border-color: inherit;
    font-size: 13px;
    background-color: #ffffff;
    text-align: center;
    padding:4px;
    position: absolute;
    border-radius: 3px;
    transition: all 200ms;
    z-index: 100;
    pointer-events: none;
}
.status_tooltip:before {
    content: '';
    position: absolute;
    bottom: -9px;
    right: 50%;
    margin-right: -8px;
    width:0;
    height: 0;
    border-top: 8px solid;
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
    border-color: inherit;
}
.status_tooltip:after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 50%;
    margin-right: -8px;
    width:0;
    height: 0;
    border-top: 8px solid;
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
    border-color: #ffffff;
}


/* status tooltip */
.status_icon {
    width:18px;
    height:18px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -5px;
    right: 17px;
    cursor: pointer;
}
.status_icon img {
    margin-top: -2px;
}
.status_icon.down img {
    transform: rotate(180deg);
}
.status_icon .status_tooltip {
    width: 214px;
    font-size: 13px;
    top: -40px;
    right: -92px;
}
.status_icon:hover .status_tooltip {
    opacity: 1;
}

@media(min-width: 767px) {
    #business_client_img_mobile {
        display: none;
    }
    #azrieli_employee_fields_mobile {
        display: none;
    }
}

@media(max-width: 767px) {
    #business_client_img_desktop {
        display: none;
    }
    #azrieli_employee_fields_desktop {
        display: none;
    }
}/*login*/
.account .header-account span {

    font-weight: 300;
}
.b.turquoise.decoration.l{
    color       : #067c8d;
    font-size   : 2em;
    font-weight : 500;
}

.b.turquoise.s.decoration {
    color       : #067c8d;
    font-size   : 1em;
    font-weight : 500;
}


/*register*/
.text-btn{
    position: absolute;
    top: 12px;
    bottom: 0;
    width: 100%;
    left: 0px;
    font-size: 3.5rem !important;
}
@media(min-width: 767px)
{
    .text-btn{
        top: 6px;
    }
}
.account form input, .account form select{
    color: #8b8d8d;
}
.account form .checkbox-custom-label{
    font-size: 2em;
}
.account p, .account span:not(.breadcrumb-item), .account span:not(.breadcrumb-item) > a{
    font-size: 28px;
}
.register-button{
    width: 19%;
    font-size: 2.6em !important;
}
.register_btns{
    margin-top: 25px;
}

::-webkit-input-placeholder { /* Chrome */
    color: #8B8D8B !important;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #8B8D8B !important;
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #8B8D8B !important;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #8B8D8B !important;
    opacity: 1;
}.discounts_top_banner img {
    width: 100%;
}

.account .flex-to-right .row-flex-box {
    text-align: right;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    padding: 0 15px;
}
.inner_brand_wrapper {
    position: relative;
    padding-bottom: 86.283%;
    overflow: hidden;
}
.inner_brand_wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    z-index: 100;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.brand_content {
    position: absolute;
    top:0;
    width: 100%;
}
.brand_content_flex {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    align-items: center;
}
.multi_tag_text {
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    font-family: 'SpoilerRegular', Arial, sans-serif;
    padding-left: 0px;
    margin: 0px auto 0;
    width: 29px;
    padding-top: 2px;
    border-top: 1px solid #ffffff;
}
.coupon_divider_wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.coupon_divider_wrapper .coupon_divider_bullet {
    height: 11px;
    width: 11px;
    margin-left: 8px;
    background-color: #ef4239;
}
.multi_tag_percent {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    font-family: 'spoiler', Arial, sans-serif;
    padding-top: 5px;
    letter-spacing: -2px;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .multi_tag_percent {
        font-size: 36px;
        padding-top: 12px;
    }
    .multi_tag_text {
        font-size: 14px;
        font-family: 'SpoilerRegular', Arial, sans-serif;
        padding-left: 0px;
        margin: 2px auto 0;
        width: 44px;
        padding-top: 5px;
        border-top: 1px solid #ffffff;
    }
}
.our-shops-text-big {
    border: none;
}

.coupon_name {
    padding-top: 10px;
    font-size: 32px;
    text-align: center;
    color:#1d585a;
    font-family: 'SpoilerRegular', Arial, sans-serif;
}
.bread_crumbs {
    margin-top: 10px;
}
.account .row-flex-box > .flex-box {
    width:23%;
    height: auto;
    margin:0 10px 20px;
}

.account .row-flex-box > .flex-box {
    width: calc(100% - 30px);
    margin:0 0 20px;
    min-width: 270px;
}
@media screen and (min-width: 650px) {
    .account .row-flex-box > .flex-box {
        width: 44%;
        margin:0 10px 20px;
    }
}


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

.sale-box-malls {
    width: 90%;
    margin:5px 5%;
    display: block;
}
.multi_discount_tag {
    width: 50px;
    height: 50px;
    top: 30px;
    left: 15px;
}
.sale-box-malls-details {
    width: auto;
    display: inline;
    font-size: 12px;
}
.sale-box-malls-title {
    width: auto;
    display: inline;
}
@media screen and (min-width: 768px) {
    .multi_discount_tag {
        width: 71px;
        height: 71px;
        top: 30px;
        left: 15px;
    }
    .sale-box-malls {
        font-size: 18px;
    }
    .multi_tag_percent {
        padding-top: 16px;
    }
}
@media screen and (min-width: 992px) {
    .brand_content {
        top:10%;
    }
}
@media screen and (min-width: 1024px) {
    .account .row-flex-box > .flex-box {
        width:30%;
    }
    .brand_content {
        top:0;
    }
}
@media screen and (min-width: 1200px) {
    .sale-box-malls-details {
        font-size: 18px;
    }
    .account .row-flex-box > .flex-box {
        width:20%;
    }

}
@media screen and (min-width: 1400px) {
    .brand_content {
        top: 0;
    }
}

@media screen and (min-width: 1600px) {
    .brand_content {
        top:10%;
    }
    .sale-box-malls-details {
        font-size: 16px;
    }
    .account .row-flex-box > .flex-box {
        width:22%;
    }
}
@media screen and (min-width: 1700px) {
    .brand_content {
        top:20%;
    }
}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; } }


