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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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



@media screen and (max-width: 767px) {
  .wrap {
    padding: 0 16px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap {
    padding: 0 16px; } }

.back-to-stores {
  margin-top: 3px; }

.back-to-stores a, .back-to-stores a:visited {
  color: #323f47;
  font-size: 18px;
  font-weight: 300;
  text-decoration: underline; }

@media screen and (min-width: 1025px) {
  .store-columns-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 3.7% 1.7% 0 2.9%; } }

.store-columns-wrapper {
  font-family: 'SpoilerRegular', Arial, sans-serif;
}
.store-column-stores {
  min-width: 19.15%;
  margin-top: 1.13%; }

.store-column-title {
  color: #323f47;
  font-size: 40px;
  font-weight: 300; }

.store-column-search {
  width: 86%;
  position: relative;
  margin-top: 17px; }

.store-column-search input[type=text] {
  height: 52px;
  width: 100%;
  border: 1px solid #d6d9da;
  border-radius: 8px;
  color: #323f47;
  font-family: Spoiler;
  font-size: 30px;
  font-weight: 300;
  padding-right: 8px;
  padding-left: 58px; }

.store-column-search input[type=image], .store-column-search img {
  position: absolute;
  top: 10px;
  left: 13px;
  width: 35px; }

.store-column-categories {
  margin-top: 29px; }

.store-column-categories :first-child {
  margin-top: 0; }

.store-column-category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 21px;
  border-bottom: 1px solid #d8d8d8;
  width: 84.9%;
  margin-top: 23px; }

.store-column-category-image {
  width: 37px; }

.store-column-category-image img {
  max-width: 37px; }

.store-column-category-title {
  font-size: 22px;
  font-weight: 400;
  margin: 5px 14px 0 0;
  width: 226px; }

