﻿/* ===== TUFF MEDIA — Order Form Custom Theme ===== */

/* --- PRODUCT PLAN BOXES (red, lighter red Order Now button) --- */
#order-standard_cart .products .product {
  background: #CC0000 !important;
  border-color: #AA0000 !important;
  color: #ffffff !important;
}
#order-standard_cart .products .product header {
  background: #CC0000 !important;
  border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}
#order-standard_cart .products .product header span,
#order-standard_cart .products .product .product-desc p,
#order-standard_cart .products .product .product-desc li,
#order-standard_cart .products .product .product-desc span,
#order-standard_cart .products .product .product-pricing span.price {
  color: #ffffff !important;
}
#order-standard_cart .products .product .btn-order-now,
#order-standard_cart .products .product .btn-success {
  background-color: #e63333 !important;
  border-color: #cc0000 !important;
  color: #ffffff !important;
}

/* --- PRODUCT/OPTIONS HEADER BAR (red) --- */
#order-standard_cart .view-cart-items-header {
  background-color: #CC0000 !important;
  color: #ffffff !important;
}
#order-standard_cart .view-cart-items {
  border-bottom: 2px solid #CC0000 !important;
}

/* --- VALIDATE CODE BUTTON (red) --- */
#order-standard_cart .promo .btn-block,
button[name="validatepromo"] {
  background-color: #CC0000 !important;
  border-color: #AA0000 !important;
  color: #ffffff !important;
}

/* --- REVIEW & CHECKOUT HEADING (black) --- */
#order-standard_cart .font-size-36 {
  color: #111111 !important;
}

* { transition: none !important; }