

.t-form__inputsbox-first {
	    margin-bottom: 20px;
}

	.t-input-group_qn {
		display: none;
	}
	.t-store__prod__quantity {
		display: none;
	}

.t-popup {
	z-index: 9998!important;
}
	
.overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.overlay-info {
	background-color: rgba(255,255,255,1);
	position: fixed;
	max-width: 600px;
	padding: 50px;
	box-sizing: border-box;
	z-index: 99999;
	text-align: center;
}

.overlay-info span {
	font-size: 18px;
	line-height: 24px;
	font-family: Roboto, Arial, sans-serif;
}

.close-window {
	background-image: url('/images/close.svg');
	background-size: cover;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
}

#input_1693995351562 {
	font-family: 'Arial';
}

.dates {
	font-size: 22px!important;
}

@media screen and (max-width: 480px) {
	.overlay-info {
		width: 100%;
		max-width: 90%;
	}
}