:root {

--font: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;

--base-color: #006486;



--base-text-color: #fff;


--footer-color: #3C3C3C;


--footer-text-color: #fff;

--button-color: #eb780a;


--button-hover-color: #ffb900;



--button-text-color: #fff;


--header-color: #fefefe;


--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

#menubar{
    top: 118px !important;
}
#body{
    background-color: #FFFFFF;
}
.prodlist-row.large-grid span.product-price.bigRentPrice{
    position: relative;
    bottom: 10px;
    font-size: 15px;
}
@media only screen and (min-width: 1090px) {
    .prodlist-row.large-grid span.product-price.bigRentPrice{
        bottom: -8px;
    }
}
.product-search.fixed{
  margin-top: 0px;
  top: 60px;
}
@media (min-width: 640px) and (orientation: landscape){
  .product-search.fixed {
      margin-top: 0;
  }
}
span.product-price.promotion-price.bigRentPrice {
    position: relative;
    top: 0px !important;
}
.bigRentPrice {
    font-size: 1.3em !important;
    position: relative;
    top: 5px;
}
.prodlist-row__price{
    padding: 0;
}
.promoted-products__inner-wrapper .bigRentPrice, .recently_sold .bigRentPrice{
    font-size: 15px !important;
}
.footer-text a{
    color: #fff;
    text-decoration: underline;
}
