.elementor-601 .elementor-element.elementor-element-ce2f049{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-601 .elementor-element.elementor-element-ce2f049.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-601 .elementor-element.elementor-element-9cb6f59{width:100%;max-width:100%;}body.elementor-page-601:not(.elementor-motion-effects-element-type-background), body.elementor-page-601 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F0F0;}@media(min-width:768px){.elementor-601 .elementor-element.elementor-element-ce2f049{--content-width:1180px;}}/* Start custom CSS for html, class: .elementor-element-9cb6f59 *//* Mitukartz checkout — Appearance → Customize → Additional CSS
   (or Elementor page → Advanced → Custom CSS) */

@import url("https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@500;600;700&family=Great+Vibes&family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --mk-orange: #ff4500;
  --mk-footer: #ff5100;
  --mk-ink: #070002;
  --mk-page: #f0f0f0;
  --mk-line: #dddddd;
  --mk-icon: #e5e5e5;
  --mk-pay: #28a745;
  --mk-remove: #ff6b81;
}

.mk-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 35px 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  font-family: Poppins, sans-serif;
  color: #222;
}
@media (max-width: 991px) {
  .mk-wrap { grid-template-columns: 1fr; }
  .mk-order { order: -1; }
}

.mk-card {
  background: #fff;
  border: 1px solid var(--mk-line);
  overflow: hidden;
}
.checkout-shipping .card-header {
  background: #000;
  color: #fff;
  padding: 25px;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}
.mk-form-body { padding: 20px; }

.customized-input-box {
  position: relative;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 60px 1fr;
}
.customized-input-box label {
  grid-column: 1 / -1;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  font-family: "Baloo Da 2", Poppins, sans-serif;
}
.customized-input-box .input-icon-label {
  grid-column: 1;
  grid-row: 2;
  width: 60px;
  height: 40px;
  background: var(--mk-icon);
  border: 1px solid #ccc;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  z-index: 1;
}
.customized-input-box input {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  height: 40px;
  padding: 0 12px 0 70px;
  border: 1px solid var(--mk-line);
  border-radius: 4px;
  font-size: 14px;
}
.customized-input-box > p {
  grid-column: 1 / -1;
}

.ship-box { border: 1px solid var(--mk-line); border-radius: 6px; overflow: hidden; }
.ship-item { border-bottom: 1px solid var(--mk-line); }
.ship-item:last-child { border-bottom: 0; }
.ship-item label {
  cursor: pointer; position: relative; display: block;
  padding: 14px 12px 14px 44px; margin: 0; font-weight: 700; font-size: 14px;
  font-family: "Baloo Da 2", Poppins, sans-serif;
}
.ship-item input { position: absolute; opacity: 0; }
.ship-item label::before {
  content: ""; position: absolute; width: 22px; height: 22px;
  border: 2px solid var(--mk-ink); border-radius: 50%;
  top: 50%; left: 10px; transform: translateY(-50%);
}
.ship-item input:checked + label::after {
  content: ""; position: absolute; width: 12px; height: 12px;
  background: var(--mk-ink); border-radius: 50%;
  top: 50%; left: 15px; transform: translateY(-50%);
}

