@charset "utf-8";
/* CSS Document */

.product-name {
  margin: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  text-transform: none;
  color: #4ca9e1;
  font-family: "Open Sans Regular", Georgia, Times, "Times New Roman", serif; }  

.product_prgph_title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  text-transform: none;
  color: #4ca9e1;
  font-family: "Open Sans Regular", Georgia, Times, "Times New Roman", serif; }

  
.category-name a {
	font-family: "Open Sans Bold", Georgia, Times, "Times New Roman", serif;
	color: #50301b;
	font-size: 18px;
	text-decoration: none; }
.category-name a:hover {
	color: #62881f; 
	text-decoration: none;}

	
.breadcrumbs {
  overflow: hidden; }

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Open Sans Bold", Georgia, Times, "Times New Roman", serif;
  text-transform: lowercase; }
  .breadcrumbs li:last-child {
    font-family: "Open Sans Regular", Georgia, Times, "Times New Roman", serif; }

.breadcrumbs a {
  float: left;
  color: #50301b;
	text-decoration: none; }

.breadcrumbs a:hover, .breadcrumbs a:active {
  color: #62881f; }
	
.breadcrumbs strong {
  color: #50301b;
  font-weight: normal; }

.breadcrumbs span {
  float: left;
  padding: 0 7px;
  color: #dfd9d7;
  font-family: "Open Sans Regular", Georgia, Times, "Times New Roman", serif; }

@media only screen and (max-width: 770px) {
  .breadcrumbs {
    display: none; } }
