html, body
{
	padding: 0;
	margin: 0 auto;
	max-width:1000px;	
  font-size: 100%;
  font: inherit;	
}
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;
}

/**
 * OTHER
 * --------------------------------------------------------------------------
 */


.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: relative;
	left: 0;
	top: 0;
	z-index:98;
	height: 55px;
	border-bottom: 2px solid #CCCCCC;
	display: flex;
	align-items: center;
	justify-content: center;

}

.sticky_header .link {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: center center no-repeat transparent;
	width: 40px;
	height: 48px;
	background-image: url(/justlinen/m/stylesheets/img/bar2.png);

}

.sticky_header .logo {
	background: url(/justlinen/m/stylesheets/img/justlinen3.png) no-repeat center center;
	background-size: contain;	
	width: 150px;
	height: 48px;
}

.header_links_group {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 10px;
}

.header_links {
	width: 46px;
	height: 48px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 38px 28px;
}

/* Basket icon */
.header_links.basket_link {
	background-image: url(/justlinen/m/stylesheets/img/basket2.png);
}

.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: 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-offer1 {
	clear: both;
  padding: 0.5em;
  color: White;
  margin: 0px;
  background-color: Black;
  text-align:center;
}

.body-offer2 {
	width: 98%;    
	clear: both;
   padding: 0.4em;
   color: white;
   margin: 0px;
   background-color: #DB0E78;
   text-align:center;
   margin-left:auto; margin-right:auto;
}

.body-offer3 {
	clear: both;
  padding: 0.5em;
  color: white;
  margin: 0px;
  background-color: #7C2180;
  text-align:center;
}

.body-offer4 {
	clear: both;
  padding: 0.5em;
  color: white;
  margin: 0px;
  background-color: #FF5700;
  text-align:center;
}

.body-offer5 {
	clear: both;
  padding: 0.5em;
  color: white;
  margin: 0px;
  background-color: #20202F;
  text-align:center;
}

.body-offer6 {
	clear: both;
  padding: 0.5em;
  color: white;
  margin: 0px;
  background-color: #000066;
  text-align:center;
}

.body-offer7 {
	clear: both;
  padding: 0.5em;
  color: white;
  margin: 0px;
  background-color: #DD2322;
  text-align:center;
}

.body-offer8 {
	clear: both;
  padding: 0.5em;
  color: white;
  margin: 0px;
  background-color: #851C34;
  text-align:center;
}

.body-offer9 {
	clear: both;
  padding: 0.5em;
  color: white;
  margin: 0px;
  background-color: #DD2322;
  text-align:center;
}

.body-offer10 {
	clear: both;
  padding: 0.5em;
  color: #464A5E;
  margin: 0px;
  background-color: #FFCC99;
  text-align:center;
}

.body-offer11 {
	clear: both;
  padding: 0.5em;
  color: White;
  margin: 0px;
  background-color: #D02747;
  text-align:center;
}

.body-offer12 {
	clear: both;
  padding: 0.5em;
  color: White;
  margin: 0px;
  background-color: #895F2F;
  text-align:center;
}

.body-offer14 {
	clear: both;
  padding: 0.5em;
  color: White;
  margin: 0px;
  background-color: #8C2401;
  text-align:center;
}

.body-offer15 {
	clear: both;
  padding: 0.5em;
  color: White;
  margin: 0px;
  background-color: #B33B68;
  text-align:center;
}

.body-offer16 {
	clear: both;
  padding: 0.5em;
  color: White;
  margin: 0px;
  background-color: #007A7A;
  text-align:center;
}

.body-offer17 {
	clear: both;
  padding: 0.5em;
  color: White;
  margin: 0px;
  background-color: #177245;
  text-align:center;
}

.body-offer18 {
	clear: both;
  padding: 0.5em;
  color: White;
  margin: 0px;
  background-color: #092C63;
  text-align:center;
}

