
#productPanel {
	background-color: #f4f4f4;
	padding-bottom: 20px;
}

.marginCenter{
	margin: auto;
	width:100%;
}

.centeredImg{
	display: block;
    margin: 0 auto;
}

.productSquare{
	margin:20px;
    padding: 0 10px;
	border-radius: 15px 15px 15px 15px;
	background-color: #fff;
	border:2px solid #f4f4f4;
}

.productBox h4{
	padding: 5px;
	margin-bottom: 0px;
	text-transform:uppercase;
	height:60px;
    font-weight: 500;
    text-align: center;
}

.column-wrap{
	overflow: hidden; 
}

.productBox {
	display:flex;
	justify-content: space-around;
	background-color: #fff;
	
	left:auto;
	/* border:6px solid #f4f4f4; */
	padding:10px;
    margin: 13px auto;
	box-shadow:0 0px 20px 0 rgba(0,0,0,.1);
    max-width: 300px;
	min-height:50vh;
}

.productBox:hover{
	box-shadow:6px 6px 5px  #006bb8;

}

.orderBtn{
	border-radius: 15px 15px 15px 15px;
	text-align: center;
	margin: 10px 0px;
	padding: 10px;
	color: white;
	border: 2px solid #0070A0;
	background-color:#0070A0;
}

h1,h2{
	font-family:Roboto;
	text-transform:uppercase;
}