<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****GLOBAL STYLES******/
body {
	font-family: "Work Sans", Helvetica, Arial, sans-serif;
	font-size: 14px /*{Global|body-font-size}*/;
	color: #333333 /*{Global|body-font-colour}*/;
	background-image: none /*{Global|body-background-image}*/;
	background-color: #ffffff /*{Global|body-background-colour}*/;
}
.breadcrumb {
	background-color: #efeff0 /*{Global|breadcrumb-background-colour}*/;
}
/**** HEADING STYLES *****/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Work Sans", Helvetica, Arial, sans-serif;
	color: #333333 /*{Headings|headers-colour}*/;
	font-weight: 600;
}
h1,
.h1 {
	font-size: 30px /*{Headings|header-1-font-size}*/;
}
h2,
.h2 {
	font-size: 24px /*{Headings|header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 20px /*{Headings|header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 18px /*{Headings|header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 14px /*{Headings|header-5-font-size}*/;
}
.brave-heading, .brave-subheading {
	border-left-color: #d8ac64 /*{Headings|main-heading-border-colour}*/;
}
.brave-subheading-right {
	border-right-color: #d8ac64 /*{Headings|main-heading-border-colour}*/;
}
/**** BUTTON STYLES ******/
.btn-default {
	color: rgba(51, 51, 51, 1) /*{Buttons|btn-default-text-colour}*/;
	background-color: #ffffff /*{Buttons|btn-default-bg-colour}*/;
	border-color: #cccccc /*{Buttons|btn-default-border-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: rgba(51, 51, 51, 1) /*{Buttons|btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{Buttons|btn-default-bg-colour-hover}*/;
	border-color: #adadad /*{Buttons|btn-default-border-colour-hover}*/;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff /*{Buttons|btn-default-disabled-bg-colour}*/;
	border-color: #cccccc /*{Buttons|btn-default-disabled-border-colour}*/;
}
.btn-primary {
	color: #ffffff /*{Buttons|btn-primary-text-colour}*/;
	background-color: rgba(119, 177, 67, 1) /*{Buttons|btn-primary-bg-colour}*/;
	border-color: #41515e /*{Buttons|btn-primary-border-colour}*/;
}
.btn-primary-ghost {
    border-color: #49a2a2 /*{Buttons|btn-primary-ghost-btn-border-colour}*/;
    color: #49a2a2 /*{Buttons|btn-primary-ghost-text-colour}*/;
    background-color: transparent;
}
.btn-primary-ghost:hover {
    color: #49a2a2 /*{Buttons|btn-primary-ghost-hover-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff /*{Buttons|btn-primary-text-colour-hover}*/;
	background-color: #4d5860 /*{Buttons|btn-primary-bg-colour-hover}*/;
	border-color: #424b52 /*{Buttons|btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #4d5860 /*{Buttons|btn-primary-disabled-bg-colour}*/;
	border-color: #424b52 /*{Buttons|btn-primary-disabled-border-colour}*/;
}
.btn-warning {
	color: #ffffff /*{btn-warning-text-colour}*/;
	background-color: rgba(170, 170, 170, 1) /*{btn-warning-bg-colour}*/;
	border-color: rgba(170, 170, 170, 1) /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff /*{Buttons|btn-warning-text-colour-hover}*/;
	background-color: rgba(170, 170, 170, 1) /*{Buttons|btn-warning-bg-colour-hover}*/;
	border-color: rgba(170, 170, 170, 1) /*{Buttons|btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: rgba(170, 170, 170, 1) /*{Buttons|btn-warning-disabled-bg-colour}*/;
	border-color: rgba(170, 170, 170, 1) /*{Buttons|btn-warning-disabled-border-colour}*/;
}
.btn-danger {
	color: #ffffff /*{Buttons|btn-danger-text-colour}*/;
	background-color: #eb766f /*{Buttons|btn-danger-bg-colour}*/;
	border-color: #e9645d /*{Buttons|btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff /*{Buttons|btn-danger-text-colour-hover}*/ !important;
	background-color: #e85c54 /*{Buttons|btn-danger-bg-colour-hover}*/;
	border-color: #e54b43 /*{Buttons|btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f /*{Buttons|btn-danger-disabled-bg-colour}*/;
	border-color: #d43f3a /*{Buttons|btn-danger-disabled-border-colour}*/;
}
.btn-success {
	color: #ffffff /*{Buttons|btn-success-text-colour}*/;
	background-color: #49a2a2 /*{Buttons|btn-success-bg-colour}*/;
	border-color: #3cafaf /*{Buttons|btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff /*{Buttons|btn-success-text-colour-hover}*/;
	background-color: #3f8d8d /*{Buttons|btn-success-bg-colour-hover}*/;
	border-color: #37a0a0 /*{Buttons|btn-success-border-colour-hover}*/;
}
.btn-success:active:hover, .btn-success.active:hover, .open &gt; .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open &gt; .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open &gt; .dropdown-toggle.btn-success.focus {
    background-color: #3f8d8d /*{Buttons|btn-success-bg-colour-hover}*/;
    border-color: #37a0a0 /*{Buttons|btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #49a2a2 /*{Buttons|btn-success-disabled-bg-colour}*/;
	border-color: #3cafaf /*{Buttons|btn-success-disabled-border-colour}*/;
	opacity: 0.8;
}
.btn-info {
	color: #ffffff /*{Buttons|btn-info-text-colour}*/;
	background-color: #5bc0de /*{Buttons|btn-info-bg-colour}*/;
	border-color: #46b8da /*{Buttons|btn-info-border-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff /*{Buttons|btn-info-text-colour-hover}*/;
	background-color: #39b3d7 /*{Buttons|btn-info-bg-colour-hover}*/;
	border-color: #269abc /*{Buttons|btn-info-border-colour-hover}*/;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de /*{Buttons|btn-info-disabled-bg-colour}*/;
	border-color: #46b8da /*{Buttons|btn-info-disabled-border-colour}*/;
}
/******LABEL STYLES******/
.label-default {
	background-color: #ffffff /*{Labels|label-default-bg}*/;
	color: #41515e /*{Labels|label-default-colour}*/;
	border: 1px solid;
	border-color: #41515e /*{Labels|label-border-colour}*/
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080 /*{Labels|label-default-bg-hover}*/;
}
.label-primary {
	background-color: #41515e /*{Labels|label-primary-bg}*/;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9 /*{Labels|label-primary-bg-hover}*/;
}
.label-success {
	background-color: #5cb85c /*{Labels|label-success-bg}*/;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44 /*{Labels|label-success-bg-hover}*/;
}
.label-info {
	background-color: #5bc0de /*{Labels|label-info-bg}*/;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5 /*{Labels|label-info-bg-hover}*/;
}
.label-warning {
	background-color: rgba(170, 170, 170, 1) /*{Labels|label-warning-bg}*/;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: rgba(170, 170, 170, 1) /*{Labels|label-warning-bg-hover}*/;
}
.label-danger {
	background-color: #eb766f /*{Labels|label-danger-bg}*/;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #e85c54 /*{Labels|label-danger-bg-hover}*/;
}
/**** THUMBNAIL STYLES ***/
.thumbnail-price &gt; .price {
    background-color: rgba(119, 177, 67, 1) /*{Thumbnails|thumbnail-price-background}*/;
}
.badge-wrapper p.featured {
	background-color: #ef6b6b /*{Thumbnails|thumbnail-featured-badge-colour}*/;
}
.badge-wrapper p.inpromo {
	background-color: #6d9cb0 /*{Thumbnails|thumbnail-inpromo-badge-colour}*/;
}
.badge-wrapper p.percentoff {
	background-color: #e8746d /*{Thumbnails|thumbnail-percentoff-badge-colour}*/;
}
.badge-wrapper p.rrp {
	background-color: rgba(170, 170, 170, 1) /*{Thumbnails|thumbnail-rrp-badge-colour}*/;
}
/*****PAGINATION STYLES *******/
.pagination-child button{
	color: rgba(170, 170, 170, 1) /*{Pagination|pagination-text-colour}*/;
	background-color: transparent;
}
.active.pagination-child button{
	background-color: #ffffff;
    color: rgba(170, 170, 170, 1) /*{Pagination|active-pagination-text-colour}*/;
	border-width: 1px;
	border-style: solid;
    border-color: rgba(170, 170, 170, 1) /*{Pagination|active-pagination-border-colour}*/;
}
/******* HEADER STYLES *********/
.header-menu-item-wrapper h2 {
	background: #efefef /*{Header|mobile-menu-item-bg}*/;
	border-left-color: #d8ac64 /*{Header|mobile-menu-item-border-colour}*/;
}
.header-menu-item-wrapper h2:hover{
	background: #4d5860 /*{Header|mobile-menu-item-hover-bg-colour}*/;
}
.wishlist-wrapper i{
    color: rgba(250, 13, 13, 1) /*{Header|wishlist-icon-colour}*/
}
.cart-count {
	background-color: rgba(119, 177, 67, 1) /*{Header|cart-counter-bg-colour}*/;
}
.btn.mob-search{
    background-color: rgba(119, 177, 67, 1) /*{Header|search-bar-button-bg}*/;
    color:#fff;
    border: rgba(119, 177, 67, 1) /*{Header|search-bar-button-bg}*/;
}
.btn.mob-search:hover {
    background-color: rgba(119, 177, 67, 1) /*{Header|search-bar-button-bg}*/;
    color:#fff;
    border: rgba(119, 177, 67, 1) /*{Header|search-bar-button-bg}*/;
}
.category-toggle{
    color: #6d9cb0 /*{Header|mobile-menu-category-toggle-icon-colour}*/;
}
.top-lvl-cat{
	border-color: #6d9cb0 /*{Header|mobile-menu-top-level-category-border}*/;
	border-right: none;
}
.top-lvl-cat.close-menu-wrapper{
    background-color: #6d9cb0 /*{Header|mobile-menu-close-category-menu-button-bg-colour}*/;
	border-color: #6d9cb0 /*{Header|mobile-menu-close-category-menu-button-bg-colour}*/;
}
.header-utility-menu {
	color: #333333 /*{Header|header-utility-menu-text-colour}*/
}
/**** PRODUCT PAGE STYLES ********/
.product-stock__badge-wrapper {
	text-align: right;
    margin-bottom: 20px;
}
.pp-product-img-sm {
	width: 100px /*{Product Page|product-page-image-width}*/;
	height: 100px /*{Product Page|product-page-image-height}*/;
}
@media only screen and (max-width: 767px)  {
	.svg-wrapper p.featured {
		background-color: #ef6b6b /*{Product Page|featured-product-badge-colour}*/;
	}
	
	.svg-wrapper p.inpromo {
		background-color: #6d9cb0 /*{Product Page|promo-product-badge-colour}*/;
	}
	
	.svg-wrapper p.percentoff{
		background-color: #e8746d /*{Product Page|percent-off-badge-colour}*/;
	}
	.svg-wrapper p.rrp{
		background-color: rgba(170, 170, 170, 1) /*{Product Page|rrp-badge-colour}*/;
	}
	.pp-product-img-sm {
	width: 60px /*{Product Page|product-page-image-width}*/;
	height: 60px /*{Product Page|product-page-image-height}*/;
}
	/*.product-stock__badge-wrapper {
	    padding-right: 15px;
		margin-bottom:0px;*/
}
}
.svg-wrapper svg polygon.featured {
    fill: #ef6b6b /*{Product Page|featured-product-badge-colour}*/;
}
.svg-wrapper svg polygon.inpromo {
    fill: #6d9cb0 /*{Product Page|promo-product-badge-colour}*/;
}
.svg-wrapper svg polygon.percentoff {
    fill: #e8746d /*{Product Page|percent-off-badge-colour}*/;
}
.svg-wrapper svg polygon.rrp {
    fill: rgba(170, 170, 170, 1) /*{Product Page|rrp-badge-colour}*/;
}
.information-row .tabbable .tabs-bg {
	background-color: #41515e /*{Product Page|product-page-tabs-section-background}*/;
}
.tabbable .nav &gt; li &gt; a:hover, .tabbable .nav &gt; li &gt; a:focus, .tabbable .nav &gt; .nav-item[aria-selected='true'], .tabbable .nav-tabs &gt; li.active &gt; a, .tabbable .nav-tabs &gt; li.active &gt; a:hover, .tabbable .nav-tabs &gt; li.active &gt; a:focus {
	background-color: rgba(170, 170, 170, 1) /*{Product Page|product-page-tabs-section-active-tab-colour}*/;
}
#product-info-accordion .panel-title &gt; a[aria-expanded='true'] {
	border-left-color: #d8ac64 /*{Product Page|mobile-product-tabs-active-border}*/;
}
#product-info-accordion .panel-title &gt; a[aria-expanded='false'] {
    border-left-color: #41515e /*{Product Page|mobile-product-tabs-inactive-border}*/;
}
.reviews-heading {
	border-left-color: #d8ac64 /*{Product Page|reviews-heading-border-colour}*/;
}
.star-rating i {
	color: rgba(255, 109, 109, 1) /*{Product Page|reviews-stars-color}*/;
}
.leave-review-wrapper a, .no-reviews a {
	border-bottom-color: rgba(255, 109, 109, 1) /*{Product Page|reviews-stars-color}*/;
}
.badge-stock  {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    text-align: center;
    background-color: #333;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}
.badge-secondary {
	background-color: rgba(170, 170, 170, 1) /*{label-default-bg}*/;
}
.badge-primary {
	background-color: rgba(65, 81, 94, 1) /*{label-primary-bg}*/;
}
.badge-success {
	background-color: rgba(119, 177, 67, 1) /*{label-success-bg}*/;
}
.badge-info {
	background-color: rgba(109, 156, 176, 1) /*{label-info-bg}*/;
}
.badge-warning {
	background-color: rgba(33, 37, 41, 1) /*{label-warning-text-colour}*/;
	background-color: rgba(216, 171, 100, 1) /*{label-warning-bg}*/;
}
.badge-danger {
	background-color: rgba(255, 109, 109, 1) /*{label-danger-bg}*/; 
}
.product-enquiry-link {
	margin-top:10px;
}
.product-enquiry-link a {
	color: #03b6fc!important /*{Product Page|product-enquiry-link-colour}*/;
	text-decoration: none;
	font-weight: 600;
}
.product-enquiry-link a:hover {
	text-decoration: underline;
}

/*** HOMEPAGE STYLES ****/
.home-text-wrapper {
	background-color: #41515e /*{Homepage|home-carousel-text-background-colour}*/;
}
.home-carousel-text-wrapper {
	border-left-color: rgba(119, 177, 67, 1) /*{Homepage|home-carousel-border-color}*/;
}
.brands-heading-wrapper {
    border-color: rgba(119, 177, 67, 1) /*{Homepage|homepage-brands-and-social-heading-borders}*/;
	border-right: none;
    border-top: none;
    border-bottom: none;
}
.dropdown-menu.mega-menu .mega-inner {
	-webkit-column-count: 3 /*{Homepage|number-of-columns-in-mega-menu}*/;
	-moz-column-count: 3 /*{Homepage|number-of-columns-in-mega-menu}*/;
	column-count: 3 /*{Homepage|number-of-columns-in-mega-menu}*/;
	-webkit-column-gap: 30px /*{Homepage|gap-in-pixels-between-mega-menu-columns}*/;
	-moz-column-gap: 30px /*{Homepage|gap-in-pixels-between-mega-menu-columns}*/;
	column-gap: 30px /*{Homepage|gap-in-pixels-between-mega-menu-columns}*/;
}
.menu-row-desktop {
    background-color: rgba(119, 177, 67, 1) /*{Homepage|desktop-mega-menu-row-bg-colour}*/;
    color: #ffffff /*{Homepage|desktop-mega-menu-row-text-colour}*/;
}
.menu-row-desktop .nav &gt; li &gt; a:hover, .menu-row-desktop .nav &gt; li &gt; a:focus, .menu-row-desktop .nav &gt; li:hover &gt; a, .menu-row-desktop .nav &gt; li:focus &gt; a {
	background-color: #ffffff /*{Homepage|active-mega-menu-item-bg}*/;
	/*color: #03b6fc !important;*/
	/*text-decoration: underline !important;*/
	color: rgba(119, 177, 67, 1) /*{Homepage|active-mega-menu-item-text-colour}*/ !important;
}
.top-bar, .top-bar .announcement {
	background-color: #efefef /*{Homepage|announcement-bar-background-colour}*/;
	color: #333333 /*{Homepage|announement text colour}*/ ;
}
.advert-grid-1 .caption-backdrop {
    background-color: #669999 /*{Homepage|advert-grid-1-background-colour}*/;
}
.advert-grid-2 .caption-backdrop {
    background-color: #e8746d /*{Homepage|advert-grid-2-background-colour}*/;
}
.advert-grid-3 .caption-backdrop {
    background-color: rgba(228, 228, 228, 1) /*{Homepage|advert-grid-3-background-colour}*/;
}
.advert-grid-4 .caption-backdrop {
    background-color: #41515e /*{Homepage|advert-grid-4-background-colour}*/;
}
/*** CONTENT PAGE STYLES ****/
.content-type-page-title {
    border-left-color: #d8ab64 /*{Content Page|content-type-title-border-colour}*/;
}
.content-page-wrapper {
	background-color: #efeff0 /*{Content Page|content-page-background-color}*/;
}
@media only screen and (max-width: 767px)  {
    .blog-title {
        border-left-color: #6d9cb0 /*{Content Page|mobile-blog-title-border}*/;
    }
}
/*** FOOTER STYLES ***/
.footer-wrapper {
    background-color: rgba(119, 177, 67, 1) /*{Footer|footer-bg-colour}*/;
    color: #fff;
}
.footer-heading:after {
	border-bottom-color: #d8ab64 /*{Footer|footer-headings-underline-colour}*/;
}
.footer-bottom {
	background-color: rgba(170, 170, 170, 1) /*{Footer|footer-bottom-bg-colour}*/;
}
.custom-placeholder::placeholder {
    color: white;
}
/********* All CUSTOM STYLES BELOW HERE *************/
/* 28-10-2022 css start*/
a:hover {
	color: #03b6fc !important;
	text-decoration: underline !important;
}
.home-carousel-text-wrapper button:hover{
    	
	text-decoration: underline !important;
}
.home-carousel-text-wrapper button{
	color: #03b6fc !important;
}
.dropdown-menu.mega-menu .mega-inner &gt; li a:hover {
	color: #03b6fc !important;
	text-decoration: underline !important;
}
.thumbnail-price &gt; .price a{
	color: #03b6fc !important;
}
.thumbnail-price &gt; .price a:hover{
	text-decoration: underline !important;
}
.menu-row-desktop ul.nav li a:hover{
	color: #77b143 !important;
	text-decoration: none!important;
}
.account-wrapper.text-center a:hover , .wishlist-wrapper.text-center a:hover , div#cartcontentsheader a.dropdown-toggle:hover , ul.dropdown-menu.mega-menu .mega-inner li a:hover{
	color: #333 !important;
    text-decoration:none !important;
}
.footer-wrapper ul.nav li a:hover{
		color: #fff !important;
text-decoration: none!important;
}
.product-review.no-reviews a{
	color: #77b143 !important;
}
.product-review.no-reviews a:hover{
    border-bottom-color:  #03b6fc !important;
  
}
a.notify_popup.btn.btn-default.btn-loads {
    color: #000! important;
}
a.notify_popup.btn.btn-default.btn-loads:hover {
    color: #03b6fc !important;
}
.trustpilot-widget iframe:hover{
     color: #03b6fc !important;
     	text-decoration: underline !important;
}
.tabbable .nav-tabs &gt; li a{
	     color: #03b6fc !important;
}
.tabbable .nav-tabs &gt; li a:hover{
	text-decoration: underline !important;
}
.product-review.no-reviews a{
	  color: #03b6fc !important;
	  border-bottom-color: #03b6fc !important;
}
.thumbnail-product-details .product-name a{
	color: #03b6fc !important;
}
.breadcrumb &gt; li a{
	color: #03b6fc !important;
}
.product-wishlist a.wishlist_toggle{
	color: #03b6fc !important;
}
.product-wishlist a.wishlist_toggle:hover{
		text-decoration: underline !important;
}
.content-thumb-wrapper span{
	color: #03b6fc !important;
}
.content-thumb-wrapper span:hover{
		text-decoration: underline !important;
}
.pager li &gt; a, .pager li &gt; span{
	color: #03b6fc !important;
}
.form-inline.buying-options a , .form-inline.buying-options button{
	color: #03b6fc !important;
}
.form-inline.buying-options a:hover , .form-inline.buying-options button:hover{
	text-decoration: underline !important;
}
.brands-heading-wrapper span a{
    	color: #03b6fc !important;
}
.brands-heading-wrapper span a:hover{
    	text-decoration: underline !important;
}
.productdetails p a{
    	color: #03b6fc !important;
}
/* 28-10-2022 css end*/
/* 30-11-2022 start*/
 .thumbnail-product-details .product-name a{
    color: #000 !important;
}
 .wrapper-thumbnail .thumbnail-price .price a {
	color: #000 !important;
}
body .main-content .brands-wrapper .brands-heading-wrapper span a {
	color: #000 !important;
}
.content-type-content-wrapper p a, #category-content p a {
	color: #2980b9 !important;
}




/*15-dec.-2022 --&gt;*/


body#n_product .tabbable .nav-tabs &gt; li a {
	color: #fff !important;
}


</pre></body></html>