.store-column-category-title a, .store-column-category-title a:visited {
  color: #323f47; }

.store-column-category-plus {
  text-align: left;
  margin-top: 9px; }

@media screen and (min-width: 1025px) {
  .store-column-main {
    width: 100%;
    margin-right: 6.5%; } }

.store-column-map {
  width: 82.8%;
  margin-right: 6.5%; }

.map-open-mobile{
    display: block;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    height: 100%;
}
.btn-close-map{
    margin-bottom: -80px;
    text-align: left;
    z-index: 999;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-close-map img{
    padding: 10px 15px;
}

.mall-map {
  width: 100%; }

.mall-map img {
  display: block;
  max-width: 100%; }

.store-header {
  margin-top: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.store-header:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .store-header {
    margin-top: 56px; } }

@media screen and (min-width: 1025px) {
  .store-header {
    margin-top: 20px; } }

.store-header-name {
  color: #1d585a;
  font-size: 25px;
  font-weight: 400;
  bottom: 0; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .store-header-name {
    font-size: 36px;
    font-weight: 400;
    height: 75px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (min-width: 1025px) {
  .store-header-name {
    font-size: 51px; } }

.store-header-details {
  text-align: center;
  display: none; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .store-header-details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.store-header-details:after {
  content: "";
  display: table;
  clear: both; }

.store-header-details img {
  width: 46px;
  height: 46px; }

.store-header-details-item {
  margin-left: 15px; }

.store-header-details-item-image {
  display: block !important; }

.store-header-details-item-text {
  color: #323f47;
  font-size: 22px;
  font-weight: 400;
  display: block !important; }

.store-header-details-item-text a, .store-header-details-item-text a:visited {
  color: #067c8d; }

.store-header-logo {
  width: 32.20339%;
  float: left;
  margin-left: 0;
  text-align: left; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .store-header-logo {
    height: 75px;
    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; } }

.store-header-logo img {
  max-width: 97px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .store-header-logo img {
    max-width: 105px; } }

@media screen and (min-width: 1025px) {
  .store-header-logo img {
    max-width: 203px; } }

.store-info-wrapper {
  margin-top: 27px; }

.store-info-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.store-info-contact {
  margin-left: 20px;
  float: right; }

.store-info-contact .store-info:first-child {
  margin-bottom: 34px; }

@media screen and (min-width: 768px) {
  .store-info-contact {
    margin-left: 0; } }

.store-info-gps .store-info:last-child {
  margin-top: 34px; }

@media screen and (min-width: 768px) {
  .store-info-gps {
    float: right;
    margin-right: 20px; } }

.store-info:after {
  content: "";
  display: table;
  clear: both; }

.store-info-image {
  float: right; }

.store-info-image img {
  width: 31px;
  height: 31px; }

.store-info-text {
  float: right;
  margin: 6px 5px 0 0;
  color: #323f47;
  font-size: 18px;
  font-weight: 300; }

@media screen and (min-width: 380px) {
  .store-info-text {
    font-size: 20px; } }

.store-info-text a, .store-info-text a:visited {
  color: #067c8d; }

.store-header-desktop-separator {
  display: none; }

@media screen and (min-width: 1025px) {
  .store-header-desktop-separator {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background-color: #d2cece; } }

.store-desktop-info-wrapper {
  display: none; }

@media screen and (min-width: 1025px) {
  .store-desktop-info-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 36px; } }

.store-desktop-info-image img {
  width: 50px;
  height: 50px; }

.store-desktop-info-item:after {
  content: "";
  display: table;
  clear: both; }

.store-desktop-info-image {
  float: right; }

.store-desktop-info-text {
  float: right;
  color: #323f47;
  font-size: 24px;
  font-weight: 400;
  margin-right: 9px;
  margin-top: 12px; }

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .store-desktop-info-text {
    font-size: 18px; } }

.store-desktop-info-text a, .store-desktop-info-text a:visited {
  color: #067c8d; }

.store-about {
  margin-top: 22px;
  color: #323f47;
  font-weight: 300; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .store-about {
    margin-top: 60px;
    font-size: 30px; } }

@media screen and (min-width: 1025px) {
  .store-about {
    font-size: 24px; } }

.store-about-title {
  font-size: 23px;
  margin-bottom: 2px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .store-about-title {
    font-size: 30px;
    margin-top: 0; } }

@media screen and (min-width: 1025px) {
  .store-about-title {
    font-size: 24px;
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .store-about-text {
    font-size: 18px; } }

.store-buttons-wrapper {
  direction: ltr;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 19px 0 0 4px; }

@media screen and (max-width: 767px) {
  .store-buttons-wrapper .store-button:last-child {
    margin-right: 0px; } }

@media screen and (min-width: 768px) {
  .store-buttons-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}

  .store-buttons-wrapper .store-button{
      flex-basis: 100%
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .store-buttons-wrapper {
    direction: rtl;
    margin: 62px 0 0 0;
    margin-top: 15px;
    margin-right: 0;}
  .store-buttons-wrapper .store-button:first-child {
    margin-top: 0; } }

@media screen and (min-width: 1025px) {
  .store-buttons-wrapper {
    direction: rtl; }
  .store-buttons-wrapper .store-button:first-child {
    margin-right: 0;
    margin-top: 0;}
  .store-buttons-wrapper .store-button {
    margin-right: 0;
    margin-top: 15px; } }

.store-button {
  margin-right: 11px; }

@media screen and (min-width: 768px) {
  .store-button {
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .store-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   /* margin-right: 57px;*/ } }

@media screen and (min-width: 1025px) {
  .store-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 37px; } }

.store-button img {
  max-height: 23px; }

.store-button-tick {
  margin-right: 31px;
  padding-top: 3px; }

.store-button-text {
  color: #323f47;
  font-size: 22px;
  font-weight: 300;
  margin-right: 13px;
  width: 210px; }

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .store-button-text {
    font-size: 18px; } }

.store-sales-title {
  color: #323f47;
  font-size: 23px;
  font-weight: 300; }

.sale-boxes-wrapper {
  margin: 8px 0 0 0; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-boxes-wrapper {
    margin: 64px 0 0 0; } }

@media screen and (min-width: 1025px) {
  .sale-boxes-wrapper {
    margin: 71px 1px 0 0; } }

.sale-box {
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
  margin-bottom: 15px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box {
    padding-bottom: 23px;
    margin-bottom: 19px; } }

@media screen and (min-width: 1025px) {
  .sale-box {
    padding-bottom: 20px; } }

.sale-box-header:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (max-width: 767px) {
  .sale-box-header {
    height: 41px; } }

.sale-box-header-name {
  width: 49.8998%;
  float: right;
  margin-left: 0.2004%;
  padding: 0 5px 0 0;
  color: #1d585a;
  font-size: 20px;
  font-weight: 300;
  height: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-header-name {
    font-size: 30px;
    padding: 0 15px 0 0;
    margin-top: 12px; } }

@media screen and (min-width: 1025px) {
  .sale-box-header-name {
    font-size: 30px;
    font-weight: 400;
    color: #323f47;
    padding: 0 17px 0 0;
    height: 55px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

.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 {
  width: 49.8998%;
  float: left;
  margin-left: 0;
  padding: 0 0 0 7px;
  height: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (min-width: 1025px) {
  .sale-box-header-logo {
    padding: 0 0 0 19px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 55px; } }

.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; } }

.sale-box-photo {
  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: 0 6px; } }

.sale-box-photo img {
  width: 100%; }

.sale-box-photo-bg {
  height: 105px;
  width: 100%;
  opacity: 0.3;
  background-color: black;
  position: absolute;
  bottom: 5px;
  display: none; }

.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;
  cursor: pointer; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-conditions-close {
    padding-left: 15px;
    font-size: 30px; } }

@media screen and (min-width: 1025px) {
  .sale-box-conditions-close {
    padding-left: 23px;
    font-size: 26px; } }

.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: 20px; } }

@media screen and (min-width: 1025px) {
  .sale-box-conditions-close .eng-font {
    font-size: 18px; } }

.sale-box-conditions-close .close-txt {
  border-bottom: 1px solid #323f47;
  font-weight: 100; }

.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: 20px 22px 0 23px; } }

.sale-box-malls {
  margin: 2px 6px 0 6px;
  color: #323f47;
  font-weight: 300;
  font-size: 18px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-box-malls {
    font-size: 30px;
    margin: 0 15px; } }

@media screen and (min-width: 1025px) {
  .sale-box-malls {
    font-size: 26px;
    margin: 10px 22px 0 23px; } }

.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: 30px 22px 0 23px; } }

