.elementor-9 .elementor-element.elementor-element-7f6b7237 > .elementor-container{max-width:1100px;}.elementor-9 .elementor-element.elementor-element-bfd8c5c{--update-cart-automatically-display:none;}:root{--page-title-display:none;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-bfd8c5c *//* ======================================================
   FITWEAR SPORTY CART - ULTIMATE STYLING & COUPON TOGGLE
   Fonts: Zen Dots & Space Grotesk
   ====================================================== */

/* ১. গুগল ফন্টস ইমপোর্ট */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Zen+Dots&display=swap');

:root {
  --fit-red: #ff1824;
  --fit-black: #111111;
  --fit-border: #e6e6e6;
  --fit-bg-light: #fafafa;
  
  --font-heading: 'Zen Dots', cursive, sans-serif;
  --font-body: 'Space Grotesk', sans-serif;
}

/* ------------------------------------------------------
   ২. বেস ও রিসেট স্টাইল (শুধুমাত্র কার্ট ও এলিমেন্টর উইজেটের জন্য সীমাবদ্ধ)
   ------------------------------------------------------ */
.elementor-widget-woocommerce-cart,
.elementor-widget-woocommerce-cart *,
.woocommerce-cart-form,
.woocommerce-cart-form * {
  box-shadow: none !important;
  border-radius: 0px !important;
  font-family: var(--font-body) !important;
  box-sizing: border-box !important;
}

.elementor-widget-woocommerce-cart .shop_table,
.woocommerce-cart-form .shop_table {
  border: none !important;
  border-collapse: collapse !important;
  width: 100% !important;
  background-color: #ffffff !important;
}

/* পুরানো অ্যাকশন/কুপন রো হাইড করা হলো */
.elementor-widget-woocommerce-cart td.actions,
.elementor-widget-woocommerce-cart .actions,
.woocommerce-cart-form td.actions,
.woocommerce-cart-form .actions {
  display: none !important;
}

/* ------------------------------------------------------
   ৩. টেবিল হেডার (Desktop)
   ------------------------------------------------------ */
.elementor-widget-woocommerce-cart .shop_table th,
.woocommerce-cart-form .shop_table th {
  font-family: var(--font-heading) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  color: var(--fit-black) !important;
  background-color: #ffffff !important;
  padding: 16px 18px !important;
  vertical-align: middle !important;
  border-top: 1px solid var(--fit-border) !important;
  border-bottom: 1px solid var(--fit-border) !important;
  border-right: 1px solid var(--fit-border) !important;
  border-left: none !important;
}

.elementor-widget-woocommerce-cart .shop_table th:first-child,
.woocommerce-cart-form .shop_table th:first-child { border-left: none !important; }
.elementor-widget-woocommerce-cart .shop_table th:last-child,
.woocommerce-cart-form .shop_table th:last-child { border-right: none !important; }

/* ------------------------------------------------------
   ৪. প্রডাক্ট রো স্টাইলিং (Desktop)
   ------------------------------------------------------ */
.elementor-widget-woocommerce-cart .shop_table tbody td,
.woocommerce-cart-form .shop_table tbody td {
  border: none !important; 
  padding: 18px 15px !important;
  vertical-align: middle !important;
  font-family: var(--font-body) !important;
}

.elementor-widget-woocommerce-cart .product-thumbnail img,
.woocommerce-cart-form .product-thumbnail img {
  display: block !important;
  width: 70px !important;
  height: 70px !important;
  max-width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border: 1px solid var(--fit-border) !important;
  background-color: var(--fit-bg-light) !important;
  padding: 3px !important;
  margin: 0 !important;
}

.elementor-widget-woocommerce-cart .product-name a,
.woocommerce-cart-form .product-name a {
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: var(--fit-black) !important;
  text-transform: capitalize !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
}

.elementor-widget-woocommerce-cart .product-price,
.elementor-widget-woocommerce-cart .product-subtotal,
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal {
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: var(--fit-black) !important;
  white-space: nowrap !important;
}

.elementor-widget-woocommerce-cart td.product-remove a.remove,
.woocommerce-cart-form td.product-remove a.remove {
  color: var(--fit-red) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  background: transparent !important;
  border: none !important;
  line-height: 1 !important;
  display: inline-block !important;
}


/* ======================================================
   🔥 ৫. কার্ট টোটালস এবং কুপন টগল সেকশন স্টাইল
   ====================================================== */
.cart_totals {
  margin-top: 40px !important;
  background-color: #ffffff !important;
}

.cart_totals h2 {
  font-family: var(--font-heading) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  color: var(--fit-black) !important;
  margin-bottom: 18px !important;
  padding-bottom: 6px !important;
  border-bottom: 2px solid var(--fit-black) !important;
  display: inline-block !important;
}

/* কুপন টগল বক্স স্টাইল */
.cart-coupon-toggle-wrap {
  margin-bottom: 20px !important;
  border: 1px solid var(--fit-border) !important;
  background: #ffffff !important;
}

.cart-coupon-toggle-btn {
  display: block !important;
  padding: 14px 18px !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--fit-black) !important;
  text-decoration: none !important;
  background: var(--fit-bg-light) !important;
  border-bottom: 1px solid transparent !important;
  transition: all 0.3s ease !important;
}

