.elementor-1254 .elementor-element.elementor-element-4da66614{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}.elementor-1254 .elementor-element.elementor-element-4da66614:not(.elementor-motion-effects-element-type-background), .elementor-1254 .elementor-element.elementor-element-4da66614 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFEFEF;}@media(max-width:767px){.elementor-1254 .elementor-element.elementor-element-4da66614{--padding-top:25px;--padding-bottom:25px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for wc-elements, class: .elementor-element-a548952 *//* =========================================================
   BAZAR — CLASSIC WOOCOMMERCE CART CSS (FULL v4)
   Brand: #0D49AB
   ========================================================= */

.woocommerce-cart-form {
  margin-bottom: 30px;
}

/* ---------- Notices / Messages ---------- */
.woocommerce-notices-wrapper .woocommerce-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  background: #eaf6ec !important;
  color: #1e7a32 !important;
  border: 1px solid #bfe6c6 !important;
  border-left: 4px solid #1e7a32 !important;
  border-radius: 6px;
  padding: 14px 18px 14px 46px !important;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  color: #1e7a32 !important;
  font-size: 18px !important;
}
.woocommerce-notices-wrapper .woocommerce-message a.restore-item,
.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
  color: #0D49AB !important;
  font-weight: 700;
  text-decoration: underline;
}
.woocommerce-notices-wrapper .woocommerce-message a.restore-item:hover {
  color: #083B8C !important;
}

.woocommerce-notices-wrapper .woocommerce-error {
  position: relative;
  background: #EEF4FF !important;
  color: #0D49AB !important;
  border: 1px solid #C9D9F2 !important;
  border-left: 4px solid #0D49AB !important;
  border-radius: 6px;
  padding: 14px 18px 14px 46px !important;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
}
.woocommerce-notices-wrapper .woocommerce-error::before {
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  color: #0D49AB !important;
  font-size: 18px !important;
}

/* ---------- Cart table — attractive border ---------- */
.woocommerce-cart-form table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e8d9d0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(13, 73, 171, 0.06);
}

.woocommerce-cart-form table.shop_table thead th {
  background: #EEF4FF;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 16px;
  border-bottom: 1px solid #e8d9d0;
  text-align: left;
}

.woocommerce-cart-form table.shop_table tbody tr.cart_item {
  background: #fff;
  transition: background 0.2s ease;
}
.woocommerce-cart-form table.shop_table tbody tr.cart_item:hover {
  background: #F7FAFF;
}
.woocommerce-cart-form table.shop_table tbody tr.cart_item:not(:last-of-type) td {
  border-bottom: 1px solid #DDE7F5;
}

.woocommerce-cart-form table.shop_table tbody td {
  padding: 16px;
  border: none;
  vertical-align: middle;
  color: #444;
}

/* Remove (×) button */
.woocommerce-cart-form .product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #EEF4FF !important;
  color: #0D49AB !important;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
.woocommerce-cart-form .product-remove a.remove:hover {
  background: #0D49AB !important;
  color: #fff !important;
}

/* Thumbnail */
.woocommerce-cart-form .product-thumbnail img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e8d9d0;
}

/* Product name */
.woocommerce-cart-form .product-name a {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce-cart-form .product-name a:hover {
  color: #0D49AB;
}

/* Price */
.woocommerce-cart-form .product-price .amount,
.woocommerce-cart-form .product-subtotal .amount {
  color: #0D49AB;
  font-weight: 700;
}

/* Quantity input */
.woocommerce-cart-form .quantity {
  display: inline-flex;
  align-items: center;
}
.woocommerce-cart-form .quantity input.qty {
  width: 60px;
  height: 38px;
  padding: 0 8px;
  border: 1px solid #e8d9d0;
  border-radius: 6px;
  text-align: center;
  color: #1a1a1a;
  font-weight: 600;
}

/* Coupon row + actions */
.woocommerce-cart-form tr.actions td.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px;
  background: #fff;
  border-top: 1px solid #DDE7F5;
}

.woocommerce-cart-form .coupon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.woocommerce-cart-form .coupon input#coupon_code {
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e8d9d0;
  border-radius: 6px;
  color: #1a1a1a;
}

.woocommerce-cart-form button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  background: #fff !important;
  color: #0D49AB !important;
  border: 1px solid #0D49AB !important;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.woocommerce-cart-form button.button:hover:not(:disabled) {
  background: #0D49AB !important;
  color: #fff !important;
}
.woocommerce-cart-form button.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ---------- Cart totals sidebar ---------- */
.cart-collaterals {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}

.cart_totals {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border: 1px solid #e8d9d0;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(13, 73, 171, 0.06);
  padding: 22px;
}

