/*
MENU CATEGORIAS / SUBCATEGORIAS
*/
#header .header-nav-main nav > ul#secondaryNav > li > a.dropdown-toggle{
	padding: 10px 6px 10px 6px;
}
#header .header-nav-main nav > ul#secondaryNav > li > a.dropdown-toggle::after{
	content: none;
}

/*
HEADER
*/
#header .header-body{
	padding: 0px;
}


#footer .footer-copyright{
	margin-top: 0px;
}

/*
Preview thumbnail
*/
#header .header-nav-main a > .thumb-info-preview .thumb-info-image{
	height: 250px;
}


/*
COLOR LABELS
*/
a:focus, a:hover{
	text-decoration: none;
}

.counter{
	padding-bottom: 30px; 
}

.shop table.cart .product-name{
	width: 40%;
}

.shop table.cart .product-quantity{
	width: 15%;
}

.counters strong.price_before{
	font-weight: bold;
	color: #AAA;
	/*text-decoration: line-through;*/
	font-size: 30px;
}

.ref{
    font-size: 0.8em;
    color: #777;
}
/*.shop ul.products .product .price del{
	display: block;
	text-decoration: none;
}*/



/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

#header .header-nav-main nav > ul > li > a {
    padding: 10px 8px;
}
@media(max-width:767px){
	#secondaryNav{
		background-color: #78BE20;
		color: #FFF;
	}
	#header .header-nav-main nav > ul#secondaryNav > li > a, #header .header-nav-main nav > ul#secondaryNav > li > a:focus, #header .header-nav-main nav > ul#secondaryNav > li > a:hover{
		color: #FFF;
	}
	#header .header-nav-main nav > ul#secondaryNav li.dropdown.opened > .dropdown-menu{
		background-color: #FFF;
	}

	.shop table.cart th.product-price, .shop table.cart td.product-price, .shop table.cart th.product-quantity, .shop table.cart td.product-quantity{
		display: table-cell;
	}

	.shop table.cart td.product-quantity input.qtd{
		padding: 6px;
		min-width: 50px;
	}
}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}

#sticker{
    padding-top: 15px;
}
.product-thumb-info h4 {
    height: 42px;
}