﻿@charset "UTF-8";

body {
  direction: rtl;
}

html {
  font-family: "Assistant", Arial, sans-serif;
  font-size: 100%;
  color: #333333;
  font-size: 1.125rem;
  background-color: #f4f4f4;
  line-height: 22px;
}

@media (min-width: 900px) {
  html {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    font-size: 1.15rem;
  }
}

a:hover {
  color: #e27904;
}

h1 {
  margin-top: 0;
  font-size: 1.3rem;
  line-height: 26px;
}

@media (min-width: 900px) {
  h1 {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

h2 {
  font-size: 1.12rem;
  font-weight: 700;
  color: #e27904;
  line-height: 20px;
  padding-right: 15px;
}

@media (min-width: 900px) {
  h2 {
    font-size: 1.5rem;
    font-weight: 500;
  }
}

h3 {
  font-size: 1.12rem;
}

@media (min-width: 900px) {
  h3 {
    font-size: 1.5rem;
  }
}

.mobile-hide {
  display: none;
}

@media (min-width: 900px) {
  .mobile-hide {
    display: inline-block;
  }
}

.desktop-hide {
  display: inline-block;
}

@media (min-width: 900px) {
  .desktop-hide {
    display: none !important;
  }
}

#sideads {
  display: none;
}

#maincontainer {
  width: 100%;
  background: none;
  position: relative;
}

@media (min-width: 900px) {
  #maincontainer {
    background: url(../../images/mc.jpg) repeat-x #ffffff;
    padding-top: 8px;
    height: auto;
    overflow: auto;
    margin-bottom: 40px;
  }
}

#maincontainer2 {
  width: 100%;
}

@media (min-width: 900px) {
  #maincontainer2 {
    margin: 0 auto;
    width: 1100px;
  }
}

#content {
  position: initial;
}

@media (min-width: 900px) {
  #content {
    position: relative;
    width: 100%;
  }
}

.headerMobile {
  display: flex;
  width: 100%;
  padding: 0 14px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #e47804;
  position: fixed;
  top: 0;
  z-index: 100;
}

@media (min-width: 900px) {
  .headerMobile {
    display: none;
  }
}

.headerMobile .logo {
  position: initial !important;
}

#header {
  width: 100%;
  height: 50px;
}

@media (min-width: 900px) {
  #header {
    height: 167px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    background-color: #fff;
  }
}

#header #logo {
  display: none;
}

@media (min-width: 900px) {
  #header #logo {
    position: absolute;
    right: 0;
    top: 73px;
    display: block;
  }
}

#header .search {
  display: none;
}

@media (min-width: 900px) {
  #header .search {
    display: block;
    border: 1px solid #588bca;
    border-left: 0px transparent;
    height: 28px;
    width: 158px;
    position: absolute;
    top: 80px;
    left: 31px;
    color: #828282;
    padding-right: 5px;
    font-size: 14px;
    box-sizing: border-box;
  }
}

#header #searchbutton {
  display: none;
}

@media (min-width: 900px) {
  #header #searchbutton {
    display: block;
    height: 28px;
    width: 26px;
    position: absolute;
    top: 80px;
    left: 5px;
    background: url(../../images/searchbutton.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-repeat: no-repeat;
  }
}

#header a#joinclub,
#header a#parsem,
#header a.discountButt {
  background-color: #fff;
  color: #588bca;
  border: 3px solid #e27904;
  border-radius: 11px;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  padding: 4px 18px 4px 15px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  line-height: 100%;
  text-decoration: none;
}

#header a#joinclub {
  display: none;
}

@media (min-width: 900px) {
  #header a#joinclub {
    display: block;
    top: 80px;
    left: 418px;
  }
}

#header a.discountButt {
  display: none;
}

@media (min-width: 900px) {
  #header a.discountButt {
    display: block;
    top: 80px;
    left: 650px;
  }
}

#header a#parsem {
  display: none;
}

@media (min-width: 900px) {
  #header a#parsem {
    display: block;
    top: 80px;
    left: 231px;
  }
}

#header a#parsem::before {
  background-image: url(../../images/speaker.png);
  background-repeat: no-repeat;
  right: -25px;
  top: -7px;
}

#header a#joinclub::before {
  background-image: url(../../images/stopwatch.png);
  background-repeat: no-repeat;
  right: -20px;
  top: -7px;
}

#header a.discountButt::before {
  background-image: url(../../images/discount.png);
  background-repeat: no-repeat;
  right: -25px;
  top: -7px;
}

#header a#joinclub::before,
#header a#parsem::before,
#header a.discountButt::before {
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  position: absolute;
}

#header #headerlinks {
  display: none;
}

@media (min-width: 900px) {
  #header #headerlinks {
    position: absolute;
    right: 273px;
    top: 133px;
    width: 837px;
    display: flex;
    justify-content: space-between;
  }
}

#header #headerlinks a {
  background: url(../../images/arrow.jpg) 100% 3px no-repeat;
  color: #848484;
  display: inline;
  float: right;
  height: 17px;
  line-height: 17px;
  padding-right: 15px;
  width: auto;
  font-size: 14px;
}

  #header #headerlinks a:hover {
    color: #e27904;
    text-decoration: underline;
  }

.topmenu,
.topmenu2 {
  width: 100%;
  display: none;
}

@media (min-width: 900px) {
  .topmenu,
  .topmenu2 {
    display: block;
    position: relative;
    background: url(../../images/topmenu.jpg) no-repeat;
    height: 169px;
    width: 100%;
    margin-bottom: 10px;
    background-position: right top;
    background-color: #f3f6fb !important;
  }
}

