.product-removal-confirmation-container {
	width: 25%;
	position: fixed;
	top: 35%;
	right: 34%;
	background: white;
	border: 1px solid black;
	padding: 50px 10px;
	z-index: 1;
	display: none;
}

.close-product-removal-confirmation-container {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
}

.product-removal-form-label {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.product-removal-form-wrapper {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 1441px) {
	.product-removal-confirmation-container {
		width: 45%;
		right: 24%;
	}
}

@media only screen and (max-width: 1025px) {
	.product-removal-confirmation-container {
		width: 65%;
		right: 14%;
	}
}

@media only screen and (max-width: 991px) {
	.product-removal-confirmation-container {
		width: 66%;
		right: 18%;
	}
}

@media only screen and (max-width: 426px) {
	.product-removal-confirmation-container {
		width: 74%;
		right: 14%;
	}
}