.elementor-48 .elementor-element.elementor-element-1927007{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4ffc536 *//* =============================== */
/* SOLID X - WOOCOMMERCE CART PROPER FIX */
/* No overlap / grid layout */
/* =============================== */

body.woocommerce-cart {
  background:
    radial-gradient(circle at 80% 10%, rgba(214,177,92,0.16), transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(156,116,48,0.14), transparent 36%),
    linear-gradient(135deg, #050505 0%, #11100b 48%, #050505 100%) !important;
  color: #ffffff;
}

/* remove default white wrappers */
body.woocommerce-cart .site,
body.woocommerce-cart .site-main,
body.woocommerce-cart main,
body.woocommerce-cart .content-area,
body.woocommerce-cart .entry-content,
body.woocommerce-cart .wp-site-blocks {
  background: transparent !important;
}

/* main WooCommerce wrapper */
body.woocommerce-cart .woocommerce {
  width: min(1220px, calc(100% - 32px));
  margin: 175px auto 80px !important;
  padding: 0 !important;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}

/* IMPORTANT: kill float overlap */
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .cart_totals {
  float: none !important;
  clear: none !important;
}

/* create clean desktop grid */
body.woocommerce-cart .woocommerce::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 981px) {
  body.woocommerce-cart .woocommerce {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 28px;
    align-items: start;
  }

  body.woocommerce-cart .woocommerce-notices-wrapper,
  body.woocommerce-cart .woocommerce-message,
  body.woocommerce-cart .woocommerce-info,
  body.woocommerce-cart .woocommerce-error,
  body.woocommerce-cart .cart-empty,
  body.woocommerce-cart .return-to-shop {
    grid-column: 1 / -1;
  }

  body.woocommerce-cart .woocommerce-cart-form {
    grid-column: 1 / 2;
    width: 100% !important;
    min-width: 0;
  }

  body.woocommerce-cart .cart-collaterals {
    grid-column: 2 / 3;
    width: 100% !important;
    margin: 0 !important;
  }

  body.woocommerce-cart .cart_totals {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    position: sticky;
    top: 155px;
  }
}

/* notices */
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
  border: 1px solid rgba(214,177,92,0.28) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.14), transparent 34%),
    rgba(0,0,0,0.56) !important;
  color: rgba(255,255,255,0.82) !important;
  box-shadow: 0 22px 50px rgba(0,0,0,0.28);
  margin-bottom: 24px !important;
}

body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before {
  color: #d6b15c !important;
}

/* cart table */
body.woocommerce-cart table.shop_table {
  width: 100% !important;
  border: 1px solid rgba(214,177,92,0.24) !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.13), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.024)) !important;
  box-shadow:
    0 42px 90px rgba(0,0,0,0.46),
    inset 0 1px 0 rgba(255,255,255,0.08);
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body.woocommerce-cart table.shop_table th {
  background: rgba(0,0,0,0.5) !important;
  color: #f4d58b !important;
  font-family: "Montserrat", sans-serif;
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(214,177,92,0.22) !important;
  padding: 17px 14px !important;
  white-space: nowrap;
}

body.woocommerce-cart table.shop_table td {
  border-top: 1px solid rgba(214,177,92,0.12) !important;
  color: rgba(255,255,255,0.78) !important;
  padding: 18px 14px !important;
  vertical-align: middle !important;
  background: transparent !important;
}

/* product thumbnail */
body.woocommerce-cart table.cart img {
  width: 78px !important;
  height: 78px !important;
  object-fit: contain !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(214,177,92,0.2);
  padding: 6px;
}

/* product name */
body.woocommerce-cart .product-name a {
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 850;
  text-decoration: none !important;
  line-height: 1.35;
}

body.woocommerce-cart .product-name a:hover {
  color: #f4d58b !important;
}

/* price */
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal,
body.woocommerce-cart .amount {
  color: #f4d58b !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

/* remove button */
body.woocommerce-cart a.remove {
  width: 34px !important;
  height: 34px !important;
  line-height: 31px !important;
  border-radius: 999px !important;
  color: #f4d58b !important;
  border: 1px solid rgba(214,177,92,0.32) !important;
  background: rgba(0,0,0,0.38) !important;
  text-align: center;
  margin: 0 auto;
}

body.woocommerce-cart a.remove:hover {
  background: #d6b15c !important;
  color: #090909 !important;
}

/* quantity */
body.woocommerce-cart .quantity .qty {
  width: 76px !important;
  min-height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(214,177,92,0.35) !important;
  background: rgba(0,0,0,0.45) !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  box-shadow: none !important;
}

/* coupon + actions */
body.woocommerce-cart td.actions {
  padding: 20px !important;
}

body.woocommerce-cart .coupon {
  display: flex;
  gap: 10px;
  align-items: center;
}

body.woocommerce-cart .coupon input.input-text {
  min-width: 220px;
  min-height: 50px;
  border-radius: 999px !important;
  border: 1px solid rgba(214,177,92,0.28) !important;
  background: rgba(0,0,0,0.44) !important;
  color: #ffffff !important;
  padding: 0 18px !important;
}

body.woocommerce-cart .coupon input.input-text::placeholder {
  color: rgba(255,255,255,0.45);
}

/* buttons */
body.woocommerce-cart .button,
body.woocommerce-cart button.button,
body.woocommerce-cart input.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  min-height: 52px !important;
  border-radius: 999px !important;
  border: none !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff1a8 0%, #d6b15c 38%, #8d6526 100%) !important;
  color: #090909 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow:
    0 18px 38px rgba(214,177,92,0.24),
    inset 0 1px 0 rgba(255,255,255,0.6) !important;
  transition: 0.25s ease !important;
  text-decoration: none !important;
}

