/*
Theme Name: Bono Child
Template: bono
Version: 1.0
*/

/* Viber product contact button */

.bono-viber-chat-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	border-radius: 6px;
	background: #7360f2;
	color: #fff !important;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.bono-viber-chat-button:hover,
.bono-viber-chat-button:focus {
	background: #6654dc;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(115, 96, 242, .25);
	text-decoration: none !important;
	transform: translateY(-1px);
}

.woocommerce-variation-add-to-cart .bono-viber-chat-button {
	width: 100%;
	max-width: 320px;
}

.shop-item__buttons .bono-viber-chat-button--loop {
	width: 100%;
	max-width: none;
	min-height: 40px;
	padding: 10px 14px;
	font-size: 14px;
}
