.gradient_voucher {
	background: #00BAF1;
}

#altmenu {
	margin-left: 0;
	height: 35px;
	margin-bottom: 5px;
	width: 960px;
}

#altmenu .home {
	height: 35px;
}

#altmenu .home a {
	padding: 0 10px;
	height: 35px;
}

#altmenu > ul > li {
	font-size: 1.15em;
}

#altmenu ul li a > div {
    text-transform: uppercase;
    padding: 11px 9px;
    z-index:99;
}
#altexplore {
	margin: 13px 0 0;
	padding: 0;
	height: 35px;
	width: 960px;
}

#why_eden {
	margin: 0 0 0.1rem;
	background: none !important;
}

#why_eden p {
	font-weight: 800;
	font-size: 17.4px;
}

#search {
	margin: 0 0 0 60px;
	border-radius: 7px;
}

.checkout-btn::after {
	content: '';
	width: 13px;
	height: 7px;
	background: url("staticimages/arrow-down.png") no-repeat;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: -0.45rem;
	margin-left: 0.8rem;
}
.checkout-btn span {
	text-transform: uppercase;
	text-shadow: none;
	top: -0.3rem;
}
.checkout-btn::before {
	margin: -0.85rem 0.1rem 0 -0.45rem;
}

#basket {
    cursor: default;
}

div#basket > span,
#basket > p,
#altmenu,
#altmenu > ul > li.redtab,
#servicelinks > a {
	text-shadow: none!important;
}
div#basket > span {
	line-height: 18px;
}
#basket > p {
	font-size: 0.88em;
	line-height: 7px;
}
#basket > .expand {
	right: 6.5px;
}
#left_pane {
	padding-top: 0.55rem;
}
#mainContent #right_pane {
	padding-top: 8px;
}

/* Dropdown Button */
.currencyDropBtn {
	text-transform:none;
    color: white;
    font-size: 16px;
    font-weight:normal;
    border: none;
    cursor: pointer;
    width: 100%;
    padding: 10px;
    border-radius:10px 10px 0px 0px;
    background: #81c244;
    background: -moz-linear-gradient(top, #81c244 0%, #43b34b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81c244), color-stop(100%,#43b34b));
    background: -webkit-linear-gradient(top, #81c244 0%,#43b34b 100%);
    background: -o-linear-gradient(top, #81c244 0%,#43b34b 100%);
    background: -ms-linear-gradient(top, #81c244 0%,#43b34b 100%);
    background: linear-gradient(to bottom, #81c244 0%,#43b34b 100%);
}

/* Dropdown button on hover & focus */
.currencyDropBtn:hover, .currencyDropBtn:focus {
	background: #81c244;
	background: -moz-linear-gradient(top, #43b34b 0%, #81c244 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43b34b), color-stop(100%,#81c244));
	background: -webkit-linear-gradient(top, #43b34b 0%,#81c244 100%);
	background: -o-linear-gradient(top, #43b34b 0%,#81c244 100%);
	background: -ms-linear-gradient(top, #43b34b 0%,#81c244 100%);
	background: linear-gradient(to bottom, #43b34b 0%,#81c244 100%);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  width:100%;
}

.selectedCurrency {
	background-color:lightgrey;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  	display: none;
	border: 3px solid #47B54B;
	border-top: 3px solid #47b54b;
	box-shadow: 0px 15px 50px -13px #000;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* Start of custom VWO styling */
body.eden2038 {
  border-top: 0;
}

body.home {
  background: #fff;
}

body.home #mainContent {
  padding-top: 0px;
}

body.home #mainContent .panel:nth-child(2) {
  margin-top: 0;
}

body.home > #container {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-left: 0;
  border-right: 0;
  width: 960px;
}

body#mybasket .newTopIconsBlockHdr {
  width: 285px;
}

body#mybasket .newMiniCartOuter {
  display: none;
}

#breadcrumb {
  margin-top: 15px;
}

#header, #header * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#header {
  width: 100%;
  font-family: Sans-Serif !important;
}

#header .header-banner {
  margin: 0 auto;
}

#servicelinks, #header #logo, #header #vouchers, #header #currencies {
  display: none !important;
}

.headerTopSection {
  clear: both;
  width: 100%;
  padding: 12px 0;
  background: #7ec537;
}

.newContainer {
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
}

.dispTableBlock {
  display: table;
  clear: both;
  width: 100%;
  table-layout: fixed;
}

.dispTableBlock > * {
  display: table-cell;
  vertical-align: middle;
}

.newLogoBlockHdr {
  width: 110px;
}

.newSrchBlockHdr {
  width: auto;
  padding: 0 30px;
}

.newPhoneNoBlockHdr {
  width: 200px;
}

#header #search {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  height: auto;
}

#search #searchform {
  position: relative;
  float: left;
  width: 100%;
}

