.product_box {
  display: inline-block;
  width: 295px;
  height: 400px;
  margin: 1em;
  font-family: "Raleway";
  font-size: 14px;
  line-height: 28px;
  vertical-align: top;
}

.product_box a {
  color: #959595;
  text-decoration: none;
  vertical-align: top;
}


.product_box a:hover > img {
  -webkit-filter: grayscale(100%) 
          brightness(135%)
          contrast(120%);
  filter: grayscale(100%) 
          brightness(135%)
          contrast(120%);
}



.product_box a:hover {
  font-weight: bold;
  font-size: 16px;
}



.product_layoutContainer p {
  display: block;
  text-align:center;
  margin: 1em;
  font-family: "Raleway";
  font-size: 24px;
  line-height: 32px;
  vertical-align: top;
}



@media screen and (max-width:554px) { 
	img.banner {width:100%;}
 }











/*  === PREVIOUS PRODUCTS STYLES ===================================================   */

	.previous_box {
	  display: inline-block;
	  width: 100px;
	  height: 140px;
	  margin: 1em;
	  font-family: "Raleway";
	  font-size: 10px;
	  line-height: 14px;
	  vertical-align: top;
	}

	.previous_box a {
	  color: #959595;
	  text-decoration: none;
	  vertical-align: top;
	}

	.previous_box a:hover > img {
	  -webkit-filter: grayscale(100%) 
	          brightness(135%)
	          contrast(120%);
	  filter: grayscale(100%) 
	          brightness(135%)
	          contrast(120%);
	}

	.previous_box a:hover {
	  font-weight: bold;
	  font-size: 11px;
	}













.Review_Panel
{
   background-color:#F5F5F5;
   border-style:dotted;
   border-color:#6D6D6D;
   padding:10px;
}




.Review_Panel h1
{
  font-size: 30px;
  text-transform: uppercase;
  color: #282828;
  font-family: Montserrat;
  font-weight: bolder;
  font-style: normal;
  line-height: 40px;
}




.Review_Panel p
{
  margin-top: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  font-family: "Raleway";
  font-size: 14px;
  text-align:left;
  align:left;
}



.Flavor_Panel
{
  vertical-align: top;
  text-align: center;
}


.flavor_box
{
  display: inline-block;
  width: 150px;
  height: 200px;
  margin-top: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  font-family: "Raleway";
  font-size: 14px;
  line-height: 28px;
  vertical-align: top;
  text-align: center;
}

