.shopdecoration-title {
	height: 60px;
	line-height: 60px;
	width: 100%;
	background: #000000;
	text-align: center;
	/* font-size: 18px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shopdecoration-title a {
	display: inline-block;
	width: 30px;
	height: 30px;                                
	background: #242424;
	border-radius: 30px;
	line-height: 30px;
	color: #fff;
	/* padding-top: 15px; */
	/* margin-top: 15px; */
}

.mui-action-back {
	font-size: 26px;
	height: 30px;
	position: absolute;
	/* top: 0px; */
	left: 15px;
	z-index: 100;
}
.shopdecoration-title h3 {
	display: inline-block;
	width: 80%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	/* margin-top: -3px; */
}
.thumbnail-title{
	margin: 15px auto;
}
.thumbnail-img{
	width: 100px;
	height: 100px;
	text-align: center;
	background: #fff;
	margin: 0 auto;
}
.thumbnail-img .mui-icon{
	width: 70px;
	height: 70px;
	font-size: 40px;
	padding-top: 20px;
}
.shopadds-title{
	margin: 15px auto;
}
.shopadds-img{
	width: 300px;
	height: 200px;
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 10px;
}
.save{
	text-align: center;
	margin: 10px auto;
}
.mui-btn{
	width: 50%;
}