/* COLLAPSABLE ADDONS */
@media (min-width:991px) {
    .row.summary {
        padding: 0 22px;
        !important: ;
    }
} 

li.addOn:before {
    color: #0883bb;
    font-family: icomoon!important;
    content: "\e926";
    float: left;
    margin-left: -1.5em;
}

li.addOn {
    list-style: none;
    padding-bottom: 10px;
}

li.addOn.extra:before {
    color: #0883bb;
    font-family: icomoon!important;
    content: "\e928";
    float: left;
    margin-left: -1.5em;
}

/* SLIDER OPTIONS */
@media (min-width:991px) {
    .offer-slider {
        padding-left: 22px !important;
    }
}

i.icon-person {
    margin: 0 -9px 0 -9px;
}