
.btn-psubmit  {
	width:200px;
	text-align: center;
	padding-top:7px;
	padding-bottom:7px;
	border:1px solid #1B3B75;
	display: inline-block;
	border-radius: 3px;
	background: #1B3B75;
	color: #FFF;
	/* Text_16/SemiBold */
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	text-decoration: none;
}

.btn-psubmit:hover {
	color: #FFF;
}

.btn-reset:hover {
	color: #000;
}

.btn-reset  {
	width:200px;
	text-align: center;
	padding-top:7px;
	padding-bottom:7px;
	color: #000;
	/* Text_16/SemiBold */
	font-family: Roboto;
	background: #FFF;
	border-radius: 3px;
	border: 1px solid #DCDCDC;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	line-height: 24px; /* 150% */
}

.btns {
	display: flex;
	align-items: center;
	gap:16px;
}

.data-head {
	color: #4F4F4F;
	margin-bottom:16px;
	/* Text_18/Bold */
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 133.333% */
}

.data-wrap {
	margin-bottom:24px;
}

.data_head {
	width:140px;
	color: #4F4F4F;
	/* Text_14/None/Regular */
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}

.data_value {
	color: #000;
	/* Text_14/None/Regular */
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}

.data-list {
	display: flex;
	align-items: start;
	margin-bottom:16px;
}

.sale-order-list-wrap-container {
	border-radius: 5px;
	overflow:hidden;
	margin-bottom:40px;
	border: 1px solid #DCDCDC;
}

.sale-order-list-title-container {
	background:#DCDCDC;
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:16px 24px;
}

.leftcol2 {
	display: flex;
	align-items: center;
	gap:32px;
}

.orderstate {
	color: #000;
	/* Text_16/Bold */
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
}

.orderstate span{
	color: #4F4F4F;
	/* Text_12/Regular */
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	display: block;
	margin-bottom:4px;
	line-height: 16px; /* 133.333% */
}	

.orderphotos {
	display: flex;
	gap:8px;
}

.orderphotos a {
	width:55px;
	height:55px;
	border-radius: 4px;
	overflow:hidden;
	display: block;
	background:#fff;
}

.goodimage {
	flex:0 0 100px;
	width:100px;
	aspect-ratio: 1/1;
}

.goodinfo {	
	display: flex;
	gap:10px;
	margin-bottom:40px;
}

.goodinfo img{
	max-width:100px;
}

.itemname {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	align-self: stretch;
	overflow: hidden;
	color: #1B3B75;
	text-decoration: none;
	text-overflow: ellipsis;
	/* Text_12/Regular */
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
}

.itemprice {
	display: block;
	margin-top:4px;
	margin-bottom:10px;
	color: #000;
	/* Text_14/None/SemiBold */
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 142.857% */
}

.leave_feed {
	display: inline-block;
	width:200px;
	color: #000;
	/* Text_14/None/SemiBold */
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 142.857% */
	border-radius: 3px;
	border: 1px solid #DCDCDC;
	text-align: center;
	text-decoration: none;
	padding-top:8px;
	padding-bottom:8px;
}

.order_item {
	padding:24px 80px 40px 80px;
}

.ordelist h2{
	color: #000;
	/* Desktop_Heading/20_H3 */
	font-family: Montserrat-Bold;	
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
}
@media (min-width: 1200px) {
	.pers {
		padding-bottom: 24px;
	}

	.col.good_info {
		margin-right:70px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.pers {
		padding-bottom:32px;
	}

	.order_item {
		padding: 24px;
	}
	
	.orderphotos {
		display: none;
	}

	.sale-order-list-title-container {
		flex-wrap: wrap;		
	}

	.upbtns {
		width:100%;
		flex:0 0 100%;
		margin-top:8px;
	}

}
@media (max-width: 767.98px) {

	
	.personal_menu_layer{
		display: none;
	}

	.breads {
		display: none;
	}

	h1 {
		display:none
	}

	.personals {
		padding-top:0px !important;
	}

	.sale-order-list-wrap-container {
		margin-bottom: 24px !important;
	}
	
	.ordelist h2{
		color: #000;
		margin-bottom: 0px !important;
		/* Desktop_Heading/20_H3 */
		font-family: Montserrat-Bold;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px; /* 120% */
	}

	.data-head {
		margin-bottom:0px;
	}

	.data-list {
		flex-direction: column;
	}

	.leftcol2 {
		width:100%;
	}

	.order_item {
		padding:24px;
		padding-bottom:0px;
	}

	.btn-reset, .btn-psubmit {
		width:100%;
	}

	.upbtns {
		width:100%;
	}

	.sale-order-list-title-container {
		flex-direction: column;
		gap:8px;
	}

	.sale-order-list-title-container {
		padding:16px;
	}

	.orderphotos {
		display: none !important;
	}

	.btns {
		flex-direction: column;
		gap:8px;
	}
	/*
		.btn-psubmit, .btn-reset  {
			flex:0 0 100%;
			width:100%;
		}

		.btns {
			flex-wrap:wrap;
			gap:8px;
		}
	*/
}
.switchlink {
	-webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}	

.switchlink.active {
	transform:rotate(180deg)
}

.leave_feed:hover {
	color:#152D59;
	border-color:#152D59;
}