/*
Theme Name: iParcelBox
Theme URI: http://jonwallacedesign.com
Description: Theme bespoke designed and created by jonwallacedesign.com for iParcelBox
Author: jonwallacedesign.com
Author URI: http://jonwallacedesign.com
Version: 1.0
*/

/* @charset "UTF-8"; */
/* CSS Document */


/* FOTNS */



/* /////////////////////////// CORE /////////////////////// */

html {
	margin-top: 0 !important;
}

a img , a svg { border: none; text-decoration: none; }
a {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color: #276283;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
body {
	background-color: #fff;
	font-family: 'Ubuntu', Helvetica, Arial;
}
::selection {
	background: #276283; /* Safari */
	color: #ffffff;
}
::-moz-selection {
	background: #276283; /* Firefox */
	color: #ffffff;
}
html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
input[type=submit] , input, textarea  {
    -webkit-border-radius:0px;  -webkit-border-radius: 0;
}
p { margin-top: 0px; margin-bottom: 15px; }

/*
img {
	optimizeQuality;
	optimize-contrast;
	-webkit-optimize-contrast;
}
*/

strong {
	/*font-family: 'FS Me Web Bold', Helvetica, Arial;*/
}
h1,h2,h3,h4,h5 { font-family: 'Ubuntu', Helvetica, Arial; }


.fullWidthWrapper {
	float: left;
	width: 100%;
}

.blue { color: #276283; }
.orange { color: #f47920; }


h1,h2,h3,h4,h5,p { margin-top: 0; }




/* HEADER */
.headerWrapper {
	/* padding: 0 0 20px; */
	padding: 0;
}
.headerLHS {
	width: 22%;
	float: left;
	margin-right: 3%;
	margin-left: 2%;
	margin-top: 25px;
}
.headerLHS img {
	width: 100%;
	height: auto;
	max-width: 330px;
	min-width: 250px;
}

.headerRHS {
	width: 71%;
	float: right;
	/* margin-right: 2%; */
	text-align:right;
}
.headerRHS_hygeineWrapper {
	background-color: #f4f4f4;
	width: auto;

	display: inline-block;
}
.headerRHS_hygeineWrapperInner {
	padding: 10px 20px 15px;
	float: left;
}
.headerRHS_hygeineWrapper img {
	position: relative;
	top: 3px;
}
.loginIcon {
	margin-right: 8px;
}
.shoppingBasketIcon {
	margin-left: 8px;
}



.loginBtn {
	color: #333;
	font-weight: 300;
	font-size: 14px;
	float: left;
	margin-right: 50px;
}
.loginBtn a {
	color: #333;
}

.shoppingSummaryBar {
	float: right;
	font-size: 14px;
}
.shoppingSummaryBar_Total {
	color: #276283;
	font-weight: 500;
	margin-right: 10px;
}
.shoppingSummaryBar_Items {
	color: #f47920;
	font-weight: 500;
	margin-right: 10px;
}


.headerRHS_navWrapper {
	width: 100%;
	margin-top: 30px;
}

.headerRHS_navWrapper ul , .headerRHS_navWrapper li {
	margin: 0;
	padding: 0;
}
.headerRHS_navWrapper ul li {
	display: inline-block;
	list-style: none;
	margin: 0 20px;
}
.headerRHS_navWrapper ul li a {
	font-size: 20px;
	color: #276283;
	font-weight: 500;
}
.headerRHS_navWrapper ul li a:hover , .headerRHS_navWrapper ul li.current_page_item a {
	color: #f47920 !important;
	opacity: 1;
}

a.cart-contents {
	color: #f47920;
}


.tabletNavWrapper {
	display: none;
	width: 100%;
	float: left;
	margin-top: 15px;
	text-align: center;
}
.tabletNavWrapper ul , .tabletNavWrapper li {
	margin: 0;
	padding: 0;
}
.tabletNavWrapper ul li {
	display: inline-block;
	list-style: none;
	margin: 0 20px;
}
.tabletNavWrapper ul li a {
	font-size: 20px;
	color: #276283;
	font-weight: 500;
}
.tabletNavWrapper ul li a:hover , .tabletNavWrapper ul li.current_page_item a {
	color: #f47920 !important;
	opacity: 1;
}

.tabletOnly {
	display: none !important
}

@media (max-width: 1200px) {
	.tabletOnly {
		display: block !important;
	}
}

.mobileOnly {
	display: none !important;
}

@media (max-width: 986px) {
	.mobileOnly {
		display: block !important;
	}
}

.singleColumnOnly {
	display: none !important;
}

.homeSeparator span {
	background-color: orange;
	margin: 10px 0px 20px 0px;
}

@media (max-width: 768px) {
	.singleColumnOnly {
		display: block !important;
	}
}

.mobileNavTriggerBtn {
	display: none;
	top: 10px;
	position: relative;
}
img.mobileNavTriggerBtn {
	width: 35px !important;
	max-width: 35px !important;
	min-width: 35px !important;
	height: auto;
	float: right;
	padding-right: 20px;
}


.mobileNavWrapper {
	display: none;
}

.heroWrapper {
	margin-bottom: 0px;
}
.heroWrapper img {
	width: 100%;
	height: auto;
	max-width: 1800px;
}
.contentHERO {
	margin-bottom: 25px;
	margin-top: 25px;
	text-align:center;
	/* height: 392px; */
}

.bx-wrapper .bx-prev {
  background: url('css/control_left.png') no-repeat !important;
  background-size: cover !important;
}

.bx-wrapper .bx-next {
  background: url('css/control_right.png') no-repeat !important;
  background-size: cover !important;
}

.bx-wrapper .bx-controls-direction a {
  margin-top: -16px;
  width: 31px !important;
  height: 31px !important;
}

.heroCarouselWrapper {
	max-width: 1800px;
	margin: 0 auto;
}
.heroCarouselWrapper img {
	width: 100%;
	height: auto;
}

/* prevent image fade on hover on carousel */
/*.heroCarouselWrapper img:hover , .heroCarouselWrapper a:hover {
	opacity: 1 !important;
}*/

ul.slides {
	padding-left: 0 !important;
}


.introTextWrapper {
	padding: 15px 0 15px;
	text-align:center;
}
.introTextWrapper h1 {
	color: #255d7d;
	font-size: 28px;
	line-height: 130%;
	font-weight: 500;
	padding: 0 5%;
	margin: 0;
	margin-bottom: 18px;
}
.introTextWrapper p {
	padding: 0 5%;
	margin: 0;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 15px;
}
.introTextWrapper p:last-child {
	margin-bottom: 0;
}






@media (max-width: 1250px) {
	.proofImage img {
		max-width: 90% !important;
		/* padding: 5px 0px; */
	}
}




.homeUSPsWrapper {
	background-color: #eb751f;
	background-image: url(images/homeUSPsBG.jpg);
	padding: 20px 0;
	text-align: center;
	margin: 0 0 0 20px;
}

.noPadding {
	padding: 0px !important;
}

.noPadding .vc_column-inner {
	padding-top: 0px !important;
}

@media (max-width: 986px) {
	.homeUSPsWrapper {
		margin: 0 0 0 0px !important;
		padding-bottom: 0px !important; 
	}

	.homeUSPsWrapper li {
		font-size: 13px;
		padding-left: 0px !important;
		margin: 5px 5px 0px -5px !important;
		text-align: center !important;
		list-style-position: inside !important;
	}

	.homeUSPsWrapper ul {
		padding-inline-start: 0px !important;
	}

	.homeTrustedWrapper h3 {
		margin: 0px 10px 5px 0px !important;
	}

	.howWorksBtn {
		margin-bottom: 15px !important;
	}

	.aboutUsWrapper p {
		padding-right: 0px;
	}
}

@media (max-width: 767px) {
	.homeUSPsWrapper li:last-child {
		padding-bottom: 20px;
	}

	.homeFeaturesWrapper h3 {
		text-align: center;

	}
	.homeFeaturesWrapper p {
		text-align: center;
	}

	.aboutUsWrapper h2 {
		text-align: center;
	}

	.aboutUsWrapper h3 {
		text-align: center;
	}

	.aboutUsWrapper p {
		text-align: center;
	}

	/* .homeTrustedWrapper img {
		width: 180px !important;
		max-width: 48% !important;
	} */

}

/* @media (max-width: 800px) {
	.homeUSPsWrapper {
		margin: 0px !important;
	}
} */

.fiveCols_Col {
	width: 20%;
	float: left;
}
.fiveCols_ColInner {
	padding: 20px;
	text-align:center;
}

.threeCols_Col {
	width: 33.3333333%;
	float: left;
}
.threeCols_ColInner {
	padding: 20px;
	text-align:center;
}

.homeUSPs3ColsWrapper {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	float: left;
}

.homeUSPsWrapper img {
	width: 35px;
	height: auto;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: middle;
}
.homeUSPsWrapper h3 {
	color: #fff;
	font-weight: 500;
	font-size: 23px;
	margin-top: 25px;
	margin-bottom: 10px;
	line-height: 150%;
} 

.homeUSPsWrapper h3:first-child {
	margin-top: 0px;
	
} 
.homeUSPsWrapper p {
	color: #eee;
	font-size: 14px;
	font-weight: 300;
	line-height: 125%;
	margin: 7px 10px 0px 10px;
}

.homeUSPsWrapper li {
	color: #eee;
	font-weight: 300;
	font-size: 14px;
	line-height: 125%;
	margin: 7px 5px 0px 5px;
	text-align: left;
	padding-left: 0px;
	padding-right: 15px;
	list-style-image: url(images/tickBullet.png);
	list-style-position: outside;
}



.homeTrustedWrapper {
	/* padding: 20px 0; */
	text-align: center;
	/* margin: 0 0 0 20px; */
}
.homeTrustedWrapper h3 {
	color: #255d7d;
	font-weight: 500;
	font-size: 18px;
	margin: 15px 10px 5px 10px;

} 
.homeTrustedWrapper p {
	padding: 0 5%;
	margin: 0;
	color: #666;
	font-size: 15px;
	font-weight: 200;
	line-height: 140%;
	margin: 5px 5px 20px 5px;

}

.homeTrustedWrapper img {
	max-width: 85% !important;
	padding: 0px 0px 10px 0px;

}

@media (min-width: 987px) {

	.aboutUsWrapper p {
		padding-right: 50px;
	}


}



/* CONTAINER */
.container {
	width: 996px;
	margin: 0 auto;
	position: relative;
}
.homecontainer {
	width: 996px;
	margin: 0 auto;
	position: relative;
}
@media (min-width: 996px) {
	.homecontainer { width: 100%; margin: 0 auto; }
	.container { width: 92%; margin: 0 auto; }
}
@media (min-width: 1800px) {
	.homecontainer { width: 1800px; margin: 0 auto; }
	.container { width: 1700px; margin: 0 auto; }
}
@media (max-width: 995px) {
	.homecontainer { 
		width: 100%;
		/* padding: 0 4%;	 */
		margin: 0 auto;	}
	.container {
		width: 92%;
		padding: 0 4%;
		margin: 0 auto; 
	}
}



.featVideoWrapper {
	margin: 50px 0;
}

.featVideoWrapperInner {
	width: 70%;
	margin: 0 15%;
}
.videoWrapper {
	position: relative;
	/*padding-bottom: 56.25%;*/ /* 16:9 */
	/* tailored to suit aspect of video Ben made */
	padding-bottom: 53.8%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}







.quotesWrapper {
	background-color: #cb4a39;
	background-image: url(images/quotesBG.jpg);
	background-repeat: no-repeat;
	background-size: 130%;
	background-position: 50% 50%;
	text-align: center;
	padding: 30px 0;
}
.quotesWrapper h3 {
	color: #fff;
	font-size: 28px;
}

ul#homeQuotes , #homeQuotes li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.quoteWrapper {
	width: 80%;
	margin: 0 10%;
}
ul#homeQuotes {
	background-color: #fff;
	/* margin-bottom: 30px; */
}
#homeQuotes li {
	text-align: center;
}
#homeQuotes blockquote {
	color: #666666;
	/* font-family: 'Helvetica Neu', Arial, Helvetica;  */
	font-family: 'Merriweather' , Arial, Helvetica;
	font-size: 16px;
	line-height: 150%;
	font-weight: 300;
	margin: 0;
	padding: 20px;
}
#homeQuotes cite {
	display: block;
	margin-top: 20px;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
}
#homeQuotes blockquote p {
	margin-bottom: 0;
}



