/* BASIC css start */
.delivery-info-wrapper {
	padding: 10px 20px;
	margin-bottom: 20px;
}
.delivery-info-wrapper dl {
	border-bottom: 1px solid #797979;
}
.delivery-info-wrapper dl:first-child {
	border-top: 1px solid #797979;
}
.delivery-info-wrapper dt {
	padding: 15px 0px 15px 20px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: normal;
	color: #303030;
}
.delivery-info-wrapper dt:after {
	content: '\f107';
	display: inline-block;
	font-family: 'FontAwesome';
	line-height: 1;
	font-size: 1.2em;
	font-weight: normal;
	float: right;
	margin-right: 15px;
}
.delivery-info-wrapper dd {
	font-size: 14px;
	line-height: 1.6;
	color: #6f6f6f;
	border-top: 1px solid #797979;
	padding: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.delivery-info-wrapper dd h4 {
	margin:5px 0;
	font-size: 14px;
	font-weight: normal;
}
.delivery-info-wrapper dd p {
	margin-bottom: 15px;
}
.delivery-info-wrapper .active dt:after {
	content: '\f106';
}
.delivery-info-wrapper .active dd {
	padding: 30px 20px 35px;
	height: auto;
	visibility: visible;
}
.delivery-info-wrapper dd .inner {
	margin-top: -50px;
	opacity: 0;
	transition: margin .3s, opacity .3s;
}
.delivery-info-wrapper .active dd .inner {
	margin-top: 0;
	opacity: 1;
}
/* BASIC css end */