.topmenu .topmenuheaderlinks,
.topmenu2 .topmenuheaderlinks {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 18px;
  padding-right: 10px;
  padding-bottom: 9px;
}

@media (min-width: 900px) {
  .topmenu .topmenuheaderlinks,
  .topmenu2 .topmenuheaderlinks {
    margin-right: 270px;
    display: flex;
    width: 830px;
    border-bottom: 3px solid #da7305;
    overflow-x: visible;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.topmenu .topmenuheaderlinks a,
.topmenu2 .topmenuheaderlinks a {
  font-size: 18px;
  font-weight: 500;
  padding: 3px 6px;
  height: auto;
  width: auto;
  white-space: nowrap;
  line-height: 20px;
  text-align: center;
  border: 1px solid #5278a7;
  margin: 0 4px;
  border-radius: 4px;
  background-color: #fff;
  color: #588bca;
}

@media (min-width: 900px) {
  .topmenu .topmenuheaderlinks a,
  .topmenu2 .topmenuheaderlinks a {
    color: #588bca;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 32px;
    text-align: center;
    flex-grow: 1 !important;
    border-right: 1px solid #fff;
    border-left: 1px solid #dbdbdb;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    margin: 0 0;
  }
}

.topmenu .topmenuheaderlinks a.currtab,
.topmenu2 .topmenuheaderlinks a.currtab {
  color: #e27904 !important;
  background: url(../../images/arrow2.jpg) 47% 100% no-repeat;
}

.topmenu .mainsearchpanel,
.topmenu2 .mainsearchpanel {
  display: none;
}

@media (min-width: 900px) {
  .topmenu .mainsearchpanel,
  .topmenu2 .mainsearchpanel {
    background-color: #e27904;
    width: 830px;
    height: 75px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}

.topmenu .mainsearchpanel .bigsearch,
.topmenu2 .mainsearchpanel .bigsearch {
  width: 144px;
  height: 30px;
  background-color: #78a9e3;
  display: block;
  background-image: none;
  border-radius: 4px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  order: 4;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}

  .topmenu .mainsearchpanel .bigsearch:after,
  .topmenu2 .mainsearchpanel .bigsearch:after {
    content: "חיפוש";
  }

.topmenu .mainsearchpanel #fadebox,
.topmenu2 .mainsearchpanel #fadebox {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  width: auto;
}

.topmenu .mainsearchpanel .selectbox,
.topmenu2 .mainsearchpanel .selectbox {
  background: url(../../images/selectbox.jpg) no-repeat scroll 0 0 transparent;
  background-position: 10px 12px;
  color: #6C6C6C;
  font-size: 14px;
  height: 32px;
  line-height: 27px;
  margin-top: 2px;
  /* padding-right: 8px; */
  width: 191px;
  background-color: #fff;
  border-radius: 4px;
}

.topmenu .mainsearchpanel .SearchDDL,
.topmenu2 .mainsearchpanel .SearchDDL {
  color: #6c6c6c;
  font-size: 14px;
  vertical-align: middle;
  background-color: transparent;
  padding-right: 4px;
  border-style: none;
  padding-top: 2px;
}

.topmenu #topmenutabs2,
.topmenu2 #topmenutabs2 {
  display: none;
}

@media (min-width: 900px) {
  .topmenu #topmenutabs2,
  .topmenu2 #topmenutabs2 {
    position: absolute;
    bottom: 6px;
    right: 270px !important;
    height: 27px;
    width: 830px !important;
    padding-right: 15px;
    background-color: #f3f6fb !important;
    border-bottom: 1px solid #dde5f1;
    border-left: 1px solid #dde5f1;
    display: flex;
    box-sizing: border-box;
  }

    .topmenu #topmenutabs2 a,
    .topmenu2 #topmenutabs2 a {
      color: #5278A7;
      height: 27px;
      line-height: 24px;
      text-align: center;
      font-size: 14px;
    }

      .topmenu #topmenutabs2 a:hover,
      .topmenu2 #topmenutabs2 a:hover {
        color: #e27904;
        text-decoration: underline;
      }
}

.topmenuMobileonly {
  width: 100%;
}

@media (min-width: 900px) {
  .topmenuMobileonly {
    display: none;
  }
}

.topmenuMobileonly .topmenuheaderlinksMobile {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 18px;
  padding-right: 10px;
  padding-bottom: 9px;
}

  .topmenuMobileonly .topmenuheaderlinksMobile a {
    font-size: 18px;
    font-weight: 500;
    padding: 3px 6px;
    height: auto;
    width: auto;
    white-space: nowrap;
    line-height: 20px;
    text-align: center;
    border: 1px solid #5278a7;
    margin: 0 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #588bca;
  }

    .topmenuMobileonly .topmenuheaderlinksMobile a.currtab {
      color: #e27904;
    }

.topmenuMobileonly .mainsearchpanel {
  display: none;
}

@media (min-width: 900px) {
  .topmenuMobileonly .mainsearchpanel {
    background-color: #e27904;
    width: 830px;
    height: 75px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}

.topmenuMobileonly .mainsearchpanel .bigsearch {
  width: 144px;
  height: 30px;
  background-color: #78a9e3;
  display: block;
  background-image: none;
  border-radius: 4px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  order: 4;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}

  .topmenuMobileonly .mainsearchpanel .bigsearch:after {
    content: "חיפוש";
  }

.topmenuMobileonly .mainsearchpanel #fadebox {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  width: auto;
}

