.elementor-12 .elementor-element.elementor-element-b61c217{--display:flex;}.elementor-12 .elementor-element.elementor-element-ea0f00c{--update-cart-automatically-display:none;--checkout-button-normal-text-color:#FFFFFF;}.elementor-12 .elementor-element.elementor-element-ea0f00c > .elementor-widget-container{border-style:none;}.elementor-12 .elementor-element.elementor-element-ea0f00c .e-cart-totals{--sections-border-type:none;}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-ea0f00c .e-cart-totals{--sections-border-radius:00px 00px 00px 00px;--sections-padding:0px 040px 0px 040px;--sections-margin:0px 0px 0px 0px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-ea0f00c *//* ============================================================
   KARIGOR — PREMIUM WOOCOMMERCE CART
   FINAL CLEAN + COUPON REMOVAL VERSION
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');


/* ============================================================
   01 — GLOBAL
   ============================================================ */

body.woocommerce-cart {
    --kg-black: #1f2329;
    --kg-grey: #777;
    --kg-border: #e2e2e2;
    --kg-light-red: #f47f87;

    background: #fff !important;
    color: var(--kg-black) !important;

    font-family:
        'Outfit',
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;
}

body.woocommerce-cart *,
body.woocommerce-cart *::before,
body.woocommerce-cart *::after {
    box-sizing: border-box !important;
}


/* ============================================================
   02 — REMOVE DEFAULT PAGE TITLE ONLY
   ============================================================ */

body.woocommerce-cart h1.entry-title,
body.woocommerce-cart .entry-title,
body.woocommerce-cart .page-title,
body.woocommerce-cart .woocommerce-products-header,
body.woocommerce-cart .woocommerce-products-header__title {
    display: none !important;
}


/* ============================================================
   03 — MAIN CART AREA
   ============================================================ */

body.woocommerce-cart .woocommerce {
    width: 100% !important;
    max-width: 920px !important;

    margin: 0 auto !important;
    padding: 30px 20px 60px !important;

    background: transparent !important;
}


/* ============================================================
   04 — CART FORM
   ============================================================ */

body.woocommerce-cart .woocommerce-cart-form {
    position: relative !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
    outline: 0 !important;

    box-shadow: none !important;
}


/* ============================================================
   05 — YOUR CART HEADING
   ============================================================ */

body.woocommerce-cart .woocommerce-cart-form::before {
    content: "Your Cart";

    display: block !important;

    width: 100% !important;

    margin: 0 0 28px !important;
    padding: 0 !important;

    color: var(--kg-black) !important;

    font-family: 'Outfit', sans-serif !important;

    font-size: 42px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;

    letter-spacing: -1.5px !important;

    text-align: left !important;
}


/* ============================================================
   06 — TABLE RESET
   ============================================================ */

body.woocommerce-cart .woocommerce-cart-form table.shop_table,
body.woocommerce-cart .woocommerce-cart-form .shop_table {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;

    background: transparent !important;

    box-shadow: none !important;
}

body.woocommerce-cart .woocommerce-cart-form thead {
    display: none !important;
}

body.woocommerce-cart .woocommerce-cart-form tbody {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* ============================================================
   07 — PRODUCT CARD
   ============================================================ */

body.woocommerce-cart tr.woocommerce-cart-form__cart-item {
    position: relative !important;

    display: grid !important;

    grid-template-columns: 230px minmax(0, 1fr) !important;
    grid-template-rows: auto auto 1fr !important;

    column-gap: 0 !important;

    width: 100% !important;
    min-height: 300px !important;

    margin: 0 0 24px !important;
    padding: 30px !important;

    background: #fff !important;

    border: 2px solid var(--kg-border) !important;
    border-radius: 24px !important;

    box-shadow: 0 4px 15px rgba(0,0,0,.035) !important;

    overflow: hidden !important;

    vertical-align: top !important;
}


/* ============================================================
   08 — PRODUCT CELLS
   ============================================================ */

body.woocommerce-cart
tr.woocommerce-cart-form__cart-item td {
    margin: 0 !important;

    background: transparent !important;

    border: 0 !important;
}


/* ============================================================
   09 — PRODUCT IMAGE
   TOP ALIGNED WITH PRODUCT TITLE
   ============================================================ */

body.woocommerce-cart td.product-thumbnail {
    grid-column: 1 !important;
    grid-row: 1 / span 3 !important;

    display: block !important;

    width: 230px !important;
    height: 238px !important;

    margin: 0 !important;
    padding: 0 !important;

    align-self: start !important;
    justify-self: start !important;
}

body.woocommerce-cart td.product-thumbnail a {
    display: block !important;

    width: 230px !important;
    height: 238px !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: #f3f3f3 !important;

    border-radius: 19px !important;
}

body.woocommerce-cart td.product-thumbnail img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 19px !important;

    object-fit: cover !important;
    object-position: center !important;

    transform: scale(1.01) !important;

    transition: transform .3s ease !important;
}

body.woocommerce-cart
tr.woocommerce-cart-form__cart-item:hover
td.product-thumbnail img {
    transform: scale(1.035) !important;
}


/* ============================================================
   10 — PRODUCT NAME
   ============================================================ */

body.woocommerce-cart td.product-name {
    grid-column: 2 !important;
    grid-row: 1 !important;

    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 5px 65px 0 32px !important;

    text-align: left !important;

    overflow: visible !important;
}

body.woocommerce-cart td.product-name::before {
    display: none !important;
}

body.woocommerce-cart td.product-name a {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;

    color: var(--kg-black) !important;

    font-family: 'Outfit', sans-serif !important;

    font-size: 29px !important;
    line-height: 1.25 !important;

    font-weight: 700 !important;

    letter-spacing: -.5px !important;

    text-decoration: none !important;

    white-space: normal !important;

    overflow-wrap: anywhere !important;
}


/* ============================================================
   11 — PRODUCT VARIATIONS
   ============================================================ */

body.woocommerce-cart td.product-name dl.variation {
    display: block !important;

    margin: 8px 0 0 !important;
    padding: 0 !important;
}

body.woocommerce-cart
td.product-name dl.variation dt,
body.woocommerce-cart
td.product-name dl.variation dd {

    display: inline !important;

    margin: 0 !important;
    padding: 0 !important;

    color: var(--kg-grey) !important;

    font-family: 'Outfit', sans-serif !important;

    font-size: 16px !important;
    line-height: 1.45 !important;

    font-weight: 400 !important;
}


/* ============================================================
   12 — PRODUCT PRICE
   ============================================================ */

body.woocommerce-cart td.product-price {
    grid-column: 2 !important;
    grid-row: 2 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 9px 65px 0 32px !important;

    color: var(--kg-black) !important;

    text-align: left !important;
}

body.woocommerce-cart td.product-price::before {
    display: none !important;
    content: none !important;
}

body.woocommerce-cart
td.product-price .amount,
body.woocommerce-cart
td.product-price .woocommerce-Price-amount {

    color: var(--kg-black) !important;

    font-family: 'Outfit', sans-serif !important;

    font-size: 20px !important;
    line-height: 1.3 !important;

    font-weight: 500 !important;
}

body.woocommerce-cart td.product-price del {
    color: #999 !important;

    margin-right: 8px !important;
}

body.woocommerce-cart td.product-price ins {
    color: var(--kg-black) !important;

    text-decoration: none !important;
}


/* ============================================================
   13 — HIDE PRODUCT SUBTOTAL
   ============================================================ */

body.woocommerce-cart td.product-subtotal {
    display: none !important;
}


/* ============================================================
   14 — QUANTITY
   ============================================================ */

body.woocommerce-cart td.product-quantity::before {
    display: none !important;
    content: none !important;
}

body.woocommerce-cart td.product-quantity {
    grid-column: 2 !important;
    grid-row: 3 !important;

    display: flex !important;

    align-items: flex-end !important;
    justify-content: flex-start !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 20px 65px 0 32px !important;

    text-align: left !important;
}


/* ============================================================
   15 — QUANTITY BOX
   ============================================================ */

body.woocommerce-cart
td.product-quantity .quantity {

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 135px !important;
    height: 50px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #fff !important;

    border: 2px solid #e2e2e2 !important;

    border-radius: 13px !important;

    overflow: hidden !important;

    box-shadow: none !important;
}

body.woocommerce-cart
td.product-quantity .quantity::before,
body.woocommerce-cart
td.product-quantity .quantity::after {

    display: none !important;
    content: none !important;
}


/* ============================================================
   16 — PLUS / MINUS
   ============================================================ */

body.woocommerce-cart
td.product-quantity .quantity .minus,
body.woocommerce-cart
td.product-quantity .quantity .plus {

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 39px !important;
    height: 46px !important;

    flex: 0 0 39px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    outline: 0 !important;

    border-radius: 8px !important;

    background: transparent !important;

    color: var(--kg-black) !important;

    font-family: Arial, sans-serif !important;

    font-size: 21px !important;
    font-weight: 500 !important;

    line-height: 1 !important;

    cursor: pointer !important;

    transition:
        background .18s ease,
        color .18s ease,
        transform .18s ease !important;
}

body.woocommerce-cart
td.product-quantity .quantity .minus:hover,
body.woocommerce-cart
td.product-quantity .quantity .plus:hover {

    background: var(--kg-black) !important;

    color: #fff !important;
}

body.woocommerce-cart
td.product-quantity .quantity .minus:active,
body.woocommerce-cart
td.product-quantity .quantity .plus:active {

    background: var(--kg-black) !important;

    color: #fff !important;

    transform: scale(.94) !important;
}


/* ============================================================
   17 — QUANTITY NUMBER
   ============================================================ */

body.woocommerce-cart td.product-quantity input.qty {

    display: block !important;

    width: 55px !important;
    height: 46px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    outline: 0 !important;

    background: #fff !important;

    color: var(--kg-black) !important;

    font-family: 'Outfit', sans-serif !important;

    font-size: 19px !important;
    font-weight: 500 !important;

    text-align: center !important;

    appearance: textfield !important;
}

body.woocommerce-cart
td.product-quantity input.qty::-webkit-inner-spin-button,
body.woocommerce-cart
td.product-quantity input.qty::-webkit-outer-spin-button {

    -webkit-appearance: none !important;

    margin: 0 !important;
}


/* ============================================================
   18 — PREMIUM REMOVE ICON
   ============================================================ */

body.woocommerce-cart td.product-remove {

    position: absolute !important;

    top: 24px !important;
    right: 24px !important;

    z-index: 50 !important;

    display: block !important;

    width: 44px !important;
    height: 44px !important;

    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-cart
td.product-remove a.remove {

    position: relative !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 44px !important;
    height: 44px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #fff5f6 !important;

    color: transparent !important;

    border: 1px solid #ffd8dc !important;

    border-radius: 12px !important;

    font-size: 0 !important;
    line-height: 1 !important;

    text-decoration: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease !important;
}


/* Trash body */

body.woocommerce-cart
td.product-remove a.remove::before {

    content: "" !important;

    position: absolute !important;

    left: 50% !important;
    top: 50% !important;

    width: 15px !important;
    height: 17px !important;

    transform: translate(-50%, -35%) !important;

    border: 2px solid var(--kg-light-red) !important;

    border-top: 0 !important;

    border-radius: 2px 2px 4px 4px !important;

    background: transparent !important;
}


/* Trash lid */

body.woocommerce-cart
td.product-remove a.remove::after {

    content: "" !important;

    position: absolute !important;

    left: 50% !important;
    top: 13px !important;

    width: 21px !important;
    height: 7px !important;

    transform: translateX(-50%) !important;

    border: 2px solid var(--kg-light-red) !important;

    border-bottom: 0 !important;

    border-radius: 3px 3px 0 0 !important;
}


/* Trash handle */

body.woocommerce-cart
td.product-remove a.remove {

    background-image:
        linear-gradient(
            var(--kg-light-red),
            var(--kg-light-red)
        ) !important;

    background-size: 7px 2px !important;

    background-position: center 9px !important;

    background-repeat: no-repeat !important;
}


/* Trash hover */

body.woocommerce-cart
td.product-remove a.remove:hover {

    background-color: #ffecef !important;

    border-color: #ffc3c8 !important;

    transform: translateY(-1px) scale(1.06) !important;

    box-shadow:
        0 6px 15px rgba(244,127,135,.16) !important;
}


/* ============================================================
   19 — REMOVE UPDATE CART
   ============================================================ */

body.woocommerce-cart
.woocommerce-cart-form__contents .actions,

body.woocommerce-cart
td.actions,

body.woocommerce-cart
button[name="update_cart"],

body.woocommerce-cart
input[name="update_cart"] {

    display: none !important;
}


/* ============================================================
   20 — CART COLLATERALS
   ============================================================ */

body.woocommerce-cart .cart-collaterals {

    width: 100% !important;

    margin: 22px 0 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
}


/* ============================================================
   21 — REMOVE CART TOTALS BOX
   ============================================================ */

body.woocommerce-cart .cart_totals {

    float: none !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
}


/* ============================================================
   22 — REMOVE CART TOTALS HEADING
   ============================================================ */

body.woocommerce-cart .cart_totals h2 {
    display: none !important;
}


/* ============================================================
   23 — REMOVE CART TOTALS TABLE
   ============================================================ */

body.woocommerce-cart .cart_totals > table,
body.woocommerce-cart .cart_totals table.shop_table {

    display: none !important;
}


/* ============================================================
   24 — FORCE REMOVE "VIEW AVAILABLE COUPONS"
   ============================================================ */

/*
   IMPORTANT:
   These .elementor-12 .elementor-element.elementor-element-ea0f00cs ONLY target WooCommerce coupon controls.
   They do NOT target generic buttons.
   They do NOT target the Cart menu.
   They do NOT target Proceed to Checkout.
*/

/* Classic WooCommerce coupon toggle */

body.woocommerce-cart
.woocommerce-form-coupon-toggle,

body.woocommerce-cart
.woocommerce-form-coupon-toggle .woocommerce-info,

body.woocommerce-cart
.woocommerce-form-coupon-toggle .showcoupon,

body.woocommerce-cart
a.showcoupon,

body.woocommerce-cart
button.showcoupon {

    display: none !important;

    visibility: hidden !important;

    opacity: 0 !important;

    height: 0 !important;
    min-height: 0 !important;

    max-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    overflow: hidden !important;
}


/* Coupon form itself */

body.woocommerce-cart
form.checkout_coupon,

body.woocommerce-cart
.woocommerce-form-coupon {

    display: none !important;

    visibility: hidden !important;

    opacity: 0 !important;

    height: 0 !important;

    max-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    overflow: hidden !important;
}


/* WooCommerce Blocks coupon control */

body.woocommerce-cart
.wc-block-components-totals-coupon,

body.woocommerce-cart
.wc-block-components-totals-coupon-link,

body.woocommerce-cart
.wc-block-components-totals-coupon-link__button,

body.woocommerce-cart
.wc-block-components-totals-coupon__form {

    display: none !important;

    visibility: hidden !important;

    opacity: 0 !important;

    height: 0 !important;

    max-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    overflow: hidden !important;
}


/* Coupon wrappers commonly generated by WooCommerce extensions */

body.woocommerce-cart
[class*="coupon-toggle"],

body.woocommerce-cart
[class*="coupon_toggle"],

body.woocommerce-cart
[class*="coupon-link"],

body.woocommerce-cart
[class*="coupon_link"] {

    display: none !important;

    visibility: hidden !important;

    opacity: 0 !important;

    max-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    overflow: hidden !important;
}


/* Coupon-specific buttons/links */

body.woocommerce-cart
button[class*="coupon"],

body.woocommerce-cart
a[class*="coupon"] {

    display: none !important;

    visibility: hidden !important;

    opacity: 0 !important;
}


/* ============================================================
   25 — SHIPPING CALCULATOR
   ============================================================ */

body.woocommerce-cart
.cart_totals .woocommerce-shipping-calculator,

body.woocommerce-cart
.cart_totals .shipping-calculator-button {

    display: none !important;
}


/* ============================================================
   26 — CHECKOUT BUTTON ONLY
   ============================================================ */

body.woocommerce-cart .wc-proceed-to-checkout {

    display: block !important;

    width: 100% !important;

    margin: 18px 0 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;
}

body.woocommerce-cart
.wc-proceed-to-checkout a.checkout-button {

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    min-height: 58px !important;

    margin: 0 !important;
    padding: 13px 22px !important;

    background: #1f2329 !important;

    color: #fff !important;

    border: 0 !important;

    border-radius: 13px !important;

    font-family: 'Outfit', sans-serif !important;

    font-size: 18px !important;
    font-weight: 600 !important;

    line-height: 1.2 !important;

    text-align: center !important;

    text-decoration: none !important;

    box-shadow: none !important;

    transition:
        background .2s ease,
        transform .2s ease !important;
}

body.woocommerce-cart
.wc-proceed-to-checkout a.checkout-button:hover {

    background: #111418 !important;

    color: #fff !important;

    transform: translateY(-1px) !important;
}


/* ============================================================
   27 — MOBILE
   ============================================================ */

@media (max-width: 767px) {

    body.woocommerce-cart .woocommerce {

        width: 100% !important;
        max-width: 100% !important;

        padding: 20px 13px 40px !important;
    }


    /* Cart title */

    body.woocommerce-cart
    .woocommerce-cart-form::before {

        font-size: 32px !important;

        letter-spacing: -.8px !important;

        margin-bottom: 19px !important;
    }


    /* Product card */

    body.woocommerce-cart
    tr.woocommerce-cart-form__cart-item {

        grid-template-columns:
            108px
            minmax(0, 1fr) !important;

        grid-template-rows:
            auto
            auto
            1fr !important;

        column-gap: 15px !important;

        width: 100% !important;

        min-height: 170px !important;

        margin-bottom: 15px !important;

        padding: 15px !important;

        border-width: 2px !important;

        border-radius: 18px !important;
    }


    /* Image */

    body.woocommerce-cart
    td.product-thumbnail {

        grid-column: 1 !important;
        grid-row: 1 / span 3 !important;

        width: 108px !important;
        height: 135px !important;

        margin: 0 !important;
        padding: 0 !important;

        align-self: start !important;
        justify-self: start !important;
    }

    body.woocommerce-cart
    td.product-thumbnail a,

    body.woocommerce-cart
    td.product-thumbnail img {

        width: 108px !important;
        height: 135px !important;

        border-radius: 13px !important;
    }

    body.woocommerce-cart
    td.product-thumbnail img {

        object-fit: cover !important;
    }


    /* Product title */

    body.woocommerce-cart
    td.product-name {

        grid-column: 2 !important;
        grid-row: 1 !important;

        width: 100% !important;

        padding: 0 28px 0 0 !important;
    }

    body.woocommerce-cart
    td.product-name a {

        font-size: 17px !important;

        line-height: 1.28 !important;

        letter-spacing: -.15px !important;
    }


    /* Variation */

    body.woocommerce-cart
    td.product-name dl.variation {

        margin-top: 4px !important;
    }

    body.woocommerce-cart
    td.product-name dl.variation dt,

    body.woocommerce-cart
    td.product-name dl.variation dd {

        font-size: 12px !important;

        line-height: 1.3 !important;
    }


    /* Price */

    body.woocommerce-cart
    td.product-price {

        grid-column: 2 !important;
        grid-row: 2 !important;

        width: 100% !important;

        padding: 6px 28px 0 0 !important;

        justify-content: flex-start !important;
    }

    body.woocommerce-cart
    td.product-price .amount,

    body.woocommerce-cart
    td.product-price .woocommerce-Price-amount {

        font-size: 16px !important;

        font-weight: 500 !important;
    }


    /* Quantity */

    body.woocommerce-cart
    td.product-quantity {

        grid-column: 2 !important;
        grid-row: 3 !important;

        align-items: flex-end !important;

        padding: 8px 0 0 !important;
    }

    body.woocommerce-cart
    td.product-quantity .quantity {

        width: 112px !important;

        height: 39px !important;

        border-radius: 10px !important;
    }

    body.woocommerce-cart
    td.product-quantity .quantity .minus,

    body.woocommerce-cart
    td.product-quantity .quantity .plus {

        width: 31px !important;

        height: 35px !important;

        flex: 0 0 31px !important;

        border-radius: 6px !important;

        font-size: 18px !important;
    }

    body.woocommerce-cart
    td.product-quantity input.qty {

        width: 48px !important;

        height: 35px !important;

        font-size: 15px !important;
    }


    /* Mobile remove icon */

    body.woocommerce-cart
    td.product-remove {

        top: 9px !important;
        right: 8px !important;

        width: 34px !important;
        height: 34px !important;
    }

    body.woocommerce-cart
    td.product-remove a.remove {

        width: 34px !important;
        height: 34px !important;

        border-radius: 10px !important;
    }

    body.woocommerce-cart
    td.product-remove a.remove::before {

        width: 13px !important;
        height: 15px !important;

        transform:
            translate(-50%, -35%) !important;
    }

    body.woocommerce-cart
    td.product-remove a.remove::after {

        top: 9px !important;

        width: 18px !important;
        height: 6px !important;
    }

    body.woocommerce-cart
    td.product-remove a.remove {

        background-size: 6px 2px !important;

        background-position: center 6px !important;
    }


    /* Checkout */

    body.woocommerce-cart
    .wc-proceed-to-checkout {

        margin-top: 14px !important;
    }

    body.woocommerce-cart
    .wc-proceed-to-checkout a.checkout-button {

        min-height: 51px !important;

        border-radius: 11px !important;

        font-size: 16px !important;
    }
}


/* ============================================================
   28 — VERY SMALL PHONES
   ============================================================ */

@media (max-width: 380px) {

    body.woocommerce-cart .woocommerce {

        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body.woocommerce-cart
    tr.woocommerce-cart-form__cart-item {

        grid-template-columns:
            92px
            minmax(0, 1fr) !important;

        column-gap: 12px !important;

        padding: 13px !important;
    }

    body.woocommerce-cart
    td.product-thumbnail,

    body.woocommerce-cart
    td.product-thumbnail a,

    body.woocommerce-cart
    td.product-thumbnail img {

        width: 92px !important;

        height: 120px !important;
    }

    body.woocommerce-cart
    td.product-name a {

        font-size: 15px !important;
    }

    body.woocommerce-cart
    td.product-name dl.variation dt,

    body.woocommerce-cart
    td.product-name dl.variation dd {

        font-size: 11px !important;
    }

    body.woocommerce-cart
    td.product-price {

        padding-right: 25px !important;
    }

    body.woocommerce-cart
    td.product-price .amount,

    body.woocommerce-cart
    td.product-price .woocommerce-Price-amount {

        font-size: 14px !important;
    }

    body.woocommerce-cart
    td.product-quantity .quantity {

        width: 105px !important;
    }
}/* End custom CSS */