table.checkout input, table.checkout select {
	width: 80%;
    margin-left: 20%;
}

.darkbg {
	background-color:lightgrey;
}

.padBottom div {
	margin-bottom:1em;
}

/* Juliska Popup Styles */

.popup-banner {
	position: fixed;
	top: 20%;
	left: -370px;
	z-index: 100;
	width: 430px;
	overflow: hidden;
	background-color: transparent;
	transition: all 0.6s;
}

.btn-banner {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	border: none;
	border-radius: 5px 0 0 5px;
	width: 60px;
	height: 60px;
	text-align: center;
	color: white;
	font-size: 24px;
	display: block;
	background-color: transparent;
	outline: none;
}

.btn-banner span {
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #023052;
	background-image: url(../images/gift-box.svg);
	background-size: 30px;
	background-position: 15px;
	background-repeat: no-repeat;
	transition: all 0.4s;
}

.btn-banner span:hover{
	background-color: (0,0,0,1);
}

.banner-header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
}

.banner-body {
	padding: 50px;
	background-color: #023052;
	color: #fff;
	float: left;
	width: calc(100% - 60px);
	margin-right: 60px;
}

span.btn-o-banner {
	position: absolute;
	background-color: rgba(0,0,0,9);
	padding: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/x-mark.svg);
	background-size: 20px;
	background-position: 5px;
	background-repeat: no-repeat;
}

span.btn-o-banner:hover {
	background-color: rgba(0,0,0,1);
}

.pop-content {
	padding: 20px;
}

.showpop {
	left: 0;
}

.popup-btn {
	padding: 11px;
    color: #023052;
    background-color: #fff;
    font-size: 12px;
    line-height: 1;
}

.popup-banner h2{
	margin-bottom: 1rem;
}

.popup-banner p{
	margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.popup-banner {
		top: 0;
	}
}

@media screen and (min-width: 500px) and (max-width: 767px) {
	.popup-banner h2{
		font-size: 2rem;
	}

	.popup-banner p{
		font-size: 1.2rem;
	}

	.popup-banner {
		top: 0;
	}

	.banner-body {
		padding: 30px;
	}
}



@media screen and (min-width: 341px) and (max-width: 499px){
	.popup-banner h2{
		font-size: 1.5rem;
	}

	.popup-banner p{
		font-size: 1.1rem;
	}

	.popup-banner {
		top: 0;
		left: -372px;
	}

	.banner-body {
		padding: 40px;
		margin-right: 0;
		width: calc(100% - 150px);
	}

	.btn-banner {
		width: 50px;
    	height: 50px;
	}

	.btn-banner span {
		background-size: 20px;
	}

	.banner-header{
		width: 98%;
	}

	.showpop .banner-header {
		left: -10rem;
	}
}

@media screen and (max-width: 340px) {
	.popup-banner h2{
		font-size: 1.5rem;
	}

	.popup-banner p{
		font-size: 1.1rem;
	}

	.banner-body {
		padding: 40px;
		margin-right: 0;
		width: calc(100% - 150px);
	}

	.popup-banner {
		top: 0;
	}

	.btn-banner {
		width: 40px;
    	height: 40px;
	}

	.btn-banner span {
		background-size: 15px;
	}

	.banner-header{
		width: 94%;
	}

	.showpop .banner-header {
		left: -15rem;
	}

	.showpop .banner-body {
		width: calc(100% - 200px);
	}
}

/* End Juliska Popup Styles */