@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100&family=Montserrat:wght@400;600&display=swap');
/* apply a natural box layout model to all elements, but allowing components to change */
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #3c3d3d;
}
/* Stop phone number from looking rubbish in iPhones */
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
/*ensure all text is same font */
body, .pure-g [class*="pure-u"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 300;
}
p {
	margin-top: 0px;
}
*, *:before, *:after {
	box-sizing: inherit;
}
a, a:active, a:focus {
   outline: 0 /* Stop dotted lines around clicked links */;
}
input.fullwidthbox, textarea.fullwidthbox, select.fullwidthbox {
     width:100%;
     display:block;
	 max-width: 280px;
}
/* To allow padding within divs */
.pure-g > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Ensure images will scale properly and responsively */
img {
	max-width: 100%;
	height: auto;
	display: block;
	width: auto; /* For IE8 */
}
/* Apply class to images that require text-align center */
img.centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#headercontainer {
	/* stops logo flickering when shrinking for some reason! */ height: 130px;
	position: relative;
	z-index: 100;
	position: sticky;
top: 0;
z-index: 4000;
}
#headercontainer.headercheckout {
	position: relative;
	height: auto;
}
#topnavcont, #navcont, .contentcontainer, #footer, #topcontact, .homeboxcont, .homeboxtypescont, .owl-testimonial, #manuscrollerinner, .homewelcome {
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
#header {
	background-color: #FFF;
	width: 100%;
}
.logo img {
	height: 100px;
}
.logo-small img {
	height: 50px;
}
#topnavcont {
	padding: 15px;
}
.contentcontainer {
	padding-top: 50px;
	padding-bottom: 50px;
}
/* Link transitions */
#footer a:link, .footbox a, #cssmenu > ul > li > a, .logo, .btn, a.btn:link img, .btnreview, .reviewform label, .btn3 {
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-khtml-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-backface-visibility: hidden;
}

#menuaccount a:link, #menubasket a:link { font-weight: normal !important }

.infobox {
	border:1px solid #005769;
	padding:20px;
	background:#e2f6fa;
	text-align:center;
	font-size:20px;
	line-height:28px;
}

.headline {
	font-weight: bold;
	font-size: 48px;
	margin-top: 0px;
	color: #3c3d3d;
	margin-bottom: 20px;
	line-height: 1.2em;
}
.subheadingone {
	font-weight: normal;
	font-size: 24px;
	margin-top: 0px;
	line-height: 1.3em;
}
.subheadingaccordion {
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px dotted #555;
}
.subheadingtwo {
	font-weight: normal;
	font-size: 22px;
	margin-top: 0px;
}
#header {
	box-shadow: 0px 6px 9px -6px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 6px 9px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 9px -6px rgba(0,0,0,0.75);
}
#footercont {
}
.footbox {
	text-align: center;
	margin-bottom: 15px;
}
.footbox a:link, .footbox a:visited {
	color: #666;
	text-decoration: none;
}
.footericons {
	margin-top: 15px;
}
.footericons img {
	display: inline-block;
	margin: 10px;
	max-height: 40px;
}
.footericons a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
a:link.footerinsta {
	padding: 10px 15px;
	border: 1px solid #666;
	border-radius: 8px;
}
.footerinsta img {
	display: inline-block;
	vertical-align: middle;
	max-height: 20px;
	margin-right: 10px;
}
.footerlinks a {
	margin: 0px 15px;
	font-size: 18px;
}
a:link.pixelc, a:visited.pixelc {
	font-size: 12px; 
	color: #666; 
	text-decoration: none
}
#navcont {
	min-height: 15px;
	padding: 0px;
	text-align: right;
	padding-right: 0px;
	display: flex;
  align-items: center;
  justify-content: center;
}
.fullwidthcont {
	position: relative;
}
.contentleft {
	padding-right: 40px;
}
.contentleftsupport {
	padding-right: 100px;
}
.contentright {
	padding: 0px 0px 0px 15px;
}
.contentcontainer a:link, .contentcontainer a:visited {
	color: #666;
	text-decoration: underline;
}
.contentcontainer a:hover {
	text-decoration: none;
}

/* Cookie bar */
#cookiebar {
	padding: 10px;
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	border-bottom: 2px solid #FFF;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
}
#cookiebar a:link, #cookiebar a:visited {
	color: #FFF;
}
/* End of cookie bar */

