/*

SIMPLY GIVING STYLESHEET

This stylesheet is site-wide, and includes all media-queries. It uses responsive width, but inscludes some set-height elements.

 */


/* FONT IMPORTS */

@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700';

@font-face {
    font-family: Circular Pro;
    src: url('../fonts/Circular_Pro-Bold.ttf');
}


/* BASE STYLES */
body {
	width: 100%
	height: auto;
	font-size: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1 {
	font-family: "Circular Pro", "Open Sans", Helvetica, sans-serif;
	font-size: 64px;
	font-weight: bolder;
	color: #3F3948;
	text-align: center;
	letter-spacing: -1.61px;
	line-height: 62px;
}

h2 {
	font-family: "Circular Pro", "Open Sans", Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bolder;
	color: #3F3948;
	text-align: center;
	letter-spacing: -0.91px;
	line-height: 45px;
}

h3 {
	font-family:  "Open Sans", Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bolder;
	color: #3F3948;
	text-align: left;
}

p {
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 17px;
	color: #3F3948;
	letter-spacing: -0.46px;
	font-weight: normal;
	line-height: 1.6;
}

a {
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 18px;
	color: #179CEF;
	letter-spacing: -0.46px;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #8C4BD5;
	cursor: pointer;
}

/* DESKTOP NAVIGATION */

ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-right: 4%;
	padding: 0 1%;
	width: auto;
}

ul.nav li {
	font-weight: bold;
	font-family: "Circular Pro", "Open Sans", Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	display: inline-block;
	margin-left: 6%;
	line-height: 96px;
	vertical-align: middle;
	float: right;
}

ul.nav li a {
	font-weight: bold;
	font-family: "Circular Pro", "Open Sans", Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	display: inline-block;
	margin-left: 3%;
	line-height: 106px;
	vertical-align: middle;
	color: #3F3948;
	cursor: pointer;
}

ul.nav li a:hover {
	color: #8C4BD5;
}

/* MOBILE NAVIGATION */

.menu-container {
	width: 100%;
	height: 100vh;
	position: fixed;
	display: block;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	padding: 3%;
}

ul.m-nav {
	list-style-type: none;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 1% 1%;
	width: 100%;
}

ul.m-nav li {
	width: 60%;
	font-weight: bold;
	font-family: "Circular Pro", "Open Sans", Helvetica, sans-serif;
	font-size: 32px;
	text-decoration: none;
	display: block;
	line-height: 3;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	border-bottom: 1px solid #F6F5F6;
}

ul.m-nav li a {
	font-weight: bold;
	font-family: "Circular Pro", "Open Sans", Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	color: #3F3948;
	cursor: pointer;
}

ul.m-nav li a:hover {
	color: #8C4BD5;
}

.hamburger {
	display: none;
}

.close {
	position: fixed;
	display: block;
	float: right;
	top: 25px;
	right: 8%;
}

.no-display {
	display: none;
}

.cart-icon {
	display: none;
}

.m-only {
	display: none;
}

p.d-only {
	display: inline;
	font-size: 16px;
	margin-left: 2px;
}

.custom-mobile {
	margin-left: 20%;
	margin-right: auto;
	width: auto;
	display: block;
}

.center-align p.left { width: 60%; word-wrap: break-word; } /* used for terms & condtion and privacy page */ 
.dedication_class , .dedication_class a{
font-family: "Open Sans", Helvetica, sans-serif ;
font-size: 32px ;
color: #3F3948 ;
font-weight: 800;
text-align: center;
text-decoration:none;

}

.dedication_name ,.dedication_name a{
font-family: "Open Sans", Helvetica, sans-serif ;
font-size: 25px;
color: #3F3948;
font-weight: 600;
text-align: center;
text-decoration:none;

}
@media handheld, screen and (max-width: 740px) {
	ul.nav {
		display: none;
	}

	.hamburger {
		position: fixed;
		display: block;
		float: right;
		top: 25px;
		right: 8%;
	}

	.cart-icon {
		display: block;
		margin-left: 2px;
		margin-right: 0;
		margin-top: 28px;
	}

	.no-display-m {
		display: none !important;
	}
	.display-m{
		display: block !important;
	}

	.m-only {
		display: block;
	}

	p.d-only {
		display: none;
	}

	.custom-mobile {
		margin-left: auto;
		margin-right: auto;
		max-width: 50%;
		display: block;
	}
	
}

/* Mobile Centering Class */

.m-center {
	max-width: 700px;
}

@media screen and (min-width: 740px) {
	.m-center {
		float: left;
		margin-left: 4%;
	}
}

