/* =========================================================
   HOJU CART EMPTY ICON V1
   ========================================================= */

.hk-cart-empty-icon {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:62px !important;
    height:62px !important;

    margin:0 auto 12px !important;

    border-radius:18px !important;

    background:#eef5f5 !important;

    color:#4c7782 !important;
}


.hk-cart-empty-icon svg {
    display:block !important;

    width:30px !important;
    height:30px !important;
}


/* =========================================================
   END HOJU CART EMPTY ICON V1
   ========================================================= */
