#share-cart-btn {
    text-transform: lowercase;
    font-size: .9em;
    color: #666666;
}

#share-cart-btn.loading {
    background: none;
    color: #e2e2e2;
    border: none;
}

#share-cart-btn.loading:after {
    background: none;
    color: #e2e2e2;
    border-color: #1e5118;
}

#share-cart-url {
    display: inline;
}

body #share-cart-url p {
    text-align: center !important;
}

@media only screen and (max-width: 849px) {
    #share-cart-btn {
        display: none;
    }
}