.elementor-10 .elementor-element.elementor-element-7adcd1e9{--display:flex;--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}.elementor-10 .elementor-element.elementor-element-ea6cb5c{--update-cart-automatically-display:none;}.elementor-10 .elementor-element.elementor-element-ea6cb5c .coupon{--apply-coupon-button-alignment:end;--apply-coupon-button-width:auto;}.elementor-10 .elementor-element.elementor-element-ea6cb5c .cart_totals h2{font-family:"وزیرمتن", Sans-serif;}.elementor-10 .elementor-element.elementor-element-ea6cb5c .e-cart-content, .elementor-10 .elementor-element.elementor-element-ea6cb5c .woocommerce-shipping-destination, .elementor-10 .elementor-element.elementor-element-ea6cb5c .shipping-calculator-button{font-family:"وزیرمتن", Sans-serif;}.elementor-10 .elementor-element.elementor-element-ea6cb5c #shipping_method li label{font-family:"وزیرمتن", Sans-serif;}.elementor-10 .elementor-element.elementor-element-ea6cb5c .coupon .input-text, .elementor-10 .elementor-element.elementor-element-ea6cb5c .cart-collaterals .input-text, .elementor-10 .elementor-element.elementor-element-ea6cb5c select, .elementor-10 .elementor-element.elementor-element-ea6cb5c .select2-selection--single{font-family:"وزیرمتن", Sans-serif;}.elementor-10 .elementor-element.elementor-element-ea6cb5c .shop_table .button{font-family:"وزیرمتن", Sans-serif;}.elementor-10 .elementor-element.elementor-element-ea6cb5c .e-shop-table .cart th, .elementor-10 .elementor-element.elementor-element-ea6cb5c .e-shop-table .cart td:before{font-family:"وزیرمتن", Sans-serif;}.elementor-10 .elementor-element.elementor-element-ea6cb5c .cart td span, .elementor-10 .elementor-element.elementor-element-ea6cb5c .cart td, .elementor-10 .elementor-element.elementor-element-ea6cb5c .input-text.qty{font-family:"وزیرمتن", Sans-serif;}.elementor-10 .elementor-element.elementor-element-ea6cb5c .product-name .variation{font-family:"وزیرمتن", Sans-serif;}.elementor-10 .elementor-element.elementor-element-ea6cb5c .cart_totals .shop_table td:before, .elementor-10 .elementor-element.elementor-element-ea6cb5c .cart_totals .shop_table td .woocommerce-Price-amount{font-family:"وزیرمتن", Sans-serif;}.elementor-10 .elementor-element.elementor-element-ea6cb5c .checkout-button{font-family:"وزیرمتن", Sans-serif;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-7adcd1e9{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-ea6cb5c > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-10 .elementor-element.elementor-element-ea6cb5c{--sections-padding:16px 16px 16px 16px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-ea6cb5c *//* ================================
   Elementor WooCommerce Cart Style
   Brand Colors:
   Primary: #1FA9C6
   Accent: #EA7D1A
================================ */

/* Wrapper */
.woocommerce-cart .woocommerce,
.elementor-widget-woocommerce-cart {
    font-family: inherit;
}

/* Cart Table */
.woocommerce-cart table.cart {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(31, 169, 198, 0.12);
}

/* Table Header */
.woocommerce-cart table.cart thead {
    background: #1FA9C6;
}

.woocommerce-cart table.cart thead th {
    color: #ffffff;
    font-weight: 700;
    padding: 18px 14px;
    border: none;
    font-size: 15px;
}

/* Table Cells */
.woocommerce-cart table.cart td {
    border-color: #eef3f5;
    padding: 18px 14px;
    vertical-align: middle;
    color: #333333;
}

/* Product Image */
.woocommerce-cart table.cart img {
    width: 78px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Product Name */
.woocommerce-cart table.cart .product-name a {
    color: #1f2933;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
}

.woocommerce-cart table.cart .product-name a:hover {
    color: #1FA9C6;
}

/* Price & Subtotal */
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal {
    color: #1FA9C6;
    font-weight: 700;
}

/* Remove Button */
.woocommerce-cart table.cart .product-remove a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #EA7D1A !important;
    background: rgba(234, 125, 26, 0.12);
    transition: 0.25s ease;
}

.woocommerce-cart table.cart .product-remove a:hover {
    background: #EA7D1A;
    color: #ffffff !important;
}

/* Quantity Input */
.woocommerce-cart .quantity input.qty {
    width: 72px;
    height: 44px;
    border: 1px solid rgba(31, 169, 198, 0.35);
    border-radius: 12px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    background: #ffffff;
    outline: none;
}

.woocommerce-cart .quantity input.qty:focus {
    border-color: #1FA9C6;
    box-shadow: 0 0 0 3px rgba(31, 169, 198, 0.12);
}

/* Coupon Area */
.woocommerce-cart table.cart td.actions {
    padding: 22px;
    background: #f8fcfd;
}

