/*
 Theme Name:   MediaCenter Child
 Theme URI:    https://themeforest.net/item/mediacenter-electronics-store-woocommerce-theme/9177409
 Description:  Media Center Child Theme
 Author:       MadrasThemes
 Author URI:   https://madrasthemes.com
 Template:     mediacenter
 Version:      2.7.7
 Tags:         green, blue, red, orange, one-column, two-columns, right-sidebar, fluid-layout, custom-menu, post-formats, translation-ready
 Text Domain:  mediacenter-child
*/

.woocommerce-checkout .woocommerce {
    margin-left: 0;
    width: 100%;
}
form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
}
@media (min-width: 992px) {
    form.checkout.woocommerce-checkout {
        grid-template-columns: 4fr 6fr;
    }
}
.woocommerce-checkout .customer-details {
}
.woocommerce-checkout .order-details {
}

#order_review_heading {
    margin-top: 0;
}
.woocommerce-checkout-review-order-table {
}
.woocommerce-checkout-review-order-table tr {
    display: table-row;
}
.woocommerce-checkout-review-order-table td {
    display: table-cell;
    padding-right: 20px;
}
.woocommerce-checkout-review-order-table>tbody>tr.cart_item>td.product-name {
    float: none;
    width: auto;
    padding-right: 20px;
}
.woocommerce-checkout-review-order-table>tbody>tr.cart_item>td.product-total {
    float: none;
    width: auto;
    text-align: right;
    padding-right: 0;
}
.woocommerce-checkout-review-order-table>tbody>tr.cart_item::after {
    display: none;
}
.woocommerce-checkout-review-order-table>tbody>tr.cart_item>td.product-name .product-quantity {
    margin-top: 0;
}
.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    grid-column: 1 / 3;
}
#order_review>table.woocommerce-checkout-review-order-table .cart-subtotal {
    display: none;
}
#payment {
    margin-top: 20px;
}
.woocommerce-shipping-methods {
    border-radius: 3px;
    background-color: #ececec;
    border: 1px solid transparent;
    color: #3d3d3d;
    width: 100%;
    height: 42px;
}
.woocommerce-shipping-title {
    margin-bottom: 5px;
    font-weight: 600;
    color: #000;
}
#shipping_method {
    padding-left: 5px;
}
.woocommerce-shipping-totals.shipping {
    margin-bottom: 20px;
}
.mb-20{
    margin-bottom: 20px !important;
}
.pl-20{
    padding-left:20px !important;
}