.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #EE7203 !important;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #fff !important;
}




.howWorksBtn {
	display: inline-block;
	/*background-color: #fff;
	color: #245b7a;*/
	padding: 5px 10px;
	font-size: 18px !important;
	/* text-transform: uppercase; */
	font-weight: 600 !important;
	margin: 10px 10px 5px 10px;

	background-color: #fff;
	opacity: 0.5;
	color: #fff;
	border: 4px solid #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;

}
.howWorksBtn:hover {
	background-color: #fff;
	color: #245b7a;
	opacity: 1;
}

.ourStoryBtn {
	display: inline-block;
	/*background-color: #fff;
	color: #245b7a;*/
	padding: 5px 10px !important;
	font-size: 18px !important;
	/* text-transform: uppercase; */
	font-weight: 600 !important;
	margin: 10px 0px 20px 0px !important;

	background-color: #fff;
	opacity: 0.5;
	color: #245b7a;
	border: 4px solid #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;

}
.ourStoryBtn:hover {
	background-color: #fff;
	color: #245b7a;
	opacity: 1;
}

.homeFeaturesBtn {
	display: inline-block;
	/*background-color: #fff;
	color: #245b7a;*/
	text-align: center;
	padding: 5px 10px !important;
	font-size: 16px !important;
	/* text-transform: uppercase; */
	font-weight: 400 !important;
	margin: 5px 0px 10px 0px !important;

	background-color: #fff;
	opacity: 0.8;
	color: #666666;
	border: 2px solid #666666;
	border-radius: 8px;
	-webkit-border-radius: 8px;

}
.homeFeaturesBtn:hover {
	background-color: #245b7a;
	color: #fff;
	opacity: 1;
}



.usedByWrapper {
	padding: 60px 0;
	text-align: center;
}
.usedByWrapper h3 {
	color: #333;
	font-size: 34px;
}
.usedByWrapperColsWrapper {
	width: 80%;
	margin: 0 10% 40px;
	float: left;
}
.usedByWrapperColsWrapper .fiveCols_ColInner {
	padding: 0px;
	border: 1px solid #ddd;
	margin: 6px;
	font-size: 1px;
}
.usedByWrapper p {
	font-size: 22px;
	color: #999;
	font-weight: 500;
}
.usedByWrapper img {
	width: 100%;
	height: auto;
}





.buyNowWrapper {
	background-color: #245b7a;
	text-align: center;
	background-image: url(images/buynowBG.jpg);
	padding: 20px 0;
}
.homebuyNowWrapper {
	background-color: #245b7a;
	text-align: center;
	background-image: url(images/buynowBG.jpg);
	padding: 0px 0;
	/* margin: 0 5px; */
}
.buyNowWrapper p:last-child {
	margin-bottom: 0;
}

.homebuyNowBtn {
	display: inline-block;
	/*background-color: #fff;
	color: #245b7a;*/
	padding: 10px 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 40px;

	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;

}
.buyNowBtn {
	display: inline-block;
	/*background-color: #fff;
	color: #245b7a;*/
	padding: 20px 30px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 20px;

	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;

}

.buyNowBtn:hover {
	background-color: #fff;
	color: #245b7a;
	opacity: 1;
}

@media (max-width: 850px) {
	.buyNowBtn {
		margin-top: 0px;
	}
	.homebuyNowBtn {
		margin-top: 0px;
	}
}

.appStoreBtn {
	width: 160px;
	display: inline-block;
	vertical-align: middle;
	/* margin: 0 5px; */
}
.appStoreBtn img {
	max-width: 100%;
	height: auto;
}






.footerWrapper {
	/*margin-top: 60px;*/
	padding: 40px 0;
	border-bottom: 6px solid #245b7a;
}
.footerWrapperCol1 {
	width: 28%;
	float: left;
	margin-left: 2%;
}
.footerWrapperCol2 {
	width: 0%;
	float: left;
	margin-right: 0%;
}
.footerWrapperCol3 {
	width: 35%;
	float: left;
}
.footerWrapperCol4 {
	width: 33%;
	float: left;
	text-align:right;
	margin-right: 2%;
}


.footerWrapperCol1 ul , .footerWrapperCol1 li , .footerWrapperCol2 ul , .footerWrapperCol2 li {
	margin: 0;
	padding: 0;
}
.footerWrapperCol1 li , .footerWrapperCol2 li {
	list-style: none;
	margin-bottom: 12px;
}
.footerWrapperCol1 li a , .footerWrapperCol2 li a {
	font-size: 14px;
	color: #333;
	font-weight: 500;
}
.footerWrapperCol2 li a {
	font-size: 14px;
}
.footerWrapperCol1 li a:hover , .footerWrapperCol2 li a:hover {
	color: #276283;
	opacity: 1;
}