.topmenuMobileonly .mainsearchpanel .selectbox {
  background: url(../../images/selectbox.jpg) no-repeat scroll 0 0 transparent;
  background-position: 10px 12px;
  color: #6C6C6C;
  font-size: 14px;
  height: 32px;
  line-height: 27px;
  margin-top: 2px;
  /* padding-right: 8px; */
  width: 191px;
  background-color: #fff;
  border-radius: 4px;
}

.topmenuMobileonly .mainsearchpanel .SearchDDL {
  color: #6c6c6c;
  font-size: 14px;
  vertical-align: middle;
  background-color: transparent;
  padding-right: 4px;
  border-style: none;
  padding-top: 2px;
}

.topmenuMobileonly #topmenutabs2 {
  display: none;
}

@media (min-width: 900px) {
  .topmenuMobileonly #topmenutabs2 {
    position: absolute;
    bottom: 6px;
    right: 270px !important;
    height: 27px;
    width: 830px !important;
    padding-right: 15px;
    background-color: #f3f6fb !important;
    border-bottom: 1px solid #dde5f1;
    border-left: 1px solid #dde5f1;
    display: flex;
    box-sizing: border-box;
  }

    .topmenuMobileonly #topmenutabs2 a {
      color: #5278A7;
      height: 27px;
      line-height: 24px;
      text-align: center;
      font-size: 14px;
    }

      .topmenuMobileonly #topmenutabs2 a:hover {
        color: #e27904;
        text-decoration: underline;
      }
}

.maincontainer {
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .maincontainer {
    width: 100%;
    display: inline-block;
  }
}

.lastminuteh1 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #e27904;
  line-height: 36px;
  height: 40px;
  padding: 0 8px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f7fc 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f7fc 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f7fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f4f7fc", GradientType=0);
  border: 1px solid #e1e1e1;
  border-bottom: 2px solid #e27904;
  order: 1;
  margin-top: 10px;
  display: inline;
}

@media (min-width: 900px) {
  .lastminuteh1 {
    margin-top: 0;
    display: block;
    width: 100%;
    color: #646464;
    font-size: 16px;
  }
}

#lastminutetext {
  width: 100%;
  order: 2;
  padding: 0 10px 0 0;
}

@media (min-width: 900px) {
  #lastminutetext {
    border: 1px solid #e1e1e1;
    border-top: 0 none;
    font-size: 16px;
    padding: 10px;
    line-height: 20px;
    height: auto;
  }
}

#lastminutetext.open {
  height: auto !important;
}

.btn-container {
  width: 100%;
  order: 3;
  text-align: left;
  padding-left: 15px;
}

@media (min-width: 900px) {
  .btn-container {
    display: none;
  }
}

.btn-container button {
  border: none;
  background-color: transparent;
  color: #5278a7;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

#sortby2,
#sortby2_holiday {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 0 10px;
}

@media (min-width: 900px) {
  #sortby2,
  #sortby2_holiday {
    color: #646464;
    font-size: 16px;
    height: 50px;
    padding-top: 9px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
  }
}

#sortby2 h2,
#sortby2_holiday h2 {
  font-size: 16px !important;
}

#sortby2 #cphMain_ddlArea,
#sortby2_holiday #cphMain_ddlArea {
  display: none;
}

@media (min-width: 900px) {
  #sortby2 #cphMain_ddlArea,
  #sortby2_holiday #cphMain_ddlArea {
    display: inline-block;
  }
}

#sortby2 #sortby1,
#sortby2_holiday #sortby1 {
  display: none;
}

@media (min-width: 900px) {
  #sortby2 #sortby1,
  #sortby2_holiday #sortby1 {
    text-align: left;
    margin-bottom: 20px;
    display: inline-block;
  }
}

#sortby2 #sortby1 select,
#sortby2_holiday #sortby1 select {
  padding: 3px 6px 3px 3px;
  font-size: 16px;
  font-weight: 400;
}

#sortby2 #sortby1 span,
#sortby2 #sortby1 img,
#sortby2_holiday #sortby1 span,
#sortby2_holiday #sortby1 img {
  display: none;
}

@media (min-width: 900px) {
  #sortby2 #sortby1 span,
  #sortby2 #sortby1 img,
  #sortby2_holiday #sortby1 span,
  #sortby2_holiday #sortby1 img {
    display: inline-block;
  }
}

#sortby2 + img,
#sortby2_holiday + img {
  display: none;
}

@media (min-width: 900px) {
  #sortby2 + img,
  #sortby2_holiday + img {
    display: block;
  }
}

#sidedivs {
  width: 100%;
  order: 4;
  margin-top: 20px;
}

@media (min-width: 900px) {
  #sidedivs {
    float: right;
    width: 246px !important;
    margin-top: 0;
  }
}

#sidedivs #sortbyattr {
  position: absolute;
  top: 182px;
  right: 15px;
  z-index: 100;
  background-color: #fff;
  padding: 5px 8px 5px 27px;
  color: #5278a7;
  font-weight: 600;
  border: 1px solid #5278a7;
  background-image: url(../../images/chevron-leftBlue.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 2px center;
  display: none;
}

@media (min-width: 900px) {
  #sidedivs #sortbyattr {
    color: #e27904;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 34px;
    padding: 0 9px;
    position: initial;
    width: 226px;
    border: 1px solid #e2e2e3;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 6px 0 0;
    width: 100%;
    padding-bottom: 10px;
    background-image: none;
    display: inline-block;
  }
}

#sidedivs #sortbyattr.open {
  color: #C00202;
  background-image: url(../../images/xBlue.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 2px center;
}

@media (min-width: 900px) {
  #sidedivs #sortbyattr.open {
    color: #e27904;
    background-image: none;
  }
}