.body-offer19 {
	clear: both;
  padding: 0.5em;
  color: White;
  margin: 0px;
  background-color: #DC93A5;
  text-align:center;
}


.body-offer20 {
	clear: both;
  padding: 0.5em;
  color: Black;
  margin: 0px;
  background-color: #DAE356;
  text-align:center;
}

.body-offer21 {
	clear: both;
  padding: 0.5em;
  color: Black;
  margin: 0px;
  background-color: #4157A4;
  text-align:center;
}


.body-offer22 {
	clear: both;
  padding: 0.5em;
  color: Black;
  margin: 0px;
  background-color: #62ACB9;
  text-align:center;
}




.body-link-black{
	color: Black;
  text-decoration: none;
	font-size: 12px;
	font-weight: Bold;
}

.body-link-black:hover { 
	color: Black;
	text-decoration: none;
	font-size: 12px;
	font-weight: Bold;
}

.body-link-white{
	color: White;
  text-decoration: none;
	font-size: 12px;
}

.body-link-white:hover { 
	color: White;
	text-decoration: none;
	font-size: 12px;
}

h1.body-header {
    padding: 0;
    margin: 0;
}

.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;
}

.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;
}

#products tr:nth-child(even){background-color: #f2f2f2;}

#products tr:hover {background-color: #ddd;}

#products th.topline {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #E8D586;
    color: black;
}

#products th.secondline {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #F5EECF;
    color: black;
}


/**
 * PRODUCTS NO HOVER CONTAINER
 * --------------------------------------------------------------------------
 */

#productshover {
    border-collapse: collapse;
    width: 98%;
    margin-left:auto; margin-right:auto;
    border: 1px solid #ddd;
}

#productshover td, #productshover th {
    border: 0px solid #ddd;
    padding: 4px;
}

#productshover td, #productshover th {
    border: 0px solid #ddd;
    padding: 4px;
}

#productshover td.blank {
    background-color: White;
}

#productshover tr {
	background-color: #f2f2f2;
}

#productshover th.topline {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #E8D586;
    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-header{
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 99%;
	margin: 0;
	padding: 0;
}


.list-text-small{
	font-size: 11px;
	float: left;
	width: 98%;
	margin: 0;
	padding: .5em;
}

.list-left{ 
	float: left;
	padding: .5em;		
	width:40%;
}

.list-right{ 
	float: right;
	width:60%;
	margin-top: 20px;	
}

.list-left-block{ 
	float: left;
	width: 50%;
	margin: 4;
	padding: 4;
	text-align:center;
	padding: .5em;	
}

.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-left-block-surround-150 { 
	height: 110px;
	float: left;
	width: 45%;
	margin: 0.4em;
	padding: 4;
	text-align:center;
	padding: .7em;	
	border:#CCCCCC 1px solid;
	background: White;
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	transform: translateY(5%);
}

.list-right-block { 
	float: right;
	width: 50%;
	margin: 4;
	padding: .5em;	
	text-align:center;
}

.list-right-block-surround {
	float: right;
	width: 45%;
	margin: 0.4em;
	padding: .7em;	
	text-align:center;
	border:#CCCCCC 1px solid;
	background: White;
}

.list-right-block-surround-150 {
	height: 110px;
	float: right;
	width: 45%;
	margin: 0.4em;
	padding: .7em;	
	text-align:center;
	border:#CCCCCC 1px solid;
	background: White;
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(5%);
}

.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-footer{
	clear: both;
}

.list-img{
	padding: .01em;
	max-width:100%;
	height:auto;
	vertical-align: middle;
}

.list-img-overlay{
	padding: .01em;
	height:50px;
}

.list-link{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	font-weight: Bold;
	color: #666;
	position: relative;
	line-height: 12px;
	-webkit-text-size-adjust: none;
}

.list-link:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #666;
	position: relative;
	-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-button{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	font-weight: Bold;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}

.list-link-button:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	font-weight: Bold;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;	
}

