.elementor-13 .elementor-element.elementor-element-2bbf245{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}:root{--page-title-display:none;}/* Start custom CSS for wc-elements, class: .elementor-element-44c715e *//* Cart Title */
.woocommerce-cart h1 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

/* Cart Table Styling */
.woocommerce-cart table.shop_table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  border-radius: 0px;
}

.woocommerce-cart table.shop_table thead {
  background-color: #000;
  color: #fff;
  font-size: 24px;
  font-family: 'Times New Roman';
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  font-family: 'Times New Roman';
  }

.woocommerce-cart table.shop_table td.product-thumbnail img {
  max-width: 80px;
  
  
}

/* Price and Discount Styling */
.woocommerce-cart .woocommerce-Price-amount {
  font-weight: bold;
  font-size: 18px;
  color: #A8713B;
  font-family: lato;
}

.woocommerce-cart del {
  color: #A8713B;
  font-size: 14px;
}

.woocommerce-cart ins {
  text-decoration: none;
  color: #000;
}

/* Quantity Box */
.woocommerce .quantity .qty {
  width: 60px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 0px;
}

/* Remove Item */
.woocommerce-cart a.remove {
  color: red !important;
  font-size: 20px;
}

/* Coupon Section */
.woocommerce-cart .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
 

}

.woocommerce-cart input.input-text {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 0px;
}

.woocommerce-cart button.button {
  background-color:    #A8713B;
  border-radius: 0px;
  font-size: 14px;
  color: #fff;
  padding: 10px 25px;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.woocommerce-cart button.button:hover {
  background-color: #2B2B2B;
  color: White;
}

/* Totals Box */
.cart_totals {
  background-color: #f8f8f8;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border-radius: 0px;

}

.cart_totals h2 {
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.cart_totals table {
  width: 100%;
}

.cart_totals .woocommerce-Price-amount {
  color: #000;
}

/* Proceed to Checkout Button */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #A8713B;
  border-radius: 0px;
  color: #fff;
  padding: 15px 40px;
  font-size: 18px;
  font-family: lato;
  display: block;
  text-align: center;
  margin-top: 20px;
  transition: background 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #2B2B2B;
}

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

  .woocommerce-cart .coupon {
    flex-direction: column;
  }
}/* End custom CSS */