/*
 * Paste at the TOP of Elementor template custom CSS
 * Template: Subscribe form (ID 23529) used inside cart .pdh-subscriber-box
 */
.elementor-23529,
.elementor-23529 .e-con,
.elementor-23529 .elementor-widget,
.elementor-23529 .elementor-widget-container{
	width:100%!important;
	max-width:100%!important;
	margin:0!important;
	padding:0!important;
	background:transparent!important;
	box-shadow:none!important;
}
.elementor-23529 .kitify-subscribe-form,
.elementor-23529 .kitify-subscribe-form__input-group{
	display:flex!important;
	flex-direction:column!important;
	align-items:stretch!important;
	gap:10px!important;
	width:100%!important;
}
.elementor-23529 .kitify-subscribe-form__fields{
	width:100%!important;
}
.elementor-23529 .kitify-subscribe-form__input,
.elementor-23529 .kitify-subscribe-form__mail-field{
	width:100%!important;
	min-height:46px!important;
	padding:12px 14px!important;
	border:1px solid #C9C0B8!important;
	border-radius:0!important;
	background:#fff!important;
	color:#523B35!important;
	font-family:Manrope,sans-serif!important;
	font-size:14px!important;
	box-sizing:border-box!important;
	box-shadow:none!important;
}
.elementor-23529 .kitify-subscribe-form__submit,
.elementor-23529 a.kitify-subscribe-form__submit.elementor-button{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	width:100%!important;
	min-height:48px!important;
	padding:14px 18px!important;
	border:0!important;
	border-radius:0!important;
	background:linear-gradient(90deg,#523B35 0%,#2a1f1c 55%,#111111 100%)!important;
	color:#fff!important;
	font-family:Manrope,sans-serif!important;
	font-size:13px!important;
	font-weight:800!important;
	letter-spacing:.08em!important;
	text-transform:uppercase!important;
	text-decoration:none!important;
	box-shadow:none!important;
}
.elementor-23529 .kitify-subscribe-form__submit:hover{
	filter:brightness(1.06)!important;
	color:#fff!important;
}
.elementor-23529 .kitify-subscribe-form__submit-text{
	color:#fff!important;
}