.page-content {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.logo img {
  max-height: 200px !important;
}

.contactformchanges {
    border: solid 1px #eaeaea;
    padding: 20px;
}

.contactformchanges .catalog-grid h2 {
  padding-bottom: 20px !important;
}


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

.pagesbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #fff !important;
    background: #11392e !important;
   border: #11392e 3px solid !important;
  width: 100% !important;
}

.pagesbutton:hover {
      color: #11392e !important;
    background: #fff !important;
 border: #11392e 3px solid !important;
}

nav.menu .catalog-block ul.catalog > li > a:hover {
    color: #f4a235;
}

/* Hide Search until ECOM ready */

header section.search .search-form .form-group input {
    border-color: #d3d3d3;
    border-radius: 5px;
    color: var(--evo-text-col);
    height: 46px;
    display: none;
}

header .header-mobile .header-search .relsearch .search-actions button[type=submit], header section.search .search-form .search-actions button[type=submit], section.search .search-form .search-actions button[type=submit] {
    opacity: 1;
    transition: opacity .3s;
    display: none;
}

header .header-mobile .header-search .relsearch .search-actions .ai-search-trigger, header section.search .search-form .search-actions .ai-search-trigger, section.search .search-form .search-actions .ai-search-trigger {
    color: var(--evo-brand-default);
    font-size: 1.1rem;
    display: none;
}

/* End Hide Search until ECOM ready */

.productspecs_container .tech-specs .item:nth-child(odd) {
    background-color: #fafafa;
}