html, body
{
	margin: 0 auto;
	max-width:1000px;		
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}

a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: none;
}

nav:not(.mm-menu)
{
	display: none;
}

/**
 * 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: 3; /* 3 */
  padding: 3; /* 3 */
  width:25%;
}

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 {
	font-size: 16px;
  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;
}

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:White;
	border: 0px;
	background-color: #333333;
	cursor: pointer;
	width: 98%;	
}

.basket-btn:hover {
	background-color: #FFE91A;	
	color:Black;
}

input.voucher-codes, select {
	font-size: 16px;
  width: 98%;
  padding: 10px 1px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
}

#deliverySelect {
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
  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;
}

.header,
.content,
.footer
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.sticky_header {
	background: White;
	width: 100%;
	text-align: center;
	position: static;
	left: 0;
	top: 0;
	z-index:98;
	height: 55px;
	border-bottom: 3px solid #CCCCCC;
}

.sticky_header .link {
	display: block;
	position: absolute;
	background: center center no-repeat transparent;
	width: 40px;
	height: 48px;
	background-image: url(/ecookshop/m/stylesheets/img/bar.png);
}

.sticky_header .logo {
	background: url(/ecookshop/m/stylesheets/img/ecookshop-logo.png) no-repeat center center;
	float: left;
	width: 180px;
	height: 46px;
	margin-left: 44px;
}

.header_links_group {
	display: table;
	float: right;
	border-collapse: separate;
	margin-right: 20px;
}

.header_links {
	display: table-cell;
	height: 50px;
	width: 46px;
	vertical-align: bottom;
	padding-bottom: 7px;
	cursor: pointer;
}
.header_links .txt {
	color: Black;
	font-size: 11px;
	font-family: 'Arial MT', Arial, sans-serif; 
	line-height: 14px;
}

.header_span {
	display: block;
	width: 4px;
	height: 54px;
}

.header_links.selected .txt, .header_links.basket_link.with_items .txt { 
	color: #284E36;
}

.header_links.delivery_link { 
	background: url(/ecookshop/m/stylesheets/img/delivery.png) no-repeat center 7px; 
	background-size:32px 24px;
	text-decoration: none;
}
.header_links.delivery_link:hover { 
	text-decoration: underline;
}
.header_links.basket_link { 
	background: url(/ecookshop/m/stylesheets/img/basket.png) no-repeat center 7px; 
	background-size:32px 24px;
	text-decoration: none;
}
.header_links.basket_link:hover { 
	text-decoration: underline;
}

.content
{
	padding: 25px 50px 50px 50px;
}

/* 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; 
}

a.back-to-top {
	z-index: 999;
	position: fixed;
	bottom: 140px;
	right: 40px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 10px;
	padding: 0;
	display: none;
}

a.back-to-top:hover {	
			background-color: rgba(135, 135, 135, 0.50);
}	

h1.heading {
	font-size: 24px;
}


/**
 * BODY CONTAINER
 * --------------------------------------------------------------------------
 */

.body-container {
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid gray;
    line-height: 125%;
}

.body-header {
    clear: both;
    padding: 0.5em;
    color: white;
    background-color: #30353B;
    border-bottom: 1px solid gray;    
    text-align:left;
}

.body-footer {
    clear: both;
    padding: 0.5em;
    color: white;
    background-color: #30353B;
    text-align:left;
}

.body-offer {
    clear: both;
    padding: 0.5em;
    color: black;
    margin: 0px;
    background-color: #FEFF01;
    text-align:center;
}

.body-offer2 {
    clear: both;
    padding: 0.4em;
    color: white;
    margin: 0px;
    background-color: #DB0E78;
    text-align:center;
}

.body-offer3 {
    clear: both;
    padding: 0.4em;
    color: white;
    margin: 0px;
    background-color: #D6211E;
    text-align:center;
}

