@font-face {
  font-family: assistant;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/assistant-v7-latin_hebrew-regular.eot);
  src: local(''),url(../fonts/assistant-v7-latin_hebrew-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/assistant-v7-latin_hebrew-regular.woff2) format('woff2'),url(../fonts/assistant-v7-latin_hebrew-regular.woff) format('woff'),url(../fonts/assistant-v7-latin_hebrew-regular.ttf) format('truetype'),url(../fonts/assistant-v7-latin_hebrew-regular.svg#Assistant) format('svg');
  font-display: swap
}

@font-face {
  font-family: assistant;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/assistant-v7-latin_hebrew-500.eot);
  src: local(''),url(../fonts/assistant-v7-latin_hebrew-500.eot?#iefix) format('embedded-opentype'),url(../fonts/assistant-v7-latin_hebrew-500.woff2) format('woff2'),url(../fonts/assistant-v7-latin_hebrew-500.woff) format('woff'),url(../fonts/assistant-v7-latin_hebrew-500.ttf) format('truetype'),url(../fonts/assistant-v7-latin_hebrew-500.svg#Assistant) format('svg');
  font-display: swap
}

@font-face {
  font-family: assistant;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/assistant-v7-latin_hebrew-600.eot);
  src: local(''),url(../fonts/assistant-v7-latin_hebrew-600.eot?#iefix) format('embedded-opentype'),url(../fonts/assistant-v7-latin_hebrew-600.woff2) format('woff2'),url(../fonts/assistant-v7-latin_hebrew-600.woff) format('woff'),url(../fonts/assistant-v7-latin_hebrew-600.ttf) format('truetype'),url(../fonts/assistant-v7-latin_hebrew-600.svg#Assistant) format('svg');
  font-display: swap
}

html {
  font-family: assistant,Arial,sans-serif;
  background-color: #fff;
  direction: rtl
}

:root {
  font-size: 16px;
  --orange01: #e47804;
  --blue01: #2861a0;
  --grayd: #333333;
  --grayl: #7b7b7b
}

.header {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 69px;
  background: #f4f4f4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  box-shadow: none
}

.header-inner {
  display: flex;
  width: 100%;
  height: 69px;
  padding: 0 14px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #e37a05
}

@media(min-width: 900px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f4f4f4;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.23);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.23);
    box-shadow: 0 0 5px 2px rgba(0,0,0,.23);
    height: auto
  }

  .header-inner {
      background: #f4f4f4;
      height: auto;
      justify-content: space-around
  }
}

.header_menu {
  width: 35px;
  padding: 0;
  background: 0 0;
  border: 0
}

@media(min-width: 900px) {
  .header_menu {
      display:none;
      visibility: hidden;
      opacity: 0
  }
}

.header .logo {
  display: block;
  text-align: center;
  color: #fff
}

@media(min-width: 900px) {
  .header .logo {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      color: #e57b05
  }
}

.header .logo .icon-wlogo {
  display: none
}

.header .logo .icon-wlogoWhite {
  display: inline-block
}

@media(min-width: 900px) {
  .header .logo .icon-wlogo {
      margin-left:30px;
      font-size: 3.9rem;
      display: inline-block
  }

  .header .logo .icon-wlogoWhite {
      display: none
  }
}

.header .back_logo {
  display: block;
  height: auto;
  color: #fff;
  font-size: 1.5rem
}

@media(min-width: 900px) {
  .header .back_logo {
      display:none
  }
}

.headerlinks {
  display: none
}

@media(min-width: 900px) {
  .headerlinks {
      width:640px;
      padding: 0;
      display: flex;
      justify-content: space-between;
      padding-right: 20px
  }

  .headerlinks a {
      font-size: 16px;
      color: var(--grayd);
      padding: 0;
      margin: 0
  }

  .headerlinks a:hover {
      color: var(--orange01);
      text-decoration: underline
  }
}

.two-buttons {
  display: none
}

@media(min-width: 900px) {
  .two-buttons {
      width:338px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
  }
}

a.lastminute {
  display: flex;
  align-items: center;
  color: #555
}

a.lastminute span {
  display: inline-block;
  vertical-align: middle
}

a.lastminute img.icon-clock {
  color: #e83f0b;
  font-size: 1.8rem;
  margin-left: .4rem
}

a.lastminute img.icon-megaphone {
  color: #2c86cc;
  font-size: 1.8rem;
  margin-left: .3rem
}

