html, body
{
	padding: 0;
	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;
}

.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(/gardenfurnitureworld/m/stylesheets/img/bar.png);
}

.sticky_header .logo {
	background: url(/gardenfurnitureworld/m/stylesheets/img/gfw-world-logo-2.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(/gardenfurnitureworld/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(/gardenfurnitureworld/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;
}

h1.heading {
	font-size: 24px;
}


/* 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: 110px;
			right: 40px;
			text-decoration: none;
			color: #000000;
			background-color: rgba(235, 235, 235, 0.80);
			font-size: 10px;
			padding: 0;
			display: none;
			z-index: 999;
		}

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, .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: #E30613;
    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: 6px;
    color: white;
    margin: 0px;
    background-color: #3B7D78;
    text-align:center;
}

.body-offer4 {
    clear: both;
    padding: 6px;
    color: white;
    margin: 0px;
    background-color: #DD2322;
    text-align:center;
}

.body-offer5 {
    clear: both;
    padding: 6px;
    color: white;
    margin: 0px;
    background-color: #01B6A7;
    text-align:center;
}

.body-offer6 {
    clear: both;
    padding: 6px;
    color: white;
    margin: 0px;
    background-color: #590570;
    text-align:center;
}

.body-offer7 {
    clear: both;
    padding: 6px;
    color: white;
    margin: 0px;
    background-color: #CE2749;
    text-align:center;
}

.body-offer8 {
		color: White;
    clear: both;
    padding: 6px;
    color: white;
    margin: 0px;
    background-color: Black;
    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-left-on{ 
	float: left; 
	width: 30%; 
	line-height: 150%;
	margin: 0px 1px 0px 5px;
	background:black;
	color:white;
}

.column-left-fifty{ 
	float: left; 
	width: 48%; 
	line-height: 150%;
	margin: 0px 1px 0px 5px;
}

.column-left-fifty-on{ 
	float: left; 
	width: 48%; 
	line-height: 150%;
	margin: 0px 1px 0px 5px;
	background:black;
	color:white;
}

.column-right{ 
	float: right; 
	width: 30%; 
	line-height: 150%;
	text-align:center;
	margin: 0px 1px 0px 0px;
}

.column-right-on{ 
	float: right; 
	width: 30%; 
	line-height: 150%;
	text-align:center;
	margin: 0px 1px 0px 0px;
	background:black;
	color:white;
}

.column-right-fifty{ 
	float: right; 
	width: 48%; 
	line-height: 150%;
	text-align:center;
	margin: 0px 1px 0px 0px;
}

.column-right-fifty-on{ 
	float: right; 
	width: 48%; 
	line-height: 150%;
	text-align:center;
	margin: 0px 1px 0px 0px;
	background:black;
	color:white;
}


.column-center{ 
	display: inline-block; 
	width: 30%; 
	line-height: 150%;
	margin: 0px 1px 0px 1px;
}

.column-center-on{ 
	display: inline-block; 
	width: 30%; 
	line-height: 150%;
	margin: 0px 1px 0px 1px;
	background:black;
	color:white;
}

.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;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	font-weight: Bold;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
	text-transform: uppercase;
}

.brand-link:hover { 
	color: Black;
	text-decoration: none;
}

.brand-link-on{
	text-decoration: underline;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	font-weight: Bold;
	position: relative;
	-webkit-text-size-adjust: none;
	text-transform: uppercase;
	text-decoration: underline;
}

.brand-link-on:hover { 
	text-decoration: underline;
}


.brand-container-btn {
	padding: 5px 15px;
	font-family: Arial, Verdana, serif;
	font-size: 15px;
	color:White;
	border: 0px;
	background-color: #333333;
	cursor: pointer;	
}

.brand-container-btn:hover {
	background-color: #004F94;
}

/**
 * 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 1px 1px 1px;
	line-height: 120%;
	padding: 0.2em;
	border-width:1px;  	
}


.list-container-block {
	display: table;
	width: 100%;
	margin: auto;
	text-align: center;
	line-height: 120%;
	padding: 1px 1px;
	border-bottom-color: #CCCCCC;
	border-width:1px;  	
}

.list-container-block-finance {
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 120%;
	padding: 1px 1px;
	border-bottom-color: #CCCCCC;
	border-width:1px;  	
}

.list-header{
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 98%;
	margin: 0;
	padding: 0;
}

.list-text{
	font-size: 14px;
	float: left;
	width: 98%;
	margin: 0;
	padding: .5em;
}

.list-left{ 
	float: left;
	width: 45%;
	margin: 0;
	padding: 1;
}

.list-right{ 
	float: right;
	width: 55%;
	margin-top: 20px;
	padding-left: 6px;	
}

.list-footer{
	clear: both;
}

.list-img{
	max-width:98%;
	height:auto;
}

.list-img-twenty-five{
	width:25%;
	height:auto;
}

.list-center-block{ 
	margin: auto;
  width: 100%; 
  padding: 0px;
	text-align:center;
}

.list-left-block-surround { 
	float: left;
	width: 45%;
	margin: 0.4em;
	padding: 4;
	text-align:center;
	padding: .7em;	
	border:#CCCCCC 1px solid;
	background: White;
}

.list-left-block-surround-on { 
	float: left;
	width: 45%;
	margin: 0.4em;
	padding: 4;
	text-align:center;
	padding: .7em;	
	border:#CCCCCC 1px solid;
	background: Black;
	color: White;
}

.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-on {
	float: right;
	width: 45%;
	margin: 0.4em;
	padding: .7em;	
	text-align:center;
	border:#CCCCCC 1px solid;
	background: Black;
	color: White;
}

img.Sirv.sirv-image-loading {
	opacity: 0;
	max-width:98%;
	height:auto;
}

img.Sirv.sirv-image-loaded {
  transition: opacity .3s linear;
  opacity: 1;
	max-width:98%;
	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-link:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	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;
}

.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-on{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: Bold;
	position: relative;
	-webkit-text-size-adjust: none;
	text-decoration:underline;
}

.list-link-on:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	position: relative;
	-webkit-text-size-adjust: none;
	text-decoration:underline;
}

.list-price{
	float:left;
  padding-top: 2px;
  padding-bottom: 1px;    
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	color: red;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 0px;	
	font-weight: bold;
}

.list-save{
	float:left;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	position: relative;
	-webkit-text-size-adjust: none;
	text-transform: uppercase;
}

.list-rrp{
	float:right;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #666;
	position: relative;	
	-webkit-text-size-adjust: none;
}

.list-stock{
	float:left;
  padding-top: 2px;
  padding-bottom: 1px;    
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	position: relative;
	-webkit-text-size-adjust: none;
}


.list-id{
	padding: 10px 10px;
	float:center;
  font-style: italic;
	font-family: Arial, Helvetica, Verdana;
	font-size: 9px;
	position: relative;
	-webkit-text-size-adjust: none;
}

.list-btn {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 1px 10px;
	font-family: Arial, Verdana, serif;
	font-size: 14px;
	color:#FFE91A;
	border: 0px;
	background-color: black;
	cursor: pointer;
	width: 80%;	
}

.list-btn:hover {
	background-color: #FFE91A;	
	color:Black;
}

.product_msg {
	font-size: 11px;
	z-index:15;
	position:relative;
	top: 10px;
	left: 1px;
	padding: .5em;
	width:100%;
	background-color:#62B016;
	color:white;
	font-weight: bold;
	text-transform:uppercase
}




/**
 * 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: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;
}

.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;
}

/**
 * STYLED SELECT
 * --------------------------------------------------------------------------
 */

.styled-select1 select {

   width: 100%;
   padding: 4px;
   font-size: 16px;
   line-height: 1;
   border: 1;
   border-radius: 0;
   height: 40px;
   }


/**
 * 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: 18px;
	color: red;
	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;
}

.spacer {
    clear: both;
    padding: 0.5em;
    color: white;
    background-color: White;
    text-align:left;
}

/**
 * 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);
}



/**
 * HERO CONTAINER
 * --------------------------------------------------------------------------
 */

.hero-banner {
	justify-content: center;
	align-items: center;
      background: White;
      padding: 0px;
}

.hero-banner .hero-container {
      width: 100%;
      max-width: 1200px;
      height: 550px;
      position: relative;
      overflow: hidden;
      border-radius: 0px;
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

.hero-banner .hero-slide {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1s ease-in-out;
}

.hero-banner .hero-slide.active {
      opacity: 1;
      z-index: 1;
}

.hero-banner .hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
      z-index: 2;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
      padding: 0 20px;
      width: 100%;
}

.hero-banner .hero-content h1 {
      font-size: 2.5em;
      margin-bottom: 20px;
}

.hero-banner .hero-content a,
.hero-banner #hero-button {
      padding: 12px 25px;
      background: #fff;
      color: #333;
      text-decoration: none;
      font-weight: bold;
      border-radius: 5px;
      display: inline-block;
      transition: background 0.3s, color 0.3s;
}

.hero-banner #hero-button:hover {
  background: #F0F0F0;
  color: #333;
}

/* ? Responsive Styles */
@media (max-width: 768px) {
	.hero-banner .hero-container {
	height: 400px;
	}

	.hero-banner .hero-content h1 {
	        font-size: 1.8em;
	}

	.hero-banner .hero-content a {
	        padding: 10px 20px;
        	font-size: 0.95em;
	      }
}

@media (max-width: 480px) {
	.hero-banner .hero-container {
	height: 300px;
	}

	.hero-banner .hero-content h1 {
	font-size: 1.4em;
	}

	.hero-banner .hero-content a {
        padding: 8px 16px;
        font-size: 0.9em;
    	}
}

/* --- search input --- */

.search-wrapper {
    position: relative;
    width: 100%;
}

#lb-search {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-top: 1px solid #424251;
    border-left: 0px solid #424251;
    border-right: 0px solid #424251;
    border-bottom: 1px solid #424251;
}

/* 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 { 
}

