<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font: 14px "Nunito Sans", Helvetica, Arial, sans-serif;
	color: #000000;
	background: #ffffff;
}

.logo, img {
	margin-top: 0;
	max-width: 100%;
}

a:hover,
a:focus {
	text-decoration: none;
}

.search-results-search .form-control {
	height: 45px;
}

.carousel-control.left,
.carousel-control.right {
	background-image:transparent !important;
	background:none !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navbar-default .navbar-collapse {
	padding: 0;
}

@media(max-width:767px) {
	.navbar-default .navbar-collapse {
		padding: 0 15px;
	}

	.viewby &gt; a {
		padding: 6px 10px;
	}

	.form-horizontal .control-label {
		margin-top: 8px;
	}
}

@media (min-width: 768px) {
	.dropdown-hover:hover &gt; .dropdown-menu {
		display: block;
	}
}

/* Start Header */
header {
	margin-bottom: 20px;
}

#homepageCarousel {
	margin-top: -20px;
}

.wrapper-header {
	padding: 13px 0;
}

.wrapper-logo {
	text-align: center;
}

@media (max-width: 767px) {
	.wrapper-logo {
		margin-top: 20px;
	}
}

.header-search,
#header-cart {
	margin: 0;
}

.header-search .form-control,
.header-search .btn {
	border: none;
	height: 45px;
	box-shadow: none;
	background: none !important;
	outline: none !important;
}

.header-search {
	width: 270px;
	border-bottom: 1px solid #ebebeb;
}

.header-search .form-control {
	font-size: 16px;
	color: #000000;
}

@media (max-width: 991px) {
	.header-search {
		width: 100%;
	}
	.header-search .form-control {
		font-size: 14px;
	}
}

.header-search .form-control::-webkit-input-placeholder {
	color: #000000;
}

.header-search .form-control:-moz-placeholder { /* Firefox 18- */
	color: #000000;
}

.header-search .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #000000;
}

.header-search .form-control:-ms-input-placeholder {
	color: #000000;
}

.header-search .btn {
	color: #005ba6;
}

.nsearchinput-pl.well {
	margin-top: 45px !important;
}

#header-cart &gt; a {
	font-weight: 700;
	color: #000000;
	box-shadow: none !important;
}

#header-cart &gt; a span {
	position: relative;
}

#header-cart &gt; a .total-items {
	font-size: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: -10px;
	right: -8px;
	color: #ffffff;
	background: #f25f5c;
	text-align: center;
	border-radius: 50%;
}

#header-cart &gt; a .fa-shopping-cart {
	font-size: 20px;
}

#header-cart &gt; a #header-subtotal {
	margin-left: 7px;
}

.navbar-account {
	margin: 0px 20px 0 0;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.navbar-account &gt; li &gt; a {
	padding: 0;
	color: #000000;
	line-height: normal;
	background: none !important;
}

.navbar-account &gt; li &gt; a .fa-user-circle {
	font-size: 20px;
}

.navbar-default {
	margin: 15px 0 0 0;
	border: none;
	background: none;
	min-height: inherit;
	text-align: center;
}

.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
	color: #ffffff;
	background: #034a84;
}

