#mc4wp-form-1 .mc4wp-form-fields input[type=text],
#mc4wp-form-1 .mc4wp-form-fields input[type=email] {
	background: #fff;
	min-width: 200px;
	max-width: 300px;
	padding: 10px;
	border: 0;
}
.mc4wp-form p {
	    max-width: 390px;
    width: 100%;
}
body .mc4wp-form input[type=submit] {
	background: #fff;
	color: #000;
}
body .labels-rounded .out-of-stock,body .labels-rounded .new {
	word-break: normal;
	min-width: 90px;
	border-radius: 6px;
	background: #8bcab5;
}
body .single-product-page .labels-rounded span {
	word-break: normal;
	min-width: 100px !important;
	border-radius: 6px;
}
.mobile-view-img {
	display: none;
}

@media only screen and (max-width: 600px) {
	.mobile-view-img {
		display: block;
	}
	.desktop-view-img {
		display: none;
	}
}