body {
	background-image: url('/catalog/view/theme/fens/image/layer_2.png');
	background-repeat: repeat;
}

.top__cartButton {
	background-color: inherit;
	border: none;
	display: flex;
	align-items: center;
}

.top__cartProduct {
	top: 64px;
	list-style: none;
}

.top__cartImg {
	max-width: none;
	border-radius: 0;
}

.top__cartTitle:hover {
	text-decoration: none;
	color: #777;
}

.top__cartElem {
	display: block;
}

.top__cartElemTitle {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.top__cartElem:last-child {
	border-bottom: 1px solid #ccc;
}

.top__cartTotalTitle {
	font-family: Helvetica;
	margin-top: 7px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.top__cartTotalTitle:first-child {
	margin-top: 14px;
}
.top__buttonOrder {
	margin-top: 12px;
}

.product__optionQuantity {
	margin-top: 5px;
	width: 100px;
	font-size: 20px;
	line-height: 1;
	padding: 7px 10px 2px 10px;
	outline: none;
}

.attribute__groupeName {
	color: #11995a;
	font-family: Helvetica;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.25;
	display: inline;
	display: block;
	margin-top: 15px;
}

.attribute__groupeName:first-child {
	margin-top: 0;
}

.attribute__colection {
	display: block;
	margin-bottom: 1px;
}
.attribute__attribute {
	color: #3d3d3d;
	font-family: Helvetica;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	display: inline;
}


.attribute__value {
	margin-right: 3px;
	color: #3d3d3d;
	font-family: Helvetica;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.25;
	display: inline;
}

.text-danger {
	color: #ff0404;
}

.panel__countSel {
	line-height: 1;
	font-size: 20px;
	font-weight: 300;
	color: #3d3d3d;
	font-family: sans-serif;
	outline: none;
	padding: 3px 7px;
	background-color: #fff;
	margin-left: 10px;
}

.subCat__link:hover {
	outline: 1px solid #11995a;
}