.myaccount #erpGridVue .v-grid-tools.pagination-top {
	position: static;
}

.ex-searchresult.ex-loggedout .tile .buttons.group::before, .ex-category.ex-loggedout .tile .buttons.group::before {
  display: none;
}

.ex-loggedin .loginprices {display:none}

@media only screen and (max-width: 768px){
header .header-mobile .logo img {
    max-width: 200px;
}
}@media only screen and (max-width: 768px) {
  #section-top { display: none; }
}
@media only screen and (max-width: 425px){
header .header-mobile .logo img {
    max-width: 150px;
}
}@media only screen and (max-width: 768px) {
  .bgvid-c { display: none; }
}
@media only screen and (max-width: 768px) {
  .topbar-html-content { display: none; }
}

/** ECOMMDR-640 **/
@media only screen and (max-width: 768px) {
  .below-hero {
    margin-top: 24px !important;
  }
}