@charset "utf-8";
/* CSS Document */

.mc-closeModal {
    position: absolute;
    top: 15px !important;
    right: -10px !important;
    /*width: 60px!important;*/
    height: 50px !important;
    background-size: 26px auto;
    cursor: pointer;
    color: white !important;
    font-weight: regular !important;
	background-color: none !important;
	text-align:right;
	line-height: 30px;
	background-image:url("https://myshop.s3-external-3.amazonaws.com/shop2899600.images.nb-close-icon.png");
	background-repeat: no-repeat;
	z-index:1000;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	
	
}

textarea,
input[type="text"] {
	margin: 0 0 12px !important;
	
}

