.custom-cart-form .shop_table{
    border: 1px solid var( --e-global-color-03cf24f ) !important;
}
.custom-cart-form table td, table th{
    border: 1px solid var( --e-global-color-03cf24f ) !important;
}
.custom-cart-form table caption+thead tr:first-child td, 
.custom-cart-form table table caption+thead tr:first-child th, 
.custom-cart-form table table colgroup+thead tr:first-child td, 
.custom-cart-form table table colgroup+thead tr:first-child th, 
.custom-cart-form table table thead:first-child tr:first-child td, 
.custom-cart-form table table thead:first-child tr:first-child th{
    border-block-start: none !important;
}
.custom-cart-total-tbl h2{
    font-family: var(--e-global-typography-d4c4abe-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-d4c4abe-font-size) !important;
    font-weight: var(--e-global-typography-d4c4abe-font-weight) !important;
    font-style: var(--e-global-typography-d4c4abe-font-style) !important;
    line-height: var(--e-global-typography-d4c4abe-line-height) !important;
}
.cart-product-info {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.custom-cart-total-tbl .wc-proceed-to-checkout .checkout-button {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    text-transform: var(--e-global-typography-accent-text-transform) !important;
    font-style: var(--e-global-typography-accent-font-style) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
    background-color: var(--e-global-color-primary) !important;
    color: var(--e-global-color-af54861) !important;
    border-radius: 8px 8px 8px 8px !important;
    padding: 12px 24px 12px 24px !important;
}
.custom-cart-form table .coupon{
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;  
}
.custom-cart-form table .coupon #coupon_code {
    width: 100% !important;
}