

.none {
    display: none;
}
/*product-btn-wrap*/
.product-btn-wrap {
    position: relative;
    margin: 20px 0 0;
}

    .product-btn-wrap a {
        position: relative;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 0 15px;
        height: 30px;
        line-height: 30px;
        margin: 0 20px 0 0;
        border: 1px solid #13adeb;
        background: #13adeb;
        color: #fff;
        border-radius: 2px;
    }

        .product-btn-wrap a:hover {
            background: none;
            color: #13adeb;
        }

        .product-btn-wrap a:before {
            margin: 0 5px 0 0;
        }

        .product-btn-wrap a.email:before {
            content: '\e945';
        }

        .product-btn-wrap a.pdf:before {
            content: '\eada';
        }

.addthis_sharing_toolbox {
    float: right;
    margin: 5px 0 30px 0;
}

.product-summary li {
    font-size: 13px;
    margin: 5px 0;
    color: #000000;
}

    .product-summary li em {
        width: 140px;
        float: left;
        color: #B2B2B2;
    }

#send-email {
    margin-top: 30px;
}
