/* MindKits Theme 60 cart design, scoped to cart surfaces only. */
:root {
  --mk-orange: #f15a24;
  --mk-blue: #0b62e3;
  --mk-ink: #191919;
  --mk-muted: #666;
  --mk-line: #d9dee7;
  --mk-soft: #f5f7fa;
  --mk-radius: 8px;
}

body.ShoppingCart .LayoutContent {
  background:
    linear-gradient(180deg, #f5f7fa 0, #fff 300px);
}

body.ShoppingCart .ShoppingCart-main {
  margin-top: 0;
  padding-top: 34px;
  padding-bottom: 72px;
}

body.ShoppingCart .ShoppingCart-main > .row {
  align-items: flex-start;
  gap: 30px;
}

body.ShoppingCart .ShoppingCart-main > .row > .col-xl-7 {
  flex: 1 1 620px;
  max-width: none;
}

body.ShoppingCart .ShoppingCart-main > .row > .ShoppingCart-totals {
  flex: 0 0 390px;
  max-width: 390px;
  position: sticky;
  top: 114px;
  padding: 0;
  border: 0 !important;
}

body.ShoppingCart .ShoppingCart-header {
  margin: 0 0 20px !important;
  text-align: left;
}

body.ShoppingCart .ShoppingCart-header h1 {
  margin: 0;
  color: var(--mk-ink);
  font-size: clamp(1.9rem, 3vw, 2.6rem) !important;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

body.ShoppingCart .ShoppingCart-header .badge {
  display: none;
}

body.ShoppingCart #tblCart {
  display: block;
}

body.ShoppingCart .cart-items {
  margin-bottom: 12px;
  padding: 20px !important;
  border: 1px solid var(--mk-line) !important;
  border-radius: var(--mk-radius);
  background: #fff;
  box-shadow: 0 8px 24px rgba(25, 25, 25, 0.045);
}

body.ShoppingCart .cart-item-image {
  display: grid;
  min-height: 170px;
  place-items: center;
  overflow: hidden;
  border-radius: 7px;
  background: #f7f7f7;
}

body.ShoppingCart .ShoppingCartThumbnail {
  width: 100%;
  height: 170px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

body.ShoppingCart .HomeNewItem-thumbnail-quickView,
body.ShoppingCart .removeLinkMobile {
  display: none !important;
}

body.ShoppingCart .cart-item-name {
  color: var(--mk-ink);
  font-size: 1.03rem;
  line-height: 1.42;
}

body.ShoppingCart .cart-item-name small,
body.ShoppingCart .cart-item-mfg,
body.ShoppingCart .cart-item-vari {
  color: var(--mk-muted);
  font-size: 0.72rem;
}

body.ShoppingCart .cart-item-price {
  margin-top: 12px;
  color: var(--mk-ink);
  font-size: 1rem;
}

body.ShoppingCart .ShoppingCartQtyWrapper {
  min-height: 44px;
  border-color: var(--mk-line);
  border-radius: 7px;
  background: var(--mk-soft);
}

body.ShoppingCart input.ShoppingCartQtyTextbox {
  width: 48px !important;
  height: 36px;
  border: 0;
  background: transparent;
  text-align: center;
  font-weight: 700;
}

body.ShoppingCart .ShoppingCartItem-remove-btn a.RemoveFromCartLink {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: var(--mk-line);
  border-radius: 7px;
  text-transform: none;
}

body.ShoppingCart .ShoppingCart-buttons {
  margin: 10px 0 0;
}

body.ShoppingCart .ShoppingCartContinueShoppingThemeButton,
body.ShoppingCart .ShoppingCartClearCartThemeButton {
  min-height: 44px;
  border-color: var(--mk-line);
  border-radius: 7px;
  background: #fff;
  color: var(--mk-ink);
  text-transform: none;
}

body.ShoppingCart .ShoppingCart-subtotal {
  overflow: hidden;
  border: 1px solid var(--mk-line);
  border-radius: var(--mk-radius);
  background: #fff !important;
  box-shadow: 0 16px 42px rgba(25, 25, 25, 0.08);
}

body.ShoppingCart .ShoppingCart-subtotal > h3 {
  margin: 0 !important;
  padding: 22px 24px 16px !important;
  border-bottom: 1px solid var(--mk-line);
  color: var(--mk-ink);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: left;
}

body.ShoppingCart .ShoppingCart-subtotal-body {
  padding: 22px 24px 24px;
  text-align: left !important;
}

body.ShoppingCart .ShoppingCartSubtotal-checkoutButton input,
body.ShoppingCart input[id$="btnCheckOut"] {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--mk-orange);
  border-radius: 7px;
  background: var(--mk-orange);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(241, 90, 36, 0.22);
}

body.ShoppingCart .ShoppingCartSubtotal-checkoutButton input:hover,
body.ShoppingCart input[id$="btnCheckOut"]:hover {
  border-color: #d84813;
  background: #d84813;
  transform: translateY(-1px);
}

body.ShoppingCart .ShoppingCartSubtotal-inlineShipping,
body.ShoppingCart .ShoppingCartCouponCode {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid var(--mk-line);
}

.mk-cart-estimated-total {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-top: 15px;
  padding: 15px 0 4px;
  border-top: 1px solid var(--mk-line);
}

.mk-cart-estimated-total span,
.mk-cart-estimated-total small {
  display: block;
}

.mk-cart-estimated-total span,
.mk-cart-estimated-total strong {
  color: var(--mk-ink);
  font-size: 1rem;
  font-weight: 800;
}

.mk-cart-estimated-total small {
  margin-top: 2px;
  color: var(--mk-muted);
  font-size: 0.68rem;
}

.mk-checkout-item--discounted .ShoppingCartItem-price del {
  margin-right: 4px;
  color: #777;
}

.mk-checkout-item--discounted .ShoppingCartItem-total {
  color: #191919;
  font-weight: 800;
}

body.ShoppingCart .ShoppingCart-related {
  display: none !important;
}

.mk-cart-assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 13px;
  overflow: hidden;
  border: 1px solid var(--mk-line);
  border-radius: var(--mk-radius);
  background: var(--mk-line);
}

