/*MAIN.CSS*/
:root{
	font-size: 14px;
	line-height: 140%;
}
body {
	font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
	color: #1a1a1a;
}
h1, .heading{
	font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:500;
	font-size: 40px;
	line-height:45px;
	text-transform: uppercase;
}

h2, .subhead{
	margin-top:3px;
	margin-bottom:3px;
	font-weight:700;
	font-size: 30px;
	line-height: 32px;
}
.darkblock{
	background-color: #222222;
	color:#fff;
	padding:5%;
}
.lightblock{
	background-color: #cccccc;
	padding:5%;
}
.largetext{
	font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size: 38px;
	line-height:43px;
}
.small {
	font-size: 10px;
}
.bold{
	font-weight: 600;
}
.caption{
	font-family: "roboto-slab",serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
p.redtextgraybg{
	color: #ed3424;
	background-color: #e6e9eb;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	float: left;
	clear: both;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
}

p.redintrotext{
	color: #ed3424;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	text-transform: uppercase;
}
strong{
	font-weight: 600;	
}
.redtext{
	color:#ed3424;
}
.orangetext{
	color:#f8a41a;
}
.grey{
	color:#999;
}


.submitbutton, a.submitbutton {
	display: inline-block;
	-webkit-appearance: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	color: #ed3424;
	font-weight: 500;
	background-color: #fff;
	min-width: 140px;
	max-width: 98%;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 30px;
	cursor: pointer;
	float: left;
	text-decoration: none;
	white-space: normal;
	box-sizing: border-box;
	margin-right: 2%;
	border-radius: 5px;
	border: 1px solid #ed3424;
	background-image: url(../images/rightarrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-origin: border-box;
	background-size: 22px 16px;
}


.submitbutton:hover, a.submitbutton:hover{
	color:#fff;
	background-color: #ed3424;
	background-image: url(../images/rightarrow_white.svg);
}

a.submitbutton{
	float:none;	
}



#headerwrap_div {
	color: #fff;
	background-color: #ed3424;
	position: fixed;
	z-index: 9998;
	width: 100%;
}
.logo_img {
	width:104px;
	margin-top: 8px;
	width: 104px;
	margin-bottom: 11px;
}
.menubtn_a {
	right: 0px;
	top: 0px;
	margin-top: 12px;
	width: 36px;
	height: 36px;
	background-image: url("../images/menubtn.svg");
}
.headerfiller_div {
	height: 48px;
}

.search_div{
	display:none;
}
.slideinnav_div {
	font-weight: normal;
}
#slideinnavsitecover{
	background-image: none;
}
#slideinnavholder_div {
	top: 0px !important;
	background-color: #ececed;
	max-width: 320px;
	height: auto !important;
}
#slideinnavholderinner_div{
	padding-top:12px;
	padding-bottom:44px;
	padding-left:44px;
	padding-right: 13px;
	width: 320px;
	box-sizing:border-box;
}	

.slideinnavinner_div {
	padding-left: 0px;
	clear:both;
}

.slideinnav_div a {
	color: #1a1a1a;
	display: block;
	text-decoration: none;
	clear: both;
	background-repeat: no-repeat;
	height: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
	text-decoration: none;
	padding-top: 29px;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
}
.slideinnav_div a:hover, .slideinnav_div a.at, .slideinnav_div a.subnavopen {
	color: #ed3424;
	border-bottom: none;
}
.slideinnav_div .mobilesearchwrap_div {
	display: block;
}
.menubtn_a {
	background-image: url("../images/menubtn.svg?3");
	background-position: center top;
}
.menubtn_a.at {
	background-image: url("../images/menubtn.svg?3");
}
.slideinmenuclosebtn_div{
	background-image: url("../images/menuclosebtn.svg");
}

.mobilesearchwrap_div {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ececed;
}
.mobilesearch_div {
	float: left;
	width: 108px;
	height: 30px;
	background-image: url(../images/mobilesearchbg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #333333;
}

.mobilesearch_div ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#999;
}
.mobilesearch_div ::-moz-placeholder { /* Firefox 19+ */
	color:#999;
}
.mobilesearch_div :-ms-input-placeholder { /* IE 10+ */
	color:#999;
}
.mobilesearch_div :-moz-placeholder { /* Firefox 18- */
	color:#999;
}