.body-offer4 {
    clear: both;
    padding: 0.4em;
    color: white;
    margin: 0px;
    background-color: #FF5700;
    text-align:center;
}

.body-offer-easter {
    clear: both;
    padding: 0.4em;
    color: #3F4354;
    margin: 0px;
    background-color: #FFCC99;
    text-align:center;
}

.body-offer5 {
    clear: both;
    padding: 0.4em;
    color: white;
    margin: 0px;
    background-color: #A24EA7;
    text-align:center;
}

.body-offer6 {
    clear: both;
    padding: 0.4em;
    color: white;
    margin: 0px;
    background-color: #CE2749;
    text-align:center;
}

.body-offer7 {
    clear: both;
    padding: 0.4em;
    color: #333333;
    margin: 0px;
    background-color: #CCCCCC;
    text-align:center;
}

.body-offer8 {
    clear: both;
    padding: 0.4em;
    color: black;
    margin: 0px;
    background-color: #125A4A;
    text-align:center;
}

.body-offer9 {
    clear: both;
    padding: 0.4em;
    color: white;
    margin: 0px;
    background-color: #007A7A;
    text-align:center;
}

.body-offer10 {
    clear: both;
    padding: 0.4em;
    color: white;
    margin: 0px;
    background-color: #177245;
    text-align:center;
}

.body-offer11 {
    clear: both;
    padding: 0.4em;
    color: white;
    margin: 0px;
    background-color: #092C63;
    text-align:center;
}

.body-offer12 {
    clear: both;
    padding: 0.4em;
    color: #333333;
    margin: 0px;
    background-color: #CCCCCC;
    text-align:center;
}

.body-offer14 {
    clear: both;
    padding: 0.4em;
    color: White;
    margin: 0px;
    background-color: #151718;
    text-align:center;
}

.body-offer15 {
    clear: both;
    padding: 0.4em;
    color: White;
    margin: 0px;
    background-color: #62ACB9;
    text-align:center;
}

.body-offer16 {
    clear: both;
    padding: 0.4em;
    color: White;
    margin: 0px;
    background-color: #D71835;
    text-align:center;
}



.body-header h1 {
	font-size: 24px;
}

.body-content {
    margin-left: 0px;
    border-left: 1px solid gray;
    padding: 1em;
}

/**
 * BRAND CONTAINER
 * --------------------------------------------------------------------------
 */

.brand-container {
    width: 95%;
    margin: 15px 0px 15px 0px;
    line-height: 150%;
    text-align:center;    
		margin-left: auto;
    margin-right: auto;
}

