.elementor-907244 .elementor-element.elementor-element-9c4d995{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-907244 .elementor-element.elementor-element-491fb9f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* ==========================================================
   KOI HELLAS — CART PAGE
   Καλάθι Παραγγελίας
   ========================================================== */

.kh-cart-page {

    --koi-primary: #0A4D5E;
    --koi-primary-dark: #073946;
    --koi-primary-light: #136A7D;

    --koi-accent: #E84C3D;
    --koi-accent-hover: #D64032;

    --koi-gold: #C7A45C;
    --koi-gold-soft: #D6B97B;

    --koi-bg: #FFFFFF;
    --koi-bg-soft: #F5F7F8;
    --koi-bg-section: #FAFAFA;

    --koi-text: #24323D;
    --koi-text-soft: #66737D;

    --koi-border: #E6EAED;

    --kh-cart-radius: 8px;
    --kh-cart-shadow: 0 12px 34px rgba(7, 57, 70, 0.07);

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

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

    background:
        linear-gradient(
            180deg,
            #ffffff 0,
            #f7f9fa 340px,
            #f7f9fa 100%
        );

    color: var(--koi-text);

    font-family: "Inter", Arial, sans-serif;

    overflow: hidden;
}


.kh-cart-page *,
.kh-cart-page *::before,
.kh-cart-page *::after {
    box-sizing: border-box;
}


/* ==========================================================
   ELEMENTOR RESET
   ========================================================== */

.kh-cart-page > .e-con-inner {
    width: 100% !important;
    max-width: none !important;
    gap: 0 !important;
}

.kh-cart-page .elementor-widget-html,
.kh-cart-page .elementor-widget-shortcode {
    width: 100%;
}

.kh-cart-page .elementor-widget-html > .elementor-widget-container,
.kh-cart-page .elementor-widget-shortcode > .elementor-widget-container {
    width: 100%;
}


/* ==========================================================
   GLOBAL SHELL
   ========================================================== */

.kh-cart-shell {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}


/* ==========================================================
   HERO
   ========================================================== */

.kh-cart-hero {
    position: relative;

    width: 100%;

    padding: 54px 0 48px;

    color: #ffffff;

    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(19, 106, 125, 0.85),
            transparent 36%
        ),
        linear-gradient(
            135deg,
            #073946 0%,
            #0A4D5E 55%,
            #073946 100%
        );

    overflow: hidden;
}


/* subtle water-like decoration */

.kh-cart-hero::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -130px;
    top: -250px;

    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;

    box-shadow:
        0 0 0 55px rgba(255, 255, 255, 0.025),
        0 0 0 110px rgba(255, 255, 255, 0.018);

    pointer-events: none;
}


.kh-cart-hero .kh-cart-shell {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 60px;
}


.kh-cart-hero__content {
    max-width: 650px;
}


.kh-cart-eyebrow {
    display: block;

    margin: 0 0 8px;

    color: var(--koi-gold-soft);

    font-size: 11px;
    line-height: 1.3;

    font-weight: 900;

    letter-spacing: 1.7px;
}


.kh-cart-hero h1 {
    margin: 0 0 13px !important;
    padding: 0 !important;

    color: #ffffff !important;

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

    font-size: clamp(34px, 4vw, 48px) !important;
    line-height: 1.04 !important;

    font-weight: 900 !important;

    letter-spacing: -1.3px;
}


.kh-cart-hero p {
    max-width: 610px;

    margin: 0 !important;

    color: rgba(255, 255, 255, 0.82) !important;

    font-size: 14px !important;
    line-height: 1.65 !important;

    font-weight: 600 !important;
}


/* ==========================================================
   PROGRESS
   ========================================================== */

.kh-cart-progress {
    display: flex;
    align-items: center;

    flex: 0 0 auto;

    padding-bottom: 5px;
}


.kh-cart-progress__item {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 7px;

    min-width: 56px;

    color: rgba(255, 255, 255, 0.46);
}