.pay-stack { margin-top: 4px; }
.pay-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pay-radio { position: absolute; opacity: 0; pointer-events: none; }
.payment_method {
  flex: 1 1 84px; max-width: 118px; min-height: 92px;
  border: 1px solid var(--mk-line); border-radius: 8px;
  padding: 10px 6px 8px; text-align: center; background: #fff; cursor: pointer;
}
.pay-stack:has(#pay-bkash:checked) label[for="pay-bkash"],
.pay-stack:has(#pay-nagad:checked) label[for="pay-nagad"],
.pay-stack:has(#pay-rocket:checked) label[for="pay-rocket"],
.pay-stack:has(#pay-upay:checked) label[for="pay-upay"],
.pay-stack:has(#pay-cod:checked) label[for="pay-cod"] {
  border-color: var(--mk-pay);
  box-shadow: 0 0 10px rgb(40 167 69 / 0.22);
}
.payment_method img { height: 36px; margin: 0 auto 6px; display: block; object-fit: contain; }
.payment_method span { display: block; font-size: 11px; font-weight: 700; }

.mk-pay-box {
  display: none;
  margin-top: 14px;
  border: 1px solid var(--mk-line);
  background: #f7f7f7;
  border-radius: 6px;
  padding: 14px;
  font-size: 14px;
}
.pay-stack:has(#pay-bkash:checked) .det-bkash,
.pay-stack:has(#pay-nagad:checked) .det-nagad,
.pay-stack:has(#pay-rocket:checked) .det-rocket,
.pay-stack:has(#pay-upay:checked) .det-upay { display: block; }

.mk-pay-head { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.mk-pay-head img { height: 28px; }
.mk-pay-copy {
  background: var(--mk-ink); color: #fff; border: 0; border-radius: 4px;
  padding: 3px 10px; font-size: 12px; cursor: pointer;
}
.mk-pay-box ol { margin: 6px 0 8px 18px; padding: 0; }
.mk-pay-box li { margin: 3px 0; }
.mk-pay-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 10px; }
@media (max-width: 640px) { .mk-pay-fields { grid-template-columns: 1fr; } }
.mk-pay-fields label { font-size: 12px; font-weight: 700; display: block; }
.mk-pay-fields input {
  width: 100%; height: 36px; border: 1px solid var(--mk-line);
  border-radius: 4px; padding: 0 8px; margin-top: 4px; font-weight: 400;
}

.order_place {
  background: var(--mk-ink); width: 100%; padding: 12px 0; color: #fff;
  text-transform: uppercase; font-weight: 600; border-radius: 5px; border: 0;
  font-size: 15px; margin-top: 16px; cursor: pointer;
}

.mk-table { width: 100%; border-collapse: collapse; text-align: center; font-size: 13px; }
.mk-table th, .mk-table td { border-bottom: 1px solid var(--mk-line); padding: 10px 8px; }
.mk-table tfoot th { text-align: right; }
.delete-btn {
  width: 28px; height: 28px; border: 0; border-radius: 50%;
  background: var(--mk-remove); color: #fff; font-weight: 700; cursor: pointer;
}
.qty-step { display: inline-flex; border: 1px solid var(--mk-line); border-radius: 4px; height: 32px; }
.qty-step button { width: 28px; border: 0; background: #fff; cursor: pointer; }
.qty-step span { min-width: 28px; display: grid; place-items: center; font-weight: 600; }
.mk-prod { display: flex; align-items: center; gap: 8px; text-align: left; }
.mk-prod img { width: 40px; height: 40px; object-fit: cover; border: 1px solid #ddd; border-radius: 4px; }
.mk-empty { padding: 24px 12px; color: #555; }

.coupon-wrap { background: #ddd; padding: 10px; }
.coupon-bar {
  display: flex; align-items: center; height: 44px;
  border: 1px solid var(--mk-line); border-radius: 50px;
  background: #fff; padding: 4px 4px 4px 16px;
}
.coupon-bar input { flex: 1; border: 0; outline: none; min-width: 0; }
.coupon-bar button {
  background: var(--mk-ink); color: #fff; border: 0; border-radius: 50px;
  padding: 0 22px; height: 36px; font-weight: 700; letter-spacing: .04em; cursor: pointer;
}
.mk-coupon-msg { margin: 6px 8px 0; font-size: 12px; }

/* ---- Kill the huge white gap under the form (Woodmart + Elementor) ---- */
body:has(.mk-wrap) .main-page-wrapper,
body:has(.mk-wrap) .wd-page-content,
body:has(.mk-wrap) .content-layout-wrapper,
body:has(.mk-wrap) .wd-content-layout,
body:has(.mk-wrap) .site-content,
body:has(.mk-wrap) #content,
body:has(.mk-wrap) .entry-content,
body:has(.mk-wrap) article.page,
body:has(.mk-wrap) .elementor-section-wrap,
body:has(.mk-wrap) .elementor-location-single,
body:has(.mk-wrap) .elementor-top-section,
body:has(.mk-wrap) .elementor-section.elementor-section-items-stretch,
body:has(.mk-wrap) .elementor-section-height-min-height,
body:has(.mk-wrap) .elementor-section-height-full,
body:has(.mk-wrap) .elementor-widget-html,
body:has(.mk-wrap) .elementor-widget-html > .elementor-widget-container,
body:has(.mk-wrap) .elementor-widget-wrap {
  min-height: 0 !important;
  height: auto !important;
}
body:has(.mk-wrap) .elementor-top-section {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
body:has(.mk-wrap) .page-title,
body:has(.mk-wrap) .wd-page-title,
body:has(.mk-wrap) .title-size-default {
  display: none !important;
}
.mk-wrap { align-items: start; padding: 12px !important; margin-bottom: 0 !important; }

/* Theme buttons are huge — keep delete / qty compact */
#mk-checkout .delete-btn,
.mk-table .delete-btn {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 0 !important;
  padding: 0 !important;
  line-height: 28px !important;
  font-size: 16px !important;
  border-radius: 50% !important;
  background: var(--mk-remove) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
#mk-checkout .qty-step button,
.mk-table .qty-step button {
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  background: #fff !important;
  color: #222 !important;
  border-radius: 0 !important;
}

/* ---- Mobile: stack the order table so QTY/Total are not clipped ---- */
@media (max-width: 767px) {
  .mk-wrap {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 10px 8px 16px !important;
  }
  .mk-order { order: -1; }
  .checkout-shipping .card-header { padding: 14px 16px; font-size: 15px; }
  .mk-form-body { padding: 14px 12px 16px; }
  .customized-input-box label { font-size: 14px; }
  .pay-row { gap: 6px; }
  .payment_method { flex: 1 1 calc(33% - 6px); max-width: none; min-height: 84px; }

  .mk-table,
  .mk-table thead,
  .mk-table tbody,
  .mk-table tfoot,
  .mk-table tr,
  .mk-table th,
  .mk-table td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }
  .mk-table thead { display: none !important; }
  .mk-table tbody tr {
    display: grid !important;
    grid-template-columns: 36px 1fr auto !important;
    grid-template-areas:
      "del prod prod"
      "del qty price";
    gap: 6px 10px;
    padding: 12px 10px;
    border-bottom: 1px solid var(--mk-line);
  }
  .mk-table tbody td { border: 0 !important; padding: 0 !important; text-align: left !important; width: auto !important; }
  .mk-table tbody td:nth-child(1) { grid-area: del; }
  .mk-table tbody td:nth-child(2) { grid-area: prod; }
  .mk-table tbody td:nth-child(3) { grid-area: qty; }
  .mk-table tbody td:nth-child(4) { grid-area: price; font-weight: 700; align-self: center; }
  .mk-table tbody td[colspan],
  .mk-table tbody .mk-empty { grid-column: 1 / -1 !important; }

  .mk-table tfoot tr {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-bottom: 1px solid var(--mk-line);
  }
  .mk-table tfoot th,
  .mk-table tfoot td {
    border: 0 !important;
    padding: 0 !important;
    width: auto !important;
    text-align: left !important;
  }
  .mk-prod img { width: 44px; height: 44px; }
  .coupon-wrap { padding: 10px; }
}/* End custom CSS */