<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Generic
-------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,600;1,400&amp;display=block');
body {
	font-family: "Libre Franklin", sans-serif /*{Body | body-font-family}*/;
	color: #2a2a2a;
}
a, a:hover, a:active, .btn-link, .btn-link:hover, .sidebar-menu a.nav-link:hover {
	color: rgba(255, 100, 76, 1) /*{Body | link-colour}*/;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Libre Franklin", sans-serif /*{Body | header-font-family}*/;
}
/* Header 
-------------------------------*/
header {
	background-color: rgba(15, 15, 15, 1) /*{Header | Header background colour}*/;
	border-bottom: 1px solid #F7F7F7;
}
header .btn-header,
header .btn-header:hover {
    color: #ffffff /*{Header | Phone, account and cart link colour}*/;
}
header .btn-header i {
    color: rgba(230, 85, 28, 1) /*{Header | Phone, account and cart icon colour}*/;
}
/* Sidebar Menu 
-------------------------------*/
nav .card-header {
	background-color: rgba(209, 96, 20, 1) /*{Sidebar Menu | Menu header background colour}*/;
	color: #ffffff /*{Sidebar Menu | Menu header text colour}*/;
}
nav .card .card-body ul .nav-wrapper {
	background-color: #f7f7f7 /*{Sidebar Menu | Menu top level background colour}*/;
}
/* Homepage 
-------------------------------*/
#homepage-content,
.carousel-caption {
    border-color: rgba(255, 121, 76, 1) /*{Homepage | Content border colour}*/;
}
/* Footer 
-------------------------------*/
.wrapper-footer {
	background-color: #101011 /*{Footer | Background color}*/;
}
.wrapper-footer h4 {
	color: rgba(255, 177, 76, 1) /*{Footer | Heading colour}*/;
}
.wrapper-footer a, 
.wrapper-footer a:hover, 
.wrapper-footer a:active,
.wrapper-footer * {
	color: rgba(247, 247, 247, 1) /*{Footer | Text colour}*/;
}
footer .nav.list-social i {
    background-color: rgba(255, 148, 76, 1) /*{Footer | Social icon background colour}*/;
    color: #ffffff /*{Footer | Social icon colour}*/;
}
/* Buttons 
-------------------------------*/
/* Primary button */
.btn-primary {
	color: #ffffff /*{buttons | primary-btn-active-text-colour}*/;
	background-color: #2a2a2a /*{buttons | primary-btn-active-background-colour}*/;
	border-color: #2a2a2a /*{buttons | primary-btn-active-border-colour}*/;
}
.btn-primary:hover,
.btn-primary.disabled, .btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show &gt; .btn-primary.dropdown-toggle {
	color: rgba(255, 207, 76, 1) /*{buttons | primary-btn-hover-text-colour}*/;
	background-color: #000000 /*{buttons | primary-btn-hover-background-colour}*/;
	border-color: #000000 /*{buttons | primary-btn-hover-border-colour}*/;
}
/* Success button */
.btn-success {
	color: rgba(252, 252, 252, 1) /*{buttons | success-btn-active-text-colour}*/;
	background-color: rgba(214, 88, 4, 1) /*{buttons | success-btn-active-background-colour}*/;
	border-color: rgba(227, 89, 9, 1) /*{buttons | success-btn-active-border-colour}*/;
}
.btn-success:hover,
.btn-success.disabled, .btn-success:disabled,
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show &gt; .btn-success.dropdown-toggle {
	color: rgba(237, 232, 232, 1) /*{buttons | success-btn-hover-text-colour}*/;
	background-color: rgba(247, 145, 49, 1) /*{buttons | success-btn-hover-background-colour}*/;
	border-color: rgba(230, 127, 9, 1) /*{buttons | success-btn-hover-border-colour}*/;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #666;
	background-color: #fff;
	border-color: #ccc;
}
.btn-outline-secondary:hover, .btn-default:hover,
.btn-outline-secondary.disabled, .btn-default:disabled,
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-secondary.dropdown-toggle, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show &gt; .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e3e3e3;
	border-color: #e3e3e3;
}</pre></body></html>