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
 * --------------------------------------------------------------------------
 */
input.qty-checkout {
  width:98%;
  text-align: center;
  font-family: inherit; /* 1 */
  border-radius:0; /* 2 */
  margin: 8px 0; /* 3 */
  padding: 6px 1px; /* 3 */
  border-radius: 0px;
  box-sizing: border-box;
}

input.voucher-codes, select {
width: 98%;
    padding: 10px 1px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 0px;
    box-sizing: border-box;
font-color:black;
}

.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(/justlinen/m/stylesheets/img/bar.png);
}

.sticky_header .logo {
	background: url(/justlinen/m/stylesheets/img/justlinen2.png) no-repeat center center;
	float: left;
	width: 150px;
	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(/justlinen/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(/justlinen/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 {
			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-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 {
	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;
}

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;
}


/**
 * 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{
	font-size: 14px;
	float: left;
	width: 98%;
	margin: 0;
	padding: .5em;
}
.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;
}

.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{
	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:White;
	border: 0px;
	background-color: #002546;
	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: 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;
}

/**
 * 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: 14px;
}

.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 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: #00294F;
}

/* 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);
}
