:root {
  --evo-brand-secondary: #e47717;
  --evo-brand-accent: #a9ddb7;
  --evo-header-background: #fff;
  --evo-brand-ltgreen: #a9ddb7;
  --evo-brand-mdgreen: #44944e;
  --evo-brand-dkgreen: #546953;
  --evo-brand-txtgreen: #4a864f;
  --evo-brand-ltorange: #fbc844;
  --evo-brand-dkorange: #e47717;
  --evo-brand-ltgrbg: #eef7ef;
}

.floating-buttons { bottom:50%; }
.floating-buttons i { font-size:40px; }
.floating-buttons .btn-material { width:75px; height:75px; }
.floating-buttons .btn-primary { background-color: var(--evo-brand-secondary); }

/* product tiles */
button#addItemToCart.btn-add-to-cart { display: none !important; }
.ex-searchresult .quoteme-wrapper, .ex-category .quoteme-wrapper { display: block !important; }

/* product layout */
.productspecs_container .tech-specs .item:nth-child(odd),
.productsummary_container .productdetails .prod-code span { background-color: var(--evo-brand-ltgrbg); }

/* credit application layout */
.creditappform h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #009bde;
    margin-top: 30px;
    margin-bottom: 30px;
}