html, body {
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0 auto;
  max-width:1000px;  
}

.element { pointer-events: none; }
.element > a { text-decoration:none; color:inherit; }

img {
  border: 0;
}

html {
  font-family: sans-serif; /* 1 */
  -moz-text-size-adjust:none; /* 2 */
}

body {
  line-height: 1;
}

b,
strong,
.strong {
  font-weight: bold;
}

i,
em,
.em {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

a { 
 background: transparent; 
}

small,
.small {
  font-size: 80%;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
input,
textarea {
  font-family: inherit; /* 1 */
  -moz-appearance:none; /* 2 */
  border-radius:0; /* 2 */
  margin: 0; /* 3 */
  padding: 0; /* 3 */
}

input[type="checkbox"] {
  -moz-appearance:checkbox;
}

input[type="radio"] {
  -moz-appearance:radio;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}



label {
	float: left;
}

summary {
  cursor: pointer; /* 1 */
  outline-width: 0;
}

hr {
  box-sizing:content-box;
  height: 0;
  margin-bottom: 1em;
  margin-top: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.btn {
  -moz-appearance:none;
  border: 0;
  cursor: pointer;
  display: block;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -moz-user-select:none;
  vertical-align: middle;
  width: 100%;
}

.btn-inline {
  display: inline-block;
  width: auto;
}


/**
 * PRODUCT CONTAINER
 * --------------------------------------------------------------------------
 */

.product-container {
    width: 100%;
    align:center;
    margin: 15px 0px 15px 0px;
    line-height: 160%;
    text-align:center;    
    margin-left: auto;
    margin-right: auto;
}

.product-header{
	margin: 15px 5px 10px 3px;
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 98%;
	padding: 0;
	text-align: left;
}

.product-text{
	font-size: 14px;
	float: center;
	width: 98%;
	margin: 0;
	padding: .4em;
	text-align: left;
}

.product-price-block{
	padding: 1px 1px;
	margin: 0;
	text-align: center;
}

.product-price{
	font-size: 18px;
	color: red;
	margin: 0;
	text-align: center;
}

.product-stock{
	font-size: 14px;
	color: black;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

.product-save{
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.product-btn {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 1px 10px;
	font-family: Arial, Verdana, serif;
	font-size: 18px;
	color:#FFE91A;
	border: 0px;
	background-color: black;
	cursor: pointer;
	width: 90%;	
}

.product-btn:hover {
	background-color: #FFE91A;	
	color:Black;
}

.product-footer{
	clear: both;
}

.product-img{
    width: 98%;
    margin: 1px 0px 30px 0px;
    line-height: 90%;
    margin-left: auto;
    margin-right: auto;
}

.product-link{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}

.product-link:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}


/* LINKS
   ========================================================================== */

a {
  color: #fff
  text-decoration: none;
}

p a {
  text-decoration: none;
	color: White;
}

.link {
	background-color: transparent;
	border: none;
	color: #fff;
	padding: 0;
  	text-decoration: none;
	font-size: 12px;
}

.link:focus, .link:active, .link:hover { 
	color: #fff;
	outline: none; 
}

p a.blacklink {
  text-decoration: none;
	color: Black;
}


.back-to-top {
			z-index: 999;
			position: fixed;
			bottom: 120px;
			right: 40px;
			text-decoration: none;
			color: #000000;
			background-color: rgba(235, 235, 235, 0.80);
			font-size: 10px;
			padding: 0;
			display: none;
		}

.back-to-top:hover {	
			background-color: rgba(135, 135, 135, 0.50);
}	

.button {
  font: bold 13px Arial;
  text-decoration: none;
  background-color: Black;
  color: #FFE91A;
  padding: 12px 26px 12px 26px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.button:hover {
  text-decoration: none;
  background-color: #FFE91A;
  color: Black;
}


/* SECTION
   ========================================================================== */

body {
	background: #FFF;
}

/* HEADER
	========================================================================== */

nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.sticky_header {
	background: #000000;
	width: 100%;
	text-align: center;
	position: static;
	left: 0;
	top: 0;
	z-index: 98;
	height: 55px;
	border-bottom: 2px solid #FFFF20;
}

.sticky_header .link {
	display: block;
	position: absolute;
	background: center center no-repeat transparent;
	width: 40px;
	height: 48px;
	background-image: url(/m/img/bar.png);
}

.sticky_header .logo {
	background: url(/m/img/bbqworld-logo.png) no-repeat center center;
	float: left;
	width: 119px;
	height: 55px;
	margin-left: 50px;
}

.header_links_group {
	display: table;
	float: right;
	border-collapse: separate;
	margin-right: 20px;
}

.header_links {
	display: table-cell;
	height: 54px;
	width: 46px;
	vertical-align: bottom;
	padding-bottom: 7px;
	cursor: pointer;
}
.header_links .txt {
	color: #727270;
	font-size: 11px;
	font-family: 'Arial MT', Arial, sans-serif; 
	line-height: 12px;
}

.header_span {
	display: block;
	width: 4px;
	height: 54px;
}

.header_links.selected .txt, .header_links.basket_link.with_items .txt { 
	color: #284E36;
}
.header_links.search_link { 
	background: url(/m/img/search.png) no-repeat center 7px; 
	background-size:32px 24px;
}
.header_links.search_link:hover { 
	text-decoration: none; 	
}
.header_links.delivery_link { 
	background: url(/m/img/delivery.png) no-repeat center 7px; 
	background-size:32px 24px;
}
.header_links.delivery_link:hover { 
	text-decoration: none;
}
.header_links.basket_link { 
	background: url(/m/img/basket.png) no-repeat center 7px; 
	background-size:32px 24px;
}
.header_links.basket_link:hover { 
	text-decoration: none;
}

h1.heading {
	font-size: 24px;
}

/**
 * BODY CONTAINER
 * --------------------------------------------------------------------------
 */

.body-container {
    width: 100%;
    margin: 0px;
    border: 0px solid gray;
    line-height: 125%;
}

.body-container-orange {
		background-color: #fe4d01;
    width: 100%;
    margin: 0px;
    border: 0px solid gray;
    line-height: 125%;
}


.body-header, .body-footer {
    clear: both;
    padding: 0.5em;
    color: white;
    background-color: gray;
}

.body-content {
    margin-left: 0px;
    border-left: 1px solid gray;
    padding: 1em;
}

.body-offer {
  clear: both;
  padding: 0.5em;
  color: black;
  margin: 0px;
  background-color: #FEFF01;
	text-align:center;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
}

.body-offer2 {
    clear: both;
    padding: 0.5em;
    color: black;
    margin: 0px;
    background-color: #DB0E78;
    text-align:center;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
}

.body-offer3 {
    clear: both;
    padding: 0.5em;
    color: black;
    margin: 0px;
    background-color: #E30613;
    text-align:center;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
}

.body-offer-easter {
    clear: both;
    padding: 0.5em;
    color: #0F273C;
    margin: 0px;
    background-color: #FFC20E;
    text-align:center;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
}

.body-offer4 {
  clear: both;
  padding: 0.5em;
  color: white;
  margin: 0px;
  background-color: #A24EA7;
	text-align:center;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
}

.body-offer5 {
  clear: both;
  padding: 0.5em;
  color: white;
  margin: 0px;
  background-color: #125A4A;
	text-align:center;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
}


.body-offer6 {
  clear: both;
  padding: 0.5em;
  color: white;
  margin: 0px;
	color: White;
  background-color: Black;
	text-align:center;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
}


.body-offer7 {
  clear: both;
  padding: 0.5em;
  color: white;
  margin: 0px;
	color: White;
  background-color: #D71835;
	text-align:center;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
}


/**
 * BRAND CONTAINER
 * --------------------------------------------------------------------------
 */

.brand-container {
    width: 95%;
    margin: 15px 0px 15px 0px;
    line-height: 150%;
    text-align:center;    
		margin-left: auto;
    margin-right: auto;
}

.brand-container-grey {
  width:100%;
  margin:0 auto;
	font-size: 12px;
	padding: .8em;
	width:100%;
	font-color:black;
	background-color:#FDED00;
	color:black;
}

.column-left{ 
	float: left; 
	width: 30%; 
	line-height: 150%;
	margin: 0px 1px 0px 5px;
}

.column-left-fifty{ 
	float: left; 
	width: 48%; 
	line-height: 150%;
	margin: 0px 1px 0px 0px;
}

.column-right{ 
	float: right; 
	width: 30%; 
	line-height: 150%;
	text-align:center;
	margin: 0px 1px 0px 0px;
}

.column-right-fifty{ 
	float: right; 
	width: 48%; 
	line-height: 150%;
	text-align:center;
	margin: 0px 1px 0px 0px;
}

.column-center{ 
	display: inline-block; 
	width: 30%; 
	line-height: 150%;
	margin: 0px 1px 0px 1px;
}

.column-center-paypal{ 
	display: inline-block; 
	width: 70%; 
	line-height: 150%;
	margin: 20px 1px 20px 1px;
}

.brand-container-img{
	width:100%;
	height:auto;
}

.logo-container-img{
	width:80%;
	height:auto;
}

/**
 * LISITING CONTAINER
 * --------------------------------------------------------------------------
 */
 
.list-product-header {
    clear: both;
    padding: 0.5em;
    color: white;
    background-color: #30353B;
    border-bottom: 1px solid gray;    
    text-align:left;
} 

.list-container {
	display: table;
	width: 100%;
	margin: 1px auto;
	line-height: 120%;
	padding: 0.5em;
	border-bottom-color: #CCCCCC;
	border-width:1px;  	
	border-bottom-style: dashed;	
}

.list-container-orange {
	display: table;
	width: 100%;
	margin: 1px auto;
	line-height: 120%;
	padding: 0.5em;
	border-bottom-color: #fe4d01;
	border-width:1px;  	
	border-bottom-style: dashed;	
}

.list-container-row {
	display: table;
	width: 100%;
	margin: 1px 1px 1px 1px;
	line-height: 120%;
	padding: 0.5em;
	border-width:1px;  	
}


.list-container-block {
	display: table;
	width: 100%;
	margin: auto;
	text-align: center;
	line-height: 120%;
	padding: 1px 1px;
	border-bottom-color: #CCCCCC;
	border-width:1px;  	
}

.list-container-block-finance {
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 120%;
	padding: 1px 1px;
	border-bottom-color: #CCCCCC;
	border-width:1px;  	
}


.list-header{
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 98%;
	margin: 0;
	padding: 0;
}

.list-link{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: Bold;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}

.list-link-small{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	font-weight: Bold;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
	text-transform: uppercase;
}

.list-breadcrumb{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: White;
	position: relative;
	-webkit-text-size-adjust: none;
  text-decoration: none;
	text-transform: uppercase'
}

.list-breadcrumb:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: White;
	position: relative;
	-webkit-text-size-adjust: none;
  text-decoration: none;
}

.breadcrumblink{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: White;
	position: relative;
	-webkit-text-size-adjust: none;
  text-decoration: none;
}

.breadcrumblink:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: White;
	position: relative;
	-webkit-text-size-adjust: none;
  text-decoration: none;
}

.list-breadcrumb-on{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: White;
	position: relative;
	-webkit-text-size-adjust: none;
  text-decoration: none;
}

.list-breadcrumb-on:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: White;
	position: relative;
	-webkit-text-size-adjust: none;
  text-decoration: none;
}

.list-link-standard{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}

.list-link:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}

.list-text{
	font-size: 14px;
	float: left;
	width: 98%;
	margin: 0;
	padding: .5em;
}

.list-left{ 
	float: left;
	width: 60%;
	margin: 0;
	padding: 0;
}

.list-right{ 
	float: right;
	width: 40%;
	margin-top: 1px;
}

.list-left-block{ 
	float: left;
	width: 50%;
	text-align:center;
}

.list-right-block{ 
	float: right;
	width: 50%;
	text-align:center;
}

.list-footer{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
	border-bottom: 10px solid white;
}

.list-img{
	max-width:100%;
	height:auto;
}

.list-center-block{ 
	margin: auto;
  width: 100%; 
  padding: 0px;
	text-align:center;
}

.list-left-block-surround { 
	float: left;
	width: 45%;
	margin: 0.4em;
	padding: 4;
	text-align:center;
	padding: .7em;	
	border:#CCCCCC 1px solid;
  background-color: #30353B;
}

.list-left-block-surround-on { 
	float: left;
	width: 45%;
	margin: 0.4em;
	padding: 4;
	text-align:center;
	padding: .7em;	
	border:#CCCCCC 1px solid;
  background-color: #30353B;
	color: White;
}

.list-right-block-surround {
	float: right;
	width: 45%;
	margin: 0.4em;
	padding: .7em;	
	text-align:center;
	border:#CCCCCC 1px solid;
  background-color: #30353B;
}

.list-right-block-surround-on {
	float: right;
	width: 45%;
	margin: 0.4em;
	padding: .7em;	
	text-align:center;
	border:#CCCCCC 1px solid;
  background-color: #30353B;
	color: White;
}

.column-full-block{ 
	padding: .5em;
	margin: auto;
  width: 100%; 
  padding: 0px;
	text-align:center;
}

.list-price{
	float:left;
  padding-top: 6px;
  padding-bottom: 1px;    
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	color: red;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 0px;	
}

.list-save{
	float:left;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	position: relative;
	-webkit-text-size-adjust: none;
}

.list-rrp{
	float:right;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #666;
	position: relative;	
	-webkit-text-size-adjust: none;
}

.list-stock{
	float:left;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	position: relative;
	-webkit-text-size-adjust: none;
}


.list-id{
	padding: 10px 10px;
	float:center;
  font-style: italic;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	position: relative;
	-webkit-text-size-adjust: none;
}

.list-btn {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 1px 10px;
	font-family: Arial, Verdana, serif;
	font-size: 14px;
	color:#FFE91A;
	border: 0px;
	background-color: black;
	cursor: pointer;
	width: 80%;	
}

.list-btn:hover {
	background-color: #FFE91A;	
	color:Black;
}

.discount_amount {
	font-size: 11px;
	z-index:15;
	position:relative;
	top: 10px;
	left: 1px;
	padding: .5em;
	width:100px;
	font-color:black;
	background-color:#FDED00;
	color:black;
	font-weight: bold;
	text-transform:uppercase
}

/**
 * BASKET
 * --------------------------------------------------------------------------
 */

.basket-container {
	border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

label.basketlabel {
	float: left;
  display: inline-block;
  border-radius: 0px;
}

.basket-text {
	border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px 3px 4px 3px;
}

input.qty-checkout {
  text-align: center;
  font-family: inherit; /* 1 */
  -moz-appearance:none; /* 2 */
  border-radius:0; /* 2 */
  margin: 2; /* 3 */
  padding: 2; /* 3 */
  width:20px;
}

input.voucher-codes {
	width: 98%;
  padding: 12px 1px;
	margin: 2px 0px 12px 0px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
}

select.country {
  width: 100%;
  padding: 4px 6px;
  margin: 2px 0px 20px 0px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input.address-input {
  width: 100%;
  padding: 4px 6px;
  margin: 2px 0px 12px 0px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input.address-checkbox {
  width: 100%;
  padding: 4px 6px;
  margin: 2px 0px 12px 0px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.basket-btn {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 1px 10px;
	font-family: Arial, Verdana, serif;
	font-size: 18px;
	color:#FFE91A;
	border: 0px;
	background-color: black;
	cursor: pointer;
	width: 98%;	
}

.basket-btn:hover {
	background-color: #FFE91A;	
	color:Black;
}

/**
 * CAROUSEL
 * --------------------------------------------------------------------------
 */

.carousel .item a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
      width: 100%;
      margin: 0 auto;
}      

/**
 * STYLED SELECT
 * --------------------------------------------------------------------------
 */

.styled-select1 select {

   width: 100%;
   padding: 4px;
   font-size: 16px;
   line-height: 1;
   border: 1;
   border-radius: 0;
   height: 40px;
   }
   

/**
 * IFRAME CONTAINER
 * --------------------------------------------------------------------------
 */

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}   


/**
 * ACCORDION CONTAINER
 * --------------------------------------------------------------------------
 */

.acc-container {
  width:95%;
  margin:30px auto 30px auto;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:0px;
  overflow:hidden;
  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  
}

.acc-btn { 
  width:95%;
  margin:0 auto;
  padding:10px 15px;
  cursor:pointer;
  background:#333333;
  border-bottom:1px solid White;
  color:White;  
}

.acc-content {
  height:0px;
  width:95%;
  margin:0 auto;
  overflow:hidden;
  background:#C1C1C1;
}

.acc-content-inner {
  padding:30px;
}

.open {
  height: auto;
}

.h5 {
	font-size: 15px;
  color:White;
}

.p { 
  font:14px sans-serif;
  color:#333333;
}

.selected {
  color:White;
}


/**
 * 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 black background */
.basketContainer input:checked ~ .checkmark {
	float:right;
  background-color: Black;
}

/* 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);
}


/**
 * 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:18px;
  border: none;
  outline: 0;
  color: White;
	text-shadow: 3px 2px Black;
}

.hero-text p {
	font-size:12px;
	font-weight: bold;
  border: none;
  outline: 0;
  color: White;
	text-shadow: 3px 2px Black;
}

.hero-text button {
	border-radius: 15px;
	font-size:12px;
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px 16px;
  color: Black;
  background-color: White;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #EAEAEA;
}


/**
 * BLACK FRIDAY CONTAINER
 * --------------------------------------------------------------------------
 */

.list-container-block-bf {
	display: table;
	background-color: #6C6C6C;
	width: 100%;
	margin: auto;
	text-align: center;
	line-height: 120%;
	padding: 1px 1px;
	border-bottom-color: #F8CC26;
	border-width:1px;  	
}

.list-left-block-surround-bf { 
	float: left;
	width: 45%;
	margin: 0.4em;
	padding: 4;
	text-align:center;
	padding: .7em;	
	border:#CCCCCC 1px solid;
	background: #333333;
	color:#F8CC26;
}

.list-right-block-surround-bf {
	float: right;
	width: 45%;
	margin: 0.4em;
	padding: .7em;	
	text-align:center;
	border:#CCCCCC 1px solid;
	background: #333333;
	color:#F8CC26;
}

.list-link-bf{
	color: green;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
	position: relative;
	line-height: 12px;
	color:#F8CC26;
}

.list-link-bf:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	position: relative;
	-webkit-text-size-adjust: none;
	text-decoration:none;
	color:White;
}


/**
 * SALE CONTAINER
 * --------------------------------------------------------------------------
 */

.list-container-block-sale {
	display: table;
	background-color: White;
	width: 100%;
	margin: auto;
	text-align: center;
	line-height: 120%;
	padding: 1px 1px;
	border-bottom-color: #F8CC26;
	border-width:1px;  	
}

.list-left-block-surround-sale { 
	float: left;
	width: 45%;
	margin: 0.4em;
	padding: 4;
	text-align:center;
	padding: .7em;	
	border:#CCCCCC 1px solid;
	background: #D40927;
	color:white;
}

.list-right-block-surround-sale {
	float: right;
	width: 45%;
	margin: 0.4em;
	padding: .7em;	
	text-align:center;
	border:#CCCCCC 1px solid;
	background: #D40927;
	color:white;
}

.list-link-sale{
	color: White;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
	position: relative;
	line-height: 12px;
}

.list-link-sale:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	position: relative;
	-webkit-text-size-adjust: none;
	color:White;
}

.list-link-red{
	color: Red;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
	position: relative;
	line-height: 12px;
}

.list-link-red:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	position: relative;
	-webkit-text-size-adjust: none;
	color:Red;
}


