.elementor-167 .elementor-element.elementor-element-f2813ad{--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:15rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}:root{--page-title-display:none;}/* Start custom CSS for wc-elements, class: .elementor-element-fa07e37 *//* Cart Table Styling */
.woocommerce-cart-form .shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-family: 'Cinzel', serif; /* Add a medieval-style font */
}

.woocommerce-cart-form .shop_table th {
    background-color: #6a4f35; /* Warm brown to match the theme */
    color: #f0e6d2; /* Light parchment text color */
    padding: 12px 15px;
    font-size: 16px;
    text-align: left;
    border-bottom: 2px solid #5a4327;
    text-transform: uppercase;
}

.woocommerce-cart-form .shop_table td {
    padding: 12px 15px;
    border-bottom: 1px solid #d8d4cb;
    font-size: 14px;
    color: #333; /* Neutral text color */
    vertical-align: middle;
}

/* Remove Button Styling */
.woocommerce-cart-form .product-remove a {
    color: #9b2c2c; /* Deep red for remove buttons */
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-cart-form .product-remove a:hover {
    color: #c53030; /* Brighter red on hover */
}

/* Quantity Input Styling */
.woocommerce-cart-form .quantity input[type="number"] {
    width: 60px;
    height: 35px;
    border: 1px solid #d8d4cb;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0 auto;
}

/* Subtotal and Price Alignment */
.woocommerce-cart-form .product-subtotal,
.woocommerce-cart-form .product-price {
    text-align: right;
    color: #5a4327; /* Warm brown for price text */
}

/* Coupon Code Styling */
.coupon input[type="text"] {
    width: 200px;
    height: 35px;
    padding: 5px 10px;
    border: 1px solid #d8d4cb;
    border-radius: 5px;
    font-size: 14px;
}

.coupon .button {
    background-color: #6a4f35;
    color: #f0e6d2;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-left: 10px;
}

.coupon .button:hover {
    background-color: #5a4327;
    transform: scale(1.05);
}

/* Update Cart Button */
.actions .button {
    background-color: #6a4f35;
    color: #f0e6d2;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.actions .button:hover {
    background-color: #5a4327;
    transform: scale(1.05);
}

/* Cart Totals Styling */
.cart_totals {
    background-color: #f0e6d2;
    padding: 20px;
    border: 1px solid #d8d4cb;
    border-radius: 8px;
    font-family: 'Cinzel', serif;
}

.cart_totals h2 {
    font-size: 18px;
    color: #6a4f35;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cart_totals .shop_table th,
.cart_totals .shop_table td {
    padding: 10px 0;
    font-size: 16px;
    color: #333;
}

.cart_totals .order-total strong {
    color: #6a4f35;
    font-size: 18px;
}

/* Proceed to Checkout Button */
.wc-proceed-to-checkout .checkout-button {
    background-color: #6a4f35;
    color: #f0e6d2;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    text-align: center;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background-color: #5a4327;
    transform: scale(1.05);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .woocommerce-cart-form .shop_table {
        font-size: 13px;
    }
    .woocommerce-cart-form .quantity input[type="number"] {
        width: 50px;
        height: 30px;
    }
    .coupon input[type="text"] {
        width: 150px;
    }
    .coupon .button,
    .actions .button {
        font-size: 12px;
        padding: 6px 10px;
    }
}

.product-name > a{
    color: black;
    font-weight: 600;
}/* End custom CSS */