.product-summary .product-brand img {
    max-height: 125px;
    max-width: 300px;
}
/* Hide Address Menu */
li.sidebar-addresses {
display: none;
}

::selection{
    color: #000000
}

.menuActButtons{
  display:flex;
  gap:5px;
}

.menuActButtons .nButton{
  flex:1;
  min-width:0;
}

/* HIDES REQUEST CREDIT ACCOUNT FROM REGISTRATION FORM */
body.ex-register > div.page-content > section > div > div > div > form > div:nth-child(6) {
display: none ;
}

.menu .catalog-block > ul {
  padding-left: 360px !important;
  display: block !important;
}

.tech-specs .attr_catalog_page_number { display: none; }
.tech-specs .attr_105730 { display: none; }

.customerService .customerServiceBoxes .customerServiceBox:last-of-type {
  width: calc(50% - 10px) !important;
}
@media only screen and (max-width: 576px) {
  .customerService .customerServiceBoxes .customerServiceBox:last-of-type {
    width: 100% !important;
  }
}
body.ex-name-brewardsprogram #htmlcontent_118099 > div > section > div {
display: none;
}

.filtername-instock h5 {
color: #268068 !important;
}

#filterswrapper > section.filter-section.filtername-category.filter-expanded > div > div > label > a {

overflow-wrap: break-word;

}