.footerNewsletterSignup h5 {
	color: #333;
	font-size: 21px;
	margin-bottom: 3px;
}
.footerNewsletterSignup p {
	font-size: 13px;
	color: #333;
	font-weight: 300;
}
.footerNewsletterSignup .rowWrapper {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.footerNewsletterSignup label {
	margin-right: 10px;
	color: #333;
	font-size: 11px !important;
	font-weight: 500;
	float: left;
	width: 50px;
	position: relative;
	top: 7px;
}
.footerNewsletterSignup input {
	width: 65%;
	float: left;
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 8px;
	font-size: 13px;
	color: #666;
}
.footerNewsletterSignup input:hover , .footerNewsletterSignup input:focus {
	border-color: #bbb;
}
.footerNewsletterSignup input[type="checkbox"] {
	width: 20px;
	margin-left: 60px;
	margin-top: 5px;
	margin-right: 5px;
	position: relative;
	top: 7px;
}
.footerNewsletterSignup label.checkboxLabel {
	width: 70% !important;
	margin-right: 10px;
	font-size: 10px;
	line-height: 120%;
	font-weight: 300;
	margin-bottom: 10px;
	color: #999;
}
.footerNewsletterSignup .newsletterSignUpBtn , .footerNewsletterSignup .newsletterSignUpBtnWrapper input {
	width: auto;
	/* width: 25%; */
	margin-left: 60px;
	/* margin-top: -30px; */
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	background-color: #276283;
	border: none;
	padding: 10px 17px;

	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;

}
.footerNewsletterSignup .newsletterSignUpBtn:hover , .footerNewsletterSignup .newsletterSignUpBtn:focus , .footerNewsletterSignup .newsletterSignUpBtnWrapper input:hover , .footerNewsletterSignup .newsletterSignUpBtnWrapper input:focus {
	background-color: #000;

	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;

}
.footerNewsletterSignup label a {
	font-weight: 400;
	text-decoration: underline;
	color: #999;
}

/* contact form 7 overirdes */
.wpcf7-checkbox .wpcf7-list-item-label {
	display: none;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-form br {
	display: none;
}
.GDPRcheckbox {
	float: left;
}
div.wpcf7-response-output {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	color: #F00;
	font-size: 14px;
	margin-top: 10px !important;
	padding: 0 5% !important;
	width: 90% !important;
	text-align: center !important;
	line-height: 140%;
}
span.wpcf7-not-valid-tip {
	display: inline-block !important;
	font-size: 13px !important;
	margin-left: 60px !important;
	margin-top: 5px !important;
	background-color: #f00;
	color: #fff !important;
	padding: 5px;
}
.GDPRrow span.wpcf7-not-valid-tip {
	position: relative;
	top: 5px;
	margin-left: 0 !important;
	margin-top: 6px !important;
}


.footerWrapperCol4 .logo {
	width: 50%;
	height: auto;
	margin-bottom: 15px;
}
.footerWrapperCol4 p {
	font-size: 11px;
	color: #666;
	font-weight: 300;
	color: #999;
	margin-bottom: 25px;
}
.footerWrapperCol4 p a {
	font-weight: 500;
	text-decoration: underline;
	color: #999;
}

.footerCopyLinesWrapper {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.footerCopyLinesWrapper p {
	color: #999;
	font-size: 11px;
	margin-bottom: 5px;
	font-weight: 300;
	line-height: 150%;
}
.footerCopyLinesWrapper p a {
	color: #999;
	font-weight: 500;
	text-decoration: underline;
}




.footerWrapperCol1 ul.socials {
	padding: 0;
	margin: 10px -10px 20px;
}
.footerWrapperCol1 ul.socials li {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
	width: 33px;
}
.footerWrapperCol1 ul.socials li img {
	width: 100%;
	height: auto;
}








/* FIX CAROUSEL ARROWS adding scrolling bug */
.flex-direction-nav .flex-prev {
	left: 0px !important;
	margin-left: 20px !important;
}
.flex-direction-nav .flex-next {
	right: 0px !important;
	margin-right: 20px !important;
}
.flex-control-paging li a {
	width: 8px !important;
	height: 8px !important;
}
.metaslider .flex-control-nav {
	bottom: -35px !important;
}






/* CONTENT VIDEO WRAPPER */

.contentVideoWrapper {
	width: 70%;
	float: left;
	margin: 0 15% !important;
	padding: 50px 0 !important;
}



/* HOW IT WORKS ROWS */

.howitworks_jumpTooLinksWrapper {
	width: 80%;
	margin: 0 !important;
	padding: 0px 10% 40px !important;
	float: left;
	text-align: center;
}
.howitworks_jumpTooLinksWrapper ul , .howitworks_jumpTooLinksWrapper li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.howitworks_jumpTooLinksWrapper li {
	display: inline-block;
	margin: 5px;
}
.howitworks_jumpTooLinksWrapper li a {
	display: inline-block;
	padding: 15px 20px;
	background-color: #255d7d;
	color: #fff;
	font-size: 15px;
}
.howitworks_jumpTooLinksWrapper li a:hover {
	background-color: #f47920;
}

.howitworksRowWrapper {
	width: 90%;
	float: left;
	margin: 0 !important;
	padding: 50px 5% !important;
}
.howitworksRowWrapper:nth-child(odd) {
	background-color: #ececec;
	background-image: url(images/howitworksRowBG_odd.jpg);
}
.howitworksRowWrapper:nth-child(even) {
	background-color: #fff;
	background-image: url(images/howitworksRowBG_even.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}



.howitworksRowWrapper h2 {
	color: #255d7d;
	font-size: 32px;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 0px !important;
}
.howitworksInnerRowWrapper {
	width: 90% !important;
	margin: 0 5% !important;
	text-align: center !important;
}
.howitworksInnerRowWrapper .vc_column-inner {
	text-align: center !important;
}
.howitworksInnerRowWrapper h3 {
	color: #333;
	font-size: 25px;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 10px !important;
	margin-top: 20px;
}
.howitworksInnerRowWrapper img {
	width: 80% !important;
	max-width: 80% !important;
	height: auto;
	margin: 0 auto 10px;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
}

.howitworksRowWrapper:nth-child(even) .howitworksInnerRowWrapper img {
	border-color: #454545;
}

.howitworksInnerRowWrapper p {
	color: #666666;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	padding-left: 5%;
	padding-right: 5%;
}

.ourstoryRowWrapper {
	/* width: 70%; */
	float: left;
	text-align: left;
	margin: 0 !important;
	padding: 10px 15% !important;
}

.ourstoryRowWrapper .metaslider img {
	max-width: 300px !important;
}

.ourstoryRowWrapper h2, .achievementsRowWrapper h2 {
	color: #255d7d;
	font-size: 24px;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 10px !important;
}

.ourstoryRowWrapper h3, .achievementsRowWrapper h3 {
	color: #255d7d;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 0px !important;
}

.ourstoryRowWrapper p, .achievementsRowWrapper p {
	/* padding: 0 5%; */
	margin: 0;
	color: #666;
	font-size: 16px;
	font-weight: 300;
	line-height: 150%;
	margin-bottom: 15px;
}
.ourstoryRowWrapper p:last-child {
	margin-bottom: 0;
}
@media (max-width: 1200px) {
	.ourstoryRowWrapper {
		padding: 10px 5% !important;
	}
	.achievementsWrapper h3 {
		font-size: 22px !important;
	}
}

@media only screen and (max-width: 769px) {
	.reverse-col-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}

.achievementsRowWrapper {
	float: left;
	margin: 0 !important;
	padding: 5px 10% !important;
}
.achievementsWrapper {
	width: 90%;
	float: left;
	margin: 10px 0 !important;
	padding: 10px 10px !important;
	text-align: center;
}

.achievementsWrapper img {
	max-width: 90%;
	height: auto;
}

.achievementsWrapper:nth-child(odd) {
	background-color: #ececec;
	background-image: url(images/howitworksRowBG_odd.jpg);
}
.achievementsWrapper:nth-child(even) {
	background-color: #fff;
	background-image: url(images/howitworksRowBG_even.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.achievementsWrapper h3 {
	color: #255d7d;
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 10px !important;
}

.achievementsWrapper h5 {
	/* padding: 0 5%; */
	margin: 0;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 5px;
}

.achievementsWrapper p {
	/* padding: 0 5%; */
	margin: 0;
	color: #666;
	font-size: 14px;
	/* font-weight: 200; */
	line-height: 130%;
	margin-bottom: 15px;
}

.achievementsWrapper p:last-child {
	margin-bottom: 0;
}

/* global change to .wpb_content_element to reduce bottom margin globally */
.wpb_content_element {
	margin-bottom: 10px !important;
}



/* KEY FEATURES */

.keyFeaturesWrapper {
	background-color: #a8b8c2;
	background-image: url(images/keyfeaturesBG.jpg);
	width: 80%;
	margin: 0 !important;
	padding: 50px 10% !important;
	float: left;
}
.keyFeaturesWrapper h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 30px !important;
}
.keyFeaturesWrapper li {
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 15px;
	padding-left: 15px;
	list-style-image: url(images/tickBullet.png);
	list-style-position: 10px 10px;
}


/* ABOUT US */
.aboutUsWrapper {
	background-color: #a8b8c2;
	background-image: url(images/keyfeaturesBG.jpg);
	width: 96%;
	margin: 0 !important;
	padding: 30px 2% 00px !important;
	float: left;
}
.aboutUsWrapper h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 10px !important;
}
.aboutUsWrapper h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 142%;
	margin-bottom: 10px !important;
}
.aboutUsWrapper li {
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 15px;
	padding-left: 15px;
	list-style-image: url(images/tickBullet.png);
	list-style-position: 10px 10px;
}
.aboutUsWrapper p {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 15px;
	/* padding-right: 50px; */
}
.aboutUsWrapper img {
	max-width: 38%;
	padding: 0px 0 10px 0;
	height:auto;
}


.homeFeaturesWrapper {
	width: 96%;
	/* float: left; */
	margin: 0 !important;
	padding: 30px 2% 10px !important;
	/* background-color: #ececec; */
	/* background-image: url(images/howitworksRowBG_odd.jpg); */
}

.homeFeaturesWrapper img {
	max-width: 90%;
	height: auto;
}
.homeFeaturesWrapper .courierImages {
	margin-bottom: 0px !important;
}

.courierImages img { 
	max-width: 30%;
	height: auto;
}

.homeFeaturesWrapper:nth-child(odd) {
	background-color: #ececec;
	background-image: url(images/howitworksRowBG_odd.jpg);
}
.homeFeaturesWrapper:nth-child(even) {
	background-color: #fff;
	background-image: url(images/howitworksRowBG_even.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.homeFeaturesWrapper h3 {
	color: #666666;
	font-weight: 500;
	font-size: 20px;
	/* line-height: 120%; */
}

.homeFeaturesWrapper p {
	color: #666666;
	font-weight: 200;
	font-size: 16px;
	line-height: 140%;
	/* padding-left: 5%;
	padding-right: 5%; */
}

.homeFeaturesWrapper .vc_column-inner {
	/* padding-right: 40px !important;
	padding-left: 40px !important; */
	padding-right: 5% !important;
	padding-left: 5% !important;
}

.homeFeaturesWrapper li {
	color: #666666;
	font-weight: 200;
	font-size: 15px;
	line-height: 140%;
	margin: 5px 5px 0px 5px;
	text-align: left;
	padding-left: 0px;
	padding-right: 15px;
	list-style-image: url(images/iPBBullet.png);
	list-style-position: 10px 10px;
}

/* PREMIUM FEATURES */

.premiumFeaturesWrapper {
	background-color: #ec751f;
	background-image: url(images/homeUSPsBG.jpg);
	width: 80%;
	margin: 0 !important;
	padding: 50px 10% !important;
	float: left;
}
.premiumFeaturesWrapper h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 30px !important;
}
.premiumFeaturesWrapper .wpb_wrapper img {
	width: 88px;
	height: auto;
}
.premiumFeaturesWrapper .wpb_wrapper .vc_single_image-wrapper img {
	width: 100px;
	margin-top: 8px;
}
.premiumFeaturesWrapper .wpb_wrapper h4 {
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	line-height: 140%;
	padding-left: 5%;
	padding-right: 5%;
}
.premiumFeaturesWrapper .wpb_wrapper p {
	font-size: 13px;
	line-height: 150%;
	color: #eee;
	font-weight: 300;
	padding-left: 5%;
	padding-right: 5%;
}

.premiumFeaturesWrapper .bottomParaWrapper {
	width: 100%;
	float: left;
	padding: 50px 0 0;
}
.premiumFeaturesWrapper .bottomParaWrapper p {
	color: #fff;
	font-size: 16px;
	line-height: 160%;
	font-weight: 400;
	padding: 0 15%;
}


.fixingsFooterText p {
	font-size: 14px;
	line-height: 160%;
	color: #eee;
	font-weight: 300;
	padding: 0 15%;
}


.contentVideoWrapperSmallerTopPadder {
	padding-top: 5px !important;
}




/* BUY NOW */

p.purchaseIntroP {
	font-size: 16px !important;
	color: #fff !important;
	margin-bottom: 35px !important;
}

.buynowCarouselWrapper {
	width: 70%;
	margin: 0 !important;
	padding: 10px 15% 50px !important;
	float: left;

	/* hide until loaded - see for JS file > /wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js to make it visible once loaded */
	/* display: none; */
}

.buynowCarouselWrapper

/*
.buynowCarouselWrapper .vc_item {
	width: 15% !important;
	margin: 0 0.5% !important;
}
*/
.buynowCarouselWrapper .vc_item img {
	width: 100% !important;
	height: auto;
}
a.prettyphoto:hover {
	opacity: 1 !important;
}

.buynowCarouselWrapper a.vc_carousel-control {
	color: #fff !important;
}
.buynowCarouselWrapper .vc_images_carousel .vc_carousel-indicators li {
	border-color: #fff !important;
	background-color: transparent !important;
}
.buynowCarouselWrapper .vc_images_carousel .vc_carousel-indicators .vc_active {
	border-color: #fff !important;
	background-color: #fff !important;
}

.buynowContentBG {
	background-color: #268b58;
	background-image: url(images/buynowGreenBG.jpg);
	padding: 50px 8% !important;
	float: left;
	width: 84%;
	margin: 0 !important;
}
.buynowContentBG h1 {
	color: #fff;
}
.buynowContentBG p.introP {
	color: #d9d9d9;
	font-size: 13px;
	line-height: 150%;
	font-weight: 300;
}
.buynowPriceDeetsWrapper h3 {
	color: #fff;
	font-size: 62px;
	line-height: 140%;
	margin-bottom: 0;
}
.buynowPriceDeetsWrapper h5 {
	font-size: 22px;
	color: #fff;
	line-height: 140%;
	font-weight: 500;
}
.buynow3colsWrapper {
	width: 100%;
	float: left;
	padding: 30px 0;
	margin: 0 !important;
}
.buynow3colsWrapper h4 {
	color: #fff;
	font-size: 24px;
	line-height: 140%;
	font-weight: 600;
	margin-bottom: 20px !important;
}
.buynow3colsWrapper img {
	width: 80% !important;
	max-width: 80% !important;
	height: auto;
	margin: 0 5% 10px !important;

	border: 8px solid #fff;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
}
.buynow3colsWrapper .vc_single_image-wrapper {
	text-align: center !important;
}
.buynowContentBG ul {
	padding-left: 0 !important;
}
.buynow3colsWrapper p , .buynow3colsWrapper li, .buynow3colsWrapper td, .buynow3colsWrapper a {
	color: #fff;
	font-size: 14px;
	line-height: 160%;
	font-weight: 300;
}
.buynow3colsWrapper li {
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 4px;
	list-style-image: url(images/tickBullet.png);
	list-style-position: inside;
}

.buynow3colsWrapper tr {
	border-bottom: 1px solid #fff;
}
.buynow3colsWrapper tr:last-child {
	border-bottom: 0px !important;
}





.buyNowBtnWrapper_BuyNowPage {
	padding-bottom: 0;
}
.buyNowBtnWrapper_BuyNowPage {
	background-image: none;
	background-color: transparent;
}
.buyNowBtnWrapper_BuyNowPage a.buyNowBtn {
	color: #fff;
	font-size: 16px;
	padding: 10px 25px;
}
.buyNowBtnWrapper_BuyNowPage a.buyNowBtn:hover {
	color: #268b58;
	opacity: 1;
}
.appStoreBtn img {
	border: none !important;
}





/* FAQs */
.FAQsGroupWrapper {
	width: 100%;
	float: left;
	margin: 0 !important;
	padding: 50px 0 35px;
}
.FAQsGroupWrapper h3 {
	font-size: 28px;
	font-weight: 600;
	color: #255d7d;
	line-height: 140%;
	padding: 0 10%;
}
.faqsItemWrapper {
	width: 80%;
	margin: 0 !important;
	padding: 30px 10% !important;
	float: left;
}
.faqsItemWrapper:nth-child(odd) {
	background-color: #f4f4f4;
}
.faqsItemWrapper h5 {
	font-size: 40px;
	color: #255d7d;
	position: relative;
	top: -5px;
}
.faqsItemWrapper .faqItemQwrapper h5 {
	color: #666666;
}
.faqsItemWrapper .faqItemQwrapper {
	margin-bottom: 7px;
}
.faqsItemWrapper p , .faqsItemWrapper li, .faqsItemWrapper td {
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #666666;
}
.faqsItemWrapper .faqItemQwrapper p {
	font-weight: 500;
	font-size: 16px;
}


.faqsItemWrapper .vc_col-sm-2 {
	width: 6% !important;
}
.faqsItemWrapper .vc_col-sm-10 {
	width: 94% !important;
}

.faqsItemWrapper tr {
	border-bottom: 1px solid #255d7d;
}
.faqsItemWrapper tr:last-child {
	border-bottom: 0px !important;
}



/* GENERIC */

.genericContentWrapper , .sitemapContentWrapper , .ppContentWrapper {
	width: 66%;
	float: left;
	margin: 0 !important;
	padding: 10px 17% 50px;
}
.ppContentWrapper {
	padding-bottom: 10px;
}
.sitemapContentWrapper {
	padding-top: 0px;
}
.genericContentWrapper .wpb_content_element .wpb_wrapper {
	column-count:2;
	column-gap: 50px;
}
.genericContentWrapper h1 , .genericContentWrapper h2 , .genericContentWrapper h3 , .genericContentWrapper h4 , .genericContentWrapper h5 {
	color: #454545;
	font-weight: 500;
	margin: 15px 0;
	padding: 0;
}
.genericContentWrapper h1 {
	font-size: 26px;
}
.genericContentWrapper h2 {
	font-size: 22px;
}
.genericContentWrapper h3 {
	font-size: 20px;
}
.genericContentWrapper h4 {
	font-size: 18px;
}
.genericContentWrapper h5 {
	font-size: 16px;
}
.genericContentWrapper p , .genericContentWrapper li , .sitemapContentWrapper p , .sitemapContentWrapper li {
	font-size: 13px;
	line-height: 160%;
	color: #666;
	font-weight: 300;
}
.genericContentWrapper li {
	margin-bottom: 10px;
}
.sitemapContentWrapper li {
	margin-bottom: 15px;
	padding-left: 10px;
}
.sitemapContentWrapper li a {
	font-size: 17px;
	font-weight: 500;
}



.mobileONLY {
	display: none;
}

.killMargins {
	margin: 0 !important;
	width: 100%;
}
.killMargins .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 20px !important;
	/* height: 0 !important; */
}


.killMargins .vc_row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}


.mobileBuyNowBannerWrapper .wpb_content_element {
	margin-bottom: 20px !important;
}

.mobileBuyNowBannerWrapper .vc_column-inner {
	height: 0px !important;
}


/* CONTACT PAGE */

.contactLinksWrapper {
	width: 80%;
	float: left;
	margin: 0 !important;
	padding: 0px 10% 30px;
	text-align: center;
}
.contactLinksWrapper p {
	color: #333;
	margin-bottom: 30px !important;
	line-height: 150%;
}
.contactLinkBtn {
	margin-bottom: 0 !important;
}
.contactLinksWrapper .contactLinkBtn a {
	background-color: #255d7d !important;
	color: #fff !important;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: 500 !important;
	font-size: 20px !important;
	padding: 16px 30px !important;
	margin-left: 5px;
	margin-right: 5px;
}

.contactFormWrapper {
	background-color: #eee;
	float: left;
	width: 50%;
	padding: 50px 25%;
	margin: 0 !important;
}

.contactFormWrapper label {
	float:left;
	font-size: 12px;
	color: #333;
	display: block;
	margin-bottom: 6px !important;
	/* font-weight: 500; */
}
.contactFormWrapper input[type="text"] , .contactFormWrapper input[type="email"] , .contactFormWrapper textarea {
	display: block;
	width: calc(100% - 30px);
	padding: 10px 15px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	color: #666;
	font-size: 14px;
}
.contactFormWrapper textarea {
	min-width: calc(100% - 30px);
	max-width: calc(100% - 30px);
	min-height: 150px;
	max-height: 400px;
}
.contactFormWrapper input[type="text"]:hover, .contactFormWrapper input[type="text"]:focus , .contactFormWrapper input[type="email"]:hover, .contactFormWrapper input[type="email"]:focus {
	border-color: #f47920;
	color: #f47920;
}
.contactFormWrapper .wpcf7-submit {
	width: auto;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	background-color: #276283;
	border: none;
	padding: 10px 30px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.contactFormWrapper .wpcf7-submit:hover , .contactFormWrapper .wpcf7-submit:focus {
	background-color: #000;
}
.contactFormWrapper span.wpcf7-not-valid-tip {
	margin-left: 0 !important;
}
.contactFormWrapper .GDPRcheckbox .wpcf7-checkbox {
	margin-right: 15px;
}
.contactFormWrapper .GDPRcheckbox span.wpcf7-not-valid-tip {
	margin-right: 15px;
}
.contactFormWrapper .checkboxLabel {
	font-size: 12px;
	line-height: 150%;
}

.contactFormGDPR label {
	margin-right: 10px;
	color: #333;
	font-size: 12px !important;
	/* font-weight: 300; */
	float: left;
	width: 50px;
	position: relative;
	top: 7px;
}
.contactFormGDPR input {
	width: 65%;
	margin-top: 20px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 8px;
	font-size: 13px;
	color: #666;
}
.contactFormGDPR input:hover , .contactFormGDPR input:focus {
	border-color: #bbb;
}
.contactFormGDPR input[type="checkbox"] {
	width: 20px;
	float: left;
	/* margin-left: 60px; */
	margin-top: 0px;
	margin-right: 5px;
	position: relative;
	top: 7px;
}
.contactFormGDPR label.checkboxLabel {
	width: 80% !important;
	margin-right: 10px;
	font-size: 10px;
	line-height: 120%;
	margin-bottom: 10px;
}

.mc4wp-checkbox-contact-form-7 input {
	margin-right: 12px !important;
}


.contactSocialsWrapper {
	width: 80%;
	margin: 0 10% !important;
	padding: 50px 0 30px;
	text-align: center;
	float: left;
}
.contactSocialsWrapper .socials {
	margin: 0;
	padding: 0;
}
.contactSocialsWrapper li {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 0 10px;
}
.contactSocialsWrapper li a img {
	width: 42px;
	height: 42px;
}


/* WOO BITS */

.woocommerce {
	float: left;
	width: 80%;
	padding: 0 10%;
	margin: 0 !important;
	margin-bottom: 30px !important;
}
.woocommerce-page .introTextWrapper {
    padding: 15px 0 15px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border-collapse: collapse;
    border: 1px solid #ddd;
    padding: 8px 10px;
	width: calc(100% - 20px);
    font-size: 14px;
    color: #333;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.woocommerce form .form-row input.input-text:hover , .woocommerce form .form-row textarea:hover , .woocommerce form .form-row input.input-text:focus , .woocommerce form .form-row textarea:focus  {
	border-color: #f47920;
	color: #f47920;
}

.woocommerce form .form-row label {
	font-weight: 500;
	color: #333;
}
.woocommerce form .form-row textarea {
	min-width: calc(100% - 20px);
	max-width: calc(100% - 20px);
	min-height: 100px;
	max-height: 300px
}
.woocommerce .quantity .qty {
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 5px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 80px !important;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	width: 160px;
	padding: 8px 6px 7px !important;
	float:none !important;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	font-weight: 500 !important;
	background-color: #666 !important;
	color: #fff !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #f47920 !important;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	background-color: #255d7d !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background-color: #255d7d !important;
	float: left;
	width: 100%;
	padding: 20px;
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 0 !important;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:focus {
	background-color: #000 !important;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 0 !important;
}

.woocommerce-terms-and-conditions-wrapper {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.woocommerce-privacy-policy-text p , .woocommerce-terms-and-conditions-checkbox-text {
	font-size: 14px;
}

h3#order_review_heading {
	margin-top: 40px !important;
}

.woocommerce-billing-fields h3 , .woocommerce-shipping-fields h3 , h3#order_review_heading {
	font-size: 24px;
}

#ship-to-different-address-checkbox {
	margin-right: 10px;
}

.woocommerce .woocommerce-customer-details address {
	width: auto !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

/* hide save details */
.woocommerce-SavedPaymentMethods-saveNew {
	display: none !important;
}



.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    line-height: 1.3 !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    line-height: 1.5 !important;
}
.woocommerce .woocommerce-customer-details address {
	line-height: 150% !important;
}

.woocommerce-thankyou-order-details {
	background-color: #eee !important;
	padding: 40px 40px 20px !important;
}
.woocommerce ul.order_details li {
    margin-bottom: 20px !important;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 , .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

p.woocommerce-thankyou-order-received {
	font-size: 20px !important;
	font-weight: 600 !important;
	color: #276283 !important;
}

.woocommerce-breadcrumb{
	display:none;
}

.woocommerce-breadcrumb p {
	font-size: 20px;
	text-align: center;
	margin: 20px 0px 10px 0px !important;
	padding: 0 !important;
}

.woocommerce-breadcrumb a {
	color: #276283 !important;
}


.woocommerce .woocommerce-breadcrumb{
	display:block;
	margin:  0px 2% 25px !important;
}

/* checkout confirmation */
.checkoutConfirmationCreatAccountBanner h4 {
	color: #fff;
	font-size: 25px;
	padding: 0 20%;
	line-height: 150%;
	margin-bottom: 16px !important;
}
.checkoutConfirmationCreatAccountBanner button {
	width: auto;
    font-weight: 500;
    font-size: 19px;
    color: #276283;
    background-color: #fff;
    border: none;
    padding: 14px 28px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.checkoutConfirmationCreatAccountBanner button:hover {
	opacity: 0.7;
}
.checkoutConfirmationSignupPremiumBanner h3 {
	padding: 0 20%;
	color: #fff;
	font-size: 30px !important;
}



/* hide contentHERO img on load so mobile load issue is hidden - then this is faded in via custom.js */
/* #contentHEROimg { display: none; } */
#contentHEROimg { opacity: 0 }


p.cart-empty , p.return-to-shop {
	text-align: center;
}


.genericContentWrapper ol , .genericContentWrapper ul {
	margin-left: 15px;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
}




/* PREIMUM LOGO USAGE */
.premiumLogo-HowitWorksTitle {
	max-width: 200px;
	height:auto;
	margin-bottom: 20px;
}





/* new BUY NOW carousel lightbox overrides */
/* hide alt tag in overlay */
#slb_viewer_wrap .slb_theme_slb_default .slb_details .slb_data {
	display: none !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
    box-shadow: none !important;
    border-radius: 0px !important;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
   padding: 10px !important;
}
#slb_viewer_wrap .slb_theme_slb_baseline {
	z-index: 99999999999999 !important;
}







/* 01102019 - Removing homepage courier logos and adding in text h5's */
.usedByWrapperColsWrapper .fiveCols_ColInner h5 {
	text-align: center;
	margin: 45px 10px;
	font-size: 22px;
	color: #276283;
}


/* 28072021 - PMN Added styles for Popup Maker */

.popupMaker {
	font-family: 'Ubuntu', Helvetica, Arial;
	color: #fff;
}

.popupMaker input[type=submit] {
	/* display: inline-block; */
	/*background-color: #fff;
	color: #245b7a;*/
	padding: 8px 16px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
	background-color: #fff;
	color: #EE7203;
	border: 2px solid #EE7203;

	border-radius: 4px;
	-webkit-border-radius: 4px;

}

.popupMaker input[type=submit]:hover {
	background-color: #EE7203;
	color: #fff;
	border: 2px solid #fff;
	opacity: 1;

}

.popupMaker input[type=text], input[type=email] {
	/* display: inline-block; */
	/*background-color: #fff;
	color: #245b7a;*/
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 6px;
	background-color: #fff;
	color: #ff;
	border: 2px solid #afc0c9;

	border-radius: 1px;
	-webkit-border-radius: 1px;

}

.popupMaker h1 {
	font-size: 108px;
	color: #EE7203;
	/* line-height: 130%; */
	font-weight: 500;
	margin: 0;
	margin-bottom: 18px;
}
.popupMaker h2 {
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 0px;
  font-weight: 50;
	color: #afc0c9;
}
.popupMaker h3 {
	font-size: 16px;
	line-height: 130%;
  font-weight: 100;
	color: #afc0c9;
}
.popupMaker h4 {
	font-size: 16px;
  font-weight: 50;
	color: #afc0c9;
}

.close-button {
	font-size: 14px;
	color: #afc0c9;
	font-weight: 100
}







/* MEDIA QUERIES */
@media (min-width: 1500px) {
	.buynowCarouselWrapper {
		width: 60%;
		padding: 10px 20% 50px !important;
	}
}


@media (max-width: 1250px) {
	.faqsItemWrapper .vc_col-sm-2 {
		width: 8% !important;
	}
	.faqsItemWrapper .vc_col-sm-10 {
		width: 92% !important;
	}

	.homeUSPs3ColsWrapper {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}

	/* 01102019 - Removing homepage courier logos and adding in text h5's */
	.usedByWrapperColsWrapper .fiveCols_ColInner h5 {
		margin: 40px 10px;
		font-size: 20px;
	}

}

@media (max-width: 1200px) {
	.headerRHS_navWrapper {
		margin-top: 25px;
	}
	.sitemapContentWrapper {
		width: 70%;
		padding: 10px 15% 50px;
	}

}

@media (max-width: 1100px) {
	.howitworksInnerRowWrapper img {
		border: 8px solid #fff;
	}

	.buynowContentBG {
		padding: 50px 5% !important;
		width: 90%;
	}

	.faqsItemWrapper {
	    width: 90%;
   		padding: 30px 5% !important;
	}

	/* 01102019 - Removing homepage courier logos and adding in text h5's */
	.usedByWrapperColsWrapper .fiveCols_ColInner h5 {
		margin: 35px 10px;
		font-size: 18px;
	}


}

@media (max-width: 1070px) {

	.footerWrapperCol1 {
		width: 49%;
		margin-right: 0;
	}
	.footerWrapperCol2 {
		width: 00%;
		margin-right: 0;
	}
	.footerWrapperCol3 {
		width: 49%;
		margin-right: 0;
	}
	.footerWrapperCol4 {
		width: 100%;
		margin-right: 0;
	}
	.footerWrapperCol4 {
		text-align: center;
		margin-top: 30px;
	}
	.footerWrapperCol4 .logo {
		width: 250px;
	}
	.footerCopyLinesWrapper {
		text-align: center;
	}
	.footerCopyLinesWrapper {
		margin-top: 10px;
	}

	.footerWrapperCol4 p {
		margin-bottom: 15px;
	}

}

@media (max-width: 1050px) {
	.headerRHS_navWrapper ul li {
		margin: 0 15px;
	}
	.headerRHS_navWrapper ul li a {
    	font-size: 18px;
	}
	.headerRHS_navWrapper {
		margin-top: 25px;
	}

	.loginBtn {
		font-size: 12px;
	}
	.shoppingSummaryBar {
		font-size: 12px;
	}

	/* .homeUSPsWrapper h3 {
    	font-size: 20px;
	} */
	/* .homeUSPsWrapper p {
    	font-size: 13px;
	} */
	/* .homeUSPsWrapper img {
    	width: 58px;
	} */

	.premiumFeaturesWrapper {
		width: 90%;
		padding: 50px 5% !important;
	}

	.buynowContentBG {
		padding: 50px 3% !important;
		width: 94%;
	}

	.genericContentWrapper , .sitemapContentWrapper , .ppContentWrapper {
		width: 90%;
		padding: 10px 5% 50px;
	}
	.ppContentWrapper {
		padding-bottom: 10px;
	}

	.woocommerce {
		width: 96%;
		padding: 0 2%;
	}

	.woocommerce-billing-fields h3 , .woocommerce-shipping-fields h3 , h3#order_review_heading {
		font-size: 19px;
	}

	/* 01102019 - Removing homepage courier logos and adding in text h5's */
	.usedByWrapperColsWrapper .fiveCols_ColInner h5 {
		margin: 30px 10px;
		font-size: 17px;
	}

}

@media (max-width: 950px) {
	.headerRHS_navWrapper ul li {
		margin: 0 12px;
	}
	.headerRHS_navWrapper ul li a {
    	font-size: 16px;
	}
	.headerRHS_navWrapper {
		margin-top: 28px;
	}

	.introTextWrapper h1 {
    	padding: 0 5%;
	}
	.introTextWrapper p {
    	padding: 0 5%;
	}

	.featVideoWrapperInner {
		width: 86%;
		margin: 0 7%;
	}
	.howitworksRowWrapper {
		width: 100%;
		margin: 0 !important;
		padding: 50px 0 !important;
	}

	.premiumFeaturesWrapper .vc_col-sm-3 {
		width: 50%;
		margin: 15px 0 !important;
		float: left;
	}

	.buynowCarouselWrapper {
		width: 80%;
		padding: 10px 10% 50px !important;
	}
	.buynowContentBG img {
		border: 8px solid #fff;
	}
	.buynowContentBG h4 {
		font-size: 20px;
	}
	.buynowContentBG p , .buynowContentBG li {
		font-size: 13px;
	}

	.howitworksInnerRowWrapper img {
		max-width: 95% !important;
		width: 95% !important;
	}
	.howitworksInnerRowWrapper p {
		font-size: 13px;
	}

}

@media (max-width: 900px) {
	.fiveCols_Col {
    	width: 32%;
		display: inline-block;
		float: none;
	}

	.faqsItemWrapper .vc_col-sm-2 {
		width: 10% !important;
	}
	.faqsItemWrapper .vc_col-sm-10 {
		width: 90% !important;
	}

	.sitemapContentWrapper {
		width: 90%;
		padding: 10px 5% 50px;
	}

	.genericContentWrapper p, .genericContentWrapper li, .sitemapContentWrapper p, .sitemapContentWrapper li {
    	font-size: 12px;
	}

	.contactFormWrapper {
		width: 70%;
		padding: 50px 15%;
	}

	.homeUSPs3ColsWrapper {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}

	.howitworksInnerRowWrapper h3 {
		font-size: 22px;
	}


	/* 01102019 - Removing homepage courier logos and adding in text h5's */
	.usedByWrapperColsWrapper .fiveCols_ColInner h5 {
		margin: 45px 10px;
		font-size: 20px;
	}

}

@media (max-width: 880px) {
	.headerLHS img {
    	min-width: 240px;
		max-width: 280px;
	}
	.headerRHS_navWrapper ul li {
		margin: 0 9px;
	}
	.headerRHS_navWrapper {
		margin-top: 32px;
	}
	.headerRHS_hygeineWrapperInner {
		padding: 7px 15px 12px;
	}
	.headerLHS {
    	margin-top: 28px;
	}
	.headerWrapper {
    	padding: 0px;
	}
	.headerLHS {
	    width: 24%;
    	margin-left: 2%;
	}
	.headerRHS {
    	width: 71%;
    	margin-right: 0%;
	}

	/* make header fixed at this size */
	.headerWrapper {
		background-color: #fff;
		z-index:999999999;
	}


}


@media (max-width: 800px) {

	.contentVideoWrapper {
		width: 90%;
		margin: 0 5% !important;
	}
	.howitworksInnerRowWrapper img {
		border: 6px solid #fff;
	}

	.howitworksInnerRowWrapper p {
		font-size: 13px;
	}

	.premiumFeaturesWrapper .bottomParaWrapper p {
		padding: 0;
	}

	.buynowContentBG {
 	   padding: 50px 0% !important;
    	width: 100%;
	}

	.buyNowBtnWrapper_BuyNowPage a.buyNowBtn {
		font-size: 16px;
		padding: 10px 25px;
	}

	.howitworks_jumpTooLinksWrapper li a {
		padding: 11px 16px;
		font-size: 13px;
	}

	.checkoutConfirmationCreatAccountBanner h4 {
		font-size: 23px;
		padding: 0 10%;
	}
	.checkoutConfirmationCreatAccountBanner button {
		font-size: 19px;
		padding: 14px 28px;
	}
	.checkoutConfirmationSignupPremiumBanner h3 {
		padding: 0 10%;
		font-size: 27px !important;
	}

	/* 01102019 - Removing homepage courier logos and adding in text h5's */
	.usedByWrapperColsWrapper .fiveCols_ColInner h5 {
		margin: 40px 10px;
		font-size: 19px;
	}

}

@media (max-width: 790px) {
	.headerRHS_navWrapper ul li {
		margin: 0 7px;
	}

	.headerRHS_navWrapper ul li a {
    	font-size: 15px;
	}

	.introTextWrapper h1 {
		font-size: 24px;
	}
	.introTextWrapper p {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.howitworksRowWrapper .vc_col-sm-4 {
    	width: 33.33333333% !important;
	}

	.ourstoryRowWrapper, .achievementsRowWrapper {
		text-align: center;
	}

	.premiumFeaturesWrapper .wpb_column {
		margin: 15px 0 !important;
	}

	.buynow3colsWrapper img {
		max-width: 60% !important;
		width: 60% !important;
	}
	.buynow3colsWrapper .vc_col-sm-4 {
		margin: 35px 0 !important;
	}
	.buynow3colsWrapper h4 {
		font-size: 23px;
	}
	.buynow3colsWrapper p , .buynow3colsWrapper li {
		font-size: 14px;
	}

	.faqsItemWrapper h5 {
		font-size: 36px;
	}
	.faqsItemWrapper p {
		font-size: 13px;
	}
	.faqsItemWrapper .faqItemQwrapper p {
		font-size: 15px;
	}

	.sitemapContentWrapper {
		text-align: center;
	}
	.sitemapContentWrapper ul {
		margin-left: 0;
		padding-left: 0;
	}

	.sitemapContentWrapper li {
		list-style: none !important;
		padding-left: 0px !important;
	}

	.buynowContentBG {
		width:70%;
		padding-left: 15% !important;
		padding-right: 15% !important;
	}

}

@media (max-width: 760px) {

	.footerWrapperCol1 {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.footerWrapperCol2 {
		width: 00%;
		margin-right: 0;
		text-align: center;
	}
	.footerWrapperCol3 {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-top: 20px;
	}

	.footerNewsletterSignup .rowWrapper {
		display: inline-block;
		margin-bottom: 0px;
		float: none;
	}

	.footerNewsletterSignup .GDPRrow {
		width: 80%;
		text-align: left;
	}

	span.wpcf7-list-item {
		margin: 0 !important;
		display: inline-block;
	}

	.footerNewsletterSignup label {
		float: none;
		top: 0;
	}
	.footerNewsletterSignup input {
		float: none;
	}
	.footerNewsletterSignup label.checkboxLabel {
		top: 7px;
	}
	.footerNewsletterSignup input[type="checkbox"] {
		margin-left: 0;
	}
	.footerNewsletterSignup .newsletterSignUpBtn , .footerNewsletterSignup .newsletterSignUpBtnWrapper input {
		/* margin-left: 0; */
		margin-top: 10px;
	}

	.genericContentWrapper .wpb_content_element .wpb_wrapper {
		column-count: 1;
		column-gap: 0px;
	}




}


/* nav below logo */
@media (max-width: 780px) {
	.headerRHS_navWrapper {
		display: none;
	}
	.tabletNavWrapper {
		display: block;
	}
	.headerWrapper {
    	/* padding: 0 0 15px; */
		padding: 0px;
	}
	.tabletNavWrapper ul li {
		margin: 0 15px;
	}
	.tabletNavWrapper ul li a {
		font-size: 18px;
	}

	.featVideoWrapperInner {
		width: 100%;
		margin: 0;
	}
	.featVideoWrapper {
		margin: 30px 0px;
	}

	.buynowCarouselWrapper {
		width: 90%;
		padding: 10px 5% 30px !important;
	}

	.FAQsGroupWrapper {
    	padding: 30px 0 20px;
	}






}

@media (max-width: 700px) {
	.tabletNavWrapper ul li {
		margin: 0 13px;
	}
	.tabletNavWrapper ul li a {
		font-size: 18px;
	}

	.quotesWrapper h3 {
		font-size: 20px;
	}
	.quoteWrapper {
    	width: 80%;
    	margin: 0 10%;
	}
	#homeQuotes blockquote {
	    font-size: 15px;
	}

	.usedByWrapper h3 {
		font-size: 29px;
	}
	.usedByWrapper p {
		font-size: 20px;
	}

	.faqsItemWrapper .vc_col-sm-2 {
		width: 12% !important;
	}
	.faqsItemWrapper .vc_col-sm-10 {
		width: 88% !important;
	}

	/* hide product carousel bullets now */
	.buynowCarouselWrapper .vc_images_carousel .vc_carousel-indicators li {
		display: none;
	}

	.buynowContentBG {
		width:80%;
		padding-left: 10% !important;
		padding-right: 10% !important;
	}


	/* buy now carousel - hide bullets now */
	.flex-control-paging {
		display: none;
	}

	#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
   		padding: 7px !important;
	}

	/* 01102019 - Removing homepage courier logos and adding in text h5's */
	.usedByWrapperColsWrapper .fiveCols_ColInner h5 {
		margin: 35px 10px;
		font-size: 17px;
	}

}

@media (max-width: 630px) {
	.tabletNavWrapper ul li {
		margin: 0 12px;
	}
	.tabletNavWrapper ul li a {
		font-size: 16px;
	}
}


/* hygiene to top now */
@media (max-width: 600px) {
	.headerRHS_hygeineWrapper {
		position: absolute;
		left: 0;
		width: 100%;
		top: 0;
	}
	.headerRHS_hygeineWrapperInner {
		width: calc(100% - 30px);
	}
	.headerLHS {
		width: 100%;
		margin-right: 0;
		text-align:center;
		margin-top: 60px;
	}
	.headerLHS img {
		width: 230px;
		max-width: 230px;
		min-width: 230px;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.introTextWrapper h1 {
    	padding: 0 4%;
	}
	.introTextWrapper p {
    	padding: 0 4%;
	}

	.fiveCols_Col {
    	width: 48%;
	}

	.buyNowBtn {
		padding: 10px 25px;
    	font-size: 16px;
		-webkit-border-radius: 6px;
		border: 2px solid #fff;
	}
	.homebuyNowBtn {
		padding: 10px 25px;
    	font-size: 16px;
		-webkit-border-radius: 6px;
		border: 2px solid #fff;
	}
	/*
	.appStoreBtn img {
	    width: 85%;
	}
	*/
	.appStoreBtn {
		width: 160px;
	}

	/* FIX CAROUSEL ARROWS adding scrolling bug */
	.flex-direction-nav .flex-prev {
		left: 0px !important;
		margin-left: 10px !important;
	}
	.flex-direction-nav .flex-next {
		right: 0px !important;
		margin-right: 10px !important;
	}

	.howitworksRowWrapper .vc_col-sm-4 {
    	width: 100% !important;
		margin: 0px 0 !important;
	}

	.keyFeaturesWrapper {
		width: 90%;
		padding: 50px 5% !important;
	}

	.aboutUsWrapper {
		width: 90%;
		padding: 20px 5% !important;
	}

	.premiumFeaturesWrapper .vc_col-sm-3 {
		width: 100%;
		margin: 15px 0 !important;
		float: left;
	}

	.premiumFeaturesWrapper h2 , .keyFeaturesWrapper h2 , .howitworksRowWrapper h2 {
		font-size: 28px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.howitworksRowWrapper h2 {
		margin-bottom: 0px !important;
	}

	.buynowCarouselWrapper {
		width: 100%;
		padding: 10px 0% 30px !important;
	}

	.buynowPriceDeetsWrapper h3 {
		font-size: 50px;
	}
	.buynowPriceDeetsWrapper h5 {
		font-size: 18px;
	}

	.contactFormWrapper {
		width: 82%;
		padding: 50px 9%;
	}
	.contactFormWrapper label {
		font-size: 13px;
	}
	.contactFormWrapper input[type="text"], .contactFormWrapper input[type="email"], .contactFormWrapper textarea {
		font-size: 13px;
	}
	.contactFormWrapper .checkboxLabel {
	    font-size: 10px;
	}

	.woocommerce-billing-fields h3 , .woocommerce-shipping-fields h3 , h3#order_review_heading {
		font-size: 17px;
	}
	.woocommerce form .form-row label {
		font-size: 14px;
	}
	.woocommerce-info , .checkout_coupon p {
		font-size: 15px;
	}

	.buynowContentBG {
		width:90%;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

	.buynowCarouselWrapper {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.howitworksInnerRowWrapper h3 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}


	.howitworksRowWrapper {
	    padding: 30px 0 !important;
	}

	/* 01102019 - Removing homepage courier logos and adding in text h5's */
	.usedByWrapperColsWrapper .fiveCols_ColInner h5 {
		margin: 45px 10px;
		font-size: 22px;
	}

}

@media (max-width: 570px) {
	.tabletNavWrapper ul li {
		margin: 0 14px;
	}
	.tabletNavWrapper ul li a {
		font-size: 16px;
	}

	.faqsItemWrapper .vc_col-sm-2 {
		width: 15% !important;
	}
	.faqsItemWrapper .vc_col-sm-10 {
		width: 85% !important;
	}

	.checkoutConfirmationCreatAccountBanner h4 {
		font-size: 21px;
		padding: 0 6%;
	}
	.checkoutConfirmationCreatAccountBanner button {
		font-size: 17px;
		padding: 12px 22px;
	}
	.checkoutConfirmationSignupPremiumBanner h3 {
		padding: 0 6%;
		font-size: 24px !important;
	}

}

@media (max-width: 550px) {
	.threeCols_Col {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}


@media (max-width: 530px) {
	.tabletNavWrapper ul li {
		margin: 0 12px;
	}
	.tabletNavWrapper ul li a {
		font-size: 15px;
	}

}


@media (max-width:780px) and (min-width:501px) {
	.tabletNavWrapper {
		display: block;
	}
	.mobileNavWrapper {
		display: none !important;
	}
}


/* mobile nav now - repurpose tablet nav to mobile and add in hamburger trigger */
@media (max-width: 500px) {
	.tabletNavWrapper {
		position: relative;
		left: -4.5%;
		right: 0;
		width: 109%;
		margin-top: 0px;
		display: none;
	}
	.tabletNavWrapper ul {
		padding: 25px 0;
	}
	.tabletNavWrapper ul li {
		width: 100%;
		margin: 10px 0;
	}
	.tabletNavWrapper ul {
		background-color: #276283;
	}
	.tabletNavWrapper ul li a {
		color: #fff;
		font-size: 18px;
	}
	.headerWrapper {
		padding: 0px;
		padding-bottom: 0;
	}
	.headerLHS img {
		/* margin-bottom: 20px; */
	}
	.mobileNavTriggerBtn {
		display: block;
	}
	.headerLHS {
		float: left;
	}

	.featVideoWrapper {
		margin: 15px 0px;
	}

	.quotesWrapper h3 {
		font-size: 22px;
	}
	.quoteWrapper {
    	width: 90%;
    	margin: 0 5%;
	}
	#homeQuotes blockquote {
	    font-size: 14px;
	}

	.buynow3colsWrapper h4 {
		font-size: 23px;
	}
	.buynow3colsWrapper p , .buynow3colsWrapper li {
		font-size: 13px;
	}

	.buynow3colsWrapper img {
		max-width: 80% !important;
		width: 80% !important;
	}

	.buyNowBtnWrapper_BuyNowPage a.buyNowBtn {
		font-size: 16px;
		padding: 10px 25px;
		-webkit-border-radius: 5px;
		border: 2px solid #fff;
	}


	/* DISPLAY MOBILE ONLY BITS NOW */
	.mobileONLY {
		display: block;
	}

	p.purchaseIntroP {
		font-size: 15px !important;
	}


	/* make header fixed at this size */
	/* now doing this at 880px */
	/*
	.headerWrapper {
		background-color: #fff;
		z-index:999999999;
	}
	*/

	/* prevent buynowcarousel image fade on hover - remove look like an ahref link as it has been disabled in custom.js at this size */
	.buynowCarouselWrapper .ms-image a:hover {
		opacity: 1;
		cursor: pointer;
	}


	/* tighten things up on mobile */
	.heroCarouselWrapper .metaslider .flexslider {
		margin-bottom: 15px !important;
	}
	.homeUSPsWrapper {
		padding: 30px 0;
	}
	.quotesWrapper , .usedByWrapper {
		padding: 10px 0;
	}
	.quotesWrapper h3 {
		padding-left: 5%;
		padding-right: 5%;
	}
	.usedByWrapperColsWrapper {
		margin-bottom: 20px;
	}
	.usedByWrapper p {
		margin-bottom: 0;
	}
	.contentHERO {
		margin-bottom: 5px;
	}
	.contentVideoWrapperSmallerTopPadder {
		padding-bottom: 20px !important;
	}
	.keyFeaturesWrapper , .premiumFeaturesWrapper {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
	.keyFeaturesWrapper h2 , .premiumFeaturesWrapper h2 {
		margin-bottom: 15px !important;
	}
	.premiumFeaturesWrapper .bottomParaWrapper {
		padding-top: 20px;
	}
	.buynowContentBG {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.buynow3colsWrapper {
		padding: 0 !important;
	}
	.fixingsFooterText p {
		padding: 0;
		font-size: 12px;
	}
	.premiumFeaturesWrapper .bottomParaWrapper p {
		font-size: 15px;
	}
	p.purchaseIntroP {
		margin-bottom: 20px !important;
	}
	.buynowContentBG .buyNowWrapper .homebuyNowWrapper{
		padding-top: 20px !important;
	}
	#firstFAQGroupWrapper {
		padding-top: 0px !important;
	}
	.footerNewsletterSignup h5 {
		font-size: 20px;
	}
	.introTextWrapperGenericPage {
		padding-bottom: 0px !important;
	}



	/* REMOVE WHEN PRODUCT IS LIVE 
	.buyNowBtn {
    	padding: 20px 35px;
    	font-size: 38px;
	}
	end of REMOVE WHEN PRODUCT IS LIVE */


	/* 01102019 - Removing homepage courier logos and adding in text h5's */
	.usedByWrapperColsWrapper .fiveCols_ColInner h5 {
		margin: 40px 10px;
		font-size: 20px;
	}

}

@media (max-width: 450px) {
	.footerCopyLinesWrapper p , .footerWrapperCol4 p {
		font-size: 10px;
	}
	.footerWrapperCol4 .logo {
		width: 200px;
	}
	.footerWrapperCol1 , .footerWrapperCol2 {
		width: 100%;
	}

	.faqsItemWrapper .vc_col-sm-2 {
		width: 18% !important;
	}
	.faqsItemWrapper .vc_col-sm-10 {
		width: 82% !important;
	}

	.genericContentWrapper p, .genericContentWrapper li, .sitemapContentWrapper p, .sitemapContentWrapper li {
    	font-size: 11px;
	}

	.contactFormWrapper {
		width: 94%;
		padding: 50px 3%;
	}

	.contactSocialsWrapper li a img {
		width: 36px;
		height: 36px;
	}

	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
	}


	.checkoutConfirmationCreatAccountBanner h4 {
		font-size: 19px;
		padding: 0 6%;
	}
	.checkoutConfirmationCreatAccountBanner button {
		font-size: 15px;
		padding: 10px 19px;
	}
	.checkoutConfirmationSignupPremiumBanner h3 {
		padding: 0 6%;
		font-size: 22px !important;
	}

	.threeCols_Col {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}

	/* 01102019 - Removing homepage courier logos and adding in text h5's */
	.usedByWrapperColsWrapper .fiveCols_ColInner h5 {
		margin: 35px 10px;
		font-size: 18px;
	}

}

@media (max-width: 390px) {
	.headerLHS img {
		width: 200px;
		max-width: 200px;
		min-width: 200px;
	}

	.fiveCols_Col {
    	width: 85%;
	}

	.buyNowBtn {
		padding: 10px 25px;
    	font-size: 16px;
	}

	.homebuyNowBtn {
		padding: 10px 25px;
    	font-size: 16px;
	}

	/* REMOVE WHEN PRODUCT IS LIVE 
	.buyNowBtn {
    	padding: 18px 32px;
    	font-size: 16px;
	}
	end of REMOVE WHEN PRODUCT IS LIVE */

	.buyNowWrapper p {
		margin-bottom: 5px;
	}

	.homebuyNowWrapper p {
		margin-bottom: 5px;
	}
	
	.appStoreBtn img {
	    width: 100%;
		margin: 5px 5px;
	}

	/* 01102019 - Removing homepage courier logos and adding in text h5's */
	.usedByWrapperColsWrapper .fiveCols_ColInner h5 {
		margin: 45px 10px;
		font-size: 20px;
	}

}

@media (max-width: 370px) {
	.appStoreBtn img {
	    width: 90%;
		margin: 2px 5px;
	}
}

@media (max-width: 330px) {

	.faqsItemWrapper .vc_col-sm-2 {
		width: 20% !important;
	}
	.faqsItemWrapper .vc_col-sm-10 {
		width: 80% !important;
	}

}



/* hide shipped via text as requested 08062019 */
.woocommerce-order-details .shipped_via {
	display: none;
}

/* checkout confirmation create account banner - new white version moved up the page as requested 08062019 */
.checkoutConfirmationCreatAccountBanner_Vanilla {
	background-image: none;
	background-color: transparent;
	margin-bottom: 50px;
	padding: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
}
.checkoutConfirmationCreatAccountBanner_Vanilla h4 {
	color: #333;
	padding: 0 10%;
}
.checkoutConfirmationCreatAccountBanner_Vanilla button {
	background-color: #276283;
	color: #fff;
}



/* css spriting icons in header and footer to aid seo score - 01072019 */
.sprite_Login {
	background-image: url('https://www.iparcelbox.com/wp-content/themes/iParcelBox/images/iconsGroup2.png');
	background-position: -54px 0px;
	/* first val = width x number of sprites along */
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	background-size: cover;
}
.sprite_Basket {
	background-image: url('https://www.iparcelbox.com/wp-content/themes/iParcelBox/images/iconsGroup2.png');
	background-position: -72px 0px;
	/* first val = width x number of sprites along */
	background-repeat: no-repeat;
	width: 21px;
	height: 18px !important;
	background-size: cover;
}
.sprite_Twitter {
	background-image: url('https://www.iparcelbox.com/wp-content/themes/iParcelBox/images/iconsGroup2.png');
	background-position: -36px 0px;
	/* first val = width x number of sprites along */
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.sprite_Facebook {
	background-image: url('https://www.iparcelbox.com/wp-content/themes/iParcelBox/images/iconsGroup2.png');
	background-position: -66px 0px;
	/* first val = width x number of sprites along */
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.sprite_Instagram {
	background-image: url('https://www.iparcelbox.com/wp-content/themes/iParcelBox/images/iconsGroup2.png');
	background-position: 0px 0px;
	/* first val = width x number of sprites along */
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
}
/* end of css spriting icons in header and footer to aid seo score - 01072019 */



/* 07082019 - Adding blog to website */
.blogIndexLHS {
	width: 65%;
	float: left;
	margin-right: 5%;
}
.blogIndexRHS {
	float: left;
	width: 30%;
}
.blogIndexPostWrapper {
	float: left;
	padding: 15px 0 35px;
	width: 100%;
	/*border-bottom: 1px solid #ccc;*/
	margin-bottom: 10px;
}
.blogIndexLHS .blogIndexPostWrapper:last {
	border-bottom: none !important;
}
.blogIndexPostWrapper h2 {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 140%;
}
.blogIndexPostWrapper p , .blogIndexPostWrapper .entry {
	font-size: 16px;
	line-height: 150%;
	color: #666;
	margin-bottom: 15px;
}
.blogIndexPostWrapper .blogDate p {
	font-size: 13px !important;
	color: #999 !important;
}
.blogIndexPostWrapper .readMoreDiv a {
	width: auto;
	margin-top: 0px;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	background-color: #276283;
	border: none;
	padding: 10px 17px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.blogIndexPostWrapper footer.postmetadata {
	margin-top: 25px;
	border-top: 1px solid #ccc;
	font-size: 13px;
	color: #999;
	/*display: inline-block;*/
	line-height: 150%;
	border-bottom: 1px solid #ccc;
	background-color: #f3f3f3;
	padding: 15px;
}


.blogIndexRHS ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.blogIndexRHS ul li {
	list-style: none;
}
.blogIndexRHS h3 {
	color: #333;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 130%;
}
.blogIndexRHS .widget-area ul li {
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 150%;
}

/* pagination */
.paginationWrapper {
	float: left;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 25px;
}
.blogIndexLHS .navigation ul {
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
}
.blogIndexLHS .navigation li a,
.blogIndexLHS .navigation li a:hover,
.blogIndexLHS .navigation li.active a,
.blogIndexLHS .navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.blogIndexLHS .navigation li {
    display: inline;
	margin: 0 2px;
	font-size: 15px;
}

.blogIndexLHS .navigation li a,
.blogIndexLHS .navigation li a:hover,
.blogIndexLHS .navigation li.active a,
.blogIndexLHS .navigation li.disabled {
    background-color: #eee;
    cursor: pointer;
    padding: 10px 12px;
	color: #333;
}

.blogIndexLHS .navigation li a:hover,
.blogIndexLHS .navigation li.active a {
    background-color: #276283;
	color: #fff;
	opacity: 1;
}

/* post body area */
.single-post .entry-content {
	color: #666;
}
.single-post .entry-content p , .single-post .entry-content li {
	font-size: 16px;
	line-height: 160%;
	color: #666;
}
.single-post .entry-content h1 , .single-post .entry-content h2 , .single-post .entry-content h3 , .single-post .entry-content h4 , .single-post .entry-content h5 , .single-post .entry-content h6 {
	color: #276283;
	margin-top: 30px;
	margin-bottom: 15px;
}
.single-post .entry-content h1 {
	font-size: 34px;
}
.single-post .entry-content h2 {
	font-size: 30px;
}
.single-post .entry-content h3 {
	font-size: 28px;
}
.single-post .entry-content h4 {
	font-size: 26px;
}
.single-post .entry-content h5 {
	font-size: 24px;
}
.single-post .entry-content h6 {
	font-size: 22px;
}
/* end of post body area */
.single-post header .entry-meta {
	margin: 0px 0 20px;
}
.single-post header .author , .single-post header .meta-sep {
	display: none;
}
.single-post header .entry-date {
	color: #999;
	font-size: 14px;
}
.single-post h1.entry-title {
	font-size: 34px;
	margin-bottom: 12px;
}
.single-post footer.entry-footer {
	margin: 35px 0;
	color: #999;
	font-size: 14px;
}
.single-post .comment-respond h3 , h3.comments-title {
	font-size: 22px;
	color: #276283;
}
.single-post .comment-form-comment label {
	margin-right: 15px;
	margin-bottom: 15px;
}
.single-post .comment-form-comment textarea {

	min-height: 200px;
	max-height: 400px;
	margin-top: 10px;

	width: calc(100% - 18px);
	max-width: calc(100% - 18px);
	min-width: calc(100% - 18px);

	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 8px;
	font-size: 13px;
	color: #666;

}

.single-post .buyNowWrapper p {
	line-height: unset;
}
.single-post .cat-links , .single-post .tag-links {
	margin-right: 10px;
}
.single-post .entry-footer .meta-sep {
	display: none;
}
.single-post .comments ul {
	margin-left: 0px;
	padding-left: 0;
}
.single-post .comments ul li {
	list-style: none;
	border: 1px solid #ddd;
	padding: 15px 25px;
	background-color: #f5f5f5;
	margin-bottom: 15px;
}
.single-post .comments .commentmetadata {
	margin: 10px 0;
	font-size: 13px;
}
.single-post .comments .comment-body p {
	font-size: 14px;
	color: #666;
	line-height: 160%;
}
#cancel-comment-reply-link {
	display:block;
	margin-top: 10px;
}
#reply-title {
	margin-top: 30px;
}
#commentform label {
	font-weight: 600;
	color: #333;
}
#commentform input {
	display: block;
	margin-top: 10px;
	width: calc(100% - 18px);
	max-width: calc(100% - 18px);
	min-width: calc(100% - 18px);

	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 8px;
	font-size: 13px;
	color: #666;
}
#commentform {
	margin-bottom: 0px;
}
#comments {
	margin-bottom: 70px;
}
#commentform #wp-comment-cookies-consent {
		width: auto;
	min-width: auto;
	max-width: auto;
	display:inline-block;
	margin-right: 15px;
}

