.ciax-cursor-pointer {
	cursor: pointer;
}

input:invalid {
  border: red solid 3px;
}

.container_slides {
  width: 100%;
	height: 20px;
  text-align: center;
}

.container_slides > h1 {
	margin: auto;
  height: 0;
}

.CustomerData {
	width: 100%;
}

#paypal-button-container {
	width: 300px;
	width: 100%;
	margin: 0 auto;
}

.total-item { width: 60% }
.total-currency { width: 10% }
.total-amount { width: 30%; text-align: right; }

.ex-vat {
	color: Gray;
}

.stock-level {
	font-weight: 700;
	color: rgb(64, 142, 66);
}

.qty {
	font-size: 12pt;
	font-weight: 700;
	color: rgb(64, 142, 66);
	display: inline;
  width: 80px;
/*
	background-color: Yellow;
*/
}

input[type=number] {
/* 
  width: 70px;
	padding: 12px 20px;
  margin: 8px 0px;
  box-sizing: border-box;
*/	
}

#test {
	margin: 30px;
}

#totals {
	/* width: 25%;*/
	margin-bottom: 30px;
	table-layout: fixed;
}

#data {
	width: 100%;
	/*table-layout: fixed;*/
}

.right {
	text-align: right; 
}

.ProdImage {
	height: 200px;	
}

.price {
	font-weight: 700;	
}

input {
	margin: 5px;
}

#email-section {
	width: 800px;
}

#email {
	width: 100%;
}

/*align-items: center;
justify-content: center;
height: 300px;
*/
/*
.container {
	display: flex;
	flex-wrap: wrap;
}

.container > .prod {
	flex: 1 1 15%;
	height: 100%;
}
*/

.container_details {
	display: flex;
	column-gap: 40px;
}

.container_details > .column_details {
	flex: 50%;
}

