:root {
    --menu: #090a09;
    --menuactive: #090a09;
    --menubackground: #aeb3ab;
    --fontmain: #090a09;
    --font: #000;
    --background: #878f83;
}

@font-face {
        font-family: 'Aladin';
        src: url('/fonts/Aladin-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

@font-face {
        font-family: 'NotoSans';
        src: url('/fonts/NotoSans-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

/* 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;
}

/* Stop phone number from looking rubbish in iPhones */
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

/* stop the annoying blue outline on active links */
a:focus,
button:focus,
input:focus,
:focus {
  outline: none;
}

/*ensure all text is same font */
body, .pure-g [class*="pure-u"] {
    font-family: 'NotoSans'!important;
	/*font-family: 'Open Sans', arial, sans-serif;*/
	font-weight: 200;
	font-size: 24px;
	color: var(--font);
}
p {
	margin-top: 0px;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/* To allow padding within divs */
.pure-g > div, div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.landingonce {
    position: fixed;
    z-index: 9999;
    /*height: 100vh;
    width: 100vh;*/
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-color: aqua;
}
.logolanding {
    margin-top:5vh;
    margin-bottom:5vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 90vh;
}

.logo {
	float: none;
	height: 125px;
	margin: 0px auto 10px auto;
}
/* Ensure images will scale properly and responsively */
img {
	max-width: 100%;
	height: auto;
	display: block;
	width: auto; /* For IE8 */
    margin-left: auto;
    margin-right: auto;
}

.showmobile {
    display: none;
}

.headersection {
	color: var(--menu);
}

/* Apply class to images that require text-align center */
img.centre {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.imagecover {
	width: 100%;
	object-fit: cover;
}
h1, h2, h3, h4, h5 {
	margin-top: 0px;
}
#content {
	padding-top: 20px;
	background-color: #fff; /*#525252*/;
}
#content a:link {
	color: var(--menu);
}
#content a:visited {
	color: var(--menuactive);
}
#content a:hover {
	color: var(--menuactive);
}
#content a:active {
	color: var(--menuactive);
}
#contentleft {
	padding-right: 40px;
}
.content, .contentcontainer, .navigation, #header, #footer, .postertext, .hometext, .signup, .checkoutheader,
.productboxescont {
	/* width: 100%; */
	max-width: 1800px;
    margin: 0px auto;
	padding: 15px 20px;
}
#header {
	width: 100%;
	padding: 0px 20px;
	z-index: 201;
	background-color: #FFF;
 -webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	-o-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-khtml-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#homeheader #mainmenu a:link, #homeheader #mainmenu a:visited {
	color: #FFF;
}
.headerphone {
    font-family: 'NotoSans';
	color: var(--font);
	font-size: 28px;
	font-weight: 600;
}
.headersection .headercontact {
    font-family: 'NotoSans';
}
.headersection p, .homeheading{
    font-family: 'NotoSans';
}
.topsearch h1 {
    font-family: 'Aladin';
}
.contentleft, .contentright {
	position: relative;
}

/* Link transitions */
#footer a, .footerbottom a, img.footersocial, a:link.btn, #mainmenu a {
	-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;
	/* Stop flickering in Chrome */
	-webkit-backface-visibility: hidden;
}
/* Button codes */
a:link.btn, a:visited.btn, .btn {
	padding: 10px 40px;
	color: #FFF !important;
	text-decoration: none !important;
	border: 0 none;
	font-size: 16px;
	display: inline-block;
	background-color: #878f83;
	border-radius: 50px;
}
a:hover.btn {
	background-color: #FF9C14;
}

/* end */