.single-post .form-submit #submit {
	width: auto;
	min-width: auto;
	max-width: auto;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	background-color: #276283;
	border: none;
	padding: 10px 17px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.single-post .form-submit #submit:hover {
	background-color: #000;
}
.comment-reply-link {
	width: auto;
	min-width: auto;
	max-width: auto;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	background-color: #276283;
	border: none;
	padding: 6px 14px 8px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-bottom: 5px;
	display: inline-block;
}
.comment-reply-link:hover {
	background-color: #000;
}


.comment-author .avatar {
	display: none;
}
.comment-author cite.fn {
	font-style: normal;
	color: #276283;
	font-weight: 600;
	margin-top: 5px;
	display: inline-block;
}
.comments ul.children {
	margin-top: 30px;
}
.comments ul.children li {
	background-color: #fff;
}
.comments .comment-awaiting-moderation {
	margin-top: 10px;
	color: #333;
	display: inline-block;
}

@media (max-width: 900px) {

	.blogIndexPostWrapper h2 {
		font-size: 23px;
	}
	.blogIndexPostWrapper p , .blogIndexPostWrapper .entry {
		font-size: 14px;
	}
	.blogIndexPostWrapper .blogDate p {
		font-size: 11px !important;
	}
	.blogIndexPostWrapper .readMoreDiv a {
		font-size: 14px;
		padding: 8px 15px;
	}
	.blogIndexPostWrapper footer.postmetadata {
		font-size: 11px;
	}
	.blogIndexRHS h3 {
		font-size: 20px; 
	}
	.blogIndexRHS .widget-area ul li {
		font-size: 14px;
	}

	.blogIndexLHS .navigation li {
		font-size: 13px;
	}

	.blogIndexLHS .navigation li a,
	.blogIndexLHS .navigation li a:hover,
	.blogIndexLHS .navigation li.active a,
	.blogIndexLHS .navigation li.disabled {
		padding: 8px 10px;
	}

	.blogIndexRHS ul {
    	margin-bottom: 18px;
	}

	.single-post h1.entry-title {
		font-size: 28px;
	}
	.single-post .entry-content p {
		font-size: 14px;
	}
	.single-post header .entry-date {
		font-size: 12px;
	}

}

