:root {

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

--base-color: #fff;


--base-text-color: #000;


--footer-color: #4f0077;



--footer-text-color: #fff;

--button-color: #98139c;


--button-hover-color: #000;


--button-text-color: #fff;


--header-color: #fff;


--header-text-color: #000;


--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);
	}

@font-face {
    font-family: 'adelle_sans';
    src: url('https://2effs.com/fonts/adelle_sans-webfont.woff2') format('woff2'),
         url('https://2effs.com/fonts/adelle_sans-webfont.woff') format('woff');
    font-weight: regular;
    font-style: normal;

}
@font-face {
    font-family: 'adelle_sans';
    src: url('https://2effs.com/fonts/adelle_sans_bold-webfont.woff2') format('woff2'),
         url('https://2effs.com/fonts/adelle_sans_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'adelle';
    src: url('https://2effs.com/fonts/adelle-regular-webfont.woff2') format('woff2'),
         url('https://2effs.com/fonts/adelle-regular-webfont.woff') format('woff');
    font-weight: regular;
    font-style: normal;

}
@font-face {
    font-family: 'adelle';
    src: url('https://2effs.com/fonts/adelle_bold-webfont.woff2') format('woff2'),
         url('https://2effs.com/fonts/adelle_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

body {
	font-family: 'adelle_sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'adelle', sans-serif;
}
.menu-bar {
    background-color: #f0dcf0!important;
	font-family: 'adelle', sans-serif;
}
.product-search-input-container {
    border: 1px solid #4f0077!important;
    padding: 0px!important;
	border-radius: 3px;
}
.product-search-input-container .product-search-action.product-search-button {
    color: #fff!important;
    padding: 5px 15px!important;
    background-color: #7d007c!important;
}
.menu-bar-desktop-categories-menu {
    background-color: #caaacd!important;
}
.menu-bar-desktop-categories-menu-item:hover, .menu-bar-desktop-categories-menu-item.active {
	background-color: #98139c!important;
}
.menu-bar-desktop-products-menu-label, .menu-bar-desktop-products-menu-label:hover {
    border-bottom: 1px solid #cb0084!important;
    color: #cb0084!important;
}
.menu-bar-item {
    margin-right: 0;
}
a.menu-bar-item-label {
    padding: 0 15px;
    font-weight: 600;
}
.menu-bar-menu-pages a {
    padding-right: 0;
}
.menu-bar-item-label:hover, .menu-bar-item-label:focus {
	background-color: #caaacd!important;
}
.section {
    margin-bottom: 30px;
}
.promoted-products {
    padding: 0!important;
    margin: 0 auto!important;
}
.promotion-item {
    padding: 20px 20px 10px 20px!important;
    border: 1px solid #4f0077!important;
}
.promotion-item:not(.document) h5 {
    font-size: 1.2em!important;
}
.promotion-price.price {
    font-size: 16px!important;
}
.promotion-item a, .promotion-price.price {
	color: #303030!important;
}
.footer {
    background: #4f0077;
    background: -moz-linear-gradient(180deg,#4f0077 28%,#cb0084 100%);
    background: -webkit-linear-gradient(180deg, #4f0077 28%, #cb0084 100%);
    background: linear-gradient(to bottom, #4f0077 28%, #cb0084 100%);
}
.footer .footer-wrapper .content-footer-wrapper li {
    line-height: 24px;
}