.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: 30px 22px 0 23px; } }

.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: 32px 21px 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("https://azrieli.inmanage.com/_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-image: url("https://azrieli.inmanage.com/_media/images/share-menu-share-opened.png"); }

.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; }

.similar-stores {
  margin: 75px 26.16% 0 0; }

.similar-stores-title {
  color: #1d585a;
  font-size: 51px;
  font-weight: 400; }

.similar-store-boxes-wrapper {
  padding-left: 42px;
  margin-top: 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.similar-store-boxes-wrapper :first-child.similar-store-box {
  margin-right: 0; }

.similar-store-box {
  width: 32%;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 22px 31px 38px 31px;
  margin-right: 27px; }

.similar-store-box-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  width: 100%;
  direction: ltr; }

.similar-store-box-button {
  margin-right: 3px; }

.similar-store-box-button img {
  width: 46px;
  height: 33px; }

.similar-store-box-logo {
  margin-top: 74px;
  text-align: center;
  min-height: 96px; }

.similar-store-box-logo img {
  max-height: 5vw;
  max-width: 18vw; }

.similar-store-separator {
  margin-top: 53px;
  text-align: center; }

.similar-store-separator img {
  width: 46px;
  height: 11px; }

.similar-store-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 26px;
  color: #1d585a;
  text-align: center; }

.similar-store-name {
  font-size: 40px; }


.my-malls-mobile {
  height: 38px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid #d6d9da;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 9px 0 7px; }

@media screen and (min-width: 768px) {
  .my-malls-mobile {
    display: none; } }

.my-malls {
  display: none; }

@media screen and (min-width: 768px) {
  .my-malls {
    display: block; } }

.my-malls-mobile-title {
  color: #323f47;
  font-size: 23px;
  line-height: 1.5; }

.my-malls-mobile-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.my-malls-mall {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 23.07692%;
  float: right;
  padding: 20px 0;
  cursor: pointer;
  transition: color 0.08s, background-color 0.2s; }

.my-malls-mall:nth-child(4n + 1) {
  margin-right: 0;
  margin-left: -100%;
  clear: both;
  margin-right: 0; }

.my-malls-mall:nth-child(4n + 2) {
  margin-right: 25.64103%;
  margin-left: -100%;
  clear: none; }

.my-malls-mall:nth-child(4n + 3) {
  margin-right: 51.28205%;
  margin-left: -100%;
  clear: none; }

.my-malls-mall:nth-child(4n + 4) {
  margin-right: 76.92308%;
  margin-left: -100%;
  clear: none; }

@media screen and (min-width: 1025px) {
  .my-malls-mall {
    width: 12.59328%;
    float: right;
    border-left: 1px solid #d8d8d8;
    position: relative; }
  .my-malls-mall:nth-child(8n + 1) {
    margin-right: 0;
    margin-left: -100%;
    clear: both;
    margin-right: 0; }
  .my-malls-mall:nth-child(8n + 2) {
    margin-right: 12.59328%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 3) {
    margin-right: 25.18657%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 4) {
    margin-right: 37.77985%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 5) {
    margin-right: 50.37313%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 6) {
    margin-right: 62.96642%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 7) {
    margin-right: 75.5597%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 8) {
    margin-right: 88.15299%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:after {
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: 1px;
    bottom: 0;
    left: 5%;
    background: #d8d8d8; }
  .my-malls-mall:nth-child(n+9):after {
    content: none; }
  .my-malls-mall:nth-child(8n) {
    border-left: none; } }

.my-malls-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.my-malls-title {
  color: #323f47;
  font-size: 25px; }

span.my-malls-title-span-desktop {
  font-size: 40px;
  font-weight: 300;
  display: none; }

@media screen and (min-width: 1025px) {
  span.my-malls-title-span-desktop {
    display: inline-block; } }

span.my-malls-title-span {
  font-weight: 300;
  font-size: 30px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid #09b4ce; }

@media screen and (min-width: 768px) {
  span.my-malls-title-span {
    border-right: none;
    font-size: 25px;
    font-weight: 400;
    color: #323f47; } }

.my-malls-mall-title {
  font-size: 16px; }

.my-malls-mall-city {
  font-size: 40px; }

.my-malls-mall-bullets {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.my-malls-mall-bullets span {
  height: 5px;
  width: 5px;
  margin-left: 4px; }

@media screen and (min-width: 1025px) {
  .my-malls-mall-title {
    font-size: 18px; } }

.my-malls-mall-soon {
  display: none; }