@media (max-width: 767px) {

	.blogIndexLHS {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0px;
	}
	.blogIndexRHS {
		width: 100%;
	}

}


/* Fixing blog post for launch 2 screenies layout */
@media (max-width: 760px) {
.blogpost2imagesSidebySide .wpb_single_image {
	text-align: center !important;
}
}


/* 05112019 - GDPR adding to Comments form */
#commentform input.privacyBox {
	width: auto;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}


/* 06122019 - TrustPilot comments widget inclusion */
.quotesWrapper-tp {
	background-image: url(images/quotesBG_tp.jpg);
	background-color: #eaeaea;
}
.quotesWrapper h3 {
	color: #255d7d;
}
.tp-widget-wrapper {
	max-width: 85% !important;
}
@media (max-width: 600px) {
.tp-widget-wrapper {
	max-width: 95% !important;
}
}

.trustpilot-widget h1#trust-score {
	color: #fff !important;
}



/* ///////// HIDING COURIERS USED BY BLOCK //////////// */
.usedByWrapper {
	display: none !important;
}


/* As seen on gadet show logo */
.homeLogosWrapper {
	text-align: center;
}
.asSeenOnGadgetShowLogo {
	width: 100%;
}
.asSeenOnGadgetShowLogo img {
	width: 300px;
	height: auto;
	margin-top: 10px;
}
@media (max-width: 400px) {
.homeLogosWrapper img {
	width: 250px;
	height: auto;
}
.asSeenOnGadgetShowLogo img {
	width: 280px;
}
}



