.bg-pink { background: #D61151; } .text-pink { color: #D61151; } .hov-pink:hover { background: #D61151; } .bg-white { background: #FFFFFF; } .text-white { color: #FFFFFF; } .hov-white:hover { background: #FFFFFF; } .bg-offwhite { background: #F6F6F6; } .text-offwhite { color: #F6F6F6; } .hov-offwhite:hover { background: #F6F6F6; } .bg-darkgrey { background: #6b707a; } .text-darkgrey { color: #6b707a; } .hov-darkgrey:hover { background: #6b707a; } .bg-lightgrey { background: #eaeaea; } .text-lightgrey { color: #eaeaea; } .hov-lightgrey:hover { background: #eaeaea; } html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	height: auto;
	width: 100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	/* height: auto; */
	height: 100%; /* set to 100% for clever sticky footer */
}

/*** SITE LAYOUT SETTINGS ***/
body {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	padding: 0;
	color: #505252;
	background-color: #F6F6F6; /* set to fixed color for vertical & vertical_inset */
	/*the following settings are for clever sticky footer */
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
#homewrap {
	width: 1200px; /* 100% for stripes, set px for vertical & vertical_inset */
	flex: 1; /* for clever sticky footer */
	margin: 0 auto;
	background-color: #F6F6F6;
	/*margin-top: 80px;*/
}
.centreme {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px; /* set px for stripes, 100% for vertical & vertical_inset */
	background-color: transparent; /* set color for vertical */
}
#header-sticky .centreme, #header .centreme {
	width: 1200px; /* set to same as #homewrap width */
}
.centremeinner { /*vertical_inset carousel div should not contain this class, but all other (inset) centreme classes should */
	margin: 0 auto;
	width: 100%; /* set px (simulates padding), set same as centreme if no padding required */
	padding: 0; /*should only be needed for vertical_inset, use in conjunction with width, (only use L/R pad) */
	background-color: transparent; /* vertical_inset uses this to set BG color */
}
.fullwid {
	width: 100%; /*do not change this - class should be applied to all parent section divs*/
	overflow: hidden; /*do not change */
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
p, h1, h2, h3, li {
	line-height: 1.2;
	margin: 0 0 0 0;
}
p , li {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4em;
	letter-spacing: 0.010em;
}
p strong {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	/*	line-height: 40px;*/
}
li {
	margin-left: 20px;
}
h1 {
	font-size: 24px;
	font-weight: 300;
}
h2 {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0.010em;
}
h3 {
	font-size: 16px;
}
.quote h4 {
	font-family: "Roboto Slab";
	line-height: 1.2em;
	font-size: 25px;
}
blockquote {
	/*	font-style: italic;*/
	/*	margin-left: 20px;*/
	/*	padding-left: 20px;*/
	/*	border-left: 4px solid #AAA;*/
	/*	color: #666;*/
}
.quote h4 blockquote {
	font-style: normal;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	color: #fff;
	font-family: Serif;
}
#oldIE {
	display: none;
	width: 100%;
	height: 20px;
	text-align: center;
	padding: 50px;
	font-size: 20px;
	background: #505252;
	color: #FFF;
}
#header { /*only used if sticky header is false */
	background: #F6F6F6;
	overflow: inherit;
	position: fixed;
	z-index: 105;
	height: 80px;
}
#header-sticky { /*only used if site has a sticky header */
	background: #F6F6F6;
	position: fixed;
	width: 100%;
	z-index: 99;
}
#header-sticky .centreme {
	width: 1200px;
}
#headerPadding { /*only used if site has a sticky header */
	/*	height: 127px;*/
	height: 154px;
	width: 100%;
	overflow: hidden;
}
#section1, #featured {
	padding: 0;
}
.centerText {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.footer {
	color: #fff;
	z-index: 1;
	position: relative;
}
.footerTop, .footerMiddle {
	background: #505252;
	padding: 25px 0 50px 0;
}
.footerMiddle {
	text-align: center;
}
.footerMiddle #searchbox3 {
	color: #fff;
	width: 240px;
	padding: 6px 10px;
	font-weight: 300;
	font-size: 14px;
	border: 1px solid #fff;
	background: #505252;
}
.footerMiddle .fa {
	margin-left: 10px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.footerMiddle .fa:hover {
	opacity: 0.7;
}
#footsearchbtn {
	cursor: pointer;
}
.footerTop .colholder {
	padding-left: 50px;
	padding-right: 50px;
	width: calc(100% - 100px);
}
.footerLast {
	background: #f6f6f6;
}
.footer .onecol {
	width: auto;
	float: inherit;
	text-align: center;
}
.footer h2 {
	color: #fbeb8b;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 200;
	font-size: 15px;
}
.footerMap {
	padding-top: 0;
}
.footerMap .colImageHold img {
	width: 100%;
	height: 350px;
}
.footerLast {
	padding: 30px 0;
}
.footerLast .colImageHold {
	text-align: center;
	height: auto;
}
.footerLast .colImageHold img {
	width: 120px;
	margin: auto;
	float: inherit;
	object-fit: initial;
	height: auto;
}
.heroBg {
	height: 500px;
	position: fixed;
	width: 1200px;
	z-index: 0;

}
.hero-content {
	height: 500px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	text-align: center;
	background: rgba(0,0,0,0.2);
}
.hero-content h1 {
	text-align: center;
	font-weight: 600;
	font-size: 60px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
.hero-content a {
	border: 1px solid #fff;
	padding: 12px 40px;
	color: #fff;
}
.hero-content a:hover {
	opacity: 0.7;
}
.hero-content-flexhold {
	width: 100%;
	max-width: 550px;
	margin: auto;
}
.product_aggregate .hero-content-flexhold, .product_category .hero-content-flexhold {
	width:auto;
	max-width: auto;
}
.product_aggregate #section1 h2, .product_category #section1 h2 {
	border: 1px solid #fff;
	padding: 12px;
	color: #fff;
	width: 260px;
	margin: auto;
}
.fullwid {

}
div {
	z-index: 1;
}
#section1 {
	z-index: 0;
	margin-top: 80px;
}
.pinkbtn {
	background-color: #505252;
	border-radius: 8px;
	padding: 16px 40px;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pinkbtn:hover {
	background-color: #505252;
}
.topsocial, .topcallmsg, .carttopmsg, .loggedintopmsg, .wishlistmsg {
	display: inline-block;
}
.topsocial {
	padding: 12px 0 0 30px;
	vertical-align: text-bottom;
}
.topsocial .fa {
	text-align: center;
	color: #505252;
	font-size: 24px;
	-webkit-transition: all 0.2s ease-in-out;
	-mox-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.topsocial .fa:hover {
	opacity: 0.7;
}
/*** MENU SETTINGS ***/
#logoholder {
	float: left;
	padding-top: 30px;
	padding-bottom: 0;
	margin-right: 20px;
}
#logo {
	display: block;
	position: relative;
	z-index: 101;
}
#logo img { /*set image width (50% of natural width if retina) */
	width: 120px;
}
#menu {
	display: inline-block;
	position: absolute;
}
#menu ul {
	list-style-type: none;
	padding: 0;
}
.clearfix:after {
	display: block;
	clear: both;
}
#menu .topmenu {
	max-width: 1920px;
	display: inline-block;
	/*margin: 36px 0 0 0;*/
}
#menu .topmenu li {
	float: left;
	display: inline-block;
	padding: 30px 0 10px 0;
	line-height: 1;
	/*	border-left: 1px solid #000;*/
	/*padding-bottom: 33px;*/
}