.woocommerce-cart .coupon {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.woocommerce-cart .coupon input.input-text {
    min-width: 220px;
    height: 48px;
    border: 1px solid rgba(31, 169, 198, 0.3);
    border-radius: 14px;
    padding: 0 16px;
    color: #333333;
}

.woocommerce-cart .coupon input.input-text:focus {
    border-color: #1FA9C6;
    box-shadow: 0 0 0 3px rgba(31, 169, 198, 0.12);
    outline: none;
}

/* Buttons */
.woocommerce-cart .button,
.woocommerce-cart button.button,
.woocommerce-cart input.button,
.woocommerce-cart a.button,
.elementor-widget-woocommerce-cart .button {
    background: #1FA9C6 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 14px !important;
    padding: 15px 24px !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    transition: 0.25s ease !important;
    box-shadow: 0 8px 20px rgba(31, 169, 198, 0.25);
}

.woocommerce-cart .button:hover,
.woocommerce-cart button.button:hover,
.woocommerce-cart input.button:hover,
.woocommerce-cart a.button:hover,
.elementor-widget-woocommerce-cart .button:hover {
    background: #EA7D1A !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(234, 125, 26, 0.28);
}

/* Disabled Update Cart Button */
.woocommerce-cart button.button:disabled,
.woocommerce-cart button.button:disabled[disabled] {
    background: #b8dfe8 !important;
    color: #ffffff !important;
    box-shadow: none;
    cursor: not-allowed;
}

/* Cart Totals Box */
.woocommerce-cart .cart-collaterals .cart_totals {
    background: #ffffff;
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(31, 169, 198, 0.14);
    border-top: 5px solid #1FA9C6;
}

/* Cart Totals Title */
.woocommerce-cart .cart_totals h2 {
    color: #1FA9C6;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}

/* Cart Totals Table */
.woocommerce-cart .cart_totals table {
    border: none;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    border-color: #eef3f5;
    padding: 16px 0;
    color: #333333;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
    color: #EA7D1A;
    font-size: 18px;
    font-weight: 900;
}

/* Checkout Button */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #1FA9C6, #EA7D1A) !important;
    color: #ffffff !important;
    border-radius: 16px !important;
    padding: 18px 26px !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 26px rgba(31, 169, 198, 0.25);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

/* Notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top-color: #1FA9C6;
    border-radius: 14px;
    background: #f8fcfd;
    color: #333333;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: #1FA9C6;
}

.woocommerce-error::before {
    color: #EA7D1A;
}

/* Empty Cart */
.woocommerce-cart .cart-empty {
    background: #f8fcfd;
    border-radius: 18px;
    padding: 28px;
    text-align: center;
    color: #333333;
    font-weight: 700;
}

/* ================================
   Responsive - Tablet
================================ */
@media (max-width: 1024px) {
    .woocommerce-cart .cart-collaterals .cart_totals {
        width: 100% !important;
        float: none !important;
        margin-top: 26px;
    }

    .woocommerce-cart table.cart td,
    .woocommerce-cart table.cart thead th {
        padding: 14px 10px;
        font-size: 14px;
    }
}

/* ================================
   Responsive - Mobile
================================ */
@media (max-width: 768px) {

    .woocommerce-cart table.cart {
        border-radius: 16px;
        box-shadow: 0 8px 22px rgba(31, 169, 198, 0.12);
    }

    .woocommerce-cart table.cart thead {
        display: none;
    }

    .woocommerce-cart table.cart,
    .woocommerce-cart table.cart tbody,
    .woocommerce-cart table.cart tr,
    .woocommerce-cart table.cart td {
        display: block;
        width: 100%;
    }

    .woocommerce-cart table.cart tr.cart_item {
        margin-bottom: 18px;
        padding: 16px;
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 8px 22px rgba(0,0,0,0.06);
        border: 1px solid #eef3f5;
    }

    .woocommerce-cart table.cart td {
        border: none;
        padding: 10px 0;
        text-align: right !important;
    }

    .woocommerce-cart table.cart td::before {
        content: attr(data-title);
        float: right;
        color: #1FA9C6;
        font-weight: 800;
        margin-left: 10px;
    }

    .woocommerce-cart table.cart .product-thumbnail {
        text-align: center !important;
    }

    .woocommerce-cart table.cart .product-thumbnail::before {
        display: none;
    }

    .woocommerce-cart table.cart img {
        width: 110px;
        margin: 0 auto 10px;
    }

    .woocommerce-cart table.cart .product-name {
        text-align: center !important;
        font-size: 16px;
    }

    .woocommerce-cart table.cart .product-name::before {
        display: none;
    }

    .woocommerce-cart table.cart .product-remove {
        text-align: center !important;
        padding-top: 0;
    }

    .woocommerce-cart table.cart .product-remove::before {
        display: none;
    }

    .woocommerce-cart .quantity input.qty {
        width: 90px;
    }

    .woocommerce-cart table.cart td.actions {
        padding: 18px;
        border-radius: 16px;
    }

    .woocommerce-cart .coupon {
        display: block;
    }

    .woocommerce-cart .coupon input.input-text {
        width: 100% !important;
        min-width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce-cart .coupon button.button {
        width: 100%;
    }

    .woocommerce-cart table.cart td.actions > button.button {
        width: 100%;
        margin-top: 10px;
    }

    .woocommerce-cart .cart-collaterals .cart_totals {
        padding: 20px;
        border-radius: 18px;
    }

    .woocommerce-cart .cart_totals h2 {
        font-size: 21px;
        text-align: center;
    }

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        font-size: 16px !important;
        padding: 16px 20px !important;
    }
}

/* ================================
   Extra Small Mobile
================================ */
@media (max-width: 480px) {
    .woocommerce-cart table.cart tr.cart_item {
        padding: 14px;
    }

    .woocommerce-cart table.cart img {
        width: 96px;
    }

    .woocommerce-cart .button,
    .woocommerce-cart button.button,
    .woocommerce-cart input.button,
    .woocommerce-cart a.button {
        width: 100%;
        padding: 14px 18px !important;
        font-size: 14px !important;
    }

    .woocommerce-cart .cart_totals .order-total th,
    .woocommerce-cart .cart_totals .order-total td {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'وزیرمتن';
	font-display: auto;
	src: url('https://karenprint.com/wp-content/uploads/2026/05/Vazirmatnwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */