.elementor-37 .elementor-element.elementor-element-13bf350 > .elementor-container{max-width:1400px;}.elementor-37 .elementor-element.elementor-element-13bf350{margin-top:100px;margin-bottom:100px;}.elementor-37 .elementor-element.elementor-element-248bb99 .cart_totals h2{font-family:"Raleway", Sans-serif;font-size:14px;}.elementor-37 .elementor-element.elementor-element-248bb99 .e-cart-content, .elementor-37 .elementor-element.elementor-element-248bb99 .woocommerce-shipping-destination, .elementor-37 .elementor-element.elementor-element-248bb99 .shipping-calculator-button{font-family:"Raleway", Sans-serif;font-size:12px;}.elementor-37 .elementor-element.elementor-element-248bb99 #shipping_method li label{font-family:"Raleway", Sans-serif;font-size:12px;}@media(max-width:1366px){.elementor-37 .elementor-element.elementor-element-13bf350{margin-top:80px;margin-bottom:80px;}}@media(max-width:1023px){.elementor-37 .elementor-element.elementor-element-13bf350{margin-top:50px;margin-bottom:50px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-248bb99 *//* ==========================================================================
   smileffect® Raleway Cart Styling (Pure Sharp Architecture)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600&display=swap');

/* 1. Global Font Force: Every element in cart uses Raleway */
.e-cart__container,
.e-cart__container * {
  font-family: 'Raleway', sans-serif !important;
  box-sizing: border-box;
}

/* 2. Desktop 2-Column Grid Layout */
@media (min-width: 992px) {
  .e-cart__container {
    display: grid !important;
    grid-template-columns: 1fr 380px !important;
    gap: 40px !important;
    align-items: start !important;
  }
  
  .e-cart__column-start,
  .e-cart__column-end {
    width: 100% !important;
  }

  .e-sticky-right-column {
    position: sticky !important;
    top: 30px !important;
  }
}

/* 3. Labels, Headers & Table Titles (Uppercased, Weight 400) */
.e-cart__container label,
.e-cart__container th,
.e-cart__container h2,
.e-cart__container .product-name a,
.e-cart__container .shipping-calculator-button,
.e-cart__container td::before {
  font-family: 'Raleway', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  letter-spacing: 1.2px !important;
  color: #121212 !important;
  background: ;
}

.e-cart__container h2 {
  font-size: 14px !important;
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

/* 4. Buttons (Uppercased, No Border Radius, Weight 400, Letter Spacing 1.5px) */
.e-cart__container button,
.e-cart__container .button,
.e-cart__container a.button,
.e-cart__container input[type="submit"],
.e-cart__container .checkout-button {
  font-family: 'Raleway', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  letter-spacing: 1.5px !important;
  border-radius: 0 !important;
  background-color: #bb8f20 !important;
  color: #ffffff !important;
  border: 1px solid #bb8f20 !important;
  padding: 14px 24px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 12px !important;
}

/* Primary Button Hover (Gold Highlight) */
.e-cart__container button:hover,
.e-cart__container .button:hover,
.e-cart__container a.button:hover,
.e-cart__container .checkout-button:hover {
  background-color: #bb8f20 !important;
  border-color: #bb8f20 !important;
  color: #ffffff !important;
}

/* Proceed to Checkout Main Call-to-Action */
.e-cart__container .checkout-button {
  width: 100% !important;
  padding: 18px 30px !important;
  font-size: 14px !important;
  margin-top: 15px !important;
}

/* Disabled State for Buttons */
.e-cart__container button:disabled,
.e-cart__container .button:disabled {
  background-color: #bb8f20 !important;
  border-color: #bb8f20 !important;
  color: fff !important;
  cursor: not-allowed !important;
}

/* 5. Inputs, Quantity & Select Dropdowns (Sharp Edges) */
.e-cart__container input[type="text"],
.e-cart__container input[type="number"],
.e-cart__container select {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  border: 1px solid #e0e0e0 !important;
  padding: 12px 14px !important;
  background-color: #fafafa !important;
  color: #121212 !important;
  outline: none !important;
}

.e-cart__container input:focus,
.e-cart__container select:focus {
  border-color: #c59b27 !important;
  background-color: #ffffff !important;
}

/* Quantity Box */
.e-cart__container .quantity input.qty {
  width: 65px !important;
  text-align: center !important;
}

/* 6. Coupon Layout & Form */
.e-cart__container .coupon-col {
  display: flex !important;
  gap: 10px !important;
  margin-top: 25px !important;
}

.e-cart__container .coupon-col-start {
  flex-grow: 1 !important;
}

.e-cart__container .coupon-col-start input {
  width: 100% !important;
}

/* 7. Cart Table & Order Summary Styling */
.e-cart__container table.shop_table {
  width: 100% !important;
  border-collapse: collapse !important;
  border: 1px solid #e0e0e0 !important;
  background: #ffffff !important;
}

.e-cart__container table.shop_table th,
.e-cart__container table.shop_table td {
  padding: 16px 20px !important;
  border-bottom: 1px solid #e0e0e0 !important;
  vertical-align: middle !important;
}

.e-cart__container .product-remove a.remove {
  font-size: 1.4rem !important;
  color: #999999 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.e-cart__container .product-remove a.remove:hover {
  color: #c59b27 !important;
}

/* Cart Totals Box */
.e-cart-totals {
  background: #ffffff !important;
  padding: 30px 25px !important;
  border: 1px solid #e0e0e0 !important;
}

.e-cart-totals table.shop_table {
  border: none !important;
}

.e-cart-totals table.shop_table tr.order-total th,
.e-cart-totals table.shop_table tr.order-total td {
  border-top: 2px solid #121212 !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
}

.e-cart-totals table.shop_table tr.order-total th, .e-cart-totals table.shop_table tr.order-total td

 {
    border-top: 1px solid #12121233 !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
}


.woocommerce-account table th, .woocommerce-checkout table th, .woocommerce-cart table.shop_table th, .elementor-widget-woocommerce-my-account table th {
    padding: 0.85rem 1rem !important;
    background: #bb8f2020 !important;
    color: #374151 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    text-align: left !important;
    border-bottom: 0px solid #e5e7eb !important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-13bf350 */@media (max-width: 480px) {
    .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
        padding: 0px;
    }
}/* End custom CSS */