:root {

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

--base-color: #07182c;


--base-text-color: #12b9ee;


--footer-color: #07182c;


--footer-text-color: #ffffff;


--button-color: #12b9ee;


--button-hover-color: #12b9ee;


--button-text-color: #ffff;


--header-color: #07182c;


--header-text-color: #fff;


--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: #302F2A!important;
}
/*== Elastisearch Icon ==*/
.fa-trash:before {
    color: #302F2A;
}
#body > footer > div.row > div.footer-wrapper > ul > li:nth-child(2){
    width: 175px;
}
#body > footer > div.row > div.footer-wrapper > ul > li:nth-child(3),
#body > footer > div.row > div.footer-wrapper > ul > li:nth-child(4),
#body > footer > div.row > div.footer-wrapper > ul > li:nth-child(5){
    width: 125px;
}

#body > div.main-wrapper > div > div > div.content-container.clearfix > div > div:nth-child(3) > div > div > div.small-12.medium-4.large-12.columns.end.space-bottom.promotion-container > div
{
    padding-bottom: 8px;
}

/*== Focus Assormtne categories ==*/
.product-list-categories .product-list-category-button, .product-list-categories .product-list-category-button:hover, .product-list-categories .product-list-category-button:focus{
    color: white;
}

.product-list-category-button:hover {
    background-color: darkgrey;
}

.product-list-category-button, .product-list-category-button:focus, .product-list-category-button:hover {
    background-color: #302F2A;
}

.button.product-list-category-button, .button.product-list-category-button:focus, .button.product-list-category-button:hover {
    background-color: #12B9EE;
}

/*== Logo Size amenments ==*/
@media (min-width: 1024px) {
    .header-wrapper .header-logo {
        width: auto;
        height: auto;
    }
}

.header-wrapper.fixed .row.header .logo-container .logoFixed {
    height: 70px;
    margin-top: -10px;
}

@media (min-width: 640px) {
    .header-wrapper.fixed {
        background-color: #07182C;
    }
}

/*== Menubar amendments ==*/
.menu-bar-desktop-categories-menu-item:hover, .menu-bar-desktop-categories-menu-item.active {
    background-color: #12b9ee;
}
.resource-menu-desktop ul li>ul>li:hover {
    background: #12b9ee;
}