/* 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: #6d6d6d;
	font-size: 14px;
}
/* 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: 'Open Sans', sans-serif;
	font-weight: 400;
}
#content {
	margin: 20px 0px;
}
p {
	margin-top: 0px;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/* 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 {
	position: relative;
	z-index: 100;
	background-color: #fff;
}
#headertop {
	position: relative;
	/* -webkit-box-shadow: 0px 1px 7px 0px rgba(173,173,173,1);
-moz-box-shadow: 0px 1px 7px 0px rgba(173,173,173,1);
box-shadow: 0px 1px 7px 0px rgba(173,173,173,1); */
}
.headertopdefault {
	border-top: 3px solid #73170d;
}
#topnavcont, .contentcontainer, #footer, #scrollingCatsCont, #homeimages, .footerbottom, .headertoplinks, .maincontent, .slidercaption, #hometext, .posterdescrcont, .toptitlecont, .productoverview, .quickbuy, #deliverystrip, #fireplacecont, .homecontent  {
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
#topnavcont, #header {
	position: relative;
}
#topnavcont {
	display: flex;
}
.headertoplinks {
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo img {
	max-width: 183px;
}
/* Link transitions */
#footer a:link, .footbox a, .jcarousel img, .btnbuy, .btn, .logo img, .headertoplinkscont, #topnavcont, #cssmenu > ul > li > 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;
}
.headline, .headline a:link, .headline a:visited {
	font-weight: normal;
	font-size: 30px;
	margin-top: 0px;
	color: #72160d  !important;
}
.subheadingone {
	font-weight: normal;
	font-size: 22px;
	margin-top: 0px;
	color: #111;
}
.subheadingtwo {
	font-weight: normal;
	font-size: 18px;
	margin-top: 0px;
	color: #111;
}
.subheadingthree {
	font-weight: normal;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.subheadingrelated {
	font-weight: normal;
	font-size: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.checkoutprogress {
	margin-top: 15px;
	max-width: 600px;
}
.checkoutprogress td {
	text-align: center;
	padding: 0px;
}
.ordersummary {
	border:1px solid #CCC;
	padding:20px;
	font-size:13px;
}
.ordersummaryleft, .ordersummaryright {
	background:#EEE;
	padding:8px;
}
.ordersummaryleft {
	border-right:10px solid #FFF;
}
.checkouttable td {
	padding: 2px;
}

.topleft {
	position: relative;
}
.topleftleft {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #000;
}
.topleftleft, .topleftright {
	display: inline-block;
	position: relative;
}
.topleftleft img {
	display: inline;
	vertical-align: bottom;
}
.homelargephoto  {
	height: 400px;
}

#content {
}

/* Delivery Strip */
#deliverystripcont {
	background-image:url(../images/deliverystripbg.jpg);
	color: #fff;
	background-position: center center;
	font-size: 14px;
}
#deliverystrip {
	padding: 0px;
}
.deliverystripvancont {
	position: relative;
}
.deliverystripsection {
	padding: 10px 20px;
}
.deliverystripsection p {
	margin: 5px 0px;
}
.deliverystripvan {
	position: absolute;
	right: 10px;
	bottom: 0px;
}
.deliverystripvan img {
	max-height: 60px;
}
.deliverystripcheck {
	text-align: center;
}
#delstripinput {
	max-width: 120px;
}
#deliverystriptable {
	margin: 0px 0px 5px 0px;
}
#deliverystriptable td {
	width: 90px;
	padding: 0px 4px 0px 0px;
	font-size: 11px;
}
#deliverystriptable td.deliverystripfull {
	color: #894f49;
}
#deliverystriptable td.deliverystripavailable {
	color: #ffffa4;
}

/* End of delivery strip */

/* Home page main image */
#fireplacecont {
	margin: 0 auto;
	position: relative;
	padding: 0px 30px;
	max-width: 1430px;
}
#fireplace {
	position: relative;
	z-index: 2;
}
.readytoburn {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 100%;
	background-color: #72160d;
	padding: 20px;
	max-width: 200px;
}
.readytoburn img {
	height: 100%;
}
#videocont {
	position: absolute;
	top: 28%;
	left: 60%;
}
#fireplaceoverlay {
	position: absolute;
	left: 25px;
	top: 0px;
	z-index: 3;
	color: #fff;
	padding: 30px;
}
#fireplaceoverlay ul {
	padding-left: 0px;
	margin-top: 20px;
}
#fireplaceoverlay li {
	font-size: 16px;
	margin-bottom: 25px;
	background-image: url(../images/flame.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	list-style-type: none;
	max-width: 280px;
	min-height: 40px;
}
#fireplaceoverlay h1 {
	font-size: 24px;
	margin-top: 0px;
	max-width: 380px;
	line-height: 40px;
}
/* End of home page main image */