.sub-nav-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-bottom: none;
  /*margin-top: 70px;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media(min-width: 900px) {
  .sub-nav-cont {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #fff;
      border-bottom: 2px solid #e57b05;
      margin-top: 10px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 1px
  }
}

.sub-nav {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  padding: .7rem 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);
  -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);
  justify-content: space-between;
  align-items: center
}

.mainSearchHamburger {
  width: 215px;
  height: 36px;
  display: flex;
  margin-right: 20px
}

.mainSearch {
  display: none
}

.search.ui-autocomplete-input {
  padding: 5px 10px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ededed;
  border-right: none
}

#searchbutton {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ededed;
  border-left: none;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff
}

@media(min-width: 900px) {
  .sub-nav {
      box-shadow:none
  }

  .mainSearch {
      width: 215px;
      height: 36px;
      display: flex;
      margin-right: 0
  }
}

.search.ui-autocomplete-input {
  padding: 5px 10px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ededed;
  border-right: none
}

#searchbutton {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ededed;
  track.css border-left: none;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.topmenutabs {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 100%;
  max-width: 750px;
  direction: rtl;
  text-align: right
}

.topmenutabs::-webkit-scrollbar {
  display: none
}

.sub-nav a {
  color: var(--orange01);
  padding: 0 15px;
  border-left: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500
}

.sub-nav a:last-child {
  border-left: 0
}

.sub-nav a:hover {
  color: var(--orange01);
  text-decoration: underline
}

.sub-nav a.currtab {
  color: var(--blue01);
  text-decoration: underline
}

@media(min-width: 900px) {
  .sub-nav a {
      color:#333;
      padding: 0 25px;
      border-left: 1px dotted #888;
      text-decoration: none;
      font-size: 16px
  }

  .sub-nav a.currtab {
      color: var(--orange01);
      text-decoration: underline
  }

  .sub-nav a:last-child {
      border-left: 0
  }

  .sub-nav a:hover {
      color: #e57b05;
      text-decoration: underline
  }
}

.title_container {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  border-bottom: 3px solid #e57b05;
  padding-top: 10px
}

@media(min-width: 900px) {
  .title_container {
      background-color:#f4f4f4
  }
}

.main {
  display: block;
  padding-top: 75px;
  direction: rtl;
  background-color: #fff
}

@media(min-width: 900px) {
  .main {
      margin:0;
      padding: 0;
      background-color: #fff
  }
}

.main-title-div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center
}

.main_title {
  color: var(--blue01);
  font-weight: 700;
  font-size: 20px;
  margin: 0 15px 15px;
  letter-spacing: 1px
}

@media(min-width: 900px) {
  .main_title {
      font-size:30px;
      font-weight: bolder
  }
}

@media(min-width: 600px) {
  .main_title {
      margin:0 auto 10px;
      max-width: 1250px;
      font-weight: 600
  }
}

@media(min-width: 1200px) {
  .main_title {
      width:100%;
      max-width: 1200px;
      margin: 20px auto
  }
}

.main .centered_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 2rem auto
}

.main .btn_goto_top {
  display: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: fixed;
  bottom: 5px;
  right: 0;
  z-index: 999999;
  border: 0;
  background: 0 0;
  cursor: pointer
}

.main .btn_goto_top .box_wrapper,.main .btn_goto_top.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.main .btn_goto_top .box_wrapper {
  margin: 5px;
  width: 28px;
  height: 28px;
  background: #727879;
  border: 1px solid #fff
}

.main .btn_goto_top .box_wrapper svg {
  display: block;
  width: 18px;
  height: auto;
  fill: #fff;
  margin: auto
}

.bigpic {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 216px;
  max-height: 216px;
  background: url(~/../../../images/Tracks/search_bg.jpg) no-repeat;
  background-size: cover
}

@media(min-width: 900px) {
  .bigpic {
      display:flex;
      opacity: 1;
      visibility: visible;
      justify-content: center;
      align-items: flex-end
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  background: #525252;
  direction: rtl;
  padding-top: 1rem
}

@media(min-width: 900px) {
  .footer {
      -webkit-box-orient:horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
      flex-flow: row-reverse nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      border-top: 2px solid #e37a05;
      padding-top: 1rem;
      margin-top: 3rem;
      padding-bottom: 1rem
  }
}

.footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  list-style: none;
  padding-right: 15px
}

@media(min-width: 900px) {
  .footer_list {
      -webkit-box-ordinal-group:3;
      -ms-flex-order: 2;
      order: 2;
      width: 1200px;
      margin: 0 auto
  }
}

.footer_list_item {
  margin-left: 10px;
  margin-bottom: 10px
}

.footer_list_item::after {
  content: "|";
  font-size: 14px;
  color: #ccc;
  margin-right: 10px
}

.footer_list_item:last-child::after {
  content: ""
}

@media(min-width: 900px) {
  .footer_list_item {
      width:18%;
      overflow: hidden;
      height: 20px;
      text-align: center
  }

  .footer_list_item::after {
      content: ""
  }

  .footer_list_item .footer_link {
      color: #333!important
  }
}

.footer_list_item .footer_link {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none
}

.footer_list_item .footer_link:hover {
  text-decoration: underline;
  color: #cb893f;
  cursor: pointer
}

.footer .footer_facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  margin-left: 0;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 15px
}

@media(min-width: 900px) {
  .footer .footer_facebook {
      position:static;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1
  }

  .phone_number {
      color: #e05f09
  }

  .main .text_block .btn_read_all {
      padding-right: 270px
  }
}

.footer .footer_facebook:hover {
  border: 3px solid #cb893f;
  color: #cb893f
}

.footer .footer_facebook:hover .icon-facebook {
  fill: #cb893f
}

.footer .footer_facebook .icon-facebook {
  fill: #fff;
  margin: auto;
  font-size: 26px
}

.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -250px;
  background-color: #e37a05;
  overflow-x: hidden;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  padding-top: 90px
}

.sidenav a,.dropdown-container a {
  padding: 8px 28px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s
}

.sidenav a:hover {
  color: #f1f1f1
}

@media screen and (max-height: 450px) {
  .sidenav {
      padding-top:15px
  }

  .sidenav a {
      font-size: 16px
  }
}

.dropdown-btn a {
  direction: rtl;
  text-align: right
}

.icon-caret-down {
  font-size: 60%;
  margin-right: -1rem;
  margin-left: .4rem;
  width: 12px;
  height: 12px;
  background-image: url(/images/caret-down.svg);
  display: inline-block
}

.menulist .dropdown-btn.active {
  background-color: #e37a05;
  color: #fff
}

.dropdown-container {
  display: none;
  background-color: #e7e7e7;
  padding-left: 8px
}

.dropdown-container li a {
  color: #333;
  border-bottom: 1px solid #fff
}

.menulist li {
  border-bottom: 1px solid #fff
}

.menulist li.available {
  background-color: #bc5704
}

.menulist li.available.first {
  border-top: 1px solid #fff
}

.menulist li.available.last {
  border-bottom: 2px solid #fff!important
}

.menulist li.extra {
  background-color: #eb5c16
}

.menulist li.extra.first {
  border-top: 2px solid #fff
}

.menulist li.tracksLink {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #d9680b
}

.menulist li.side-footer-link {
  color: #eb5c16;
  border-bottom: 1px solid #eb5c16;
  background-color: #fff
}

.menulist li.side-footer-link a {
  color: #eb5c16
}

.sidenav_show {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #e37a05;
  overflow-x: hidden;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  padding-top: 90px
}

a:hover {
  color: #d75904!important
}

.icon-user {
  margin-left: 6px
}

.breadcrumb {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"
}

@media(min-width: 900px) {
  .breadcrumb {
      padding:8px 15px
  }
}

select.area_select {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 500;
  color: #444;
  line-height: 1.3;
  width: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iIzAwN0NCMiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat,repeat;
  background-position: left .3em top 50%,0 0;
  background-size: .65em auto,100%;
  text-decoration: underline;
  color: var(--blue01);
  padding: 1px;
  margin-left: 10px;
  text-decoration: none
}

select.area_select option {
  border: none
}

.select-selected {
  text-decoration: underline
}

@media(min-width: 900px) {
  select.area_select {
      cursor:pointer;
      padding: 1px 10px;
      font-size: 14px
  }

  select.area_select:hover {
      color: var(--orange01)
  }
}

span.radio {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #2861a0;
  margin-left: 10px
}

span.radio.active::after {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: var(--blue01);
  border: 2px solid #fff;
  border-radius: 50%;
  content: ""
}

.form_link a {
  font-size: 18px;
  color: var(--blue01);
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-left: 10px
}

.rightcol .form_link a {
  font-weight: 700;
  padding-right: 20px
}

.areaselect .filters_row_form .form_link_label {
  width: 45%
}

.areaselect .filters_row_title_text span {
  display: none
}

@media(min-width: 900px) {
  .main .filters_main_section .filters_row.areaselect {
      position:absolute;
      top: 160px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      height: 70px;
      width: 100%;
      max-width: 1200px;
      right: 0;
      left: 0;
      margin: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end
  }
}

@media(min-width: 1236px) {
  .main .filters_main_section .filters_row.areaselect {
      position:absolute;
      top: 180px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      height: 60px;
      width: 100%;
      max-width: 870px;
      right: 0;
      left: 0;
      margin: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: center;
      background-color: #f4f4f4;
      border: 2px solid #e57b05;
      border-radius: 4px;
      align-items: center;
      -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.79);
      box-shadow: 0 0 17px 0 rgba(0,0,0,.79)
  }
}

@media(min-width: 900px) {
  .main .filters_main_section .filters_row_form .form_link_label {
      width:100%
  }

  .main .filters_main_section .filters_row.areaselect .filters_row_title_text {
      font-weight: 400;
      font-size: 16px;
      margin-top: 5px;
      width: 70px
  }

  .areaselect .filters_row_title_text span {
      display: inline
  }

  .filters_row.areaselect .filters_row_form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding-bottom: 0;
      z-index: 10
  }

  .filters_row.areaselect .filters_row_title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      z-index: 10;
      margin-bottom: 3px
  }

  .main .filters_main_section .filters_row.areaselect .filters_row_form .form_link_label {
      width: 50%;
      padding: 5px 10px
  }

  .main .filters_main_section .filters_row_form .form_link_label:hover {
      background-color: #e4e6e9
  }

  .areaselect .filters_row_form .form_link_label {
      cursor: pointer;
      font-weight: 700
  }

  .areaselect .filters_row_form .form_link_label:hover {
      color: var(--orange01);
      text-decoration: underline
  }
}

span.radio.active2::after {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  background-image: url(/images/buttonstrip.gif)
}

.icon-close-button {
  font-size: 20px;
  line-height: 16px
}

.discount {
  background-color: #be0e0e!important;
  border-top: 1px solid #fff;
  border-bottom: none
}

.discount a {
  color: #fff!important
}
.social {
  position: fixed;
  width: 40px;
  top: 576px;
  right: 5px;
display:none;
}
  @media (min-width:900px) {
  .social {
  position: fixed;
  width: 40px;
  top: 576px;
  right: 5px;
display:block;
  }
  }
  .social a {
    display: block;
    margin-bottom: 20px;
  }
  /* whatsapp button */