#search #searchform:before {
  content: "\f002";
  display: inline-block;
  font: 14px/1 FontAwesome;
  color: #44a94d;
  font-size: 20px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  pointer-events: none;
  z-index: 1;
}

#search input[type="text"] {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  border: 0;
  padding: 7px 15px 7px 45px;
  margin: 0;
  height: auto;
  border-radius: 7px;
}

#search input[type="text"] {
}

#search input[type="text"]::placeholder {
  color: #a7a7a7;
  opacity: 1;
}

#search input[type="text"] :-ms-input-placeholder {
  color: #a7a7a7;
}

#search input[type="text"] ::-ms-input-placeholder {
  color: #a7a7a7;
}

.aa-ClearButton {
    background-color:white;
    border:none;
}
.aa-InputWrapperPrefix {
    display:none;
}

#search .ui-autocomplete {
  width: 100% !important;
  min-width: 450px;
  border: 1px solid #e1e1e1;
  border-bottom: 0;
  border-top: 0;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
}

#search .ui-autocomplete li.search_header {
  font-size: 14px;
  color: #44a94d !important;
  background: #eee !important;
  border-top: 1px solid #d4d4d4 !important;
  border-bottom: 1px solid #d4d4d4 !important;
  height: auto;
  padding: 5px 0 !important;
  margin-bottom: 3px;
  text-shadow: none;
}

#search .ui-autocomplete li.search_header span {
  display: block;
  text-shadow: none;
  margin-top: 0;
}

#search .ui-autocomplete li.ac_product {
  height: 74px;
  padding: 4px 7px !important;
  margin-top: 0;
  border-bottom: 1px solid #efefef;
}

#search .ui-autocomplete li.ac_product > a {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}

#search .ui-autocomplete li div.ac_product {
  margin-right: 7px;
}

#search .ui-autocomplete div.ac_format {
  left: 52px;
  bottom: 3px;
}

#search .ui-autocomplete li.ui-state-focus {
  background: #e8f1e4 !important;
}



#header a.contact {
  margin: 0;
  width: auto;
}

#header a.contact .text {
  display: none !important;
}

#header a.contact .number {
  font-family: Sans-Serif !important;
  position: relative;
  color: #fff;
  margin: 0;
  padding: 0 0 0 40px;
}

#header a.contact .number span {
  display: block;
  font-family: Sans-Serif !important;
  padding: 0;
  font-size: 22px;
  margin: 0 0 2px;
}

#header a.contact .number::before {
  content: "\f095";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: none;
  border: 0;
  text-align: center;
  display: inline-block;
  margin: auto;
  font: 14px/1 FontAwesome;
  color: #fff;
  font-size: 32px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(18deg);
}

#header a.contact .times {
  font-family: Sans-Serif !important;
  font-size: 11px;
  color: #fff;
  text-transform: none;
}

.newTopIconsBlockHdr {
  width: 400px;
  text-align: center;
}

.newTopIconsBlockHdr .topIconsInline {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 10px;
}

.newTopIconsBlockHdr .topIconsInline:first-child {
  margin-left: 0;
}

.newTopIconsBlockHdr .topIconsInline:last-child {
  margin-right: 0;
}

