
.design-pre-order-template-wrapper [data-editable="pre-order-button"] {
	background-color: #9E0000;
	padding-left: 60px;
	padding-top: 13px;
	border-radius: 1px;
	border-color: #8E0000;
	border-width: 1px;
	color: #FFFFFF;
	font-size: 18px;
	font-family: inherit;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 13px;
	padding-right: 60px;
}
.design-pre-order-template-wrapper [data-editable="pre-order-message"] {
	background-color: #F4F4F4;
	border-radius: 10px;
	border-color: #D7D7D7;
	border-width: 1px;
	color: #232323;
	font-size: 14px;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.design-pre-order-template-wrapper [data-editable="pre-order-button-hover"] {
	background-color: #9E0000;
	border-color: #000000;
	color: #FFFFFF;
	font-size: 18px;
	font-family: inherit;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 60px;
	padding-right: 60px;
	border-radius: 1px;
	border-width: 1px;
}