.kh-cart-progress__item span {
    width: 32px;
    height: 32px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;

    color: rgba(255, 255, 255, 0.65);

    font-size: 11px;
    line-height: 1;

    font-weight: 900;
}


.kh-cart-progress__item strong {
    color: inherit;

    font-size: 9px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 0.4px;
}


.kh-cart-progress__item.is-active {
    color: #ffffff;
}


.kh-cart-progress__item.is-active span {
    border-color: var(--koi-gold);
    color: var(--koi-primary-dark);
    background: var(--koi-gold);

    box-shadow: 0 7px 20px rgba(199, 164, 92, 0.24);
}


.kh-cart-progress__line {
    width: 50px;
    height: 1px;

    margin: 0 8px 20px;

    background: rgba(255, 255, 255, 0.20);
}


/* ==========================================================
   MAIN CART WRAPPER
   ========================================================== */

.kh-cart-commerce {
    width: min(1180px, calc(100% - 64px)) !important;
    max-width: 1180px !important;

    margin: 0 auto !important;

    padding: 42px 0 26px !important;
}


.kh-cart-commerce > .e-con-inner {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}


/* ==========================================================
   WOOCOMMERCE GRID
   Cart left / totals right
   ========================================================== */

.kh-cart-commerce .woocommerce {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(320px, 365px);

    gap: 24px;

    align-items: start;
}


.kh-cart-commerce .woocommerce-notices-wrapper,
.kh-cart-commerce .woocommerce > .woocommerce-message,
.kh-cart-commerce .woocommerce > .woocommerce-error,
.kh-cart-commerce .woocommerce > .woocommerce-info,
.kh-cart-commerce .woocommerce > .wc-empty-cart-message,
.kh-cart-commerce .woocommerce > .return-to-shop {
    grid-column: 1 / -1;
}


.kh-cart-commerce .woocommerce-cart-form {
    grid-column: 1;
    min-width: 0;
}


.kh-cart-commerce .cart-collaterals {
    grid-column: 2;

    width: 100% !important;

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

    float: none !important;
}


/* ==========================================================
   CART TABLE
   ========================================================== */

.kh-cart-commerce table.shop_table,
.kh-cart-commerce table.shop_table.cart {
    width: 100% !important;

    margin: 0 !important;

    border: 1px solid var(--koi-border) !important;
    border-radius: var(--kh-cart-radius) !important;

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

    background: #ffffff;

    box-shadow: var(--kh-cart-shadow);

    overflow: hidden;
}


.kh-cart-commerce table.shop_table thead {
    background: #f7f9fa;
}


.kh-cart-commerce table.shop_table thead th {
    padding: 15px 13px !important;

    border: 0 !important;
    border-bottom: 1px solid var(--koi-border) !important;

    color: var(--koi-text-soft) !important;

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

    font-size: 10px !important;
    line-height: 1.2 !important;

    font-weight: 800 !important;

    letter-spacing: 0.55px;

    text-transform: uppercase;
}


.kh-cart-commerce table.shop_table tbody td {
    padding: 18px 13px !important;

    border: 0 !important;
    border-bottom: 1px solid var(--koi-border) !important;

    vertical-align: middle !important;

    font-size: 13px !important;
}


.kh-cart-commerce table.shop_table tbody tr:last-child td {
    border-bottom: 0 !important;
}


/* ==========================================================
   PRODUCT IMAGE
   ========================================================== */

.kh-cart-commerce td.product-thumbnail {
    width: 92px;
}


.kh-cart-commerce td.product-thumbnail a {
    width: 72px;
    height: 72px;

    display: grid;
    place-items: center;

    padding: 5px;

    border: 1px solid var(--koi-border);
    border-radius: 7px;

    background: #ffffff;
}


.kh-cart-commerce td.product-thumbnail img {
    width: 60px !important;
    height: 60px !important;

    max-width: 60px !important;

    margin: 0 !important;

    object-fit: contain !important;

    border-radius: 5px !important;
}