/**
 * BASKET CONTENTS
 * --------------------------------------------------------------------------
 */

#baskets {
	width: 98%;
}

#baskets td {
	border: 0px solid #CCC;
	padding: 1px;
	font-size: 12px;
}

#baskets th.topline {
    padding-left: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #5C6672;
		font-size:11px;
    color: White;
    text-align: center;
}


#baskets th.bottomline2 {
	padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  text-align: center;
  background-color: #30353B;
  color: White;
  font-size: 14px;
	font-weight: Bold;
}

#baskets a {
    font-size: 11px;
		color: #333333;
}

#baskets tr:nth-child(even){
	background-color: White;
	border-right:1px solid #EEEEEE;
  border-left:1px solid #EEEEEE;
  border-bottom: 1px solid #C4C4C4;
  border-top: 1px solid #C4C4C4;
}

#baskets th.secondline {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4px;
    text-align: left;
    background-color: #EEEEEE;
    color: black;
}


/**
 * PRODUCTS CONTAINER
 * --------------------------------------------------------------------------
 */

#products {
    border-collapse: collapse;
    width: 98%;
    margin-left:auto; margin-right:auto;
}

#products td, #products th {
    border: 1px solid #ddd;
    padding: 4px;
    font=size: 10px;
}

#products tr:nth-child(even){background-color: #f2f2f2;}

