.gre-shopping-button {
	display: inline-block;
}

#chart {
	margin: 0.5em;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 99;
	background-color: white;
	border: 1px solid #b3b3b3;
	min-width: 15em;
}

#chart .chart-close:focus {
	outline-offset: 0!important;
	outline-style: solid!important;
	outline-color: #fff!important;
	outline-width: 2px!important;
	box-shadow: 0 0 0 4px #000!important;
	border-radius: inherit!important;
 }

@media screen and (max-width: 575px) {
	#chart {
		left: 0;
	}
}

/*
#chart.chart-minified {
	bottom: 0;
}
*/

.chart-heading-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-items: center;
	background-color: #285468;
	padding: 0.5em 1em;
}

.chart-shopping-cart {
	margin-right: 0.5em;
}

.chart-heading {
	color: white;
	font-size: 125%;
	margin: 0;
}

.chart-shopping-cart {
	position: relative;
}

.chart-shopping-cart-count {
	display: flex;
	position: absolute;
	top: -3px;
	right: -3px;
	width: 0;
	height: 0;
	font-size: 60%;
	padding: 8px;
	border-radius: 50%;
	background: #c54020;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/*
.chart-shopping-cart {
	position: relative;
}

.chart-shopping-cart-icon {
    position: absolute;
	top: 50%;
    left: 50%;    
    transform: translate(-50%, -50%)
}
*/

.chart-close {
	width: 1.5em;
	height: 1.5em;
	opacity: 0.5;
	position: relative;
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	outline: none;
}

.chart-close:hover {
	opacity: 1;
}

.chart-close-line {
	position: absolute;
	background-color: white;
	width: 2px;
	height: 141%;
	top: 50%;
	left: 50%;
}

.chart-close-line1 {
	transform: translate(-50%, -50%) rotate(45deg);
}

.chart-close-line2 {
	transform: translate(-50%, -50%) rotate(-45deg);
}

#chart.chart-minified .chart-close-line1 {
	transform: translate(-50%, -50%) rotate(0deg);
}

#chart.chart-minified .chart-close-line2 {
	transform: translate(-50%, -50%) rotate(90deg);
}

.chart-body {
	display: none;
	padding: 1em;
}

.cart-list {
	list-style: none;
	margin: 0;
	padding: 0 0 2em 0;
}

.cart-list li {
	border-bottom: 1px solid #b3b3b3;
	padding: 0.5em 0;
}

.cart-list li:last-child {
	border-bottom: none;
}

.chart-count {
	margin-top: 0.5em;
}

.chart-count label {
	margin-right: 0.5em;
}

.chart-count input {
	width: 3em;
	margin-right: 1em;
}

.chart-trash-can {
	cursor: pointer;
}

/* KASSA */
@media screen and (max-width: 768px) {
	#checkout .env-modal-dialog__content {
		margin: 0.5em;
	}
}

.env-modal-dialog__header {
	background-color: #285468;
   color: #fff;
}

.env-modal-dialog__header h2 {
	font-size: 125%;
   color: #fff;
}

.checkout-list {
	list-style: none;
	margin: 0;
	padding: 0 0 2em 0;
}

.checkout-list label {
	display: inline-block;
	width: 11em;
}

.checkout-list input {
	width: 18em;
}
