@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

*{
	margin:0;
	font-family: verdana;
	font-family: Montserrat;
	font-size: 14px;	
}
body{
	max-width: 1400px;
	margin:auto auto;
}
tr, td{
	padding: 0;
	margin: 0;
}
*:focus{
	outline:none;
}
canvas{
	display: none;
}
/* First Page Starts */
.heading{
	position: relative;
	text-align: center;
	margin-top:30px;
	font-family: 'Poiret One';
	font-size: 30px;
}
.heading span{
	position:absolute;
	top:-5px;
	display: inline-block;
	height:20px;
	line-height: 20px;
	font-size: 9px;
	background-color: #60be9c;
	color:white;
	padding:0px 10px;
	border-radius: 10px;
	text-transform: uppercase;
	font-family: calibri;
}
@media screen and (max-width:700px){
	.heading{
		font-size: 25px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width:320px){
	.heading{
		font-size: 22px;
	}
}
.guest_heading{
	width:397px;
	margin:40px auto 3px;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	color:#424242;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow';
	letter-spacing: 1px;
	word-spacing: 3px;
	font-size: 12px;
	font-weight: bold;
	background: url('images/guest.png') no-repeat;
	background-color: #fafafa;
	background-size: 30px 30px;
	background-position: 30px 10px;
	cursor: pointer;
	box-shadow: 0 0 3px #ccc;
}
.guest_heading:hover{
	cursor: pointer;
}
.login_heading{
	width:397px;
	margin:3px auto;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #60b1be;
	color:#f1f1f1;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow';
	letter-spacing: 1px;
	word-spacing: 3px;
	font-size: 12px;
	font-weight: bold;
	background: url('images/login2.png') no-repeat;
	background-size: 30px 30px;
	background-position: 30px 10px;
	background-color: grey;
	transition: 0.3s all;
	box-shadow: 0 0 3px #ccc;
}
.login_heading:hover{
	cursor: pointer;
}
.signup_heading{
	width:397px;
	margin:3px auto;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #60b1be;
	color:#424242;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow';
	letter-spacing: 1px;
	word-spacing: 3px;
	font-size: 12px;
	font-weight: bold;
	background: url('images/signup.png') no-repeat;
	background-size: 30px 30px;
	background-position: 30px 10px;
	background-color: #fafafa;
	box-shadow: 0 0 3px #ccc;
}
.signup_heading:hover{
	cursor: pointer;
}
.enter_details_container{
	position:relative;
	margin:auto auto;
	width:400px;
	background-color: #fff;
	padding-top:40px;
	padding-bottom:40px;
	
}
@media screen and (max-width:500px){
	.enter_details_container{
		width:280px;
	}
}
.input_container{
	position:relative;
	margin:auto auto;
	width:205px;
}
.input{
	display: block;
	width:180px;
	padding:10px;
	margin-bottom: 5px;
	border: 1px solid #D2D7D3;
	font-size: 13px;
	color:#424242;
}
.input_label{
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	color:#6C7A89;
}
.btn{
	display: block;
	width:202px;
	padding:10px;
	border:none;
	background-color: #60b1be;
	color:white;
	text-transform: uppercase;
	font-size: 10px;
}
.btn:hover, .btn:active{
	background-color: #4ea8b7;
	cursor: pointer;
}
.restrict-btn{
	opacity: 0.7;
	cursor: not-allowed;
}
.restrict-btn:hover, .restrict-btn:active{
	background-color: #60b1be;
	cursor: not-allowed;
}
.btn2{
	display: block;
	width:202px;
	padding:10px;
	border:none;
	background:url('images/rolling.gif') no-repeat left center;
	background-size: 20px 20px;
	background-position: -20px 7px;
	background-color: transparent;
	color:#fff;
	font-family: Poiret One;
	text-transform: uppercase;
	font-size: 12px;
	border:1px solid white;
	transition: 0.3s all;
	letter-spacing: 1px;
	font-weight: bold;
	overflow:hidden;
}
.btn2:hover, .btn2:active{
/*	background-color: rgba(255,255,255,0.2); */
	cursor: pointer;
}
.btnload{
	transition: 0.3s all;
	background:url('images/rolling3.gif') no-repeat left center;
	background-size: 20px 20px;
	background-position: 15px 7px;
	background-color: rgba(255,255,255,0.0);
}
.btnload:hover, .btnload:active{
	background-color: rgba(255,255,255,0.0);
	cursor: pointer;
}

.enter_details_errors{
	display: none;
	position:relative;
	margin: auto auto;
	width:360px;
	padding:20px;
	text-align: center;
	color:#be6d60;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.enter_details_errors a{
	font-size: 10px;
	color:#60b1be;
}
@media screen and (max-width:500px){
	.enter_details_errors{
		width:240px;
	}
}
/* First Page Ends */


/* Upload Page Starts */
.header{
	text-align: right;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	display: inline-block;
	padding-top:20px;
	padding-bottom:20px;
	color:grey;
	margin-bottom:10px;
	margin-top: 40px;
}
.header p{
	font-size: 13px;
}
.header a{
	color: #60b1be;
	text-decoration: none;
}
.back_link{
	position:relative;
	bottom:7px;
	display: block;
	width:30px;
	height:30px;
	float:left;
	background:url('images/arrow.png') no-repeat;
	opacity: 0.7;
	transition: 0.4s opacity;
	margin-right: 15px;
}
.back_link:hover{
	opacity: 1;
}
.cart_link{
	position:relative;
	bottom:10px;
	display: block;
	width:40px;
	height:40px;
	float:left;
	background:url('images/cart.png') no-repeat;
	background-size: 40px 40px;
	opacity: 0.7;
	transition: 0.4s opacity;
}
.cart_link:hover{
	opacity: 1;
}
.cart_link span{
	display: block;
	width:100%;
	position:absolute;
	left:0;
	padding-top:40px;
	text-align: center;
	font-size: 11px;
	border-bottom: 1px solid #60b1be;
}
.logout_link{
	position:relative;
	bottom:12px;
	display: block;
	width:35px;
	height:35px;
	float:right;
	background:url('images/logout.png') no-repeat;
	background-size: 40px 40px;
	opacity: 0.7;
	transition: 0.4s opacity;
	margin-right: 15px;
}
.logout_link:hover{
	opacity: 1;
}
.container:last-of-type{
	margin-bottom:40px;
	padding-bottom:40px;
}
.container{
	position:relative;
	margin:auto auto;
	width:600px;
	background-color: #f1f1f1;
	padding-top:20px;
	box-shadow: 0 0 3px #ccc;
}
.container_heading{
	padding-left:20px;
	padding-right:20px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#424242;
}
.container_sub_heading{
	padding-left:20px;
	padding-right:20px;
	font-size: 10px;
	text-transform: lowercase;
	color:#6C7A89;
}
.container_errors{
	display: none;
	position:relative;
	margin: auto auto;
	width:560px;
	padding:20px;
	background-color: #f1f1f1;
	box-shadow: 0 0 3px #ccc;
	text-align: center;
	color:#be6d60;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
@media screen and (max-width:650px){
	.container{
		width:400px;
	}
	.container_errors{
		width:360px;
	}
}
@media screen and (max-width:420px){
	.container{
		width:280px;
	}
	.container_errors{
		width:240px;
	}
}
.uploaded_container{
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:10px;
	text-align: center;
}
.uploaded_img_container{
	position:relative;
	display: inline-block;
	margin-bottom: 10px;
}
.uploaded_img{
	display: inline-block !important;
	margin:5px;
	width:80px;
	height:80px;
	border-radius: 50px;
	overflow:hidden !important;
}
.uploaded_container img{
	max-width:120% !important;
	min-height: 100% !important;
}
.uploaded_container img{
	background: url('images/rolling.gif') no-repeat center center;
	background-size: 20px 20px;
}
.del_img_btn{
	width: 20px;
	height: 20px;
	position:absolute;
	top:-110px;
	right:-20px;
	z-index: -1;
	border:none;
	background:url('images/trash.png') no-repeat center;
	background-size: 25px 25px;
	background-color:#f1f1f1;
	opacity: 0.8;
	transition: 0.3s all;
}
.del_img_btn:hover{
	cursor: pointer;
	opacity: 1.0;
}
.uploaded_img_container:hover .del_img_btn{
	display: block;
	top:-95px;
	right:-20px;
	z-index: 0;
}
.progress_bar{
	position:absolute;
	left:0;
	width: 0%;
	height:2px;
	bottom:-3px;
	background-color: #60b1be;
	transition:0.3s all;
}
.quality{
	position:absolute;
	display: inline-block;
	width:50px;
	height:4px;
	bottom:0px;
	left:0;
	right:0;
	margin:auto auto;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 100px;
	cursor: default;
}
.low{
	position:absolute;
	display: inline-block;
	width:15px;
	height:4px;
	bottom:0px;
	left:0;
	background-color: #c0392b;
	border-radius: 10px;
}
.medium{
	position:absolute;
	display: inline-block;
	width:30px;
	height:4px;
	bottom:0px;
	left:0;
	background-color: #f39c12;
	border-radius: 10px;
}
.good{
	position:absolute;
	display: inline-block;
	width:50px;
	height:4px;
	bottom:0px;
	left:0;
	background-color: #2ecc71;
	border-radius: 10px;
}
.quality_meter_container{
	position:absolute;
	bottom:-50px;
	width:100%;
	text-align: center;
}
.quality_meter_container div{
	display: inline-block;
	margin: 10px;
	vertical-align: top;
	text-align: center;
}
.quality_meter_container div:nth-child(1) p{
	font-weight: bold;
}
.quality_meter_container p{
	font-size: 9px;
	text-transform:;
	color:grey;
}
.quality_meter_container div span{
	position: relative;
	bottom:5px;
	display: inline-block;
	width:50px;
	height:4px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.quality_meter_container div #low{
	display: inline-block;
	width:6px;
	height:6px;
	background-color: #c0392b;
	border-radius: 10px;
	border:none;
}
.quality_meter_container div #medium{
	display: inline-block;
	width:6px;
	height:6px;
	background-color: #f39c12;
	border-radius: 10px;
	border:none;
}
.quality_meter_container div #good{
	display: inline-block;
	width:6px;
	height:6px;
	background-color: #2ecc71;
	border-radius: 10px;
	border:none;
}