#sidedivs #variousfilters {
  background-color: #EDEEF1;
  padding: 10px 15px 10px 34px;
  border: 1px solid #fff;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  box-sizing: border-box;
  scrollbar-color: rebeccapurple green;
}

@media (min-width: 900px) {
  #sidedivs #variousfilters {
    background: #f5f9fe;
    border: 1px solid #e2e2e3;
    color: #8e8e8e;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 17px 9px 9px 9px;
    position: initial;
    display: block;
    box-shadow: none;
  }
}

#sidedivs #variousfilters p br {
  display: none;
}

#sidedivs #variousfilters span {
  display: none;
}

@media (min-width: 900px) {
  #sidedivs #variousfilters span {
    font-size: 16px;
    color: #666;
    display: block;
  }
}

#sidedivs #variousfilters a {
  color: #5278a7;
  font-size: 18px;
  font-weight: normal;
  margin-left: 30px;
  text-decoration: underline;
  line-height: 20px;
}

  #sidedivs #variousfilters a.filteractive {
    color: #e27904;
  }

  #sidedivs #variousfilters a:last-child {
    margin-left: 40px;
  }

@media (min-width: 900px) {
  #sidedivs #variousfilters a {
    color: #5278a7;
    font-size: 16px;
    font-weight: normal;
    line-height: 170%;
    display: block;
    margin: 6px 0;
    text-decoration: none;
  }

    #sidedivs #variousfilters a:hover {
      color: #e27904;
    }
}

#sidedivs #variousfilters.open {
  right: 0;
}

#searchresults {
  width: 100%;
  order: 5;
  margin-top: 20px;
}

@media (min-width: 900px) {
  #searchresults {
    float: left;
    width: 834px;
    margin-top: 0;
  }
}

#searchresults .coupondiv {
  width: 90%;
  position: initial;
  display: block;
  margin: 0 5% 20px 5%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
}

@media (min-width: 900px) {
  #searchresults .coupondiv {
    /* background: url(../../images/discbg2.jpg) no-repeat;*/
    margin: 0 0 13px 0;
    min-height: 149px;
    position: relative;
    right: 1px;
    top: 1px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 2px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px dashed #d08d46;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  }
}

#searchresults .coupondiv .clientpic {
  display: flex;
  justify-content: center;
}

#searchresults .coupondiv a {
  display: flex;
  justify-content: center;
}

  #searchresults .coupondiv a img {
    width: 100% !important;
    max-width: 336px !important;
    height: auto !important;
  }

@media (min-width: 900px) {
  #searchresults .coupondiv a img {
    width: 220px !important;
    height: 150px !important;
    object-fit: cover;
    order: 3;
  }
}

#searchresults .coupondiv .clientpic img {
  width: 100% !important;
  max-width: 336px !important;
  height: auto !important;
}

@media (min-width: 900px) {
  #searchresults .coupondiv .clientpic img {
    width: 220px !important;
    height: 150px !important;
    object-fit: cover;
    order: 3;
  }
}

#searchresults .coupondiv .coupondiv3 {
  position: initial;
  color: #C00202;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

@media (min-width: 900px) {
  #searchresults .coupondiv .coupondiv3 {
    color: #C00202;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    position: absolute;
    right: 234px;
    top: 17px;
    line-height: 20px;
    margin-top: 0;
  }
}

#searchresults .coupondiv .coupondiv3 a {
  font-size: 20px;
  font-weight: 600;
  color: #C00202;
  padding-top: 10px;
  display: block;
}

@media (min-width: 900px) {
  #searchresults .coupondiv .coupondiv3 a {
    padding-top: 0;
  }
}

#searchresults .coupondiv .coupondiv4 {
  position: initial;
  color: #828282;
  font-size: 14px;
}

@media (min-width: 900px) {
  #searchresults .coupondiv .coupondiv4 {
    color: #828282;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 234px;
    top: 42px;
    width: 300px;
  }
}

#searchresults .coupondiv .coupondiv5 {
  position: initial;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 900px) {
  #searchresults .coupondiv .coupondiv5 {
    color: #333333;
    height: 88px;
    overflow: hidden;
    position: absolute;
    right: 236px;
    top: 64px;
    width: 400px;
    font-size: 16px;
  }
}

#searchresults .coupondiv .coupondiv5 span {
  font-size: 16px;
  display: block;
  color: #333;
  line-height: 20px;
}

#searchresults .coupondiv .coupondiv5 .due {
  font-size: 12px;
  color: #8e8e8e;
}

  #searchresults .coupondiv .coupondiv5 .due span {
    font-size: 14px;
    color: #757575;
    display: inline;
  }

#searchresults .coupondiv .coupondiv6 {
  position: initial;
  color: #519b51;
  font-weight: 600;
  margin: 18px 0;
}

@media (min-width: 900px) {
  #searchresults .coupondiv .coupondiv6 {
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 652px;
    top: -1px;
  }
}

#searchresults .coupondiv .coupondiv7 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 900px) {
  #searchresults .coupondiv .coupondiv7 {
    color: #5278a7;
    font-size: 12px;
    height: 56px;
    position: absolute;
    align-items: center;
    right: 666px;
    top: 40px;
    flex-direction: column;
    margin-bottom: 10px;
  }
}

#searchresults .coupondiv .coupondiv7 a:first-child {
  background: url(../../images/coupondiv7.png) 100% 0 no-repeat;
  background-position: 95% 10px;
  color: #5278a7;
  line-height: 11px;
  margin-bottom: 22px;
  font-size: 16px;
  display: flex;
  width: 130px;
  justify-content: center;
  padding: 10px 0;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #5278a7;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 900px) {
  #searchresults .coupondiv .coupondiv7 a:first-child {
    padding: 10px 4px 10px 0;
  }
}

