/* REMOVER CAIXA ALTA */

#nav-main .element-menu-main ul[class$="list"] > li > a,
.sidebar .menu-sidebar-list > li > a,
#product-list .product-list-item .product-info .product-name,
#product-list-sidebar .product-list-item .product-info .product-name,
.element-product-detail .product-info .product-name {
	text-transform: none !important;
}

/* FIM REMOVER CAIXA ALTA */

#product-list .product-list-item .product-info .product-price,
#product-list-sidebar .product-list-item .product-info .product-price,
.element-product-detail .wrapper-product-price .product-price .product-new-price {
	line-height: 30px;
}

#product-list .product-list-item .product-info .product-price span:first-child,
#product-list-sidebar .product-list-item .product-info .product-price span:first-child,
#product-list .product-list-item .product-info .product-price .product-big-price,
#product-list-sidebar .product-list-item .product-info .product-price .product-big-price,
#product-list .product-list-item .product-info .product-price .product-price,
#product-list-sidebar .product-list-item .product-info .product-price .product-price,
.element-product-detail .wrapper-product-price .product-price .product-new-price span:first-child,
.element-product-detail .wrapper-product-price .product-price .product-new-price .product-big-price {
	font-size: 24px;
}

#product-list .product-list-item .product-info .product-cash-price,
#product-list-sidebar .product-list-item .product-info .product-cash-price,
.element-product-detail .wrapper-product-price .product-price .product-price-off {
	font-size: 14px;
	line-height: 20px;
}

#product-list .product-list-item .label-promo,
#product-list-sidebar .product-list-item .label-promo {
	background: rgba(255,27,27, .9);
}

#footer-main .btn.btn-newsletter-submit {
	background: #f7b117;
}

#footer-main .btn.btn-newsletter-submit:hover {
	background: #bb8306;
}

#tabs-att-tec .ui-tabs-nav {
    text-align: left!important;
}