/* fixing cookies banner rendering issues with hero element */
#cookie-notice { float: left; }


/* Woo Checkout custom dropper - 08122020 */
.wooCheckout-CustomDropper select {
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 8px 10px;
	width: calc(100% - 20px);
	font-size: 14px;
	color: #333;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.wooCheckout-CustomRadio input[type="radio"], input.radio {
	float: left;
	clear: none;
	display: block;
	margin: 10px 8px 0 20px
}

.wooCheckout-CustomRadio label {
	float: left;
	clear: none;
	display: block;
	/* padding: 0px 1em 0px 8px; */
}



/* hiding blog comments 18122020 */
section#comments { display: none !important; }


/* /////////////////////////////////////////////////////////////////////////// */
/* //////////// 19022021 - Adding Multiple WooCommerce products ////////////// */
/* /////////////////////////////////////////////////////////////////////////// */

/* make sure product photos are visible */
.woocommerce-product-gallery { opacity: 1 !important; }
/* fix woo width override */
.woocommerce {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 !important;
    margin-bottom: 0px !important;
}
/* home page product & category summary */
.homeShop .count {
	display: none !important;
	
}

.homeShop .woocommerce {
	margin-bottom: -45px !important;
}

.homeShop h2 {
	color: #fff;
	font-size: 16px !important;
	padding: 0 !important;
	margin-top: 10px !important;
	margin-bottom: 5px !important;
	text-align:center;
}

