.top_panel_title:after {
    content: none;
}

.product .summary h2 {
    text-transform: none;
    margin-top: 0;
}

.woocommerce .confirmation-message p {
    font-size: 1.5em;
    line-height: 1.3em;
    margin: 0 0 1.1em;
}

.woocommerce .col-1 h2 {
    text-transform: none;
    margin-top: 0;
}

.woocommerce .col-2 h2 {
    text-transform: none;
    margin-top: 0;
}

input[type="text"]:disabled {
    background-color:#ededed;
}

.select_container select:disabled {
    background-color: #ededed !important;
}

.shipping_data table {
    border-spacing: 0 4px;
    margin-bottom: 1.5em;
}

.shipping_data table td {
    padding: .7em 1em;
    border-style: solid;
    border-width: 1px !important;
}


