:root {

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

--base-color: #009FE3;


--base-text-color: #fff;


--footer-color: #BEBEBE;


--footer-text-color: #fff;


--button-color: #009FE3;



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

/* Banner slider */

.bx-wrapper {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: 0px!important;
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #e01839!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #3c3c3c!important;
	background: #ffffff!important;
}

/*SearchButton
.product-search-input-container{
	background-color: lightblue;
}
.product-search input[type=text] {
	background-color: lightgrey;
}
.sr-only{
	background-color: lightblue;
}

.product-search-input {
	background-color: lightblue;
	
}*/
/* Promotion Pictures*/

.only-picture {
	border: 0px!important;
	background-color: #fff!important;
	margin: 4px!important;
	padding: 0px!important;
	border-radius: 0px!important;
	height: 100%;
	position: relative;
	contain: content;
	transition: ease-in-out 0.2s;
}
.only-picture:hover {
	transition: ease-in-out 0.2s;
	margin-top: -2px!important;
}
.promotion-item:hover {
	box-shadow: none!important;
	transition: ease-in-out 0.2s;
	margin-top: -2px;
}


#body {
	background-color: #ffffff;
}

#body > div.main-wrapper > div > div.page-content > div.content-container.clearfix > div > div > div:nth-child(1) > div {
    border: none;
}