.homemessage {
	padding: 15px;
	font-size: 20px;
	color: #363636;
	background-color: #E1E1E1;
	border-top: 10px solid #fff;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}

/* Home page shop boxes and product page boxes */
.homecontent {
	max-width: 1430px;
}
.homebox, .productbox {
	text-align: center;
	border-top: 10px solid #fff;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}
.productbox {
	border-bottom: 1px solid #6d6d6d;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.productbox:last-child {
	/* border-bottom: none; */
}
.productboxright {
	text-align: left;
	padding-left: 20px;
}
.homeboxheading, .productboxheading, .basketboxheading {
	margin-top: 10px;
	color: #72160d !important;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.productboxheading {
	margin-top: 0px;
}
.homeboxheading a:link, .homeboxheading a:visited, .productboxheading a:link, .productboxheading a:visited, .basketboxheading a:link, .basketboxheading a:visited {
	text-decoration: none;
	color: #6f0102 !important;
}
.homeboxdescr, productboxdescr {
	font-size: 14px;
	margin-bottom: 0px;
}
.productdesc {
}
.homeboxbuy, .productboxbuy {
	background-color: #6f0102;
	color: #fff;
	font-size: 14px;
	padding: 10px 5px;
}
.productboxbuy {
	background-color: #FFF;
	color: #6d6d6d;
	padding: 10px 0px;
}
.homeboxbuy p, .productboxbuy p {
	margin-bottom: 0px;
}
.homeboxbuy a:link, .homeboxbuy a:visited {
	color: #fff !important;
	text-decoration: none;
}
.homeboxbuy a:hover {
	color: #ffffa4 !important;
}
.productsize {
	padding-bottom: 5px;
}
.productboxbuy a:link, .productboxbuy a:visited {
	color: #fff !important;
	text-decoration: none;
	background-color: #6f0102;
}
.productboxbuy a:hover {
	color: #ffffa4 !important;
}
.productqty {
	width: 40px;
}
/* End of home page shop boxes */

/* Forms */
.genericform input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]), .genericform textarea {
	width: 100%;
	max-width: 450px;
}
.genericform .formfieldsmall {
	max-width: 100px;
}
.genericform input {
	padding: 5px;
	margin: 5px 0px;
}
input:not([type="file"]), select, textarea {
	padding: 5px;
	font-size: 13px;
	line-height: 1.3em;
	border: 1px solid #E1E1E1;
	font-family: inherit;
	background-color: #FFF;
	color: #363636;
}
.deliverystripcheck input:not([type="file"]), .deliverystripcheck select, .deliverystripcheck textarea {
	padding: 5px;
	font-size: 13px;
	line-height: 1.3em;
	border: 1px solid #2f0800;
	font-family: inherit;
	background-color: #2f0800;
	color: #fff;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #73170d;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}
placeholder {
	color: 999;
	opacity: 1;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
#idpc_dropdown { /* address lookup select dropdown */
border: 1px solid #73170d;
margin: 10px 0px 20px 0px;
width: 100%;
}
.genericform input.formfieldsmall {
	width: 75px !important;
}
.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;
}
#postcode_lookup_field button {
	background-color: #000;
	padding: 5px 10px; !important;
	color: #fff;
	text-decoration: none;
	border: none !important;
	display: inline-block;
	border-radius: 5px !important;
	font-family: inherit;
	font-size: 14px;
}
/* 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;
}
.verificationcode {
	max-width: 80px !important;
}
/* End of forms */
#navcont {
	width: 100%;
	position: relative;
}
#mainContent {
	padding: 15px 0px 15px 0px;
}
.fullwidthcont {
	background-color: #FFF;
}
.homerotatingimages, .contactimage {
	margin-top: -85px;
}
#contentleft {
	padding-right: 25px;
}
#contentright {
	padding-left: 10px;
}

.contentcontainer a:link, .contentcontainer a:visited {
	color: #73170d;
}
.contentcontainer a:hover {
	color: #422a1c;
}
#footer a:link, #footer a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #fffd95;
}
.footernav {
	margin-top: 15px;
	display: none;
}
.maincontent a:link, .maincontent a:visited {
	color: #73170d;
}
.maincontent a:hover {
	color: #422a1c;
}
a:link.btn, a:visited.btn, .btn, input.btn, input.btnlarge, input#submit {
	background-color: #73170d;
	padding: 5px 10px; !important;
	color: #FFFFFF !important;
	text-decoration: none;
	border: none !important;
	display: inline-block;
	font-family: inherit;
}

a:hover.btn, .btn:hover {
	background-color: #000000;
}