.smalltext {
	font-size: 12px;
}
.pixelc, .pixelc a:link, .pixelc a:visited {
	font-size: 12px;
	text-decoration: none;
}
.imageinline {
	display:inline-block;
}
.floatleft {
	float: left;
	margin: 0px 15px 15px 0px;
}
.floatright {
	float: right;
	margin: 0px 0px 15px 15px;
}
a.btn:link, a.btn:visited, input.btn {
    background-color: #0e9fbd;
    border-style: none;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
	display: inline-block;
	border-radius: 100px;
	color: #FFF;
	line-height: 1;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
a.btn:hover, input.btn:hover {
	background-color: #3c3d3d;
	color: #FFF;
}
a.btn:link img, input.btn img {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 15px;
}
a.btn:link:hover img, input.btn:hover img {
	margin: 0px 0px 0px 20px;
}
a.btn2:link, a.btn2:visited, input.btn2 {
	color: #010101;
	background-color: #ffde00;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.generictable td {
	padding: 5px;
}
.fullwidthbox {
	width: 100%;
}
.animatedimagestatic {
	display: none;
}

/* Home page */
.animatedimage {
	background-color: #0e9fbe;
	position: relative;
}
.animatedbox {
	position: absolute;
	bottom: -70px;
	overflow: visible;
	width: 900px;
	height: 749px;
}
.animatedbox *, .animatedbox *::before, .animatedbox *::after {
	position: absolute;
	content: '';
}
.animatedbox__box {
	width: 100%;
	z-index: 10;
	position: relative;
}
.animatedbox__box > img {
	z-index: 3;
}
.boxrays {
	position: relative;
	z-index: 1;
}
.homebannertext {
	position: absolute;
	left: 46%;
	top: 15%;
	width: 440px;
	font-size: 28px;
	font-weight: 600;
	color: #FFF;
	line-height: 1.2em;
	z-index: 100;
}
.homebannertext p {
	margin-bottom: 5px;
}
.animatedimagestatic {
	background-color: #0d93b0;
}
.homebannertext.animatedimagestatic {
	position: relative;
	width: 100%;
	text-align: center;
	left: 0%;
	padding: 20px;
}
.homebannertext.animatedimagestatic p {
	margin-bottom: 20px;
}
.homebannertext.animatedimagestatic .btn {
	font-size: 22px;
	width: 230px;
	text-align: center;
}
.staticofferpara {
	font-size: 18px;
}
.boxorigprice {
	position: relative;
	color: #12d4fd;
}
.boxorigprice::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #FFF;
}
.homebannertext a.btn {
	font-size: 26px;
	background-color: #FFF;
	color: #0e9fbe;
}
.homebannertext a.btn:hover {
	color: #3c3d3d;
}
.largeheading {
	font-size: 48px;
	text-align: center;
	margin-top: 90px;
	line-height: 1;
}

.homebox {
	text-align: center;
	padding: 50px;
}
.homeboxinner {
	padding: 30px;
	font-size: 22px;
	box-shadow: 9px 11px 22px rgba(0, 0, 0, 0.3)  ; 
	-webkit-box-shadow: 9px 11px 22px rgba(0, 0, 0, 0.3)  ; 
	-moz-box-shadow: 9px 11px 22px rgba(0, 0, 0, 0.3)  ; 
}
.homboxnumber {
	color: #ffc200;
	font-size: 48px;
}
.homeboxtypescont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	flex-wrap: wrap;
}
.homeboxtype {
	text-align: center;
	margin: 0 auto;
}
.homeboxtype a:link, .homeboxtype a:visited {
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
}
.homeboxtype img {
	margin: 0px auto 10px auto;
}
.whatsintheboxcont {
	background-color: #0e9fbd;
	overflow-x: hidden;
}
.whatsinthebox {
	padding: 0px 20px;
	display: flex;
    align-items: center;
	color: #FFF;
}
.whatsintheboxcont .contentcontainer {
	padding: 0px;
}
.whatsinthebox h2 {
	font-size: 48px;
	font-weight: normal;
	margin-top: 0px;
	line-height: 1.2em;
}
.whatsinthebox p {
	font-size: 22px;
	line-height: 1.3em;
	max-width: 550px;
}
.whatsinthebox a.btn {
	color: #0e9fbd;
	background-color: #FFF;
	border: 1px solid #FFF;
	font-size: 22px;
}
.whatsinthebox a.btn:hover {
	color: #FFF;
	background-color: #0e9fbd;
}
.testimonialcont {
	padding-top: 80px;
	padding-bottom: 80px;
}
.item {
	text-align: center;
	position: relative;
	font-size: 28px;
	font-style: italic;	
	padding: 10px 80px; 
}
.item img {
	width: auto !important;
}
.item blockquote {
	margin: 0px;
	padding: 0px;
}
.speachleft, .speachright {
	position: absolute;
	top: 0;
}
.speachleft {
	left: 0px;
}
.speachright {
	right: 0px;
}
.item cite {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
}
.stars {
	text-align: center;
}
.stars img {
	width: auto !important;
	display: inline-block !important;
}
.homephotogriditem {
	border: 5px solid #FFF;
}