#menu .topmenu li a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	/*	padding-bottom: 22px;*/
	display: block;
	overflow: hidden;
	color: #FFF;
}
#menu .topmenu li a:hover {
	color: #fbeb8b;
}
#menu .topmenu li .menuActiveState, #menu .topmenu li .menuActiveState:hover {
	color: #505252;
}
.catmenu, .catmenutop {
	display: inline-block;
	position: relative;
}
.catmenu .sub-menu {
	position: absolute;
	background: #505252;
	opacity: 0;
	z-index: -1;
	top: 100%;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 10px;
	text-align: left;
	width: 200px;
	left: -70px;
	margin-top: 5px;
}
.catmenu:hover .sub-menu {
	opacity:1;
	z-index: 99999;
	visibility: visible;
}
.subcatmenuitem {
	display: block;
}
.subcatmenuitem li, .subcatmenuitem p {
	font-size: 14px;
}
.subcatmenuitem .shopdropdiv img {
	display: none;
}
#menu .sub-menu li {
	font-size: 13px;
	border-bottom: 1px solid #646666;
	width: 100%;
	padding: 0;
	margin-left: 0;
}
.shopdropimghold {
	float: left;
	padding: 10px 20px 0 10px;
}
.sub-menu:before {
	content:"";
	position: absolute;
	right: 92px;
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #505252 transparent;
	z-index:9999;
}
.catmenu {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.02em;
}
.catmenu a {
	padding: 10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catmenu a:hover {
	color: #dddddd;
}
.subcatmenuitem a {
	padding: 10px 20px;
	display: block;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.subcatmenuitem a:hover {
	/*background: #757777;*/
	color: #505252;
}
#menu .topmenu li .subcatmenuitem {
	border-left: none;
}
.menuTopBar {
	height: 0px; /*change this to make it work */
	margin-bottom: 0px; /*change this to make it work */
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuUnderline {
	height: 0; /*add styling here to make it work if required */
	margin-bottom: 0px; /*change this to make it work */
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuTitle {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	/*	font-size: 17px;*/
	/*	font-weight: 400;*/
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
#menu li a .inactiveMenu {
	color: #505252;
}
#menu li a .inactiveMenuTop {
	background: transparent;
}
#hamburger {
	font-size: 40px;
	display: none;
}
#nav .showmenu {
	display: block;
}
/** Menu Search **/
#searchTopHolder {
	padding-left: 0px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	background: #f6f6f6;
}
#searchfa {
	cursor: pointer;
}
#searchboxwrapper {
	position: absolute;
	text-align: center;
	width: 1000px;
	display: none;
}
#searchboxholder {
	float: right;
	background: #b4d6a0;
	padding: 10px 13px 11px 10px;
	border-radius: 5px;
	margin-top: 30px;
	display: none;
}
#searchboxholder2 {
	padding: 10px 13px 11px 10px;
	border-radius: 5px;
}
#searchbox, #searchbox2 {
	width: 50px;
	padding: 6px 4px;
	font-size: 14px;
	border: none;
}
#searchbox {
	padding: 8px 15px 6px;
	margin-left: 10px;
}
#searchbox2 {
	width: 135px;
}
#searchbtn, #searchbtn2 {
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	background: #313131;
	color: #FFF;
	font-size: 12px;
	padding: 9px 15px 8px;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 3px;
}
#searchbox, #searchbtn {
	display: none;
}
#searchbtn:hover {
	background: #515151;
}
#searchbtn {
	font-size: 16px;
	padding: 8px 15px 8px;
}
#cancelsearch {
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#cancelsearch:hover {
	color: #505252;
}
#menu #mobilesearchholder {
	display: none;
}
#menu #mobilesearchholder {
	display: none;
}
.about .aboutimg {
	height: 500px;
}
.collectCenter {
	text-align: center;
	padding: 3% 10%;
	margin: 0 15px;
	width: calc(80% - 30px);
}
.collectCenter .colItemBody h1 {
	margin: 0 auto;
}
.collectCenter h1 {
	margin-bottom: 0;
}
.bg-pink {
	color: #fff;
}
.bg-lightgrey {
	width: calc(100% - 30px);
	overflow: hidden;
	margin: 15px;
}
.bg-lightgrey .colholder {
	padding: 5% 10%;
	width: 80%;
	margin: 0;
	display: block;
}
.bg-darkgrey  {
	margin: 0 15px;
	text-align: center;
	max-width:auto 0;
	width: calc(100% - 30px);
	color: #fff;
}
.bg-darkgrey .content-flexhold {
	width: calc(80% - 30px);
	padding: 10%;
	padding-top: 70px;
	padding-bottom: 70px;
}

/*** Cart and login bits ***/
#popupBlanket {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 9999;
	display: none;
}
#popupholder {
	width: 100%;
	height: 100%;
	text-align: center;
}
#loginbox {
	margin: 100px auto 0;
	background: #fff;
	padding: 30px;
	width: 35%;
	display: none;
	min-width: 450px;
	max-width: 450px;
	overflow: hidden;
	border: 10px solid rgba(0,0,0,0.6);
}
input:-webkit-autofill {
	background: #fffbf3;
}
.exitholder {
	float: right;
	cursor: pointer;
}
.exitholder:hover {
	color: #505252;
}
.loginheader {
	font-size: 24px;
	text-align: left;
	padding: 10px 0 30px 0;
	float: left;
	width: 90%;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.logininput {
	width: calc(100% - 34px);
	padding: 14px 16px;
	float: right;
	border: 1px solid #eaeaea;
	margin: 5px 0 10px 0;
	padding: 16px;
	font-size: 15px;
}
.inplbl {
	text-align: left;
	float: left;
	margin: 13px 6px;
}
.reqaccbtn, .forgetpwdbtn, .loginbtn {
	padding: 13px 25px;
	margin: 10px 2px 0 2px;
	float: right;
	text-transform: uppercase;
	border: none;
	width: 32%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.reqaccbtn, .forgetpwdbtn {
	background-color: transparent;
	border: 1px solid #d5d5d5;
	width: 49%;
}
.reqaccbtn:hover, .forgetpwdbtn:hover {
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
}
.loginbtn {
	background-color: #fbeb8b;
	color: #505252;
	border: 2px solid transparent;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.loginbtn:hover {
	background: none;
	border-color: #505252;
}
.landingpagebtn {
	padding: 13px 50px;
	margin: 0;
	background-color: #091322;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top: 20px;
}
.landingpagebtn:hover {
	background-color: #D21D54;
	color: #fff;
}
.continuelink {
	padding: 30px 0 10px 0;
	display: inline-block;
}
.continuelink:hover {
	color: rgba(7,16,31,0.6);
}
.loggedintopbar {
	position: relative;
	text-align: right;
	color: #505252;
	z-index: 99;
	padding: 18px 0;
	border-bottom: none;
	float: right;
	display: inline-block;
}
.loggedintopmsg {
	display: inline-block;
	padding: 10px;
}
.loggedintopbar p {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0;
	text-align: right;
	color: #505252;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.loggedintopbar p a {
	border-bottom: none;
}
.loggedintopbar p a:hover {
	color: #505252;
	border-bottom: none;
}
.toplogintext, #carttopcontent {
	font-weight: 400;
}
#carttopcontent {
	margin: 0 10px 0 10px;
	text-align: right;
}
#carttopcontent .fa, .toplogintext .fa {
	font-size: 17px;
	/*vertical-align: text-top;*/
	/*padding-top: 1px;*/
	margin-right: 7px;
}
#carttopcontent .fa {
	color: #505252;
}
.cartmsghighlight {
	font-weight: bold;
	color: #505252;
}
#cartPopupHolder {
	text-align: center;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1045;
	display: none;
}
#cartPopup {
	border-radius: 0;
	margin: 0 auto;
	margin-top: 121px;
	border: 10px solid rgba(0, 0, 0, 0.3);
	width: 20%;
}
#cartPopupMsg {
	color: #07101F;
	font-weight:500;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	padding: 5%;
	max-width: 400px;
	background: #ffffff;
	padding: 10%;
}
#cartsection  {
	margin-top: -5px;
	padding-top: 50px;
	background: #fff;
}
#cartsection h1 {
	padding: 0;
	margin: 0 50px;
	width: calc(100% - 100px);
	font-weight: 600;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
#cartcontents, #cartbottom {
	width: calc(100% - 100px);
	padding: 50px;
	overflow: hidden;
}
.cart h1 {
	max-width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
	width: 90%;
	font-size: 21px;
	font-weight: 600;
	text-align: left;
	float: left;
}
.cartitem {
	padding: 30px;
	background: #f9f9f9;
	margin-bottom: 5px;
}
#carttotalrow {
	padding: 40px 30px;
	text-align: right;
	background: #eaeaea;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}
.cartitemtitle {
	width: 50%;
	display: inline-block;
	padding-right: 5%;
	line-height: 1.3em;
	vertical-align: sub;
}
.cartnumhold {
	width: 5%;
	display: inline-block;
	vertical-align: baseline;
}
.cartitemnum {
	padding: 8px 0 9px 0;
	width: 80%;
	text-align: center;
	border: 1px solid #ccc;
}
.cartnumupdate {
	width: 20%;
	display: inline-block;
	vertical-align: baseline;
}
.cartnumupdatebtn, .cartnumremovebtn {
	padding: 8px 15px 9px 15px;
	margin-right: 3px;
	border: 1px solid #ccc;
	background-color: transparent;
	color: #999;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cartnumupdatebtn:hover, .cartnumremovebtn:hover {
	border-color: #505252;
	background-color: #505252;
	color: #fff;
}
.cartitemprice {
	width: 20%;
	display: inline-block;
	text-align: right;
	vertical-align: sub;
}

