.tps_checkoutAddress {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 16px;
	grid-column-gap: 8px;
}

.tps_checkout_billing_sectionOpened {
	margin-bottom: 30px;
}

.tps_checkoutAddress_optional {
	position: absolute;
	top: 0;
	right: 10px;
	color: #ccc;
	text-align: right;
	font-size: 13.5px;
	height: 100%;
	z-index: -1;
	display: flex;
	align-items: center;
	color: #676767;
}

.tps_checkoutAddress_fieldDescription {
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}

.tps_checkout_addressValidateErrorActive {
	color: red;
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
}

.tps_checkoutAddress_email_mismatch {
	display: none;
	color: red;
	font-size: 13.5px;
	border: 1px solid red;
	margin: 0;
	padding: 0 20px;
}

.tps_checkoutAddress_stateinput {
	position: relative;
}

.tps_checkoutAddress_tooltip {
	display: none;
}


.tps_checkoutAddress_checkbox {
	margin-top: 10px;
	padding-left: 15px;
}

.tps_checkout_addressesBox {
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 11;
	background: #fff;
	width: 100%;
	border: 1px solid #aaaaaa;
	top: 58px;
	box-shadow: 0 0 8px 2px rgba(34, 60, 80, 0.2);
}

.tps_checkout_addressesBox span {
	font-size: 12px;
	display: flex;
	align-items: center;
	padding: 2px 10px;
	cursor: pointer;
	transition: 0.3s;
}

.tps_checkout_addressesBox strong {
	font-size: 12px;
}

.tps_checkout_addressesHidden,
.tps_checkout_addressesBoxHidden {
	display: none !important;
}

.tps_checkout_addressesSelected {
	background: #f7f7f7;
}

.tps_checkout_addressesBox img {
	margin-right: 5px;
	width: 15px;
}

.tps_checkout_addressesBox section {
	font-size: 12px;
	color: gray;
	padding-left: 3px;
}

.tps_checkout_addressesBox span:not(:last-child){
	border-bottom: 1px solid #aaaaaa;
}

.tps_checkout_addressesBox span:hover {
	background: #f7f7f7;
}


@media (min-width: 768px) {
	.tps_checkoutAddress_tooltip {
		display: inline-block;
		width: 14px;
		height: 14px;
		background: url(/tps/pages/checkout/info.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.tps_checkoutAddress_tooltipText {
		display: none;
	}

	.tps_checkoutAddress_tooltipText a {
		color: #000;
		text-decoration: underline;
	}

	.tps_checkoutAddress_tooltip:hover .tps_checkoutAddress_tooltipText {
		display: block;
		position: absolute;
		margin-top: 5px;
		margin-left: 5px;
		background: #fff;
		border: 1px solid black;
		padding: 5px;
		font-size: 12px;
		z-index: 2;
		left: -4px;
		bottom: 24px;
	}

	.tps_checkoutAddress_checkbox {
		margin-top: 0;
	}

	.tps_checkoutAddress_tooltip:hover .tps_checkoutAddress_tooltipText {
		max-width: 100%;
	}
}