.column-left{ 
	float: left; 
	width: 30%; 
	line-height: 150%;
	margin: 0px 1px 0px 5px;
}
.column-right{ 
	float: right; 
	width: 30%; 
	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-full{ 
	display: inline-block; 
	width: 90%; 
	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;
}

.brand-link{
	color: Gray;
  text-decoration: none;
	font-size: 12px;
}

.brand-link:hover { 
	color: Black;
	text-decoration: none;
}

.brand-container-btn {
	padding: 5px 15px;
	font-family: Arial, Verdana, serif;
	font-size: 15px;
	color:White;
	border: 0px;
	background-color: #002546;
	cursor: pointer;	
}

.brand-container-btn:hover {
	background-color: #004F94;
}


/**
 * 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: #ddd;}

#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;
}


/**
 * 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-row {
	display: table;
	width: 100%;
	margin: 1px auto;
	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: 99%;
	margin: 0;
	padding: 0;
}

.list-text{
	font-size: 14px;
	float: left;
	width: 98%;
	margin: 0;
	padding: .5em;
}

.list-left{ 
	float: left;
	padding: .2em;		
	width:50%;
}

.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
}

.discount_amount_banner {
	font-size: 11px;
	z-index:15;
	position:relative;
	top: 20px;
	left: 1px;
	padding: .5em;
	width:100px;
	font-color:black;
	background-color:#FDED00;
	color:black;
	font-weight: bold;
	text-transform:uppercase
}


.list-right{ 
	float: right;
	width:50%;
	margin-top: 5px;	
}

.list-left-block{ 
	float: left;
	width: 50%;
	text-align:center;
}

.list-right-block{ 
	float: right;
	width: 50%;
	text-align:center;
}

.list-center-block{ 
	margin: auto;
  width: 100%; 
  padding: 0px;
	text-align:center;
}

.column-full-block{ 
	padding: .5em;
	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: White;
}

.list-right-block-surround {
	float: right;
	width: 45%;
	margin: 0.4em;
	padding: .7em;	
	text-align:center;
	border:#CCCCCC 1px solid;
	background: White;
}


.list-footer{
	clear: both;
}

.list-img{
	padding: .01em;
	max-width:100%;
	height:auto;
}

.list-link{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: Bold;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}

.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-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}

.list-price{
	float:left;
  padding-top: 6px;
  padding-bottom: 1px;    
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	color: #8B0000;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 0px;	
}

.list-rrp{
	margin-right: 5%;
	float:right;
  padding-top: 6px;
  padding-bottom: 1px;    	
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #666;
	position: relative;	
	-webkit-text-size-adjust: none;
}

.list-save{
  padding-top: 6px;
  padding-bottom: 1px;    	
	float:left;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	position: relative;
	-webkit-text-size-adjust: none;
}

.list-stock{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	position: relative;
	-webkit-text-size-adjust: none;
}

.list-short-desc{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #8B0000;
	position: relative;
	-webkit-text-size-adjust: none;
}

.list-btn{
	padding: 10px 1px;
	font-family: Arial, Verdana, serif;
	font-size: 15px;
	color:White;
	border: 0px;
	background-color: #333;
	cursor: pointer;
	width: 95%;
	margin: 15px 10px 1px 1px;
	margin-left: auto;
	margin-right: 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 0px 0px 0px;
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 98%;
	padding: 0;
	text-align: left;
}

.product-text{
	font-size: 14px;
	float: left;
	width: 98%;
	margin: 0;
	padding: .4em;
	text-align: left;
}

.product-price-block{
	padding: 10px 1px;
	margin: 0;
	text-align: center;
}
.product-price{
	font-size: 20px;
	color: #8B0000;
	margin: 0;
	text-align: center;
}
.product-short-desc{
	font-size: 14px;
	color: #8B0000;
	margin: 0;
	text-align: center;
}
.product-rrp{
	font-size: 14px;
	color: black;
	margin: 0;
	text-align: center;
}
.product-btn {
	padding: 10px 1px;
	font-family: Arial, Verdana, serif;
	font-size: 15px;
	color:White;
	border: 0px;
	background-color: #333333;
	cursor: pointer;
	width: 98%;
	margin: 1px 0px 1px 0px;
	margin-left: auto;
	margin-right: auto;
}
.product-btn:hover {
	background-color: #FFE91A;	
	color:Black;
}
.product-footer{
	clear: both;
}
.product-img{
    width: 98%;
    margin: 1px 0px 30px 0px;
    line-height: 90%;
    text-align: center;
    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;
}

.product-delivery{
    width: 98%;
		padding: 10px 1px;    
    margin: 10px 10px 30px 10px;
    line-height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color:white;
		background-color: #009900;    
}

.product-promo{
    width: 98%;
		padding: 10px 2px;    
    line-height: 120%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color:white;
		background-color: #8B0000;    
}


.product-promo-le-creuset{
    width: 98%;
		padding: 10px 2px;    
    line-height: 120%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color:white;
		background-color: #F57921;
}

/**
 * CAROUSEL
 * --------------------------------------------------------------------------
 */

.carousel .item a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
      width: 100%;
      margin: 0 auto;
}

/**
 * IFRAME CONTAINER
 * --------------------------------------------------------------------------
 */

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}   


