.wcsn-box {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.single-product .cart.cart-out-of-stock {
	margin-bottom: 0 !important;
}

.wcsn-box .wcsn-toggle {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 48px;
	margin: 0;
	padding: 14px 28px;
	border: 0 !important;
	border-radius: 100px !important;
	background: #acc674 !important;
	box-shadow: none !important;
	color: #fff !important;
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	text-shadow: none !important;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.wcsn-box .wcsn-toggle:hover {
	background: #8a9e5d !important;
	color: #fff !important;
}

.wcsn-box .wcsn-toggle:focus-visible {
	outline: 2px solid #0c0c0c;
	outline-offset: 3px;
}

.wcsn-box .wcsn-toggle:disabled {
	opacity: 0.65;
	cursor: wait;
}

.wcsn-box .wcsn-toggle.wcsn-subscribed {
	background: #0c0c0c !important;
}

.wcsn-box .wcsn-toggle.wcsn-subscribed:hover {
	background: #333 !important;
}

.wcsn-box .wcsn-status {
	margin: 12px 0 0;
	color: #4a642b;
	font-size: 14px;
	line-height: 1.5;
}

.wcsn-box .wcsn-status:empty {
	display: none;
}

.wcsn-box.wcsn-guest .wcsn-message {
	margin: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.wcsn-box.wcsn-guest a {
	color: #4a642b;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 480px) {
	.wcsn-box .wcsn-toggle {
		width: 100%;
	}
}
