/* Porto Theme Quick View Button Custom Styles */

/* Target common Porto Quick View classes and wrapper buttons */
.products .product-image .quickview,
.products .product-image a.quickview,
.woocommerce ul.products li.product .links .quickview,
.product-image .quickview:hover,
.show-quickly,
.show-quickly:hover,
.yith-wcqv-button,
.yith-wcqv-button:hover {
    background-color: #0B5489 !important;
    border-color: #0B5489 !important;
    color: #ffffff !important;
}

/* If the text itself needs color forcing */
.products .product-image .quickview i,
.products .product-image a.quickview i {
    color: #ffffff !important;
}