.browse{
	display: block;
	position:relative;
	margin:auto auto;
	width:100px;
	height:100px;
	border-radius:50px; 
	background-color: transparent;
	border:none;
	background:url('images/browse3.png') no-repeat center center;
	background-size: 100px 100px;
	cursor: pointer;
	color:#424242;
	opacity: 0.4;
	margin-top:20px;
	letter-spacing: 1px;
	font-size: 12px;
	transition:0.4s opacity;
	text-align: center;
}
.browse:hover{
	opacity: 0.7;
}
.browse:active{
	position:relative;
	top:2px;
}
.browse span{
	padding-top:20px;
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	letter-spacing: 1px;
	font-size: 12px;
}
.invisible{
	visibility: hidden;
}
/* Upload Page Ends */


/* Create Canvas Starts */
.big_container{
	width:90%;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
}
.cc_container{
	display: inline-block;
	width:600px;
	padding-top:20px;
	padding-bottom:50px;
	margin:20px;
	margin-right: 0px;
	background-color:#fafafa;
	box-shadow: 0 0 3px #ccc;
	margin-top:0px;
}
.options_container{
	position: relative;
	display: inline-block;
	width:400px;
	padding-top:20px;
	padding-bottom:40px;
	margin:20px;
	margin-right:0px;
	box-shadow: 0 0 3px #ccc;
	vertical-align: top;
	background-color: #424242;
	margin-top:0px;
}
@media screen and (max-width:1200px){
	.cc_container{
		margin-bottom:0px;
	}
	.options_container{
		width:600px;
		margin-top:0px;
		margin-bottom: 100px;
	}
}
.canvas_container{
	position:relative;
	display: inline-block;
	width:300px;
	height:380px;
	margin-top:40px;
}
.main_image_container{
	position:absolute;
	left:0;
	right:0;
	margin:auto auto;
	width:300px;
	height:380px;
	overflow: hidden;
}
.main_image{
	cursor: move;
}
.main_image img{
	width:110%;
	height:auto;
}
.up_left_corner{
	display: none;
	position:absolute;
	top:-1px;
	left:-1px;
	width:16px;
	height:16px;
	background-color: #fafafa;
	z-index:2;
}
.up_right_corner{
	display: none;
	position:absolute;
	top:-1px;
	right:-1px;
	width:16px;
	height:16px;
	background-color: #fafafa;
	z-index:2;
}
.down_left_corner{
	display: none;
	position:absolute;
	bottom:-1px;
	left:-1px;
	width:16px;
	height:16px;
	background-color: #fafafa;
	z-index:2;
}
.down_right_corner{
	display: none;
	position:absolute;
	bottom:-1px;
	right:-1px;
	width:16px;
	height:16px;
	background-color: #fafafa;
	z-index:2;
}

