.check-your-order{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff3e3;
}
.check-your-order h4{
	text-align: center;
    font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 2.0em;
	letter-spacing: 0.02em;
	/*line-height: 180%;*/
	/* or 79px */

	/*text-align: center;*/

	color: #2F327D;
}
.check-your-order span{
	color: #f48c06;
}
.table tr td:hover{
	background-color: #f48c06;

}
.ten-days:hover{
	background-color: white !important;

}
.hover{
	background-color: #f48c06;

}
.price-button{
	
background: #f5f5f5;
text-align: center;
padding-bottom: 30px;
}
.price-button button{
	padding: 10px;
	background: #F48C06;
 border-radius: 80px;
 font-size: 1.2em;
 color: white;
 font-family: poppins;
 width: 150px;
}

.table{
	margin-top: 80px;
	margin-bottom: 80px;
	width: 900px;
	margin-left:auto ;
	margin-right: auto;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.06);
	border-radius: 9px;

}
td, th {
  border: 1px solid #dddddd;
  text-align:center;

}
.days{
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 0.8em;
	/*line-height: 33px;*/
	/* identical to box height */

	text-align: center;
	letter-spacing: 0.02em;

	color: #5B72EE;


}
.ten-days{

	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 0.8em;
	/*line-height: 33px;*/
	text-align: center;
	letter-spacing: 0.02em;

	color: #252641;
}

.money{
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
	/*line-height: 24px;*/

	color: #000000;
}
.money-types,
.confidential-types,
.vishay-select{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.11);
	box-sizing: border-box;
	box-shadow: 0px 10px 40px rgba(38, 45, 118, 0.05);
	border-radius: 6px;
	font-size: 1.0em;
}
::placeholder{
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 0.8em;
	/*line-height: 25px;*/

	color: rgba(0, 0, 0, 0.5);

	opacity: 0.7;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pricing-order-form{
	padding-top: 30px;
	width: 50%;

}
.pricing-order-form-details{
	background-color: #f5f5f5;
	/*text-align: center;*/
	

}