#searchresults .coupondiv .coupondiv7 a:nth-child(2) {
  background-color: #f2f2f2;
  color: #C00202;
  padding: 0 18px 0 13px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #C00202;
  border-radius: 4px;
  font-weight: 600;
  position: relative;
}

  #searchresults .coupondiv .coupondiv7 a:nth-child(2)::before {
    position: absolute;
    right: -26px;
    width: 41px;
    height: 38px;
    content: "";
    background-image: url(/images/tagnew.svg);
    background-size: 41px 38px;
  }

@media (min-width: 900px) {
  #searchresults .coupondiv .coupondiv7 a:nth-child(2) {
    background-color: #f2f2f2;
    color: #C00202;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #C00202;
    border-radius: 4px;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    width: 130px;
    padding: 5px 0;
  }

    #searchresults .coupondiv .coupondiv7 a:nth-child(2)::before {
      position: absolute;
      right: -22px;
      width: 41px;
      height: 38px;
      top: 0;
      content: "";
      background-image: url(/images/tagnew.svg);
      background-size: 41px 38px;
    }
}

#promoted > img {
  display: none !important;
}

.promoted2 {
  order: 6;
  margin-top: 20px;
}

@media (min-width: 900px) {
  .promoted2 {
    display: block !important;
    padding-left: 3px;
    box-sizing: border-box;
    border: 1px solid #e3e3e4;
    float: right;
    width: 246px !important;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.promoted2 h2.divh2 {
  color: #e27904;
  font-size: 16px;
  font-weight: 700;
  height: 35px;
  line-height: 30px;
  margin: 0;
  padding-right: 8px;
  border-bottom: 2px solid #e27904;
  background-color: #fff;
  width: 100%;
}

.promoted2 div {
  margin: 11px 5px 0 5px;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 15px 11px 15px;
  line-height: 1.4em;
  min-height: 70px;
  font-size: 16px;
}

@media (min-width: 900px) {
  .promoted2 div {
    font-size: 14px;
  }
}

.promoted2 div img {
  float: right;
  display: inline;
  margin-left: 6px;
  width: 90px !important;
  height: auto !important;
}

@media (min-width: 900px) {
  .promoted2 div img {
    height: 70px !important;
  }
}

.promoted2 div a {
  color: #5786d5;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 900px) {
  .promoted2 div a {
    font-size: 14px;
  }
}

#paging,
#paging span {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 900px) {
  #paging,
  #paging span {
    display: block;
    background: url(../../images/paging.jpg) no-repeat;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 670px;
    margin: auto;
    margin-bottom: 10px;
  }
}

#paging a,
#paging span a {
  display: none;
}

@media (min-width: 900px) {
  #paging a,
  #paging span a {
    border-left: 1px solid #d9d9d9;
    color: #4e6ea5;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: top;
    width: 32px;
  }

    #paging a:hover,
    #paging span a:hover {
      color: #e27904;
    }
}

#paging .pagingleft2,
#paging span .pagingleft2 {
  display: inline-block !important;
  background: url(../../images/chevron-left.svg) no-repeat;
  background-size: 20px;
  background-position: left center;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
  width: 45%;
  background-color: #286090;
}

  #paging .pagingleft2::after,
  #paging span .pagingleft2::after {
    content: " לדף הבא";
    color: #fff;
    font-weight: 400;
  }

@media (min-width: 900px) {
  #paging .pagingleft2,
  #paging span .pagingleft2 {
    background: url(../../images/pagingleft2.jpg) no-repeat;
    margin-right: 0;
    width: 32px;
  }

    #paging .pagingleft2::after,
    #paging span .pagingleft2::after {
      content: "";
    }
}

#paging .pagingleft1,
#paging span .pagingleft1 {
  background: url(../../images/pagingleft1.jpg) no-repeat;
}

#paging .pagingcurrent,
#paging span .pagingcurrent {
  display: inline-block;
  border-left: 1px solid #d9d9d9;
  color: #4e6ea5;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
  flex: 1;
}

@media (min-width: 900px) {
  #paging .pagingcurrent,
  #paging span .pagingcurrent {
    border-left: 1px solid #d9d9d9;
    color: #ff7200;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: top;
    width: 32px;
    flex: 0;
  }
}

#paging .pagingright1,
#paging span .pagingright1 {
  background: url(../../images/pagingright1.jpg) no-repeat;
}

#paging .pagingright2,
#paging span .pagingright2 {
  display: inline-block !important;
  background: url(../../images/chevron-right.svg) no-repeat;
  background-size: 20px;
  background-position: right center;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
  width: 45%;
  background-color: #286090;
}

  #paging .pagingright2::after,
  #paging span .pagingright2::after {
    content: " לדף הקודם";
    color: #fff;
    font-weight: 400;
  }

@media (min-width: 900px) {
  #paging .pagingright2,
  #paging span .pagingright2 {
    background: url(../../images/pagingright2.jpg) no-repeat;
    width: 32px;
  }

    #paging .pagingright2::after,
    #paging span .pagingright2::after {
      content: "";
    }
}

#soldiers {
  width: 100%;
  order: 7;
  padding: 20px;
}

@media (min-width: 900px) {
  #soldiers {
    float: left;
    width: 834px;
    border: 3px solid #e4e4e4;
    margin-bottom: 20px;
    padding: 13px;
    line-height: 1.5em !important;
    font-size: 16px !important;
  }
}