/* ==========================================================
   PRODUCT NAME
   ========================================================== */

.kh-cart-commerce td.product-name {
    min-width: 180px;
}


.kh-cart-commerce td.product-name > a {
    display: inline-block;

    color: var(--koi-primary-dark) !important;

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

    font-size: 13px !important;
    line-height: 1.42 !important;

    font-weight: 800 !important;

    text-decoration: none !important;

    transition: color 180ms ease;
}


.kh-cart-commerce td.product-name > a:hover {
    color: var(--koi-accent) !important;
}


.kh-cart-commerce td.product-name dl.variation {
    margin: 8px 0 0 !important;

    color: var(--koi-text-soft);

    font-size: 11px;
    line-height: 1.45;
}


.kh-cart-commerce td.product-name dl.variation dt {
    font-weight: 800;
}


.kh-cart-commerce td.product-name dl.variation dd {
    margin: 0 0 0 4px !important;
}


/* ==========================================================
   PRICES
   ========================================================== */

.kh-cart-commerce td.product-price,
.kh-cart-commerce td.product-subtotal {
    white-space: nowrap;

    color: var(--koi-primary-dark) !important;

    font-weight: 800 !important;
}


.kh-cart-commerce td.product-subtotal {
    font-size: 14px !important;
}


.kh-cart-commerce .amount {
    color: inherit;
    font-weight: inherit;
}


/* ==========================================================
   REMOVE BUTTON
   ========================================================== */

.kh-cart-commerce td.product-remove {
    width: 44px;
    padding-left: 16px !important;
}


.kh-cart-commerce td.product-remove a.remove {
    width: 28px !important;
    height: 28px !important;

    display: grid !important;
    place-items: center !important;

    margin: 0 !important;

    border: 1px solid var(--koi-border) !important;
    border-radius: 50% !important;

    background: #ffffff !important;

    color: var(--koi-text-soft) !important;

    font-size: 18px !important;
    line-height: 1 !important;

    font-weight: 500 !important;

    text-decoration: none !important;

    transition:
        background 180ms ease,
        color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
}


.kh-cart-commerce td.product-remove a.remove:hover {
    border-color: rgba(232, 76, 61, 0.25) !important;

    background: rgba(232, 76, 61, 0.07) !important;

    color: var(--koi-accent) !important;

    transform: scale(1.06);
}


/* ==========================================================
   QUANTITY
   ========================================================== */

.kh-cart-commerce .quantity {
    display: inline-flex !important;
    align-items: center !important;

    height: 38px;

    border: 1px solid var(--koi-border);
    border-radius: 6px;

    background: #ffffff;

    overflow: hidden;
}


.kh-cart-commerce .quantity input.qty {
    width: 44px !important;
    height: 36px !important;

    min-height: 36px !important;

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

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

    outline: 0 !important;

    background: transparent !important;

    color: var(--koi-primary-dark) !important;

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

    font-size: 12px !important;

    font-weight: 800 !important;

    text-align: center !important;

    box-shadow: none !important;

    appearance: textfield;
    -moz-appearance: textfield;
}


.kh-cart-commerce .quantity input.qty::-webkit-inner-spin-button,
.kh-cart-commerce .quantity input.qty::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}


/* JS quantity buttons */

.kh-cart-commerce .kh-qty-btn {
    width: 30px;
    height: 36px;

    display: grid;
    place-items: center;

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

    border: 0 !important;

    background: #f7f9fa !important;

    color: var(--koi-primary-dark) !important;

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

    font-size: 15px !important;
    line-height: 1 !important;

    font-weight: 700 !important;

    cursor: pointer;

    transition:
        background 180ms ease,
        color 180ms ease;
}


.kh-cart-commerce .kh-qty-btn:hover {
    background: var(--koi-primary) !important;
    color: #ffffff !important;
}


/* ==========================================================
   ACTIONS / COUPON
   ========================================================== */