.up_border{
	position:absolute;
	top:-15px;
	width:100%;
	height:15px;
	outline:1px solid #6C7A89;
	overflow: hidden;
}
.up_image{
	width:100%;
	height:15px;
	position:relative;
}
.up_image img{
	position:absolute;
	left:0;
	bottom:0px;	
	width: 100%;
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
.down_border{
	position:absolute;
	bottom:-15px;
	width:100%;
	height:15px;
	outline:1px solid #6C7A89;
	overflow: hidden;
}
.down_image{
	width:100%;
	position:relative;
	height:15px;
}
.down_image img{
	position:absolute;
	left:0;
	width: 100%;
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
.left_border{
	position:absolute;
	left:-15px;
	height:100%;
	width:15px;
	outline:1px solid #6C7A89;
	overflow: hidden;
}
.left_image{
	height:100%;
	position:relative;
}
.left_image img{
	position:absolute;
	top:0;
	right:0;
	left:none;
	height:100%;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.right_border{
	position:absolute;
	right:-15px;
	height:100%;
	width:15px;
	outline:1px solid #6C7A89;
	overflow: hidden;
}
.right_image{
	height:100%;
	position:relative;
}
.right_image img{
	position:absolute;
	top:0;
	right:none;
	left:0;
	height: 100%;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.up_border2{
	position:absolute;
	top:-15px;
	width:100%;
	height:15px;
	outline:1px solid #6C7A89;
	overflow: hidden;
}
.up_image2{
	width:100%;
	height:15px;
	position:relative;
}
.up_image2 img{
	position:absolute;
	left:0;
	top:0;	
	width: 100%;
	height:250px;
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
.down_border2{
	position:absolute;
	bottom:-15px;
	width:100%;
	height:15px;
	outline:1px solid #6C7A89;
	overflow: hidden;
}
.down_image2{
	width:100%;
	position:relative;
	height:15px;
}
.down_image2 img{
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	height:250px;
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
.left_border2{
	position:absolute;
	left:-15px;
	height:100%;
	width:15px;
	outline:1px solid #6C7A89;
	overflow: hidden;
}
.left_image2{
	height:100%;
	position:relative;
}
.left_image2 img{
	position:absolute;
	top:0;
	left:0;
	width:250px;
	height:100%;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
    transform: scaleX(-1);
}

.right_border2{
	position:absolute;
	right:-15px;
	height:100%;
	width:15px;
	outline:1px solid #6C7A89;
	overflow: hidden;
}
.right_image2{
	height:100%;
	position:relative;
	right:-10px;
}
.right_image2 img{
	position:absolute;
	top:0;
	right:0px;
	height: 100%;
	width:300px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.load{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.8);
	z-index: 3;
}
.load img{
	width:100px;
	display: block;
	position: relative;
	margin:100px auto auto;
}
.load p{
	text-align: center;
	margin-top:10px;
	color:white;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 2px;
}

.edit_input_container{
	width:300px;
	position:relative;
	margin:20px auto auto;
	text-align: left;
}
.edit_input_section{
	margin-top:5px;
}
input[type=radio]{
	display: none;
}
.radio_label{
	cursor: pointer;
	font-size: 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#f1f1f1;
	font-family: 'Montserrat';
}
.radio + span:before{
	content:"";
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:15px;
	line-height:30px;
	font-size:15px;
	background-color:white;
	box-shadow:0 0 2px #60b1be;
	vertical-align:middle;
	margin-right:4px;
	margin-left:6px;
	cursor:pointer;
	transition: 0.2s all;
}
.radio:checked + span:before{
	content:"\2713";
	background-color:#60b1be;
	color:white;
	text-align:center;
	box-shadow:0 0 2px #fff;
	animation:popout 200ms ease-in;
}
.select_container{
	position:relative;
	display: inline-block;
	width:120px;
	margin-left: 5px;
	margin-right: 18px;
}
.select_container p{
	width:100%;
	display: inline-block;
	background-color: #fafafa;
	padding:10px;
	border:1px solid #ccc;
	cursor: pointer;
	font-size: 9px;
	text-align: center;
	font-family: verdana;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.select_items{
	position:absolute;
	top:34px;
	left:1px;
	text-align: left;
	width:140px;
	max-height: 200px;
	display: none;
	box-shadow: 0 0 2px #ccc;
	z-index: 2;
	background-color: white;
	padding-top:5px;
	padding-bottom:5px;
	overflow-x: hidden;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.select_label{
	display: inline-block;
	width:134px;
	color:grey;
	cursor:pointer;
	font-family:verdana;
	text-transform:uppercase;
	font-size:9px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 5px;
	//letter-spacing: 1px;
}
.select_label:hover{
	background-color: #60b1be;
	color:#fff;
}
.select_label:last-of-type{
	margin-bottom:5px;
}
.select_radio + span:before{
	content:"";
	display:inline-block;
	width:15px;
	height:15px;
	line-height:15px;
	font-size:14px;
	background-color:white;
	vertical-align:middle;
	margin-right:4px;
	margin-left:6px;
	cursor:pointer;
	border:1px solid #60b1be;
}
.select_radio:checked + span:before{
	content:"\2714";
	color:white;
	background-color:#60b1be;
	text-align:center;
}
.select_radio + span:hover{
	background-color: #60b1be;
}
.small_btn_container{
	display: inline-block;
	padding-left:4px;
	padding-right:10px;
	border-right: 1px solid #fff;
}
.small_btn_container:last-of-type{
	border-right:none;
}
.zoom-out-btn{
	display: inline-block;
	width:40px;
	height:24px;
	background:url('images/zoomout.png') no-repeat center center;
	background-size: 15px 15px;
	border:1px solid #ccc;
	background-color: #fafafa;
	cursor: pointer;
	margin-left: 1px;
	color:grey;
	vertical-align: middle;
	opacity: 1.1;
}
.zoom-out-btn:hover{
	background-color: #f1f1f1;
}
.zoom-out-btn:active{
	background-color: #f1f1f1;
	position: relative;
	top:2px;
}
.zoom-in-btn{
	display: inline-block;
	width:40px;
	height:24px;
	background:url('images/zoomin.png') no-repeat center center;
	background-size: 15px 15px;
	border:1px solid #ccc;
	background-color: #fafafa;
	cursor: pointer;
	margin-left: 1px;
	color:grey;
	vertical-align: middle;
	opacity: 1.1;
}
.zoom-in-btn:hover{
	background-color: #f1f1f1;
}
.zoom-in-btn:active{
	background-color: #f1f1f1;
	position: relative;
	top:2px;
}
.rotate-left-btn{
	display: inline-block;
	width:40px;
	height:24px;
	background:url('images/left2.png') no-repeat center center;
	background-size: 20px 20px;
	border:1px solid #ccc;
	background-color: #fafafa;
	cursor: pointer;
	margin-left: 1px;
	color:grey;
	vertical-align: middle;
}
.rotate-left-btn:hover{
	background-color: #f1f1f1;
}
.rotate-left-btn:active{
	background-color: #f1f1f1;
	position: relative;
	top:2px;
}
.rotate-right-btn{
	display: inline-block;
	width:40px;
	height:24px;
	background:url('images/right2.png') no-repeat center center;
	background-size: 20px 20px;
	border:1px solid #ccc;
	background-color: #fafafa;
	cursor: pointer;
	margin-left: 1px;
	color:grey;
	vertical-align: middle;
}
.rotate-right-btn:hover{
	background-color: #f1f1f1;
}
.rotate-right-btn:active{
	background-color: #f1f1f1;
	position: relative;
	top:2px;
}
.price_container{
	position: absolute;
	bottom:0px;
	right:-10px;
	width:80px;
	height:80px;
	border-radius: 50px;
	background-color: white;
	background:url('images/cost_icon.png') no-repeat center center;
	background-size: 80px 80px;
}
.price_container p{
	position: absolute;
	bottom:17px;
	left:0;
	right:0;
	margin:auto auto;
	text-align: center;
	color:#f1f1f1;
	font-family: verdana;
	font-size: 11px;
}
/* Create Canvas Ends */


/* New Loading Starts */
.working{
	display: none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	margin:auto auto;
	width:170px;
	padding:10px;
	padding-left:20px;
	padding-right:0px;
	background:url('images/rolling.gif') no-repeat left center;
	background-color: #fafafa;
	background-size: 20px 20px;
	background-position: 10px 7px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	box-shadow: 0 0 3px #ccc;
	color:#60b1be;
	color:#424242;
}
/* New Loading Ends */

/* Final Result Starts */
.final_result_container{
	display: none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow: auto;
	background-color: rgba(190, 109, 96,1.9);
	background-color: rgba(233,212,96,1.9);
	background-color: rgba(0,0,0,0.9);
	text-align: center;
	z-index: 3;
}
.final_result_cross{
	position:absolute;
	width:100px;
	height:50px;
	right:0;
	top:0;
	background-color:#424242;
	line-height: 50px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	transition: 0.3s all;
	cursor: pointer;
	font-family: Poiret One;
	font-weight: bold;
}
.final_result_cross:hover{
	background-color:#292929;
}
#final_result{
	margin-top:50px;
	display: inline-block;
}
.final_result_desc{
	display: inline-block;
	width:230px;
	margin-top:60px;
	margin-left: 20px;
	vertical-align: top;
/*	border-left: 1px solid white; */
	padding-top:30px;
	padding-bottom:40px;
	padding-left:30px;
}
.final_result_desc table{
	text-align: left;
	margin-bottom: 20px;
}
.final_result_desc p{
	font-family: Poiret One;
	font-size: 11px;
	text-transform: uppercase;
	color:#E9D460;
	color:#fff;
	text-align: left;
	letter-spacing: 2px;
	font-weight: bold;
}
.final_result_desc span{
	font-family: Poiret One;
	font-size: 11px;
	text-transform: uppercase;
	color:#fff;
	text-align: left;
	letter-spacing: 2px;
	position:relative;
	bottom:2px;
	left:10px;
	color:#E9D460;
	font-weight: bold;
}
#final_up_image{
	position:relative;
	top:4px;
}
#final_down_image{
	position:relative;
	bottom:4px;
}
#final_left_image{
	position:relative;
	left:1px;
}
#final_right_image{
	position:relative;
	right:1px;
}
.final_right_image_20{
	display: inline-block;
	width:15px;
	overflow:hidden;
}
.final_right_image_40{
	display: inline-block;
	width:30px;
	overflow:hidden;
}
/* Final Result Ends */

#signup_form, #guest_form{
	display: none;
}


/* Cart Starts */
.cart_heading{
	width:80%;
	margin-left:10%;
	margin-right:10%;
	text-align: center;
	font-family: 'Poiret One';
	font-size: 25px;
	font-weight: bold;
	color: grey;
	margin-top:30px;
	padding-bottom: 30px;
}
.cart_container{
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-top:10px;
	text-align: center;
}

.cart_item{
	position:relative;
	display: inline-block;
	width:30%;
	height:200px;
	min-width:300px;
	max-width:400px;
	background-color:#fafafa;
	margin:1%;
	vertical-align: top;
	box-shadow: 0 0 3px #ccc;
	text-align: left;
}
.add_more{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor: pointer;
	background:url('images/add_item.png') no-repeat;
	background-size: 100px 100px;
	background-position: center 30px;
	opacity: 0.5;
	transition: 0.3s all;
}
.add_more p{
	position:absolute;
	left:0;
	right:0;
	bottom:60px;
	margin:auto auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
.add_more:hover{
	opacity: 0.8;
}

.cart_item_img{
	display: inline-block;
	position:relative;
	width:100px;
	height:120px;
	overflow:hidden;
	padding:20px;
	vertical-align: middle;
}
.cart_item_img .notls{
	height: 80%;
	max-width: 80%;
	display: block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto auto;
}
.cart_item_img .ls{
	display: block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto auto;
	width: 80%;
	max-height: 100%;
}
.cart_item_desc{
	display: inline-block;
	width:145px;
	vertical-align: middle;
	font-family: Poiret One;
	font-weight: bold;
	color:grey;
	letter-spacing: 1px;
}
.cart_item_del{
	position:absolute;
	width:40px;
	height:40px;
	bottom:0;
	left:0;
	background:url('images/trash.png') no-repeat center;
	background-size: 30px 30px;
	background-color:#f1f1f1;
	opacity: 0.8;
	transition: 0.3s all;
}
.cart_item_del:hover{
	cursor: pointer;
	opacity: 1;
}
.price_container2{
	position: absolute;
	bottom:15px;
	right:15px;
	width:70px;
	height:70px;
	border-radius: 50px;
	background-color: white;
	background:url('images/cost_icon.png') no-repeat center center;
	background-size: 70px 70px;
}
.price_container2 p{
	position: absolute;
	bottom:14px;
	left:0;
	right:0;
	margin:auto auto;
	text-align: center;
	color:grey;
	font-family: verdana;
	font-size: 10px;
}

.empty_cart{
	display: none;
	text-align: center;
}
.empty_cart img{
	width:100px;
}
.empty_cart p,a{
	font-family: verdana;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
}
.empty_cart a{
	color:#60b1be;
}
.cart_footer{
	display: none;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-top:30px;
	border-top:2px dotted #f1f1f1;
	margin-bottom:50px;
}
.cart_total{
	margin-top:20px;
	float: right;
	width:180px;
	padding:10px;
	text-align: center;
	border-top:1px dashed grey;
	border-bottom:1px dashed grey;
	color: grey;
}
.checkout_btn{
	display: block;
	width:202px;
	padding:10px;
	clear: both;
	float: right;
	margin-top:10px;
	background-color: #60b1be;
	color:#fff;
	font-family: Poiret One;
	text-transform: uppercase;
	font-size: 12px;
	border:1px solid #60b1be;
	transition: 0.3s all;
	letter-spacing: 1px;
	font-weight: bold;
}
.checkout_btn:hover, .checkout_btn:active{
	background-color: #4ea8b7;
	cursor: pointer;
}

.confirm_layer{
	display: none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	z-index: 3;
}
.confirm_box{
	width:450px;
	display: block;
	position: relative;
	margin:100px auto auto;
	background-color: #fff;
	//padding:30px;
	text-align: center;
}

@media screen and (max-width:600px){
	.confirm_box{
		width:95%;
	}
}
.confirm_box h1{
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #60b1be;
	color:white;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
}
.confirm_box p{
	margin-bottom: 10px;
	//letter-spacing: 1px;
	padding:30px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #424242;
}
.remove_btn{
	width:100px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	padding:10px;
	border:none;
	background-color: #EC644B;
	color:white;
	margin-bottom: 20px;
	border:1px solid #EC644B;
	opacity: 0.9;
}
.remove_btn:hover{
	cursor: pointer;
	opacity: 1;
}
.cancel_btn{
	width:100px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	padding:10px;
	border:none;
	background-color: #f1f1f1;
	border:1px solid #ccc;
	opacity: 0.8;
}
.cancel_btn:hover{
	cursor: pointer;
	opacity: 1;
}
.iframe{
	width:0;
	height: 0;
	overflow: hidden;
}
/* Cart Ends */


/* New Changes Starts */
.notice_bar{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	padding:10px;
	background-color: #22313F;
	background-color: #446CB3;
	color:white;
	font-size: 13px;
	text-align: center;
}
/* New Changes Ends */