.post-tags a, .post-categories a, .post-comments a, ul.share-link a {
    font-style: normal;
    color: #f03;
    display: none;
}

/* Fix overlap shipping checkout */
tr.shipping td {
    color: white;
}

tr.shipping td .amount {
    color: black !important;
    position: relative;
    top: -10px;
}

.col2-set .col-1, .col2-set .col-2 {
    width: -webkit-calc((100% - 1*20px) / 2);
    width: calc((100% - 1*20px) / 2);
    margin: 0px 20px 20px 0px;
    float: left;
}

.col2-set .col-2 {
    margin-right:0px;
}

#order_review_heading {
    display:block;
    clear:both;
}

