/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.7.1766739152
Updated: 2025-12-26 08:52:32

*/
.woocommerce-breadcrumb { display: none; }
/* Cart table */
.woocommerce-cart table.shop_table {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

/* Table head */
.woocommerce-cart table.shop_table thead th {
    background: #f9fafb;
    color: #111827;
    font-weight: 600;
    padding: 14px;
    border: 1px solid #e5e7eb !important;
}

/* Table rows */
.woocommerce-cart table.shop_table tbody td {
    padding: 16px 14px;
    border: 1px solid #e5e7eb !important;
    vertical-align: middle;
}

/* Product image */
.woocommerce-cart td.product-thumbnail img {
    max-width: 50px !important;
    border-radius: 8px;
}

/* Product name */
.woocommerce-cart td.product-name a {
    color: #111827;
    font-weight: 500;
    text-decoration: none;
}

.woocommerce-cart td.product-name a:hover {
    color: #685B4E;
}

/* Quantity input */
.woocommerce-cart .quantity input.qty {
    width: 70px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
}

/* Remove item */
.woocommerce-cart a.remove {
    color: #ef4444 !important;
    font-size: 22px;
}

.woocommerce-cart a.remove:hover {
    background: none;
    color: #dc2626 !important;
}

/* Coupon section */
.woocommerce-cart .coupon {
    display: flex;
    gap: 10px;
}

.woocommerce-cart .coupon input.input-text {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    min-width: 180px;
}

/* Buttons */
.woocommerce-cart button.button,
.woocommerce-cart .checkout-button {
    background: #685B4E;
    color: #fff;
    border-radius: 8px;
    padding: 12px 20px;
    border: none;
    font-weight: 600;
}

.woocommerce-cart button.button:hover,
.woocommerce-cart .checkout-button:hover {
    background: #685B4E;
    color: #fff;
}

/* Cart totals box */
.woocommerce-cart .cart-collaterals .cart_totals {
    background: #f9fafb;
    padding: 11px;
    border-radius: 12px;
    border: 1px solid #e5e7eb !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100%;
    border-radius: 0px;
}
.woocommerce-cart .cart-collaterals  .checkout-button { margin-top: 15px !important; }
.woocommerce-cart .cart_totals h2 {
    font-size: 20px;
    margin-bottom: 16px !important;
    margin-top: 0px !important;
}

/* Totals table */
.woocommerce-cart .cart_totals table {
    border: none;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    padding: 12px 0;
    
}
.woocommerce-cart .cart_totals table th {
    padding: 16px 14px;
    border: 1px solid #e5e7eb !important;
    vertical-align: middle;
}
/* Empty cart */
.woocommerce-cart .cart-empty {
    font-size: 18px;
    text-align: center;
    padding: 40px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-cart table.shop_table thead {
        display: none;
    }

    .woocommerce-cart table.shop_table tbody tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        padding: 10px;
    }

    .woocommerce-cart table.shop_table tbody td {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border: none;
    }
}
/* Checkout heading */
.woocommerce-checkout h1,
.woocommerce-checkout .entry-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}
table.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
    text-align: left;
}
table.shop_table.woocommerce-checkout-review-order-table th, table.shop_table.woocommerce-checkout-review-order-table tr, table.shop_table.woocommerce-checkout-review-order-table td {
    padding: 16px 14px !important;
    border: 1px solid #e5e7eb !important;
    vertical-align: middle;
}
.woocommerce-checkout-review-order ul {
    margin: 0rem 0 0rem !important;
    padding-left: 0;
    display: block !important;
}
/* Layout */
.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: flex-start;
}

/* Left & Right Boxes */
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout #order_review {
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.woocommerce-checkout .woocommerce-shipping-fields, .woocommerce-checkout .woocommerce-additional-fields, .woocommerce-checkout #customer_details .col-2 {
    display: none;
}
/* Section titles */
.woocommerce-checkout h3 {
    font-size: 22px;
    margin-bottom: 22px !important;
    margin-top: 0px !important;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
    color: #111827;
}

/* Form rows */
.woocommerce-checkout .form-row {
    margin-bottom: 18px;
}

/* Inputs */
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    width: 100%;
    padding: 14px 14px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    background: #fff;
}

/* Focus */
.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    border-color: #c59d5f;
    box-shadow: 0 0 0 3px rgba(197,157,95,0.2);
    outline: none;
}

/* Labels */
.woocommerce-checkout label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

/* Required star */
.woocommerce-checkout .required {
    color: #d97706;
}

/* Order review table */
.woocommerce-checkout table.shop_table {
    border: none;
    margin-bottom: 20px;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
}

.woocommerce-checkout table.shop_table th {
    font-weight: 600;
}

/* Totals emphasis */
.woocommerce-checkout .order-total th,
.woocommerce-checkout .order-total td {
    font-size: 18px;
    font-weight: 700;
}

/* Payment section */
.woocommerce-checkout #payment {
    background: #faf7f2;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #eadfcf;
    margin-bottom: 15px;
}
.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 0rem !important;
}
/* Payment methods */
.woocommerce-checkout #payment ul.payment_methods li {
    background: #ffffff;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    margin-bottom: 12px;
}

/* Privacy text */
.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
}

/* Place order button */
.woocommerce-checkout #place_order,
.woocommerce-checkout button.alt {
    background: #f4b400;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    padding: 16px;
    border-radius: 12px;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
}

.woocommerce-checkout #place_order:hover {
    background: #e0a800;
    transform: translateY(-1px);
}

/* Coupon / notice */
.woocommerce-checkout .woocommerce-info {
    background: #fff7ed;
    border-left: 4px solid #f4b400;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Error */
.woocommerce-checkout .woocommerce-error {
    background: #fee2e2;
    border-left: 4px solid #dc2626;
    padding: 16px;
    border-radius: 10px;
}
.woocommerce-checkout h3#order_review_heading {
    width: 100% !important;
    text-align: center;
    margin-top: 0px;
}
/* Mobile */
@media (max-width: 991px) {
    .woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout .woocommerce-billing-fields,
    .woocommerce-checkout #order_review {
        padding: 22px;
    }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none !important;
    margin-bottom: 30px !important;
    width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{ display: inline-flex;}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none!important;
    width: 100%!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 6px;
    margin-top: 0;
    text-align: left;
}