body {   	
	color: #242424;
 	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
 	FONT-SIZE: 11px;
	text-align: left; 
	margin-left: 0px; 		
	margin-top: 0px; 	
	margin:auto;
	width:1200px;
	background-color:#FFFFFF;	
	-webkit-box-shadow: 0px 0px 71px -3px rgba(138,136,138,0.2);
	-moz-box-shadow: 0px 0px 71px -3px rgba(138,136,138,0.2);
	box-shadow: 0px 0px 71px -3px rgba(138,136,138,0.2);

}

.content {
	text-align:left;
	font-family: Verdana, Arial, Helvetica;		
	padding:0px;
	background-color:White;
}

.now {
	font-family: Arial, Verdana;
	font-size:26px;
	color: #9F2020;
	font-weight: bold;	
	margin-top: 5px;			
	margin-bottom: -6px;		
}

.error-message {
    display: none;
    color: #d8000c; /* Strong red for visibility */
    background-color: #ffd2d2; /* Light red background for contrast */
    border: 1px solid #d8000c;
    padding: 8px 12px;
    margin-top: 6px;
    font-size: 0.95em;
    border-radius: 4px;
    width:370px;
}


img {
	border: 0;
}

.input, .select {
  padding: 5px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

img.Sirv.sirv-image-loading {
	border: 0;
	opacity: 0;
	max-width:98%;
	height:auto;
}

img.Sirv.sirv-image-loaded {
  transition: opacity .3s linear;
  opacity: 1;
	max-width:98%;
	height:auto;  
}

h1 {
	font-weight: 400; 
	font-family: Helvetica, sans-serif, Arial;
	font-size: 22px;
	color: #676453;
	margin-top: 2px;	
	margin-bottom: 4px;	
}

h2 {
	font-weight: 400; 
	font-family: Helvetica, sans-serif, Arial;
	font-size: 22px;
	color: #676453;
	margin-top: 0px;	
	margin-bottom: 1px;	
}

h3 {
	Font-weight: 400; 
	font-family: Helvetica, sans-serif, Arial;
	font-size: 18px;
	color: #676453;
	margin-top: 1px;	
	margin-bottom: 1px;	
	Border-Bottom: Solid;
	Border-Width: 1pt;
	Border-Color: #666666;			

}

h4 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 20px;
	color: #676453;
	margin-top: 0px;	
	margin-bottom: 1px;	
}

ul {
	list-style-image: url(/images/noimage.gif);	
	font-family: Verdana, Arial, Helvetica; 	
	font-size: 11px;	
  margin-left:  0;
  margin-right: 0;
  margin-top:  0;	
}

p {   	
	color: #454545;
 	FONT-FAMILY: Verdana;
 	FONT-SIZE: 13px;

}
a:link, a:visited {  
	text-decoration: none; 
	color: #333333;
	}

a:active { 
	text-decoration: none; 
	color: #336699
	}

a:hover {  
	text-decoration: none; 
	color: #1D1D1D
	}

.bottomline {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom-color: #999999;
	margin-bottom: 11px;	
}

.gfwsidemenu {
	padding: 5px 0px 5px 5px;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}

