/*
* 2010-2019 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2019 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

.wk_share_button span img {
      transition: transform .2s;
      height:40px;
      width: 40px;
      cursor: pointer;
}
.hover_on {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.wk_share_button h3{
    display: none;
}
.social-share{
    background: white;
    border-radius: 4px;
    position: absolute;
    padding: 5px 10px;
    visibility: hidden;
}
.social-name{
    padding: 10px 2px;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
}

i.sharedicon {
    display: inline-block;
    margin-top: 16px;
    margin-left: 13px;
    cursor: pointer;
}