/*
 Theme Name:   Monsta Child
 Theme URI:    http://demo.roadthemes.com/monsta/
 Description:  Monsta Child Theme
 Author:       RoadThemes
 Author URI:   http://roadthemes.com
 Template:     monsta
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  monsta
*/

.add_to_cart_button.added{
	overflow:hidden;
	text-indent:-9999px;
	position:relative;
}
.add_to_cart_button.added:before{
	content:'Added to Cart ✔';
	text-indent:0px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.add_to_cart_button.added:after{
	text-indent:0px;
}