/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_WhatsAppSharing
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

@font-face {
    font-family: 'font-awesome';
    src: url('../fonts/FontAwesome/fontawesome-webfont.eot');
    src: url('../fonts/FontAwesome/fontawesome-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal
}

#wk_whatsapp {
    background: #32a336;
    border: 1px solid #32a336;
    line-height: 0.42857;
}

#wk_whatsapp_icon::before {
    content: "\f232";
    font-family: "font-awesome";
    font-size: 1.5rem;
    padding-right: 4px;
}

.wk_whatsapp-order {
    margin-bottom: 5px;
    margin-top: 5px;
}

.wk_whatsapp-cart {
    margin-right: 5px;
    display: inline-block;
}