/* Home page photo grid */
.gridcontainer, .gridcontainertwo {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 10px;
}

.gridcontainer > div, .gridcontainertwo > div {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.gridcontainer > div div, .gridcontainertwo div div {
  background-size: cover;
  background-position: center center;
  transition: all 0.2s ease-in;
  position: absolute;
  height: 100%;
  width: 100%;
}
.gridcontainer > div div a, .gridcontainertwo > div div a {
	height: 100%;
	width: 100%;
	display: inline-block;
}

.gridcontainer > div:hover div, .gridcontainertwo > div:hover div {
  transform: scale(1.1);
}
.gridcontainer > div.homegridtext:hover {
  transform: scale(1);
}
.gridcontainer, .gridcontainertwo {
	padding: 0px 10px 10px 10px;
}
.gridcontainer > div:nth-of-type(1) {
  grid-column: 1 / 6;
  grid-row: 1 / span 2;
  height: 610px;
}
.gridcontainer > div:nth-of-type(2) {
  grid-column: 6 / 8;
}
.gridcontainer > div:nth-of-type(3) {
  grid-column: 8 / 10;
}
.gridcontainer > div:nth-of-type(4) {
  grid-column: 6 / 8;
}
.gridcontainer > div:nth-of-type(5) {
  grid-column: 8 / 10;
}

.gridcontainertwo {
	grid-template-columns: repeat(4, 1fr);
}
.gridcontainertwo > div:nth-of-type(1) {
  grid-column: 1 / 1;
}
.gridcontainertwo > div:nth-of-type(2) {
  grid-column: 2 / 4;
}
.gridcontainertwo > div:nth-of-type(3) {
  grid-column: 4 / 5;
}
.homegridtext {
	background-color: #0e9fbd;
	color: #FFF;
	padding: 15px;
}
.homegridtext h3 {
	font-size: 36px;
	line-height: 1.3em;
}
.homegridtext p {
	font-size: 24px;
	padding: 0px 20px;
	line-height: 1.3em;
}
.homegridtext a:link, .homegridtext a:visited {
	color: #0e9fbd;
	background-color: #FFF;
	border: 1px solid #FFF;
}
.homegridtext a:hover {
	color: #FFF;
	background-color: #0e9fbd;
}
/* End of home page photo grid */


.logocont {
	text-align: center;
	padding: 50px 15px;
}

.logocont img {
	display: inline-block;
	margin: 10px 15px;
}
	
/* End of home page */

/* Added to cart popup */
#cart-popup-wrapper {
	display: none;
	position: fixed;
	top: 10px;
	right:10px;
	z-index: 30000;
	background-color: #FFF;
	padding: 15px;
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
	min-width: 300px;
	max-width: 400px;
}
#cart-popup-wrapper img {
	max-width: 60px;
	float: left;
	margin-right: 10px;
}
#cart-popup-wrapper h2 {
	font-size: 18px;
	margin-top: 0px;
	font-weight: 600;
	margin-bottom: 10px;
}
#cart-popup-wrapper h3 {
	font-size: 16px;
	margin-top: 0px;
	font-weight: 600;
	margin-bottom: 5px;
}
.cart-popup {
	position: relative;
}
.cart-popupclose {
	background-color: #222;
	color: #FFF;
	border: 1px solid #222;
	position: absolute;
	top: 0px;
	right: 0px;
}
button.cart-popup-dismiss {
	font-size: 16px;
	text-decoration: underline;
	background-color: transparent;
	border: none;
}
.cart-popup-footer {
	text-align: center;
	clear: both;
}
/* End of added to cart popup */