.headercontact {
	font-size: 20px !important;
	text-align: left;
	display: flex;
    justify-content: center;
}
.headersocial {
	display: inline-block;
	text-align: right;
    padding-right: 75px;
    margin-bottom: 25px;
}
.headersocial img {
	display: inline-block;
	margin: 0px 0px 2px 5px;
	max-height: 40px;
	vertical-align: middle;
	opacity: 0.8;
}
.headersection .dogimg {
	display: inline-block;
	margin: 0px 20px 2px 50px;
	max-height: 100px;
	vertical-align: middle;
	opacity: 1;
}
.hometext {
	padding-top: 90px;
	padding-bottom: 90px;
	font-size: 24px;
	text-align: center;
}
.hometext img {
	margin: 40px auto;
}
.headernav {
	text-align: right;
}
.topsearch {
	text-align: center;
}
.topsearch input:not([type="image"]) {
    border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: none;
    height: 32px;
    padding: 10px 20px;
    vertical-align: bottom;
    width: calc(260px - 42px);
	font-size: 13px;
	border-radius: 50px 0px 0px 50px;
}
.topsearch input[type="image"], .slicknav_menu input[type="image"] {
	height: 32px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: none;
	border-radius: 0px 50px 50px 0px;
	padding: 6px;
}
.topsearch form, .slicknav_menu form {
	display: inline;
}
.topsearch input, .slicknav_menu input {
    vertical-align: bottom;
}
.navigationcont {
	position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 4000;
  border-top: 1px solid #666;
  background-color: var(--background);
  box-shadow: -1px 20px 12px -14px rgba(0,0,0,0.22);
-webkit-box-shadow: -1px 20px 12px -14px rgba(0,0,0,0.22);
-moz-box-shadow: -1px 20px 12px -14px rgba(0,0,0,0.22);
}
.navigation {
	padding: 0px;
}
.homepostercont {
	position: relative;
	padding: 0px;
}
.homeposterwaves, .homeposterwavestwo, .homeposterwavesthree, .homeposterwavesfour, .homeposterwavesfive {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	background-repeat: repeat-x;
	background-position: center top;
	/*background-image:url(../images/waves1.png);*/
	z-index: 1000;
}
.homeposterwavestwo {
	/*background-image:url(../images/waves2.png);*/
	height: 48px;
	top: 0;
}
.homeposterwavesthree {
	height: 48px;
	background-image:url(../images/waves3.png);
}
.homeposterwavesfour {
	height: 48px;
	background-image:url(../images/waves4.png);
	top: 0;
}
.homeposterwavesfive {
	height: 48px;
	background-image:url(../images/waves5.png);
}
.homeposterxmasbase {
	height: 250px;
	background-image:url(../images/IndexBase.png);
    z-index: 8000;
}
.homeposterxmastop {
	height: 250px;
	background-image:url(../images/IndexTop.png);
    z-index: 8000;
}
#homeposter {
	width: 100%;
	margin: 0px auto;
}
#homeposter img {
	margin: 0px auto;
}
.postertextcont {
	z-index: 20000;
	position: absolute;
	top:38%;
	left: 0px;
	width: 100%;
	text-shadow: 2px 2px 2px #000000;
}
.postertext {
	color: #FFF;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
    font-family: 'NotoSans';
	/*font-family: 'Kaushan Script', cursive;*/
}
.postertextsmall {
	font-size: 22px;
    font-family: 'NotoSans';
	/*font-family: 'Open Sans', arial, sans-serif;*/
}

.homepageheadline {
	font-size: 60px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}
.hometaglinecont {
	background-position: center center;
	background-size: cover;
	padding: 110px 15px;
	position: relative;
}
.hometagline {
	text-align: center;
	max-width: 900px;
	margin: 0px auto;
}
.hometagline h1 {
	color: #FFF;
	font-family: 'NotoSans';
	font-size: 36px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000000;
}
.hometagline img {
	margin: 0 auto;
}
.homeboxes {
	max-width: 1600px;
	margin: 30px auto;
}

.homeboxes h1 {
	font-size: 36px;
}
.homebox {
	text-align: center;
	border: 25px solid #fff;
    height: auto;
}
.homebox a:link, .homebox a:visited {
	font-family: 'NotoSans';
	text-decoration: none;
	color: #5e514d;  /*#8c857b;*/
	font-size: 20px;
	text-transform: uppercase;
}
.homeboxphoto {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    box-shadow: 3px 3px 1px #fff;
    -webkit-box-shadow: 3px 3px 1px #fff;
    -moz-box-shadow: 3px 3px 1px #fff;
}

