.mdc_product_button {
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	overflow: hidden;
	margin: 3rem 0 0 0 !important;
	width:100%;
	padding:0 !important;
	border-radius: 0 !important;
	animation: mymove 1s infinite;
}
@keyframes mymove {
  50% {border-color: #8DB2C3;}
}
.mdc_product_button img {
	display:block;
}