a.h3header:link, a.h3header:visited {
	font-family: Arial;
	font-size: 11px;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

a.h3header:hover {
	font-family: Arial;
	font-size: 11px;
	color: #336699;
	font-weight: bold;	
	text-decoration: underline;
}

a.breadcrumblink {
	font-size:11px;
	color:#333333;
	padding: 0 5px 0 10px;
}

a.breadcrumblink-on {
	font-size:11px;
	color:#292929;
	font-weight:Bold;
	padding: 0 5px 0 10px;
}

a.gfwsidemenu:link, a.gfwsidemenu:visited {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #333333;

}
a.gfwsidemenu:hover {
	color: #1D1D1D;
	}

a.gfwmenu:link,a.gfwmenu:visited {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: Bold;
	color: WHITE;
	text-decoration: none;
}

a.gfwmenu:hover {
	text-decoration: underline;
	color: White;
}


a.gfwmenu-on:link,a.gfwmenu-on:visited {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: Bold;
	color: #E7D22B;
	text-decoration: none;
}

a.gfwmenu-on:hover {
	text-decoration: none;
}

a.salelink:link, a.salelink:visited {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px;
	text-decoration: none;
	color: Red;

}
a.salelink:hover {
	font-size: 11px;
	color: Red;
	text-decoration:underline;
	}

a.whiteheader:link, 
a.whiteheader:visited {  
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;	
	color: White;

	}
a.whiteheader:hover {  
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: underline; 
	font-weight:bold;	
	color: White;
	}

a.whiteheaderlarge:link, 
a.whiteheaderlarge:visited {  
	font-family: Arial, Verdana;
	font-size: 16px;
	text-decoration: none;
	font-weight:bold;	
	color: White;
	}
	
a.whiteheaderlarge:hover {  
	font-family: Arial, Verdana;
	font-size: 16px;
	text-decoration: underline; 
	font-weight:bold;	
	color: White;
}

a.whl:link, 
a.whl:visited {  
	font-family: Helvetica, sans-serif, Arial;
	font-size: 22px;
	text-decoration: none;
	color: White;
	}
	
a.whl:hover {  
	font-family: Helvetica, sans-serif, Arial;
	font-size: 22px;
	text-decoration: none; 
	color: White;
}

a.listmenulinkwhite:link,a.listmenulinkwhite:visited {
	font-family: Verdana;
	font-size: 11px;
	color: White;
	text-decoration: none;
}

a.listmenulinkwhite:hover {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: White;
}

a.listmenulinkwhitelarge:link,a.listmenulinkwhitelarge:visited {
	font-family: Arial;
	font-size: 11px;
	color: White;
	text-decoration: none;
}
a.listmenulinkwhitelarge:hover {
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
	color: White;
}

a.headeroption:link,a.headeroption:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	text-decoration: none;
}

a.headeroption:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.headeroption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99CC99;
	text-decoration: none;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

form {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.content {
	margin-top: 25px;
	margin-left: 5px;
}

.footernotes {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #999999;
}

td.SaleHead {
	color: #CD1A18;
	font-family: Verdana,Arial; 
	font-size: 13px; 
	font-weight: bold; 
	margin-top: 7px; 
	margin-bottom: 5px;  	
}

td.sideheader {
	background-color: #666666;
	height:25px;	
	color: White;
 	FONT-FAMILY: Verdana, Arial;
 	FONT-SIZE: 11px;
	padding-left: 4px;
}

td.sideheadermenu {
	padding: 10px 0px 0px 0px;
	background-color: White;
	height:25px;	
	color: Black;
 	FONT-FAMILY: Verdana, Arial;
 	FONT-SIZE: 12px;
	font-weight: Bold;
	padding-left: 4px;
	margin-top: 2px;	
	margin-bottom: 1px;	
	Border-Bottom: Solid;
	Border-Width: 1pt;
	Border-Color: #666666;			
}

td {
	FONT-COLOR: #999999;
 	FONT-FAMILY: Verdana;
 	FONT-SIZE: 12;
}

.producthead {
	Font-weight: 400; 
	font-family: Helvetica, sans-serif, Arial;
	font-size: 22px;
	color: #676453;
	margin-top: 1px;	
	margin-bottom: 1px;	
	Border-Bottom: Solid;
	Border-Width: 1pt;
	Border-Color: #666666;			
}

.producthead-white {
	Font-weight: 200; 
	font-family: Helvetica, sans-serif, Arial;
	font-size: 18px;
	color: White;
	margin-top: 1px;	
	margin-bottom: 1px;	
	Border-Bottom: Solid;
	Border-Width: 1pt;
	Border-Color: #666666;			
}


.financepayment {

	font-family: Arial, Verdana;
	font-size:28px;
	color: #FF0000;	
	font-weight: bold;	
}

.financepaymentmonth {

	font-family: Arial, Verdana;
	font-size:10px;
	color: #999999;
}

.BorderTopLine {
	Border-Top: Dotted;
	Border-Color: Grey;
	Border-Width: 1pt;
}

th {
	FONT-COLOR: #999999;
 	FONT-FAMILY: Verdana;
 	FONT-SIZE: 12;
}
.Outline {
	Border-Style: Solid;
	Border-Width: 1pt;
	Border-Color: #999999;
}
.BasketOutline {
	Border-Style: Solid;
	Border-Width: 1pt;
	Border-Color: #999999;
}
.BasketRightLine {
	Border-Right: Solid;
	Border-Width: 1pt;
	Border-Color: #999999;
}
.BasketColHeader {
	Border-Style: Solid;
	Border-Width: 1pt;
	Border-Color: #CCCCCC;
	font-size: 12;
}
.BasketTopRightLine {
	Border-Top: Solid;
	Border-Right: Solid;
	Border-Color: Grey;
	Border-Width: 1pt;
}
.BasketTopLine {
	Border-Top: Solid;
	Border-Color: Grey;
	Border-Width: 1pt;
}

.ColHeader {
	FONT-COLOR: White;
	Background-Color: #999999;
	Border-Width: 1pt;
}

table.headerbar {
	font-family: Arial, Verdana;
	color: #666666;
	margin-top: 1px;	
	margin-bottom: 1px;	
}

td.headerbardivider {
	border-right-style: dotted;
	border-right-width: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border-right-color: #676453;
}

table.hoverTable{
		width:100%; 
		border:#CCCCCC 1px solid;
		background: White
}

.hoverTable:hover {
	border-style: solid;
	border-color: black;	
	box-shadow: 4px 6px 6px #D1D1D1;	
} 


table.hoverTableblack{
		width:100%; 
		border:#CCCCCC 1px solid;
		background: yellow;
}

.hoverTableblack:hover {
	border-style: solid;
	border-color: black;	
	box-shadow: 4px 6px 6px #D1D1D1;	
} 

table.footerTable {
	border-collapse: collapse;
}

button.atb {	
	padding: 5px 15px;
	font-family: Arial, Verdana, serif;
	font-size: 15px;
	color:White;
	border: 0px;
	background-color: #333333;	
	display: block;
	cursor: pointer;	
}

.atb:hover {
	color:#333333;
	background-color: #FAE735;
}

button.atb-product {	
	padding: 9px 25px;
	font-family: Arial, Verdana, serif;
	font-size: 17px;
	color:White;
	border: 0px;
	background-color: #333333;	
	display: block;
	cursor: pointer;	
}

.atb-product:hover {
	color:#333333;
	background-color: #FAE735;
}


select {
	font-size: 12px;
}

input.search {
	padding:8px 15px;
	background-color:#D6D6D6;
	border:0px solid #dbdbdb;
	width:250px;
	height:24px;
}

button.btnsearch {
	padding: 5px 15px;
	font-family: Arial, Verdana, serif;
	font-size: 15px;
	color:White;
	border: 0px;
	background-color: #333333;
	display: block;
	cursor: pointer;
	width: 95px;
	height: 42px;
}

.btnsearch:hover {
	color:#333333;
	background-color: #F9E634;	
}

button.link {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: Black;
	font-style: italic;
	cursor: pointer;
  font-size: 11px;
}

a.productlink{
	Font-weight: 300; 
	font-family: Helvetica, sans-serif, Arial;
	font-size: 22px;
	color: #676453;
	margin-top: 2px;	
	margin-bottom: 2px;	
}

a.productlinkyellow{
	Font-weight: 300; 
	font-family: Helvetica, sans-serif, Arial;
	font-size: 22px;
	color: Black;
	margin-top: 2px;	
	margin-bottom: 2px;	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

a.productlink-on{
	Font-weight: 300; 
	font-family: Helvetica, sans-serif, Arial;
	font-size: 22px;
	color: #676453;
	text-decoration: underline;
	margin-top: 2px;	
	margin-bottom: 2px;	
}

a.productlinksmall{
	font-family: Helvetica, sans-serif, Arial;
	font-size: 18px;
	color: #676453;
	margin-top: 2px;	
	margin-bottom: 2px;	
}

/**
 * HERO CONTAINER
 * --------------------------------------------------------------------------
 */

    .hero-banner {
      justify-content: center;
      align-items: center;
      background: White;
      padding: 0px 0;
    }

    .hero-banner .hero-container {
      width: 1000px;
      height: 550px;
      position: relative;
      overflow: hidden;
      border-radius: 0px;
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    }

    .hero-banner .hero-slide {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

    .hero-banner .hero-slide.active {
      opacity: 1;
      z-index: 1;
    }

    .hero-banner .hero-content {
      font-family: Arial, sans-serif;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
      z-index: 2;
    }

    .hero-banner .hero-content h1 {
	font-size: 48px;
      font-family: sans-serif, Arial;
	color: White;
      margin-bottom: 20px;
      margin-bottom: 60px;
    }

    .hero-banner .hero-content a {
	font-size: 18px;
      font-family: Arial, sans-serif;
      padding: 12px 25px;
      background: #fff;
      color: #333;
      text-decoration: none;
      font-weight: bold;
      border-radius: 5px;
}

.hero-banner #hero-button {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 12px 25px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s, color 0.3s;
}

.hero-banner #hero-button:hover {
  font-family: Arial, sans-serif;
  background: #F0F0F0;
  color: #333;
}


/**
 * HERO CONTAINER 1200
 * --------------------------------------------------------------------------
 */

    .hero-banner-1200 {
      justify-content: center;
      align-items: center;
      background: White;
      padding: 0px 0;
    }

    .hero-banner-1200 .hero-container-1200 {
      width: 1200px;
      height: 550px;
      position: relative;
      overflow: hidden;
      border-radius: 0px;
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    }

    .hero-banner-1200 .hero-slide-1200 {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

    .hero-banner-1200 .hero-slide-1200.active {
      opacity: 1;
      z-index: 1;
    }

    .hero-banner-1200 .hero-content-1200 {
      font-family: Arial, sans-serif;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
      z-index: 2;
    }

    .hero-banner-1200 .hero-content-1200 h1 {
	font-size: 48px;
      font-family: sans-serif, Arial;
	color: White;
      margin-bottom: 20px;
      margin-bottom: 60px;
    }

    .hero-banner-1200 .hero-content-1200 a {
	font-size: 18px;
      font-family: Arial, sans-serif;
      padding: 12px 25px;
      background: #fff;
      color: #333;
      text-decoration: none;
      font-weight: bold;
      border-radius: 5px;
}

.hero-banner-1200 #hero-button-1200 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 12px 25px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s, color 0.3s;
}

.hero-banner-1200 #hero-button-1200:hover {
  font-family: Arial, sans-serif;
  background: #F0F0F0;
  color: #333;
}



/**
 * IFRAME CONTAINER
 * --------------------------------------------------------------------------
 */

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}   

/**
 * BACK TO TOP
 * --------------------------------------------------------------------------
 */

.back-to-top {
	position: fixed;
	bottom: 340px;
	right: 40px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 10px;
	padding: 0;
	display: none;
	z-index:999;
}

.back-to-top:hover {	
			background-color: rgba(135, 135, 135, 0.50);
}	

/**
 * LOAD ON SCROLL
 * --------------------------------------------------------------------------
 */

img.Sirv.sirv-image-loading {
    opacity: 0;
  }
  img.Sirv.sirv-image-loaded {
    transition: opacity .4s linear;
    opacity: 1;
  }
    
/**
 * BASKET CONTAINER
 * --------------------------------------------------------------------------
 */

.basketContainer {
	text-align:right;
	float:right;
	display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 22px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.basketContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    float: right;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
	left: 0;
	height: 25px;
  width: 25px;
  background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.basketContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.basketContainer input:checked ~ .checkmark {
	float:right;
	background-color: #333333;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.basketContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.basketContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**
 * SPECIFICATION CONTAINER
 * --------------------------------------------------------------------------
 */

#specification {
		font-size:14px;
    border-collapse: collapse;
    width: 98%;
    margin-left:auto; margin-right:auto;
}

#specification td, #specification th {
		font-size:14px;
    border: 1px solid #ddd;
    padding: 8px;
}

#specification td.pspec {
	font-weight: bold;
}
#specification tr:nth-child(even){background-color: #f2f2f2;}

#specification tr:hover {background-color: #ddd;}

#specification th.topline {
		font-size:14px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #333333;
    color: white;
}


/**
 * INFORMATION CONTAINER
 * --------------------------------------------------------------------------
 */

#information {
		font-size:14px;
    border-collapse: collapse;
    width: 98%;
    margin-left:auto; margin-right:auto;
}

#information td, #information th {
		font-size:14px;
    border: 1px solid #ddd;
    padding: 8px;
}

#information td.pspec {
	font-weight: bold;
}

#information tr:nth-child(even){background-color: #f2f2f2;}

#information th.topline {
		font-size:14px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #333333;
    color: white;
}


/**
 * ELIGIBILITY CONTAINER
 * --------------------------------------------------------------------------
 */

#eligibility {
		font-size:12px;
    border-collapse: collapse;
    width: 100%;
    margin-left:auto; margin-right:auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 6px;

}

#eligibility th.topline {
		font-size:12px;
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #333333;
    color: white;
}

/**
 * V12 CONTAINER
 * --------------------------------------------------------------------------
 */


#v12finance {
	background: url("https://elshubbo.sirv.com/bbqworld/images/v12-retail-finance-background-5.jpg") no-repeat;
	font-size:11px;
	border-collapse: collapse;
	width: 560px;
	height: 60px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}


#v12financelink {
  padding-left: 22px;
	font-size:12px;
	color:#333333;
	text-decoration: none;
	font-weight:bold;
}

#v12financelinksmall {
  padding-left: 22px;
	font-size:10px;
	color:#333333;
	text-decoration: none;
	font-weight:bold;
}


/**
 * SEARCH INPUT
 * --------------------------------------------------------------------------
 */

.search-wrapper {
    position: relative;
    width: 100%;
}

#lb-search {
    width: 100%;
    padding: 11px;
    box-sizing: border-box;
}

/* the clear button */
#clear-search {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: none;
    line-height: 1;
    padding: 0;
}

#lb-autocomplete { 
	position: absolute; 
	background: #fff; 
	border: 1px solid #ccc; 
	width: 100%; 
	z-index: 100; 
	display: none; 
}

#lb-results {

}



/**
 * INFORMATION CONTAINER
 * --------------------------------------------------------------------------
 */

#information {
		font-size:14px;
    border-collapse: collapse;
    width: 98%;
    margin-left:auto; margin-right:auto;
}

#information td, #specification th {
		font-size:14px;
    border: 1px solid #ddd;
    padding: 8px;
}

#information td.pspec {
	font-weight: bold;
}

#information tr:nth-child(even){background-color: #f2f2f2;}


#information th.topline {
		font-size:14px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #333333;
    color: white;
}


/**
 * ELIGIBILITY CONTAINER
 * --------------------------------------------------------------------------
 */

#eligibility {
		font-size:12px;
    width: 100%;
    margin-left:auto; margin-right:auto;
    padding-top: 6px;
    padding-bottom: 6px;

}

#eligibility th.topline {
		font-size:12px;
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #333333;
    color: white;
}


/**
 * COMPARE BUTTON
 * --------------------------------------------------------------------------
 */

#btncompare {
	font-style:italic;
	font-size:12px;
	background:none;
	color:inherit;
	border:none; 
	padding:0!important;
	cursor: pointer;
}

/**
 * COMPARE CONTAINER
 * --------------------------------------------------------------------------
 */

#compare {
	font-size:12px;
	border-collapse: collapse;
	width: 98%;
	margin-left:auto;
	margin-right:auto;
}

#compare td, #compare th {
	font-size:12px;
	border: 1px solid #ddd;
	padding: 8px;
}

#compare td.pspec {
	font-weight: bold;
}
#compare tr:nth-child(even){background-color: #f2f2f2;}

#compare tr:hover {background-color: #ddd;}

#compare th.topline {
		font-size:13px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #333333;
    color: white;
}


/**
 * V12 CONTAINER
 * --------------------------------------------------------------------------
 */

#v12finance {
	background: url("https://elshubbo.sirv.com/bbqworld/images/v12-retail-finance-background-5.jpg") no-repeat;
	font-size:11px;
	border-collapse: collapse;
	width: 560px;
	height: 60px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}


#v12financelink {
  padding-left: 10px;
	font-size:12px;
	color:#333333;
	text-decoration: none;
	font-weight:bold;
}


/**
 * SEARCH
 * --------------------------------------------------------------------------
 */


.sbx-amazon {
  display: inline-block;
  position: relative;
  width: 400px;
  height: 39px;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 6px;
}

.sbx-amazon__wrapper {
  width: 100%;
  height: 100%;
}

