.pe_formintro > p{
	font-size: 16px;
	font-weight: 300;
	text-align: left;
}


.pe_form > p{
	font-size: 16px;
	font-weight: 300;
	text-align: left;
}
.pe_product_menu > h3{
	padding: 0px;
	margin: 0px;
	color: #373737;
}

.pe_product_menu_catagory{
	background: #373737 !important;
	font-weight: 400 !important;
}

.pe_product_select{
	background: #eeeeee !important;
}

@media screen and (max-width: 768px){
.pe_formintro{
	width: 100% !important;
}
.pe_form_side{
	width: 100% !important;
}
.pe_form > label > span{
	font-size: 14px !important;
	white-space: nowrap;
}
.pe_product_menu{
	width: 50% !important;
}
.pe_product_menu{
	width: 50% !important;
}
.pe_basket{
	width: 50% !important;
}
.pe_product_image{
			width: 100% !important;
			float: none !important;
		}
		.pe_product_card_body > form > label, .pe_product_card_body > form > label >span{
		width: 100% !important;
		float: none !important;
	text-align: left !important;
		}
		
		.pe_product_card_body > form > p {
			display: none;
		}
		.pe_input_append{
			width: auto !important;
			float: right;
		}
}

@media screen and (min-width: 768px) and (max-width: 992px){
	.pe_formintro{
	width: 50% !important;
}
.pe_form_side{
	width: 50% !important;
}
.pe_form > label > span{
	font-size: 14px !important;
}
.pe_product_menu{
	width: 30% !important;
}
.pe_basket{
	width: 70% !important;
}
	
}

