.heading-main-delivery {
    border-top: 1px solid #cccccc;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    cursor: pointer;
}
.heading-main-delivery:after {
    content: '+';
    font-size: 1.5em;
    position: absolute;
    font-family: 'GothamPro-Light';
    color: #91959c;
    padding-left: 0.2em;
}
.heading-main-delivery.opened:after {
    content: '-';
    font-size: 2em;
}
.heading-main-delivery .pull-right {
    float: right;
    line-height: 50px;
}
.heading-main-delivery .pull-right img {
    display: inline-block;
    vertical-align: middle;
}

.delivery-types {
	display: none;
}