html, body
{
	margin: 0 auto;
	max-width:1000px;		
}
body
{
	background-color: Black;
	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;
}

.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: min(98%, 350px);
}


/**
 * BASKET
 * --------------------------------------------------------------------------
 */
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%;
}

input.voucher-codes, select {
  width: 98%;
  padding: 10px 1px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
	text-transform: uppercase;    
}

.basket-btn {
	padding: 10px 1px;
	font-family: Arial, Verdana, serif;
	font-size: 16px;
	font-weight:bold;
	color:Black;
	border: 0px;
	background-color: #F09204;
	cursor: pointer;
	width: 95%;
	margin: 15px 10px 1px 1px;
	margin-left: auto;
	margin-right: auto;
}

.basket-btn:hover {
	background-color: #323639;	
	color:White;
}



.header,
.content,
.footer
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.sticky_header {
	background: #323639;
	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(/lemax/m/stylesheets/img/bar-white.png);
}

.sticky_header .logo {
	background: url(/lemax/m/stylesheets/img/christmasatdawsons.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-top: 3px;
	padding-bottom: 7px;
	cursor: pointer;
}
.header_links .txt {
	color: White;
	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: White;
}

.header_links.delivery_link { 
	color: White;
	background: url(/lemax/m/stylesheets/img/delivery.png) no-repeat center 7px; 
	background-size:32px 24px;
	text-decoration: none;
}
.header_links.delivery_link:hover { 
	color: White;
	text-decoration: underline;
}
.header_links.basket_link { 
	color: White;
	background: url(/lemax/m/stylesheets/img/basket-white.png) no-repeat center 7px; 
	background-size:32px 24px;
	text-decoration: none;
}
.header_links.basket_link:hover { 
	color: White;
	text-decoration: underline;
}

h1.heading {
	font-size: 22px;
}

.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 {
			position: fixed;
			bottom: 80px;
			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);
}	

/**
 * BODY CONTAINER
 * --------------------------------------------------------------------------
 */

.body-container {
    width: 100%;
    margin: 0px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    line-height: 125%;
}

.body-header {
    clear: both;
    padding: 0.5em;
    color: white;
    background-color: gray;
    border-bottom: 1px solid gray;    
    text-align:left;
}

.body-footer {
    clear: both;
    padding: 0.5em;
    color: white;
    background-color: #323639;
    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: #DD8809;
    text-align:center;
		text-transform: uppercase;
}

.body-offer5, .body-offer5:hover {
    clear: both;
    padding: 0.4em;
    color: white;
    margin: 0px;
    background-color: #125A4A;
    text-align:center;
		text-transform: uppercase;
}

.body-offer6, .body-offer6:hover {
    clear: both;
    padding: 0.4em;
    color: white;
    margin: 0px;
    background-color: Black;
		color: White;
    text-align:center;
		text-transform: uppercase;
}
h1.body-header {
    padding: 0;
    margin: 0;
}

.body-content {
    margin-left: 0px;
    border-left: 1px solid gray;
    padding: 1em;
}

/**
 * BRAND CONTAINER
 * --------------------------------------------------------------------------
 */

.brand-container {
    width: 98%;
    margin: 15px 0px 15px 0px;
    line-height: 150%;
    text-align:center;    
		margin-left: auto;
    margin-right: auto;
}

.column-left{ 
	float: left; 
	width: 31%; 
	line-height: 150%;
	margin: 0px 1px 0px 5px;
}
.column-right{ 
	float: right; 
	width: 31%; 
	line-height: 150%;
	text-align:center;
	margin: 0px 1px 0px 0px;
}

.column-center{ 
	display: inline-block; 
	width: 31%; 
	line-height: 150%;
	margin: 0px 1px 0px 1px;
}

.column-full{ 
	display: inline-block; 
	width: 90%; 
	line-height: 150%;
	margin: 0px 1px 0px 1px;
}

