    /* ####################################################
    :: Template Name: Essence - Fashion Ecommerce Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Description: Essence is smart & elegant fashion e-commerce Template. It's suitable for all e-commerce business platform.
    :: Version: 1.0.0
    :: Created: April 27, 2018
    :: Last Updated: May 2, 2018
    #################################################### */

    /* ---------------------------------------
    ##### - PLACE YOUR CUSTOM CSS HERE - #####
    --------------------------------------- */

    .combo-box-foot{
        margin-bottom: 10px;
    }
    .combo-box-foot li {
        padding: 1.375rem;
    }
    .combo-img {
        width: 100%;
        padding: 50% 0;
        position: relative;
        top: 0
    }

    .combo-img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        border-radius: 15px
    }

    .combo-img+div {
        color: #333;
        font-size: 20px;
        text-align: center;
        margin-bottom: 4px;
        display: -webkit-box;
        height: auto;
        /*max-height: 45px;*/
        margin: 0 auto;
        line-height: 1.4;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .price-sel-lise{
        text-align: center;
        color: #c74060;
        font-weight: 700;
        font-size: 20px;
        margin: 10px;
    }
    .price-sel-lise-button{
        text-align: center;
        color: #c74060;
        font-size: 25px;
        background-color: #f7f7f7;
        border-color: #f7f7f7;padding: 8px;
    }
    .float-clear::after{
        content: '';
        display: block;
        clear: both;
    }
    .combo-img-shop {
        width: 100%;
        padding: 50% 0;
        position: relative;
        top: 0
    }

    .combo-img-shop img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        border-radius: 15px
    }
    .combo-img-shop+div {
        color: #333;
        font-size: 16px;
        text-align: center;
        margin-bottom: 4px;
        display: -webkit-box;
        height: auto;
        /*max-height: 45px;*/
        margin: 0 auto;
        line-height: 1.4;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .price-sel-lise-shop{
        text-align: center;
        color: #c74060;
        font-weight: 700;
        font-size: 16px;
        margin: 10px;
    }
    .price-sel-lise-button-shop{
        text-align: center;
        color: #c74060;
        font-size: 16px;
        background-color: #f7f7f7;
        border-color: #f7f7f7;padding: 8px;
    }