/* Accordion */
.accordion, .accordiontwo {
	overflow: hidden;
	margin-bottom: 50px;
}
.accordion-section-title {
}
.accordion-section-title p {
	pointer-events: none;
	margin-bottom: 0px;
}
.accordion-section-title span {
	display: inline-block;
	width: 300px;
	font-size: 30px;
	color: #010101;
	font-weight: 600;
}
.accordion-section {
	padding: 20px 15px;
	font-size: 20px;
	border-top: 1px dotted #555;
}
.accordion-section-faq {
	border: none;
	padding: 10px 15px;
}
.accordion-section-faq:last-of-type {
	border-bottom: 1px dotted #555;
}
.accordion-section:last-of-type {
	border-bottom: none;
}
.accordion-section-content {
	margin-top: 10px;
	display: none;
}
.accordion-section-content p, .accordion-section-content li {
	font-size: 16px;
}
.arrowdown {
	background-image: url(../images/down-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 60px;
	text-decoration: none !important;
	display: block;
}
.accordion-section .active {
	background-image: url(../images/up-arrow.png) !important;
}
.accordion-section td {
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
/* End of accordion styles */

/* Our Boxes page */
.wowboxtypescont {
	background-image:url(../images/our-boxes-page.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wowboxquizcont {
	background-color: #047187;
	color: #FFF;
	padding-top: 70px;
	padding-bottom: 70px;
}
.wowboxquiz a:link.btn, .wowboxquiz a:visited.btn {
	width: 350px;
	background-color: #005769;
	text-align: center;
	margin-right: 30px;
	padding: 20px 20px;
}
.wowboxquiz h2 {
	margin-top: 0px;
	font-size:48px;
	font-weight: bold;
	line-height: 1.2em;
}
.bigtext {
	font-size: 30px;
	line-height: 1.3em;
}
/* End of Our Boxes */

/* Review pages */
.reviewtext p {
	max-width: 700px;
}
.largertext {
	font-size: 22px;
	line-height: 1.5em;
}
.reviewboxphoto {
	z-index: -1;
}
.reviewpagetext {
	margin-top: 30px;
	margin-bottom: 80px;
	padding-right: 60px;
}
.reviewphoto {
	margin-left: -40px;
}
a:link.btnreview, a:visited.btnreview, .btnreview {
	border-radius: 100px;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 24px;
	display: inline-block;
}
a:hover.btnreview {

}
a:link.btnarrowed, a:visited.btnarrowed {
	background-image:url(../images/btnarrowed.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	padding-right: 80px;
}
a:link.btnblue, a:visited.btnblue {
	display: inline-block;
	color: #FFF;
	background-color: #005769;
	border: none;
	text-decoration: none;
	font-size: 24px;
	border-radius: 100px;
	padding: 10px 20px;
}
a:hover.btnblue {
}
.breadcrumb {
	font-size: 14px;
}
.questionproduct {
	font-size: 22px;
}
.questionproduct img {
	display: block;
	vertical-align: middle;
	margin-bottom: 20px;
	max-width:400px;
max-height:200px;
height: auto;
width:auto;
}
.questiontitle {
	font-size: 36px;
	line-height: 1.3em;
	margin-bottom: 20px;
	font-weight: bold;
}
.questionprogress {
	width: 100%;
	max-width: 1200px;
	background-color: #EEE;
	margin-bottom: 30px;
}
.questionsegment {
	width: 10%;
	font-size: 14px;
	background-color: #EEE;
	text-align: center;
	padding: 5px;
}
.questionactive {
	color: #202121;
	background-color: #ffde00;
}
.questioncont {
	margin-bottom: 50px;
	margin-top: 50px;
}

/* Rating Star Widgets Style */
.star-container {
 display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.star-check {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important;
	-ms-appearance: none !important;
	appearance: none !important;
	width: 24px;
	height: 24px;
	background-image: url(../images/star-grey.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	outline: 0;
}
.star-check:checked, .star-check:checked~input, .star-check:not(:checked):hover~input, .star-check:hover {
  background-image: url(../images/star.png);
}
.reviewform textarea {
	padding: 20px;
	border-radius: 10px;
	width: 100%;
	max-width: 800px;
}
input.reviewcheck[type="radio"], input.reviewcheck[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.reviewform label {
    display: inline-block;
    background-color: #FFF;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #005769;
    border-radius: 100px;
	min-width: 160px;
	text-align: center;
	margin-right: 50px;
	color: #585a5a;
}
.reviewform input[type="radio"]:checked + label, .reviewform input[type="checkbox"]:checked + label {
    background-color:#bfb;
    border-color: #4c4;
}
.reviewform label:hover {
  
  border-color: #4c4;
}
/* End of reviews */

/* M<y account area */
.myaccountbox {
	border: 1px solid #CCC;
	border-top: 2px solid #0e9fbd;
	border-radius: 0px;
	padding: 10px;
	margin-right: 50px;
	margin-bottom: 30px;
	background-color: #FFF;
}
.myaccountboxlarge {
	margin-right: 0px;
	padding: 20px;
}
.myaccountbox a:link, .myaccountbox a:visited {
	color: #333;
	text-decoration: none;
}
.myaccountbox p {
	margin-bottom: 0px;
}
.myaccountbox img {
	max-width: 70px;
}
.myaccountbox td {
	vertical-align: top;
	padding: 10px;
}
.myaccountbox p.my-account-heading {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
a:link.btn3, a:visited.btn3 {
    display: inline-block;
    background-color: #FFF;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #088eab;
    border-radius: 100px;
	min-width: 160px;
	text-align: center;
	color: #585a5a;
	font-weight: bold;
}
a:hover.btn3 {
	background-color: #088eab;
	color: #FFF;
}
.myaccountboxproducts {
	margin: 20px 0px;
	display: flex;
flex-wrap: wrap;
flex-shrink: 0
}
.myaccountboxproducts img {
	display: inline-block;
	padding: 10px;
	max-height: 150px;
	max-width: 100%;
}
.myaccountboxproductinner {
	width: 33.3%;
	display: flex;
  justify-content: center;
  align-items: center;
}
/* End of my account */

/* Retailers page */
.retailersbox div {
	padding: 20px;
	text-align: center;
}
.retailersbox div img {
	max-height: 225px;
	margin: 0 auto;
}

/* End of retailers page */


/* Checkout css */
/* Checkout tables *
/* Tables - responsive */
/* 
	Generic Styling, for Desktops/Laptops 
	*/
.headercheckout {
	border-bottom: none !important;
}
.checkoutpage, .myadminarea {
	background-color: #f2f2f2;
	padding: 30px 0px;
}
.myadminarea {
	padding: 0px 0px;
}
.checkoutcont, .headercheckout #headertop {
	max-width: 1200px;
	margin: 0 auto;
}
.checkoutcont
table.checkouttable {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFF;
	margin-bottom: 20px;
}
.checkouttable th {
	background: #69b33a;
	color: white;
	font-weight: bold;
}
.checkouttable td, .checkouttable th {
	padding: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.checkouttable td {
	vertical-align: top;
	font-size: 14px;
}
.checkoutbasketsummary {
	background-color: #FFF;
	border:1px solid #CCC;
	padding:30px;
}
.textbox {
	border: 1px solid #CCC;
padding: 30px;
}
/* End of checkout tables */
.tablecheckout td {
	padding: 5px 5px 5px 0px;
}
.tablecheckout {
	font-size: 13px;
	width: 100%;
}
.inputsmall, .inputmedium, .inputlarge, .inputfullwidth, .tablecheckout select {
	margin: 0px 10px 5px 0px;
	height: 34px;
	padding: 8px;
	border: 1px solid #ddd;
	font-size: 13px;
	display: inline;
}
.inputsmall {
	width:160px; 
}
.inputmedium { 
	width:240px; 
}
.inputlarge { 
	max-width:490px; 
	width: 100%;
	height:100px; 
	box-sizing:border-box;  
}
.inputfullwidth { 
	width: 100%;
	max-width:490px;
	box-sizing:border-box; 
}
.inputfloatleft {
	float: left;
	margin-right: 10px;
}
/* Apply stronger colour to placeholder text in forms */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}
::-moz-placeholder {
  opacity: 1;
}
.checkoutsignup {
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
.checkoutprogress {
	margin-bottom: 5px;
	margin-top: 20px;
	color: #999;
}

.checkoutprogress td {
	text-align: center;
	font-size: 14px;
	padding: 0px;
}
.logocheckout img {
	max-height: 75px;
}
.hiddendiv, .continuebutton {
	display: none;
}
#footercontcheckout #footer {
	color: #595858 !important;
	text-align: center;
}
.paymentok {
	padding-right: 20px;
}
/* End of checkout pages */

/* manufacturer scroller */
.productscrollercont {
	padding-top: 40px;
	padding-bottom: 40px;
}
.manulogo {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
}
/* End of manufacturer logo scroller */

/* Box examples popup */
.box-example-cont {
	padding: 15px;
}
.box-example-heading {
	  font-size: 42px;
	  margin: 0px 0px 20px 0px;
	  line-height: 1.1em;
}
.box-example-top, .box-example-bottom {
	padding: 30px;
}
.box-example-top img {
	max-width: 410px;
}
.box-example-bottom {
	border-top: 1px solid #3c3d3d;
	clear: both;
	text-align: center;
}
.box-example-bottom p {
	font-size: 20px;
	font-weight: 800;
}
.box-example-bottom img {
	display: inline-block;
	max-width: 165px;
	vertical-align: middle;
	padding: 15px;
}
.box-example-bottom p img {
	display: inline-block;
	vertical-align: middle;
	padding: 0px;
}
.box-example-bottom p a {
	margin: 0px 10px;
}

/* End of Box examples popup */

/* Partners page boxes */
.partnerboxcont {
	text-align: center;
}
.partnerbox {
	display: inline-block;
	width: 30%;
	padding: 30px;
	vertical-align: top;
}
.partnerbox img {
	margin: 0 auto 20px auto;
}
/* End of partnership boxes */

.mobileonly {
	display: none !important;
}

/* Countdown timer */
#timer {
	width: 100%;
	text-align: center;
	pointer-events: none;
	background-color: #f1efb0;
	position: relative;
	z-index: 2000;
}
.timercont {
	display: inline-block;
	padding: 10px 15px;
}
.timerheader {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding: 5px;
	display: inline-block;
}
.timerelement {
	display: inline-block;
	background-color: #333;
	padding: 5px;
	margin: 0px 5px;
	width: 40px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

label.error {
	color: #f00;
	display: table;
	margin-bottom: 15px;
	font-size: 13px;
}
.error {
	color: #f00;
}

/* Popup overlay message */
#importantmessage {
	color:#3c3d3d; 
	background-color: #FFF; 
	max-width: 890px; 
	/* background-image:url(../images/offer-bg.jpg); */
	background-position: center right; 
	background-size: cover; 
	margin: 15px;
	padding: 30px;
    display: none;
}
.popupcont {
	display: flex;
}
.popuptext {
	/* background-image:url(../images/bg-offer.png); */
	background-position: top right; 
	padding: 30px; 
	background-color: #FFF
}
h2.popupheadline {
	font-size: 68px; 
	color: #F00; 
	font-weight: 600; 
	line-height: 1em; 
	margin-bottom: 24px; 
	margin-top: 20px
}
.popuporigprice {
	font-size: 20px;
	text-decoration: line-through;
}
.popupsaleprice {
	font-size: 24px;
	color: #F00;
	font-weight: bold;
}
.popupsubheading {
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
}
.popuppara {
	font-size: 18px;
}
.popupimage {
	display: flex;
  align-self: center;
	justify-content: center;
}

/* End of popup overlay message */

/* Oct 23 home page layouts */

.homewelcomecont {
    background-color: #0e9fbe;
    background-image: url("../images/hero-image-bg.png");
    background-position: -10%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;
    z-index: 10000;
}
.homehero img {
}
.homewelcometext {
    text-align: center;
    color: #FFF;
    padding: 30px;
}
h1.homewelcomeheading {
    font-size: 48px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.3em;
    margin-bottom: 5px;
}
p.homewelcomemainpara {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 35px;
}
.homewelcometext a:link.btn, .homewelcometext a:visited.btn {
    font-size: 26px;
  background-color: #FFF;
  color: #0e9fbe;
    margin-bottom: 15px;
}
.homewelcometext a.btn:hover {
	color: #3c3d3d;
}
.homewelcomesmalltext {
    font-size: 14px;
}
.homewhatsinbox {
    color: #FFF;
    text-align: center;
    padding: 80px 15px;
}
.homewhatsinbox h2 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 40px;
}
.homewhatsinbox a.btn:link, .homewhatsinbox a.btn:visited {
    color: #0e9fbd;
  background-color: #FFF;
  border: 1px solid #FFF;
  font-size: 22px;
}
.homewhatsinbox .homeboxinner {
    padding: 0px;
        box-shadow: none;
    -webkit-box-shadow: none;
}
.homewhatsinbox .homebox {
    position: relative;
}
.homewhatsinbox p {
    font-size: 22px;
}
.recentboxtitle {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.recentboxtitle p {
    font-size: 22px;
    background-color: #045464;
    color: #FFF;
    border-radius: 100px;
    padding: 10px 20px;
    width: 230px;
    margin: 0 auto;
}
.homewhatsinbox .homeboxcont {
    padding: 0px 15px;
}
.homewhatsinbox .homeboxinner img {
    margin: 0 auto;
}
.trustpilotcont {
    margin-top: 50px;
    margin-bottom: 20px;
}