#soldiers h2 {
  font-size: 20px;
  color: #5a5a5a;
  line-height: 28px;
}

@media (min-width: 900px) {
  #soldiers h2 {
    margin: 16px 0;
    text-align: right !important;
    font-size: 24px;
    color: #5a5a5a;
  }
}

#soldiers h3 {
  font-size: 18px;
  color: #5a5a5a;
  margin: 16px 0;
}

.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: -250px;
  background-color: #E0700E;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 80px;
}

  .sidenav .ui-widget.freesearch {
    display: inline-block;
    width: 80%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    margin-right: 10%;
    margin-bottom: 30px;
  }

@media (min-width: 900px) {
  .sidenav .ui-widget.freesearch {
    display: none;
  }
}

.sidenav .ui-widget.freesearch input {
  direction: rtl !important;
  text-align: right !important;
  background-color: #fff;
  color: #333333;
  width: 100%;
  transition: all 1s;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  font-size: 14px;
  margin-right: 5px;
}

.sidenav a,
.dropdown-container a {
  padding: 8px 35px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: flex;
}

  .sidenav a:hover {
    color: #f1f1f1;
  }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

    .sidenav a {
      font-size: 16px;
    }
}
/* Add an active class to the active dropdown button */
.dropdown-btn a {
  direction: rtl;
  text-align: right;
}

.icon-caret-down {
  font-size: 60%;
  margin-right: -1.6rem;
  margin-left: 0.6rem;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../../../images/caret-down.svg);
  background-size: 12px 12px;
}

.menulist .dropdown-btn.active {
  background-color: #515151;
  color: white;
}

.dropdown-btn.active a {
  color: white !important;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #dfdfdf;
  padding-left: 8px;
}

  .dropdown-container li a {
    color: #333333;
  }

.menulist li {
  border-bottom: 1px solid #fff;
  padding-right: 10px;
}

  .menulist li.discount {
    background-color: #be0e0e !important;
  }

button.prop_close {
  display: block;
  background: #434849;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  padding: 3px 15px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  cursor: pointer;
  margin-left: 3rem;
  margin-top: -2rem;
  width: 60px;
  align-self: flex-end;
}

.sidenav_show {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  background-color: #E0700E;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 80px;
  direction: rtl;
}

@media (min-width: 900px) {
  .sidenav_show {
    display: none;
  }
}

.avail li {
  background-color: #bc5704;
  border-bottom: 1px solid #fff;
  padding-right: 10px;
}

.extra li {
  background-color: #eb5c16;
  border-bottom: 1px solid #fff;
  padding-right: 10px;
}

.sideFooter li {
  background-color: #fff;
  border-bottom: 1px solid #ccc !important;
  padding-right: 10px;
}

  .sideFooter li a {
    color: #eb5c16 !important;
  }

#breadcrumbs {
  margin-top: 0px;
  margin-right: 15px;
  font-size: 12px;
  margin-bottom: 0px;
}

@media (min-width: 900px) {
  #breadcrumbs {
    color: #8b8b8b;
    height: auto;
    line-height: 22px;
    margin-bottom: 5px;
    font-size: 12px;
    display: block;
  }
}

#breadcrumbs .breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

  #breadcrumbs .breadcrumb li {
    margin-left: 8px;
  }

    #breadcrumbs .breadcrumb li a {
      color: #588bca;
    }

      #breadcrumbs .breadcrumb li a::after {
        content: ">";
        margin-right: 5px;
      }

#breadcrumbs .available-passover {
  color: #C00202;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  float: left;
  margin: 10px 0 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 900px) {
  #breadcrumbs .available-passover {
    float: left;
  }
}

#breadcrumbs .available-passover a {
  color: #C00202;
  text-decoration: underline;
  font-weight: bold;
}

#footercontainer1 {
  height: auto;
  background-color: #5c5c5c;
}

@media (min-width: 900px) {
  #footercontainer1 {
    background: url(../../images/footercontainer1.jpg) repeat-x scroll 0 0 #fff;
    min-height: 121px;
    padding-top: 20px;
    width: 100%;
    clear: both;
    position: relative;
    display: flex;
    flex-direction: column;
  }
}

#footercontainer1 #sig {
  position: initial;
}

@media (min-width: 900px) {
  #footercontainer1 #sig {
    width: 1100px;
    margin: 0 auto;
  }
}

#footercontainer1 #sig a {
  color: #fff;
}

@media (min-width: 900px) {
  #footercontainer1 #sig a {
    color: #333;
    font-size: 14px;
    background: url(../../images/footerdot.png) 100% 8px no-repeat;
    font-size: 14px;
    padding-right: 10px;
  }
}

#footer {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  #footer {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

#footer a {
  text-align: right;
  font-size: 16px;
  color: #fff;
  background-image: none;
  width: 100%;
}

  #footer a.dropdown-toggle-footer {
    padding: 4px 12px 10px 0 !important;
    border-bottom: 1px solid #fff;
    display: flex;
    height: 40px;
    align-items: center;
  }

    #footer a.dropdown-toggle-footer::before {
      content: "";
      width: 20px;
      height: 20px;
      display: block;
      background-image: url(../../images/arrowDown.svg);
      background-size: 15px 15px;
      background-repeat: no-repeat;
      background-position: center center;
      margin-left: 4px;
    }

@media (min-width: 900px) {
  #footer a.dropdown-toggle-footer {
    display: none !important;
  }
}

@media (min-width: 900px) {
  #footer a {
    display: block;
    color: #636363;
    padding-right: 10px;
    background: url(../../images/footerdot.png) 100% 8px no-repeat;
    font-size: 14px;
  }
}