.sbx-amazon__input {
  display: inline-block;
  -webkit-transition: box-shadow .4s ease, background .4s ease;
  transition: box-shadow .4s ease, background .4s ease;
  border: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #EEEEEE;
  background: #EEEEEE;
  padding: 0;
  padding-right: 5px;
  padding-left: 11px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  white-space: normal;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sbx-amazon__input::-webkit-search-decoration, .sbx-amazon__input::-webkit-search-cancel-button, .sbx-amazon__input::-webkit-search-results-button, .sbx-amazon__input::-webkit-search-results-decoration {
  display: none;
}

.sbx-amazon__input:hover {
  box-shadow: inset 0 0 0 1px #e6e6e6;
}

.sbx-amazon__input:focus, .sbx-amazon__input:active {
  outline: 0;
  box-shadow: inset 0 0 0 1px #F9E433;
  background: #FFFFFF;
}

.sbx-amazon__input::-webkit-input-placeholder {
  color: #AAAAAA;
}

.sbx-amazon__input::-moz-placeholder {
  color: #AAAAAA;
}

.sbx-amazon__input:-ms-input-placeholder {
  color: #AAAAAA;
}

.sbx-amazon__input::placeholder {
  color: #AAAAAA;
}

.sbx-amazon__submit {
  position: absolute;
  top: 0;
  right: 0;
  left: inherit;
  margin: 0;
  border: 0;
  border-radius: 0 3px 3px 0;
  background-color: #333333;
  padding: 0;
  width: 47px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sbx-amazon__submit::before {
  display: inline-block;
  margin-right: -4px;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.sbx-amazon__submit:hover, .sbx-amazon__submit:active {
  cursor: pointer;
}

.sbx-amazon__submit:focus {
  outline: 0;
}

.sbx-amazon__submit svg {
  width: 21px;
  height: 21px;
  vertical-align: middle;
  fill: White;
}

.sbx-amazon__reset {
  display: none;
  position: absolute;
  top: 9px;
  right: 54px;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  fill: rgba(0, 0, 0, 0.5);
}

.sbx-amazon__reset:focus {
  outline: 0;
}

.sbx-amazon__reset svg {
  display: block;
  margin: 4px;
  width: 13px;
  height: 13px;
}

.sbx-amazon__input:valid ~ .sbx-amazon__reset {
  display: block;
  -webkit-animation-name: sbx-reset-in;
          animation-name: sbx-reset-in;
  -webkit-animation-duration: .15s;
          animation-duration: .15s;
}

@-webkit-keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

/**
 * IMPORTANCE
 * --------------------------------------------------------------------------
 */

.importance {
	visibility: hidden;
}


/**
 * SLIDE CONTAINER
 * --------------------------------------------------------------------------
 */

.slide-container {
  position: relative;
	text-align:center;
}

.slide-container .slide-content-1 {
  position: absolute;
	top: 45%;
  left: 50%;
	transform: translate(-50%, -50%);
  color: #f1f1f1;
  font-family: Hevetica, sans-serif;
  font-size: 44px;	
}

.slide-container .slide-content-2 {
  position: absolute;
	top: 60%;
  left: 50%;
	transform: translate(-50%, -50%);
  color: #f1f1f1;
  font-family: Hevetica, sans-serif;
  font-size: 33px;	
}


/**
 * HERO CONTAINER
 * --------------------------------------------------------------------------
 */

.hero-container {
  position: relative;
}

.hero-container img.opacity {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.hero-container video.myVideo {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
}

.hero-text h1 {
	font-size:50px;
  border: none;
  outline: 0;
  color: White;
	text-shadow: 3px 2px Black;
}

.hero-text p {
	font-size:14px;
  border: none;
  outline: 0;
  color: White;
	text-shadow: 3px 2px Black;
}

.hero-text button {
	border-radius: 25px;
	font-size:20px;
  border: none;
  outline: 0;
  display: inline-block;
  padding: 15px 25px;
  color: Black;
  background-color: White;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #EAEAEA;
}

/**
 * BLACK FRIDAY CONTAINER
 * --------------------------------------------------------------------------
 */

a.black-friday-button {
  border-radius: 3px;
  font-weight: bold;
  font-size:14px;
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 10px;
  color: Black;
  background-color: White;
  text-align: center;
  cursor: pointer;
}

a.black-friday-button:hover {
  background-color: #EAEAEA;
  text-decoration: none;
}

