/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.bigcommerce-cart__item-count {
	background-color: #f4c138 !important;
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.bc-product-grid>.bc-product-card {
padding: 11px;
}

.bc-product-grid>.bc-product-card:hover {
border: solid 1px #f4c138;
padding: 10px;
}

.bc-product__title {
	font-weight: 400;
}

.bc-product__brand {
	color: #17753e;
	font-weight: 400;
}

.bc-btn, button.bc-btn, a.bc-btn, .entry-content .bc-btn, .entry-content button.bc-btn, .entry-content a.bc-btn, .bc-mini-cart .bc-btn, .bc-mini-cart button.bc-btn, .bc-mini-cart a.bc-btn, .bigcommerce-cart__item-count, .bc-account-login__form input[type="submit"] {
color: #17753e !important;
background-color: #f4c138 !important;
}

.bc-btn:hover, button.bc-btn:hover, a.bc-btn:hover, .entry-content .bc-btn:hover, .entry-content button.bc-btn:hover, .entry-content a.bc-btn:hover, .bc-mini-cart .bc-btn:hover, .bc-mini-cart button.bc-btn:hover, .bc-mini-cart a.bc-btn:hover, .bigcommerce-cart__item-count:hover, .bc-account-login__form input[type="submit"]:hover {
color: #f4c138 !important;
background-color: #17753e !important;
}

.bc-quickview-trigger--hover {
background-color: rgba(244,196,56,0.5);
}

.bc-quickview-trigger--hover-label {
color: #17753e;
}

.bc-product-archive__title {
	color: #17753e;
	font-weight: 300;
}

a.page-numbers {
	padding:10px 15px;
	margin: 5px;
	color: white;
	background-color: #17753e;
}

a.page-numbers:hover {
	color: #17753e;
	background-color: #f4c138;
	transition: all .15s ease-in-out;
}

.page-numbers.current {
	padding:10px 15px;
	margin: 5px;
	color: #17753e;
	background-color: #f4c138;
}

.page-numbers.dots {
		padding:10px 15px;
	margin: 5px;
	color: white;
	background-color: #17753e;
}