@media (min-width: 768px) {
	.vertical-align {
		display: flex;
		align-items: center;
	}

	.navbar-default .navbar-nav &gt; li {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
}

.navbar-default .navbar-nav {
	float: none;
}

.navbar-default .navbar-nav &gt; li &gt; a {
	padding: 0 12px;
	color: #000000;
	text-transform: uppercase;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus,
.navbar-default .navbar-nav &gt; li:hover &gt; a,
.navbar-default .navbar-nav &gt; li:focus &gt; a {
	color: #005ba6;
	background: none;
}

.usp {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

.usp &gt; li {
	margin: 0 15px;
	display: inline-block;
	vertical-align: middle;
}

.wrapper-usp {
	padding: 10px 0;
	background: #000000;
}

.usp &gt; li &gt; a {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.usp &gt; li {
		margin: 0 10px;
	}

	.usp &gt; li &gt; a {
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.navigation-list {
		margin-bottom: 0;
		text-align: center;
	}

	.wrapper-usp {
		padding: 5px 0;
	}

	.usp &gt; li {
		margin: 5px 0;
		display: block;
	}

	.usp &gt; li &gt; a {
		font-size: 11px;
	}

	.navbar-default .navbar-collapse {
		border-color: transparent;
	}

	.navbar-default .navbar-nav &gt; li &gt; a {
		padding: 10px 15px;
	}

	.navbar-default .navbar-nav &gt; li &gt; a[aria-expanded=true] .fa::before {
		content: "\f106";
	}

	.navbar-default .navbar-nav &gt; li:last-child &gt; a {
		padding-bottom: 0;
	}

	.navbar-default {
		text-align: left;
	}

	.navbar-default .navbar-nav {
		margin-top: 15px;
		padding-top: 10px;
		border-top: 1px solid #000000;
	}

	.collapse-menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.collapse-menu &gt; li &gt; a {
		padding: 10px 0 10px 25px;
		font-size: 13px;
		line-height: 13px;
		color: #000000;
		display: block;
		background: #ffffff;
	}

	.collapse-menu &gt; li:hover &gt; a,
	.collapse-menu &gt; li:focus &gt; a,
	.collapse-menu &gt; li &gt; a:hover,
	.collapse-menu &gt; li &gt; a:focus {
		color: #005ba6;
		background: #ffffff;
	}

	.third-menu {
		border-bottom: none;
		display: none;
	}

	.third-menu &gt; li &gt; a {
		padding: 10px 0 10px 40px;
	}
}

/* Start Homepage */
.carousel-control.left .fa {
	left: 0;
}

.carousel-control.right .fa {
	right: 0;
	left: auto;
}

.carousel-control .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	opacity: 1;
	color: #000000;
	background: #ffffff;
	text-shadow: none;
}

.carousel-control {
	opacity: 1;
}

.carousel-control .fa:hover,
.carousel-control .fa:focus {
	color: #ffffff;
	background: #000000;
}

.carousel-indicators {
	margin: 0;
	top: 10%;
	bottom: auto;
	right: 15px;
	left: auto;
	width: auto;
}

.carousel-indicators li.active {
	border-color: #005ba6;
	background: #005ba6;
}

.carousel-indicators li {
	margin: 0 5px;
	width: 12px !important;
	height: 12px !important;
	background: #ffffff;
}

@media (max-width: 767px) {
	.carousel-control {
		display: none;
	}
}

.featured-category-thumbnail {
	margin-top: 20px;
}

.featured-category-thumbnail &gt; .image {
	position: relative;
	display: block;
}

.featured-category-thumbnail .caption {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}

.featured-category-thumbnail .headline {
	padding: 10px 20px;
	margin: 0;
	font-size: 14px;
	color: #000000;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	background: rgba(255,255,255,0.75);
}

.featured-category-thumbnail .headline .fa {
	margin-left: 5px;
}

.featured-category-thumbnail &gt; .image:hover .headline,
.featured-category-thumbnail &gt; .image:focus .headline {
	color: #ffffff;
	background: rgba(0,96,166,0.8);
}

.wrapper-heading {
	margin: 40px 0;
	text-align: center;
	position: relative;
}

.wrapper-heading::before {
	content: "";
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	background: #ebebeb;
}

.heading {
	padding: 0 25px;
	margin: 0;
	font-size: 28px;
	color: #005ba6;
	position: relative;
	z-index: 2;
	display: inline-block;
	text-transform: uppercase;
	background: #ffffff;
}

@media (max-width: 991px) {
	.heading {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.heading {
		font-size: 22px;
		padding: 0 15px;
	}
}

.thumbnail {
	padding: 0;
	margin-bottom: 20px;
	border: none;
}

.thumbnail .caption {
	padding: 20px 15px 0;
	text-align: center;
}

.thumbnail .caption h3 {
	margin-bottom: 13px;
	font-size: 14px;
	height: 38px;
	line-height: normal;
}

.thumbnail .caption h3 a {
	color: #000000;
	text-transform: uppercase;
}

.thumbnail .caption .price {
	margin-bottom: 13px;
	font-size: 20px;
	line-height: 20px;
	height: auto;
}

.thumb-rrp {
	margin-left: 5px;
	font-size: 14px;
	color: #777777;
	text-decoration: line-through;
}

.thumbnail .caption .price span {
	display: inline-block;
	vertical-align: middle;
}

.thumbnail .buying-options .btn,
.thumb_list .buying-options .btn {
	line-height: 14px;
	padding: 11.5px 33px 9.5px;
	text-transform: uppercase;
	border: none;
}

.thumbnail .buying-options &gt; span,
.thumb_list .buying-options &gt; span {
	float: left;
}

.thumbnail .buying-options,
.thumb_list .buying-options {
	display: inline-block;
	overflow: hidden;
}

.thumbnail .buying-options .btn-default,
.thumb_list .buying-options .btn-default {
	background: #ededed;
}

.thumbnail .buying-options .btn-default:hover,
.thumbnail .buying-options .btn-default:focus,
.thumb_list .buying-options .btn-default:hover,
.thumb_list .buying-options .btn-default:focus {
	background: #c7c5c5;
}

.thumbnail .buying-options .thumb-wishlist .btn,
.thumb_list .buying-options .thumb-wishlist .btn {
	padding: 11px 10.5px 9px;
}

.wrapper-instagram .wrapper-heading {
	margin-bottom: 30px;
}

.carousel-container {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}

.carousel-caption {
	position: absolute;
	top: 50%;
	left: 15px;
	right: auto;
	bottom: auto;
	padding: 30px;
	width: 400px;
	text-align: left;
	text-shadow: none;
	background: rgba(255,255,255,0.8);
}

@media (min-width: 768px) {
	.carousel-caption {
		transform: translateY(-50%);
	}
}

.carousel-caption h3 {
	font-size: 40px;
	color: #000000;
	text-transform: uppercase;
}

.carousel-caption p {
	margin-bottom: 15px;
	font-size: 16px;
	color: #000000;
}

.carousel-caption .btn {
	margin-top: 10px;
	padding: 6.5px 20px;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.carousel-caption {
		padding: 20px;
	}

	.carousel-caption p {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.carousel-caption h3 {
		font-size: 30px;
	}

	.carousel-caption .btn {
		margin-top: 5px;
	}
}

@media (max-width: 991px) {
	.carousel-caption {
		padding: 15px;
	}

	.carousel-caption h3 {
		font-size: 25px;
	}

	.carousel-caption p {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.carousel-caption {
		width: 90%;
		top: auto;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 10px;
	}

	.carousel-caption p,
	.carousel-caption .btn {
		display: none;
	}

	.carousel-caption h3 {
		font-size: 18px;
		margin: 0;
		text-align: center;
	}
}

@media (max-width: 500px) {
	.carousel-caption h3 {
		font-size: 16px;
	}
}

@media (max-width: 400px) {
	.carousel-caption h3 {
		font-size: 14px;
	}
}

.instafeed-image {
	width: 100%;
	background-size: cover;
	background-position: center;
}

.instafeed-image:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

#instafeed {
	padding: 0 10px;
}

#instafeed a {
	padding: 10px 10px 0;
}

@media (min-width: 1199px) {
	#instafeed a.col-lg-2 {
		width: 12.5%;
	}
}

@media (max-width: 1199px) {
	#instafeed a {
		padding-top: 15px;
	}
}

@media (max-width: 500px) {
	.wrapper-instagram .heading {
		font-size: 18px;
	}
}

/* Start Category */
.list-group-item {
	border-color: #005ba6;
}

#pricesearch .btn {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

.page-header {
	color: #034a84;
	font-weight: 700;
}

.breadcrumb {
	padding: 0;
	background: none;
}

.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
	color: #ffffff;
	background: #000000;
	box-shadow: none;
}

.viewby .btn {
	border-color: #000000;
}

.thumb_list h3 {
	font-size: 16px;
}

.thumb_list h3 a {
	color: #000000;
}

.thumb_list .price {
	font-size: inherit;
	line-height: normal;
}

.thumb_list .price .label {
	margin-bottom: 10px;
	font-size: 12px;
	display: inline-block;
}

.thumb_list .price p {
	font-size: 20px;
	line-height: 22px;
}

@media (max-width: 767px) {
	.thumb_list .price p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 500px) {
	.thumb_list h3 {
		font-size: 14px;
	}

	.thumb_list .price p {
		font-size: 14px;
		line-height: 18px;
	}
}

.colour-box,
.colour-img {
	width: 35px;
	height: 35px;
	display: block;
	border: 1px solid #ebebeb;
}

.variation-name {
	padding: 0;
}

.specific-colour ._itmspec_listitm {
	float: left;
}

.specific-colour ._itmspec_selected {
	padding: 0;
}

.specific-colour ._itmspec_lnk {
	display: block;
	position: relative;
}

.specific-colour ._itmspec_selected::before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	color: #ebebeb;
}