.cart-coupon-toggle-btn span {
  color: var(--fit-red) !important;
  font-weight: 500 !important;
}

.cart-coupon-toggle-btn.active {
  border-bottom-color: var(--fit-border) !important;
  background: #ffffff !important;
}

.cart-coupon-dropdown {
  padding: 18px !important;
  background: #ffffff !important;
}

/* টোকেন ড্রপডাউনের ভেতরের কুপন ফর্ম */
.cart_totals .coupon {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.cart_totals .coupon input[type="text"] {
  width: 100% !important;
  height: 48px !important;
  border: 1px solid var(--fit-border) !important;
  padding: 10px 16px !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--fit-black) !important;
  background: #ffffff !important;
}

.cart_totals .button,
.woocommerce-cart-form .button,
.elementor-widget-woocommerce-cart .button,
.cart_totals input[type="submit"],
.woocommerce-cart-form input[type="submit"],
.elementor-widget-woocommerce-cart input[type="submit"],
.cart_totals button[type="submit"],
.woocommerce-cart-form button[type="submit"],
.elementor-widget-woocommerce-cart button[type="submit"],
.cart_totals .checkout-button,
.woocommerce-cart-form .checkout-button,
.elementor-widget-woocommerce-cart .checkout-button {
  font-family: var(--font-heading) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  background-color: var(--fit-red) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0 24px !important;
  height: 48px !important;
  line-height: 48px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  width: 100% !important;
}

.cart_totals .button:hover,
.woocommerce-cart-form .button:hover,
.elementor-widget-woocommerce-cart .button:hover,
.cart_totals input[type="submit"]:hover,
.woocommerce-cart-form input[type="submit"]:hover,
.elementor-widget-woocommerce-cart input[type="submit"]:hover,
.cart_totals button[type="submit"]:hover,
.woocommerce-cart-form button[type="submit"]:hover,
.elementor-widget-woocommerce-cart button[type="submit"]:hover,
.cart_totals .checkout-button:hover,
.woocommerce-cart-form .checkout-button:hover,
.elementor-widget-woocommerce-cart .checkout-button:hover {
  background-color: var(--fit-black) !important;
}

.cart_totals table.shop_table tr th {
  border-top: 1px solid var(--fit-border) !important;
  border-bottom: 1px solid var(--fit-border) !important;
  padding: 16px 0 !important;
  text-align: left !important;
  font-family: var(--font-body) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: var(--fit-black) !important;
  width: 50% !important;
}

.cart_totals table.shop_table tr td {
  border-top: 1px solid var(--fit-border) !important;
  border-bottom: 1px solid var(--fit-border) !important;
  padding: 16px 0 !important;
  text-align: right !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  color: var(--fit-black) !important;
  width: 50% !important;
}


/* ======================================================
   🔥 ৬. মোবাইল রেসপন্সিভ লেআউট (Mobile View)
   ====================================================== */

