.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;
  }
}



.wrap {
  padding: 0 16px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.my-malls {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