hr,
.page-header {
	border-color: #ebebeb;
}

.nColourList {
	margin: 0 0 15px;
	height: 20px;
	display: inline-block;
}

.nSwatch {
	margin: 0 0 0 5px;
	float: left;
}

.nSwatch:first-child {
	margin-left: 0;
}

.nSwatch span {
	width: 20px;
	height: 20px;
	border: solid 1px #e8e7e3;
	display: block;
	background-size: cover !important;
}

#shipbox .btn-stack {
	margin: 0 -7.5px;
}

#shipbox .btn-stack &gt; div {
	padding: 0 7.5px;
}

/* Start Product */
.product-name {
	margin-bottom: 15px;
	font-weight: 700;
	color: #034a84;
	line-height: 42px;
}

.subtitle {
	margin-top: -12px;
	margin-bottom: 20px;
	color: #777777;
}

.main-image.text-center {
	border: 1px solid #ebebeb;
}

.row.alt-images {
	margin: 0 -7.5px;
}

.row.alt-images &gt; div {
	padding: 0 7.5px;
}

.alt-images .fancybox {
	margin-top: 20px;
	display: block;
	border: 1px solid #ebebeb;
}

.wrapper-pricing {
	font-size: inherit;
}

.wrapper-pricing &gt; div {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.productpricetext, .productpromo {
	font-size: 30px;
	font-weight: bold;
}

.availability_description {
	display: block;
}

.cat-image-icon {
	width: 20px;
	margin-right: 7px;
}

.navbar-default .panel {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.review-dropdown &gt; span {
	margin-right: 15px;
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: middle;
}

.review-dropdown &gt; span:first-child {
	margin-left: 0;
}

.review-dropdown .label {
	padding: 6px 9px;
}

.tabbable {
	margin-top: 30px;
}

.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

.tabbable .nav-tabs &gt; li {
	margin-bottom: 0;
}

.tabbable .nav-tabs &gt; li &gt; a {
	padding: 12px 30px;
	font-size: 16px;
	border: none !important;
}

.tabbable .nav-tabs {
	border: none;
}

.tabbable .tab-content {
	padding: 20px;
	border: 1px solid #000000;
}

@media (max-width: 1199px) {
	.product-name {
		font-size: 30px;
		line-height: 36px;
	}

	.subtitle {
		margin-top: -7px;
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.product-name {
		font-size: 25px;
		line-height: 31px;
	}

	.subtitle {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.product-name {
		margin-top: 20px !important;
		font-size: 22px;
		line-height: 28px;
	}

	.subtitle {
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.product-name {
		font-size: 20px;
		line-height: 26px;
	}

	.subtitle {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	#accordion.products .panel-body {
		font-size: 14px;
		line-height: 20px;
	}

	#accordion.products &gt; .panel &gt; .panel-heading {
		padding: 0;
	}

	#accordion.products &gt; .panel &gt; .panel-heading &gt; .panel-title {
		font-size: 14px;
	}

	#accordion.products &gt; .panel &gt; .panel-heading &gt; .panel-title &gt; a {
		padding: 10px 15px;
		display: block;
		position: relative;
		color: #ffffff;
		background: #292f36;
	}

	#accordion.products &gt; .panel &gt; .panel-heading &gt; .panel-title&gt; a .fa {
		position: absolute;
		top: 11px;
		right: 15px;
	}

	#accordion.products &gt; .panel {
		border-color: #292f36;
	}

	#accordion.products &gt; .panel.active &gt; .panel-heading &gt; .panel-title &gt; a {
		color: #000000;
		background: #ededed;
		border-color: #ededed;
	}

	#accordion.products &gt; .panel.active {
		border-color: #ededed;
	}

	#accordion.products {
		margin-top: 20px;
	}
}