/**
 * SEARCH BOX
 * --------------------------------------------------------------------------
 */

.sbx-amazon {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 39px;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 16px;
}

.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 #FFFFFF;
  background: #FFFFFF;
  padding: 0;
  padding-right: 75px;
  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 #FFFF20;
  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: #FFFF20;
  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: #202F40;
}

.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;
  }
}


/**
 * ACCORDION CONTAINER
 * --------------------------------------------------------------------------
 */

.acc-container {
  width:98%;
  margin:30px auto 30px auto;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:0px;
  overflow:hidden;
  text-align:left;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  
}

.acc-btn { 
  width:100%;
  margin:0 auto;
  padding:10px 15px;
  cursor:pointer;
  background:#30353B;
  border-bottom:1px solid White;
  color:White;  
}

.acc-content {
  height:0px;
  width:100%;
  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 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 th.bottomline3 {
	padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: center;
  background-color: #B20000;
  color: White;
  font-size: 11px;
	font-weight: Bold;
}

#baskets th.bottomline4 {
	padding-left: 4px;
	padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
  text-align: left;
  background-color: #30353B;
  color: White;
  font-size: 12px;
	font-weight: Bold;
}


#baskets a {
    font-size: 12px;
		color: #333333;
}

#baskets tr:nth-child(even){
	background-color: White;
	border-right:0px solid #EEEEEE;
  border-left:0px solid #EEEEEE;
  border-bottom: 0px solid #C4C4C4;
  border-top: 0px solid #C4C4C4;
}

#baskets th.secondline {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4px;
    text-align: left;
    background-color: #EEEEEE;
    color: black;
}

#baskets th.thirdline {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  text-align: center;
	vertical-align:middle;
  background-color: #F9F9F9;
  color: black;
	font-size: 11px;
	font-weight: Bold;
}



/**
 * 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;
}


/**
 * 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: #F1CB21;
	border-width:1px;  	
}

.list-container-block-black {
	display: table;
	background-color: Black;
	width: 100%;
	margin: auto;
	text-align: center;
	line-height: 120%;
	padding: 1px 1px;
	border-bottom-color: #F0CA21;
	border-width:1px;  	
}


.list-right-block-surround-bf {
	float: right;
	width: 45%;
	margin: 0.4em;
	padding: 4;
	text-align:center;
	padding: .7em;	
	border:#CCCCCC 1px solid;
	background: #333333;
	color:#F1CB21;
}

.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:#F1CB21;
}


.list-link-bf{
	color: green;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
	position: relative;
	line-height: 12px;
	color:#F1CB21;
}

.list-link-bf:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	position: relative;
	-webkit-text-size-adjust: none;
	color:#F1CB21;
}


/**
 * 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: #F1CB21;
	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;
}


/**
 * 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;
}


/**
 * 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: 16px;
  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;
  }
}


/**
 * FINANCE SPECIFICATION
 * --------------------------------------------------------------------------
 */

.specification-wrapper{
	max-width:   max-content;   /* or a fixed width if you prefer */
  margin:      2rem auto;   
}

.specification {
	min-width: 20rem;
  --border: 2px solid #222;
  display: grid;
  grid-template-columns: 1fr max-content; /* label | value */
  gap: 0.5rem 1.25rem;
  max-width: 420px;
  border: var(--border);
  padding: 1rem;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.125rem; /* 15 px */
}

.specification__title {
  grid-column: 1 / -1;          /* span both columns */
  margin: -1rem -1rem 1rem;     /* bleed into border */
  padding: 0.75rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: White;
  background: #333333;
  border-bottom: var(--border);
}

.specification__row {
  display: contents;            /* keep grid alignment, no extra DOM box */
}

.specification__label {
  font-weight: 500;
}

.specification__value {
  text-align: right;
}

/* Highlight the final total */
.specification__row--total .specification__label,
.specification__row--total .specification__value {
  font-weight: 700;
}