.slideinmenuclosebtn_div {
	background-image: url(../images/mobilemenuclosebtn.svg);
	height: 50px;
	background-size:cover;
}
.slideinnavinner_div.hassubnav a {
	background-image: url(../images/downtriangle.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px;
	background-origin: content-box;
}
.slideinnavinner_div.hassubnav a.slideinsubnavopen {
	background-image: url(../images/uptriangle.svg);
}

.slideinsubnav_div {
	background-color: transparent;
}
.slideinnavinner_div.hassubnav .slideinsubnavinner_div a{
	background-image: none;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	padding-top: 16px;
	color: #ed3424;
	height: 16px;
}
.slideinnavinner_div.hassubnav .slideinsubnavinner_div a:hover{
	color: #000;
}

.local_slideinsocial_div{
	float:left;
	min-width:148px;
	margin-top: 40px;
	border-top:1px solid #4d4d4d;
	padding-top: 29px;
	font-weight: 500;
}
.local_slideinsocial_div p{
	padding-bottom:0px;
}
.local_slideinsocialinner2_div{
	padding-bottom: 8px;	
}

.local_slideinsocialconnect_div, .local_slideinsocialcontact_div{
	float:left;
	box-sizing: border-box;
}
.local_slideinsocialconnect_div{
	padding-right: 8px;
}
.local_slideinsocialcontact_div{
	padding-left: 8px;
	border-left: solid 1px #4d4d4d;
}

.slideinnav_div .local_slideinsocialinner_div a{
	float: left;
	display: block;
	clear:none;
	width: 25px;
	height: 22px;
	padding-top: 0px;
	background-image: url(../images/menusocialicons.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 76px 19px;
}
.slideinnav_div .local_slideinsocialinner_div a.facebook{
	background-position: 0px center;
	width:20px;
}
.slideinnav_div .local_slideinsocialinner_div a.instagram{
	background-position: -24px center;
}
.slideinnav_div .local_slideinsocialinner_div a.youtube{
	background-position: -51px center;
}

.slideinnav_div .local_slideinsocialinner2_div a, .slideinnav_div .local_slideinsocialinner2_div p {
	color: #1a1a1a;
	background-color: transparent;
	width: auto;
	display: block;
	text-align: left;
	height: auto;
	text-decoration: none;
	padding-top: 0px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}
.slideinnav_div .local_slideinsocialinner2_div a:hover {
	color: #ed3424;
}
.pagebannerwrap {
	position: relative;
}
#pagebanner_div{
	height:400px;
}

.slidelinkicon{
	width:32px;
	height: 32px;
}
.slidetopshadow_div {
	position: absolute;
	z-index: 2000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/topshadow.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: contain;
}
.slidebottomshadow_div{
	position: absolute;
	z-index: 2000;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background-image: url(../images/bottomshadow.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: contain;
}

.slidebottomshadow_div.blackoverlay{
	background-image: url(../images/bottomshadow_black.png);
}
.sectiontopoverlay_div{
	position: absolute;
	z-index: 2000;
	top: 0px;
	left: 0px;
	width: 100%;
	height:auto;
	background-image: url(../images/topoverlay_white.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: contain;
}
.sectiontopoverlay_div.white{
	background-image: url(../images/topoverlay_white.png);
}
.sectiontopoverlay_div.black{
	background-image: url(../images/topoverlay_black.png);
}
.sectiontopoverlay_div.grey{
	background-image: url(../images/topoverlay_grey.png);
}
.sectiontopoverlay_div.red{
	background-image: url(../images/topoverlay_red.png);
}

.sectionbottomoverlay_div{
	position: absolute;
	z-index: 2000;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background-image: url(../images/bottomoverlay_white.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: contain;
}
.sectionbottomoverlay_div.white{
	background-image: url(../images/bottomoverlay_white.png);
}
.sectionbottomoverlay_div.black{
	background-image: url(../images/bottomoverlay_black.png);
}
.sectionbottomoverlay_div.grey{
	background-image: url(../images/bottomoverlay_grey.png);
}
.sectionbottomoverlay_div.red{
	background-image: url(../images/bottomoverlay_red.png);
}
.instapic_div{
	width: 25%;
	box-sizing: border-box;
	padding:5px;
	float: left;
}
@media only screen and (min-width: 2000px) {
	.instapic_div{
		width: 20%;
	}
}

@media only screen and (min-width: 2400px) {
	.instapic_div{
		width: 16.666%;
	}
}


.instapicinner_div{
	height: 430px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.instapicinner_div:hover{
	
}
.instapicinner_div a{
	position:relative;
	display:block;
	width:100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
}
.instadetailsouter_div{
	position:relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/instabg.png);
	vertical-align: middle;
	text-align: center;
	display:table;
	opacity: 0;
}
.instadetailsouter_div:hover{
	opacity: 1;
}
.instadetailsinner_div{
	position:relative;
	width: 100%;
	height: 100%;
	display: table-cell;
	box-sizing: border-box;
	padding: 5%;
    vertical-align: middle;
    text-align: center;
}
.instaicon_img{
	position: absolute;
	left:2%;
	top:2%;
	width:10%;
}

.facebookicon_img{
	position: absolute;
	left:2%;
	top:2%;
	width:11%;
}

.homehowtos_div {
	margin: auto;
	width: auto;
	max-width: 1128px;
}


.homehowto_div {
	float: left;
	width:33.333%;
	box-sizing: border-box;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	text-align: center;
	position: relative;
}
.homehowto_div a {
	text-decoration: none;
	color: #fff;
}
.homehowtocaption_div{
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	padding-top: 27px;
	padding-bottom: 68px;
	padding-left: 1%;
	padding-right: 1%;
}
.homehowtocaption_div .heading {
	font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
.homehowtopic{
	position: relative;
	margin-top: -15%;
}
.vidicon_div{
	width: 100%;
	height: 100%;
	background-image: url(../images/videoicon.svg);
	background-size: 75px;
	background-position: center 65%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 999;
}
#videopopoverlay{
	display:none;
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background-image: url(../images/transblack.png);
}
.videopopinner{
	width: 700px;
	max-width: 95%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}
.videopopinner iframe{
	width:100%;
	height: 100%;
}

.closevidpopwrap_div{
	width: 700px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.closevidpop{
	display: inline-block;
	width: 30px;
	height: 40px;
	background-image: url(../images/vidpopclose.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 40px;
	margin-bottom: 15px;
}
.storelogos_div{
	margin-top:-1%;	
}
.storelogo_div{
	float: left;
	width: 23%;
	box-sizing: content-box;
	background-image: url(../content/storelogo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 1%;
}
.storelogofiller{
	width:100%;
	height: auto;
}
.bbqandfiregraphicvert{
	display:none;	
}
.knowyourmeatsgraphic{
	margin-bottom: -110px;
}
.knowyourmeatsgraphicvert{
	display:none;
}
.historylist_div{
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/vertline.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.history_div{
	margin-top: -3px;
	width:55%;
	float: left;
	min-width: 300px;
	margin-bottom: 20px;
}
.history_div.historyright{
	float: right;
}
.historydetails_div{
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #e1e2e3;
	margin-right: 137px;
}

.history_div.historyright .historydetails_div{
	margin-right: 0px;
	margin-left: 137px;
}
.historyyear_div{
	width: 104px;
	height: 76px;
	float: right;
	background-image: url(../images/historyyear.png);
	background-repeat: no-repeat;
	background-position: right center;
	box-sizing: border-box;
	padding-left: 29px;
	padding-top:31px;
	color: #ec3424;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
}
.history_div.historyright .historyyear_div{
	float: left;
	background-image: url(../images/historyrightyear.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #f8a41a;
	padding-left: 0px;
	padding-right: 28px;
}

.historyyearinner_div{
	text-align: center;	
}
.gourmetbbqlogo{
	position:absolute;
	z-index: 9999;
	top: -150px;
	left: 0px;
}
.randhowtos_div{
	padding-top: 24px;	
	width:104%;
	margin-left: -2%;
	margin-right: -2%;
}

.randhowto_div{
	float: left;
	width:33.3333%;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
}

.randhowto_div .vidicon_div{
	background-position: center center;
}
.howtovidpic{
	width:100%;	
}
.vidthumb_a{
	display:block;
	position: relative;
}
.howtottl_div{
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 18px;
	text-transform: uppercase;
	color: #ed3424;
	font-family: "roboto-slab",serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}
.howtonumber_span{
	color: #000;	
}
.howtos_div{
	margin: auto;
	width: auto;
	padding-top: 24px;
	border-top: 1px solid #ed3424;
}
.howtofilter_div{
	font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 500;
	width:33%;
	box-sizing: border-box;
	float: left;
}
.howtofilterttl_p{
	font-size: 17px;
	line-height: 18px;
	color: #000;
}
.filterblock{
	padding-bottom: 12px;	
}
.filterttlrow{
	font-size: 14px;
	text-transform: uppercase;
	color: #ed3424;
}
.filterrow_div{
	font-size: 12px;
	text-transform: uppercase;
	color: #929497;
}
.filterrow_div label{
	cursor: pointer;
}

.filterrow_div.selected{
	font-weight: 700;
	color: #000;
}
.filtercheckbox{
	display:none;
}
.howtovideos_div{
	width:67%;
	box-sizing: border-box;
	float: left;
}
#howtosholder_div{
	width:106%;
	margin-left: -3%;
	margin-right: -3%;
}

.howto_div{
	float: left;
	width:50%;
	box-sizing: border-box;
	padding-left: 3%;
	padding-right: 3%;
}
.howto_div .vidicon_div{
	background-position: center center;
}
#howtosholder_div .two_per_row_div{
	display: block;
}

.searchttl{
	font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom:5px;
	font-weight:500;
	font-size: 18px;
	line-height:20px;
	text-transform: uppercase;
	color: #000;
}
.searchttl a{
	color: #000;
}
#articlelistwrap_div.ourproducts_div{
	width:104%;
	margin-left: -2%;
	margin-right: -2%;
	max-width: none;
}
.ourproduct_div{
	width:29%;
	float:left;
	margin:2%;
	text-align: center;
}
.ourproduct_div a{
	text-decoration: none;
}
.ourproductttl{
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #ed3424;
	padding-top:20px;
}
.ourproductttl.is_natural{
	color:#0b5c4f;
}
.ourproducts_div .three_per_row_div{
	display:block;
}
.sectionpiconly {
	min-height: 450px;
}
.sectiontopoverlay_div{
	position: absolute;
	z-index: 2000;
	top: 0px;
	left: 0px;
	width: 100%;
	height:auto;
	background-image: url(../images/topoverlay_white.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: contain;
}
.sectiontopoverlay_div.white{
	background-image: url(../images/topoverlay_white.png);
}
.sectiontopoverlay_div.black{
	background-image: url(../images/topoverlay_black.png);
}
.sectiontopoverlay_div.grey{
	background-image: url(../images/topoverlay_grey.png);
}
.sectiontopoverlay_div.red{
	background-image: url(../images/topoverlay_red.png);
}

.sectionbottomoverlay_div{
	position: absolute;
	z-index: 2000;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background-image: url(../images/bottomoverlay_white.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: contain;
}
.sectionbottomoverlay_div.white{
	background-image: url(../images/bottomoverlay_white.png);
}
.sectionbottomoverlay_div.black{
	background-image: url(../images/bottomoverlay_black.png);
}
.sectionbottomoverlay_div.grey{
	background-image: url(../images/bottomoverlay_grey.png);
}
.sectionbottomoverlay_div.red{
	background-image: url(../images/bottomoverlay_red.png);
}
.sectionttl {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #dcdcdc;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footerwrap_div {
	background-color: #ed3424;
}
#footer_div {
	color:#fff;
	width: auto;
	max-width: 1128px;
	margin-left: auto;
	margin-right: auto;
	padding-top:46px;
	padding-bottom:23px;
	padding-left:20px;
	padding-right:20px;
}
#footer_div a {
	color:#fff;
}
#footer_div a.footersubnav {
	color:#A7A9AC;
	text-decoration: none;
}
.footerleft_div{
	float:left;	
	margin-bottom: -36px;
}
.footerlogo_img{
	width:90px;
	height:auto;
	margin-top: 5px;
}
.footerbbqandfire_img{
	margin-top: 3px;
	width:89px;
	height: 105px;
}
.footerbbqandfire_div p{
	text-align: justify;
	padding-bottom: 10px;
}
#footer_div a.siteswitcher_a{
	display:block;
	text-align: center;
	color: #00722f;
	background-color: #ffc629;
	font-size: 22px;
	line-height: 22px;
	text-decoration: none;
	margin-top: 9px;
	padding-top: 26px;
	padding-bottom: 20px;
	margin-bottom: -6px;
}
#footer_div a.siteswitcher_a.nz{
	color: #fff;
	background-color: #000;
}
.footnav_div{
	float:left;
	width:20%;
}
.footermain_a{
	font-weight:bold;
}

.footerclearsmall{
	display:none;
	clear:both;
	height: 10px;
}

.footercleartiny{
	display:none;
	clear:both;
	height: 10px;
}

.footerclearmicro{
	display:none;
	clear:both;
	height: 10px;
}

.footersocial_div{
	float:right;
	text-align: center;
	font-weight: 500;
	padding-bottom: 40px;
}

.footersocial_div p{
	padding-bottom: 8px;
}
.footersocial_div a{
	display: inline-block;
	width: 25px;
	height: 22px;
	padding-top: 0px;
	background-image: url(../images/footersocialicons.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 76px 19px;
}
.footersocial_div a.facebook{
	background-position: 6px center;
}
.footersocial_div a.instagram{
	background-position: -25px center;
}
.footersocial_div a.youtube{
	background-position: -55px center;
}



.cright_div{
	clear:both;
	font-size:11px;
	float:right;
}
.searchres_div{
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #999999;
}
.searchresinner_div{
	max-width: 700px;
}
#ourprodslideshow_div{
	width:100%;
	height:730px;
	overflow:hidden;
}
#prev{
	position: absolute;
	left: 0px;
	top: 230px;
	cursor: pointer;
	z-index: 999;
	width: 49px;
	height: 62px;
	background-image: url(../images/prev.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#prev:hover{
	background-image: url(../images/prev_hover.svg);
}
#next{
	position:absolute;
	right:0px;
	top:230px;
	cursor:pointer;
	z-index: 999;
	width:49px;
	height: 62px;
	background-image: url(../images/next.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#next:hover{
	background-image: url(../images/next_hover.svg);
}


#prev.disabled, #next.disabled{
	display:none;
}
.ourprodbg{
	position: absolute;
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 99;
	opacity:0;
}
.ourprodbg.summer{
	background-image: url(../images/ourprodbg_summer.jpg);	
}
.ourprodbg.winter{
	background-image: url(../images/ourprodbg_winter.jpg);	
}
.ourprodslideinner_div{
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left: -50%;
	width:100%;
	text-align: center;
	z-index: 9999;
}

.ourprodslidepic{
	height:500px;
	width: auto;
}

.ourprodslidecaption_div{
	height:220px;	
}

.ourprodslidettl{
	color:#ed3424;
	font-size: 38px;
	line-height: 44px;
	padding-top: 18px;
	padding-bottom: 18px;
	text-transform: uppercase;
}
.ourprodslidettl.is_natural{
	color:#0b5c4f;
}

.ourprodslidedesc{
	display:block;
	max-width: 400px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	color: #666666;
}










/*********************PRODUCT*******************/



.local_mobileprodfilter_div{
	display:none;
}
#local_prodcatselect{
	width:100%;
}

a.local_prodfilter_a {
	text-decoration: none;
	display: inline-block;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-right:solid 1px #506573;
}
a.local_prodfilter_a:last-of-type {
	border-right:none;
}
a.local_prodfilter_a.at {
	font-weight:600;
}

.local_proddetwrapper_div{
    background-image: url(/site_local/images/vertline.svg);
    background-repeat: repeat-y;
    background-position: top center;
}

.local_productwrap_div{
	max-width: 1126px;
	margin-left:auto;
	margin-right: auto;
	padding-left:20px;
	padding-right:20px;
}

.local_productwrap_div .breadcrumbs_div{
	padding-top:10px;
}
.prodgal_div {
	width: 50%;
	float: left;
	max-width: 600px;
	border-right: none;
	padding-right: 5%;
	box-sizing: border-box;
	min-height:10px;
}


.prodgalslide{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.prodgalpagerwrap_div{
	text-align:center;
	padding-top:3%;
}
.prodgalpager img{
	width:64px;
	height:64px;
	margin:1%;
	cursor:pointer;
}

.prodgalslider_div .slick-prev{
	background-image: url(../images/prev.svg?3);
	background-repeat: no-repeat;
	background-size: contain;
	height: 27px;
	width: 28px;
	opacity: 0.8;
	z-index: 999;
}
.prodgalslider_div .slick-prev:hover{
	opacity: 1;
}

.prodgalslider_div .slick-prev::before{
	content:none;
}


.prodgalslider_div .slick-next{
	background-image: url(../images/next.svg?3);
	background-repeat: no-repeat;
	background-size: contain;
	height: 27px;
	width: 28px;
	opacity: 0.8;
	z-index: 999;
}
.slick-prev {
	left: 5px;
}
.slick-next {
	right: -5px;
}
.prodgalslider_div .slick-next:hover{
	opacity: 1;
}

.prodgalslider_div .slick-next::before{
	content:none;
}

.slick-disabled{
	display:none !important;
}



.prodgalslider_div .slick-next::before{
	content:none;
}

.slick-disabled{
	display:none !important;
}


.prodgalslider_div .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 4px;
	background-image: url(../images/pager_bg.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 14px;
}
.prodgalslider_div .slick-dots li.slick-active {
	background-position: right center;
}
.prodgalslider_div .slick-dots li button{
    display:none;
}


.productdetail_div {
	width: 50%;
	padding-left: 5%;
	float: left;
	box-sizing: border-box;
}


.local_proddetail_div{
	min-height: 200px;
}


.partnerlogos_div {
	margin: auto;
	width: auto;
	max-width: 1310px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
.partnerlogo_div {
	display: inline-block;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-top: 1%;
	width: 31%;
	background-color: #fff;
	height: auto;
	position: relative;
	vertical-align: top;
}
.partnerlogoimage_div{
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
	width:80%;
	max-width:240px;
	margin-left:auto;
	margin-right:auto;
}

.partnerlogo_a{
	display:block;
	width:100%;
	height:100%;
}

.partnerlogos_div .three_per_row_div{
	display:block;
}

.partnerlogo_div img {
	width:100%;
}


.local_prodfilter_div{
	padding-left:5%;
    padding-right: 5%;
    font-size: 130%;
    text-align: center;
}

.productdetail_div h1, .productdetail_div .heading {
	font-size: 150%;
	line-height: 120%;
	padding-bottom:15px;
	margin-bottom: 20px;
	border-bottom: solid 1px #c1c2c2;
	color: #ee3524;
}

.productdetail_div img{
	width:120px;
}

.local_productstockists_div .partnerlogo_div{
	width:48%;
	margin-left: 0px;
	margin-right: 2%;
}
.local_productstockists_div .partnerlogoimage_div {
	margin-left: 0px;
}

.breadcrumbs_div {
	font-size: inherit;
	text-transform: capitalize;
	color: #506573;
}
.breadcrumbs_div a {
	color: #506573;
}


.local_similarprods_div{
	background-color: #f9f3eb;
	border-top: solid 1px #506573;
	padding-top:40px;
	padding-bottom:40px;
}
.local_similarprodsinner_div{
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}



.local_prodhyphen{
	color:#fff;
	width:1px;
	overflow:hidden;
}


.relatedprodsliderwrap_div{
	margin-top:100px;
	padding-top:40px;
	border-top: solid 1px #c1c2c2;
}
.relatedprodsliderwrap_div h3{
	display:block;
	float:left;
	margin-top:8px;
}

.local_relatedprodslide_div a{
	text-decoration: none;
	color:#404143;
	padding:5%;
	display:block;
}

.local_relatedprodslidettl_div{
	text-align:center;
	padding-top:13px;
}

.local_productgrid_div{
	width:104%;
	margin-left:-2%;
	margin-right:-2%;
	padding-bottom:40px;
	background-repeat: repeat-y;
	background-size: contain;
	min-height: 100%;
	margin-top:45px;
}

.local_productgrid_div.local_relatedprods{
	padding-bottom:0px;
}


.local_productitem_div{
	width:29%;
	float:left;
	box-sizing:border-box;
	margin-left:2%;
	margin-right:2%;
	margin-bottom: 4%;
	position:relative;
    text-align: center;
}

.local_prodgridpic_img{
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}


.local_productitem_div a{
	text-decoration:none;
	color:#506573;
}

.local_productitem_div a:hover .local_prodgridpic_img{
	opacity:0.8;
}


.local_prodintrotext_p{
	text-align:center;
	font-size:80%;
	line-height: 130%;
}


.local_productgrid_div .three_per_row_div{
	display:block;
}

.local_productitem_div h4{
	text-align: center;
	color:#506573;
	font-weight: 500;
	margin-bottom: 10px;
	line-height:120%;
	
}
.local_productitem_div h4 span{
	word-break: break-all;
}

p.local_prodgridsize{
	font-size:12px;
	text-align:center;
}


a.submitbutton.relatedeviewallbutton{
	float:right;
	font-weight: 300;
	border-radius: 12px;
	text-transform: none;
	color: #ffffff;
	background-color: #ed3424;
}
a.submitbutton.relatedeviewallbutton:hover {
	color: #ed3424;
	background-color: #ffffff;
}