/* RESPONSIVES

These classes "snap" at a different width to all other responsive media queries, so that the font size changes to better suit smaller screens. This snaps at 990px, and all other mobile queries snap at 720px. */
@media handheld, screen and (max-width: 1216px){
	
	.charity-tile{
		height: 206px !important;
	}
}
@media handheld, screen and (max-width: 990px) {

	.charity-tile{
		height: 213px !important;
	}

	h2.get-small {
		font-size: 28px;
		line-height: 1.1;
		font-family: "Circular Pro", "Open Sans", Helvetica, sans-serif;
	}

	p.get-small {
		font-size: 14px !important;
		line-height: 1.6;
	}

	.dedication_class a{
		font-size: 26px !important;
	}

	.dedication_name ,.dedication_name a{
		font-size: 16px !important;
	}
	.btn-bar{
		top:63px !important;
	}
	#slides{
		height: 200px !important;
	}

}

/* TYPOGRAPHY */

h1.highlight {
	color: #8C4BD5;
}

span.highlight {
	color: #000000;
}

.highlight-home{
	color: #8C4BD5;
}
.highlight-new{
	color: #3F3948;
}

h1.herotext {
	display: block;
	width: 472px;
	margin-top: 20%;
	margin-left: 8%;
	text-align: center;
}