.bnpl-wrapper {
 margin: 0 auto;          /* center horizontally if container is block */
  margin-top: 12px;        /* add spacing above */
  margin-bottom: 12px;     /* add spacing below */
  max-width: 100%;         /* let it stretch */
  text-align: center;
}

.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;
}



/**
 * BASKET CONTENTS
 * --------------------------------------------------------------------------
 */

#baskets {
	width: 98%;
}

#baskets td {
	border: 0px;
	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: 0px solid #C4C4C4;
  border-top: 0px solid Green;
}

#baskets th.secondline {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4px;
    text-align: left;
	  border-top: 1px solid #C4C4C4;    
    background-color: #EEEEEE;
    color: black;
}


/**
 * LISITING CONTAINER
 * --------------------------------------------------------------------------
 */

.list-product-header {
    clear: both;
    padding: 0.5em;
    color: white;
    background-color: #323639;
    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-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
}

.m1 {
	font-size: 11px;
	z-index:999;
	position:relative;
	top: 10px;
	left: 1px;
	padding: .5em;
	width:120px;
	font-color:White;
	background-color:Yellow;
	color:Black;
	text-transform:uppercase
}


.m2 {
	color: White;
	font-size: 11px;
	z-index:999;
	position:relative;
	top: 10px;
	left: 1px;
	padding: .5em;
	width:120px;
	font-color:black;
	background-color:Green;
	color:White;
	text-transform:uppercase;
	text-align:center;
}

.m3 {
	font-size: 11px;
	z-index:999;
	position:relative;
	top: 10px;
	left: 1px;
	padding: .5em;
	width:120px;
	font-color:black;
	background-color:Red;
	color:White;
	text-transform:uppercase;
	text-align:center;
}

.m4 {
	font-size: 11px;
	z-index:999;
	position:relative;
	top: 10px;
	left: 1px;
	padding: .5em;
	width:120px;
	font-color:black;
	background-color:Black;
	color:White;
	text-transform:uppercase;
	text-align:center;
}


.discount_amount_banner {
	font-size: 11px;
	z-index:999;
	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;
}

.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;
}

.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;
	text-transform: uppercase;
	-webkit-text-size-adjust: 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: red;
	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-btn{
	padding: 10px 1px;
	font-family: Arial, Verdana, serif;
	font-size: 15px;
	color:Black;
	border: 0px;
	background-color: #F09204;
	cursor: pointer;
	width: 95%;
	margin: 15px 10px 1px 1px;
	margin-left: auto;
	margin-right: auto;
}

.list-btn:hover {
	background-color: #323639;	
	color:White;
}

/**
 * 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: red;
	margin: 0;
	text-align: center;
}
.product-short-desc{
	font-size: 14px;
	color: red;
	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: #30353B;
	cursor: pointer;
	width: 98%;
	margin: 1px 0px 1px 0px;
	margin-left: auto;
	margin-right: auto;
}
.product-btn:hover {
	background-color: #F09204;	
	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: Red;    
}


.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:#323639;
  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 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: #323639;
}

/* 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: #7A064D;
    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: #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;
}

/**
 * BLACK FRIDAY SALE CONTAINER
 * --------------------------------------------------------------------------
 */

.list-container-block-bf {
	display: table;
	background-color: Black;
	width: 100%;
	margin: auto;
	text-align: center;
	line-height: 120%;
	padding: 1px 1px;
	border-bottom-color: #F1CB21;
	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: Black;
	color:#F8CC26;
}

.list-right-block-surround-bf {
	float: right;
	width: 45%;
	margin: 0.4em;
	padding: .7em;	
	text-align:center;
	border:#CCCCCC 1px solid;
	background: Black;
	color:#F8CC26;
}

.list-link-bf{
	color: #F8CC26;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
	position: relative;
	line-height: 18px;
}

.list-link-bf:hover{
	color: #F8CC26;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	position: relative;
	-webkit-text-size-adjust: none;
	text-decoration:none;
	color:White;
}