.signupcont {
	background-image:url(../images/grad-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position: relative;
}
.signup {
	padding-top: 25px;
	padding-bottom: 25px;
}
.signuptext {
	padding: 50px 0px;
}
.signup p {
	color: #FFF;
	font-size: 20px;
}
.signup h2 {
	color: #5e514d;
	text-transform: uppercase;
	font-family: 'NotoSans';
	font-size: 48px;
	margin-bottom: 15px;
}

/* Responsive Google map */
.google-maps {
	position: relative;
	padding-bottom: 75%; /* This is the aspect ratio */
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* End google map */


.contentleft {
	padding-right: 25px;
}
.contentright {
	padding-left: 25px;
}
.mainphotocaption {
	position: absolute;
	top: 120px;
	right: 40px;
	text-shadow: 0px 3px 1px rgba(150, 150, 150, 0.48);
}
.floatleft {
	float:left;
	margin: 0px 20px 20px 0px;
}
.headline {
	font-size: 48px;
	font-weight: bold;
	color: #090a09;
	margin-bottom: 20px;
	line-height: 1;
	text-transform:uppercase;
}
.subheadingone {
	font-size: 30px;
	margin-top: 0px;
	color: var(--font);
	font-weight: bold;
	text-transform:uppercase;
}
.subheading {
	font-size:22px;
	font-weight: normal;
}

/* Footer Section */

#footercont {
	background-color: var(--background);
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5em;
}
#footer ul {
	padding: 0px;
	margin: 0px;
}
#footer li, #footer p {
	font-size: 20px;
	color: #FFF;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#footer p {
	color: #FFF;
}
.footbox {
	padding: 0px 20px 20px 20px;
    margin-top: 15px;
}
.footbox:first-of-type {
	padding-left: 0px;
	height: 100px;
}
.footbox:last-of-type {
	padding-right: 0px;
}
.footboxborder {
	border-right: 1px solid #FFF;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #8B0000;
    font-weight: bold;
    font-size-adjust: auto;
}
.footercontact {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.footercontact span {
	color: #F79239;
}
img.footersocial {
	display: inline-block;
	margin: 0px 8px 0px 0px;
	max-height: 40px;
	vertical-align: middle;
	opacity: 0.7;
}
img:hover.footersocial {
	opacity: 1;
}

.hiddendiv, .homepostersmall {
	display: none;
}

<!--Shop CSS-->

#filtercont {
	color: #FFF;
	background-color: #656250;
	text-align: left;
	padding: 30px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index:5;
}
.shopproductscont {
	margin-top: 25px;
	max-width: 1660px;
	position: relative;
}
.shopproduct {
	padding: 10px;
	color: #313131;
    margin-bottom: 50px;
}
.productname {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.buynowbox input {
	display: inline-block;
}
.buynowbox input[type=submit] {
	color: #FFF;
	background-color: #006837;
	border: 1px solid #006837;

	a:hover.btn, .btn:hover {
		background-color: #cedca7; /* #D4D56F */;
	    border-color: #878473;
		text-decoration: none !important;
	};
	line-height: 1.3em;
	padding: 7px 10px;
	font-size: 15px;
	width: 60%;
}
.buynowbox input[type=submit] :hover {
	color: #FFF;
	background-color: #FF9C14;
}
.buynowbox input[type=number] {
	width: 40%;
	margin-left: -4px;
	color: #222;
	border: 1px solid #a09d90;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 1.3em;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
}
/*
.shopbasketsummary {
	padding: 10px;
}*/

.shopbasketsummary {
    padding: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    margin-bottom:25px;
    padding-bottom:150px;
	height: 35vh;
}

.shopbasketsummaryinner {
	background-color: #FFF;
	padding: 15px;
}
.sidebasketproducts {
	height: 40vh;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.sidebasketproducts ::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

a:link.btncheckoutnow, a:visited.btncheckoutnow, .btncheckoutnow {
	display: inline-block;
	width: 100%;
	color: #FFF;
	background-color: #a09d90;
	line-height: 1.3em;
	padding: 7px 10px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
}
.smallcheckouttable {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	margin-bottom: 10px;
}
.smallcheckouttable td {
	padding: 5px 5px;
}
.smallcheckouttable img {
	width: 50px;
	padding-right: 5px;
}
.smallcheckouttable input {
	max-width: 50px;
	height: 20px;
	padding: 2px;
	margin-bottom: 5px !important;
}
.smallcheckoutname {
    font-size: 12px;
}
.sidebasketheader {
	text-align: center;
}
.shopproductphoto {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
a:hover.btn, .btn:hover {
	background-color: #d5d7d3; /* #D4D56F */;
    border-color: #d5d7d3;
	text-decoration: none !important;
}

/* Shop CSS End */


/* Checkout pages */
.checkoutheader {
	font-size: 18px;
	line-height: 1.3em;
}
.checkoutstep {
	background-color: #e7e8e3;
	text-align: center;
	padding: 25px 15px 20px 15px;
	font-weight: bold !important;
	color: #FFF;
	border-right: 1px solid #FFF;
}
.checkoutstep:last-of-type {
	border-right: none;
}
.checkoutstepnumber {
	color: #000;
	background-color: #FFF;
}
.checkoutstepactive {
	background-color: #888574;
    color: #fff!important;
}
.checkoutcont {
	color: #888574;
	/*border: 10px solid #cedca7; /*#d4d56f*/;*/
	background-color: #FFF;
	padding: 40px 0px;
}
.checkoutcontsection {
	padding: 0px 40px;
	border-right: 1px solid #888574;
}
div.checkoutcontsection:last-of-type {
	border-right: none !important;
}
.checkoutheading {
	color: #888574;
	margin-top: 0px;
	font-size: 26px;
	font-weight: bold;
}
.checkoutcontsection input[type=submit], .checkoutpadtop input[type=submit] {
	color: #FFF;
	background-color: #5e514d;
	border: 1px solid #5e514d;
	line-height: 1.3em;
	padding: 7px 10px;
	font-size: 15px;
	margin-right: 25px;
	margin-bottom: 30px;
}
.checkoutcontsection input[type=submit]:hover {
    background-color: #888574;
}
.checkoutcontsection a:link, .checkoutcontsection a:visited {
	color: #888574;
	text-decoration: none;
}
.checkoutcontsection input:not([type='radio']) {
	max-width: 350px;
}
.checkoutcontsection input[type=radio] {
	width: auto;
}
input.checkoutinputsmall {
	max-width: 100px;
}
.checkoutbuttonlink {
	display: block;
	padding: 10px;
	max-width: 350px;
	background-color: #888574;
	color: #FFF !important;
}
.checkoutcollectiontable {
	max-width: 350px;
}
.checkoutopayologo img {
	float: right;
	padding-left: 15px;
}
.checkoutcomments {
	font-style:italic;
}
.checkoutdeliveryslot {
	color: #F00;
	font-weight: bold;
}
.checkoutpadtop {
	padding: 40px;
}
.shopbasketsummaryinner .sticky {
     position: fixed;
     right: 0px;
     z-index: 10;
}
#trolleyimg {
    margin-top:45px;
    margin-bottom:-20px;
    height: 30px;
	padding: 0;
	width: 30px;
    background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/icons/trolley.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#trolleyimg:hover{
	background-position: 0px 0px;
}

#trolleymob {
    margin-top:0px;
    margin-bottom:0px;
    height: 30px;
	padding: 0;
	width: 30px;
    background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/icons/trolley.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#trolleymob1 {
    margin-left:0px;
    margin-top:8px;
    margin-bottom:0px;
    height: 30px;
	padding: 0;
    padding-left:30px;
    padding-right:30px;
	width: 30px;
    background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/icons/trolley.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
    z-index: 9999;
}

#mybasketitems {
    position: absolute;
    top: 0px;
    margin-left: 15px;
    font-size: 14px;
}

