#confirmbox {
	overflow: hidden;
}
#confirmbox > .content {
	max-width: 100%;
}
#confirmbox > .content.restrictzip {
	padding:20px;
	position: relative;
	border-radius: 5px;
	max-height: 90%;
	overflow: auto;
}
#confirmbox > .content.restrictzip > .title {
	font-family: "ClearGothicSerial-Medium", sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
}
#confirmbox > .content.restrictzip > .text {
	color: #000;
	padding: 0 20px 15px 20px;
}
#confirmbox > .content.restrictzip > .buttons > .btn.cancel {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#confirmbox > .content.restrictzip > .buttons > .btn.cancel:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f00d";
	font-size: 25px;
	line-height: 15px;
	color: #000;
}
#confirmbox > .content.restrictzip > .text > .restrictzip-form {
	margin-top: 20px;
}
#confirmbox > .content.restrictzip > .text > .restrictzip-form > label {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 5px;
	color: #25282a;
	padding-left: 0;
}
#confirmbox > .content.restrictzip > .text > .restrictzip-form > input {
	color: #25282a;
	box-shadow: none;
	padding: 10px 12px;
	background-color: #fff;
	border: 1px solid #d7d2cb;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
    display: table-cell;
    float: left;
    height: 40px;
    font-family: inherit;
	transition: border .2s ease-in-out;
	line-height: normal;
}
#confirmbox > .content.restrictzip > .text > .restrictzip-form > input:focus {
    box-shadow: none;
    border-color: #0199ff;
    outline: 0;
}
#confirmbox > .content.restrictzip > .text button {
	border: 2px solid #0098ff;
	color: #0098ff;
	font-size: 14px;
	font-family: Archivo,sans-serif;
	line-height: 27px;
	background-color:
	rgba(255,255,255,0);
	display: block;
	font-weight: 700;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	padding: 5px 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	transition: background-color .15s ease-in-out, color .15s ease-in-out;
}
#confirmbox > .content.restrictzip > .text button:not(:disabled):hover {
    background-color: #0098ff;
	color:#fff;
}
/* enterzipcode */
#confirmbox > .content.restrictzip.enterzipcode > .buttons {
	padding-bottom: 0;
}
#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form > button,
#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form > input {
	width: 48%;
	float: left;
}
#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form > input {
	margin-right: 1%;
}
#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form > button {
	margin-left: 1%;
}
#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form > .message {
	position: fixed;
	border-radius: 5px;
	text-align: center;
	z-index: 1000;
	bottom: -80px;
	width: 30%;
	margin: 0;
	left: 35%;
	padding: 10px;
	transition: bottom .2s ease-in-out;
}
#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form.error-message > input {
	border: 1px solid #c40049 !important;
}
#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form.error-message > label,
#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form.error-message > .message {
	color: #c40049;
}
#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form.error-message > .message {
	background-color: #fdebee;
}
#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form.success-message > .message {
	color: #008330;
	background-color: #c7e5b0;
}
#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form.error-message.animate > .message,
#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form.success-message.animate > .message {
	bottom: 20px;
}
#confirmbox > .content.restrictzip.zipcoderegions > .text > table {
	width: 100%;
	margin: 5px 0 30px;
}
#confirmbox > .content.restrictzip.zipcoderegions > .text > table tr td {
	padding: 10px 5px 10px 0;
	min-width: 220px;
}

#confirmbox > .content.restrictzip.zipcoderegions > .text > button {
	margin: 20px auto 0 auto;
	display: block;
}
#confirmbox > .content.restrictzip.zipcoderegions > .text > ul.store-descr {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#confirmbox > .content.restrictzip.zipcoderegions > .text > ul.store-descr > li {
	margin-bottom: 5px;
}

@media only screen and (max-width: 550px) {
	#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form > .message {
		width: 80%;
		left: 10%;
	}
	#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form > input {
		margin-bottom: 15px;
	}
	#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form > input,
	#confirmbox > .content.restrictzip.enterzipcode > .text > .restrictzip-form > button {
		width: 100%;
		margin-left: 0;
		white-space: normal;
	}
	#confirmbox > .content.restrictzip.zipcoderegions > .text > table td {
		float: left;
		width: 100%;
	}
	#confirmbox > .content.restrictzip.zipcoderegions > .text > table tr td:first-child {
		padding-bottom: 0;
	}
	#confirmbox > .content.restrictzip.zipcoderegions > .text > table tr td:last-child {
		padding-top: 0;
	}
}