
.wpify-woo-delivery-date {
	margin-bottom: 1.5rem;
}

.wpify-woo-delivery-date__line p {
	margin-bottom: 0;
}

.wpify-woo-delivery-date__line span {
	color: green;
	font-weight: 700;
}

.wpify-woo-delivery-date__info {
	max-height: 0;
	overflow: hidden;
	-moz-transition: max-height .5s linear;
	transition: max-height .5s linear;
}

.wpify-woo-delivery-date__info.show {
	max-height: 700px;
	overflow-y: auto;
}

.wpify-woo-delivery-date__country-select {
	margin: 10px 0;
	max-width: 300px;
	width: 100%;
}

.wpify-woo-delivery-date__shipping-methods {
	height: 0;
	overflow: hidden;
	-moz-transition: max-height .5s linear;
	transition: max-height .5s linear;
}

.wpify-woo-delivery-date__shipping-methods.show {
	height: auto;
	overflow-y: auto;
}

.wpify-woo-delivery-date table {
	border: 0;
	border-collapse: collapse;
	max-width: 300px;
	width: 100%;
}

.wpify-woo-delivery-date table th {
	border: 0;
	padding: 2px;
	text-align: left;
}

.wpify-woo-delivery-date table td {
	border: 0;
	padding: 2px;
	text-align: right;
}