.homeShop h3 {
	color: #fff !important;
	font-weight: 400;
	font-size: 20px;
	padding: 0 5px 0 5px !important;
	margin-top: 20px !important;
	/* margin-bottom: 20px !important; */
}

.homeShop h4 {
	color: #fff !important;
	font-weight: 400;
	font-size: 16px;
	padding: 0 5px 0 5px !important;
	margin-top: 10px !important;
	margin-bottom: 0px !important;
}

.homeShop img {
	max-width: 150px !important;
	width: 90% !important;
	margin: 0 auto !important;
	padding: 0 5px !important;
}

/* .homeShop .attachment-woocommerce_thumbnail {
	width: 200px !important; 
} */

.homeShop .woocommerce ul.products li.product .price {
	font-size: 14px !important;
	margin-top: 5px;
	text-align: center;
	color: #fff !important;
	}

.homeShop .woocommerce ul.products li.product h2 {
	font-size: 16px !important;
	padding: 0 !important;
	color: #fff !important;
	}

.homeShop .add_to_cart_button {
	display: none !important
}

.homeShop ul.products li.product {
	width: 100% !important;
	}


.shopCategories {
	width: auto !important;
	margin: 0 auto;
	font-size: 16px;
}

.shopCategories h4 {
	font-size: 16px;
	color: #276283;
}

