/*
Theme Name: Quito Arantes
Theme URI: http://www.adunum.com
Description: Quito Arantes Theme
Author: Fernando Coelho
Author URI: http://nandocoelho.adunum.com
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */
@media screen and (min-width: 1px) {
/***
*
* Botão submeter comentários no blog
*
* Botão adicionar ao carrinho
* minha conta e registar conta
* finalizar compra
* carrinho vazio butão regressar à loja
*
****/
.form-submit .et_pb_button,
.et_color_scheme_green.woocommerce-page button.button.alt,
.et_color_scheme_green.woocommerce-page button.button,
.et_color_scheme_green.woocommerce-page a.button.alt,
.et_color_scheme_green.woocommerce-page a.button {
	color: #e2725b !important;
	background-color: transparent !important;
}
.form-submit .et_pb_button:hover {
	background-color: #e2725b !important;
}
/***
*
* loja info links
*
****/
.woocommerce-info a {
	color: #e2725b !important;
}
/***
*
* Paginador em produtos
*
****/
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	font-size: 1.3em;
}
/***
*
* Preço na listagem
*
****/
.et_pb_shop_0.et_pb_shop .woocommerce ul.products li.product .price, .et_pb_shop_0.et_pb_shop .woocommerce ul.products li.product .price .amount {
	font-size: 1.2em;
}
/***
*
* Preço na listagem de produtos numa categoria
*
****/
.woocommerce-page ul.products li.product .price, .woocommerce-page ul.products li.product .price del, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price del {
	color: #7cc68d !important;
	font-size: 16px;
	font-weight: 600;
}
/***
*
* Footer widget links
*
****/
#footer-widgets .footer-widget li a:hover {
	color: #ffffff !important;
}
/***
*
* Footer widget bullets
*
****/
#footer-widgets .footer-widget li::before {
	border-width: 0px;
	content: "->";
	left: 0;
	position: absolute;
	top: 0px;

}
/***
*
* Bottom
*
****/
#footer-col-1 a {
	color: #fff;
}
#footer-col-2 {
	color: #fff;
	padding-top: 10px;
}
#footer-col-3 {
	text-align: center;
	padding-top: 40px;
}
}