/* ===================================================================================

* Theme Name: Netfix Child
* Theme URI: https://bdevs.net/wp/netfix/
* Author: Theme_Pure
* Author URI: https://themeforest.net/user/theme_pure/portfolio
* Description: Netfix - Broadband & Internet WordPress Theme
* Version: 1.0.0
* Template: netfix
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */


/* Override remaining hardcoded #df0e0e (red) instances with #003B96 */

.pricing-two-area .row [class*="col-"]:nth-child(3n + 3) .pricing-two-item::before,
.btn-play:hover,
.post_gallery-active button.slick-arrow:hover,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .shop-item .button:hover,
.woocommerce .shop-item .added_to_cart.wc-forward:hover,
.header-mini-cart .woocommerce-mini-cart__buttons .button {
    background-color: #003B96 !important;
}

.btn-play,
ul.pricing-list li i,
.blog-sidebar .sidebar__widget-px button:hover,
.details-pro-price,
.details-pro-price ins,
.shop-sidebar .product-categories li a:hover,
.shop-sidebar .tagcloud a:hover,
.details-rating a.active {
    color: #003B96 !important;
}

.price_slider_amount .button {
    border-color: #003B96 !important;
}