﻿.shareContainer {
    display:block;
    padding: 20px 0px 0 0;
    width: 100%;
    text-align: center;

    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom:10px;
}
.boxSharePage {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.icoShare {
    display: inline-block;
    height: 22px;
    width: 30px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px;
}
    .icoShare:hover {
        opacity:0.7;
    }
    .icoShare.mail_product {
        background-image: url(../App_Images/share/ico_mail_product.svg);
    }
.icoShare.facebook_product {
    background-image: url(../App_Images/share/ico_facebook_product.svg);
}
    .icoShare.twitter_product {
        background-image: url(../App_Images/share/ico_twitter_product.svg);
    }
    .icoShare.google_product {
        width: 40px;
        background-size: 30px;
        background-image: url(../App_Images/share/ico_google_product.svg);
    }
.labelShare {
    font-size: 11px;
    text-align: center;
    width: 100%;
    color: #46712e;
    display: block;
    font-weight: normal !important;
    text-transform: uppercase;
    padding: 5px;
}