:root {
  --evo-brand-primary: #a81016;
  --evo-brand-secondary: #4f4f4f;
  --evo-brand-accent: #E6EFFB;
  --evo-header-background: #fff;
}

.top-bar ul{
  gap:20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.nList{
  margin:0;
  padding:0;
  list-style:none;
}
header .header-full .logo_container .logo img {
  width: 160px;
}
header .header-full .top-bar .nList a  {
  color: white;
}

footer.footer .logo_container .logo img {
  height: auto !important;
}
.mxw50p {
  width: auto;
  height: auto;
  max-width: 30px !important;
}


/* Adding spacing between form labels */

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}

/* Centering Titles and Adding Styling */

.creditappform h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #a81016;
    margin-top: 30px;
    margin-bottom: 30px;
}

/**/
.home-merch .tile .brand-label,
.home-merch .tile .product-sku,
.home-merch .tile .price-label-inc-vat,
.home-merch .tile .flex-notes,
.home-merch .tile .addtoquicklist-wrapper,
.home-merch .tile .product-compare-action,
.home-merch .tile .indicators-grid,
.home-merch .tile .product-category,
.ex-name-mhtest #breadcrumb{
  display: none!important;
}
.home-merch .footer-wrapper {
  height: auto!important;
}
.home-merch .tile {
  margin-inline: 10px!important;
  padding: 10px;
}
.home-merch .product-name a{
font-size: 1.1rem!important;
}
.home-merch .footer-wrapper-price {
  flex-direction: row!important;;
  justify-content: space-around;
}

.home-merch h3 {
    font-size:clamp(1.2rem, 3vw, 1.75rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #4f4f4f;
  border: none;
  width: 100%;
}

/* main menu - preventing the 8th and following items from getting hidden on smaller screens */
.header-full .menu .catalog>li:nth-child(n+8) { display: inline-block; }

/* wrapping main nav items */
nav.menu .catalog-block ul.catalog {
  flex-wrap: wrap;
}
.product-info .product-name,
.addtocart-summary .has-price,
.footer .product-name a:not(.in-stock, .out-stock),
.price-label{
  color: #404040!important;
}