.cartinplbl {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
}
.carttextinp {

}
.cartsubmitbtn {
	padding: 16px 40px;
	text-transform: uppercase;
	font-size: 15px;
	color: #505252;
	background: #fbeb8b;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 50px;
	letter-spacing: 1px;
	font-weight: 300;
	border: 2px solid transparent;
}
.cartsubmitbtn:hover {
	background: none;
	border: 2px solid #505252;
}
.cart #cart-body-content {
	padding: 0 5% 10% 0;
}
#productlist {
	width: 100%;
	padding-bottom: 50px;
	padding-top: 50px;
	background: #f6f6f6;
	position: relative;
	z-index: 1;
}
#productCatList {
	padding: 20px 10%;
	text-align: center;
	width: 80%;
	background: #505252;
	position: relative;
	z-index: 1;
}
.enqspan {
	border: 1px solid #fff;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	width: 50%;
	max-width: 150px;
	margin-top: 30px;
}

.productzoom {
	float: right;
	color: #cccccc;
	font-size: 18px;
}
.productzoom:hover {
	color: #505252;
}
#productCatList .centreme {
	width: 100%;
}
.catitem {
	padding: 6px 10px;
	margin: 5px;
	border-radius: 3px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 300;
}
.catitem:hover, .activecategory {
	color: #fbeb8b;
}
.productitem {
	width: calc(33.3% - 35px);
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
.productitem:nth-of-type(3n) {
	width: calc(33.3% - 15px);
	margin-right: 0;
}
.productimagehold, .productoverlay {
	height: 350px;
}
.productoverlay {
	background: rgba(0,0,0,0.7);
	margin-top: -350px;
	overflow: hidden;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	color: #FFF;
}
.productitem .prodtitle {
	font-weight: 300;
	font-size: 21px;
	margin-bottom: 10px;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.productitem p {
	font-size: 14px;
}
.productoverlay hr {
	width: 10px;
	height: 3px;
	background: #fff;
	border: none;
	margin: auto;
	margin-bottom: 15px;
}
.proddetail {
	padding: 10px 0 20px 0;
}
.productimagehold img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
/*** Carousel settings ***/
#homeflex {
	width: 100%;
	overflow: hidden;
}
.hero_overlay { /*used on home page only*/
	color: #FFF;
	height: 520px;
	margin-top: -330px;
	right: 0;
	text-align: center;
	font-size: 40px;
	z-index: 99;
	position: absolute;
}
.hero_overlay p {
	font-size: 60px;
	line-height: 1;
}
.slides li {
	margin-left: 0;
}
.overlayDivHolder {
	width: 100%;
	position: absolute;
	text-align: center;
}
.overlayDiv {
	position: relative;
	z-index: 500;
	text-align: center;
	padding-top: 95px;
}
.overlayTitle {
	color: #FFF;
	font-size: 34px;
	text-transform: uppercase;
	font-size: 40px;
}
.homeImgHolder {
	overflow: hidden;
	float: right;
}
.imgoverlay {
	position: absolute;
	background: rgba(0,0,0,.5);
	top: 0;
	width: 100%;
	height: 100%;
	height: calc(100% - 2px);
}
.flex-direction-nav, .flex-direction-nav li, .flex-disabled {
	display: none;
}
.flex-active-slide {
	position: relative;
}
.prevslide, .nextslide {
	position: relative;
	z-index: 10;
	cursor: pointer;
	color: #eaeaea;
	font-size: 45px;
	font-family: 'Wire One', sans-serif;
	opacity: 0.7;
	width: 40px;
	display: none;
	padding-top: 240px;
	padding-left: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-mox-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 3px;
	cursor: pointer;
}
.nextslide {
	right: 0;
	float: right;
	padding-right: 20px;
}
.prevslide:hover, .nextslide:hover {
	color: #FFF;
	opacity: 0.9;
}
/*** Home styling ***/
.home_cat_hero {
	margin-top: 50px;
}
.home_cat_hero .colholder {
	/*margin: 40px 0 0 0;*/
	width: 100%;
	margin: 0;
}
.home_cat_hero .threecol {
	background: #fff;
}
.homecattile {
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.homecattile:hover {
	opacity: 0.7;
}
.homecattile h3 {
	text-transform: uppercase;
	padding: 30px 0 20px 0;
	letter-spacing: 4px;
}
.homecattile .miniunderline {
	width: 30px;
	height: 3px;
	background: #505252;
	border: none;
	margin: auto;
}
.shopcollection {
	padding-top: 20px;
}
.aboutdiv {
	padding: 0;
	width: 100%;
	margin-top: 50px;
}
.aboutdiv .colholder, .featureTextBlock .colholder {
	background: #ffffff;
	width: 100%;
	margin: 0;
}
.featureText {
	background: #505252;
}
.featureText a {
	color: #fff;
	text-align: center;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.3em;
	text-transform: uppercase;
	font-size: 30px;
	display: block;
}
.yellowText {
	color: #fbeb8b;
}
.featureText a:hover {
	color: #fbeb8b;
}
.featureText hr, .footer hr, .contactdiv hr {
	width: 10px;
	height: 3px;
	border: none;
	background: #fff;
}
.contactdiv {
	background: #fff;
	margin-top: 50px;
	text-align: center;
	padding-top: 100px;
}
.contactdiv hr {
	background: #464646;
}



/*** Section Aggregate Template ***/
#aggTop {
	padding: 30px 0;
}
#topAggItem {
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}
.aggSectionName {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 5px 0px 10px 0px;
}
.aggItemTitle {
	font-size: 42px;
	font-weight: 900;
	line-height: 1em;
}
.aggItemPreview {
	margin-top: 15px;
	font-size: 17px;
	color: #7b8486;
	font-weight: 300;
	line-height: 1.3em;
}
.pagination {
	padding: 5px 8px;
	margin-right: 5px;
	border: 1px solid #CCC;
	background: #f1f5f6;
	color: #888;
	display: inline-block;
}
.activePagination {
	border: 1px solid #FFF;
	color: #505252;
	background: #ffffff;
}
#loadmorebtn {
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 1.5% 1%;
	border: 3px solid #505252;
	width: 20%;
	text-align: center;
	margin: 0 auto 50px;
	display: block;
}
#loadmorebtn:hover {
	border-color: #697072;
	color: #697072;
}
/*** Tiles ***/
.tileImage {
	overflow: hidden;
}
.tileBottom {
	text-align: left;
	height: 100px;
	overflow: hidden;
	background: #FFF;
	margin-top: -2px;
	padding: 20px 20px 30px 0px;
}
.tileSectionName {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 70px 0 10px 10px;
	display: inline-block;
	padding: 7px 12px;
	color: #FFF;
	border-radius: 5px;
}
.tileBottom .tileSectionName { /*when in the bottom section (not overlaid) */
	margin-top: 0;
	margin-left: 0;
}
.tileName {
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
}
.tileBottom .tileName {
	margin-left: 0;
}
.tileOne {
	overflow: hidden;
	float: left;
	width: 98%;
	margin: 20px 1% 0 1%;
	position: relative;
}
.tileTwo {
	overflow: hidden;
	float: left;
	width: 49%;
	margin: 20px 0 0 2%;
	position: relative;
}
.tileTwo:nth-of-type(2n) { /*items 0,2,4,6 etc - end of col */
	margin-right: 0;
}
.tileTwo:nth-of-type(2n+1) { /*items 1,3,5,7 etc - start of col */
	margin-left: 0;
}
.tileTwo .tileImage {

}
.tileTwo .tileBottom {

}
.tileTwo .tileSectionName {

}
.tileTwo .tileName {

}
.tileThree {
	overflow: hidden;
	float: left;
	width: 32%;
	margin: 20px 0 0 2%;
	position: relative;
}
.tileTwo .tileImage {

}
.tileTwo .tileBottom {

}
.tileTwo .tileSectionName {

}
.tileTwo .tileName {

}
.tileThree:nth-of-type(3n) { /*items 0,3,6 etc - end of col */
	margin-right: 0;
}
.tileThree:nth-of-type(3n+1) { /*items 1,4,7 etc - start of col */
	margin-left: 0;
}
.tileThree .tileImage {

}
.tileThree .tileBottom {

}
.tileThree .tileSectionName {

}
.tileThree .tileName {

}
.tileFour {
	overflow: hidden;
	float: left;
	width: 23.5%;
	margin: 20px 0 0px 2%;
	position: relative;
}
.tileFour:nth-of-type(4n) { /*items 0,4,8 etc - end of col */
	margin-right: 0;
}
.tileFour:nth-of-type(4n+1) { /*items 1,5,9 etc - start of col */
	margin-left: 0;
}
.tileFour .tileImage {

}
.tileFour .tileBottom {

}
.tileFour .tileSectionName {

}
.tileFour .tileName {

}
.tileFive {
	overflow: hidden;
	float: left;
	width: 18.4%;
	margin: 20px 0 0px 2%;
	position: relative;
}
.tileFive:nth-of-type(5n) { /*items 0,5,10 etc - end of col */
	margin-right: 0;
}
.tileFive:nth-of-type(5n+1) { /*items 1,6,11 etc - start of col */
	margin-left: 0;
}
.tileFive .tileImage {

}
.tileFive .tileBottom {

}
.tileFive .tileSectionName {

}
.tileFive .tileName {

}
.tileThree, .tileFour, .tileTwo, .tileFive, .tileOne {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.tileThree:hover, .tileFour:hover, .tileTwo:hover, .tileFive:hover, .tileOne:hover {
	opacity: 0.7;
}
.tileItemOverlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	color: #FFF;
	position: absolute;
	opacity: 1;
}
.newTileLoadedFromAjax { /* keep this one last in tiles */
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*** Columns ***/
.colholder { /*will always be 100% - this is the row */
	/*	width: 100%;*/
	width: calc(100% - 30px);
	overflow: hidden;
	display: flex;
	margin: 15px 15px 0 15px;
}
.onecol {
	width: 100%;
	float: left;
	margin-right: 0%;
	/*	overflow: hidden;*/
	margin-bottom: -3px;
	position: relative;
	align-items: stretch;
}
.twocol {
	width: 50%;
	float: left;
	margin-right: 0%;
	/*	overflow: hidden;*/
	margin-bottom: -3px;
	position: relative;
	align-items: stretch;
}
.twocol:nth-of-type(2n) {
	margin-right: 0;
}
.home .twocol:nth-of-type(2n) {
	text-align: right;
}
.twocol img, .threecol img, .fourcol img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		height: 400px;
}
.contactPink {
	/*	margin: 0 15px 15px 15px;*/
	color: #fff;
}
.benefitsBG {
	margin: 0 15px 0 0;
	color: #fff;
}
.contact .map {
	width: calc(100% - 30px);
	margin: 15px;
}
.contactForm {
	padding: 5% 0;
}
.threecol {
	width: calc(33.3% - 40px);
	float: left;
	margin-right: 40px;
}
.threecol:nth-of-type(3n) {
	width: 33.4%;
	margin-right: 0;
}
.threeColPadding {
	padding: 5% 0;
}
.fourcol {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.fourcol:nth-of-type(4n) {
	margin-right: 0;
}
.colItem {
	position: relative;
	width: 100%;
}
.colItemBody {
	display: flex;
	align-items: center;
	height: 100%;
}
.content-flexhold {
	width: 100%;
}
.colItemPad {
	padding: 0 10%;
}
.colItemBody h1 {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.colbody p {
	font-size: 14px;
	line-height: 1.3;
}
.threecol .colItemBody {
	height: 360px;
	overflow: hidden;
}
.threecol .colItemPad {
	/*	height: 280px;*/
	min-height: 280px;
	height: 100%;
	display: block;
}
.threecol .colDoubleHeight {
	height: 720px;
}
.moreinfbtn {
	color: #505252;
	border: 1px solid #505252;
	padding: 6px 10px;
	margin-top: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.colOverlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	background: rgba(0,0,0,0.5);
}
.colOverlay h1 {
	font-weight: normal;
	padding-top: 200px;
}
.opaqueoverlaybg {
	background: rgba(0,0,0,0.5);
}
.colImageHold {
	height: 100%;
	width: 100%;
}
.colImageHold img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/*** Forms settings ***/
#uploadBlanket {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
	position: fixed;
	display: none;
}
#upload_div {
	margin: 100px auto;
	width: 400px;
	overflow: hidden;
	background: #FFF;
	padding: 10px 40px 40px;
}
#uploadsubmit, #uploadcancel {
	background: #B4D6A0;
	color: #FFF;
	padding: 10px 30px;
	cursor: pointer;
	border: none;
	margin-right: 20px;
}
#upload_div, #upload_target {
	display: none;
}
.former {
	text-align: left;
	padding: 0px;
	margin-top: 20px;
	max-width: 600px;
	margin: auto;
	margin-bottom: 50px;

}
.former .twocol {
	padding: 0 4%;
}