@media (max-width: 768px) {

  .woocommerce-cart-form table.shop_table td::before,
  .woocommerce-cart-form table.shop_table_responsive tr td::before,
  .elementor-widget-woocommerce-cart table.shop_table td::before,
  .elementor-widget-woocommerce-cart table.shop_table_responsive tr td::before {
    content: "" !important;
    display: none !important;
  }

  .elementor-widget-woocommerce-cart,
  .woocommerce-cart-form,
  .woocommerce-cart-form .shop_table {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .woocommerce-cart-form table.shop_table tbody tr.cart_item,
  .elementor-widget-woocommerce-cart table.shop_table tbody tr.cart_item {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid var(--fit-border) !important;
  }

  /* সারী ১: Image + Name + Delete */
  .woocommerce-cart-form table.shop_table td.product-thumbnail,
  .elementor-widget-woocommerce-cart table.shop_table td.product-thumbnail {
    order: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    padding: 0 8px 0 0 !important;
    margin: 0 !important;
  }

  .woocommerce-cart-form .product-thumbnail img,
  .elementor-widget-woocommerce-cart .product-thumbnail img {
    width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
    padding: 1px !important;
  }

  .woocommerce-cart-form table.shop_table td.product-name,
  .elementor-widget-woocommerce-cart table.shop_table td.product-name {
    order: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    width: calc(100% - 85px) !important;
    padding: 0 6px 0 0 !important;
    margin: 0 !important;
  }

  .woocommerce-cart-form .product-name a,
  .elementor-widget-woocommerce-cart .product-name a {
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    word-break: break-word !important;
    display: block !important;
    color: var(--fit-black) !important;
  }

  .woocommerce-cart-form table.shop_table td.product-remove,
  .elementor-widget-woocommerce-cart table.shop_table td.product-remove {
    order: 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .woocommerce-cart-form td.product-remove a.remove,
  .elementor-widget-woocommerce-cart td.product-remove a.remove {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  /* সারী ২: Price + Quantity + Subtotal */
  .woocommerce-cart-form table.shop_table td.product-price,
  .woocommerce-cart-form table.shop_table td.product-quantity,
  .woocommerce-cart-form table.shop_table td.product-subtotal,
  .elementor-widget-woocommerce-cart table.shop_table td.product-price,
  .elementor-widget-woocommerce-cart table.shop_table td.product-quantity,
  .elementor-widget-woocommerce-cart table.shop_table td.product-subtotal {
    display: inline-flex !important;
    align-items: center !important;
    margin-top: 10px !important;
    padding: 0 !important;
    font-size: 13px !important;
    width: auto !important;
  }

  .woocommerce-cart-form table.shop_table td.product-price,
  .elementor-widget-woocommerce-cart table.shop_table td.product-price {
    order: 4 !important;
    justify-content: flex-start !important;
    color: #666666 !important;
  }

  .woocommerce-cart-form table.shop_table td.product-price::before,
  .elementor-widget-woocommerce-cart table.shop_table td.product-price::before {
    content: "Price: " !important;
    display: inline-block !important;
    font-weight: 500 !important;
    color: #666666 !important;
    margin-right: 4px !important;
  }

  .woocommerce-cart-form table.shop_table td.product-quantity,
  .elementor-widget-woocommerce-cart table.shop_table td.product-quantity {
    order: 5 !important;
    justify-content: center !important;
  }

  .woocommerce-cart-form table.shop_table td.product-subtotal,
  .elementor-widget-woocommerce-cart table.shop_table td.product-subtotal {
    order: 6 !important;
    justify-content: flex-end !important;
    font-weight: 700 !important;
    color: var(--fit-black) !important;
  }

  .cart_totals {
    margin-top: 25px !important;
  }

  /* কার্ট টোটালস মোবাইল ভিউ ফিক্স */
  .cart_totals table.shop_table,
  .cart_totals table.shop_table tbody,
  .cart_totals table.shop_table tr {
    display: block !important;
    width: 100% !important;
  }

  .cart_totals table.shop_table tr {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid var(--fit-border) !important;
  }

  .cart_totals table.shop_table tr th,
  .cart_totals table.shop_table tr td {
    display: block !important;
    width: auto !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .cart_totals table.shop_table tr th {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--fit-black) !important;
    text-align: left !important;
  }

  .cart_totals table.shop_table tr td {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--fit-black) !important;
    text-align: right !important;
  }
}/* End custom CSS */