/* Custom CSS */

/* LISTAGEM */
ul.grid_list li.selected a svg{
    fill: #fff;
}
.product-miniature .product-price-and-shipping {
    color: #0e1d62;
}

/* DETALHE */
.product-add-to-cart button.js-buy-now {
    background-color: #f0f0f0 !important;
    color: #0e1d62 !important;
}
.product-add-to-cart button.js-buy-now:hover{
    background-color: #0e1d62 !important;
    color: #f0f0f0 !important;
}
.product-add-to-cart .product-quantity .action-button a{
    background-color: #f0f0f0 !important;
    color: #0e1d62 !important;
}
.product-add-to-cart .product-quantity .action-button a:hover{
    background-color: #0e1d62 !important;
    color: #f0f0f0 !important;
}
.product-add-to-cart .product-quantity .action-button a::before{
    color: #f0f0f0 !important;
}
.social-share a:hover .icon-ava::before{
    color: #f0f0f0 !important;
}

/* ELEMENTOS COMUNS */
.back-to-top .back-top-button{
    background-color: #f0f0f0 !important;
}
.back-to-top .back-top-button .icon-ava::before{
    color: #0e1d62 !important;
}
.back-to-top .back-top-button:hover{
    background-color: #0e1d62 !important;
}
.back-to-top .back-top-button:hover .icon-ava::before{
    color: #f0f0f0 !important;
}