.elementor-8 .elementor-element.elementor-element-8842803{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-e699a20{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-42ed3f5a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-8 .elementor-element.elementor-element-7ccf8b5c{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:1024px){.elementor-8 .elementor-element.elementor-element-8842803{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-8 .elementor-element.elementor-element-e699a20{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-8 .elementor-element.elementor-element-42ed3f5a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-410349e *//* IMPORT FONT */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Open+Sans:wght@300;400;600;700&display=swap');


/* =========================================================
   FONT & WARNA HANYA DI DALAM CART
   ========================================================= */

/* Body text hanya dalam area cart */
body.woocommerce-cart .woocommerce,
body.woocommerce-cart .woocommerce p,
body.woocommerce-cart .woocommerce span,
body.woocommerce-cart .woocommerce li,
body.woocommerce-cart .woocommerce td,
body.woocommerce-cart .woocommerce th {
    font-family: 'Open Sans', sans-serif !important;
    color: #1B211A !important;
}

/* Heading hanya di cart */
body.woocommerce-cart .woocommerce h1,
body.woocommerce-cart .woocommerce h2,
body.woocommerce-cart .woocommerce h3,
body.woocommerce-cart .woocommerce h4,
body.woocommerce-cart .woocommerce h5,
body.woocommerce-cart .woocommerce h6 {
    font-family: 'Marcellus', serif !important;
    color: #1B211A !important;
    font-weight: 600 !important;
}

/* Link dalam cart */
body.woocommerce-cart .woocommerce a {
    color: #1B211A !important;
}
body.woocommerce-cart .woocommerce a:hover {
    color: #F79A19 !important;
}


/* =========================================================
   PROCEED TO CHECKOUT BUTTON — ORANGE BRAND
   ========================================================= */
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #F79A19 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 14px 20px !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Open Sans', sans-serif !important;
}

body.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #d78315 !important;
}


/* =========================================================
   CART WRAPPER
   ========================================================= */
body.woocommerce-cart .woocommerce {
    max-width: 1140px;
    margin: 0px auto 0px;
    padding: 0;
}


/* =========================================================
   CART TABLE
   ========================================================= */

/* Table wrapper */
body.woocommerce-cart .woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
    background: transparent;
}

/* Header */
body.woocommerce-cart .woocommerce table.shop_table thead th {
    background: transparent;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.06em;
    padding: 14px 16px !important;   /* padding header */
    border-bottom: 1px solid #e5e5e5;
}

/* Row */
body.woocommerce-cart .woocommerce table.shop_table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

/* Cell padding (utama) */
body.woocommerce-cart .woocommerce table.shop_table td {
    padding: 18px 16px !important;   /* padding tabel keseluruhan */
    border: none;
}

/* Thumbnail */
body.woocommerce-cart .woocommerce td.product-thumbnail img {
    max-width: 70px;
    border-radius: 4px;
}

/* Product name */
body.woocommerce-cart .woocommerce td.product-name a {
    font-weight: 600;
}

/* Remove button */
body.woocommerce-cart .woocommerce a.remove {
    color: #c0392b !important;
}
body.woocommerce-cart .woocommerce a.remove:hover {
    color: #e74c3c !important;
}

/* Qty input */
body.woocommerce-cart .woocommerce .quantity .qty {
    width: 70px;
    border-radius: 4px;
    text-align: center;
}

/* Coupon row padding */
body.woocommerce-cart .woocommerce .coupon {
    padding: 16px 0 !important;
}


/* =========================================================
   CART TOTALS
   ========================================================= */
body.woocommerce-cart .woocommerce .cart_totals {
    padding: 0;
    background: transparent;
}

body.woocommerce-cart .woocommerce .cart_totals table.shop_table {
    border: none;
}

/* Cell padding */
body.woocommerce-cart .woocommerce .cart_totals table.shop_table tr th,
body.woocommerce-cart .woocommerce .cart_totals table.shop_table tr td {
    border: none;
    padding: 10px 0 !important;
}

/* Separator lines */
body.woocommerce-cart .woocommerce .cart_totals table.shop_table tr:first-child td,
body.woocommerce-cart .woocommerce .cart_totals table.shop_table tr:first-child th {
    border-top: 1px solid #e5e5e5;
}

body.woocommerce-cart .woocommerce .cart_totals table.shop_table tr:last-child td,
body.woocommerce-cart .woocommerce .cart_totals table.shop_table tr:last-child th {
    border-bottom: 1px solid #e5e5e5;
}

/* Total highlight */
body.woocommerce-cart .woocommerce .cart_totals table.shop_table tr.order-total td,
body.woocommerce-cart .woocommerce .cart_totals table.shop_table tr.order-total th {
    font-size: 20px;
    font-weight: 700;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 768px) {
    body.woocommerce-cart .woocommerce {
        padding: 0 15px;
        margin-top: 24px;
    }
}/* End custom CSS */