.category-list {
    list-style-type: none;
    font-size: 16px;
    font-weight: bold;
    padding: 10px
}

.block {
    display: block;
}

.category-list li {
    margin: 10px;
    background: #FFF;
    border-radius: 15px;
    padding: 10px;
    border-bottom: 2px solid #DDD;
}

.category-list li a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    display: block;
}

.category-list {
    list-style-type: none;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.category-list li {
    margin: 10px;
    background: #FFF;
    border-radius: 15px;
    padding: 10px;
    border-bottom: 2px solid #DDD;
}

.category-list li a {
    color: #333;
}

.category-list li:hover {
    background: #CCC;
}

.category-list li a i {
    padding: 0 10px;
}

body > .container-fluid {
    /*padding: 60px 15px 0;*/
}

.swiper-container, .swiper-container-view {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: white;
    height: 300px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.card-list {
    margin: 20px;
}

.category-card a {
    text-decoration: none;
    background-color: transparent;
}

h4 {
    margin: 10px 20px;
}

.form-group {
    margin: 10px;
}