.kh-cart-commerce td.actions {
    padding: 16px !important;

    background: #fafbfb !important;
}


.kh-cart-commerce td.actions::after {
    content: "";
    display: block;
    clear: both;
}


.kh-cart-commerce td.actions .coupon {
    display: flex !important;
    align-items: center;

    gap: 8px;

    float: left !important;
}


.kh-cart-commerce td.actions .coupon label {
    display: none !important;
}


.kh-cart-commerce td.actions .coupon input.input-text {
    width: 180px !important;
    height: 42px !important;

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

    border: 1px solid var(--koi-border) !important;
    border-radius: 6px !important;

    background: #ffffff !important;

    color: var(--koi-text) !important;

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

    font-size: 12px !important;

    font-weight: 600 !important;

    outline: 0 !important;

    box-shadow: none !important;

    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}


.kh-cart-commerce td.actions .coupon input.input-text:focus {
    border-color: rgba(10, 77, 94, 0.50) !important;

    box-shadow:
        0 0 0 3px rgba(10, 77, 94, 0.07) !important;
}


.kh-cart-commerce td.actions .coupon input::placeholder {
    color: #97a2aa;
}


/* ==========================================================
   GENERAL CART BUTTONS
   ========================================================== */

.kh-cart-commerce td.actions button.button,
.kh-cart-commerce .coupon button.button,
.kh-cart-commerce button[name="update_cart"] {
    min-height: 42px !important;

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

    border: 1px solid var(--koi-primary) !important;
    border-radius: 6px !important;

    background: #ffffff !important;

    color: var(--koi-primary) !important;

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

    font-size: 10px !important;
    line-height: 1 !important;

    font-weight: 900 !important;

    letter-spacing: 0.4px;

    cursor: pointer;

    transition:
        color 180ms ease,
        background 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
}


.kh-cart-commerce td.actions button.button:hover,
.kh-cart-commerce .coupon button.button:hover,
.kh-cart-commerce button[name="update_cart"]:hover {
    border-color: var(--koi-primary-dark) !important;

    background: var(--koi-primary) !important;

    color: #ffffff !important;

    transform: translateY(-1px);
}


.kh-cart-commerce button[name="update_cart"] {
    float: right !important;
}


.kh-cart-commerce button[name="update_cart"]:disabled,
.kh-cart-commerce button[name="update_cart"].disabled {
    border-color: var(--koi-border) !important;

    background: #f1f3f4 !important;

    color: #9aa4aa !important;

    opacity: 1 !important;

    cursor: default;

    transform: none !important;
}


/* ==========================================================
   CART TOTALS
   ========================================================== */

.kh-cart-commerce .cart_totals {
    width: 100% !important;

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

    float: none !important;

    border: 1px solid var(--koi-border);
    border-radius: var(--kh-cart-radius);

    background: #ffffff;

    box-shadow: var(--kh-cart-shadow);
}


.kh-cart-commerce .cart_totals h2 {
    margin: 0 0 18px !important;
    padding: 0 0 17px !important;

    border-bottom: 1px solid var(--koi-border);

    color: var(--koi-primary-dark) !important;

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

    font-size: 19px !important;
    line-height: 1.2 !important;

    font-weight: 900 !important;

    letter-spacing: -0.3px;
}


/* ==========================================================
   TOTALS TABLE
   ========================================================== */

.kh-cart-commerce .cart_totals table.shop_table {
    margin: 0 0 20px !important;

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

    box-shadow: none !important;

    background: transparent !important;
}


.kh-cart-commerce .cart_totals table.shop_table tr th,
.kh-cart-commerce .cart_totals table.shop_table tr td {
    padding: 13px 0 !important;

    border: 0 !important;
    border-bottom: 1px solid var(--koi-border) !important;

    background: transparent !important;

    vertical-align: top !important;
}


.kh-cart-commerce .cart_totals table.shop_table tr th {
    width: 44%;

    color: var(--koi-text-soft) !important;

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

    font-weight: 700 !important;
}