.topIconsInline .topIconsImgOuter {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all .1s;
}

.topIconsInline .topIconsImgOuter img, .topIconsInline .topIconsImgOuter span {
  display: inline-block;
  vertical-align: middle;
}

.topIconsInline .topIconsImgOuter img {
  width: 34px;
}

.topIconsInline .topIconsImgOuter span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 8px;
}

.topIconsInline .topIconsImgOuter em {
  position: absolute;
  top: -4px;
  left: 26px;
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
  color: #00693d;
  background: #fff;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.topIconsInline ul, #basket #minibasket {
  display: block !important;
  position: absolute;
  top: 100%;
  left: -30px;
  width: 240px;
  margin: 30px 0 0 0;
  background: #fff;
  border: 1px solid #e1e1e1;
  opacity: 0;
  visibility: hidden;
  z-index: 99999999;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  transition: all .2s;
}

.topIconsInline:hover .topIconsImgOuter {
  /* transform: scale(1.1); */
}

.topIconsInline:hover:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: -5px;
  right: -5px;
  height: 22px;
}

.topIconsInline:hover ul {
  opacity: 1;
  visibility: visible;
  margin: 20px 0 0 0;
}

.topIconsInline ul:before, .topIconsInline ul:after, #basket #minibasket:before, #basket #minibasket:after {
  content: ' ';
  position: absolute;
  top: -10px;
  left: 36px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  z-index: 1;
}

.topIconsInline ul:after {
  top: -11px;
  left: 35px;
  border-width: 11px;
  border-bottom-color: #e1e1e1;
  z-index: 0;
}

.topIconsInline ul li {
  border-bottom: 1px solid #e1e1e1;
}

.topIconsInline ul li:last-child {
  border-bottom: 0;
}

.topIconsInline ul li a {
  display: block;
  font-family: Sans-Serif !important;
  font-size: 13px;
  color: #444;
  padding: 12px 15px;
  font-weight: 600;
  text-decoration: none !important;
}

.topIconsInline ul li a:hover {
  color: #44a94d;
  background: #f7f7f7;
  text-decoration: none;
}

/* Header Navigation Start */
.headerNavSection {
  background: #44a94d;
}

.headerNavSection #altexplore {
  margin: 0;
  width: 100%;
  height: auto;
  background: none;
  text-shadow: none;
  border-radius: 0;
}

#altexplore #altmenu {
  margin: 0;
  width: 100%;
  height: auto;
  z-index: inherit;
  text-align: center;
  font-family: Sans-Serif !important;
}

#altexplore #altmenu > ul {
  display: table;
  width: 100%;
  text-align: center;
}

#altexplore #altmenu > ul > li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  position: relative;
  float: none !important;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
}

#altexplore #altmenu > ul > li > a {
  display: block;
  position: relative;
  font-family: Sans-Serif !important;
  font-size: 14px;
  line-height: 16px;
  height: auto;
  padding: 12px 10px;
  text-decoration: none !important;
}

#altexplore #altmenu > ul > li:hover > a {
  color: #7ec537;
  background: #fff;
}

#altexplore #altmenu > ul > li.home {
  text-align: left;
}

#altexplore #altmenu > ul > li.home a {
  padding: 12px 10px 12px 0;
}

#altexplore #altmenu > ul > li.home:hover > a {
  background: none;
}

#altexplore #altmenu > ul > li.home > a:before {
  opacity: 0;
}

li.home .homeIconForHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

#altexplore #altmenu > ul > li.home:hover a > img {
  display: none;
}

#altexplore #altmenu > ul > li.home a:hover .homeIconForHover {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  opacity: 1;
}

#altexplore #altmenu > ul > li:hover + li a:before {
  display: none !important;
}

#altexplore #altmenu > ul > li.home:hover + li a:before {
  display: block !important;
}

#altexplore #altmenu > ul > li > a:before {
  content: ' ';
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 1px;
  background: #fff;
}

#altexplore #altmenu > ul > li > a > div {
  padding: 0;
  font-size: inherit;
  height: auto;
  z-index: inherit;
  background: none !important;
  box-shadow: none !important;
}

