#popmake-4430 {
	width:80%;
	max-width:750px
}

.uacf7-form-4412 {
margin-bottom: 64px
}

.heading-title {
	font-size: 22px;
	margin-bottom: 12px;
	display: block
}

.send-btn {
	display:inline-block
}

.popup-form .product-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
	gap: 10px;
	margin-bottom: 32px;
	max-height: calc(44vH);
	overflow: auto;
	scroll-behavior: smooth;
}

.popup-form .product-list::-webkit-scrollbar {
	width: 8px;
}

.popup-form .product-list::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-radius: 4px;
}

.popup-form .product-list::-webkit-scrollbar-thumb {
	background: #c0c0c0;
	border-radius: 4px;
}

.popup-form .product-list::-webkit-scrollbar-thumb:hover {
	background: #a0a0a0;
}

.popup-form .product-list {
	scrollbar-width: thin;
	scrollbar-color: #c0c0c0 #f0f0f0;
}

.popup-form .product-item {
	border: 1px solid #ddd;
	padding: 7px;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
}
.popup-form .product-item__title {
	font-size: 14px;
}
.popup-form .product-item img {
	max-width: 100%;
	height: auto;
}
.popup-form .step {
	margin-bottom: 20px;
}
.popup-form .step-2 {
	/*width: calc(100vW - 6rem); */
}
.popup-form button {
	background: #035e8f;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
	font-family: Rubik;
	font-weight: 500;
	padding: 8px 55px;
	line-height: 1.2em;
	display: inline-block;
	border-radius: 0;
	font-size: 16px;
	margin-top: 30px
}

.popup-form button.prev-btn {
	background: #ccc;
	color: #333;
}

.popup-form .product-item:has(input[type="checkbox"]:checked) {
	border-color: #035e8f;
}

.popup-form__open {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	padding: .5em 1em;
	background-color: #035E8F;
	color: white;
	border: none;
	border-radius: 3em;
	font-size: 1.5rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	z-index: 1000;
	transition: background-color 0.3s ease, transform 0.3s ease;
	text-transform:capatalize
}

.popup-form__open:hover {
	background-color: #F287B5;
	transform: scale(1.05);
}

@media (max-width: 767px) {
	#popmake-4430 {
		width: min(500px, 100% - 2rem);
	}
	.pum-container.custom-position {
		top:2em !important;
		margin-bottom:2em
	}
}

@media (max-width: 480px) {
	.popup-form button.prev-btn {
		width:100%;
		margin:24px 0 0
	}
	.popup-form button {width:100%;margin: 24px 0}
	.send-btn {display:block}
	.send-btn input[type=submit] {width:100%; margin: 24px 0 0;}
}