/*Trocar o tamanho e a cor do mais vendidos*/
.sidebar .header-sidebar .header-sidebar-title {
    color: #3e4095;
    display: inline-block;
    font-family: 'lato_bold';
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 20px;
    text-transform: uppercase;}


#product-list .product-list-item .wrapper-btn-product .btn.btn-buy, #product-list-sidebar .product-list-item .wrapper-btn-product .btn.btn-buy, #product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit, #product-list-sidebar .product-list-item .wrapper-btn-product .btn.btn-buy-kit {
    width: 200px; /*Altera o tamanho do botão*/
}


/*Trocar o cor do carrinho do botão de compra na página do pedido*/
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy, .element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy-kit {
    color: #3e4095;
    background: #ffd502;
}

/*Trocar o cor do carrinho do botão de compra na página do pedido*/
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn .btn-text {
    color: #3e4095;
    font-size: 24px;
    line-height: 30px;
}
/*Deixar a imagem com borda arredondada*/
img {
    border-radius: 10px;
}
.cart-data-coupon-holder .link { 
	background: #3e4095; 
	border: 0; 
	color: #fff !important; 
	font-size: 14px; 
	line-height: 20px; 
	margin-top: 20px !important; 
	padding: 10px 15px; 
	text-decoration: bold; 
	text-transform: uppercase; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	-webkit-transition: all 1000ms ease; 
	-moz-transition: all 1000ms ease; 
	-ms-transition: all 1000ms ease; 
	-o-transition: all 1000ms ease; 
} 
