.quotePart {
	position: relative;
	background: white;
	padding: 10px;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	color: #848484;
	border-radius: 5px;
	margin-bottom: 20px;
	cursor: pointer;
}

.quotePart .removePart {
	position: absolute;
	top: -12px;
	right: -14px;
	padding: 8px;
	border-radius: 50%;
	color: white;
	background: var(--gbpc-green);
	background: linear-gradient(90deg, rgba(128, 221, 66, 1) 0%, rgba(22, 200, 60, 1) 100%);
}

.quotePart h3 {
	margin: 0px;
}

.quotePart h4 {
	margin: 0px;
	font-size: 16px;
	color: black;
}

.quotePart .total {
	margin-left: 60px;
	padding-right: 10px;
	font-size: 15px;
	color: black;
}

.quotePart .total small {
	display: block;
	text-transform: uppercase;
	text-align: right;
	color: #b4b4b4;
}

.quotePart .flex.spaceBetween {
	width: calc(100% - 80px);
}

.quoteTotal {
	background: white;
	text-align: right;
	font-size: 13px;
	color: #848484;
	padding: 25px;
	padding-right: 20px;
	border-radius: 10px;
	width: 170px;
}

.quoteTotal .total {
	font-size: 16px;
	color: black;
	margin-top: 20px;
}

.quoteTotal small {
	color: #999;
	font-weight: bold;
}

.quoteTotalWrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.quoteTotal .flex {
	justify-content: space-between;
}

.projectInfo {
	display: flex;
	margin-bottom: 20px;
}

.projectInfo .input {
	margin-right: 15px;
}

.btn.small {
	height: 30px;
	font-size: 14px;
	width: 120px;
	border-radius: 4px;
}

.itemTotal {
	background: #ffffff73;
	text-align: right;
	font-size: 13px;
	color: #848484;
	padding: 25px 20px;
	padding-right: 20px;
	border-radius: 10px;
	width: 150px;
	box-sizing: border-box;
	margin-right: 20px;
}

.itemTotal .flex {
	justify-content: space-between;
}

.quoteTotalWrapper .flex {
	align-items: flex-start;
}

.quoteTotalWrapper .btn {
	margin: 0px;
}

.quoteStartWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	flex-direction: column;
	color: #666;
}

.quoteStartWrapper h3 {
	margin: 0px;
}

.quoteStartWrapper p {
	width: 300px;
	text-align: center;
}

.submitOrderWrapper {
	display: flex;
	justify-content: flex-end;
}

.submitOrderWrapper .btn {
	margin-left: 20px;
}

.submitOrderWrapper .btn.disabled {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.5;
}

.btn.secondary.pickup {
	width: 200px;
}

.btn.secondary.pickup i {
	margin-right: 10px;
}

section#Quoter .listWrapper {
	max-width: 900px;
	margin: auto;
	margin-top: 30px;
}

.colorColumn img {
	height: 40px;
	margin-right: 5px;
}

.colorColumn {
	display: flex;
	align-items: center;
}

.quotePart small {
	font-weight: bold;
	font-size: 9px;
	display: block;
	margin-bottom: -1px;
	color: #b4b4b4;
}

.quotePart > img {
	width: 55px;
	height: 55px;
	object-fit: contain;
}

.pickupLink {
	cursor: pointer;
	color: #40cd3e;
}
