#custom_subtotal {
    margin-bottom: 20px;
}

.onepage_checkout__column__pay .custom_overview table.shop_table tfoot tr.cart-subtotal th {
    padding: 15px 0;
}

body.woocommerce-onepage-checkout .onepage_checkout__column__pay table.shop_table tr.cart-discount th, 
body.woocommerce-onepage-checkout .onepage_checkout__column__pay table.shop_table tr.cart-discount td {
    padding: 2px 0;
}

.onepage_checkout__column__pay .woocommerce-Price-amount:before {
    content: ' ';
}

.onepage_checkout__column__pay .woocommerce-remove-coupon {
    display: none;
}

#cart-coupon-container {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}

.cart-coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cart-coupon-code {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    gap: 10px;
}

.cart-coupon-code span {
    hyphens: auto;
    white-space: normal;
}

.cart-coupon-code svg:hover path {
    stroke: #000000;
}

.cart-coupon-discount {
    font-size: 12px;
    white-space: nowrap;
}