
.sub-menu{
	height: 44px;
	background-color: #e8e6e7;
	margin-bottom: 50px;
}

.real-sub-menu{
	width: 880px;
	height: 44px;
}

.sub-menu-option{
	float:left;
	padding-right:120px;
	line-height:44px;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	color: #5d5d5d;
	font-weight: 500;
}

.sub-menu-option:hover{
	cursor: pointer;
	color: #333333;
}

.sub-menu-selected{
	color: #227671;
}

.separator{
	border-left: 1px solid #5d5d5d;
	float:left;
	height: 16px;
	margin-top:14px;
	margin-right: 91px;
}


.page-title{
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 40px;
	color: #5e5e5e;
	padding-bottom: 40px;
}

.product{
	width: 250px;
	/*padding:10px;*/
	float:left;
}

.prod-list-line{
	max-width: 800px;
	height: 440px;
	padding-bottom:20px;
}

.yerba-link{
	text-decoration:none;
}

.yerba-link:hover{
	text-decoration:none;
}

.yerba-link img:hover{
	-webkit-transform: scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
	-webkit-transition: transform 0.65s ease-in-out;
    -moz-transition:transform 0.65s ease-in-out;
    -ms-transition:transform 0.65s ease-in-out;
}


.yerba-title{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 28px;
	color: #909295;
}

.yerba-with{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #909295;
}

.yerba-teabags{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #9da0a1;
}

.yerba-desc{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #BA5D28;
}

/*Dentro de Detalle de Productos*/

.real-body{
	width:800px;
	min-height: 650px;
	padding-top:100px;
}

.yerba-image{
	float:left;
	padding-right: 80px;
}

.product-big-img{
	width: 464px;
	height: 650px;
}

.description{
	padding-top:50px;
}

.title{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #999b9e;
	line-height: 50px;
}

.main-title{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 38px;
	color: #737477;
}

.subtitle{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #216a57;
	padding-bottom: 30px;
}

.yerba-spec-desc{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #808284;
	line-height: 25px;
	padding-bottom: 10px;
}

.yerba-spec{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 25px;
	color: #808284;
}

.buy-button{
	margin-top: 60px;
	background-color: #ef7b21;
	width: 182px;
	height: 55px;
	line-height: 55px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: white;
	text-decoration: none;
	display: block;
	float:left;
	text-align:center;
}

.left-arrow{
	bottom:50%;
	position:absolute;
	left:10%
}

.right-arrow{
	bottom:50%;
	position:absolute;
	right:10%
}

@media (man-width: 1280px){
	.right-arrow{
		bottom:50%;
		position:absolute;
		right:3%
	}
	
	.left-arrow{
		bottom:50%;
		position:absolute;
		left:3%
	}
	
}