/*
Theme Name: Ekko Child
Template: ekko
Theme URI: http://www.ekko-wp.com
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

.woocommerce ul.products li.product .button,
.tt_button:hover,
.tt_button:hover .iconita,
.added_to_cart:hover,
.button:hover {
	color: #C91011 !important;
}

/* .woocommerce a.button,
.woocommerce button.button,
body.single-product button.button {
	color: #fff !important;
} */

.woocommerce-notices-wrapper a.button {
/* 	color: #fff !important; */
	margin-left: 15px;
}
.woocommerce-notices-wrapper a.button:hover {
	color: #C91011 !important;
}

.sliding_box_parent .sliding_box_child img {
	object-fit: cover;
	object-position: center;
}

.box-shadow {
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.box-shadow-light {
	box-shadow: 0 0 20px -5px rgba(0, 0, 0, .1)
}