/* Start Footer */
.wrapper-footer {
	margin-top: 50px;
}

.footer-newsletter {
	padding: 30px 0;
	text-align: center;
	background: #000000;
}

.footer-newsletter h4 {
	margin: 0;
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
}

.footer-newsletter form {
	width: 480px;
	margin-left: 35px;
}

.footer-newsletter h4, .footer-newsletter form,.footer-newsletter .list-social {
	display: inline-block;
	vertical-align: middle;
}

.footer-newsletter form .form-control,.footer-newsletter .btn {
	height: 40px;
	border: none;
}

.footer-newsletter form .form-control {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
}

.footer-newsletter .btn {
	padding: 6px 17px;
	text-transform: uppercase;
	outline: none !important;
}

.footer-newsletter .list-social {
	margin: 0 0 0 40px;
	font-size: inherit;
}

.list-social a {
	font-size: 30px;
	line-height: 30px;
	color: #ebebeb;
	display: block;
}

.list-social a:hover,
.list-social a:focus {
	color: #86c8fe;
}

.footer-newsletter .list-social &gt; li {
	padding: 0 30px 0 0;
}

.footer-newsletter .list-social &gt; li:last-child {
	padding-right: 0;
}

@media (max-width: 991px) {
	.footer-newsletter {
		padding: 25px 0;
	}

	.footer-newsletter h4 {
		font-size: 20px;
	}

	.footer-newsletter form {
		width: 360px;
		margin-left: 25px;
	}

	.footer-newsletter .list-social {
		margin: 0 0 0 30px;
	}

	.footer-newsletter .list-social &gt; li {
		padding: 0 25px 0 0;
	}
}

