p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 25px;
}
.delivery-list h1, .delivery-list h2, .delivery-list h3, .delivery-list h4, .delivery-list h5, .delivery-list h6 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.delivery-list ol, .delivery-list ul {
    padding:0;
    margin:0;
}
.delivery-list ol li, .delivery-list ul li {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 10px;
}
.category-menu ul li .category-list h5 a {
    color: #222;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    z-index: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.category-menu ul {
    padding-bottom:25px;
}