.kh-cart-commerce .cart_totals table.shop_table tr td {
    color: var(--koi-primary-dark) !important;

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

    font-weight: 800 !important;

    text-align: right;
}


.kh-cart-commerce .cart_totals table.shop_table tr.order-total th,
.kh-cart-commerce .cart_totals table.shop_table tr.order-total td {
    padding-top: 17px !important;
    padding-bottom: 2px !important;

    border-bottom: 0 !important;

    color: var(--koi-primary-dark) !important;

    font-weight: 900 !important;
}


.kh-cart-commerce .cart_totals table.shop_table tr.order-total td {
    font-size: 21px !important;
}


.kh-cart-commerce .cart_totals .woocommerce-Price-amount {
    font-weight: inherit !important;
}


/* ==========================================================
   SHIPPING
   ========================================================== */

.kh-cart-commerce .woocommerce-shipping-methods {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


.kh-cart-commerce .woocommerce-shipping-methods li {
    display: flex !important;
    align-items: flex-start;

    justify-content: flex-end;

    gap: 6px;

    margin: 0 0 7px !important;
}


.kh-cart-commerce .woocommerce-shipping-methods label {
    color: var(--koi-text) !important;

    font-size: 11px !important;
    line-height: 1.4 !important;

    font-weight: 600 !important;
}


.kh-cart-commerce .woocommerce-shipping-destination {
    color: var(--koi-text-soft);

    font-size: 10px;
    line-height: 1.5;
}


.kh-cart-commerce .shipping-calculator-button {
    display: inline-block;

    margin-top: 7px;

    color: var(--koi-primary) !important;

    font-size: 10px !important;

    font-weight: 800 !important;

    text-decoration: underline !important;

    text-underline-offset: 3px;
}


/* shipping calculator inputs */

.kh-cart-commerce .shipping-calculator-form {
    padding-top: 10px;
}


.kh-cart-commerce .shipping-calculator-form input,
.kh-cart-commerce .shipping-calculator-form select,
.kh-cart-commerce .shipping-calculator-form .select2-selection {
    min-height: 40px !important;

    border: 1px solid var(--koi-border) !important;
    border-radius: 6px !important;

    background: #ffffff !important;

    color: var(--koi-text) !important;

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

    font-size: 11px !important;

    box-shadow: none !important;
}


/* ==========================================================
   CHECKOUT BUTTON
   ========================================================== */

.kh-cart-commerce .wc-proceed-to-checkout {
    margin: 20px 0 0 !important;
    padding: 0 !important;
}


.kh-cart-commerce .wc-proceed-to-checkout a.checkout-button,
.kh-cart-commerce .wc-proceed-to-checkout .button.checkout {
    width: 100% !important;

    min-height: 54px !important;

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

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

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

    background:
        linear-gradient(
            135deg,
            #EF5A45 0%,
            #E84C3D 55%,
            #D64032 100%
        ) !important;

    color: #ffffff !important;

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

    font-size: 12px !important;
    line-height: 1 !important;

    font-weight: 900 !important;

    letter-spacing: 0.3px;

    text-align: center !important;

    text-decoration: none !important;

    box-shadow:
        0 12px 25px rgba(232, 76, 61, 0.23) !important;

    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease !important;
}


.kh-cart-commerce .wc-proceed-to-checkout a.checkout-button:hover,
.kh-cart-commerce .wc-proceed-to-checkout .button.checkout:hover {
    background:
        linear-gradient(
            135deg,
            #E84C3D,
            #D64032
        ) !important;

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 16px 30px rgba(232, 76, 61, 0.30) !important;
}


/* ==========================================================
   WOOCOMMERCE NOTICES
   ========================================================== */

.kh-cart-commerce .woocommerce-message,
.kh-cart-commerce .woocommerce-info,
.kh-cart-commerce .woocommerce-error {
    position: relative;

    margin: 0 0 20px !important;
    padding: 15px 18px 15px 47px !important;

    border: 1px solid var(--koi-border) !important;
    border-top: 1px solid var(--koi-border) !important;
    border-radius: 7px !important;

    background: #ffffff !important;

    color: var(--koi-text) !important;

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

    font-size: 12px !important;
    line-height: 1.5 !important;

    font-weight: 600 !important;

    box-shadow: 0 8px 24px rgba(7, 57, 70, 0.05);
}


.kh-cart-commerce .woocommerce-message::before,
.kh-cart-commerce .woocommerce-info::before {
    top: 50% !important;
    left: 18px !important;

    color: var(--koi-primary) !important;

    transform: translateY(-50%);
}


.kh-cart-commerce .woocommerce-error::before {
    color: var(--koi-accent) !important;
}


/* ==========================================================
   EMPTY CART
   ========================================================== */

.kh-cart-commerce .wc-empty-cart-message {
    text-align: center;
}


.kh-cart-commerce .cart-empty.woocommerce-info {
    max-width: 680px;

    margin: 20px auto 10px !important;
    padding: 25px !important;

    text-align: center;
}


.kh-cart-commerce .return-to-shop {
    margin: 0 !important;

    text-align: center;
}


.kh-cart-commerce .return-to-shop .button {
    min-height: 48px !important;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    margin: 5px auto 35px !important;
    padding: 0 22px !important;

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

    background: var(--koi-primary) !important;

    color: #ffffff !important;

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

    font-size: 11px !important;

    font-weight: 900 !important;

    text-decoration: none !important;

    transition:
        background 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}


.kh-cart-commerce .return-to-shop .button:hover {
    background: var(--koi-primary-dark) !important;

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(7, 57, 70, 0.18);
}


/* ==========================================================
   TRUST SECTION
   ========================================================== */

.kh-cart-trust {
    padding: 0 0 58px;
}


.kh-cart-trust__grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    border: 1px solid var(--koi-border);
    border-radius: var(--kh-cart-radius);

    background: #ffffff;

    box-shadow: 0 10px 30px rgba(7, 57, 70, 0.05);

    overflow: hidden;
}