.memberformrow .former .colholder {
	padding: 0;
	margin: 0;
}
.memberformrow {
	padding-bottom: 30px;
}
.memberformrow h1 {
	padding: 7% 3% 2% 3%;
}
.former .formSectionTitle {
	color: #FFF;
	line-height: 1.4;
	text-align: center;
	font-size: 14px;
	width: 94%;
}
.saver {
	width: calc(100% - 24px);
	border-radius: 3px;
	border: 1px solid transparent;
	padding: 0px 12px;
	font-size: 14px;
	background: #fffbf3;
	height: 36px;
}
.formcheckbox {
	width: 18px;
	height: 18px;
	font-size: 20px;
}
.cart .saver {
	margin: 10px 0;
}
.carttextarea {
	font-family: "Arial";
	padding-top: 5px;
	padding-bottom: 5px;
}
#cartnotes {
	height: 200px;
}
.former select {
	width: 104%;
}
.former .formSectionTitle {
	font-size: 14px;
	background: #b4d6a0;
	padding: 12px 10px;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	width: 101%;
}
.former textarea {
	font-family: arial, sans-serif;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: calc(100% - 24px);
}
.inputlbl {
	color: #313131;
	margin-bottom: 8px;
	margin-top: 20px;
	padding: 0px;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
}
.reqtext {
	color: #f3c718;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	margin-left: 10px;
}
.addToCartBtn, .numItems {
	padding: 11px 0;
	text-transform: uppercase;
	border: none;
	background: #fbeb8b;
	color: #505252;
	width: 74%;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 13px;
	border: 2px solid transparent;
}
.addToCartBtn:hover {
	background-color: transparent;
	border: 2px solid #505252;
}
.numItems {
	border: 1px solid #eaeaea;
	background: #fff;
	color: #999;
	width: 23%;
	cursor: text;
	margin-right: 2%;
	padding: 12px 0;
}
.priceVal {
	font-weight: 500;
	font-size: 17px;
}
.formImageFilename {
	display: none;
}
.submitter {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 16px 40px;
	background: #fbeb8b;
	text-transform: uppercase;
	border: none;
	color: #505252;
	margin-bottom: 40px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 100%;
}
.submitter:hover {
	background: #313131;
	color: #fff;
}
.redborder {
	border: 1px solid #D21D54;
}
#uploadBtn, #chooseUploadBtn {
	padding: 16px 40px;
	background-color: #313131;
	color: #fff;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 3px;
}
.fullwidpad {
	/*padding: 50px 0;*/
	padding: 0;
}
.underlinediv {
	margin: 0 15%;
	border-bottom: 2px solid #ccc;
}
.underlinesepdiv {

}
/*** Article page ***/
.itemheadline {
	font-size: 30px;
	margin: 20px 0;
}
.article_div {
	padding: 20px 0 50px;
}
.article_div ul, .article_div ol {
	margin: 0 20px;
}
.articlebody {

}
.articlebody p, .articlebody li {
	font-size: 15px;
	line-height: 1.4;
}
.articlebody img {
	margin: 20px auto;
}
.article_area .centremeinner, .article_contentDiv .centremeinner {
	overflow: hidden;
}
.article_contentDiv {

}
.articlelhs {
	width: 69%;
	margin-left: 1%;
	float: left;
	overflow: hidden;
}
.articlerhs {
	width: 28%;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
	float: right;
}
#relatedTiles {
	padding-top: 70px;
}
#relatedTiles h1 {
	font-size: 18px;
}
/** Tags **/
#tagholder {
	margin-top: 20px;
}
.taghead {
	font-size: 12px;
	font-weight: bold;
}
.tagger {
	font-size: 11px;
	background: #F0F0F0;
	border: 1px solid #DDD;
	padding: 5px 10px;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
}
.tagger:hover {
	background: #DDD;
}
.wid768 {
	width: 768px;
	margin: 0 auto;
}
.footer .threecol {
	font-size: 12px;
	padding-bottom: 20px;
	text-align: center;
}
.footer p {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 200;
	text-align: center;
	letter-spacing: 1px;
}
.footer p a:hover {
	color: #fbeb8b;
}
.footer .threecol .colItemPad {
	min-height: 100%;
}
.footer hr {
	background: #fbeb8b;
}

/*** Social stuff ***/
.fb-comments, .fb-comments iframe[style], .fb-comments span {
	width: 90% !important;
}

/* image gallery (not inline Ace Gall) */
.gallerydiv, .galleryholder {
	overflow: hidden;
	position: relative;
}
.galleryholder {

}
.galimage {
	display: block;
	float: left;
	margin-left: 1%;
	width: 32%;
}
.galimage img {
	width: 100%;
	height: 100%;
}
.galimagebig {
	display: block;
	float: left;
	padding-left: 0px;
	z-index: 95;
	position: relative;
}
.gallerypage {
	display: block;
	float: none;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallerypage .galimage:nth-of-type(4), .gallerypage .galimage:nth-of-type(5) {
	margin-top: 6px;
}
.gallery_left_arrow, .gallery_right_arrow {
	height: 300px;
	position: absolute;
	z-index: 98;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5);

}
.gallery_left_arrow:hover, .gallery_right_arrow:hover {
	background: rgba(0, 0, 0, 0.8);
}

