/* CENTER COPYRIGHT MESSAGE */

.copyright_container {
    font-size: 1em;
    text-align: center;
}
.doublebanner_wrapper .banner_content .banner_button, .singlebanner_wrapper .banner_content .banner_button {
    margin: 0;
    width: 200px;
}

.doublebanner_wrapper .banner_content, .singlebanner_wrapper .banner_content {
    align-items: start;
    padding-left: 40px;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
}

.homepageaboutusbanner h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 30px;
}

.homepageaboutusbanner h3, .h3 {
    font-size: 1.5em;
    color: #fff;
    font-style: regular;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.homepageaboutusbanner h2, .h2 {
    color: #fff;
}

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

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


.mainbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #303132 !important;
    background: #fff !important;
   border: #303132 3px solid !important;
}

.mainbutton:hover {
      color: #fff !important;
    background: #303132 !important;
 border: #303132 3px solid !important;
}

.footersocials .social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: auto;
    justify-content: flex-start !important;
    margin: 0;
    flex-direction: row-reverse;
}

div.customertools .customertools-container {
    background: #efefef;
    color: var(--evo-text-col);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px 24px 40px;
}

#cdash_address .with-padding-trl {
    background-color: #ffffff;
    padding: 15px;
}

.cookiespolicies-banner {
    background: #ffd302;
    color: beige;
    color: black;
}

div.customertools .nav .group-name[data-name=products], div.customertools .nav .sidebar-contractitems, div.customertools .nav .sidebar-freqpurchased, div.customertools .nav .sidebar-myquotebuilder, div.customertools .nav .sidebar-myquotes, div.customertools .nav .sidebar-quicklists, div.customertools .nav .sidebar-savedcarts {
    order: -400;
    display: none;
}

div.customertools .nav li.group-name {
    border-top: 1px solid #d3d3d3;
    color: grey;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 1.5em;
}

.breadcrumb {
    background: none;
    margin: 0 auto;
    max-width: 1450px;
    overflow: hidden;
    padding: 5px 10px 12px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: none;
}

.pagesbuttonsecond {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #000 !important;
    background: #ffd203 !important;
   border: #000 3px solid !important;
}

.pagesbuttonsecond:hover {
      color: #000 !important;
    background: #fff !important;
 border: #000 3px solid !important;
}

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

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

.pagesbutton:hover {
      color: #000 !important;
    background: #ffd104 !important;
 border: #000 3px solid !important;
}

.contactformedit {
      border: solid 1px black !important;
    padding: 15px;
    border-radius: 20px !important;
}

.catalog-grid h2 {
    font-size: 1.75em;
    color: #1a1a1a;
    font-style: regular;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
}

.productsummary_container .productdetails .prod-code span {
    background-color: #f2f2f2;
    color: var(--evo-text-col);
    font-weight: 400;
}

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