.shopCategories img {
	max-width: 200px !important;
}

@media (max-width: 768px) {
	.shopCategories {
		width: 90% !important;
	}
}
/* prevent woo messing up hero image */
.woocommerce .heroWrapper img {
max-width: 1800px;
}
/* make woo sit in middle of page */
@media (min-width: 996px) {
.woocommerce.columns-4 {
width: 92%;
margin: 25px 4% !important;
}
}
@media (min-width: 1700px) {
.woocommerce.columns-4 {
width: 1650px;
margin: 25px auto !important;
float: none;
}
}
@media (max-width: 995px) {
.woocommerce.columns-4 {
width: 92%;
margin: 25px 4% !important;
}
}

@media (max-width: 768px)
{
    .woocommerce.columns-3 li.product 
    {
		width: 32% !important;
		margin: 0 0 0 2% !important;
		clear: none !important;
    }
	.woocommerce.columns-3 li.product:nth-of-type(3n+1)
    {
		clear: both !important;
	  	margin: 0 !important;
    } 
}

/* woo shop page updates */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 18px !important;
}

.woocommerce li.product {
    vertical-align: top;
    display: inline-block;
    float: none;
}

.woocommerce li.product-category {
	margin-bottom: 0px !important;
}

.woocommerce ul.products {
    text-align: center;
}

.woocommerce ul.products li.product img {
	max-width:200px;
	margin: auto !important;
}

.woocommerce ul.products li.product .price {
color: #f47920 !important;
font-size: 16px !important;
}
@media (max-width: 1200px) {
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 18px !important;
}
.woocommerce ul.products li.product .price {
font-size: 14px !important;
}
}
@media (min-width: 769px) and (max-width: 1000px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 45%;
}

}
@media (max-width: 450px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width:  90% !important;
margin-left: 5% !important;
margin-right: 5% !important;
}
.woocommerce ul.products li.product .button {
width: calc(100% - 32px) !important;
text-align: center !important;
padding-top: 15px;
padding-bottom: 15px;
}
}
@media (max-width: 380px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width:  94% !important;
margin-left: 3% !important;
margin-right: 3% !important;
}
}

.woocommerce a.added_to_cart {
    margin-left: 15px;
}

.single-product .entry-meta {
display: none !important;
}
/*
.single-product .related.products {
display: none !important;
}
*/
.single-product .entry-footer {
display: none !important;
}
.single-product .product_meta .posted_in {
display: none !important;
}
.woocommerce-product-details__short-description p {
line-height: 140%;
}
.woocommerce-variation-description p {
line-height: 140%;
}
.woocommerce-variation-description p:last-of-type {
margin-bottom: 10px !important;
}
.woocommerce-variation-description {
background-color: #f2f2f2;
padding: 20px;
border: 1px solid #eee;
margin-bottom: 25px;
}

.productHEROClass {
height: 4px;
background-color: #276283;
margin-bottom: 25px;
}
@media (max-width: 879px) {
.productHEROClass {
margin-bottom: 25px;
}
}
@media (max-width: 750px) {
.productHEROClass {
top: 10px;
position: relative;
margin-bottom: 25px;
}
}

@media (min-width: 769px) {
.single-product h1.entry-title {
margin-left: 52%;
margin-bottom: 0px;
}
}
@media (max-width: 768px) {
.single-product h1.entry-title {
text-align: center;
}
}
@media (min-width: 769px) {
.woocommerce div.product div.images.woocommerce-product-gallery {
top: -55px;
}
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #f47920 !important;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: none !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
text-align: center;
margin-top: 20px !important;
}
article .post-edit-link {
display: none !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 15% !important;
float: none !important;
display: inline-block !important;
margin: 1% !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
margin-top: 10px;
}
/* hide large photo view captions */
.pswp__caption { display: none !important; }

.woocommerce .quantity .qty {
padding: 8px !important;
margin-right: 10px;
}

/* related and featured products on product page */
section.related.products , section.up-sells.upsells.products {
background-color: #f9f9f9;
margin-top: 30px;
padding: 50px 50px 5px;
/* margin-bottom: 40px; */
clear: both;
}
@media (max-width: 1200px) {
section.related.products , section.up-sells.upsells.products  {
padding: 40px 40px 5px;
}
}
@media (max-width: 999px) {
section.related.products , section.up-sells.upsells.products  {
padding: 30px 30px 5px;
}
}

/* poduct page tabs */
.woocommerce-tabs {
margin-top: 40px;
display: inline-block;
width: 100%;
}
@media (max-width: 600px) {
woocommerce-Tabs-panel h2 {
font-size: 16px;
}
}
.woocommerce-Tabs-panel p {
line-height: 140%;
}

.woocommerce div.product form.cart .variations select {
padding: 3px;
margin-bottom: 5px !important;
min-width: 30% !important;
}

/* product page responsive text sizes */
@media (max-width: 900px) {
.woocommerce-Tabs-panel p , .woocommerce-product-details__short-description p , .woocommerce-variation-description p, .woocommerce table.shop_attributes th , .woocommerce div.product form.cart .variations label , .woocommerce div.product form.cart .variations select {
font-size: 15px;
}
}
@media (max-width: 600px) {
.woocommerce-Tabs-panel p , .woocommerce-product-details__short-description p , .woocommerce-variation-description p, .woocommerce table.shop_attributes th , .woocommerce div.product form.cart .variations label , .woocommerce div.product form.cart .variations select {
font-size: 14px;
}
}
/* ensure floated large photos sit at top of page - above header */
.pswp {
z-index: 15000000020 !important;
}

.woocommerce table.shop_attributes th {
text-align: left;
}

/* make blog posts as wide as content col */
.single-post article.post img {
max-width: 100%;
height: auto;
}

.woocommerce td.product-name dl.variation {
margin-top: 5px !important;
font-style: italic;
color: #666;
}

@media (max-width: 380px) {
.woocommerce-result-count {
width: 100%;
text-align:center;
}
.woocommerce-ordering , .woocommerce-ordering .orderby {
width: 100%;
}
table.variations td.label , table.variations td.value {
display: block;
width: 100%;
}
.woocommerce div.product form.cart .variations td {
line-height: 25px !important;
}
}

table.woocommerce-product-attributes th.woocommerce-product-attributes-item__label {
text-align: left;
vertical-align: top;
}


/* change line height of variations table data */
.woocommerce div.product form.cart .variations td , .woocommerce div.product form.cart .variations {
/* line-height: 20px !important; */
}

.woocommerce div.product form.cart .variations th  {
	/* line-height: 20px !important; */
	width: 150px !important;
	}

	
.woocommerce div.product form.cart .variations {
margin: 10px 0 20px !important;
text-align: left;
}
.woocommerce div.product form.cart .reset_variations {
margin-top: 5px;
}


/* making SHOP nav item display as ON when product pages in view */
.mainNav li.current_page_parent a , .tabletNavWrapper li.current_page_parent a {
color: #f47920 !important;
}

/* on sale sticker - product page update */
@media (min-width: 769px) {
.woocommerce .single-product span.onsale {
top: -75px;
}
}

/* hide on sale sticker - on shop page */
.woocommerce ul.products li.product .onsale {
display: none !important;
}
/* hide on sale sticker - on product page */
.woocommerce .single-product span.onsale {
display:  none !important;
}

/* woo tabs li styling */
.woocommerce-Tabs-panel ul li {
margin-bottom: 8px;
line-height: 140%;
font-size: 15px;
}
@media (max-width: 600px) {
.woocommerce-Tabs-panel ul li {
font-size: 14px;
}
}

/* full width buy now btn */
.woocommerce div.product form.cart div.quantity {
margin-bottom: 15px !important;
}
.woocommerce div.product form.cart .button {
width: 100% !important;
padding: 18px !important;
}
/* making number of input full width as well */
.woocommerce div.product form.cart div.quantity {
width: 100%;
}
.woocommerce .quantity .qty {
margin-right: 0px !important;
/* less padding double value and 2px for border */
/* width: calc(100% - 18px) !important; */
}


/* fixing woocommerce heros to respect max-width 1800px rule */
.woocommerce-page .heroWrapper img {
max-width: 1800px;
}


/* new geo seal - 11062021 */
#DigiCertClickID_PUX6TVhcSeal img {
	margin: 0 0 20px auto !important;
}
@media (max-width: 1070px) {
#DigiCertClickID_PUX6TVhcSeal img {
	margin: 0 auto 20px !important;
}
}
/* footer tidy up - 11062021 */
.MIB_logo {
	display: block;
	margin: 20px 0 0px -8px;
}
@media (max-width: 760px) {
.MIB_logo {
	margin: 10px auto 25px;
}
}


/* forcing footer newsletter signup label to render correctly */
.footerNewsletterSignup .wpcf7-email {
border: 1px solid #ddd;
padding: 8px;
font-size: 13px;
font-weight: 400;
}


/* 02122021 - GDPR cookies banner - button styling update following plugin update */
#cookie-notice .cn-button {
background-color: white;
text-transform: uppercase;
font-size: 12px;
padding: 5px 6px !important;
}
.cn-close-icon {
display: none !important;
}
#cookie-notice {
font-size: 12px !important;
line-height: 18px !important;
}
@media (max-width: 1100px) {
#cookie-notice .cn-button {
margin-top: 3px !important;
display: inline-block !important;
}
}
@media (max-width: 600px) {
#cookie-notice {
font-size: 11px !important;
line-height: 16px !important;
}
}

/* 02122021 - Remove unwanted hero from shop > product pages */
.product-template-default .heroWrapper.contentHERO.productHEROClass img {
display: none !important;
}


/* 16122021 - fixing Added to cart overlay box height issue Paul reporting */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
max-height: auto !important;
position: relative !important;
width: calc(100% - 5.5em)!important;
overflow: hidden;
float: left !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
margin-top: 0px !important;
}
@media (max-width: 750px) {
.woocommerce-notices-wrapper .woocommerce-message {
margin-top: 10px !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
font-size: 14px;
}
}
@media (max-width: 500px) {
.woocommerce-error, .woocommerce-info, .woocommerce-message {
font-size: 12px;
}
}


/* 02032023 - Cookies banner update */
.cookie-notice-container {
background-color: #333;
}