.gallery_left_arrow {
	left: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.gallery_right_arrow {
	right: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.lrh {
	padding-top: 130px;
	display: block;
}

.galimage img, .galimagebig img {

}
.vis {
	opacity: 1;
}
.invis {
	opacity: 0;
}
/** inline gallery from Hanna (for Ace and TWA sites etc) ***/
.inlineGallery {
	overflow: hidden;
}
.wid-66 {
	width: 66.6%;
	padding: 2%;
	height: 100%;
	margin: auto 0;
}
.wid-66 .colItemBody {

}
.wid-34 {
	width: 33.4%;
	height: 100%;
	margin: auto 0;
}
#mobilehamburger {
	display: none;
	position: absolute;
	top: 15px;
	right: 20px;
}

/* shop dropdown menu */
#shopdropdownmenu {
	overflow: hidden;
	position: fixed;
	margin-top: 154px;
	display: none;
	z-index: 99;
	padding-bottom: 15px;
}
#shopdropdownmenu .centreme {
	background: #FFF;
	padding: 20px 10px;
	overflow: hidden;
	width: calc(1200px - 20px);
	max-width: calc(100% - 20px);
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
}
.shopdropdiv {
	width: 100%;
}
.shopdropa {
	/*width: 186px; */
	width: 21%;
	display: flex;
	float: left;
	/* padding: 5px; */
	padding: 2% 1%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	/* background: #eaeaea; */
	margin: 0 1%;
	border-bottom: 1px solid #eaeaea;
}
.shopdropa:hover {
	background: #eaeaea;
}
.shopdropimghold {
	width: 45px;
	display: inline-block;
}
.shopdroptextcontent {
	height: 100%;
	/*	width: 170px;*/
	width: 80%;
	display: flex;
	/*float: right;*/
	align-items: center;
}
.shopdroptextcontent .fa {
	margin-left: 10px;
	font-size: 11px;
}
.shopdropa p {
	margin-left: 10px;
}
.shopTopBodyContent {
	padding: 5% 20%;
	width: 60%;
	/*	margin-top: 27px;*/
	text-align: center;
}
.shopTopBodyContent .centreme {
	width: 100%;
}
.shopTopBodyContent h1 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 1px;
}
.shopTopBodyContent h2 {
	font-weight: 300;
	padding-bottom: 30px;
	font-size: 21px;
}
.shopTopBodyContent p a {
	padding: 16px 40px;
	border: 1px solid #fff;
	border-radius: 8px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.shopTopBodyContent p a:hover {
	border-color: #505252;
	background: #505252;
}
#menu #menumobilelogin {
	display: none;
}
.ppicons i {
	font-size: 26px;
}
#subnow {
	display: none;
}
.standard .hero-content {
	height: 300px;
}
.standard .hero-content h1 {
	margin-bottom: 0;
}

.ClickCollect .colItemBody, .ReturnsPolicy .colItemBody, .PrivacyPolicy .colItemBody {
	width: calc(100% - 100px);
	overflow: hidden;
	display: flex;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 100px 50px;
}
.specialistsBlock .colholder, .ContactUsBlock .colholder {
	width: 100%;
	padding: 0;
	margin: 0;
}
.ClickCollect h1, .ReturnsPolicy h1, .PrivacyPolicy h1 {
	font-size: 21px;
	letter-spacing: 2px;
}
.ContactUsBlock .colholder, .specialistsBlock .colholder {
	height: 300px;
}
.specialistsBlock, .ContactUsBlock {
	background: #505252;
}
#homewrap .specialistsBlock .centreme, #homewrap .ContactUsBlock .centreme {
	padding: 0;
	margin: 0;
	width: 100%;
}
.specialistsBlock {
	width: calc(100% - 100px);
	margin: 0 50px;
}
.specialistsBlock .colItemBody h1 {
	color: #fff;
	font-weight: 400;
	font-size: 45px;
	line-height: 1;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.specialistsBlock .twocol:nth-of-type(2n) {
	text-align: center;
}
.ContactUsBlock {
	width: calc(100% - 100px);
	margin: 0 50px;
	margin-bottom: 50px;
}
.ContactUsBlock .twocol {
	width: 65%;
}
.ContactUsBlock .twocol:nth-of-type(2n) {
	width: 35%;
}
.ContactUsBlock .colItemBody h1 {
	text-align: center;
	font-weight: 500;
	letter-spacing: 2px;
}
.ContactUsBlock .colItemBody h1 a  {
	border: 2px solid #fff;
	padding: 10px 50px;
}
.ContactUsBlock .colItemBody h1 a:hover {
	color: #fbeb8b;
	border-color: #fbeb8b;
}
.ClickCollect hr, .ReturnsPolicy hr, .PrivacyPolicy hr {
	width: 10px;
	height: 3px;
	border: none;
	background: #505252;
}
.shopNowBlock h1 {
	border: 2px solid #fff;
	/*width: 20%;*/
	width: 200px;
	margin: auto;
	font-weight: 500;
	letter-spacing: 2px;
	/*margin-top: 210px;*/
	margin-top: 16%;
	padding: 10px 20px 12px 20px;
}
.shopNowBlock h1:hover {
	opacity: 0.7;
}
#mobilefoottabs, #popupMobileFootNav {
	display: none;
}

@media screen and (min-width: 2000px) { /*for super wide screens, stripes */
	/*	.homeImgHolder, .flexslider img {*/
	/*		object-fit: cover;*/
	/*		height: 550px;*/
	/*		width: 100%;*/
	/*	}*/
}

@media screen and (max-width: 1300px) {
	#header-sticky .centreme, #header .centreme, #homewrap .centreme {
		width: calc(100% - 100px);
		padding: 0 50px;
	}
	#section1 .centreme {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.contactdiv {
		width: calc(100% - 100px);
		margin: auto;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	#homewrap {
		width: 100%;
	}
	#homewrap .footer .centreme {
		width: 100%;
		padding: 0;
		max-width: 100%;
	}
	#homewrap .footer iframe {
		width: 100%;
	}
	.heroBg {
		width: 100%;
		z-index: -99;
	}
	.ClickCollect, .ReturnsPolicy, .PrivacyPolicy {
		margin-top: 40px;
		width: calc(100% - 100px);
		margin: 50px;
	}
}

@media screen and (max-width: 1199px) {  /*less than full width */
	/*#homewrap,  #header .centreme, #header-sticky .centreme,*/
	/*#moremenuhold {*/
		/*width: calc(100% - 100px);*/
		/*padding: 0 50px;*/
	/*}*/
	#section1 .centreme {
		padding: 0;
	}
	.shopdropa {
		width: 29%;
		padding: 14px 1%;
	}
	.shopdroptextcontent {
		width: 80%;
	}
	.colholder {
		/*		width: 100%;*/
		/*		margin: 0;*/
		width: calc(100% - 30px);
		margin: auto;
		margin: 15px 15px 0 15px;
	}
	.contact .colholder {
		margin: 15px;
	}
	.home .colholder {
		/*width: 90%;*/
		/*padding: 0 5%;*/
		margin: 0 0 0 0;
		width: 100%;
	}
	.home .twocol:nth-of-type(2n) {
		padding: 0;
		background: #505252;
	}
	.home .wid-66 {
		padding: 0;
	}
	.galimage  {
		width: 32%;
		margin-right: 0;
		margin-left: 1%;
		overflow: hidden;
	}
	.galimagebig  {
		width: 40%;
		margin-right: 0;
		margin-left: 0;
		overflow: hidden;
	}
	.article_area {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.heroImgHolder {
		width: 100%;
		height: 500px;
	}
	.cart .heroImgHolder {
		height: 250px;
	}
	.heroImgHolder img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.loggedintopbar {

	}
	.loggedintopbar p {
		color: #07101f;
	}
	.loggedintopbar p a:hover {
		opacity: 0.7;
	}
	#carttopcontent {
		text-align: right;
	}
	.twocol img, .threecol img, .fourcol img {
		height: 350px;
	}
	.threecol {
		width: calc(33.3% - 30px);
		float: left;
		margin-right: 30px;
	}
	.aboutdiv .twocol .colItemBody, .aboutdiv .twocol .colItemBody img, .featureTextBlock .twocol
	.colItemBody, .featureTextBlock .twocol .colItemBody img {
		height: 500px;
	}
	.footerTop {
		padding: 50px;
		width: calc(100% - 100px);
	}
	.footerMiddle {
		padding: 0 50px 50px 50px;
		width: calc(100% - 100px);
	}
	.footerTop .colholder {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	#productCatList {
		width: calc(100% - 100px);
		padding-right: 50px;
		padding-left: 50px;
	}
	#productCatList .centreme {
		padding:0;
		width: 100%;
	}
}

