.other_order_price{
	min-width: 100px;
}

.go_back {
	width: fit-content;
	margin-bottom: 30px;
}

.go_back img{
	margin-right: 5px;
	display: block;
}

.go_back a{
	text-decoration: none;
	padding: 5px 10px;
	background-color: #D9D9D9;
	display: flex;
	align-items: center;
	color: black;
	border-radius: 5px;
}

.go_back span{
	font-size: 20px;
	display: block;
}

.order_card_infos{
	padding-left: 25px;
}

.order_num{
	margin-bottom: 15px;
}

.order_num b{
	font-size: 25px;
}

.info_about_order b{
	font-size: 20px;
}

.order_cart{
	margin-top: 30px;
}

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

.in_order img{
	display: block;
	margin-right: 10px;
	height: 24px;
}

.in_order span{
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.other_orders{
	padding: 0 25px;
	margin-top: 30px;
}

.other_order{
	display: flex;
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding: 5px 0;
}

.other_order_img{
	margin-right: 10px;
	min-height: 75px;
	min-width: 75px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.other_order_name p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    padding-right: 15px;
}

.other_order_amount{
	margin-left: auto;
	width: 95px;
	margin-right: 30px;
	text-align: right;
}

.other_order_amount span{
	opacity: .5;
}

.other_order_amount b{
	display: block;
}

.other_order_price{
	text-align: right;
}

.other_order_price span{
	display: block;
	opacity: .5;
}

.other_order_price b{
	display: block;
}

.order_info_inputs {
    display: none
}