article {
	max-width:1000px;
	margin: 0 auto;
	overflow:hidden
}

.goodsList {
	position:relative;
	padding:20px 0;
	display:flex;
	align-items:center;
}
.goodsList .sendbtn {
	display:inline-flex;
}
.goodsList p {
	font-size:1rem;	
	padding:0;	
}
.goodsList h2 {	
	font-size:1.5rem;
	padding:10px;
	border-left:5px solid #F6C606;
}
.highlight, .highlight h2 {
	color:white
}
.goodsList img {
	flex-shrink:0;
	width:300px;
	margin:20px;
	border:0;
}
.highlight:before {
	transform:rotate(-1deg);
}
.strike {
	color:red;
	font-size:12px;
}
.priceList {	
	width:300px;	
	box-sizing:border-box;
	margin: 50px 20px;
	padding:10px !important;
}
.priceList:after {	
	display:none !important;
}
@media screen and (max-width: 1025px) {
article img {
	display:none;
}
.priceList {
	display:table !important;
	margin: 10px auto;
}
}