@media screen and (max-width: 1030px) {
	.centreme {
		width: 100%;
	}
	.centremeinner {
		width: 100%;
	}
	.productoverlay {
		margin-top: 0;
		height: auto;
		opacity: 1;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#menu li {
		padding: 15px 10px 5px 10px;
	}
	.twocol img, .threecol img, .fourcol img {
		/*height: 280px;*/
		height: 100%;
	}
	.threecol {
		width: calc(33.3% - 20px);
		float: left;
		margin-right: 20px;
	}
	.enqspan {
		font-size: 14px;
		font-weight: 200;
	}
	.cartitemtitle {
		padding-right: 3%;
	}
	.cartnumupdate {
		width: 22%;
	}
}

@media screen and (max-width: 959px) {
	/*tablet landscape*/
	.centreme, #homewrap, .centremeinner {
		width: 100%;
	}
	#homewrap .centreme, #header .centreme {
		width: 100%;
		padding: 0;
	}
	#logo {
		margin-left: 30px;
	}
	#menu {
		width: 100%;
		margin-top: 80px;
		position: absolute;
		background: #505252;
		padding: 0;
		left: 0;
	}
	.menuTitle {
		font-weight: 300;
		font-size: 20px;
	}
	#menu .topmenu li {
		padding: 0;
	}
	#menu li a {
		border-bottom: 1px solid #444;
		padding: 20px 0;
	}
	#menu li a .inactiveMenu {
		color: #fff;
	}
	.catmenu .sub-menu {
		display: none;
	}
	#searchbox2 {
		padding: 12px 0;
		font-size: 18px;
		border: none;
		background: none;
		border-bottom: 2px solid #333;
		margin-right: 20px;
		color: #fff;
		letter-spacing: 1px;
	}
	#searchbtn2 {
		font-size: 25px;
		padding: 13px 25px;
		margin-right: 20px;
		color: #fff;
	}
	#section1 {
		margin-top: 120px;
	}
	.centremeinner { /*use for padding override if required */
	}
	.colItemBody h1 {
		font-size: 32px;
		margin-bottom: 0;
	}
	p, li {
		font-size: 15px;
	}
	#productlist .centreme {
		width: calc(100% - 60px);
		padding: 0 30px;
		background: #f6f6f6;
	}
	.about .threeColPadding .colholder {
		width: 100%;
		margin: 0;
	}
	.about .threeColPadding .colItemPad {
		padding: 0 10% 0 0;
	}
	.colholder {
		width: calc(100% - 30px);
	}
	.contact .colholder {
		width: 100%;
	}
	.about .threeColPadding {
		padding: 5%;
		width: 90%;
	}
	.about .colholder {
		margin: 0;
		width: 100%;
	}
	.bg-darkgrey {
		margin: 0;
		width: 100%;
	}
	.bg-lightgrey {
		width: 100%;
		margin: 0;
	}
	.bg-lightgrey .colholder {
		padding: 5%;
		width: 90%;
	}
	.bg-lightgrey .colItemPad {
		text-align: left;
		padding: 0;
	}
	.content-flexhold {
		padding: 5%;
		width: 100%;
	}
	.collectCenter {
		width: 80%;
		margin: 0;
	}
	.pinkbtn {
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 1px;
	}
	#homeflex {
		width: 100%;
	}
	#homeflex .heroImgHolder {
		float: none;
	}
	#cartcontents, #cartbottom {
		padding: 30px;
		width: calc(100% - 60px);
	}
	.cartitemtitle {
		width: 100%;
		position: relative;
	}
	.cartnumhold {
		width: 20%;
		display: inline-block;
	}
	.cartnumupdate {
		width: 50%;
		padding-top: 20px;
	}
	.cartitemprice {
		vertical-align: sub;
		width: 20%;
		padding-top: 30px;
		float: right;
	}
	.loggedintopbar {
		padding: 45px 0 0 0;
		margin-top: -140px;
		background: #eaeaea;
		position: relative;
		width: 100%;
		text-align: center;
	}
	#mobilehamburger {
		font-size: 30px;
		color: #505252;
		z-index: 999;
		display: block;
		margin-top: 50px;
		margin-right: 20px;
	}
	#menu ul {
		width: 100%;
		margin: 0;
		padding: 0 0 30px 0;
	}
	#menu li {
		padding: 0;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	#menu li a:hover {
		background-color: #666;
	}
	#menu li .menuActiveState {
		border-bottom: 1px solid #333;
		background-color: #333;
	}
	#menu .topmenu li .menuActiveState, #menu .topmenu li .menuActiveState:hover {
		color: #fff;
	}
	#menu #mobilesearchholder {
		background: #505252;
		padding: 15px 0;
		width: 100%;
	}
	#menu #menumobilelogin, #menumobilelogin .toplogintext {
		background: #505252;
		color: #ccc;
		text-transform: uppercase;
		border-bottom: none;
	}
	#menu #menumobilelogin:hover, #menumobilelogin .toplogintext:hover {
		background-color: #505252;
		color: #fff;
	}
	#searchbox2 {
		width: 82%;
	}
	#searchbtn2 {
		margin-right: 0;
	}
	#headerPadding {
		height: 120px;
	}
	#logoholder {
		margin-right: 20px;
	}
	#logo img {
		width: 90px;
	}
	.topsocial .fa {
		display: none;
	}
	#searchboxwrapper, #searchTopHolder {
		display: none;
	}
	/**Menu search**/
	#menu #mobilesearchholder {
		display: block;
	}
	#shopdropdownmenu {
	}
	.quote {
		padding: 5%;
		width: 40%;
	}
	.footer .threecol {
		padding: 2% 5%;
	}
	.memberformrow .colItemPad {
		padding: 0;
	}
	.footerTop .colholder {
		display: block;
	}
	.footer .threecol {
		width: 100%;
		margin-right: 0;
		padding: 0;
	}
	.footer .content-flexhold {
		padding: 20px 0;
	}
	.addToCartBtn, .numItems {
		width: 100%;
		padding: 13px 0;
		margin: 0 0 10px 0;
		text-align: center;
	}
	.productitem {
		width: calc(33.3% - 25px);
		margin-right: 30px;
	}
	#header {
		padding-top: 40px;
	}
	.product_aggregate .hero-content, .product_category .hero-content {
		height: 300px;
	}
	#cartsection h1 {
		margin: 0 30px;
		width: calc(100% - 60px);
		font-size: 30px;
	}
	.home_cat_hero .centremeinner {
		padding: 0 50px;
		width: calc(100% - 100px);
	}
}


@media screen and (max-width: 850px) {
	.colItemBody h1 {
		font-size: 30px;
	}
	p, li {
		font-size: 14px;
	}
	.heroImgHolder {
		height: 400px;
	}
	.prevslide, .nextslide {
		padding-top: 180px;
	}
	.productimagehold {
		height: 225px;
	}
	.productitem {
		width: calc(33.3% - 15px);
		margin-right: 20px;
	}
	.ContactUsBlock .colItemPad, .ContactUsBlock .content-flexhold {
		padding: 0;
	}

}

