#eggs .top_banner img.active{
	display:block !important;
}

#eggs .top_breadcrumb{
	background: #35190E;
    color: #fff;
    margin-bottom: 0px;
}

#eggs .top_breadcrumb h1 {
    border-right: 1px solid #fff;
}

#eggs .category.active::after{
    content: '';
    position: absolute;
    left: 44%;
    top: 0%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #35190E;
    clear: both;
}

#eggs .category.hover::after{
    content: '';
    position: absolute;
    left: 44%;
    top: 0%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #35190E;
    clear: both;
}

#eggs .category div.egg_tabs {
	border-radius: 10px;
	margin-top: 29px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

#eggs .category div.egg_tabs.one_line {
    padding-top: 22.5px;
    padding-bottom: 9.5px;
}

#eggs .category div.egg_tabs.two_lines {
	padding-top: 11px;
    padding-bottom: 1px;
}

#eggs .category div.egg_tabs p{
	color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}

#eggs .category div.egg_tabs{
	background-color: rgb(53, 25, 14);
}

#eggs .category div.egg_tabs.eggs:hover, #eggs .category.active div.egg_tabs.eggs {
    background-color: rgb(241, 136, 46) !important;
}

#eggs .category div.egg_tabs.eggs_alternativos:hover, #eggs .category.active div.egg_tabs.eggs_alternativos {
    background-color: rgb(160, 128, 79) !important;
}

#eggs .category div.egg_tabs.eggs_especiais:hover, #eggs .category.active div.egg_tabs.eggs_especiais {
    background-color: rgb(0, 128, 171) !important;
}

#eggs .category div.egg_tabs.eggs_derivados:hover, #eggs .category.active div.egg_tabs.eggs_derivados {
    background-color: rgb(231, 176, 31) !important;
}

#eggs .category img{
	margin-top:20px;
	cursor: pointer;
}

#eggs .egg_prods {
	margin-bottom:120px;
}

#eggs_category h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 34px;
	color: #35190E;
	margin-bottom:10px;
}

#eggs_category .eggs_category_desc {
	margin-bottom:40px;
}

#eggs_category .eggs_category_desc p{
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	font-size:13px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: rgb(100,100,100);	
}

#eggs_category .eggs_category_desc a{
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	font-size:13px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #35190E;	
}


#eggs_category #owl_eggs {
	padding: 10px 60px;
}

#eggs_category #owl_eggs .owl-controls .owl-prev{
	position: absolute;
	top:40%;
	left:1%;
	padding: 5px 14px 5px 12px;
	color: #fff;
	background: #35190E;
}

#eggs_category #owl_eggs .owl-controls .owl-next{
	position: absolute;
	top:40%;
	right:1%;
	padding: 5px 12px 5px 14px;
	color: #fff;
	background: #35190E;	
}

#eggs_category #owl_eggs .item-wrapper a{
	text-align:center;
	margin-top: 15px;
}

#eggs_category #owl_eggs .item-wrapper a:hover{
	text-decoration:none;
	cursor: pointer;
}

#eggs_category #owl_eggs .item-wrapper p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #769C2A;	
	margin-top: 15px;
}

#eggs_item h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 34px;
	color: #35190E;
	display: inline-block;
	margin-bottom:30px;
	margin-right:20px;
}

#eggs_item .back{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 11px;
	color: #35190E;
}

#eggs_item #eggs_item_nav, #eggs_item #eggs_item_nav a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #769C2A;	
}

#eggs_item #eggs_item_item {
	margin-top:10px;	
}

#eggs_item #eggs_item_item .col-sm-6 {
	padding:0px;
}

#eggs_item #eggs_item_item .gallery {
	padding-right:15px;
}

#eggs_item #eggs_item_item .details {
	padding-left:15px;	
}

#eggs_item #eggs_item_item h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #769C2A;
	margin-bottom:20px;	
}

#eggs_item #eggs_item_item p {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: rgb(100,100,100);
}

#eggs_item #eggs_item_item .eggs_item_desc {
	margin-bottom:30px;
}

#eggs_item #eggs_item_item .details a {
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	font-size:13px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #35190E;	
}

#eggs_item #owl_egg_gallery .owl-controls .owl-prev{
	position: absolute;
	bottom:1%;
	right:-7%;
	color: #35190E;
	font-size:18px;
}

#eggs_item #owl_egg_gallery .owl-controls .owl-next{
	position: absolute;
	bottom:1%;
	right:-13%;
	color: #35190E;
	font-size:18px;	
}


