.cart_item{
	display: flex; 
	width: 40%;
	align-items: center;
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px; 
	border: 1px solid #d8d8d8;
}

.cart_structure{
	height: 100%;
	width: 100%;
	margin-bottom: 108px;
	margin-top: 20px;
}

.cart_structure h2{
	margin-bottom: 20px;
}

#remove_button a{
	color: red;
	text-align: right;
	cursor: pointer;
}

.order_info{
	width: 45%;
	height: 100%;
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #d8d8d8;
}

.input_style input, select{
	width: 100%;
	height: 30px;
	border: 1px solid #d8d8d8;
	margin-bottom: 10px;
	padding-left: 5px;
	background-color: #FAFAFA;
	border-radius: 3px;
}

#confirm_order {
	padding:10px;
}

.width100{
	width: 100% !important;
}

.width50{
	width: 45%;
}

.margin_right{
	margin-right: 20px;
}

.product_title{
	flex-basis: 100%;
}

.product_lang{
	flex-basis: 7%;
}