@media screen and (max-width: 769px) { /*tablet portrait*/

	/* carousel */
	.homeImgHolder img, .flexslider img {
		width: 100%;
	}
	#homeflex .heroImgHolder {
		float: none;
	}
	#menu {
		margin-top: 25px;
	}
	/* Tiles */
	.tileImage {
		height: 170px;
		text-align: center;
		width: 100%;
	}
	.tileImageInner {
		width: 100%;
	}
	.tileImage img {
		min-width: 100%;
		min-height: 170px;
	}
	.tileBottom {

	}
	/*tileTwo stays as two column */
	.tileThree, .tileFour, .tileFive { /*becomes two column */
		width: 49%;
		height: 320px;
	}
	.tileThree:nth-of-type(1n), .tileFour:nth-of-type(1n), .tileFive:nth-of-type(1n) { /*override targets all tiles initially */
		margin-left: 1%;
		margin-right: 1%;
	}
	.tileThree:nth-of-type(2n), .tileFour:nth-of-type(2n), .tileFive:nth-of-type(2n) { /*items 0,2,4 etc - end of col */
		margin-right: 0;
	}
	.tileThree:nth-of-type(2n+1), .tileFour:nth-of-type(2n), .tileFive:nth-of-type(2n) { /*items 1,3,5 etc - start of col */
		margin-left: 0;
	}
	/* Columns */
	.threecol:nth-of-type(1n) {
		width: 100%;
	}
	.threecol:nth-of-type(1n) .content-flexhold {
		padding: 0;
		width: 100%;
	}
	.threecol .colItemPad {
		min-height: 100%;
		padding-bottom: 50px;
	}
	.fourcol { /*cuts down to 2col */
		width: 49%;
		margin-right:2%;
	}
	.fourcol:nth-of-type(2n) {
		margin-right: 0%;
	}
	/* article columns */
	.articlelhs {
		width: 98%;
		margin-right: 1%;
		float: none;
	}
	.articlerhs {
		width: 98%;
		margin-left: 1%;
		float: none;
	}
	.articlerhs .tileOne { /*effectively become tileTwo */
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.wid768 {
		width: 100%;
	}
	.loggedintopmsg {
		padding: 10px 10px 10px 0;
	}
	#carttopcontent {
		margin: 0 0 0 10px;
	}
	.topsocial {
		display: none;
	}
	#productCatList {
		padding: 20px 30px;
		width: calc(100% - 60px);
	}
	#menu .topmenu {
		display: block;
		max-width: 100%;
		float: left;
		/*margin-top: 20px;*/
	}
	#logoholder {
		float: none;
	}
	#menu .topmenu li {
		display: block;
		float: none;
	}
	#menu ul {
		float: none;
	}
	.catmenu .sub-menu {
		position: relative;
		opacity: 1;
		z-index: 0;
		visibility: visible;
		left: auto;
		float: none;
		display: none;
	}
	.sub-menu:before {
		display: none;
	}
	.aboutdiv .twocol .colItemBody, .aboutdiv .twocol .colItemBody img, .featureTextBlock .twocol
	.colItemBody, .featureTextBlock .twocol .colItemBody img {
		height: auto;
	}
	.aboutdiv .colholder, .featureTextBlock .colholder {
		display: block;
	}
	.aboutdiv .twocol, .featureTextBlock .twocol {
		width: 100%;
	}
	.aboutdiv .twocol .content-flexhold, .featureTextBlock .twocol .content-flexhold {
		padding: 50px 0;
	}
	.aboutdiv .twocol .colItemBody img, .featureTextBlock .twocol .colItemBody img {
		height: 400px;
	}
	.contactdiv .colItemPad {
		padding: 0;
	}
	.productitem, .productitem:nth-of-type(3n) {
		width: calc(50% - 15px);
		margin-right: 30px;
	}
	.productitem:nth-of-type(2n) {
		margin-right: 0;
	}
	.productimagehold {
		height: auto;
	}
	#homewrap .centreme {
		width: calc(100% - 60px);
		padding: 0 30px;
	}
	#header .centreme {
		width: 100%;
		padding: 0;
	}
	#section1 .centreme {
		padding: 0;
		width: 100%;
	}
	#mobilefoottabs {
		display: block;
		width: 100%;
		color: #FFF;
		position: fixed;
		bottom: 0;
	}
	#mobilefoottabs .botfoottab {
		background-color: #505252;
		border-radius: 0 15px 0 0;
		width: calc(25% - 3px);
		margin-right: 0;
		display: inline-block;
		padding: 12px 0 20px;
		text-align: center;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 200;
		letter-spacing: 0.1em;
		/*box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);*/
	}
	#mobilefoottabs .botfoottab:last-of-type {
		margin-right: 0;
	}
	#popupMobileFootNav {
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		background: rgba(80,80,80,0.9);
		color: #FFF;
		text-transform: uppercase;
		text-align: center;
		z-index: 190;
	}
	#popupMobileFootNav .topright {
		top: 20px;
		right: 20px;
		position: absolute;
		text-align: right;
		font-size: 20px;
	}
	#popupMobileFootNav #popupmobilefootitems {
		padding-top: 100px;
	}
	.footcatitem {
		display:block;
		width: 70%;
		margin: 0 15%;
		padding: 10px 0;
		font-size: 21px;
		border-bottom: 1px solid #888;
	}
	.footerLast {
		padding-bottom: 70px;
	}
	.footer .threecol .colItemPad {
		padding-bottom: 25px;
		padding-top: 25px;
	}
	.productoverlay {
		background: #505252;
	}
	#cartcontents, #cartbottom {
		padding: 30px 0;
		width: 100%;
	}
	#cartsection h1 {
		margin: 0;
		width: 100%;
		font-size: 20px;
	}
	#cartbottom .twocol {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.hero-content h1 {
		font-size: 40px;
	}
	.aboutdiv .twocol .colItemPad {
		width: calc(100% - 60px);
		padding: 0 30px;
	}
	.aboutdiv {
		margin-top: 30px;
	}
	.home_cat_hero {
		margin-top: 30px;
	}
	.contactdiv {
		margin: 30px;
		width: calc(100% - 60px);
		padding: 30px 0;
	}
	.former {
		margin-bottom: 0;
	}
	.home_cat_hero .centremeinner {
		padding: 0;
		width: 100%;
	}
	.ClickCollect, .ReturnsPolicy, .PrivacyPolicy {
		margin-top: 30px;
		width: calc(100% - 60px);
		margin: 30px;
	}
	.specialistsBlock {
		width: calc(100% - 60px);
		margin: 0 30px;
	}
	.specialistsBlock img {
		height: 100%;
	}
	.specialistsBlock .colItemBody h1 {
		font-size: 35px;
	}
	.shopNowBlock .colItemBody h1, .ContactUsBlock .colItemBody h1 {
		font-size: 21px;
	}
	.ClickCollect .colItemBody, .ReturnsPolicy .colItemBody, .PrivacyPolicy .colItemBody {
		width: 100%;
		max-width: 100%;
		padding: 50px 0;
	}
	.ContactUsBlock {
		width: calc(100% - 60px);
		margin: 0 30px;
		margin-bottom: 30px;
	}
	.ClickCollect, .ReturnsPolicy, .PrivacyPolicy {
		margin-top: 30px;
		width: calc(100% - 60px);
		margin: 30px;
	}
}

