.woosw-btn {
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 600;
	text-indent: -9999px;
	background: initial;
	height: 46px;
	padding: 23px 24px 23px 24px;
	border: 1px solid rgb(0, 0, 0);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	/* SOROK teks */
}
.woosw-btn::before {
	content: "\f004";
	font-family: "Font Awesome 5 Free";
	font-weight: 500;
	color: #000000;
	position: absolute;
	text-indent: 0;
}


.woosc-btn {
	color: rgb(0, 0, 0);
	font-size: 15px;
	font-weight: normal;
	text-indent: -9999px;
	background: initial;
	width: 50px;
	height: 48px;
	padding: 0;
	border: 1px solid rgb(0, 0, 0);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	/* Sembunyikan teks */
}
.woosc-btn::before {
	content: "\f074";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #000000;
	position: absolute;
	text-indent: 0;
}

/**
* Theme Name: Supplero Child
* Description: This is a child theme of Supplero, generated by Merlin WP.
* Author: <a href="https://www.wpopal.com/">Opal Team</a>
* Template: supplero
* Version: 1.6.2
*/