.text-right p {
    color: black !important;
  font-size: 1.2em;
}

.copyrightrow {
  background-color: white !important;
}

footer .payment img {
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 6px;
    width: 60px;
    border: solid 1px black;
    border-radius: 10px;
}

.header-switch {
    background: #f8e901 !important;
    color: var(--evo-text-col);
    padding: 8px 0;
}

.header-switch .current-branch-banner a {
    color: black !important;
    display: block;
    line-height: 1.5;
    margin: 2px 0;
}

.header-switch .current-branch-banner {
    background: none;
    display: block;
    font-size: .8em;
    padding: 0;
    text-align: center;
}

.bg-primary {
    background-color: #000000 !important;
}

footer.footer>* {
    padding: 25px 0;
}

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

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

.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;
}

.merchandising-content-static .widget-box .btn-widget-action {
    border: 1px solid #fff;
    border-radius: 5px;
    color: white !important;
    display: block;
    font-size: 18px;
    margin-top: 10px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
}

  .saleCta{
  	background: #fff;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 4px;
  }
  .saleCta h2{
  	color: #000;
  }
  .saleCta a {
  	background: #f7e900;
    padding: 8px 16px;
    color: #1b1b1b;
    text-decoration: none;
    width: fit-content;
    font-weight: bold;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
  }
  .saleCta a:hover{
    background: #F5B970;
  }
  @media screen and (max-width: 992px){
    .saleCta{
      align-items: center;
      text-align: center
    }
  }
  .sale-section-wrapper{
  	background: #000;
    width: 100vw;
  }
  .sale-section-wrapper .container-fluid{
  	max-width: 1450px;
    margin: auto;
    padding: 32px 16px !important;
  }
  .sale-section-wrapper > .container-fluid > .row-wrapper > .row{
  	display: flex;
    align-items: flex-end !important;
  }
  .sale-section-carousel .owl-carousel .owl-item {
    margin-right: 16px !important;
  }
  .sale-section-carousel .owl-carousel .owl-stage {
    margin-right: -16px !important;
  }
  .owl-item{
  	height: fit-content !important;
  }
  .sale-section-carousel .tile, .best-sellers-section .tile{
  	background: #fff;
    padding: 0 !important;
    border-radius: 4px !important;
    overflow: auto;
    border: none !important;
    margin: 0px auto !important;
    max-width: 250px;
  }

.categoryback {
  background:#f2f2f2 !important;
  padding-top: 30px !important;
  padding-bottom: 50px !important;
}

.header-switch {
    background: #f8e901 !important;
    color: var(--evo-text-col);
    padding: 8px 0;
    display: none;
}

.btn-default, .btn-primary, .btn-sm, .btn-xs {
    background-color: var(--evo-brand-default);
    COLOR: YELLOW;
}

.quoterequest {
    background: #f2f2f2 !important;
    padding: 10px !important;
    border: solid 1px darkgray !important;
  border-radius: 6px !important;
}

.quoterequest .btn-primary {
    width: 100% !important;
    font-weight: 700 !important;
}

.quoterequest p {
  color: #1a1a1a !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: #000 !important;
   border: #000 3px solid !important;
width: 100% !important;
}

.pagesbutton:hover {
      color: #000 !important;
    background: #f2f2f2 !important;
 border: #000 3px solid !important;
width: 100% !important;
}

.runningheaderbar {
  background: #f5f1ee !important;
}