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



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


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

.sale-box.out-of-stock{
  pointer-events: none;
  filter: grayscale(1);
}

.sale-box.out-of-stock > a{
  opacity: 0.2;
}

.sale-box.out-of-stock > .sale-box-footer{
  opacity: 0.2;
}

.sale-box.out-of-stock > .sale-box-malls{
  opacity: 0.2;
}

.sale-box.out-of-stock::after{
  content: "- אזל מהמלאי -";
  font-size: 24px;
  place-content: center;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%);
}



@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.out-of-stock::after{
    font-size: 36px;
  }
  .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;
  }
}

@media screen and (min-width:1375px){
  .sale-box.out-of-stock::after{
    font-size: 40px;
  }
}

.conditions-main-image {
  margin-top: 7px;
  height: 297px;
  margin-bottom: 17px; }

.conditions-main-image img {
  height: 100%;
  width: 100%; }

.page-content {
  line-height: 19px;
  padding: 0 6px; }

.page-content:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-content {
    margin-top: 20px; } }

@media screen and (min-width: 1025px) {
  .page-content {
    margin-top: 41px; } }

@media screen and (min-width: 1025px) {
  .page-content-col {
    width: 48.71795%;
    float: right; }
  .page-content-col:nth-child(2n + 1) {
    margin-right: 0;
    margin-left: -100%;
    clear: both;
    margin-right: 0; }
  .page-content-col:nth-child(2n + 2) {
    margin-right: 51.28205%;
    margin-left: -100%;
    clear: none; } }

.page-content-p {
  color: #323f47;
  font-size: 18px;
  font-weight: 400;
  margin: 0; }

@media screen and (min-width: 1025px) {
  .page-content-p {
    font-size: 30px;
    line-height: 32px; } }

.page-content-url {
  font-weight: 300; }

.page-separator {
  margin-top: 37px; }

footer {
  margin-top: 29px; }


