/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
/* Mini Cart Container */
.wpr-woo-mini-cart {
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    font-family: 'Poppins', sans-serif;
}

/* Product Item */
.wpr-woo-mini-cart .mini_cart_item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

/* Product Image */
.wpr-mini-cart-image img {
    border-radius: 8px;
    width: 70px;
    height: auto;
}

/* Product Name */
.wpr-mini-cart-name a {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
}

.wpr-mini-cart-name a:hover {
    color: #d4af37;
}

/* Quantity */
.wpr-mini-cart-quantity {
    font-size: 13px;
    color: #555;
}

/* Remove Button */
.wpr-mini-cart-remove a {
    color: #999;
    font-size: 18px;
    transition: 0.3s;
}

.wpr-mini-cart-remove a:hover {
    color: #ff4d4d;
}

/* Subtotal */
.woocommerce-mini-cart__total {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

/* Buttons Wrapper */
.woocommerce-mini-cart__buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

/* Shared Button Style */
.woocommerce-mini-cart__buttons a {
    flex: 1;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* View Cart Button */
.woocommerce-mini-cart__buttons a.wc-forward:not(.checkout) {
    background-color: #111827;
    color: #ffffff;
}

.woocommerce-mini-cart__buttons a.wc-forward:not(.checkout):hover {
    background-color: #d4af37;
    color: #ffffff;
}

/* Checkout Button */
.woocommerce-mini-cart__buttons a.checkout {
    background-color: #fef3c6;
    color: #bb4d00;
    border: 1px solid #fef3c6;
}

.woocommerce-mini-cart__buttons a.checkout:hover {
    background-color: #d4af37;
    color: #ffffff;
    border-color: #d4af37;
}
/* Product Title */
.wpr-mini-cart-name a {
    color: #000000 !important;
}
.wpr-mini-cart-product-name a span{
	color:black !important;
}
.wpr-mini-cart-name a:hover {
    color: #000000; /* same on hover (no change) */
}

/* Quantity text */
.wpr-mini-cart-quantity {
    color: #000000;
}

/* Remove (X) Icon */
.wpr-mini-cart-remove a {
    color: #000000 !important;
}

.wpr-mini-cart-remove a:hover {
    color: #000000;
}

/* Subtotal text */
.woocommerce-mini-cart__total {
    color: #000000;
}

.woocommerce-mini-cart__total strong {
    color: #000000;
}


/* CART PAGE WRAPPER */
.woocommerce-cart .woocommerce {
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* CART TABLE */
.woocommerce-cart table.shop_table {
    border-radius: 12px;
    overflow: hidden;
    border: none;
}

/* TABLE HEAD */
.woocommerce-cart table.shop_table th {
    background: #FFF8EC;
    color: #BD4D35;
    font-weight: 500;
    padding: 14px;
}
/* GLOBAL WOOCOMMERCE BUTTON STYLE */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-cart button,
.woocommerce-cart .button,
.woocommerce-cart a.button,
.woocommerce-checkout button,
.woocommerce-checkout .button,
.woocommerce-checkout a.button {
    background: #FFF8EC !important;
    color: #BD4D35 !important;
    border: 1px solid #BD4D35 !important;
    border-radius: 10px;
    padding: 10px 16px;
    transition: all 0.3s ease;
}

/* HOVER EFFECT (SAB BUTTONS) */
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-cart button:hover,
.woocommerce-cart .button:hover,
.woocommerce-cart a.button:hover,
.woocommerce-checkout button:hover,
.woocommerce-checkout .button:hover,
.woocommerce-checkout a.button:hover {
    background: #BD4D35 !important;
    color: #ffffff !important;
}

/* SPECIFIC: CHECKOUT BUTTON FIX */
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background: #FFF8EC !important;
    color: #BD4D35 !important;
}

/* HOVER */
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background: #BD4D35 !important;
    color: #ffffff !important;
}
/* TABLE BODY */
.woocommerce-cart table.shop_table td {
    padding: 14px;
    border-bottom: 1px solid #eee;
}

/* PRODUCT IMAGE */
.woocommerce-cart table.shop_table td img {
    width: 70px;
    border-radius: 10px;
    transition: 0.3s;
}
.woocommerce-cart table.shop_table td img:hover {
    transform: scale(1.08);
}

/* PRODUCT NAME */
.woocommerce-cart .product-name a {
    color: #000;
    font-weight: 500;
    transition: 0.3s;
}
.woocommerce-cart .product-name a:hover {
    color: #f6aaa4;
}

/* QUANTITY INPUT */
.woocommerce-cart .quantity input.qty {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 6px;
    width: 60px;
    text-align: center;
}

/* REMOVE BUTTON */
.woocommerce-cart .product-remove a {
    color: red;
    font-size: 18px;
}

/* UPDATE CART BUTTON */
.woocommerce-cart button[name="update_cart"] {
    background: #000;
    color: #fff;
    border-radius: 8px;
    padding: 10px 18px;
    transition: 0.3s;
}
.woocommerce-cart button[name="update_cart"]:hover {
    background: #f6aaa4;
}

/* COUPON FIELD */
.woocommerce-cart .coupon input {
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #ddd;
}

/* APPLY COUPON BUTTON */
.woocommerce-cart .coupon button {
    background: #f6aaa4;
    color: #fff;
    border-radius: 8px;
    transition: 0.3s;
}
.woocommerce-cart .coupon button:hover {
    background: #000;
}

/* CART TOTALS BOX */
.cart_totals {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* TOTAL PRICE */
.cart_totals h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

/* CHECKOUT BUTTON */
.wc-proceed-to-checkout a.checkout-button {
    background: #f6aaa4;
    color: #fff !important;
    border-radius: 10px;
    padding: 14px;
    text-align: center;
    display: block;
    transition: 0.3s;
}
.wc-proceed-to-checkout a.checkout-button:hover {
    background: #000;
}

/* EMPTY CART */
.woocommerce-cart .cart-empty {
    text-align: center;
    font-size: 18px;
    padding: 40px 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .woocommerce-cart table.shop_table td {
        padding: 10px;
    }

    .woocommerce-cart table.shop_table td img {
        width: 55px;
    }

    .cart_totals {
        margin-top: 20px;
    }
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}




/* contact form */
.custom-contact-form {
  max-width: 900px;
  font-family: Arial, sans-serif;
}

.custom-contact-form .row {
  display: flex;
  gap: 20px;
}

.custom-contact-form .field {
  margin-bottom: 15px;
  width: 100%;
}

.custom-contact-form .half {
  width: 50%;
}

.custom-contact-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #333;
}

/* Inputs */
.custom-contact-form input,
.custom-contact-form textarea {
  width: 100%;
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  background: #f3f4f6;
  font-size: 14px;
  color: #333;
}

/* Input height match */
.custom-contact-form input {
  height: 38px;
}

/* Textarea */
.custom-contact-form textarea {
  height: 60px;
  resize: none;
}

/* Placeholder color */
.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
  color: #9ca3af;
}

/* Submit Button */
.custom-contact-form .submit-btn input[type="submit"] {
  background: #d4a017;
  color: #fff;
  border: none;
  padding: 10px 22px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Hover */
.custom-contact-form .submit-btn input[type="submit"]:hover {
  background: #b89014;
}