.kh-cart-trust__item {
    min-height: 98px;

    display: flex;
    align-items: center;

    gap: 15px;

    margin: 0;
    padding: 21px 25px;

    border-right: 1px solid var(--koi-border);
}


.kh-cart-trust__item:last-child {
    border-right: 0;
}


.kh-cart-trust__icon {
    width: 41px;
    height: 41px;

    flex: 0 0 41px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: rgba(10, 77, 94, 0.07);

    color: var(--koi-primary);
}


.kh-cart-trust__icon svg {
    width: 21px;
    height: 21px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.kh-cart-trust__item strong {
    display: block;

    margin: 0 0 4px;

    color: var(--koi-primary-dark);

    font-size: 12px;
    line-height: 1.25;

    font-weight: 900;
}


.kh-cart-trust__item p {
    margin: 0 !important;

    color: var(--koi-text-soft) !important;

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

    font-weight: 600 !important;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1024px) {

    .kh-cart-shell,
    .kh-cart-commerce {
        width: min(100% - 40px, 1180px) !important;
    }


    .kh-cart-hero {
        padding: 45px 0 42px;
    }


    .kh-cart-hero .kh-cart-shell {
        gap: 35px;
    }


    .kh-cart-commerce .woocommerce {
        grid-template-columns:
            minmax(0, 1fr)
            310px;

        gap: 18px;
    }


    .kh-cart-commerce table.shop_table tbody td,
    .kh-cart-commerce table.shop_table thead th {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }


    .kh-cart-commerce td.product-thumbnail {
        width: 76px;
    }


    .kh-cart-commerce td.product-thumbnail a {
        width: 62px;
        height: 62px;
    }


    .kh-cart-commerce td.product-thumbnail img {
        width: 52px !important;
        height: 52px !important;
    }


    .kh-cart-commerce .cart_totals {
        padding: 20px !important;
    }

}


/* ==========================================================
   TABLET / SMALL LAPTOP
   Stack cart + totals
   ========================================================== */

@media (max-width: 900px) {

    .kh-cart-hero .kh-cart-shell {
        align-items: center;
    }


    .kh-cart-commerce .woocommerce {
        display: block;
    }


    .kh-cart-commerce .woocommerce-cart-form {
        width: 100%;
    }


    .kh-cart-commerce .cart-collaterals {
        width: 100% !important;

        margin-top: 22px !important;
    }


    .kh-cart-commerce .cart_totals {
        width: 100% !important;
    }


    .kh-cart-trust__item {
        padding: 20px 18px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .kh-cart-page {
        overflow-x: hidden;
    }


    .kh-cart-shell,
    .kh-cart-commerce {
        width: calc(100% - 28px) !important;
    }


    /* HERO */

    .kh-cart-hero {
        padding: 36px 0 31px;
    }


    .kh-cart-hero .kh-cart-shell {
        display: block;
    }


    .kh-cart-hero__content {
        max-width: none;
    }


    .kh-cart-hero h1 {
        font-size: 32px !important;
        letter-spacing: -0.8px;
    }


    .kh-cart-hero p {
        max-width: 500px;

        font-size: 12px !important;
    }


    .kh-cart-progress {
        margin-top: 28px;
    }


    .kh-cart-progress__item {
        min-width: 44px;
    }


    .kh-cart-progress__item span {
        width: 28px;
        height: 28px;
    }


    .kh-cart-progress__item strong {
        font-size: 8px;
    }


    .kh-cart-progress__line {
        width: 35px;

        margin-left: 4px;
        margin-right: 4px;
    }


    /* CART */

    .kh-cart-commerce {
        padding-top: 24px !important;
    }


    .kh-cart-commerce table.shop_table.cart {
        border: 0 !important;

        background: transparent;

        box-shadow: none;
    }


    .kh-cart-commerce table.shop_table.cart thead {
        display: none !important;
    }


    .kh-cart-commerce table.shop_table.cart tbody {
        display: block !important;
    }


    .kh-cart-commerce table.shop_table.cart
    tr.woocommerce-cart-form__cart-item {
        position: relative;

        display: grid !important;

        grid-template-columns: 72px minmax(0, 1fr);

        column-gap: 14px;
        row-gap: 11px;

        margin: 0 0 13px;
        padding: 14px;

        border: 1px solid var(--koi-border);
        border-radius: 8px;

        background: #ffffff;

        box-shadow:
            0 8px 24px rgba(7, 57, 70, 0.055);
    }


    .kh-cart-commerce table.shop_table.cart
    tr.woocommerce-cart-form__cart-item td {
        width: auto !important;

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

        border: 0 !important;

        text-align: left !important;
    }


    /* Remove */

    .kh-cart-commerce
    tr.woocommerce-cart-form__cart-item
    td.product-remove {
        position: absolute;

        z-index: 5;

        right: 10px;
        top: 10px;
    }


    .kh-cart-commerce
    tr.woocommerce-cart-form__cart-item
    td.product-remove::before {
        display: none !important;
    }


    /* Thumbnail */

    .kh-cart-commerce
    tr.woocommerce-cart-form__cart-item
    td.product-thumbnail {
        grid-column: 1;
        grid-row: 1 / span 4;

        display: block !important;
    }


    .kh-cart-commerce
    td.product-thumbnail::before {
        display: none !important;
    }


    .kh-cart-commerce
    td.product-thumbnail a {
        width: 72px;
        height: 72px;
    }


    .kh-cart-commerce
    td.product-thumbnail img {
        width: 60px !important;
        height: 60px !important;
    }


    /* Name */

    .kh-cart-commerce
    tr.woocommerce-cart-form__cart-item
    td.product-name {
        grid-column: 2;

        padding-right: 35px !important;
    }


    .kh-cart-commerce
    td.product-name::before {
        display: none !important;
    }


    .kh-cart-commerce
    td.product-name > a {
        font-size: 12px !important;
    }


    /* Price, quantity, subtotal */

    .kh-cart-commerce
    tr.woocommerce-cart-form__cart-item
    td.product-price,

    .kh-cart-commerce
    tr.woocommerce-cart-form__cart-item
    td.product-quantity,

    .kh-cart-commerce
    tr.woocommerce-cart-form__cart-item
    td.product-subtotal {
        grid-column: 2;

        display: flex !important;
        align-items: center;
        justify-content: space-between;

        gap: 15px;

        min-height: 28px;
    }


    .kh-cart-commerce
    tr.woocommerce-cart-form__cart-item
    td.product-price::before,

    .kh-cart-commerce
    tr.woocommerce-cart-form__cart-item
    td.product-quantity::before,

    .kh-cart-commerce
    tr.woocommerce-cart-form__cart-item
    td.product-subtotal::before {
        float: none !important;

        margin: 0 !important;

        color: var(--koi-text-soft);

        font-size: 9px !important;

        font-weight: 700 !important;

        text-transform: uppercase;
    }


    .kh-cart-commerce
    tr.woocommerce-cart-form__cart-item
    td.product-subtotal {
        padding-top: 8px !important;

        border-top: 1px solid var(--koi-border) !important;
    }


    /* ACTIONS */

    .kh-cart-commerce table.shop_table.cart tr:last-child {
        display: block !important;

        margin-top: 14px;
    }


    .kh-cart-commerce td.actions {
        display: block !important;

        padding: 14px !important;

        border: 1px solid var(--koi-border) !important;
        border-radius: 8px !important;

        background: #ffffff !important;
    }


    .kh-cart-commerce td.actions .coupon {
        width: 100%;

        display: grid !important;

        grid-template-columns: minmax(0, 1fr) auto;

        float: none !important;

        margin-bottom: 10px;
    }


    .kh-cart-commerce
    td.actions
    .coupon
    input.input-text {
        width: 100% !important;
    }


    .kh-cart-commerce
    td.actions
    button[name="update_cart"] {
        width: 100% !important;

        float: none !important;
    }


    /* TOTALS */

    .kh-cart-commerce .cart-collaterals {
        margin-top: 14px !important;
    }


    .kh-cart-commerce .cart_totals {
        padding: 19px !important;
    }


    .kh-cart-commerce .cart_totals h2 {
        font-size: 17px !important;
    }


    .kh-cart-commerce
    .cart_totals
    table.shop_table
    tr {
        display: table-row !important;
    }


    .kh-cart-commerce
    .cart_totals
    table.shop_table
    tr th,

    .kh-cart-commerce
    .cart_totals
    table.shop_table
    tr td {
        display: table-cell !important;

        width: auto !important;

        text-align: initial !important;
    }


    .kh-cart-commerce
    .cart_totals
    table.shop_table
    tr td {
        text-align: right !important;
    }


    .kh-cart-commerce
    .cart_totals
    table.shop_table
    tr td::before {
        display: none !important;
    }


    /* TRUST */

    .kh-cart-trust {
        padding-bottom: 35px;
    }


    .kh-cart-trust__grid {
        grid-template-columns: 1fr;
    }


    .kh-cart-trust__item {
        min-height: 0;

        padding: 18px;

        border-right: 0;
        border-bottom: 1px solid var(--koi-border);
    }


    .kh-cart-trust__item:last-child {
        border-bottom: 0;
    }

}


/* ==========================================================
   VERY SMALL MOBILE
   ========================================================== */

@media (max-width: 420px) {

    .kh-cart-hero h1 {
        font-size: 29px !important;
    }


    .kh-cart-progress__line {
        width: 25px;
    }


    .kh-cart-commerce
    td.actions
    .coupon {
        grid-template-columns: 1fr;
    }


    .kh-cart-commerce
    td.actions
    .coupon
    button {
        width: 100% !important;
    }

}/* End custom CSS */