﻿.share-body {
    font-family: 'Nunito Sans', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(44, 44, 44, .5);
    border-top: 1px solid #f0f0fc;
    padding-top: 15px;
}

    .share-body *, .share-body *:after, .share-body *:before {
        box-sizing: border-box;
    }

.share-container {
    display: flex;
}

.share-tip {
    padding: 8px 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: auto;
}

    .share-tip:after {
        content: "";
        width: 20px;
        height: 1px;
        background: rgba(44, 44, 44, .3);
        margin: 0 0 0 8px;
    }

.share-trigger {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: color 0.2s, border 0.2s;
}

    .share-trigger a {
        color: currentColor;
        text-decoration: none;
        transform: skew(10deg);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        font-size: 13px;
        font-style: italic;
        padding: 0 5px;
    }

    .share-trigger i {
        font-size: 14px;
        line-height: 30px;
    }

    .share-trigger:hover, .share-trigger a:hover {
        color: #2c2c2c !important;
        border-color: #2c2c2c !important;
        text-decoration: none;
    }

.share-download {
    transform: skew(-10deg);
    margin: 0;
}

    .share-download .share-trigger {
        min-width: 65px;
        border: 1px solid rgba(44, 44, 44, .3);
    }

    .share-download i, .share-share i {
        margin: 0 5px 0 0;
    }

    .share-download .share-trigger {
        transition: width 0.3s ease;
    }

        .share-download .share-trigger .aShareDownload {
            transition: font-size 0.3s ease;
        }

            .share-download .share-trigger .aShareDownload::before {
                margin-right: 5px;
            }

.share-window {
    transform: skew(-10deg);
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
}

.share-bar {
    position: relative;
    height: 30px;
}

    .share-bar:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(44, 44, 44, .3) rgba(44, 44, 44, .3) rgba(44, 44, 44, .3) transparent;
    }

    .share-bar .share-trigger {
        position: absolute;
        top: 0;
        width: 42px;
        border-width: 1px;
        border-style: solid;
        border-color: transparent transparent transparent rgba(44, 44, 44, .3);
        transition: left 0s ease 0.85s, color 0.2s, border 0.2s;
    }

        .share-bar .share-trigger:nth-child(1) {
            left: 0;
        }

        .share-bar .share-trigger:nth-child(2) {
            left: 41px;
        }

        .share-bar .share-trigger:nth-child(3) {
            left: 82px;
        }

        .share-bar .share-trigger:nth-child(4) {
            left: 123px;
        }

        .share-bar .share-trigger:nth-child(5) {
            left: 164px;
        }

#divBasketMainForm .share-bar, #divPaymentMainForm .share-bar {
    width: 83px;
}

#divInvoiceMainForm .share-bar {
    width: 124px;
}

#divProductMainForm .share-bar {
    width: 165px;
}

@media only screen and (max-width: 560px) {
    .share-body {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 335px) {
    #sProduct .share-tip {
        display: none;
    }
}
