/*
Theme Name: Red Core Wireless Theme - Child
Author: Stream Companies
Author URI: https://www.streamcompanies.com/
Template: redcore
Description: Child theme to Red Core template created for Wireless sites by Stream Companies.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stream-wireless-redcore-child
*/

header#masthead .right {
	background-image: linear-gradient(#ee3b33, #bb211a);
}

.btn-primary,
.page-item.active .page-link,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product a.added_to_cart,
.home .featured_products ul.products li.product a.add_to_cart_button,
.home .featured_products ul.products li.product a.added_to_cart,
.home .featured_products ul.products li.product a.button,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
header#masthead .middle .header-phone a span {
	background-image: linear-gradient(#ee3b33, #bb211a);
	border-color: transparent;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #f65140;
}

.btn-primary:hover,
.page-item.active .page-link:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product a.added_to_cart:hover,
.home .featured_products ul.products li.product a.add_to_cart_button:hover,
.home .featured_products ul.products li.product a.added_to_cart:hover,
.home .featured_products ul.products li.product a.button:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover,
header#masthead .middle .header-phone a:hover span {
	background: #333333;
	background-image: none;
}