body.woocommerce-cart .button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-cart input.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 24px 48px rgba(214,177,92,0.34),
    inset 0 1px 0 rgba(255,255,255,0.7) !important;
}

body.woocommerce-cart button.button:disabled,
body.woocommerce-cart button.button:disabled[disabled] {
  opacity: 0.45 !important;
  cursor: not-allowed;
}

/* cart totals */
body.woocommerce-cart .cart_totals {
  padding: 28px !important;
  border-radius: 30px !important;
  border: 1px solid rgba(214,177,92,0.26);
  background:
    radial-gradient(circle at 100% 0%, rgba(214,177,92,0.16), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.024));
  box-shadow: 0 36px 80px rgba(0,0,0,0.42);
}

body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 22px !important;
  font-family: "Playfair Display", serif;
  font-size: 34px !important;
  line-height: 1;
  letter-spacing: -1px;
  background: linear-gradient(90deg, #fff8d7 0%, #e5bf64 45%, #9c7430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.woocommerce-cart .cart_totals table.shop_table {
  box-shadow: none !important;
  border-radius: 22px !important;
  background: rgba(0,0,0,0.3) !important;
  margin-bottom: 20px !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  background: transparent !important;
  border-color: rgba(214,177,92,0.13) !important;
  padding: 16px 14px !important;
}

body.woocommerce-cart .cart_totals th {
  color: rgba(255,255,255,0.72) !important;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td,
body.woocommerce-cart .cart_totals .order-total .amount {
  color: #f4d58b !important;
  font-size: 18px !important;
}

/* checkout button full */
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100% !important;
  margin: 0 !important;
}

/* shipping */
body.woocommerce-cart .shipping-calculator-button {
  color: #f4d58b !important;
  text-decoration: none !important;
  font-weight: 800;
}

/* inputs */
body.woocommerce-cart select,
body.woocommerce-cart input[type="text"],
body.woocommerce-cart input[type="email"],
body.woocommerce-cart input[type="tel"],
body.woocommerce-cart textarea {
  border-radius: 16px !important;
  border: 1px solid rgba(214,177,92,0.28) !important;
  background: rgba(0,0,0,0.45) !important;
  color: #ffffff !important;
}

/* empty cart */
body.woocommerce-cart .cart-empty {
  border: 1px solid rgba(214,177,92,0.24);
  border-radius: 30px;
  background: rgba(0,0,0,0.45);
  color: rgba(255,255,255,0.78);
  padding: 30px;
  text-align: center;
}

body.woocommerce-cart .return-to-shop {
  text-align: center;
}

/* =============================== */
/* TABLET */
/* =============================== */

@media (max-width: 980px) {
  body.woocommerce-cart .woocommerce {
    width: min(900px, calc(100% - 28px));
    margin-top: 155px !important;
    display: block !important;
  }

  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-cart .cart_totals {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    position: relative !important;
    top: auto !important;
  }

  body.woocommerce-cart .cart-collaterals {
    margin-top: 26px !important;
  }
}

/* =============================== */
/* MOBILE */
/* =============================== */

@media (max-width: 720px) {
  body.woocommerce-cart .woocommerce {
    width: calc(100% - 24px);
    margin-top: 140px !important;
    margin-bottom: 54px !important;
  }

  body.woocommerce-cart table.shop_table {
    border-radius: 26px !important;
  }

  body.woocommerce-cart table.shop_table thead {
    display: none !important;
  }

  body.woocommerce-cart table.shop_table tr {
    display: block !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid rgba(214,177,92,0.14);
  }

  body.woocommerce-cart table.shop_table tr:last-child {
    border-bottom: none;
  }

  body.woocommerce-cart table.shop_table td {
    display: flex !important;
    width: 100% !important;
    align-items: center;
    justify-content: space-between;
    text-align: right !important;
    padding: 12px 16px !important;
    border-top: none !important;
  }

  body.woocommerce-cart table.shop_table td::before {
    content: attr(data-title);
    color: #f4d58b;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.7px;
    text-align: left;
    padding-right: 16px;
  }

  body.woocommerce-cart table.shop_table td.product-remove,
  body.woocommerce-cart table.shop_table td.product-thumbnail,
  body.woocommerce-cart table.shop_table td.actions {
    display: block !important;
    text-align: center !important;
  }

  body.woocommerce-cart table.shop_table td.product-remove::before,
  body.woocommerce-cart table.shop_table td.product-thumbnail::before,
  body.woocommerce-cart table.shop_table td.actions::before {
    display: none !important;
  }

  body.woocommerce-cart table.cart img {
    width: 115px !important;
    height: 115px !important;
    margin: 0 auto;
  }

  body.woocommerce-cart .product-name {
    text-align: left !important;
  }

  body.woocommerce-cart .coupon {
    display: grid !important;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
  }

  body.woocommerce-cart .coupon input.input-text {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.woocommerce-cart .actions .button,
  body.woocommerce-cart td.actions .button {
    width: 100% !important;
    margin-top: 8px !important;
  }

  body.woocommerce-cart .cart_totals {
    padding: 24px 18px !important;
    border-radius: 26px !important;
  }

  body.woocommerce-cart .cart_totals h2 {
    font-size: 32px !important;
    text-align: center;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr {
    padding: 0 !important;
    border-bottom: none !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table td,
  body.woocommerce-cart .cart_totals table.shop_table th {
    display: table-cell !important;
    width: auto !important;
    text-align: left !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table td::before,
  body.woocommerce-cart .cart_totals table.shop_table th::before {
    display: none !important;
  }
}/* End custom CSS */