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

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

.categoryfiltermenu_container, .filters_container {
    background-color: #fdf6f6;
    border-radius: 5px;
    padding: 35px 20px;
}

.merchandisingcontent_container .tile {
  .footer .footer-wrapper-description {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  div.product-sku {
    margin-top: auto;
  }
}

.product .non-returnable {
   display: none;
}

.label-danger {
    background-color: #007e45;
}

.contacts .contact-element.contact-icon i {
    color: #f11c22;
}

footer.footer .logo_container .logo img {
    height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
}

a {
    text-decoration: none;
    color: white;
}

.merchandisingcontent_container .tile {
  .footer .footer-wrapper-description {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  div.product-sku {
    margin-top: auto;
  }
}

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