/*
ABERLOUR BROWN #35230c (#3E2F20)
ABERLOUR CREAM #f9f4e8
ABERLOUR GOLD  #ad9154
ABERLOUR RED   #ba0c2f
*/

#age-check{
	padding:12px;
	background: #fff;
}

	#ipt-pt2{
		display: none;
	}

	#age-check p{
		font-size:12px;
		line-height: 150%;
	}

	.age-check-wrap{
		border: solid 3px #35230c;
		padding:30px 30px 0 30px;
	}

		.age-check-logo{
			text-align: center;
		}

			.age-check-logo img{
				padding: 25px 0 55px 0;
				width: 65px;
			}

		.age-check-form{
			border-top:solid 1px #ad9154;
			padding: 25px 0 25px 0;
		}

			.age-check-form input[type="number"]{
				border: solid 1px #DED5D1;
				height:40px;
				padding: 0 8px;
				font-size: 16px;
				box-sizing: border-box;
				-moz-appearance:textfield;
			}
			input[type="number"]::-webkit-outer-spin-button,
			input[type="number"]::-webkit-inner-spin-button {
				-webkit-appearance: none;
				margin: 0;
			}

			.age-check-form #year{
				width:100%;
			}

			.age-check-form #year2{
				width:100px;
			}

			.age-check-form #month,
			.age-check-form #day{
				width:50px;
			}

			.age-check-form button{
				border: solid 1px #BEA79C;
				width:100%;
				height:40px;
				background:#fff;
				color:#BEA79C;
				display: flex;
				justify-content: center;
				align-items: center;
				margin-bottom:30px;
				cursor: pointer;
			}

			.age-check-form #errinfo{
				margin-top:5px;
				color: #e60012;
			}

			.age-check-checkbox{
				display: flex;
				justify-content: center;
			}

			.age-check-checkbox div{
				color:#35230c;
				font-size:12px;
				text-align: center;
				/*background: yellow;*/
				display: table;
			}

			.age-check-checkbox i{
				/*background: green;*/
				display: table-cell;
				vertical-align: middle;
			}

				.age-check-checkbox input[type="checkbox"] {
					opacity:0;
					-webkit-appearance: none;
					appearance: none;
					position: absolute;
				}

				.age-check-checkbox input[type="checkbox"] + span::before{
					display: block;
					content: '';
					width:  1rem;
					height: 1rem;
					border: 2px solid #35230c;
					border-radius: 5px;
					display: table-cell;
					vertical-align: middle;
				}

				.age-check-checkbox input[type="checkbox"]:checked + span::before{
					background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%2335230c' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
					background-repeat: no-repeat;
					background-position: 0 2px;
				}

	.age-check-info{
		margin: 20px 15px 0 15px;
		font-size: 12px;
		color: #f9f4e8;
	}

	.age-check-info a:link    { color: #BEA79C; text-decoration: none; }
	.age-check-info a:visited { color: #BEA79C; text-decoration: none; }
	.age-check-info a:hover   { color: #f9f4e8; text-decoration: none; }
	.age-check-info a:active  { color: #BEA79C; text-decoration: none; }

	.age-check-info p{
		font-size: 11px;
		line-height: 150%;
	}
