.elementor-29491 .elementor-element.elementor-element-3b90937f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:30px 40px;--row-gap:30px;--column-gap:40px;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-29491 .elementor-element.elementor-element-2dbcc41d{--display:flex;}.elementor-29491 .elementor-element.elementor-element-1dcf6104{--display:flex;}.elementor-29491 .elementor-element.elementor-element-56b34cd2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:3px 3px 3px 3px;--border-top-width:3px;--border-right-width:3px;--border-bottom-width:3px;--border-left-width:3px;border-color:#EFEFEF;--border-color:#EFEFEF;--border-radius:12px 12px 12px 12px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-29491 .elementor-element.elementor-element-2d189e09{--display:flex;}.elementor-29491 .elementor-element.elementor-element-7c043d64{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;}@media(max-width:1024px){.elementor-29491 .elementor-element.elementor-element-3b90937f{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}}@media(min-width:769px){.elementor-29491 .elementor-element.elementor-element-2dbcc41d{--width:65%;}.elementor-29491 .elementor-element.elementor-element-1dcf6104{--width:35%;}.elementor-29491 .elementor-element.elementor-element-7c043d64{--content-width:900px;}}@media(max-width:1024px) and (min-width:769px){.elementor-29491 .elementor-element.elementor-element-2dbcc41d{--width:100%;}.elementor-29491 .elementor-element.elementor-element-1dcf6104{--width:100%;}}/* Start custom CSS for wd_cart_table, class: .elementor-element-07b82d2 *//* ===========================
   Elementor Cart Table - Hide Coupon Row (Final)
   =========================== */

/* Hide coupon row (input + apply button) */
.elementor-29491 .elementor-element.elementor-element-07b82d2 .coupon,
.elementor-29491 .elementor-element.elementor-element-07b82d2 .actions .coupon,
.elementor-29491 .elementor-element.elementor-element-07b82d2 .woocommerce-cart-form .coupon {
    display: none !important;
}

/* Extra gap thakলে remove */
.elementor-29491 .elementor-element.elementor-element-07b82d2 .actions {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Jodi alada coupon notice thake */
.elementor-29491 .elementor-element.elementor-element-07b82d2 .woocommerce-info,
.elementor-29491 .elementor-element.elementor-element-07b82d2 .showcoupon {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for wd_cart_totals, class: .elementor-element-f1c820a *//* ===========================
   Proceed to Checkout – Desktop Gradient + Mobile Sticky + Subtle Animation
   =========================== */

/* Gradient + animation (Desktop + Mobile both) */
.elementor-29491 .elementor-element.elementor-element-f1c820a a.checkout-button {
  background: linear-gradient(135deg, #ff7a00, #ff3d00);
  border-radius: 10px;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  box-shadow: 0 6px 16px rgba(255, 61, 0, 0.35);
}

/* Hover (Desktop) */
@media (min-width: 769px) {
  .elementor-29491 .elementor-element.elementor-element-f1c820a a.checkout-button:hover {
    transform: translateY(-1px) scale(1.01);
    box-shadow: 0 10px 22px rgba(255, 61, 0, 0.45);
    filter: brightness(1.05);
  }
}

/* Mobile sticky behavior only */
@media (max-width: 768px) {

  .elementor-29491 .elementor-element.elementor-element-f1c820a .wc-proceed-to-checkout {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px 12px 10px;
    box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.15);
    z-index: 9999;
  }

  .elementor-29491 .elementor-element.elementor-element-f1c820a a.checkout-button {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }

  body.woocommerce-cart {
    padding-bottom: 90px;
  }
}

/* Micro pulse animation (very subtle, continuous) */
@keyframes tremallPulse {
  0%   { box-shadow: 0 6px 16px rgba(255, 61, 0, 0.35); }
  50%  { box-shadow: 0 10px 22px rgba(255, 61, 0, 0.45); }
  100% { box-shadow: 0 6px 16px rgba(255, 61, 0, 0.35); }
}

.elementor-29491 .elementor-element.elementor-element-f1c820a a.checkout-button {
  animation: tremallPulse 2.4s ease-in-out infinite;
}/* End custom CSS */