/* Responsive Google map */
.google-maps {
	position: relative;
	padding-bottom: 75%; /* This is the aspect ratio */
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* End google map */


/* Cookie bar */
#cookiebar {
	padding: 10px;
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 100;
}
#cookiebar a:link, #cookiebar a:visited {
	color: #FFF;
}

.footercont {
	background-color: #73170d;
	color: #fff;
	padding-bottom: 35px;
	padding-top: 35px;
	font-size: 14px;
}

.footerlistheader {
	font-weight:700;
	font-size: 16px;
	margin-bottom: 10px;
}
.headertopright {
	text-align: right;
}

.topleft, .topright {
	font-size: 14px;
	margin: 20px 0px;
}
.topright {
	text-align: right;
}
.topright img {
	display: inline-block;
	vertical-align: bottom;
	max-height: 20px;
}
.loginbasketcont {
	display: inline-block;
	text-align: left;
}
.topleft a:link, .topleft a:visited, .topright a:link, .topright a:visited {
	text-decoration: none;
	color: #72160d;
}


.maincontent {
	position: relative;
}

/* Category landing pages */
.toptitle {
	margin-top: 90px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 8px solid #043f02;
}
.toptitlecont {
	padding: 0px;
	position: relative;
}
.toptitletext {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #043f02;
	color: #FFF;
	padding: 5px 10px;
	font-size: 18px;
}
.productoverview .seedcontents {
	max-width: 600px;
	font-size: 14px;
}
.productoverviewitem {
	background-color: #fff;
	padding: 15px 30px;
	border: 1px solid #ccc;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.productoverviewitem h2 {
	display: inline-block;
}

.productoverviewimage {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
overflow: hidden;
height: 100%;
}
.productoverviewtext {
	padding: 0px 25px 0px 50px;
	font-size: 14px;
}
.productoverviewtext div {
	max-width: 470px;
}
.productoverviewtext a:link, .productoverviewtext a:visited {
	color: #000;
}
.productoverviewprice {
	text-align: right;
}


.sml {
	font-size: 12px;
}
.headingoverview, .headingoverview a:link, .headingoverview a:visited {
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #73170d
}
.headingoverview a:link, .headingoverview a:visited {
	text-decoration: none;
}
.headingoverview a:hover {
	text-decoration: underline;
}
/* End of Category Landing pages */


input.lockedinput {
	background-color: transparent;
	color: #fff;
	border: none;
	text-align: right;
}
input:focus.lockedinput {
	background-color:#FFF;
	outline: none;
	box-shadow: none !important;
}

/* 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;
}
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;
}
/* End basket and checkout */
.hiddendiv, .continuebutton {
	display: none;
}

.accountbox {
	padding: 10px;
}
.accountbox img {
	padding-right: 15px;
}
.accountboxinner {
	border:1px solid #CCC;
	padding:20px
}


.myordersdiv {
	margin-top: 15px;
	margin-bottom: 15px;
	border:1px solid #CCC;
	padding:20px;
}
.ticked {
    background-color: #000 !important;
    background-image: url("../images/ticksmall.png");
	color: #fff !important;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 25px !important;
}

.showimagemobile {
	display: none;
	max-width: 200px;
	float: right;
	margin: 0px 0px 10px 10px;
}

.mobilenavonly {
	display: none !important;
}

/* Error page */
.headlineerror {
	font-size: 26px;
	color: #F00;
	font-weight: normal;
	margin-top: 5px;
}
/* End */


.topsection {
	 display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.centreall {
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
	width: 300px;
}

.a2a_svg {
	background-color: #999 !important;
}
iframe {    
 border: 0;
}


/* Form mandatory fields error messages */
#termsaccept-error {
	color: #f00;
	display: inline !important;
	margin-left: 10px;
}

label.error {
	color: #f00;
	display: table;
	margin-bottom: 15px;
	font-size: 13px;
}
/* End */

.redtext {
	color: #72160d;
}

/* Team photos */
.teamphoto {
	border: 5px solid #fff;
	text-align: center;
}
.staffphoto {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
/* End of team photos */

p.testimonialcite {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 35px;
}

.prioritydeldates, #storedaddresses {
	display: none;
}


.basketboxcontainer {
	margin-top: -230px;
}
.basketboxcont {
	width: 100%;
}
.basketbox {
	max-width: 110px !important;
	text-align: center;
	border: 10px solid #fff;
	font-size: 13px;
}
.basketboxcontainer .btn {
	font-size: 14px !important;
	padding: 2px 5px;
}
.basketboxheading {
	font-size: 13px;
}
.savedaddress {
	margin-top: 10px;
}
#storedaddresscont {
	padding: 15px;
	border: 1px solid #73170d;
	margin-bottom: 15px;
}
#storedaddresscont p {
	margin-bottom: 0px;
}
.setaddress {
	cursor: pointer;
}