/* Start of add Sticky header EvoX */
.menubarStick {
  position: fixed !important;
  top: 0;
  width:100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);}

.headersection-2.menubarStick{
	z-index:11;
}

.headersection-3.menubarStick > .row-2 {
    max-width: 1450px;
    margin: 0 auto;
}
/* change me to the height of the sticky row */
.menubarHeader {
    padding-top:128.75px;
}
/* end of add Sticky header EvoX */

/* ESTG Hide Address Menu */
li.sidebar-addresses {
display: none;
}
/*Hide Address Dashboard Tile */
li#cdash_address {
    display: none;
}

.homeBox img {
  object-fit: contain !important;
}