/* ===== TALICO BRAND COLORS ===== *//* Heading colors */
h1, h2, h3, h4 { color: #1A1A1A; }
h5, h6 { color: #3D3D3D; }/* Body text */
body { color: #3D3D3D; }
p { color: #3D3D3D; }/* Price color WooCommerce */
.price ins, .price .amount,
.woocommerce-Price-amount { color: #E8231A !important; }
.price del .amount { color: #888888 !important; }/* Product card hover */
.product-item:hover .product-image { border-color: #E8231A; }/* Section background xen ke */
.section-bg-light { background-color: #F2F2F2 !important; }/* Button primary hover */
.btn-primary:hover,
.btn-primary:focus { background-color: #C41810 !important; border-color: #C41810 !important; }/* Footer links */
footer a { color: #BBBBBB; }
footer a:hover { color: #F5A623 !important; }/* Footer background */
#footer { background-color: #1A1A1A; color: #FFFFFF; }
.footer-bottom { background-color: #111111; color: #888888; }/* Badge moi / hot */
.badge-new, .onsale { background-color: #F5A623 !important; color: #1A1A1A !important; }/* Trust bar icons */
.feature-box i, .icon-box i { color: #E8231A; }/* Card border hover do */
.porto-card:hover, .product-item:hover { border-color: #E8231A !important; }/* Nav active */
.main-nav > li.active > a,
.main-nav > li > a:hover { color: #E8231A !important; }/* Breadcrumb */
.breadcrumb-item a { color: #E8231A; }