.smm-cfwc-custom-field-wrapper {
	padding: 0 10px 15px 0px;
	width: 100%;
}

label[for=smm-cfwc-title-field] {
	margin-bottom: 10px;
}

.single_direct_checkout_button {
	background-color: green !important;
}

.cart .wc-quick-view-notice {
	position: absolute;
	top: 100%;
}

.cart .wc-quick-view-notice.error-notice {
	color: red;
}

@media (max-width: 767px) {
 .single_add_to_cart_button,
 .added_to_cart,
 .single_direct_checkout_button {
	 width: 100% !important;
 }

 .added_to_cart {
	 text-align: center;
	 margin-bottom: 20px;
 }
}