html .mobile-cart-content-container {
  width: min(390px, 100vw) !important;
  max-width: 100vw !important;
  background: #f5f6f8 !important;
  color: #17191d !important;
  box-shadow: -14px 0 40px rgba(16, 30, 42, .18) !important;
}

html .mobile-cart-content-container .mobile-wrapper-header {
  height: 60px !important;
  padding: 0 18px !important;
  border: 0 !important;
  background: #101e2a !important;
  color: #fff !important;
  box-sizing: border-box !important;
  font-size: 17px !important;
  line-height: 60px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
}

html .mobile-cart-content-container .mobile-wrapper-header .x {
  top: 50% !important;
  right: 17px !important;
  width: 34px !important;
  height: 34px !important;
  margin-top: -17px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .08) !important;
}

html .mobile-cart-content-container .mobile-cart-content-wrapper {
  height: calc(100vh - 60px) !important;
  background: #f5f6f8 !important;
}

html .mobile-cart-content-container .mobile-cart-content-wrapper > ul {
  padding: 12px 12px 220px !important;
  box-sizing: border-box !important;
}

html .mobile-cart-content-container .cart-products .table,
html .mobile-cart-content-container .cart-products tbody {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html .mobile-cart-content-container .cart-products tbody {
  display: grid !important;
  gap: 10px !important;
}

html .mobile-cart-content-container .cart-products tr {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 70px minmax(0, 1fr) auto !important;
  grid-template-areas:
    'image name remove'
    'image qty total' !important;
  gap: 8px 10px !important;
  min-height: 102px !important;
  padding: 12px !important;
  border: 1px solid #e2e4e8 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 5px 18px rgba(17, 25, 39, .05) !important;
  box-sizing: border-box !important;
}

html .mobile-cart-content-container .cart-products td {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
  vertical-align: top !important;
}

html .mobile-cart-content-container .cart-products .td-image {
  grid-area: image !important;
}

html .mobile-cart-content-container .cart-products .td-image img {
  display: block !important;
  width: 70px !important;
  height: 70px !important;
  padding: 4px !important;
  border-radius: 11px !important;
  background: #f7f7f8 !important;
  object-fit: contain !important;
  box-sizing: border-box !important;
}

html .mobile-cart-content-container .cart-products .td-name {
  grid-area: name !important;
  padding-right: 20px !important;
  color: #656b75 !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}

html .mobile-cart-content-container .cart-products .td-name > a {
  display: -webkit-box !important;
  margin-bottom: 5px !important;
  overflow: hidden !important;
  color: #17191d !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

html .mobile-cart-content-container .cart-products .td-name span {
  color: #8b9098 !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

html .mobile-cart-content-container .cart-products .td-name small {
  color: #17191d !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}

html .mobile-cart-content-container .cart-products .td-qty {
  grid-area: qty !important;
  align-self: end !important;
  color: #656b75 !important;
  font-size: 12px !important;
}

html .mobile-cart-content-container .cart-products .td-total {
  grid-area: total !important;
  align-self: end !important;
  color: #17191d !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  text-align: right !important;
}

html .mobile-cart-content-container .cart-products .td-remove {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
}

html .mobile-cart-content-container .cart-products .cart-remove {
  display: grid !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #fff3ec !important;
  color: #f26522 !important;
  place-items: center !important;
}

html .mobile-cart-content-container .cart-totals {
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: min(390px, 100vw) !important;
  height: auto !important;
  padding: 14px 12px 12px !important;
  border-top: 1px solid #e2e4e8 !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 -10px 26px rgba(17, 25, 39, .09) !important;
  box-sizing: border-box !important;
  backdrop-filter: blur(10px) !important;
}

html .mobile-cart-content-container .cart-totals .table {
  margin: 0 0 11px !important;
  border: 0 !important;
  background: transparent !important;
}

html .mobile-cart-content-container .cart-totals .table td {
  padding: 5px 4px !important;
  border: 0 !important;
  background: transparent !important;
  color: #656b75 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

html .mobile-cart-content-container .cart-totals .table tr:last-child td {
  padding-top: 9px !important;
  border-top: 1px solid #eceef1 !important;
  color: #17191d !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

html .mobile-cart-content-container .cart-buttons {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  padding: 0 !important;
  background: transparent !important;
}

html .mobile-cart-content-container .cart-buttons .btn {
  display: flex !important;
  width: 100% !important;
  min-height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 750 !important;
  text-decoration: none !important;
}

html .mobile-cart-content-container .cart-buttons .btn-checkout {
  order: 1 !important;
  border: 1px solid #f26522 !important;
  background: #f26522 !important;
  color: #fff !important;
  box-shadow: 0 7px 18px rgba(242, 101, 34, .22) !important;
}

html .mobile-cart-content-container .cart-buttons .btn-cart {
  order: 2 !important;
  min-height: 40px !important;
  border: 1px solid #e2e4e8 !important;
  background: #fff !important;
  color: #656b75 !important;
  font-size: 12px !important;
}

@media (max-width: 420px) {
  html .mobile-cart-content-container {
    width: 100vw !important;
  }

  html .mobile-cart-content-container .cart-totals {
    width: 100vw !important;
  }
}
