
html {
   
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
   
}


.popup {
    position: relative;
    display: block;
    width: 800px;
	height: 700px;
    margin: 100px auto;
    padding-left: 0;
    background-color: #f7f7f7;
	background-image: url(../images/popup-bg.jpg);
}

.popup-close-button {
    position: fixed;
    top: 40px;
    right: 40px; 
}
.popup-close-button img{
 	height: 40px;
	
}
.popup-close-button img:hover{
	height: 44px;
	width: 44px;
	margin-top: -2px;
	margin-right: -2px;	
}
 	


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-s {
	font-family: Poppins,sans-serif;
    color: #313131;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
   background-color: rgba(0,0,0,.75);
    -webkit-transition: 1458ms;
    transition: 1458ms;
	height: 1400px;
}


.header-1 {
	text-align: center;
	padding-top: 60px;
	font-size: 90px;
	font-weight: 700;
	color: #fff;
	text-shadow: 6px 6px rgba(0,0,0,.2);
}

.header-2 {
	text-align: center;
	padding-top: 40px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #fff;
}

.header-3 {
	font-size: 18px;
	line-height: 10px;
	font-weight: 600;
	color: #222;
}

.form-box {
	display: flex;
	width: 500px;
	margin-left: 40px;
	margin-top: 10px;
}

.form-left {
	flex: 1;
	width: 240px;
}

.form-right {
	flex: 1;
	width: 200px;
}

.popup input, .popup select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 220px;
	padding: 5px 20px;
	margin-bottom: 10px;
	border-radius: 4px;
	border: none;
	border: solid 1px #ccc;
}

.popup .para-1 {
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	width: 230px;
	margin: 0;
	letter-spacing: -.2px;
}

.tick {
	font-size: 10px;
	text-align: left;
	display: inline-block;
	width: 230px;
}

.card-container select {
	width: 120px;
	float: left;
}

.cards {
	float: right;
	margin-right: 30px;
}

.clearfix {
	clear: both;
}

.month select{
	width: 120px;
	float: left;
}

.year select {
	width: 80px;
	float: right;
	margin-right: 30px;
}

.tick input[type=checkbox] {
	padding: 0;
	margin: 0;
	height: 10px;
	width: 10px;
	margin-right: 10px;
}

.popup a {
	text-decoration: none;
	color: #2a58e4;
	font-weight: 600;
}
.submit-btn {
	margin-left: 40px;	
}


.popup input[type=submit]{	
	border: none;		
	background-color: #163051;	
	text-indent:0;
	display:inline-block;
	color:#fff;
	font-size:18px;
	font-weight: 700;	
	width:480px;
	text-decoration:none;
	text-align:center;	
	cursor: pointer;
	padding: 10px 0;
	border-radius: 4px;
	transition: .5s;
	margin-top: 20px;
}
.popup input[type=submit]:hover {
	background-color: #122032;
	color: #fff;
}

.priceBox {
    position: absolute;
    right: -70px;
	bottom: 50px;
    color: #fff;
    font-size: 32px; 
	line-height: 32px;
    -webkit-transform: rotate(14deg);
    -moz-transform: rotate(14deg);
    -ms-transform: rotate(14deg);		
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);		
    -o-transform: rotate(14deg);
	transform: rotate(14deg);	
    background: #163051;
    border-radius: 50%;
    padding: 20px;   
    text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 150px;
	width: 150px;
	display: block;
	box-shadow: 6px 6px 6px rgba(0,0,0,.25);
	font-weight: bolder;
}
.only {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
}
.underline{
	text-decoration: underline;
}
.mnt {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}

.bottle {
	position: absolute;
	right: 20px;
	bottom: 10px;
	height: 400px;
	width: 250px;
}
