
/*# sourceMappingURL=style-cart.css.map */

.checkout-page-cart-error {
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  justify-content: center;
}


.section-heading-cart-error h2 {
  font-size: 2.5em;
  color: #343a40;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.no-active-cart-error {
  margin-top: 50px;
}

.no-active-cart-error h1 {
  font-size: 3rem;
  color: #030303;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.no-active-cart-error i {
  font-size: 1em;
  color: #721c24;
  margin-left: 10px;
}

.col-sm-12.cart-error {
  padding: 108px;
}

.no-active-cart-error.text-center {
margin-top: 200px;
}

.ibox-title {
  color: var(--i2m_primaryColor);
  font-weight: 500;
  font-size: 17px;
  display: flex;
  align-items: center;
}
.ibox-title i{
  margin-right: 5px;
}
/** cart page **/
.responsive-table {
  overflow-x: auto;
}
.cart-page-table-wrapper {
  margin-bottom: 30px;
}
table {
  width: 100%;
}
.cart-page table tr th {
  border-bottom: 2px solid #eee;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
  color: inherit;
  margin: 0;
  text-transform: uppercase;
}
.cart-page table tr td {
  border-bottom: 1px solid #eee;
  padding: 15px 12px;
  text-align: center;
  vertical-align: middle;
}
.cart-page-table-wrapper .product-qty-block {
  position: relative;
  width: 100px;
  display: block;
  margin: 0 auto;
}
.cart-actions {
  margin-bottom: 60px;
}
.cart-totals {
  width: 100%;
  clear: both;
}
.update_cart_btn {
  text-align: right;
}
.cart-totals .cart-totals-inner {
  width: 100%;
  max-width: 460px;
  min-width: 280px;
  float: right;
  padding: 30px;
  background: #f8f8f8;
}
.cart-totals .cart-totals-inner h3 {
  text-align: center;
}
.cart-totals .cart-totals-inner div.cart-total-text {
  padding: 0;
  margin-bottom: 15px;
}
.cart-totals .cart-totals-inner table tr th {
  text-align: left;
  text-transform: none;
  border-width: 1px;
}
.cart-totals .cart-totals-inner table tr td {
  text-align: right;
}
.cart-totals .cart-totals-inner table tr.cart-order-total th,
.cart-totals .cart-totals-inner table tr.cart-order-total td {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border: none;
}
.form-input-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.checkout-box {
  background-color: #f8f8f8;
  padding: 10px;
  margin-bottom: 0;
}
.checkout-box + .checkout-box {
  margin-top: 15px;
  margin-bottom: 0;
}
.checkout-page .order-review {
  background-color: #f8f8f8;
  padding: 30px;
}
.checkout-page .order-review h3 {
  text-align: center;
}
.checkout-page .order-review .order-review-inner {
  background-color: var(--white);
  padding: 20px 25px 0;
  margin-bottom: 30px;
}
.checkout-page .rounded {
  border-radius: var(--bs-border-radius) !important;
}
.checkout-page .coupon {
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.checkout-page .section-heading h2 {
  text-align: left !important;
}
.cart-page .section-heading h2 {
  text-align: left !important;
}
.checkout-page #boxdireccion .list-group .list-group-item:first-child {
  text-align: center !important;
  margin-bottom: 1rem;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.checkout-page #boxdireccion .list-group .list-group-item:last-child {
  text-align: center !important;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  border-top-width: var(--bs-list-group-border-width);
}
.signle-product-qty-wrapper {
  padding-top: 10px;
  padding-bottom: 15px;
}
.signle-product-qty-wrapper .product-qty {
  position: relative;
  width: 100px;
  float: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 15px;
}
.qty-btn {
  position: absolute;
  right: 0;
  cursor: pointer;
  height: 25px;
  width: 30px;
  margin: 0 auto;
  text-align: center;
}
.product-qty .qty,
.product-qty .qty:hover,
.product-qty .qty:focus {
  margin: 0;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  width: 100%;
  min-width: 80px;
  border-color: #ddd;
  text-align: center;
  padding-left: 10px;
  padding-right: 35px;
}
.qtyplus-btn:before {
  height: 100%;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
}
.qtyplus-btn {
  border-left: 1px solid #ddd;
  bottom: 0;
}
.qtyminus-btn {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  top: 0;
}
.order-review table tr th {
  max-width: 33%;
  width: 33%;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.4;
  padding: 15px 10px;
  color: inherit;
  margin: 0;
  text-transform: uppercase;
}
.order-review table tr td {
  max-width: 33%;
  width: 33%;
  padding: 15px 12px;
  color: inherit;
  margin: 0;
  text-align: center;
}
.order-review table tr td:first-child {
  text-align: left;
}
.order-review table tr td:last-child {
  text-align: right;
}
.order-review table tr.product-subtotal th,
.order-review table tr.product-total th {
  text-transform: none;
}
.order-review table tr.product-subtotal td,
.order-review table tr.product-total td {
  font-weight: 600;
}
.order-review table tr.product-total td {
  font-size: 20px;
}
.product-checkout-payment ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-checkout-payment ul li {
  margin-bottom: 20px;
}
.product-checkout-payment ul li input[type="radio"],
.product-checkout-payment ul li label {
  display: inline-block;
  margin: 0;
}
.payment-box.payment-method-desc {
  margin-top: 10px;
}
.frm-border {
  border: 1px solid #eee;
  padding: 30px;
}
.checkout-page .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.checkout-page .card {
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
/* =========================================================
   CART V2 – CSS FINAL UNIFICADO
   Reemplaza completamente el CSS del carrito
   ========================================================= */

.cart-page.i2m-cart{
  --card-radius: 14px;
  --soft-border: rgba(0,0,0,.08);
  --soft-shadow: 0 10px 25px rgba(0,0,0,.06);
}

/* ---------------------------------------------------------
   TITLE
--------------------------------------------------------- */
.i2m-cart__title h2{
  font-weight: 700;
  letter-spacing: .2px;
}

/* ---------------------------------------------------------
   TABLE WRAPPER
--------------------------------------------------------- */
.i2m-cart__tableWrap{
  background: #fff;
  border: 1px solid var(--soft-border);
  border-radius: var(--card-radius);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

/* ---------------------------------------------------------
   CART TABLE
--------------------------------------------------------- */
.i2m-cart__table{
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.i2m-cart__table thead th{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(0,0,0,.55);
  padding: 14px 16px;
  background: rgba(0,0,0,.02);
  border-bottom: 1px solid var(--soft-border);
}

.i2m-cart__table tbody td{
  padding: 16px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.i2m-cart__table tbody tr:last-child td{
  border-bottom: 0;
}

/* ---------------------------------------------------------
   PRODUCT IMAGE
--------------------------------------------------------- */
.product-thumbnail img{
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.06);
  display: block;
}

/* ---------------------------------------------------------
   PRODUCT TEXT
--------------------------------------------------------- */
.product-name a{
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
}

.product-price span{
  font-weight: 600;
  color: rgba(0,0,0,.65);
  white-space: nowrap;
}

.product-total span,
.i2m-cart__total{
  font-weight: 800;
  white-space: nowrap;
}

/* ---------------------------------------------------------
   REMOVE BUTTON
--------------------------------------------------------- */
.table-shopping-remove{
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0,0,0,.04);
  color: rgba(0,0,0,.55);
  text-decoration: none;
  transition: .15s ease;
}
.table-shopping-remove:hover{
  background: rgba(0,0,0,.08);
  color: rgba(0,0,0,.75);
}

/* ---------------------------------------------------------
   QTY STEPPER
--------------------------------------------------------- */
.product-qty-block{
  display: inline-flex;
  align-items: stretch;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.product-qty-block .qty{
  width: 64px;
  border: 0 !important;
  outline: none !important;
  text-align: center;
  font-weight: 700;
  padding: 10px 8px;
}

/* Hide native number arrows */
.product-qty-block .qty::-webkit-outer-spin-button,
.product-qty-block .qty::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.product-qty-block .qty[type=number]{
  -moz-appearance: textfield;
}

.product-qty-block .qty-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  cursor: pointer;
  user-select: none;
  font-weight: 900;
  color: rgba(0,0,0,.65);
  background: rgba(0,0,0,.03);
  transition: .15s ease;
}
.product-qty-block .qty-btn:hover{
  background: rgba(0,0,0,.07);
}

/* ---------------------------------------------------------
   ACTIONS (COUPON + UPDATE)
--------------------------------------------------------- */
.i2m-cart__actions .card{
  border-radius: var(--card-radius);
  border: 1px solid var(--soft-border);
  box-shadow: var(--soft-shadow);
}

.i2m-cart__loginHint{
  margin: 0 0 10px 0;
}

.i2m-coupon.card .card-body{
  padding: 18px;
}

.i2m-coupon__input{
  height: 46px;
  border-radius: 12px;
}

.i2m-btn{
  border-radius: 12px;
  font-weight: 800;
}

.i2m-btn--secondary{
  height: 46px;
  padding: 0 18px;
  white-space: nowrap;
}

.update_cart_btn{
  display: flex;
}

.i2m-actions-card{
  width: 100%;
}

.update_cart_btn a{
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 900;
}

/* ---------------------------------------------------------
   TOTALS – RESET + CLEAN LOOK
--------------------------------------------------------- */
/* La fila debe mantener las columnas con el mismo alto */
.cart-page.i2m-cart > .row.g-4{
  align-items: stretch;
}

/* La columna derecha ocupa el alto de la fila */
.cart-page.i2m-cart > .row.g-4 > .col-lg-4{
  display: flex;
  align-items: stretch;
}

/* El wrapper NO debe ser sticky */
.i2m-cart__totals{
  position: relative !important;
  top: auto !important;
  width: 100%;
}

/* El card interno es el que se pega y queda limitado por la columna */
.i2m-cart__totals .i2m-totals{
  position: sticky;
  top: 90px;
}

/* Quitar float viejo */
.cart-totals .cart-totals-inner{
  float: none !important;
  max-width: 100%;
}

/* Mobile/tablet sin sticky */
@media (max-width: 991.98px){
  .cart-page.i2m-cart > .row.g-4 > .col-lg-4{
    display: block;
  }

  .i2m-cart__totals .i2m-totals{
    position: static !important;
    top: auto !important;
  }
}

.i2m-totals.card{
  border-radius: var(--card-radius);
  border: 1px solid var(--soft-border);
  box-shadow: var(--soft-shadow);
}

.i2m-cart__totals .card-body{
  padding: 22px;
}

.i2m-totals__title{
  font-weight: 900;
  letter-spacing: .02em;
  margin-bottom: 14px;
  text-align: center;
}

/* RESET TOTALS TABLE (kill old borders/boxes) */
.i2m-totals__table table,
.i2m-totals__table tbody,
.i2m-totals__table tr,
.i2m-totals__table th,
.i2m-totals__table td{
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.i2m-totals__table table{
  width: 100% !important;
  table-layout: fixed;
}

/* Labels / values */
.i2m-totals__table th{
  width: 55%;
  text-align: left;
  padding: 12px 0 !important;
  font-weight: 700 !important;
  color: rgba(0,0,0,.62) !important;
}

.i2m-totals__table td{
  width: 45%;
  text-align: right;
  padding: 12px 0 !important;
}

/* Row separator */
.i2m-totals__table tr{
  border-bottom: 1px solid rgba(0,0,0,.08) !important;
}

.i2m-totals__table tr:last-child{
  border-bottom: 0 !important;
}

/* TOTAL row */
.i2m-totals__table tr.cart-order-total{
  border-top: 1px solid rgba(0,0,0,.10) !important;
}

.i2m-totals__table tr.cart-order-total th{
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(0,0,0,.55) !important;
  font-weight: 900 !important;
  padding-top: 16px !important;
}

.i2m-totals__table tr.cart-order-total td{
  padding-top: 16px !important;
}

.i2m-totals__table tr.cart-order-total td .product-pice{
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #111 !important;
  white-space: nowrap;
}

/* ---------------------------------------------------------
   CHECKOUT BUTTON
--------------------------------------------------------- */
.i2m-btn--primary{
  /* height: 54px; */
  border-radius: 14px;
  font-weight: 900;
  letter-spacing: .02em;
}

/* ---------------------------------------------------------
   RESPONSIVE (MOBILE)
--------------------------------------------------------- */
@media (max-width: 991.98px){

  .i2m-cart__totals{
    position: static;
  }

  .product-thumbnail img{
    width: 72px;
    height: 72px;
  }

  /* Table -> stacked cards */
  .i2m-cart__table thead{
    display: none;
  }

  .i2m-cart__table,
  .i2m-cart__table tbody,
  .i2m-cart__table tr,
  .i2m-cart__table td{
    display: block;
    width: 100%;
  }

  .i2m-cart__table tbody tr{
    background: #fff;
    border-radius: 14px;
    margin: 10px 0;
    padding: 12px 16px;
    border: 1px solid rgba(0,0,0,.06);
  }

  .i2m-cart__table tbody td{
    border: 0;
    padding: 8px 0;
    position: relative;
    padding-left: 120px;
  }

  .i2m-cart__table tbody td::before{
    content: attr(data-label);
    position: absolute;
    left: 0;
    top: 8px;
    width: 110px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: rgba(0,0,0,.55);
  }

  .product-thumbnail{
    padding-left: 0 !important;
  }

  .product-thumbnail::before{
    display: none;
  }

  .product-remove{
    text-align: left !important;
  }

  .update_cart_btn a{
    height: 48px;
  }
}
/* Boton Finalize del resumen del carrito */
.i2m-cart__totals .cart-process-to-checkout .i2m-btn--primary{
  background: linear-gradient(
    135deg,
    var(--gradient-1, var(--i2m_primaryColor)),
    var(--gradient-2, var(--i2m_primaryColor)),
    var(--gradient-3, var(--i2m_primaryColor))
  ) !important;
  border: 1px solid var(--i2m_primaryColor, #F6A13C) !important;
  color: var(--white, #fff) !important;
  box-shadow: 0 8px 18px rgba(var(--i2m_primary-color-rgb, 246, 161, 60), .28);
}

.i2m-cart__totals .cart-process-to-checkout .i2m-btn--primary:hover,
.i2m-cart__totals .cart-process-to-checkout .i2m-btn--primary:focus{
  background: linear-gradient(
    135deg,
    var(--gradient-3, var(--i2m_primaryColor)),
    var(--gradient-2, var(--i2m_primaryColor)),
    var(--gradient-1, var(--i2m_primaryColor))
  ) !important;
  border-color: var(--i2m_primaryColor, #F6A13C) !important;
  color: var(--white, #fff) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(var(--i2m_primary-color-rgb, 246, 161, 60), .38);
}

.i2m-cart__totals .cart-process-to-checkout .i2m-btn--primary:active{
  transform: translateY(0);
}
/* ==========================================================
   MINI CART - BOTONES
   Evita conflictos con los estilos globales de .btn
   ========================================================== */

.cart-sidebar-actions{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.cart-sidebar-actions > .btn{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 85% !important;
    max-width: 230px;

    height: 36px;
    padding: 0 18px !important;

    margin: 0 auto 12px auto !important;

    border-radius: 0 !important;

    font-size: .85rem !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;

    box-shadow: none !important;
}

.cart-sidebar-actions > .btn:last-child{
    margin-bottom: 0 !important;
}

/* Mantener colores originales */
.cart-sidebar-actions .view-cart{
    background: #3b3939;
    color: #ffffff;
}

.cart-sidebar-actions .checkout{
    color: #ffffff;
}