#altmenu ul li:hover a>div {
  color: inherit;
}

#altexplore #altmenu > ul > li.home img {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
}

#altexplore #altmenu > ul > li.yellowtab a:before,
#altexplore #altmenu > ul > li.yellowtab + li a:before,
#altexplore #altmenu > ul > li.redtab a:before,
#altexplore #altmenu > ul > li.redtab + li a:before,
#altexplore #altmenu > ul > li.purpletab a:before,
#altexplore #altmenu > ul > li.purpletab + li a:before {
  display: none !important;
}

#altexplore #altmenu > ul > li > div {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 200px !important;
  z-index: 9999999;
  height: auto;
  background: #fff;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
}

#altexplore #altmenu > ul > li > div .menucol {
  font-size: 12px;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0;
  height: auto;
  border-radius: 0 0 5px 6px;
  -webkit-border-radius: 0 0 5px 6px;
  -moz-border-radius: 0 0 5px 6px;
}

#altexplore #altmenu > ul > li > div .menucol > div {
  border-bottom: 1px solid #e4e4e4;
}

#altexplore #altmenu > ul > li > div .menucol div {
  width: 100%;
  margin: 0;
}

#altexplore #altmenu > ul > li > div .menucol a {
  display: block;
  font-family: Sans-Serif !important;
  float: none;
  font-size: 12px;
  padding: 15px 15px;
  margin: 0;
  text-decoration: none !important;
}

#altexplore #altmenu > ul > li > div .menucol a:hover {
  background: #eee;
}

.topIconsCloseBtn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 26px;
  height: 26px;
  border: 1px solid transparent;
  cursor: pointer;
  z-index: 2;
}

.topIconsCloseBtn:before, .topIconsCloseBtn:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  bottom: 0;
  height: 2px;
  margin: auto;
  background: #000;
}

.topIconsCloseBtn:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.topIconsCloseBtn:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.topIconsCloseBtn:hover {
  background: #f7f7f7;
  border-color: #e2e2e2;
}

/* Header Navigation Start */
/* Why Eden Start */
.headerWhyEdenSection {
  position: relative;
  text-align: center;
  padding: 5px 0;
  /* background: url(https://useruploads.visualwebsiteoptimizer.com/useruploads/176372/images/2637675b964b336df470aebca393d9d9_uspsgradient.png) repeat-x; */
  /* background-size: auto 100%; */
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  z-index: 1;
}

#header .headerWhyEdenSection #why_eden {
  display: table;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

#header .headerWhyEdenSection #why_eden > * {
  float: none;
  text-align: left;
  display: table-cell;
  vertical-align: top;
  margin: 0;
  border: 0;
}

.why_rated {
  position: relative;
}

.why_rated > i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 28px;
}

.why_rated span i {
  font-size: 1.1em;
  margin: 0 1px;
}

.headerWhyEdenSection #why_eden .why_us {
  background-position: 0px 7px;
  padding-left: 26px;
}

.headerWhyEdenSection #why_eden .why_free {
  background-position: 0 7px;
  padding-left: 35px;
}

.headerWhyEdenSection #why_eden .why_customers {
  background-position: 0 -57px;
  padding-left: 35px;
}

.headerWhyEdenSection #why_eden .why_decade {
  background-position: 0 -124px;
  padding-left: 35px;
}

.headerWhyEdenSection #why_eden .why_rated {
  padding-left: 33px;
  width: 184px;
  padding-right: 0;
}

/* Why Eden End */
/* Mini Cart Css Start */
#basket > span, #basket > p, #basket > .expand, #basket > #minibasket_justadded, #basket > #minibasket_justadded_fixed, #minibasket > form.minibasket_checkout, #basket #minibasket > .grey_btn, #basket #minibasket > .blue_btn {
  display: none !important;
}

.topIconsInline #basket {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  background: none;
  margin: 0;
  padding: 0;
}

#basket #minibasket {
  width: 300px;
  overflow: visible;
  padding: 0;
}

