/*-------КОРЗИНА ЗАКАЗА----------*/
.order_container{
	padding: 32px;
	font-family: 'Yeseva One', serif;
	color: black;
}
.your_order {
	
	
}
.order_list_container {
	display: flex;
	margin-top: 16px;
	flex-direction: column;
}
.order_member {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 150px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.order_main_info{
	display: inline-flex;
	gap: 24px;
}
.order_member img{
	height: inherit;

}
.order_container .pay_button,  .order_member button{
	display: flex;
	background-color: inherit;
	font-family: 'Yeseva One', serif;
	font-size: x-large;
  justify-content: center;
  margin-inline: 32px;
  text-align: center;
  border: solid 2px black;
  border-radius: 12px;
  text-decoration: none;
  margin: 0 0px;
}
.order_member button {
	border: 0;
}
.order_member button:hover{
	cursor: pointer;
}
.summary_container{
	display: flex;
	justify-content: space-between;
}