.options [data-m-action="share"]
{
    display: inline-block;
    min-width: 40px;
    min-height: 40px;
    border-radius: 20px;
    background-color: transparent;
    position: relative;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-align: center;
    line-height: 38px;
    order: 3;
    overflow: hidden;
    padding: 0;
    z-index: 0;
}
.options [data-m-action="share"]:hover
{
    background-color: var(--bg-light-gray);
}
div[data-m-action="share"],
span[data-m-action="share"] {
    position: relative;
    overflow: hidden;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
[data-m-action="share"] button {
    display: inline-block;
    font-style: normal;
    height: 32px;
    vertical-align: middle;
    line-height: 32px;
    padding: 0;
    position: relative;
    margin: 0;
    cursor: pointer;
    opacity: 0.85;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: transparent;
    font-size: 0em;
    text-decoration: none;
    border-radius: 0;
    background: transparent;
    border: none;
}
[data-m-action="share"] button.active {
    padding: 0 0 0 32px;
    color: #333;
    margin: 4px;
}
[data-m-action="share"].hover button,
[data-m-action="share"]:hover button,
[data-m-action="share"] button.e
{
    padding: 0 4px 0 24px;
    color: #333;
    font-size: 0.85em;
    margin: 4px;
}
[data-m-action="share"] button:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(0.000001);
    -moz-transition: transform .25s ease-in-out;
    -webkit-transition: transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}
[data-m-action="share"]:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 2;
    -moz-transition: all .01s ease-in-out;
    -webkit-transition: all .01s ease-in-out;
    -o-transition: all .01s ease-in-out;
    transition: all .01s ease-in-out;
    transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
}
[data-m-action="share"]:hover:after {
    width: 0;
    height: 0;
}
[data-m-action="share"].hover button:before,
[data-m-action="share"]:hover button:before,
[data-m-action="share"] button.active:before
{
    transform: scale(0.75);
}
[data-m-action="share"] button:hover,
[data-m-action="share"] button.e
{
    opacity: 1;
}
[data-m-action="share"] button:hover:before
{
    transform: scale(1);
}
[data-m-action="share"]:hover button:first-child,
[data-m-action="share"].hover button:first-child
{
    transform: scale(0);
    width: 0;
    margin: 0;
    padding: 0;
}
[data-m-action="share"]:hover button:first-child:before,
[data-m-action="share"].hover button:first-child:before
{
    transform: scale(0);
}
[data-m-action="share"] button.icon:before {
    background-image: url('/application/we/modules/social/client/img/share.new.svg');
}
[data-m-action="share"] button.facebook:before {
    background-image: url('/application/we/modules/social/client/img/facebook.svg');
}
[data-m-action="share"] button.linkedin:before {
    background-image: url('/application/we/modules/social/client/img/linkedin.svg');
}
[data-m-action="share"] button.twitter:before {
    background-image: url('/application/we/modules/social/client/img/twitter.svg');
}
[data-m-action="share"] button.whatsapp:before {
    background-image: url('/application/we/modules/social/client/img/whatsapp.svg');
}
[data-m-action="share"] button.viber:before {
    background-image: url('/application/we/modules/social/client/img/viber.svg');
}
[data-m-action="share"] button.telegram:before {
    background-image: url('/application/we/modules/social/client/img/telegram.svg');
}
[data-m-action="share"] button.we:before {
    background-image: url('/application/we/modules/social/client/img/we.svg');
}
[data-m-action="share"] button.copy:before {
    background-image: url('/application/we/modules/social/client/img/copy.svg');
    background-size: 90%;
}

@media (max-width:480px) {

    [data-m-action="share"]:hover {
        order: 5;
    }

    [data-m-action="share"].hover button,
    [data-m-action="share"]:hover button,
    [data-m-action="share"] button.e {
        padding: 0 0 0 32px;
        margin: 4px 2px;
    }
}

@media (min-width: 768px) {
    .options [data-m-action="share"]
    {
        height: 40px;
    }
}