#basket #minibasket:after {
  border-bottom-color: #eee;
}

.topIconsInline:hover #basket #minibasket {
  opacity: 1;
  visibility: visible;
  margin: 20px 0 0 0;
}

#minibasket .basket_empty {
  width: 100%;
  color: #666;
  font-size: 13px;
  padding: 20px 15px;
  height: auto;
}

#minibasket span.heading {
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 15px;
  font-family: Sans-Serif !important;
  color: #44a94d;
  background: #eee;
  border-bottom: 1px solid #d4d4d4 !important;
  padding: 12px 15px;
  border: 0;
}

table.minibasket {
  float: none;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #efefef;
}

table.minibasket tr td:first-child {
  width: 90px;
  padding: 12px 15px;
}

table.minibasket tr td img.minibasket_image {
  width: 45px;
  margin: 0;
}

table.minibasket tr td.minibasket_product {
  font-size: 12px;
  font-weight: normal;
  width: auto;
  padding: 14px 14px 14px 0;
}

table.minibasket tr .itmEachPricing {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  margin: 0 0 5px;
}

table.minibasket tr .itemQty_info {
  clear: both;
  font-size: 12px;
  margin: 6px 0 0;
  text-transform: none;
}

table.minibasket tr .itemQty_info .itemNewQnty {
  float: right;
  margin-left: 12px;
}

#minibasket .basket_item {
    padding: 12px;
}

#minibasket .basket_item img {
    width: auto;
    max-width: 100%;
}

#minibasket .basket_discount span {
    color: #cd1020;
}

#minibasket .basket_subtotal {
  width: 100%;
  border: 0;
  font-size: 13px;
  line-height: 1.2em;
  padding: 12px 15px;
  margin: 0;
  text-align: left;
  color: #000;
  background: #f8f8f8;
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.15);
}

#minibasket .basket_subtotal span {
  float: right;
}

.miniCartCtaBlock {
  clear: both;
  padding: 15px 15px;
  background: #ededed;
  border-top: 1px solid #d8d8d8;
}

.miniCartCtaRow {
  margin: 0 -3%;
}

.miniCartCtaBlock a {
  float: none;
  text-align: center;
  font-family: Sans-Serif !important;
  display: inline-block;
  margin: 0;
  font-size: 12px;
  width: 44%;
  margin: 0 2.5%;
  padding: 11px 10px;
  border: 2px solid transparent;
  border-radius: 0;
  text-shadow: none;
  text-decoration: none !important;
}

.miniCartCtaBlock a.grey_btn {
  color: #000;
  background: none;
  border-color: #c5c5c5;
}

.miniCartCtaBlock a.blue_btn {
  background: #44a94d;
}

#minibasket .minibasket_secure {
  clear: both;
  position: relative;
  top: 0;
  left: 0;
  bottom: auto;
  background: #ededed url(staticimages/header/secureicon.png) no-repeat 15px 50%;
  border-top: 1px solid #d8d8d8;
  padding: 16px 15px 16px 100px;
}

#minibasket .minibasket_secure img {
  display: none;
}

#minibasket .minibasket_secure span {
  color: #666;
  font-size: 11px;
}

/* Added to cart notification css start */
div.basket_just_added {
  background: #49b744;
  border-bottom: 0;
  font-weight: normal;
  text-shadow: none;
}

div.basket_just_added .inner .img {
  width: auto !important;
  height: auto;
  margin: 0;
  flex: 0 0 auto;
}

div.basket_just_added .inner .img img {
  display: block;
  max-width: 55px;
  max-height: 70px;
  width: auto;
  height: auto;
}

div.basket_just_added .inner .product {
  padding-left: 10px;
}

div.basket_just_added > div.inner > div.action a.view, div.basket_just_added > div.inner > div.action a.checkout {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 17px;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

/* Added to cart notification css end */
/* Mini Cart Css End */
@media (max-width: 1200px) {
  #altexplore #altmenu > ul > li > a {
    font-size: 14px;
    padding: 12px 14px;
  }

  .headerWhyEdenSection #why_eden .why_rated {
    width: 162px;
  }

  .headerWhyEdenSection #why_eden p {
    font-size: 15px;
  }

  .headerWhyEdenSection #why_eden span {
    font-size: 11px;
  }
}

