.my-quote-form{

}
.my-quote-form .quotation_id{
	background: #152B54;
	text-align: right;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: end;
}
.my-quote-form .quotation_id span{
	font-size: 22px;
}
.quote-form-top{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.quote-form-top-left,
.quote-form-top-right {
	width: calc(50% - 5px);
}
.quote-form-item{
	display: flex;
	border: 1px solid #DFDFDF;
	margin-top: 5px;
	background: #FBFBFB;
}
.quote-form-item label{
	background: #F4F4F4;
	color: #47597B;
	padding: 5px 10px;
	width: 40%;
	font-weight: normal;
	margin: 0;
	text-align: left;
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.quote-form-item input{
	width: 60%;
	padding: 2px 10px;
	height: 30px;
	margin: 3px;
	color: #304161;
	border: 1px solid #E1E2E5;
}
#welcometext{
	display: none;
}
a.copy-quote{
	background: #ffffff80;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 30px;
	padding: 5px;
}
#productTableTr{

}
.productTable table th {
	background: #152B54;
	vertical-align: middle;
	border-right: 1px solid #fff;
}
.productTable table th:last-child {
	border: none;
	width: 50px;
}
.product-quote-event{
	padding: 0 !important;
}
.productTable table tr.cartDetail div .pricerow-item{
	display: flex;
}
.productTable table tr.cartDetail div .pricerow-item-1{
	width: 60px;
}
.productTable table tr.cartDetail div .pricerow-item-2{
	width: 140px;
	text-align: center;
}
.productTable table tr.cartDetail div .pricerow-item-3{
	width: 100px;
	text-align: center;
}
.productTable table tr.cartDetail div .pricerow-item-4{
	width: 140px;
	text-align: center;
}
.productTable table tr.cartDetail div .pricerow-item-5{
	width: 100px;
	text-align: center;
}