.mk-cart-assurance div {
  padding: 13px 10px;
  background: #fff;
  text-align: center;
}

.mk-cart-assurance svg {
  width: 19px;
  height: 19px;
  margin-bottom: 5px;
  fill: none;
  stroke: var(--mk-blue);
  stroke-width: 1.7;
}

.mk-cart-assurance strong,
.mk-cart-assurance span {
  display: block;
}

.mk-cart-assurance strong {
  color: var(--mk-ink);
  font-size: 0.7rem;
}

.mk-cart-assurance span {
  margin-top: 2px;
  color: var(--mk-muted);
  font-size: 0.61rem;
}

.mk-cart-recs {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--mk-line);
  border-radius: var(--mk-radius);
  background: #fff;
}

.mk-cart-recs__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 15px;
}

.mk-cart-recs__head h2 {
  margin: 0 0 3px;
  color: var(--mk-ink);
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.mk-cart-recs__head p {
  margin: 0;
  color: var(--mk-muted);
  font-size: 0.72rem;
}

.mk-cart-recs__head span {
  align-self: flex-start;
  padding: 5px 8px;
  border-radius: 99px;
  background: #edf3ff;
  color: var(--mk-blue);
  font-size: 0.58rem;
  font-weight: 800;
  white-space: nowrap;
}

.mk-cart-recs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mk-cart-rec {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--mk-line);
  border-radius: 7px;
  background: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
}

.mk-cart-rec:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(25, 25, 25, 0.09);
}

.mk-cart-rec__image {
  display: block;
  height: 158px;
  aspect-ratio: 1.2;
  padding: 12px;
  background: #f7f7f7;
}

.mk-cart-rec__media {
  position: relative;
}

.mk-cart-rec__quick {
  position: absolute;
  right: 9px;
  bottom: 9px;
  min-height: 32px;
  padding: 6px 9px;
  border: 1px solid rgba(25, 25, 25, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--mk-ink);
  font-size: 0.63rem;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(25, 25, 25, 0.12);
}

.mk-cart-rec__quick i {
  margin-left: 4px;
}

.mk-cart-rec__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.mk-cart-rec__body {
  padding: 11px;
}

.mk-cart-rec__name {
  min-height: 3.8em;
  margin: 0 0 8px;
  overflow: hidden;
  color: var(--mk-ink);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
}

.mk-cart-rec__price {
  color: var(--mk-ink);
  font-size: 0.72rem;
  font-weight: 800;
}

.mk-cart-rec__add {
  width: 100%;
  min-height: 38px;
  margin-top: 10px;
  border: 1px solid var(--mk-blue);
  border-radius: 6px;
  background: var(--mk-blue);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
}

.mk-cart-rec__add:hover {
  border-color: #084fb7;
  background: #084fb7;
}

/* Slide-out cart */
.smallCart-wrapper {
  width: min(460px, 100vw);
  max-width: 100vw;
  background: #fff;
}

.smallCart-wrapper.show {
  box-shadow: -16px 0 50px rgba(25, 25, 25, 0.18);
}

.smallCart-wrapper .smallCart-body {
  padding: 24px !important;
}

.smallCart-wrapper .head-smallCart-headerText h4 {
  font-size: 1.45rem;
  letter-spacing: -0.025em;
}