@media (max-width: 1150px) {
  .newTopIconsBlockHdr {
    width: 370px;
  }

  .topIconsInline .topIconsImgOuter span {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .headerWhyEdenSection #why_eden .why_rated {
    width: 154px;
  }

  .headerWhyEdenSection #why_eden p {
    font-size: 14px;
  }

  .headerWhyEdenSection #why_eden span {
    font-size: 10px;
  }
}








.main-header {
    color: white;
    background: #7ec537;
}

.main-header__content {
    max-width: 1920px;
    padding: 10px 15px;
    display: --webkit-flex;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

/* Logo */
.main-header__content > a {
    flex-shrink: 0;
}

/* Search */
.main-header {
    --aa-search-input-height: 57px;
    --aa-icon-size: 30px;
    --aa-input-icon-size: 30px;
}

.main-header #autocomplete,
.main-header [role="search"] {
    width: 100%;
    max-width: 1275px;
}

.main-header [role="search"] > form,
.main-header #autocomplete form[role="search"] {
    display: --webkit-flex;
    display: flex;
    background: white;
    border-radius: 8px;
}

.main-header form[role="search"]:focus-within {
    outline: none;
    box-shadow: 0 0 0 2px #006784;
}

.main-header [role="search"] input {
    background: none;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    width: 100%;
    color: #222;
}

.main-header [role="search"] button[type="submit"] {
    color: white;
    background: #00baf1;
    border-radius: 8px;
    border: 4px solid white;
    width: unset;
}

.main-header button[type="submit"] svg {
    fill: currentColor;
    color: white;
}

.main-header [role="search"] button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #006784;
}

.main-header .aa-ClearButton:active {
    padding: 0.5em;
}

.main-header .aa-ClearButton:active {
    background: #eee;
}

.main-header .aa-Label {
    margin: 0;
}

/* Navigation */
.main-header__navigation-list {
    display: --webkit-flex;
    display: flex;
    gap: 2px;
    align-items: center;
}

.main-header__navigation-list li {
    position: relative;
}

.main-header__navigation-button svg {
    fill: currentColor;
}

.main-header__navigation-button:visited,
.main-header__navigation-button:link,
.main-header__navigation-button {
    display: --webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    position: relative;
    background: none;
    border: none;
    color: inherit;
    text-decoration: none;
    padding: 6px 18px;
    border-radius: 5px;
}

.main-header__navigation-list > li:hover .main-header__navigation-button:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: -5px;
    right: -5px;
    height: 22px;
    z-index: 99999998;
}

/*.main-header__popup-menu > * {
    visibility: hidden;
}*/

.main-header__popup-menu {
    position: absolute;
    color: black;
    background: white;
    border: 1px solid #e1e1e1;
    z-index: 99999999;
    right: 0;
    width: 260px;
    margin: 6px 0 0 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: transform 200ms, opacity 200ms;
}

.main-header__navigation-list > li:hover .main-header__navigation-button,
.main-header__navigation-list > li:focus-within .main-header__navigation-button {
    background: white;
    color: #222;
    text-decoration: none;
}

.main-header__navigation-list > li *:focus-visible,
.main-header__navigation-list > li .main-header__navigation-button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #006784;
}

.main-header__navigation-list > li:hover .main-header__navigation-button + .main-header__popup-menu,
.main-header__navigation-list > li:focus-within .main-header__navigation-button + .main-header__popup-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-header__navigation-button span {
    font-size: 20px;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    text-shadow: none;
    text-transform: none;
}

.main-header__basket-count {
    position: absolute;
    right: calc(50% - 24px);
    top: 0;
    text-align: right;
    background: white;
    border-radius: 9in;
    color: black;
    padding: 0 4px;
    border: 3px solid #7ec537;
    line-height: 1;
    font-size: 16px;
}

