 /* 

1. dk purple  #ffffff
2. #5a9eef - darker version 5d9cec

Buttons: 00a600 dk 007400




*/

body {
	background: #ffffff;
}

a {
	/* color:#355da8; */
}

div#main,
.cashback.payment-details,
.content.help {
	background:#fff;
}
/*
nav .tagline {
	display:none;
}
*/




ul.tagList li a:hover {
	color:#5a9eef;
}

/* Black */
nav, .help, #main-hero-copy, .content, .tab-container .tab-header, .panel {
	background:#ffffff;
}
/*changed this last */
.panel {
	border-color:#ffffff;
}
/* last amend was this - changed from white */
.basket-overlay-menu-item .button,
nav .nav-core ul li,
.help .helpHeader,
#main-hero-copy h1,
.retailerSummary,
.tab-container .content .filters .filter-dropdown p,
.basket-subtotal,
.contactShell h1
{
	color:#000000;
}
/* this is the lllatest change from 2187ed to ffffff  */
#global-footer .shell, 
#global-footer .shell li {
	color:#ffffff;
}



.cardShell.retailer.offer,
.tab-container .tab-header ul li.active {
	background:#243F60;
	color:#ffffff;
}


.content.referrals .contactShell fieldset,
.content.checkout fieldset,
#landing .login {
	background:#ffffff;
}
/* changed this last */
#main-hero-copy.retailer h1 {
	border-color:#ffffff;
}

nav .nav-core ul li a, 
.pageNavigation, #register .panel.callout a {
	color:#2187ed;
}
/* this is the lllatest change from 2187ed to ffffff  */
#global-footer .shell a {
	color:#2187ed;
}


nav .nav-core ul li a:hover,
#global-footer .shell a:hover {
	color:#999;
}

/* turquoise */
#main-hero-copy.retailer .returnlink,
div.clickable,
.card .ctaLink a
{
	color:#5a9eef;
}

/* turquoise */

div.account-summary-container .card h2 .icon,
div.storecard-summary-container .card h2 .icon,
div.account-edit-container .card h2 span
{
	color:#2187ed;
}

.loginWrapper .login {
	border-color:#5a9eef;
	background-color:#ffffff;
}

.card .total-savings {
	background:#5a9eef;
}

/* .owl-item img {
	border-radius:5px;
} */

/* turquoise */
.help .helpBody,
.tab-container .content .contextual-heading,
.tab-container .content .filters .filter-dropdown.active .select-shell,
.tab-container .content .filters .filter-search.active input,
.tab-container .content .filters .filter-favs.active a,
.tab-container .content .filters .filter-search input:hover,
.tab-container .content .filters .filter-favs a:hover,
.tab-container .content .filters .filter-dropdown .select-shell:hover,
#register .panel.callout {
	background:#5a9eef;
}

.card.cashback:hover, .card.storecard:hover, .card.voucher:hover, .card.specialoffer:hover {
	background:#5d9cec;
}

.tab-container .tab-header ul li {
	background:#CC99FF;
}
  

.panel h3 {
	color:#5a9eef;
}



.help .helpHeader .icon {
	color:#5a9eef;
}

.tab-container .content .filters .filter-dropdown.active .select-shell,
.tab-container .content .filters .filter-dropdown .select-shell,
.tab-container .content .filters .filter-dropdown.active .select-shell,
.tab-container .content .filters .filter-favs a,
.tab-container .content .filters .filter-favs a:hover,
.tab-container .content .filters .filter-search input
{
	border-color:#5a9eef !important;
}

.tab-container .content .contextual-heading.dropdownmobile .pointer,
.tab-container .content .filters .filter-search.active .pointer,
.tab-container .content .filters .filter-favs.active a .pointer {
    border-bottom-color:#5a9eef;
}

.card h2 .iconlabel { 
          color:#2187ed;
}

button, .button {
	background:#00a600;
        border-color:#00a600;
        color: #ffffff;
}

button, .button:hover, .button:focus {
	background:#007400;
        border-color:#007400;
        color: #ffffff;
}



.content.referrals .contactShell .button {
	background:#00a600;
        border-color:#00a600;
}

button.success, .button.success {
        background:#00a600;
        border-color:#00a600;
        color: #ffffff;
}

button, .button.success:hover, .button.success:focus {
	background:#007400;
        border-color:#007400;
        color: #ffffff;
}



.tab-container .tab-header ul li:hover {
	background:#52A3CC;
}

         #main-hero-copy.retailer h1 {
             border-top: 1px dotted #ddd;
             color: #000000;
         }

         .card {
             border: 1px solid #5a9eef;
         }