.nav-pills &gt; li {
	padding-right: 15px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #ebebeb;
}

.nav-pills &gt; li &gt; a {
	padding: 0;
	line-height: 14px;
	color: #000000;
	text-transform: uppercase;
}

.nav-pills &gt; li &gt; a:hover,
.nav-pills &gt; li &gt; a:focus {
	color: #005ba6;
	background: none;
}

.nav-pills &gt; li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

.list-payment {
	margin-bottom: 0;
}

.footer-payment {
	padding: 20px 0 15px;
}

.payment-icon-container {
	padding: 0 10px;
	height: 30px;
	background: none;
}

.footer-address {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #ebebeb;
}

.nav-pills.nav-stacked {
	margin-top: 2px;
}

@media (max-width: 991px) {
	.footer-payment {
		text-align: center;
	}

	.list-payment {
		margin-top: 15px;
	}
}

address {
	margin: 0;
	font-size: 12px;
}

address a {
	margin-left: 15px;
	padding-left: 15px;
	line-height: 12px;
	display: inline-block;
	color: #000000;
	border-left: 1px solid #000000;
}

@media (max-width: 767px) {
	.footer-newsletter h4,
	.footer-newsletter form,
	.footer-newsletter .list-social {
		display: block;
	}

	.footer-newsletter form {
		margin: 0;
		width: 100%;
	}

	.footer-newsletter h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.footer-newsletter {
		padding: 20px 0;
	}

	.footer-newsletter .list-social {
		margin: 15px 0 0 0;
	}

	.nav-pills.nav-stacked &gt; li {
		margin: 15px 0;
		padding: 0;
		display: block;
	}

	.list-payment {
		margin-top: 5px;
	}

	.list-social a {
		font-size: 25px;
		line-height: 25px;
	}

	address a {
		padding: 0;
		margin: 0;
		border: none;
		display: block;
	}
}
</pre></body></html>