.main-header__navigation-list > li:hover .main-header__basket-count,
.main-header__navigation-list > li:focus-within .main-header__basket-count {
    color: white;
    background: #222;
    border-color: white;
}

.main-header__navigation-button--checkout:visited,
.main-header__navigation-button--checkout:link,
.main-header__navigation-button--checkout {
    flex-direction: row;
    background: #00baf1;
    border: 2px solid white;
    padding: 10px 18px;
    margin-left: 4px;
}

ul.main-header__popup-menu > li {
  border-bottom: 1px solid #e1e1e1;
}

ul.main-header__popup-menu > li:last-child {
  border-bottom: 0;
}

ul.main-header__popup-menu > li a {
  display: block;
  font-family: sans-serif !important;
  font-size: 13px;
  color: #444;
  padding: 12px 15px;
  font-weight: 600;
  text-decoration: none !important;
}

ul.main-header__popup-menu > li a:focus,
ul.main-header__popup-menu > li a:focus-visible,
ul.main-header__popup-menu > li a:active,
ul.main-header__popup-menu > li a:hover {
  color: #006838;
  background: #f5f5f5;
  text-decoration: none;
}

ul.main-header__popup-menu > li a.main-header__contact-link {
    display: flex;
}

.main-header__contact-link svg {
    fill: currentColor;
    margin-right: 10px;
}

.main-header__contact-link span {
    font-size: 20px;
}

ul.main-header__popup-menu > li p {
    margin: 5px 0 0;
    color: currentColor;
    font: inherit;
    font-weight: normal;
}

/* Minibasket */
.main-header__popup-menu--minibasket {
    width: 300px;
}

.main-header__popup-menu #basket {
    position: relative;
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    padding: 0;
}

.main-header__popup-menu #basket #minibasket {
    position: relative;
    width: 100%;
    float: none;
    opacity: 1;
    margin: 0;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    border: none;
    visibility: unset;
}

.main-header__popup-menu #basket #minibasket::after,
.main-header__popup-menu #basket #minibasket::before {
    content: unset;
    display: none;
}

.main-header__popup-menu #basket #minibasket .heading {
    text-transform: capitalize;
}

.main-header__popup-menu #basket #minibasket .grey_btn:focus,
.main-header__popup-menu #basket #minibasket .grey_btn:hover {
    background: #e3e3e3;
}

.main-header__popup-menu #basket #minibasket .blue_btn:focus,
.main-header__popup-menu #basket #minibasket .blue_btn:hover {
    color: white;
    background: #318c39;
}

.miniCartScroll {
    max-height: 50vh;
    overflow-y: auto;
    clear: both;
}

/* Media queries */
@media (min-width: 1310px) {
    .main-header__content {
        padding: 10px 60px;
    }
}

.aa-InputWrapperPrefix {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 44px;
    height: var(--aa-search-input-height);
    order: 1;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;outline: none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
#cboxClose { font-size: 0; }
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;background:url('javascript/jquery/plugins/colorbox/images/overlay.png');}
#colorbox{}
 
   		#cboxContent{background:#fff;font-family:arial; font-size: 13px; color:#3b3b3b;overflow:hidden;margin-top:25px;margin-bottom:25px;border: 10px solid #ccc; border-radius: 5px;outline: none;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(javascript/jquery/plugins/colorbox/images/loading.gif) no-repeat 5px 5px;}
        #cboxClose{position:absolute; background:url('javascript/jquery/plugins/colorbox/images/overlay_close.jpg') no-repeat; width: 20px; height: 20px; top:10px; right:10px; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(javascript/jquery/plugins/colorbox/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(javascript/jquery/plugins/colorbox/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(javascript/jquery/plugins/colorbox/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(javascript/jquery/plugins/colorbox/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(javascript/jquery/plugins/colorbox/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(javascript/jquery/plugins/colorbox/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(javascript/jquery/plugins/colorbox/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(javascript/jquery/plugins/colorbox/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}