#whatsappCont {
  width: 182px;
  height: 60px;
  position: fixed;
  background-color: #128c7e;
  left: 17px;
  bottom: 12px;
  padding-right: 5px;
  box-sizing: border-box;
  background-image: url(../../images/whatsappWhite.svg);
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-position: 10px center;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.62);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.62);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.62);
}

  #whatsappCont a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }

 .fade {
  position: absolute;
  transform-style: preserve-3d;
  animation-duration: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  text-align: center;
  color: #fff;
  padding-right: 6px;
  font-family: Assistant, Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-weight: 600;
  width: 125px;
  font-size: 16px;
}



#start {
  animation-name: fadeStart;
  animation-duration: 0s;
  animation-iteration-count: infinite;
}



#end {
  animation-name: fadeEnd;
  animation-duration: 0s;
  animation-iteration-count: infinite;
}



@keyframes fadeStart {

  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}



@keyframes fadeEnd {

  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  51% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}




.closeWhatsapp {
  position: absolute;
  z-index: 1;
  top: -8px;
  right: -9px;
  border: none;
  transition: opacity 0s;
  opacity: .7;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 2px;
  width: 18px;
  height: 18px;
  background-color: #000;
  border-radius: 14px;
  background-image: url(../../images/x.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center center;
  cursor: pointer;
}


.fade {
  position: absolute;
  transform-style: preserve-3d;
  animation-duration: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#start {
 
  animation-name: fadeStart;
  animation-duration: 0s;
  animation-iteration-count: infinite;
}

#end {
 
  animation-name: fadeEnd;
  animation-duration: 0s;
  animation-iteration-count: infinite;
}

@keyframes fadeStart {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeEnd {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.closeWhatsapp{
  position: absolute;
   z-index: 1;
    top: -8px;
    right: -9px;
    border: none;
    transition: opacity 0s;
    opacity: .7;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 2px;
    width: 18px;
    height: 18px;
    background-color: #000;
    border-radius: 14px;
    background-image: url(../../images/x.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
    cursor: pointer;
}
.header_menu-item__tL6IH > h3 {
  font-size: 16px !important;
}

.header_menu-links__LYrre > li > a {
  font-size: 18px !important;
}
/*.header_search-icon__ilgYR{
  display:none !important;
}*/