.Header-module__wrapper, .boxBody, .Categories-module__category, .boxFooter {
	background: rgb(40, 40, 40, 0.6);
}

.boxHeader {
	background: rgb(40, 40, 40, 0.9);
}

.Product-module__wrapper {
	background: rgb(40, 40, 40, 0.5);
  	border-radius: 10px;
}

.Product-module__price {
	border-bottom-right-radius: 10px;
}

.Header-module__wrapper, .Widgets-module__wrapper, .boxFooter {
	border-radius: 10px;
}

.boxHeader {
	border-top-left-radius: 10px;
  	border-top-right-radius: 10px;
}

.boxBody, .boxBody:last-child {
	border-bottom-left-radius: 10px;
  	border-bottom-right-radius: 10px;
}

.boxFooter {
	margin: 20px 0;
}

.Categories-module__category.Categories-module__active, .Categories-module__category:hover, .Search-module__iconWrapper, .Categories-module__category.Categories-module__active, .Categories-module__category:hover, .Search-module__iconWrapper, .Categories-module__category.Categories-module__enableFocus:focus {
	background-color: rgb(255, 140, 0);
}

.ShopFooter-module__link {
	color: rgb(255, 140, 0);
}

.BGImage-module__img {
	filter: brightness(40%)
}