#products tr:hover {background-color: #f2f2f2;}

#products th.topline {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #E8D586;
    color: black;
}

#products th.secondline {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #F5EECF;
    color: black;
}

#products th.bottomline {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: right;
    background-color: #F5EECF;
    color: black;
}

#products th.bottomline2 {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #EEDFA4;
    color: black;
}


/**
 * FINANCE CONTAINER
 * --------------------------------------------------------------------------
 */

.finance-wrapper {
  max-width: 600px;
  margin: 20px auto;
  font-family: sans-serif;
}

/* --- Deposit select block --- */
.field {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#depositSelect {
  width: 100%;
  padding: 10px 14px;
  font-size: 1.4rem;
  border: 2px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%200l5%206%205-6z%22%20fill%3D%22%23333%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#depositSelect:hover {
  border-color: Black;
}

#depositSelect:focus {
  border-color: #313140;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

/* --- Radio buttons --- */
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Hide native radio buttons completely */
.radio-group input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* --- Label styled as radio option card --- */
.finance-option {
  display: block;
  padding: 14px 16px;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1.2rem;
  line-height: 1.6rem;
  user-select: none;
}

.finance-option:hover {
  border-color: #CCCCCC;
}

/* Highlight when selected */
.radio-group input[type="radio"]:checked + .finance-option {
  background-color: gray;
  color: white;
  border-color: gray;
}

.finance-option span {
  font-weight: bold;
  display: inline-block;
  margin-top: 4px;
}

/* --- Responsive tweak --- */
@media (max-width: 480px) {
  .finance-option {
    font-size: 1.15rem;
    padding: 12px;
  }
}


/* --- search input --- */

.search-wrapper {
    position: relative;
    width: 100%;
}

#lb-search {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-top: 1px solid #FFFF20;
    border-left: 0px solid #FFFF20;
    border-right: 0px solid #FFFF20;
    border-bottom: 1px solid #FFFF20;
}

/* 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 { 
}

