article.hentry > .sticky-label {
    display: none;
}
.checkout .well {

    min-height: 0px;
    padding: 0px;
    margin-bottom: 0px;
    background-color: none;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);

}