.list-text, .list-text:active, .list-text:active, .list-text:hover {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
	text-decoration: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:White;
	border: 0px;
	background-color: #002546;
	cursor: pointer;
	width: 95%;
	margin: 15px 10px 1px 1px;
	margin-left: auto;
	margin-right: auto;
}


/**
 * 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;
	color:#F8CC26;
}


/**
 * WINTER SALE BLUE CONTAINER
 * --------------------------------------------------------------------------
 */

.list-container-block-sb {
	display: table;
	background-color: #334B6F;
	width: 100%;
	margin: auto;
	text-align: center;
	line-height: 120%;
	padding: 1px 1px;
	border-bottom-color: #F1CB21;
	border-width:1px;  	
}

.list-left-block-surround-sb { 
	float: left;
	width: 45%;
	margin: 0.4em;
	padding: 4;
	text-align:center;
	padding: .7em;	
	border:#CCCCCC 1px solid;
	background: #0F0F1E;
	color:#F1CB21;
}

.list-right-block-surround-sb {
	float: right;
	width: 45%;
	margin: 0.4em;
	padding: .7em;	
	text-align:center;
	border:#CCCCCC 1px solid;
	background: #0F0F1E;
	color:#F1CB21;
}

.list-link-sb{
	color: green;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
	position: relative;
	line-height: 12px;
	color:#F1CB21;
}

.list-link-sb:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	position: relative;
	-webkit-text-size-adjust: none;
	color:#F1CB21;
}

/**
 * WINTER SALE RED
 * --------------------------------------------------------------------------
 */

.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: #DD2322;
	color:White;
}

.list-right-block-surround-sale {
	float: right;
	width: 45%;
	margin: 0.4em;
	padding: .7em;	
	text-align:center;
	border:#CCCCCC 1px solid;
	background: #DD2322;
	color:White;
}

.list-link-sale{
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: Bold;
	position: relative;
	line-height: 12px;
	color:White;
}

.list-link-sale:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	position: relative;
	-webkit-text-size-adjust: none;
	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: #002546;
	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: Red;    
}


/**
 * CAROUSEL
 * --------------------------------------------------------------------------
 */

.carousel .item a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
      width: 100%;
      margin: 0 auto;
}


/**
 * SEARCH WRAPPER
 * --------------------------------------------------------------------------
 */


.search-wrapper {
    position: relative;
    width: 100%;
}

#lb-search {
		font-size: 16px;
		line-height: 1.2;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-top: 0px solid #424251;
    border-left: 0px solid #424251;
    border-right: 0px solid #424251;
    border-bottom: 1px solid #424251;
    background-color: #fff;
    -webkit-appearance: none;
}

/* 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 { 
}


/**
 * 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: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;
}

.discount_amount {
	font-size: 11px;
	z-index:15;
	position:absolute;
	top: 0px;
	left: 0px;
	padding: .5em;
	width:100px;
	font-color:black;
	background-color:#FDED00;
	color:black;
	font-weight: bold;
	text-transform:uppercase
}


/**
 * 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 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-top: 6px;
  padding-bottom: 6px;
  padding-left: 3px;  
  text-align: left;
  background-color: #333333;
  color: White;
  font-size: 12px;
}

#baskets a {
	font-size: 12px;
	color: #333333;
}

#baskets a.whitelink {
	font-size: 12px;
	color: white;
}

#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
 * --------------------------------------------------------------------------
 */

.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%, 98%);
}

.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: 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);
}

.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:25px;
}

input.voucher-codes, select {
    width: 98%;
    padding: 12px 1px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
		text-align: center;
		text-align-last: center;
}

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:White;
	border: 0px;
	background-color: #333333;
	cursor: pointer;
	width: 98%;	
}

.basket-btn:hover {
	background-color: #FFE91A;	
	color:Black;
}

p.spaced {
  padding: 4px;
}


/**
 * STYLED SELECT
 * --------------------------------------------------------------------------
 */
   
#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;
}