@media screen and (max-width: 640px) { /*mobile */
	#logo {
		float: none;
	}
	#searchboxholder2 {
		padding: 10px 30px 11px 30px;
		width: calc(100% - 60px);
	}
	#searchbox2 {
		width: calc(100% - 110px);
		float: left;
		height: 28px;
	}
	.about .aboutimg {
		height: 300px;
	}
	.about .threeColPadding {
		padding: 10%;
		width: 80%;
	}
	.collectCenter .colItemBody h1 {
		font-size: 21px;
	}
	.collectCenter .colItemPad {
		padding: 0;
	}
	.collectCenter .content-flexhold {
		width: 100%;
		padding: 5% 0;
	}
	/* Tiles */
	.tileTwo, .tileThree, .tileFour, .tileFive {
		width: 96%;
	}
	.tileTwo:nth-of-type(1n), .tileThree:nth-of-type(1n), .tileFour:nth-of-type(1n), .tileFive:nth-of-type(1n) { /*override targets all tiles initially */
		margin-left: 4%;
		margin-right: 4%;
		width: 92%;
	}
	/* Columns - all go to 1 column on mobile */
	.colholder {
		width: 100%;
		margin: 0;
		display: inherit; /*to overcome flex issue with wrapping columns on mobile */
	}
	.twocol, .threecol, .fourcol {
		width: 100%;
	}
	.twocol:nth-of-type(1n) .quote  {
		width: 90%;
	}
	.quote .colItemPad {
		padding: 5%;
		width: 90%;
	}
	.quote {
		width: 100%;
		padding: 5% 0;
	}
	.quote .content-flexhold {
		padding: 0;
		width: 100%;
	}
	.twocol:nth-of-type(1n), .threecol:nth-of-type(1n), .fourcol:nth-of-type(1n) { /*override targets all tiles initially */
		text-align: center;
		height: 100%;
	}
	.home_cat_hero .threecol:nth-of-type(1n) {
		margin-bottom: 30px;
	}
	.home_cat_hero .threecol:nth-of-type(3) {
		margin-bottom: 0;
	}
	.threecol img {
		height: auto;
	}
	.homecattile h3 {
		padding: 50px 0 20px 0;
	}
	.threecol:nth-of-type(3n) {
		width: 100%;
		margin-bottom: 0;
	}
	.content-flexhold {
		padding: 5%;
		width: 90%;
	}
	.bg-darkgrey .content-flexhold {
		width: 100%;
	}
	.bg-darkgrey {
		width: 100%;
		margin: 0;
		padding-bottom: 30px;
	}
	/* Forms */
	/*.saver {*/
		/*width: 93%;*/
	/*}*/
	.former select {
		width: 98%;
	}
	.former {
		text-align: left;
	}
	.former .formSectionTitle {
		color: #fff;
		line-height: 1.4em;
		text-align: center;
		font-size: 14px;
		width: 94%;
	}
	.submitter {
		/*width: 98%;*/
		margin-bottom: 0;
	}
	/* article related */
	.articlerhs .tileOne { /*back to 1 tilecol */
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.former .colItemBody {
		padding-top: 0;
		padding-bottom: 0;
	}
	#carttopcontent .fa {
		font-size: 15px;
		padding-top: 3px;
		padding-right: 5px;
	}
	.cart #cart-body-content {
		padding: 0 5% 10% 0;
	}
	.cartsubmitbtn {
		width: 100%;
	}
	.galimage {
		width: 31%;
		margin-right: 1%;
		margin-left: 1%;
	}
	.home .twocol:nth-of-type(2n) {
		text-align: center;
		padding: 0;
	}
	.slides li {
		margin-left: 0;
	}
	/*.heroImgHolder, .colImageHold {*/
		/*height: 300px;*/
	/*}*/
	.heroImgHolder {
		height: 300px;
	}
	#homeflex {
		width: 100%;
	}
	.collectCenter {
		padding: 0 5%;
		margin: 0;
		width: 90%;
	}
	.bg-lightgrey {
		width: 100%;
		margin: 0;
	}
	.contactForm h1 {
		text-align: left;
	}
	.contact .colholder {
		width: calc(100% - 30px);
	}
	.contact .colItemPad {
		padding: 0;
	}
	.shopTopBodyContent {
		padding: 15% 10%;
		width: 80%;
	}
	.addToCartBtn {
		width: 77%;
	}
	.numItems {
		width: 20%;
		margin-right: 2%;
	}
	.footer p {
		text-align: center;
		/*padding: 3px 0px;*/
	}
	.footer .content-flexhold {
		padding: 0;
	}
	.footer .threecol {
		width: 80%;
		padding: 0 10%;
	}
	.footer .threecol .colItemPad {
		width: 100%;
		padding: 0 0 20px 0;
	}
	.home .colItemPad {
		padding: 0;
	}
	.home .content-flexhold {
		padding: 10% 0;
		width: 100%;
	}
	.productoverlay .content-flexhold {
		padding: 2% 0 5% 0;
		width: 100%;
	}
	.productoverlay p, .productoverlay li {
		font-size: 16px;
	}
	.productoverlay .prodtitle {
		font-size: 18px;
	}
	.priceVal {
		font-size: 17px;
		text-align: left;
	}
	.cartinplbl {
		text-align: left;
	}
	.memberformrow .twocol {
		width: 91%;
	}
	.memberformrow .inputlbl {
		text-align: left;
	}
	.memberformrow .saver {
		width: 96%;
	}
	.memberformrow .submitter {
		margin-bottom: 10px;
	}
	#form_confirmoptin {
		width: 30px;
	}
	.benefitsBG .colItemBody {
		text-align: left;
	}
	.benefitsBG .content-flexhold {
		padding: 10% 5%;
	}
	.contactPink {
		padding: 5% 0;
	}
	#loginbox {
		min-width: 70%;
	}
	.reqaccbtn, .forgetpwdbtn, .loginbtn {
		margin: 10px 0 0 0;
		width: 49%;
	}
	.forgetpwdbtn {
		margin-right: 2%;
	}
	#mobilefoottabs {
		display: block;
	}
	.productitem, .productitem:nth-of-type(3n) {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.productitem:nth-of-type(2n) {
		width: calc(50% - 10px);
		margin-right: 0;
  	}
	.inputlbl {
		text-align: center;
	}
	.footerMiddle {
		display: none;
	}
	.ContactUsBlock .colholder, .specialistsBlock .colholder {
		overflow: inherit;
	}
	.specialistsBlock .twocol:nth-of-type(2n) {
		height: 100%;
	}
	.ContactUsBlock .twocol, .ContactUsBlock .twocol:nth-of-type(2n) {
		width: 100%;
	}
	.ContactUsBlock .colItemPad, .ContactUsBlock .content-flexhold {
		margin: auto;
	}
}

@media screen and (max-width: 550px) {
	.productitem {
		width: 98%;
	}
	.reqaccbtn, .forgetpwdbtn {
		height: 60px;
	}
	.loginbtn {
		width: 100%;
	}
	.productitem, .productitem:nth-of-type(2n), .productitem:nth-of-type(3n) {
		width: 100%;
	}
	.proddetail {
		padding: 20px 0;
	}
	.priceVal {
		font-size: 21px;
	}
	.hero-content h1 {
		font-size: 30px;
		margin-bottom: 50px;
		width: 90%;
		padding: 0 5%;
	}
	#productCatList .centreme {
		width: calc(100% - 60px);
		padding: 0 30px;
	}
	#homewrap .footer iframe {
		height: 300px;
	}
	.shopNowBlock h1 {
		margin-top: 65px;
	}
	.shopNowBlock .colImageHold {
		height: 180px;
	}
	.help-policies .hero-content, .help-policies .heroBg {
		height: 250px;
	}

}
@media screen and (max-width: 450px) {
	#logoholder {
		margin-left: 20px;
	}
	#logo {
		margin-left: 0;
	}
	#header {
		padding-top: 40px;
	}
	#mobilehamburger {
		margin-right: 0;
	}
	#carttopcontent .fa {
		padding-top: 1px;
	}
	.cartTopTotal {
		display: none;
	}

	#menu #mobilesearchholder {
		padding: 0;
		width: 100%;
	}
	#searchboxholder2 {
		padding: 15px 20px 15px 40px;
	}
	.galimage, .galimagebig {
		width: 100%;
	}
	.gallerypage {
		position: relative;
	}
	.invis {
		display: block;
		opacity: 1;
	}
	.gallery_left_arrow, .gallery_right_arrow {
		display: none;
	}
	.galleryholder {
		height: auto;
	}
	.galimage img {
		width: 100%;
	}
	.cartitem {
		padding: 20px;
	}
	.cartnumupdate {
		width: 60%;
	}
	.cartnumhold {
		margin-right: 0;
	}
	.cartnumupdatebtn, .cartnumremovebtn {
		margin-right: -1px;
		padding: 8px 10px 9px 10px;
	}
	#carttotalrow {
		padding: 25px 20px;
	}
	.content-flexhold {
		/*padding: 2% 10%;*/
		/*width: 80%;*/
		padding: 30px 0;
		width: 100%;
	}
	.bg-darkgrey .content-flexhold {
		width: 100%;
		padding: 10% 0;
	}
	.colItemBody h1 {
		font-size: 21px;
	}
	h2 {
		font-size: 16px;
	}
	.quote h4 {
		line-height: 1.4em;
		font-size: 18px;
	}
	.collectCenter .content-flexhold {
		padding: 7% 0;
	}
	.collectCenter .colItemBody h1 {
		font-size: 18px;
	}
	.bg-lightgrey .colholder {
		padding: 10% 0;
		width: 100%;
	}
	.about .threeColPadding {
		padding: 10% 7%;
	}
	.about .threeColPadding .colItemPad {
		padding: 0 5%;
	}
	.memberformrow .twocol {
		width: 88%;
	}
	.benefitsBG .content-flexhold {
		padding: 15% 5%;
	}
	.contactPink {
		padding: 15% 0;
	}
	.contactPink  h2 {
		text-align: center;
	}
	#loginbox {
		min-width: 65%;
		border: 7px solid #6b707a;
	}
	.logininput {
		width: 87%;
		padding: 12px 16px;
	}
	.loginheader {
		font-size: 20px;
		padding: 0px 0 20px 0;
		margin-top: -5px;
	}
	.inplbl {
		margin: 5px 0;
		font-size: 13px;
	}
	.cart .heroImgHolder  {
		max-height: 200px;
	}
	.homegallmobilehide {
		display: none;
	}
	.product_aggregate #section1 h2, .product_category #section1 h2 {
		font-size: 14px;
		width: 200px;
	}
	.cartitem {
		overflow: inherit;
	}
	.cartitemprice {
		display: inline-block;
		width: 100%;
		text-align: left;
		padding: 20px 0 10px 0;
	}
	.featureText a {
		font-size: 21px;
	}
}
@media screen and (max-width: 350px) {
	#logo img {
		width: 65px;
	}
	#header {
		padding-top: 0;
		height: 60px;
		margin-top: 35px;
	}
	#logoholder {
		padding-top: 5px;
		margin-top: 20px;
		/*height: 55px;*/
	}
	#mobilehamburger {
		margin-top: 5px;
		font-size: 25px;
	}
	.loggedintopbar {
		padding-top: 0px;
		top: 0;
		position: absolute;
		margin-top: -35px;
		display: block;
	}
	#menu li a {
		padding: 17px 0;
	}
	#searchboxholder2 {
		padding: 10px 20px 9px 40px;
	}
	#searchbox2 {
		padding: 8px 5px;
	}
	#section1 {
		margin-top: 95px;
	}
	.hero-content, .heroBg {
		height: 320px;
	}
	.shop .hero-content, .shop .heroBg {
		height: 250px;
	}
	.help-policies .hero-content, .help-policies .heroBg {
		height: 150px;
	}
	.shop .hero-content h1 {
		margin-bottom: 20px;
	}

}