.smallCart-wrapper .smallCart-close > .btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-color: var(--mk-line);
  border-radius: 50%;
  background: #fff;
}

.smallCart-wrapper .smallCart-item {
  margin: 0 0 10px !important;
  padding: 14px !important;
  border: 1px solid var(--mk-line) !important;
  border-radius: var(--mk-radius);
  background: #fff;
}

.smallCart-wrapper .smallCart-img {
  padding-left: 0;
}

.smallCart-wrapper .smallCart-img img {
  height: 96px;
  object-fit: contain;
  border-radius: 6px;
  background: #f7f7f7;
  mix-blend-mode: multiply;
}

.smallCart-wrapper .smallCart-link {
  padding-right: 20px;
  font-size: 0.78rem;
  line-height: 1.35;
}

.smallCart-wrapper .smallCart-quantity-price {
  font-size: 0.75rem;
}

.smallCart-wrapper .smallCart-status {
  color: #287b50;
  font-size: 0.64rem;
  font-weight: 700;
}

.smallCart-wrapper .smallCart-bottom {
  margin: 15px 0 0 !important;
  padding: 18px;
  border-radius: var(--mk-radius);
  background: var(--mk-soft);
}

.smallCart-wrapper .smallCart-actionsCheckout {
  margin-top: 14px;
}

.smallCart-wrapper [id$="btnViewCart"] {
  min-height: 44px;
  border-color: var(--mk-blue);
  border-radius: 7px;
  color: var(--mk-blue);
  font-weight: 800;
}

.smallCart-wrapper .SmallCartCheckoutThemeButton {
  min-height: 48px;
  border-color: var(--mk-orange);
  border-radius: 7px;
  background: var(--mk-orange);
  color: #fff;
  font-weight: 800;
}

.smallCart-wrapper .mk-cart-recs {
  margin: 15px 0 0;
  padding: 15px;
}

.smallCart-wrapper .mk-cart-recs__head span {
  display: none;
}

.smallCart-wrapper .mk-cart-recs__grid {
  grid-template-columns: 1fr;
}

.smallCart-wrapper .mk-cart-rec {
  display: grid;
  grid-template-columns: 88px 1fr;
}

.smallCart-wrapper .mk-cart-rec:nth-child(n + 2) {
  display: none;
}

.smallCart-wrapper .mk-cart-rec__image {
  height: auto;
  aspect-ratio: auto;
}

.smallCart-wrapper .mk-cart-rec__name {
  min-height: 0;
}

@media (max-width: 1199px) {
  body.ShoppingCart .ShoppingCart-main > .row {
    gap: 22px;
  }
  body.ShoppingCart .ShoppingCart-main > .row > .ShoppingCart-totals {
    max-width: none;
    position: static;
    flex-basis: 100%;
  }
}

@media (max-width: 767px) {
  body.ShoppingCart .LayoutMiddle.container > .row {
    margin-right: 0;
    margin-left: 0;
  }
  body.ShoppingCart .ShoppingCart-main {
    padding: 22px 14px 55px;
  }
  body.ShoppingCart .ShoppingCart-main > .row {
    margin: 0;
  }
  body.ShoppingCart .ShoppingCart-main > .row > * {
    padding: 0;
  }
  body.ShoppingCart .cart-items {
    padding: 14px !important;
  }
  body.ShoppingCart .ShoppingCartItemContent {
    align-items: flex-start;
  }
  body.ShoppingCart .cart-item-image,
  body.ShoppingCart .ShoppingCartThumbnail {
    min-height: 120px;
    height: 120px;
  }
  body.ShoppingCart .cart-item-info {
    padding-left: 12px;
  }
  body.ShoppingCart .cart-price-qty {
    width: 100%;
    margin-top: 14px;
  }
  body.ShoppingCart .cart-items-actions {
    width: 100%;
  }
  body.ShoppingCart .ShoppingCartItem-remove-btn {
    display: block !important;
  }
  .mk-cart-recs {
    padding: 16px;
  }
  .mk-cart-recs__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .mk-cart-rec {
    min-width: 0;
  }
  .mk-cart-rec__image {
    height: 126px;
    padding: 9px;
  }
  .mk-cart-rec__body {
    padding: 9px;
  }
  .mk-cart-rec__name {
    min-height: 4.9em;
    font-size: 0.67rem;
  }
  .mk-cart-rec__quick {
    right: 6px;
    bottom: 6px;
    padding: 5px 7px;
  }
  .mk-cart-rec__quick span {
    display: none;
  }
  .mk-cart-assurance {
    grid-template-columns: 1fr;
  }
  .smallCart-wrapper .smallCart-body {
    padding: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mk-cart-rec,
  body.ShoppingCart input[id$="btnCheckOut"] {
    transition: none !important;
    transform: none !important;
  }
}
