/*
Theme Name: Askka
Theme URI: https://askka.qodeinteractive.com
Description: Candle Shop
Author: Elated Themes
Author URI: https://qodeinteractive.com
Text Domain: askka
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.store_icon_right{
    width: 23px;
    font-size: 16px;
    height: 23px;
    background-color: #000;
    display: block;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    float: right;
}

.store_icon_left{
    width: 23px;
    font-size: 16px;
    height: 23px;
    background-color: #000;
    display: block;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    float: left;
}