#footer .dropcont-footer {
  display: none;
}

  #footer .dropcont-footer.open {
    display: flex;
    flex-direction: column;
    background-color: #f1f1f1;
  }

  #footer .dropcont-footer a {
    color: #333;
  }

@media (min-width: 900px) {
  #footer .dropcont-footer {
    width: 83%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

#footer .dropcont-footer .footerColumn {
  width: 100%;
  background-color: #f1f1f1;
}

@media (min-width: 900px) {
  #footer .dropcont-footer .footerColumn {
    float: right;
    display: inline;
    margin: 0 0 5px 5px;
    width: 160px;
    background-color: transparent;
  }
}

#footer .dropcont-footer .footerColumn div {
  padding: 2px 36px 10px 0;
  border-bottom: 1px solid rgb(184, 184, 184);
}

@media (min-width: 900px) {
  #footer .dropcont-footer .footerColumn div {
    border-bottom: none;
    padding: 2px 1px 10px 0;
  }
}

#footer .footerColumn {
  width: 100%;
}

@media (min-width: 900px) {
  #footer .footerColumn {
    float: right;
    display: inline;
    margin: 0 0 5px 5px;
    width: 173px;
  }
}

#footer .footerColumn div {
  padding: 2px 19px 10px 0;
  border-bottom: 1px solid #fff;
}

@media (min-width: 900px) {
  #footer .footerColumn div {
    border-bottom: none;
  }
}

.up_banner {
  display: none;
}

@media (min-width: 900px) {
  .up_banner {
    display: block;
    width: 100% !important;
    height: 60px;
    background-color: #e27904;
    clear: both;
  }

    .up_banner.bottom {
      margin-top: 40px !important;
      height: 100px;
      text-align: center;
      height: auto !important;
    }
}

.topmenuheaderlinks::-webkit-scrollbar {
  display: none;
}

#variousfilters::-webkit-scrollbar {
  width: 0.1em;
  scrollbar-width: thin;
}

#variousfilters::-webkit-scrollbar-track {
  width: 0.1em;
  scrollbar-width: thin;
}

#variousfilters::-webkit-scrollbar-thumb {
  background-color: #818181;
  min-height: 2px;
  border-top: 1px solid #EDEEF1;
  border-left: 20px solid #EDEEF1;
  border-right: 20px solid #EDEEF1;
  border-radius: 5px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
}

#maparea_1 {
  display: block;
  height: 35px;
  outline: medium none;
  position: absolute;
  right: 12px;
  text-decoration: none;
  top: 3px;
  width: 59px;
  z-index: 10;
}

#maparea_2 {
  display: block;
  height: 49px;
  outline: medium none;
  position: absolute;
  right: 39px;
  text-decoration: none;
  top: 40px;
  width: 101px;
  z-index: 10;
}

#maparea_3 {
  display: block;
  height: 71px;
  outline: medium none;
  position: absolute;
  right: 77px;
  text-decoration: none;
  top: 91px;
  width: 95px;
  z-index: 10;
}

#map_1,
#map_2,
#map_3 {
  color: #8A8A89;
  display: none;
  font-size: 11px;
  height: 169px;
  position: absolute;
  right: 15px;
  top: -1px;
  width: 190px;
  z-index: 1;
}

#map_1 {
  background: url("../../images/map-1.jpg") no-repeat scroll 0 0 transparent;
}

#map_2 {
  background: url("../../images/map-2.jpg") no-repeat scroll 0 0 transparent;
}

#map_3 {
  background: url("../../images/map-3.jpg") no-repeat scroll 0 0 transparent;
}

#map_1,
#map_2,
#map_3 {
  color: #8A8A89;
  display: none;
  font-size: 11px;
  height: 169px;
  position: absolute;
  right: 23px;
  top: -1px;
  width: 190px;
  z-index: 1;
}

#map_1 {
  background: url("../../images/map-1.jpg") no-repeat scroll 0 0 transparent;
}

#map_2 {
  background: url("../../images/map-2.jpg") no-repeat scroll 0 0 transparent;
}

#map_3 {
  background: url("../../images/map-3.jpg") no-repeat scroll 0 0 transparent;
}

#map_1 div {
  height: 10px;
  line-height: 10px;
  position: absolute;
  right: 96px;
  top: 8px;
}

#map_2 div {
  height: 10px;
  line-height: 10px;
  position: absolute;
  right: 111px;
  top: 38px;
}

#map_3 div {
  height: 10px;
  left: 106px;
  line-height: 10px;
  position: absolute;
  top: 102px;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
  -moz-box-shadow: 0 20px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  /* should be the same border width as .selectBox-dropdown */
  background: #FFF;
  border: solid 0px #BBB;
  box-shadow: 0 20px 6px rgba(0, 0, 0, 0.2);
  max-height: 200px;
  overflow: auto;
  position: absolute;
  z-index: 99999;
}

.selectBox-inline {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #FFF;
  border: solid 1px #BBB;
  border-radius: 4px;
  display: inline-block;
  outline: none;
  overflow: auto;
  width: 170px;
}

  .selectBox-inline:focus {
    border-color: #666;
  }

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  cursor: default;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

  .selectBox-options LI A {
    background: 6px center no-repeat;
    line-height: 1.5;
    overflow: hidden;
    padding: 0 0.5em;
    white-space: nowrap;
    font-size: 14px;
  }

  .selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
  }

  .selectBox-options LI.selectBox-disabled A {
    background-color: transparent;
    color: #888;
  }

  .selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
  }

  .selectBox-options .selectBox-optgroup {
    background: #EEE;
    color: #666;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0.3em;
    white-space: nowrap;
  }

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  border-color: #666;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}

  .selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
  }

