:root {

--font: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;

--base-color: #23beed;



--base-text-color: #fff;


--footer-color: #3C3C3C;


--footer-text-color: #fff;

--button-color: #23beed;



--button-hover-color: hsl(from var(--button-color) h s calc(l - 5));


--button-text-color: #fff;


--header-color: #fefefe;


--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

/*== Elastisearch Slider ==*/
.noUi-connect {
    background: #23BEED!important;
}
/*== Elastisearch Icon ==*/
.fa-trash:before {
    color: #23BEED;
}
/*== Elastisearch "Show more" ==*/
.es-expand-filter {
    color: #23BEED;
}
/*== Add a header background ==*/
.header-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 185px;
    background-position: 200px 160px;
	background-color: #23BEED;
}
.header-wrapper.fixed {
    background-color: #23BEED;
}
.header-wrapper.fixed .logoFixed {
    margin-top: -1px;
    background-size: contain;
    max-height: 77px;
}
.header-wrapper .header-right {
    color: white;
}
.vat-switcher-label {
    color: white;
}
.logged-in-info-text {
    color: white;
}
.product-search-input-container {
    border-radius: 5px;
}
.fa-search:before {
    content: "\f002";
    color: #23BEED;
}
.menu-bar {
    background-color: #042934;
}

/*== Header ==*/

nav.small-12.columns.menu-bar.clearfix {
    margin-top: -1px !important;
}

/*== Footer ==*/

.header-wrapper {
    background: #f1f1f1;
}

/*== Footer ==*/

.footer {
    background-color: #042934;
}

.footer .footer-wrapper .content-footer-wrapper {
    list-style-type: none;
    margin: 60px auto 60px auto;
}

.footer .footer-wrapper .content-footer-wrapper li h3 {
    font-size: 18px;
    display: block;
    color: #23beed;
    padding-left: 0;
    font-weight: 900;
}
.content-footer-wrapper li a {
    line-height: 1.9 !important;
    font-size: 13px !important;
}
.menu-bar-item-label {
    display: block;
    color: #ffffffe3;
    letter-spacing: 1px;
    font-size: 13px;
}
.main-wrapper .content-column .row {
    position: relative;
    max-width: 75em;
    padding: 5px 0px 20px 0px;
}
h2 {
    font-size: 18px;
    padding: 13px 0px 13px 0px;
    background-color: #003551;
    width: 240px;
    color: #29cdff;
    font-weight: 900;
    border: 1px solid #0000;
    border-radius: 3px;
    text-align: center;
}
.outer-wrapper.hide-for-small-only {
    background-color: #f3f3f3;
    margin-top: -10px;
    padding: 20px 0 20px 0px;
    box-shadow: inset 0 0 5px #b8b8b8;
}
.header-wrapper .header-bar-section-links-item {
    display: inline-block;
    margin: 5px 0;
    border-right: 1px solid #aaa;
    padding: 0 10px;
    font-size: 15px
}
h2.ccs-cc-inline-section-title {
    background-color: #fff;
    color: #000;
    font-size: 20px;
    width: 100%;
    font-weight: 700;
    text-align: left;
}
li.menu-bar-item.menu-bar-desktop-menu.menu-bar-desktop-menu-products {
    margin-right: 80px;
}
.header-wrapper .inner-wrapper .login-basket {
    margin-top: 37px !important;
}
.menu-bar-desktop-categories-menu-item>img {
    max-width: 20px;
    filter: none !important;
}
@media (min-width: 1024px) {
    .header-wrapper.fixed .minibasketFixed {
        margin-top: -42px !important;
    }
}

/* Changes around new header bar settings */

.header-wrapper.collapse {
    background-color: #23BEED;
}
#body > div.header-wrapper.collapse > div > div.header-bar.clearfix{
    background-color: #F1F1F1;
	max-width: 100%;
} 

.row.header .product-search {
    margin-top: -10px;
}

/* Focus Assortment */

.product-list-category-button {
	background-color: #23BEED !important;
	color: #fff !important;
}
.product-list-category-button:hover {
	background-color: #fff !important;
	color: #23BEED !important;
}