h1.small-pad {
	padding-top: 4px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

h2.heading {
	width: 60%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

h2.product-name {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1.2;
	text-align: left; 
	/*height: 50px;*/
	height: 70px;
}

h2.form {
	text-align: left;
	margin-top: 18px;
	margin-bottom: 5px;
	font-size: 32px;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}

h2.checkout {
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 22px;
	margin-bottom: 0;
}

h2.news {
	text-align: left;
	font-size: 28px;
	text-decoration: none;
}

h2.left {
	text-align: left;
	width: 82%;
	margin-left: auto;
	margin-right: auto;
}


a.left {
	text-align: left;
	width: 82%;
	margin-left: auto;
	margin-right: auto;
}

h2.white {
	color: #FFFFFF;
}

h2.number {
	float: right;
	margin-right: 3%;
	font-size: 28px;
	line-height: 2;
	text-align: left;
}

h2.price {
	float: right;
	margin-right: 3%;
	font-size: 28px;
	line-height: 2;
	text-align: left;
}

p.herotext {
	display: block;
	width: 472px;
	margin-top: 53%;
	margin-left: 8%;
	text-align: center;
}

p.product {
	
	line-height: 1;
	font-size: 18px;
	display: inline;
	margin-top: 4px;
}

p.grey {
	color: #888888;
}


a.news {
	text-decoration: none;
}

p.left {
	text-align: left;
	width: 82%;
	margin-left: auto;
	margin-right: auto;
}

p.products {
	text-align: left;
	width: 82%;
	margin-left: auto;
	margin-right: auto;
}

p.small-pad {
	padding-top: 4px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

p.centered-text {
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p.date {
	color: #179CEF;
}

p.filter-text {
	color: #FFFFFF;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

strong.filter-text {
	color: #FFFFFF;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

a.remove {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #E74948;
	display: block;
	text-decoration: none;
	text-align: center;
}

a.remove:hover {
	color: #D51820;
	font-weight: bold;
}

#paging {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#paging > a {
	color: #272727;
	text-decoration: none;
}

#paging > a:hover {
	color: #179CEF;
	text-decoration: none;
}



@media handheld, screen and (max-width: 740px) {

    h1 {
    	font-size: 42px;
    	line-height: 40px;
    	margin-top: 10px;
    	margin-bottom: 10px;
    }

    h2 {
    	font-size: 26px;
    }

    h2.heading {
    	width: 80%;
    }

    h2.number {
		margin-right: 3%;
		font-size: 28px;
		line-height: 1;
		margin-top: 35px;
	}

	 h2.price {
		margin-right: 3%;
		font-size: 28px;
		line-height: 1;
		padding-top: 6px;
		padding-bottom: 8px;
	}

    p.centered-text {
    	width: 80%;
    }

    h2.news {
    	font-size: 22px;
    	line-height: 1.4;
    }

    h2.form {
    	font-size: 22px;
    	line-height: 1.4;
    }

     .dedication_class,.dedication_class a{
		font-size: 16px !important;
	}

	.dedication_name ,.dedication_name a{
		font-size: 11px !important;
	}
	.btn-bar{
		top:53px !important;
	}
	#slides{
		height: 150px !important;
	}



}

/* GRID */

.row {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.text-row {
	width: 80%;
	margin-left: 10%;
}

@media screen and (min-width: 740px) {

.col-od-1 {
	width: 20%;
	height: 100%;
	float: left;
}

.col-od-2 {
	width: 40%;
	height: 100%;
	float: left;
}

.col-od-3 {
	width: 60%;
	height: 100%;
	float: left;
}

.col-od-4 {
	width: 80%;
	height: 100%;
	float: left;
}

.col-od-5 {
	width: 100%;
	height: 100%;
	float: left;
}


.col-om-1 {
	width: 20%;
	height: 100%;
	float: left;
}

.col-om-2 {
	width: 40%;
	height: 100%;
	float: left;
}

.col-om-3 {
	width: 60%;
	height: 100%;
	float: left;
}

.col-om-4 {
	width: 80%;
	height: 100%;
	float: left;
}

.col-om-5 {
	width: 100%;
	height: 100%;
	float: left;
}


.col-ed-1 {
	width: 12.5%;
	float: left;
}

.col-ed-2 {
	width: 25%;
	float: left;
}

.col-ed-3 {
	width: 37.5%;
	float: left;
}

.col-ed-4 {
	width: 50%;
	float: left;
}

.col-ed-5 {
	width: 62.5%;
	float: left;
}

.col-ed-6 {
	width: 75%;
	float: left;
}

.col-ed-7 {
	width: 87.5%;
	float: left;
}

.col-ed-8 {
	width: 100%;
	float: left;
}


.col-em-1 {
	width: 12.5%;
	float: left;
}

.col-em-2 {
	width: 25%;
	float: left;
}

.col-em-3 {
	width: 37.5%;
	float: left;
}

.col-em-4 {
	width: 50%;
	float: left;
}

.col-em-5 {
	width: 62.5%;
	float: left;
}

.col-em-6 {
	width: 75%;
	float: left;
}

.col-em-7 {
	width: 87.5%;
	float: left;
}

.col-em-8 {
	width: 100%;
	float: left;
}

.col-td-1 {
	width: 33.33%;
	float: left;
	margin: 0;
	padding: 0;
}

}

.col-md-1 {
	width: 12.5%;
	float: left;
}

.col-md-2 {
	width: 25%;
	float: left;
}

.col-md-3 {
	width: 37.5%;
	float: left;
}

.col-md-4 {
	width: 50%;
	float: left;
}

.col-md-5 {
	width: 62.5%;
	float: left;
}

.col-md-6 {
	width: 75%;
	float: left;
}

.col-md-7 {
	width: 87.5%;
	float: left;
}

.col-md-8 {
	width: 100%;
	float: left;
}

.col-cart {
	width: 25%;
	float: left;

}

.col-tab-1 {
	width: 12.5%;
	float: left;
}

.col-tab-2 {
	width: 25%;
	float: left;
}

.col-ed-3 {
	width: 37.5%;
	float: left;
}

.col-tab-4 {
	width: 50%;
	float: left;
}

.col-tab-5 {
	width: 62.5%;
	float: left;
}

.col-tab-6 {
	width: 75%;
	float: left;
}

.col-tab-7 {
	width: 87.5%;
	float: left;
}

.col-tab-8 {
	width: 100%;
	float: left;
}



@media handheld, screen and (min-width: 740px) and (max-width: 940px) {
    .col-cart {
    	width: 50%;
    }

    .col-tab-1, .col-tab-2, .col-tab-3, .col-tab-4, .col-tab-5, .col-tab-6, .col-tab-7, .col-tab-8 {
    	width: 100%;
    }

    .custom-mobile {
		margin-left: auto;
		margin-right: auto;
		max-width: 25%;
		display: block;
	}
	.charity-tile{
		height: 213 !important;
	}
}

@media handheld, screen and (max-width: 740px) {
    .col-od-1, .col-od-2, .col-od-3, .col-od-4, .col-od-5 {
    	width: 100%;
    }

	.col-td-1, .col-td-2, .col-td-3 {
    	width: 100%;
    }

    .col-ed-1, .col-ed-2, .col-ed-3, .col-ed-4, .col-ed-5, .col-ed-6, .col-ed-7, .col-ed-8 {
    	width: 100%;
    }
    .cust-width-mob{
    	width:50% !important;
    	float: left !important;
    }

    .col-cart {
    	width: 100%;
			margin-top:25px;
    }

    .col-tab-1, .col-tab-2, .col-tab-3, .col-tab-4, .col-tab-5, .col-tab-6, .col-tab-7, .col-tab-8 {
    	width: 100%;
    }
}



.strip {
	height: auto;
	background-color: #FFFFFF;
	padding: 1% 2%;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.checkout-head {
	width: 100%;
	margin: 0;
	padding: 0;
}

.filter-head {
	height: 95px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #3F3948;
}


.ch-1 {
	background-color: #3F3948;
	padding-bottom: 1.2%;
}

.ch-2 {
	background-color: #ACA7B3;
	padding-bottom: 1.2%;
}

.ch-3 {
	background-color: #F0EDF5;
	padding-bottom: 1.2%;
}

/* SECTIONS 

These classes are more specific to page sections and are generally only used once or twice throughout the site, except for "page-wrap" and "strip-pad-1".

*/

.navbar {
	display: block;
	height: 106px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #FFFFFF;
}

.page-wrap {
	margin-top: 106px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-wrap-2 {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-hero {
	height: 435px;
	background-image: url('../images/photo-1447706140685-aac3d804acf4.jpg');
	background-size: cover;
	background-position: left center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 6vh;
}

.home-hero1 {
	height: 435px;
	background-image: url('../images/new-top-banner.jpg');
	background-size: cover;
	background-position: left center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 6vh;
}

.home-hero2 {
	height: 435px;
	background-image: url('../images/ban1.jpg');
	background-size: cover;
	background-position: left center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 6vh;
}
.charity-banner {
	height: auto;
	width: 100%;
	overflow: hidden;
	padding-top: 70px;
	margin-left: 0;
	margin-top: 0;
}

.product-tile {
	display: block;
	box-sizing: border-box;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 2px;
	border-radius: 8px;
	border: 1px solid #3F3948;
	padding: 4% 8%;
	min-height: 400px;
}

.charity-tile {
	display: block;
	box-sizing: border-box;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	border-radius: 8px;
	border: 1px solid #3F3948;
	height: 182px;
	padding: 4% 8%;
}

.image-strip {
	height: 435px;
	background-image: url('../images/photo-1469406396016-013bfae5d83e.jpg');
	background-color: #3F3948;
	background-blend-mode: soft-light;
	-webkit-background-blend-mode: soft-light;
	-moz-background-blend-mode: soft-light;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	background-attachment: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.image-strip1 {
	height: 345px;
	background-image: url('../images/ban2.jpg');
	background-color: #3F3948;
	background-blend-mode: soft-light;
	-webkit-background-blend-mode: soft-light;
	-moz-background-blend-mode: soft-light;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	background-attachment: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

@media handheld, screen and (max-width: 740px) {

	.image-strip {
		height: auto;
		background-image: url('../images/photo-1469406396016-013bfae5d83e.jpg');
		background-color: #3F3948;
		background-blend-mode: soft-light;
		-webkit-background-blend-mode: soft-light;
		-moz-background-blend-mode: soft-light;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left top;
		background-attachment: scroll;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 1%;
	}

	.image-strip1 {
		height: auto;
		background-image: url('../images/ban2.jpg');
		background-color: #3F3948;
		background-blend-mode: soft-light;
		-webkit-background-blend-mode: soft-light;
		-moz-background-blend-mode: soft-light;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left top;
		background-attachment: scroll;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 1%;
	}

	.home-hero {
		padding-top: 80px;
		background-image: url('../images/mobile-hero.png');
		background-size: cover;
		background-attachment: scroll;
	}

	.home-hero1 {
		background-attachment: scroll;
  		background-position: center bottom;

	}

	.home-hero2 {
		background-attachment: scroll;
  		background-position: center bottom;

	}

}

.kid-pic {
	width: 100%;
	float: left;
	height: 500px;
	background-image: url('../images/unnamed.jpg');
	background-color: #3F3948;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.kid-pic1 {
	width: 100%;
	float: left;
	height: 500px;
	background-image: url('../images/incrediable.jpg');
	background-color: #3F3948;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.strip-pad-1 {
	padding-top: 3%;
	padding-bottom: 3%;
}

@media handheld, screen and (max-width: 740px) {
	.strip-pad-1 {
	padding-top: 4%;
	padding-bottom: 5%;
	}
}

.eq-height {
	height: 70vh;
}


.blog-post {
	border-bottom: 1px solid #DADADA;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* BUTTONS */

button {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-style: none;
	-moz-border-style: none;
	-ms-border-style: none;
	-o-border-style: none;
	border-style: none;
	cursor: pointer;

	width: auto;
	height: 42px;
	background-color: #8C4BD5;
	border-radius: 24px;

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: middle;
	line-height: 2px;
	border: none;

	padding: 1% 2%;
	outline: none !important;
    outline: 0;
}
focus {outline:none;}
::-moz-focus-inner {border:0;}

button:hover {
	background-color: #FFFFFF;
	color: #8C4BD5;
	transition: background-color 0.3s;
	transition: color 0.3s;
}

a.no-dec {
	text-decoration: none;
}

button.outline-white {
	border: 2px solid;
	border-color: #FFFFFF;
	background-color: transparent;
	margin-bottom: 10vh;
}

button.outline-white:hover {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	color: #3F3948;
}

button.navbutton {
	min-width: 140px;
	max-width: 230px;
	margin-top: 30px; 
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

button.navbutton:hover {
	background-color: #179CEF;
	color: #FFFFFF;
}


button.checkout-button {
	min-width: 140px;
	max-width: 230px;
	margin-top: 0px; 
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	/*background-color: #179CEF;*/
}

button.checkout-button:hover {
	background-color: #363636;
	color: #FFFFFF;
}



button.blue-button {
	min-width: 140px;
	max-width: 230px;
	margin-top: 30px; 
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	background-color: #179CEF;
}

button.choose-toy-button {
	min-width: 140px;
	max-width: 230px;
	margin-top: 30px; 
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

button.choose-toy-button:hover {
	background-color: #7e7e7e;
	color: #FFFFFF;
}




button.red-button {
	min-width: 140px;
	max-width: 230px;
	margin-top: 30px; 
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	background-color: transparent;
	border: 2px solid #E74948;
	color: #E74948;
}

button.red-button:hover {
	background-color: #E74948;;
	color: #FFFFFF;
}

input[type="radio"] {
	display: inline;
	text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    height: auto;
    width: auto;
    min-height: auto;
    min-width: auto;
    margin: 0;
    margin-left: 6px;
    padding: 0;
}

label {
	display: inline;
	font-size: 18px;
}






































































































































































input[type="button"].blue-button {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-style: none;
	-moz-border-style: none;
	-ms-border-style: none;
	-o-border-style: none;
	border-style: none;
	cursor: pointer;

	width: auto;
	height: 42px;
	background-color: #8C4BD5;
	border-radius: 24px;

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: middle;
	line-height: 2px;
	border: none;

	padding: 1% 2%;
	min-width: 140px;
	max-width: 230px;
	margin-top: 30px; 
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	background-color: #179CEF;
}

input[type="button"].blue-button:hover {
	background-color: #84D0FF;
	color: #FFFFFF;
}

input[type="submit"].blue-button {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-style: none;
	-moz-border-style: none;
	-ms-border-style: none;
	-o-border-style: none;
	border-style: none;
	cursor: pointer;

	width: auto;
	height: 42px;
	background-color: #8C4BD5;
	border-radius: 24px;

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: middle;
	line-height: 2px;
	border: none;

	padding: 1% 2%;
	min-width: 140px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	display: block;
	background-color: #179CEF;
}

input[type="submit"].blue-button:hover {
	background-color: #84D0FF;
	color: #FFFFFF;
}


input[type="submit"].search-button {
	margin-top:0px ;
	margin-bottom: 10px;

	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-style: none;
	-moz-border-style: none;
	-ms-border-style: none;
	-o-border-style: none;
	border-style: none;
	cursor: pointer;

	width: auto;
	height: 42px;
	border-radius: 24px;

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	vertical-align: middle;
	line-height: 2px;
	border: none;

	padding: 1% 2%;
	min-width: 140px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}




/* CHARITY PREMIUM CLASSES */

input[type="submit"].barnardos-button {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-style: none;
	-moz-border-style: none;
	-ms-border-style: none;
	-o-border-style: none;
	border-style: none;
	cursor: pointer;

	width: auto;
	height: 42px;
	background-color: #12AD2A;
	border-radius: 24px;

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: middle;
	line-height: 2px;
	border: none;

	padding: 1% 2%;
	min-width: 140px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	display: block;
}

input[type="submit"].barnardos-button:hover {
	background-color: #4AF364;
	color: #FFFFFF;
}

input[type="submit"].barnardos-button-inverse {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-style: none;
	-moz-border-style: none;
	-ms-border-style: none;
	-o-border-style: none;
	border-style: none;
	cursor: pointer;

	width: auto;
	height: 42px;
	background-color: #FFFFFF;
	border-radius: 24px;

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	/*color: #12AD2A;*/
	font-size: 18px;
	vertical-align: middle;
	line-height: 2px;
	border: none;

	padding: 1% 2%;
	min-width: 140px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	display: block;
}

input[type="submit"].barnardos-button-inverse:hover {
	/*background-color: #4AF364;*/
	color: #FFFFFF;
}

input[type="submit"].grey-button {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-style: none;
	-moz-border-style: none;
	-ms-border-style: none;
	-o-border-style: none;
	border-style: none;
	cursor: pointer;

	width: auto;
	height: 42px;
	background-color: #212121;
	border-radius: 24px;

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: middle;
	line-height: 2px;
	border: none;

	padding: 1% 2%;
	min-width: 140px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	display: block;
}

input[type="submit"].grey-button:hover {
	background-color: #6B6B6B;
	color: #FFFFFF;
}

button.barnardos-button {
	min-width: 140px;
	max-width: 230px;
	margin-top: 30px; 
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	
}

button.barnardos-button:hover {
	background-color: #4AF364;
	color: #FFFFFF;
}


.barnardos-background {
	/*background-color: #12AD2A;*/
}

.barnardos-strip {
	display: block;
	position: relative;
	top: 100px;
	height: 2px;
	width: 100%;
	margin: 0;
	padding: 0;
	/*background-color: #12AD2A;*/
}

/* ----- */

input[type="submit"].vinnies-button {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-style: none;
	-moz-border-style: none;
	-ms-border-style: none;
	-o-border-style: none;
	border-style: none;
	cursor: pointer;

	width: auto;
	height: 42px;
	background-color: #004A9A;
	border-radius: 24px;

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: middle;
	line-height: 2px;
	border: none;

	padding: 1% 2%;
	min-width: 140px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	display: block;
}

input[type="submit"].vinnies-button:hover {
	/*background-color: #207EE5;*/
	color: #FFFFFF;
}

input[type="submit"].vinnies-button-inverse {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-style: none;
	-moz-border-style: none;
	-ms-border-style: none;
	-o-border-style: none;
	border-style: none;
	cursor: pointer;

	width: auto;
	height: 42px;
	background-color: #FFFFFF;
	border-radius: 24px;

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	/*color: #004A9A;*/
	font-size: 18px;
	vertical-align: middle;
	line-height: 2px;
	border: none;

	padding: 1% 2%;
	min-width: 140px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	display: block;
}

input[type="submit"].vinnies-button-inverse:hover {
	/*background-color: #207EE5;*/
	color: #FFFFFF;
}

button.vinnies-button {
	min-width: 140px;
	max-width: 230px;
	margin-top: 30px; 
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	/*background-color: #004A9A;*/
}

button.vinnies-button:hover {
	/*background-color: #207EE5;*/
	color: #FFFFFF;
}


.vinnies-background {
	/*background-color: #004A9A;*/
}

.vinnies-strip {
	display: block;
	position: relative;
	top: 100px;
	height: 2px;
	width: 100%;
	margin: 0;
	padding: 0;
	/*background-color: #004A9A;*/
}

/* ----- */

input[type="submit"].anglicare-button {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-style: none;
	-moz-border-style: none;
	-ms-border-style: none;
	-o-border-style: none;
	border-style: none;
	cursor: pointer;

	width: auto;
	height: 42px;
	/*background-color: #5C4F8B;*/
	border-radius: 24px;

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: middle;
	line-height: 2px;
	border: none;

	padding: 1% 2%;
	min-width: 140px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	display: block;
}

input[type="submit"].anglicare-button:hover {
	background-color: #7954FF;
	color: #FFFFFF;
}

input[type="submit"].anglicare-button-inverse {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-style: none;
	-moz-border-style: none;
	-ms-border-style: none;
	-o-border-style: none;
	border-style: none;
	cursor: pointer;

	width: auto;
	height: 42px;
	background-color: #FFFFFF;
	border-radius: 24px;

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	/*color: #5C4F8B;*/
	font-size: 18px;
	vertical-align: middle;
	line-height: 2px;
	border: none;

	padding: 1% 2%;
	min-width: 140px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	display: block;
}

input[type="submit"].anglicare-button-inverse:hover {
	/*background-color: #7954FF;*/
	color: #FFFFFF;
}

button.anglicare-button {
	min-width: 140px;
	max-width: 230px;
	margin-top: 30px; 
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	/*background-color: #5C4F8B;*/
}

button.anglicare-button:hover {
	/*background-color: #7954FF;*/
	color: #FFFFFF;
}


.anglicare-background {
	/*background-color: #5C4F8B;*/
}

.anglicare-strip {
	display: block;
	position: relative;
	top: 100px;
	height: 2px;
	width: 100%;
	margin: 0;
	padding: 0;
	/*background-color: #5C4F8B;*/
}

/* ----- */

input[type="submit"].salvos-button {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-style: none;
	-moz-border-style: none;
	-ms-border-style: none;
	-o-border-style: none;
	border-style: none;
	cursor: pointer;

	width: auto;
	height: 42px;
	background-color: #E52B38;
	border-radius: 24px;

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: middle;
	line-height: 2px;
	border: none;

	padding: 1% 2%;
	min-width: 140px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	display: block;
}

input[type="submit"].salvos-button:hover {
	/*background-color: #88010B;*/
	color: #FFFFFF;
}

input[type="submit"].salvos-button-inverse {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-style: none;
	-moz-border-style: none;
	-ms-border-style: none;
	-o-border-style: none;
	border-style: none;
	cursor: pointer;

	width: auto;
	height: 42px;
	background-color: #FFFFFF;
	border-radius: 24px;

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	/*color: #E52B38;*/
	font-size: 18px;
	vertical-align: middle;
	line-height: 2px;
	border: none;

	padding: 1% 2%;
	min-width: 140px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	display: block;
}

input[type="submit"].salvos-button-inverse:hover {
	/*background-color: #88010B;*/
	color: #FFFFFF;
}

button.salvos-button {
	min-width: 140px;
	max-width: 230px;
	margin-top: 30px; 
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	/*background-color: #E52B38;*/
}

button.salvos-button:hover {
	/*background-color: #88010B;*/
	color: #FFFFFF;
}


.salvos-background {
    background-color: #3483CA;
}

.salvos-strip {
	display: block;
	position: relative;
	top: 100px;
	height: 2px;
	width: 100%;
	margin: 0;
	padding: 0;
   background-color: #3483CA;
}

/* ---------- */

.float-left-d {
	float: left;
	margin-left: 5px !important;
	margin-right: auto;
}

.float-right-d {
	float: right;
	margin-right: 5px !important;
	margin-left: auto;
}


@media handheld, screen and (max-width: 740px) {
	
	button.navbutton {
		display: none;
	}

	button.checkout-button {
		display: none;
	}

	.float-left-d {
		float: none;
		text-align: center;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.float-right-d {
		float: none;
		text-align: center;
		margin-left: auto !important;
		margin-right: auto !important;
	}

}


/* INPUTS */

input {
	display: block;
	max-height: 44px;
	min-height: 44px;
	border: 1px solid #888888;
	padding: 1%;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size: 18px;
}

input:focus {
	/*border: 3px solid #323092;*/
	outline: none;
}

input.small {
	max-width: 60px;
}


input.textField {
	margin-top: 0;
	padding-left: 8px;
}

textarea {
	display: block;
	border: 1px solid #888888;
	padding: 1%;
	width: 65%;
	resize: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	min-height: 150px;
	font-size: 20px;
}

textarea:focus {
	border: 3px solid #323092;
	outline: none;
}

select {
	min-width: 100px;
	margin-left: 10px;

	margin-left: auto;
	margin-right: auto;
	background: #F4F4F4;
	height: 30px;
	margin-top: 12px;
}

input.button {
	display: block;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-style: none;
	-moz-border-style: none;
	-ms-border-style: none;
	-o-border-style: none;
	border-style: none;
	cursor: pointer;

	width: auto;
	min-height: 36px;
	max-height: 36px;
	background-color: #8C4BD5;
	border-radius: 24px;

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: middle;
	line-height: 2px;
	border: none;

}

input.button:hover {
	background-color: #179CEF;
	color: #FFFFFF;
	transition: background-color 0.3s;
	transition: color 0.3s;
}

/* IMAGES */
 
img.icon {
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
 	max-width: 70%;
 }

img.stack-icon {
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
 	max-height: 120px;
 	width: auto;
 }

img.navlogo {
 	max-height: 80px;
 	width: auto;
 	float: right;
 	margin-right: 3%;
 	margin-top: 12px;
 }

img.charity-logo {
 	width: auto;
 	max-width: 200px;
 	max-height: 80px;
 	float: right;
 	margin-right: 3%;
 	margin-top: 15px;
 	margin-bottom: 5px;
 }

img.charity-banner {
 	display: block;
 	width: 100%;
 	height: auto;
 	margin-left: auto;
 	margin-right: auto;
 	padding: 0;
 }

img.product-image {
	width: 175px;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
	padding: 2px 2px;
	border: 2px solid #fff;
 	/* height: 190px; */
 	/* margin-bottom: 10px; */
}
.kidsproductImg img.product-image.active, .kidsproductImg img.product-image:hover {
	border: 2px solid #ff0000;
}
.image-div {
	height: 80px;
	line-height: 80px;
	margin-top: 12px;
}
img.charity-image {
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
 	max-height: 65px;
 	max-width: 100%;
 	/*margin-bottom: 20px;*/
 	/*margin-top: 30px;*/
}
.charity-tile .charity-desc {
    margin-bottom: 0; text-align: center;
    margin-top: 0;
}
.charity-desc{line-height: 18px;}

#carousel .quoteContainer { padding:0 50px; display:block; box-sizing:border-box;}
#buttons a {width: 50px;
    position: absolute;
    top: 0;
    margin-top: -100px;
    height: 65px;
    background: #fff;
    z-index: 9;
    padding: 40px 0px;
}
a#next {
    float: right;
    right: 0;
}
.class1, .class2 {
    float: left;
    width: 50%;
}


@media only screen and (max-width: 991px){
.image-div {
	height: 70px;
	line-height: 70px;
	/*margin-top: 10px;*/
	margin-top: 20px;
}
}
@media only screen and (max-width: 767px){
.charity-desc {

    font-size: 13px;

}
.charity-tile{
	height: 220px !important;
}
#product-list-search select {
    width: 250px;
    padding: 5px 10px;
    border-radius: 6px;
    height: 38px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(168,154,133,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(168,154,133,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(168,154,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a89a85',GradientType=0 );
}
.col-tab-2 span.custom-mobile {
    width: 100%;
    max-width: 200px !important;
    position: relative;
}
#product-list-search {
    padding-top: 10px !important;
}
#product-list-search .col-tab-2, #product-list-search .col-tab-1 {
    max-width: 200px;
    float: none;
    margin: 0 auto 15px;
    position: relative;
}
#product-list-search .col-tab-2:after, #product-list-search .col-tab-1:after {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 1px;
    background: url(/images/mo-select-arrow.png) no-repeat center center;
    width: 30px;
    background-size: cover;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #9a7446;
    pointer-events: none;
}
#product-list-search .col-tab-2:last-child:after, #product-list-search .col-tab-1:last-child:after {
 display:none;
}
#product-list-search select option {
    color: #000;
    font-size: 14px;
}
h2.checkout.get-small {
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 40px;
    padding-top: 15px;
}
.footer-col-6 {
    width: 50%;
    float: left;
}
.footer-col-6 .float-right-d {
    float: right;
    margin-right: 5px !important;
}
.footer-col-6 .float-left-d {
    float: left;
    margin-left: 5px !important;
    margin-right: auto;
}
#carousel .quoteContainer { padding:0 20px;}
}
@media handheld, screen and (max-width: 740px) {
	  img.navlogo {
	 	max-height: 70px;
	 	width: auto;
	 	float: left;
	 	margin-right: 3%;
	 	margin-left: 8%;
	 	margin-top: 18px;
	 }

	   img.stack-icon {
	 	max-height: 72px;
	 	margin-top: 4vh;
	 }

	  img.charity-logo {
	 	width: auto;
	 	max-width: 160px;
 		max-height: 60px;
	 	float: left;
	 	margin-right: 3%;
	 	margin-left: 20%;
	 	margin-top: 20px;
	 }

	  img.icon {
	 	margin-top: 22px;
	 }
}

.add-to-cart {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-top: 0 !important;
}

.donate-charity {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	margin-top: auto;
	width: 100%;
}

@media handheld, screen and (max-width: 600px) {
img.charity-banner {
	/* display: none; */
}
.y-video iframe { width: 95% !important; }
.charity-tile{
	height: 200px !important;
}

}


@media handheld, screen and (max-width: 980px) {
.mob_img img {
	width: 100%;
}
.marg_top{margin-top: 5%}
.circle-chart {
    width: 80% !important;
    height: 35% !important;
}
#product-list-search select{width: 200px;}

input[type="submit"].search-button {margin-top: 25px;}
}

@media handheld, screen and (max-width: 360px) {
.charity-tile { height: 196px;}
.marg_top{margin-top: 7%}

}
@media handheld, screen and (max-width: 500px) {
.btn-bar{
		display: none !important;
	}
	#carousel{
		margin-top:30px !important; 
	}
	#slides{
		height: 95px !important;
	}

	.custom-foot-div p{font-size:12px;}
	.charity-tile{
		height: 195px !important;
	}

}
@media handheld, screen and (max-width: 400px) {
.home-img{width: 100%;}
.image-div{/*margin-top: 0;*/margin-top: 20px}


  .dedication_class,.dedication_class a{
		font-size: 16px !important;
	}

	.dedication_name ,.dedication_name a{
		font-size: 11px !important;
	}
	.btn-bar{
		display: none !important;
	}
	#carousel{
		margin-top:25px !important; 
	}
	#slides{
		height: 110px !important;
	}

	
}
@media handheld, screen and (max-width: 370px) {
.image-div{margin-top: 15px}
.circle-chart {
    width: 80% !important;
    height: 25% !important;
}
}
@media handheld, screen and (max-width: 300px) {

.image-div{/*margin-top: 0;*/margin-top: 0px}
}
.charity-desc{font-size: 14px;}
.display-m{display: none;}

.activePage {color: #8C4BD5 !important;}

#recaptcha_element {padding: 20px 00px;float: left;width: 100%;margin-left: auto;text-align: center;}
#recaptcha_element > div {margin: auto;}
#submitBtn:disabled{cursor: not-allowed;background:gray;}
#submitBtn:disabled:hover{cursor: not-allowed;background: gray;}