#mybasketitemsmob {
    position: absolute;
    top: -15px;
    margin-left: 30px;
    font-size: 14px;
}

#trolleymobdiv {
    margin-top: -45px;
    margin-left: 280px;
    display: none;
    z-index: 99999;
}

#trolleymobmenu {
    margin-top:0px;
    margin-bottom:0px;
    height: 30px;
	padding: 0;
	width: 30px;
    background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/icons/trolley.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.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;
}
#confirmemail {
	margin-left: -10000px;
	height: 1px;
}
.verificationcode {
	max-width: 80px !important;
}
input#privacylink {
	width: auto;
}

#contentshop {
	background-color:#FFF;
    /*EFEFEF*/
}

/* Home boxes */
.homeboxescont, .galleryboxescont {
	background-color:#EFEFEF;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
}
.homeboxescont a, .galleryboxes a {
	font-size: 18px;
}
.homebox, .gallerybox {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.gallerybox {
	border-top: 30px solid #FFF;
	border-right: 30px solid #FFF;
	border-left: 30px solid #FFF;
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
}
.homebox{
    padding: 15px;
	border-top: 10px solid #fff;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
}
.boxcaption {
    background-color: #fff;
	z-index: 10;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 0px;
	pointer-events: none;
	color: #8B0000;
	font-size: 20px;
	font-weight: 600;
	/*text-shadow: 2px 2px 2px rgba(73, 73, 73, 1);*/
}
/* end */

.fullwidthcontainer {
    
}

.productheader {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.productheaderimage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height:500px;
}

.productheading {
    text-align: left;
    color: #8B0000;
}

.productdescrip {
    text-align: left;
}

.productprice {
    text-align: left;
    color: var(--menu);
    font-size: 1.875rem;
}

.productheaderphotothumb {
    max-height: 200px;
}

.productboximage {
    max-height: 245px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: solid;
  border-width: 1px;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion .active, .accordion:hover {
  background-color: #ccc;
  border-radius: 12px 12px 12px 12px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.paneltitleimg {
    background-image: url('/images/headingbackground.png');
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    background-position: left;
}
.paneltitle th {
  /*padding: 20px 0px 5px 120px;*/
  font-size: 2.5em;
}
.panelinfo {
    margin-top:5px;
}
.tablemenu thead {
    
}

.accordiancont {
    max-width: 650px;
}

.accordion {
  width: 650px;
  height: 89px;
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
  border: none;
  position: relative;
  padding: 10px;
}

button span {
  display: none;
}

.pageheading {
    font-size: 1.75em;
}

.MessageText {
    background-color: #e78925;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    color: #ffffff;
    text-align: center;
}

.productboximage img {
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.contactsocial img {
    display: inline-block;
    text-align: left;
    margin-right: 10px;
    margin-bottom: 25px;
    max-height: 40px;
}
.productbox {
    border: 30px solid #FFF;
    text-align: center;
}
p.productname {
    color: #5c5c5c;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2em;
    padding: 0px 10px;
}
.stockcode {
    font-size: 16px;
    margin-top: -25px;
}
.colourbannerfooter {
	height: 15px;
	width: 100%;
	position:relative;
	bottom: 0;
	left: 0;
	background-repeat:no-repeat;
	background-position: center bottom;
	background-image:url('/images/ColourBannerFooter.jpg');
	z-index: 1000;
}
.colourbannernav {
	height: 10px;
	width: 100%;
	position:relative;
	bottom: 0;
	left: 0;
	background-repeat:no-repeat;
	background-position: center bottom;
	background-image:url('/images/ColourBannerFooter.jpg');
	z-index: 1000;
  box-shadow: -1px 20px 12px -14px rgba(0,0,0,0.22);
-webkit-box-shadow: -1px 20px 12px -14px rgba(0,0,0,0.22);
-moz-box-shadow: -1px 20px 12px -14px rgba(0,0,0,0.22);
}

.topsearch {
     margin-bottom: 0px;
}
.hide {
	display: none!important;
}
.show {
	display: visible!important;
}
#qtydisplay {
    text-decoration: none!important;
    bottom: 30px;
    margin-top: -50px;
}
.myaccountbox img {
    width: 100px;
}


.hometext {
	z-index: 3;
	text-align: left;
	padding: 20px;
    margin-bottom: 30px;
}
.hometextinner {
	background-color: #d5d7d3; /*#9EC5AB; /*#7e2328; /*a83400*/
	padding: 20px;
	margin-left: 30px;
	margin-top: 30px;
}
.homecategoriesinner h2 {
	font-family: 'NotoSans', 'Book Antiqua', 'Gentium Book Basic', serif;
}
.hometextinner h1, .hometextinner h2, .myaccount h2 {
	color: #000; /*#000*/;
	font-size: 36px;
	margin: 0px;
	line-height: 1.3em;
	font-family: 'NotoSans', 'Book Antiqua', 'Gentium Book Basic', serif;
}
.headersection ul li {
    display: inline-block;
}
.mobilelogo img {
	display: none;
}
/* Basket and checkout */
.shoptables {
    background-color: #eeeeee;
}
.shoptables th {
    border-color: #ffffff #ffffff #444;
    border-style: solid;
    border-width: 2px;
    font-size: 18px;
    padding: 15px;
}
.shoptables tr {
    border-bottom: 1px solid #ffffff;
}
.shoptables td {
    border: 2px solid #ffffff;
    padding: 10px;
}
.tabs .shoptables input {
    display: block;
}
.shoptables input[type="checkbox"], .shoptables input[type="radio"] {
    display: inline;
    width: 20px;
}
.cellalignleft {
    text-align: left;
}
.cellalignright {
    text-align: right;
}
.cellaligncentre {
    text-align: center;
}
tr.basketproduct {
    background-color: #fff;
    border-bottom: 1px solid #444;
}
tr.basketproductcheckout {
    border-bottom: 1px solid #ccc;
}
.basketproduct img {
    max-width: 80px;
}
.mobilelogo img {
	display: none;
}
tr.rowborder {
    border-bottom: 1px solid #444;
}
.checkoutleft {
	font-size: 14px;
	margin-bottom: 15px;
}
.responsivetable {
    width: 50%;
}
.noborders td, .noborders tr {
    border-style: none;
    border-width: 0;
}
.postageops {
    line-height: 1.4em;
}
.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.basketdeliveryoptions {
	font-size: 13px;
	background-color: #fff;
}
.hiddendiv {
	display: none;
}
.checkoutstepcont {
	padding-bottom: 15px;
	margin-bottom: 50px;
	border-bottom: 1px solid #5c9d63;
}
.checkoutstepheading {
	display:inline-block;
	font-size: 54px;
	font-family: 'NotoSans', 'Book Antiqua', 'Gentium Book Basic', serif;
	font-weight: normal;
	line-height: 1.1em;
	margin-bottom: 0px;
	margin-right: 100px;
	margin-top: 0px;
}
.checkoutstepsubheading {
	display:inline-block;
	font-size: 36px;
	font-family: 'NotoSans', 'Book Antiqua', 'Gentium Book Basic', serif;
	font-weight: normal;
	line-height: 1.1em;
	margin-bottom: 0px;
	margin-right: 100px;
	margin-top: 0px;
}
.checkoutsteps {
	display: inline-block;
}
.checkoutsteps img {
	display: inline-block;
	padding-right: 30px;
}
/* End basket and checkout */
.listdisplay {
	text-align: center;
	border-right: 60px #fff solid;
    margin-left: 50px;
	margin-bottom: 40px;
}
.headinglist, .headinglisthoriz {
	font-size: 16px;
}
.headinglisthoriz {
	margin-top: 0px;
}
.listdisplay a:link, .listdisplay a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #666;
}
.listdisplay a:hover {
	color: #d56b1f;
}
.listdisplay img.centre {
    border-bottom: 3px solid #c9c9c9;
    display: block;
    position: relative;
    text-align: center;
	vertical-align: middle;
}
.headinglist a:link, .headinglist a:visited {
	color: #01422b;
	text-decoration: none;
	font-size: 22px;
	font-family: 'Book Antiqua', 'Gentium Book Basic', serif;
	font-weight: bold;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
	max-height: 180px;
	margin-left: auto;
	margin-right: auto;
}
.listfloatleft {
	float: left;
	margin: 0px auto;
	max-width: 150px;
	max-height: 150px;
}
.listdisplayhoriz {
	border-bottom: 3px solid #c9c9c9;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
.listdisplaytext {
	padding-left: 20px;
}
.listgrid img, .productlistphotohoriz img, .bestselleritem img, .categorygridphoto img {
	height: 75%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.thumbnail {
	background-size:cover;
	background-position: center center;
}

a i {
    color: #000;
}