.kt-bis-trigger {
	background: #1E5631 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 7px !important;
	font-family: 'Assistant', sans-serif;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.kt-bis-trigger:hover {
	background: #15401F !important;
	color: #fff !important;
}

.kt-bis-trigger--single {
	height: 52px;
	padding: 0 24px;
}

.kt-bis-trigger--loop {
	width: 100%;
	padding: 12px 0;
}

.kt-bis-overlay {
	position: fixed;
	inset: 0;
	background: rgba(27, 30, 26, .55);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100000;
}

body.kt-bis-open {
	overflow: hidden;
}

.kt-bis-modal {
	background: #fff;
	border-radius: 7px;
	max-width: 420px;
	width: calc(100% - 32px);
	padding: 32px;
	position: relative;
	font-family: 'Assistant', sans-serif;
	direction: rtl;
	text-align: right;
}

.kt-bis-close {
	position: absolute;
	top: 12px;
	left: 16px;
	background: none;
	border: none;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #1B1E1A;
}

.kt-bis-modal h3 {
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 8px;
	color: #1B1E1A;
}

.kt-bis-product-name {
	color: #5C5F57;
	margin: 0 0 20px;
}

.kt-bis-guest label {
	display: block;
	font-size: 13.5px;
	font-weight: 600;
	margin-bottom: 4px;
	color: #1B1E1A;
}

.kt-bis-guest input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #D9D5C9;
	border-radius: 7px;
	padding: 10px 12px;
	margin-bottom: 16px;
	font-family: inherit;
	font-size: 15px;
}

.kt-bis-checkbox {
	display: flex !important;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px !important;
	font-weight: 400 !important;
	color: #5C5F57;
	margin-bottom: 12px;
	cursor: pointer;
}

.kt-bis-checkbox input {
	margin-top: 3px;
}

.kt-bis-login-link {
	display: inline-block;
	font-size: 13px;
	color: #1E5631;
	margin-bottom: 16px;
	text-decoration: underline;
}

.kt-bis-consent {
	font-size: 12px;
	color: #5C5F57;
	margin-bottom: 16px;
}

.kt-bis-submit {
	width: 100%;
	height: 48px;
}

.kt-bis-error {
	color: #B3261E;
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 0;
}

.kt-bis-view[data-view="success"] p {
	color: #5C5F57;
}
