/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2026 | 15:04:11 */
.neoweb-addresses-wrap {
	width: 100%;
}

.neoweb-addresses-head {
	margin-bottom: 24px;
}

.neoweb-addresses-head h2 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: #101117;
}

.neoweb-addresses-head p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #6d6d6d;
	max-width: 760px;
}

.neoweb-addresses-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.neoweb-address-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 18px;
	padding: 24px;
}

.neoweb-address-card-head {
	margin-bottom: 18px;
}

.neoweb-address-card-head h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	color: #101117;
}

.neoweb-address-card-body {
	flex: 1;
}

.neoweb-address-card-body address {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #101117;
	font-style: normal;
}

.neoweb-address-empty {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #6d6d6d;
}

.neoweb-address-card-footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e8edf3;
}

.neoweb-address-card-footer .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px !important;
	background: #0c2e73 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 999px !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: none !important;
}

.neoweb-myaccount-content #shipping_country_field select {
	width: 100%;
}

@media (max-width: 767px) {
	.neoweb-addresses-head h2 {
		font-size: 24px;
	}

	.neoweb-addresses-grid {
		grid-template-columns: 1fr;
	}

	.neoweb-address-card {
		padding: 18px;
		border-radius: 14px;
	}

	.neoweb-address-card-head h3 {
		font-size: 20px;
	}
}