.cart_totals h2 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
}

.cart_totals table.shop_table {
  width: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.cart_totals table.shop_table th,
.cart_totals table.shop_table td {
  background: transparent !important;
  padding: 12px 0;
  border: none !important;
  border-bottom: 1px solid #DDE7F5 !important;
  color: #444;
  font-size: 14px;
  text-align: left;
}
.cart_totals table.shop_table th {
  font-weight: 600;
  color: #1a1a1a;
}

.cart_totals tr.order-total th,
.cart_totals tr.order-total td {
  border-bottom: none !important;
  padding-top: 14px;
  font-size: 18px;
  font-weight: 700;
}
.cart_totals tr.order-total td .amount {
  color: #0D49AB;
}

/* ---------- Checkout button ---------- */
.wc-proceed-to-checkout {
  margin-top: 18px;
}
.cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  background: #0D49AB !important;
  background-color: #0D49AB !important;
  border: none !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(13, 73, 171, 0.25) !important;
  text-shadow: none !important;
}
.cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
  background: #083B8C !important;
  background-color: #083B8C !important;
  color: #fff !important;
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 767px) {

  /* Stop horizontal scroll / page shift */
  body,
  html {
    overflow-x: hidden !important;
  }

  .elementor-widget-wc-elements .elementor-widget-container,
  .woocommerce {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .woocommerce-cart-form table.shop_table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce-cart-form table.shop_table.shop_table_responsive,
  .woocommerce-cart-form table.shop_table.shop_table_responsive tbody {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
    border-radius: 0;
    box-shadow: none;
    border: none;
  }

  .woocommerce-cart-form table.shop_table.shop_table_responsive tr.cart_item {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #e8d9d0;
    border-radius: 10px;
    margin-bottom: 14px;
    padding: 16px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
  }

  .woocommerce-cart-form table.shop_table.shop_table_responsive tbody td {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    border: none !important;
    padding: 6px 0;
    text-align: left;
  }

  .woocommerce-cart-form table.shop_table.shop_table_responsive td.product-remove::before,
  .woocommerce-cart-form table.shop_table.shop_table_responsive td.product-thumbnail::before {
    content: none !important;
    display: none !important;
  }

  .woocommerce-cart-form table.shop_table.shop_table_responsive td.product-remove {
    position: absolute;
    top: 12px;
    right: 12px;
    width: auto !important;
    padding: 0;
  }

  .woocommerce-cart-form table.shop_table.shop_table_responsive td.product-thumbnail {
    width: 64px !important;
    margin-bottom: 10px;
  }
  .woocommerce-cart-form table.shop_table.shop_table_responsive td.product-thumbnail img {
    width: 60px;
    height: 60px;
  }

  .woocommerce-cart-form table.shop_table.shop_table_responsive td.product-name {
    background: transparent !important;
    text-align: left !important;
    padding: 8px 0 !important;
    margin-bottom: 8px;
  }
  .woocommerce-cart-form table.shop_table.shop_table_responsive td.product-name a {
    display: block;
    font-size: 15px;
    word-break: break-word;
  }

  .woocommerce-cart-form table.shop_table.shop_table_responsive td[data-title] {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-top: 1px solid #DDE7F5 !important;
  }
  .woocommerce-cart-form table.shop_table.shop_table_responsive td[data-title]:first-of-type {
    border-top: none !important;
  }
  .woocommerce-cart-form table.shop_table.shop_table_responsive td[data-title]::before {
    content: attr(data-title) !important;
    color: #777;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
  }

  .woocommerce-cart-form table.shop_table.shop_table_responsive td.product-name[data-title]::before {
    display: none;
  }
  .woocommerce-cart-form table.shop_table.shop_table_responsive td.product-name[data-title] {
    display: block !important;
  }

  .woocommerce-cart-form .quantity input.qty {
    width: 50px;
    height: 34px;
  }

  .woocommerce-cart-form tr.actions td.actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 0;
    border: none !important;
    background: transparent;
    margin-top: 6px;
  }

  .woocommerce-cart-form .coupon {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .woocommerce-cart-form .coupon input#coupon_code {
    width: 100%;
  }
  .woocommerce-cart-form .coupon button.button,
  .woocommerce-cart-form button[name="update_cart"] {
    width: 100%;
  }

  .cart-collaterals {
    justify-content: stretch;
  }
  .cart_totals {
    max-width: 100%;
  }

  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-error {
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce-cart-form table.shop_table.shop_table_responsive td[data-title]{
      padding: 8px 10px;
  }
}/* End custom CSS */