#toggleSearchLink {
  display: none !important;
}

.passoverHead {
  width: 100%;
  background-color: #abf3e6;
  background-image: url(/images/passovermob.jpg);
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (min-width: 900px) {
  .passoverHead {
    background-image: url(/images/passoverHeaddesk.jpg);
    background-repeat: no-repeat;
  }
}

.passoverHead h1 {
  background-color: transparent;
  background-image: none;
  border: none;
  color: #8e3216 !important;
  border: none !important;
  font-size: 20px;
  order: 1;
  margin: 0;
}

@media (min-width: 900px) {
  .passoverHead h1 {
    font-size: 30px;
    margin-top: 5px;
    margin-right: 20px;
  }
}

.passoverHead #lastminutetext {
  order: 2;
  margin: -2px 0 13px 0;
  border: none;
}

@media (min-width: 900px) {
  .passoverHead #lastminutetext {
    margin: 2px 0 19px 0;
    padding: 0;
  }
}

.passoverHead #lastminutetext span {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  display: block;
  width: 84%;
  margin-top: -3px;
  margin-bottom: 3px;
  font-weight: bold;
}

@media (min-width: 900px) {
  .passoverHead #lastminutetext span {
    width: auto;
    display: inline;
    font-size: 20px;
    padding-right: 12px;
  }
}

.passoverHead a {
  background-color: #a20707;
  background: rgb(162, 7, 7);
  background: linear-gradient(90deg, rgba(162, 7, 7, 0) 0%, rgb(162, 7, 7) 31%, rgb(162, 7, 7) 100%);
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding-right: 10px;
  order: 3;
}

@media (min-width: 900px) {
  .passoverHead a {
    font-size: 18px;
    padding: 4px 30px 4px;
  }
}

.enlargeimage2 {
  display: none !important;
}

.ui-autocomplete.ui-front {
  background-color: #fff;
  width: 200px;
  text-align: right;
  padding: 10px;
  position: absolute;
  top: 100%;
  z-index: 1000;
  direction: rtl;
  margin-top: 26px !important;
  margin-left: -14px !important;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

.admin {
  padding: 2px 36px 10px 0;
  border-bottom: 1px solid #fff;
  display: flex;
}

  .admin img {
    display: none;
  }

@media (min-width: 900px) {
  .admin {
    padding: 0;
  }
}

.admin a {
  text-align: right;
  font-size: 16px;
  color: #fff;
  background-image: none;
  width: 100%;
}

.topmenudynamiclinks {
  display: none;
}

@media (min-width: 900px) {
  .topmenudynamiclinks {
    display: block;
  }
}

.dropcont + div + div {
  display: none !important;
}

.dropdown-btn.open .icon-caret-down {
  font-size: 60%;
  margin-right: -1.6rem;
  margin-left: 0.6rem;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../../../images/caret-down.svg);
  background-size: 12px 12px;
  transform: rotate(180deg);
}

#footer a.dropdown-toggle-footer.open::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../../images/arrowDown.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 4px;
  transform: rotate(180deg);
}

#header div {
  display: none;
}

@media (min-width: 900px) {
  #header div {
    display: inline-block;
  }
}

.dropcont-footer + div + div {
  display: none !important;
}

a.dropdown-toggle-footer {
  display: inline-block;
}

@media (min-width: 900px) {
  a.dropdown-toggle-footer {
    display: none;
  }
}

.dropcont-footer.open {
  display: block;
}

#lastminutetext.dromHead {
  width: 100%;
  background-image: url(/images/dromheadmob.jpg);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  #lastminutetext.dromHead {
    background-image: url(/images/dromHeaddesk.jpg);
    background-repeat: no-repeat;
    height: 112px !important;
    display: flex !important;
    flex-direction: column;
  }
}

#lastminutetext.dromHead h1 {
  background-color: transparent;
  background-image: none;
  border: none;
  color: #333 !important;
  border: none !important;
  font-size: 18px;
  order: 1;
  margin: 0;
}

@media (min-width: 900px) {
  #lastminutetext.dromHead h1 {
    font-size: 20px;
    margin-top: 5px;
    margin-right: 20px;
    order: 1;
  }
}

#lastminutetext.dromHead span#cphMain_lblUpperText {
    margin: -2px 0 13px 0;
    border: none;
    order: 2;
    font-size: 20px;
    color: #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 216px;
    margin-top: -3px;
    margin-bottom: 3px;
    font-weight: bold;
    background-color: #e27904;
    height: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    padding-right: 7px;
    padding-bottom: 2px;
    white-space: nowrap;
}

@media (min-width: 900px) {
  #lastminutetext.dromHead span#cphMain_lblUpperText {
    margin: 2px 0 19px 0;
    padding: 0;
    order: 2;
    font-size: 20px;
    padding-right: 24px;
    color: #fff;
    font-size: 32px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
    background-color: transparent;
    padding-bottom: 0;
    width: 100%;
  }
}

#lastminutetext.dromHead a {
  background-color: #a20707;
  background: rgb(162, 7, 7);
  background: linear-gradient(90deg, rgba(162, 7, 7, 0) 0%, rgb(162, 7, 7) 31%, rgb(162, 7, 7) 100%);
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding-right: 10px;
  order: 3;
  display: none;
}

@media (min-width: 900px) {
  #lastminutetext.dromHead a {
    font-size: 18px;
    padding: 4px 30px 4px;
  }
}
/*# sourceMappingURL=styles.css.map */
.headerMobile_mobile-search__lROYN {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
