body
{
  height: 100vh;
  background: #f5f1ea;
  font-family: 'loewregular';
}
/*weather-box*/
/*.mapwrapper
{
  height: calc(100vh - 60px) !important;
}
main .easymap-element {
    height: calc(100vh - 76px) !important;
}*/

.scroller {
    height: calc(100vh - 215px);
    display: block;
}
.creativebox
{
  height: 350px;
  overflow: hidden;
  background: #f5f5f5;
}

#two-col-menu {
    padding: 0 10px;
}


/*weather box*/

.weather-box
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding: 5px 10px;
  transition: all 0.1s ease-out;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 15px;
  background: #fff;
  border-radius: 15px;
}
.weather-box img
{
  width: 45px;
  height: 45px;
  object-fit: cover;
  margin:0 10px;
  /*background: linear-gradient(to left, #0090d7, #ba2c87);*/
  border-radius: 30px;
}
.weather-box h4
{
  color: #104C97;
  font-size: 16px;
  font-weight: 600;
  background: #104C97;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.weather-box p
{
  font-size: 12px;
}
.weather-box .time .small
{
  font-size: 0.55rem;
} 

.marquee {
  height: 60px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.updateshead
{
  position: absolute;
  background: #ffffff;
  color: #0a3971;
  padding: 0 15px;
  height: 30px;
  font-size: 15px;
  line-height: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.marquee .marquee-run {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 20px;
}

.marquee a {
  padding: 0 15px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 1px;
  border-right: 2px solid #ffffff;
}

@keyframes marquee {
  0% { left: 100%; }
  100% { left: -100%; }
}

/*mike*/
#search-dropdown
{
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
#search-dropdown .dropdown-header
{
  padding: 0px;
}
.topnav-menu-center
{
  width: 100%;
}
.navbar-custom .app-search
{
  width: 100%;
  max-width: 100%;
}
.emirates-drop a.active
{
  position: relative;
  color: #D03230;
  background: transparent;
}
.emirates-drop a.active:before
{
  width: 10px;
  height: 10px;
  background: #d03230;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.special-cat-box
{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 60px;
  line-height: 0;
}
.btn-special-cat
{
  background: linear-gradient(to left, #0090d7, #ba2c87);
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 10px;
}
ul.vendor-list li a.nav-link {
    border-bottom: 1px solid #d4dccf;
}



