/*=========================================================
Author       : Sila Teknologi Utama
Template Name: Yoline
Version      : 1.0
==============================================================*/

/*=============================================================
    CSS ditujukan untuk membuat kategori produk
    CSS INDEX:
            1. Categories
==============================================================*/
.categories_box {
    text-align: center;
}

    .categories_box a {
        display: block;
        padding: 35px 20px;
        background-color: #f7f7f7;
    }

    .categories_box i {
        font-size: 40px;
        display: block;
    }

    .categories_box span {
        text-transform: capitalize;
        margin-top: 5px;
        display: block;
    }

.cat_overlap {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 30px;
    z-index: 1;
    margin-top: -70px;
}

.cat_style1 .categories_box a {
    background-color: transparent;
    padding: 0px;
}

.cat_style1 .categories_box span {
    margin-top: 10px;
}

.category_wrap {
    border-radius: 20px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-height: 90px;
    max-width: 200px;
    background-color: springgreen;
}

    .category_wrap .category_img {
        max-width: 70px;
        width: 100%;
        max-height: 70px;
        height: 100%;
    }

.category_content {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 10px;
}

    .category_content .category_info {
        padding: 0;
        font-size: 14px;
    }
