@media (min-width: 992px) {
.product-single-header  .col-md-6 {
    width: 50% !important;
}
}

.product-single-header {
    margin-top: 50px;
}

.product-single-header .product_title {
    top: 0;
    padding-left: 0;
    height: auto;
}
.price:first-of-type  {
    font-size: 90%;
    color: rgba(132, 45, 0, 0.88);
}
td.label {
    display: block;
    width: 100%;
    float: left;
}

.single_add_to_cart_button {
display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 3px solid transparent;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.2s background-color, 0.2s border;
    transition: 0.2s background-color, 0.2s border;
    background: #E29A00;
    background-color: #d54900;
    padding: 12px 25px;
}

.single_add_to_cart_button:focus, .single_add_to_cart_button:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.post.style-2 h1 {
    font-family: titillium-bold;
    font-size: 2.4em;
}

article.post {
    margin-top: 60px;
}

.post .post-meta button {
display:none;
}

.post header {
    padding-left: 0px;
}


