/* I Make Stuff — brand skin for Vertex 9 */
:root { --ims-accent: #e86c2f; }

.primary-color { color: #e86c2f !important; }
.bg-primary { background: #e86c2f !important; }
.btn-primary { background: #e86c2f !important; border-color: #e86c2f !important; }
.btn-primary:hover { background: #d4601f !important; border-color: #d4601f !important; }
.text-primary { color: #e86c2f !important; }
.border-primary { border-color: #e86c2f !important; }

html #header .header-nav-main nav > ul > li > a.active { color: #e86c2f; }
html #header .header-nav-main nav > ul > li.open > a,
html #header .header-nav-main nav > ul > li:hover > a,
html #header .header-nav-main nav > ul > li:focus > a { color: #e86c2f; }
html #header .header-nav-main nav > ul > li.dropdown.open > a:before,
html #header .header-nav-main nav > ul > li > a.active:before { border-color: #e86c2f; }

/* Cart badge */
.ims-cart-badge { background: #e86c2f; color: #fff; border-radius: 50%; font-size: 0.65rem; font-weight: 700; padding: 1px 5px; margin-left: 4px; vertical-align: middle; display: none; }
.ims-cart-badge.show { display: inline-block; }

/* Customer portal button */
.ims-portal-btn { background: #e86c2f !important; border-color: #e86c2f !important; color: #fff !important; font-weight: 600; border-radius: 3px; }
.ims-portal-btn:hover { background: #d4601f !important; border-color: #d4601f !important; }
