.blinds-share-cart-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.blinds-share-cart-modal-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	background: white;
	width: 520px;
	height: 430px;
	padding: 12px 40px;
	border-radius: 25px;
	position: relative;
	direction: rtl;
}

.blinds-share-cart-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0px;
}

.blinds-share-cart-icon {
	width: 130px;
	margin-bottom: -30px;
	margin-top: -40px;
}

.blinds-share-cart-header h3 {
	margin: 0px;
	padding: 0px;
	font-size: 58px;
	color: #6a5d87;
	font-weight: bold;
	margin-bottom: -25px;
	position: relative;
	z-index: 2;
}

.blinds-share-cart-underline-svg {
	fill: #a995c4;
	height: 26px;
	width: 307px;
	z-index: 1;
}

.blinds-share-cart-input-wrapper {
	display: flex;
	flex-direction: row;
	gap: 10px;
	width: 100%;
}

.blinds-share-cart-description {
	margin: 0px;
	font-size: 30px;
	color: #161615;
	font-weight: 500;
	text-align: center;
}

.blinds-share-cart-copy,
.blinds-share-cart-copy:hover,
.blinds-share-cart-copy:focus {
	background: linear-gradient(to bottom, #816d9c, #6a5d87);
	border-radius: 99px;
	border: none;
	outline: none;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

.blinds-share-cart-copy:hover {
	background: linear-gradient(to top, #816d9c, #6a5d87) !important;
}

.blinds-share-cart-url {
	border: 1px solid #747474 !important;
	color: #747474;
}

.blinds-share-cart-copy-and-close,
.blinds-share-cart-copy-and-close:hover,
.blinds-share-cart-copy-and-close:focus {
	width: 70%;
	border-radius: 99px;
	background: #6a5d87;
	color: white;
	font-size: 33px;
	font-weight: bold;
	border: none;
	outline: none;
	padding: 10px;
	margin-top: 10px;
	transition: none;
}

.blinds-share-cart-copy-and-close:hover{
	background: linear-gradient(to right, #816d9c, #4a3b6a);
}

.blinds-share-cart-copy-and-close.samples-cart:hover{
	background: linear-gradient(to right, #4489f5, #426bae) !important;
}

.blinds-share-cart-input-wrapper .blinds-share-cart-copy.samples-cart:hover{
	background: linear-gradient(to bottom, #4489f5, #426bae) !important;
}

.blinds-share-cart-close {
	position: absolute;
	top: -20px;
	left: -20px;
	cursor: pointer;
	width: 68px;
	height: 68px;
	transition: ease-in-out .3s;
}

.blinds-share-cart-close:hover{
	transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
	.blinds-share-cart-modal-content {
		height: 343px;
		margin: 20px;
		gap: 10px;
		padding: 20px;
		justify-content: space-between;
	}

	.blinds-share-cart-description {
		font-size: 18px;
	}

	.blinds-share-cart-header h3 {
		font-size: 38px;
		margin-bottom: -20px;
	}

	.blinds-share-cart-underline-svg {
		height: 23px;
		width: 201px;
	}

	.blinds-share-cart-close {
		width: 56px;
		height: 56px;
		top: -8px;
		left: -8px;
	}

	.blinds-share-cart-copy-and-close {
		font-size: 22px;
		width: 100%;
		padding: 10px;
	}

	.blinds-share-cart-icon {
		height: 110px;
		width: 110px;
		margin-bottom: -15px;
		margin-top: -30px;
	}
}
