.single_field.wd_hlf {
    width: 49%;
    float: left;
}

.single_field {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 10px 0;
}

.section_half {
    float: left;
    width: 50%;
}

.order_request p label, .order_request p span.span.woocommerce-input-wrapper {
    float: left;
    width: 100%;
}

.order_request input, .order_request select {
    float: left;
    width: 100%;
}

.wd_hlf:nth-child(odd) {
    margin-right: 2%;
}

.dcs_order_request a {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    padding: 0.6em 1em;
}
.section_half .shop_table tfoot th {
    border-top: 1px solid #cbd5e0;
    text-align: left;
}
.section_half table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    text-align:left;
}

.section_half table.shop_table td {
    border-top: 1px solid var(--global-gray-400);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    text-align:left;
}

.section_half:nth-child(2) {
    padding: 20px;
}
.section_half .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: 0 0.5em;
    box-sizing: border-box;
    height: 40px;
}
.section_half a.remove {
    display: block;
    font-size: 18px;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    font-family: system-ui;
}

.section_half td, .section_half th {
    font-size: 15px;
}
.review_footer {
    padding: 10px;
}
.review_footer .button {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: var(--global-md-spacing) 0 1em;
    padding: 0.6em 1em;
}
.review_footer .checkbox input {
    float: left;
    width: auto;
    position: relative;
    top: 8px;
}

.review_footer .checkbox label {
    float: left;
    width: 95%;
    position: relative;
    left: 10px;
}
.error_alt {
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 10px solid #990101;
}
.dcs_cart_custom label
{
    font-weight: bold;
}
.dcs_cart_custom {
    display: block;
    padding: 10px 0;
}

@media only screen and (max-width:768px)
{
.order_request .section_half {
    width: 100%;
}

.order_request table.shop_table.woocommerce-checkout-review-order-table span.lf-product-image {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.review_footer .checkbox label {
    width: 92%;
}
}