.ns-div-button-info{
	text-align: center;
}
.ns-div-open-modal{
	cursor: pointer;
	width: fit-content;
}

.ns-textarea-dialog{
	position: relative;
	resize: none;
	width: 100%;
}
.ns-span-to{
	padding-left: 30px;
	
}
.ns-layer-wishlist{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
	background-color: #000;
}
.ns-modal-wc-layer{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, .4);
	top: 0;
	z-index: 9999;
	overflow: hidden;
	
}
.ns-modal-wc{
	display: none;
	position: absolute;
	width: 550px;
	height: fit-content;
	background-color: #fff;
	top: calc( 50% - 250px );
	left: calc( 50% - 275px );
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.75);
}
#ns-close-modal{
	padding-right: 5px;
	float: right;
	cursor: pointer;
}
.ns-modal-opened{
	overflow-y: hidden;
}
.ns-modal-title{
	width: 95%;
	float: left;
}
.ns-modal-title-span{
	display: block;
	width: 100%;
	text-align: center;
	color: #3C3C43;
	font-size: 30px;
}
.ns-div-modal-header{
	display: flex;
	background-color: #C0C0C0;
	border-bottom: 1px solid rgba(0,0,0,.75);
	border-radius: 5px 5px 0 0;
}
.ns-wp-name-site{
	font-size: 25px;
	text-align: center;
}
.ns-textarea-size{
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}
.ns-div-share-now{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ns-div-logged-in{
	text-align: center;
	margin-top: 20%;
}
.ns-span-class-share{
	margin-bottom: 10px;
	
}
.ns-div-share-on-wishlist{
	
}
.ns-div-response{
	text-align: center;
}
.ns-div-image-done{
	display: inline;
	margin-top: 70px;
	-webkit-animation-name: bounce; 
	animation-name: bounce; 
	-webkit-animation: bounce 2s infinite; /* Safari 4.0 - 8.0 */
	animation: bounce 2s infinite;
	margin-left: 30px;
}
@-webkit-keyframes bounce { 
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
	40% {-webkit-transform: translateY(-30px);} 
	60% {-webkit-transform: translateY(-15px);} 
 } 
 
 @keyframes bounce { 
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
	40% {transform: translateY(-30px);} 
	60% {transform: translateY(-15px);} 
 }
.ns-try-again{
	margin-right: 0 !important;
}
#ns-your-name, #ns-your-email, #ns-subject{
	width: 100%;
}




.ns-cursor{
	cursor: pointer;
}
.ns-margin{
	margin-bottom: 70px;
}


@media only screen and (max-width : 760px) {
	.ns-modal-wc{
		display: none;
		position: absolute;
		width: 90%;
		/* height: 450px; */
		background-color: #fff;
		left: 5%;
		border-radius: 5px;
		border: 1px solid rgba(0,0,0,.75);
	}

}