
/*-----------------------------  Attachment Share Panel ------------------------------*/

.attachment-share-panel{
    left: 0;
    margin-top: -30px !important;
    position: fixed;
    top: 50%;
    z-index: 10;
}
.single-product .attachment-share-panel,
.single-profiles .attachment-share-panel{
    display: none;
}
.attachment-share-button{
    color: #fff !important;
    background: #333333;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: width .15s ease-in-out;
    width: 30px;
}
.attachment-share-button:hover{
    width: 48px;
}
.attachment-share-facebook{
    font-size: 12px;
}
.attachment-share-pinterest{
    font-size: 13px;
    line-height: 25px;
}
.attachment-share-pinterest i{
    position: relative;
    top: 3px;
}
.attachment-share-print{
    font-size: 12px;
}
@media all and (max-width:1024px){
    .attachment-share-panel{
        display: none;
    }
}