/*
Theme Name: kinle child
Tags:  custom-menu, editor-style, featured-images
Template: kinle
Version: 1.0.0
*/

/*---------------------------------
      write your css from here
------------------------------------*/
a.wc-block-cart__submit-button{
	background:var(--brcolor);
	color:var(--white);
	text-decoration:none
}
a.wc-block-cart__submit-button:hover{
	background:#000;
	color:var(--white);
	text-decoration:none
}