section.cart {
  min-height: 940px;
  display: flex;
  align-items: center;
}

section.cart .woocommerce-cart-form h3 {
  color: var(--26004-d, #26004d);
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
}

section.cart .woocommerce table.shop_table {
  border: 0 !important;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 0 !important;
}

/* section.cart .woocommerce-notices-wrapper ul {
  background-color: transparent;
} */

/* section.cart .woocommerce-notices-wrapper {
  position: fixed;
  margin-top: -25px;
  z-index: 10;
  padding: 20px;
} */

section.cart .woocommerce-error::before {
  display: none;
  /* content: "\e016";
  position: absolute;
  color: #b81c23;
  left: 96%; */
}


section.cart span.woocommerce-Price-amount.amount {
  padding-left: 5px;
}

section.cart .woocommerce-remove-coupon {
  color: #dc3545;
  padding-left: 5px;
}

section.cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
}

.woocommerce-message::before {
  position: static;
}

.woocommerce-message a.button.wc-forward {
  display: none !important;
}

section.cart .woocommerce-message {
  background-color: #fff;
  padding: 10px;
  color: #000;
  border-radius: 10px;
  border: 1px solid #00cbff !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-width: 300px;
  /* background: #FFF;
      padding: 20px 30px;
      color: #000;
      border-radius: 10px;
      border: 1px #00cbff solid; */
}

/* Optional: Style for the notification container */
/* .woocommerce-notices-wrapper {
  position: relative;
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #ccc;
  display: block;
} */
.woocommerce-notices-wrapper ul {
  position: relative !important;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px solid #00cbff !important;
  background: #FFF;
  padding: 20px 10px !important;
  border-radius: 10px;
}

/* display none woocommerce */
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none;
}

.woocommerce-error li {
  /* padding-left: 20px !important; */
}

.woocommerce-notices-wrapper {
  /* position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-25%, -50%); */
}

.woocommerce-error {
  border-top-color: 0;
  background-color: transparent;
  border-top: 0px solid #7f54b3;
  padding: 0;
}

.woocommerce .star-rating span::before {
  color: #f1c644;
}

.cart-container._custom .cart-empty.woocommerce-info {
  display: none;
}

.cart-container._custom ul li a.button.wc-forward {
  display: none;
}

/* IF NO ITEMS */
/* .cart-container._custom .woocommerce * {
     text-align: center;
    color: #fff;
    fill: #FFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
} */

section.cart .cart-container._custom .woocommerce {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: normal;
  row-gap: 30px;
}

section.cart .cart-container._custom .wc-empty-cart-message {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

section.cart .cart-container._custom .empty-container {
  display: inline-block;
  width: 100%;
}

section.cart .cart-container._custom tr.woocommerce-shipping-totals.shipping {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

section.cart .shipping-calculator-form {
  margin-top: 30px;
}

section.cart .shipping-calculator-form button.button {
  display: flex;
  height: 60px;
  padding: 20px 40px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  background: #8000ff !important;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: none !important;
}

section.cart .cart-container._custom a.shipping-calculator-button {
  color: var(--d-9-d-9-d-9, #212121);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

section.cart .cart-container._custom p.return-to-shop {
  text-align: center;
  color: #00cbff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 20px 30px;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  display: block;
  width: fit-content;
  margin: auto;
}

#main_cart_table {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 10px;
  background: #fff;
}

/* .woocommerce-cart-form__cart-item.cart_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
} */

.table_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin-bottom: 35px;
}

.table_head>div {
  color: var(--26004-d, #26004d);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  line-height: 60px;
  width: 100%;
}

#main_cart_table h1 {
  color: var(--26004-d, #26004d);
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.cart .product-thumbnail {
  min-height: 51px;
  min-width: 51px;
  max-width: 51px;
}

/* .product-thumbnail .woocommerce img,
.woocommerce-page img {
  max-width: 50px;
} */

.woocommerce .product .attachment-woocommerce_thumbnail {
  width: 230px;
  height: auto;
  object-fit: contain;
}


.actions button.button {
  display: none !important;
}

.cart .product-details {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  height: 100%;
}

th.product-quantity {
  text-align: end;
}

/* .product-details .product-name{
  width: 300px;
} */

.product_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.product_summary .product {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 15px;
}

.sub-detail {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.shipping-calculator-form select,
.shipping-calculator-form input {
  border-radius: 5px;
  background: #f1f1f1;
  padding: 15px 20px;
  border: none;
  height: 45px;
}

.coupon-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  justify-content: space-between;
}

.coupon-info span {
  color: var(--d-9-d-9-d-9, #212121);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.subtotal-no-coupon {
  width: 100%;
  margin: 20px 0;
  border-top: 1px #000 solid;
  padding-top: 15px;
}

.subtotal-no-coupon .amount {
  display: flex;
  justify-content: end;
  width: 100%;
}

.subtotal-no-coupon .amount bdi {
  color: var(--d-9-d-9-d-9, #212121);
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}



.product_summary p,
section p.price bdi,
section p.qty bdi {
  color: var(--d-9-d-9-d-9, #212121);
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* td.product-remove.text-danger,
td.product-quantity {
    padding-left: 50px;
} */
.product-price bdi {
  color: var(--d-9-d-9-d-9, #212121);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  line-height: 75px;
}


.cart-collaterals::before {
  display: none !important;
}

.cart_totals {
  width: 100% !important;
}

section.cart {
  background-color: #150029;
}

.cart .product-name,
.cart .product-name a {
  color: var(--d-9-d-9-d-9, #212121);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

form.woocommerce-cart-form {
  padding: 50px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  height: 100%;
  margin-bottom: 0;
  margin-right: 5%;
}

.cart-collaterals {
  padding: 50px;
  border-radius: 10px;
  background: #fff;
  height: 100%;
}

.cart-totals-title h3,
.coupon h5 {
  color: var(--26004-d, #26004d);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cart-totals-label,
.cart-totals-value bdi,
.cart-totals-label,
span.woocommerce-Price-amount.amount {
  color: var(--d-9-d-9-d-9, #212121);
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-width: fit-content;
}

/* .woocommerce-notices-wrapper {
  display: none;
} */


.cart-discount.coupon-tcgcoupon {
  display: flex;
  flex-wrap: wrap;
}

.coupon input#coupon_code {
  padding: 15px 20px;
  border-radius: 10px;
  background: #f1f1f1;
  color: #757575;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  margin-right: 15px;
  width: 100%;
  max-width: 246px;
  border: none;
}

.coupon input#coupon_code::placeholder {
  color: #757575;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}

.coupon button {
  padding: 20px 40px !important;
  border-radius: 10px !important;
  background-color: var(--d-9-d-9-d-9, #212121) !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  color: #fff !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  max-width: 129px;
  text-transform: uppercase;
}

/* .wc-proceed-to-checkout {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

/* .wc-proceed-to-checkout>div{
    width: calc(50% - 7.5px);
    padding: 20px;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    color: #FFF;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
} */

ul#shipping_method {
  list-style-type: none;
  padding: 0;
}

td.coupon-form {
  padding: 30px 0 30px;
}

/* Custom CSS for WooCommerce Cart Table */
tr.woocommerce-cart-form__cart-item.cart_item {
  display: flex;
}

#main_cart_table th.product-name,
#main_cart_table td.product-name {
  width: 50%;
}

#main_cart_table th.product-price,
#main_cart_table td.product-price {
  width: 25%;
  display: flex;
  justify-content: center;
}

#main_cart_table th.product-quantity,
#main_cart_table td.product-quantity {
  width: 25%;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

/* Cart totals */
table.shop_table.shop_table_responsive tr th {
  color: var(--26004-d, #26004d);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}



table.shop_table.shop_table_responsive tr.order-total th {
  color: var(--26004-d, #26004d);
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

table.shop_table.shop_table_responsive td strong span bdi {
  color: var(--d-9-d-9-d-9, #212121);
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

#coupon .actions button.button {
  display: flex;
  height: 60px;
  padding: 20px 40px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  background: #8000ff !important;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: none !important;
}

#coupon .actions button.button:disabled {
  background-color: #d3d3d3;
  color: #a1a1a1;
  cursor: not-allowed;
  border: 1px solid #ccc;
  opacity: 0.5;
}

#coupon .actions button.button:disabled:hover {
  background-color: #d3d3d3;
  color: #a1a1a1;
}

.wc-proceed-to-checkout a.checkout-button {
  padding: 20px 40px !important;
  border-radius: 10px;
  background: #00cbff;
  color: #fff;
  text-align: center !important;
  font-family: "Roboto Condensed";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  transition: 0.3s ease-in-out;
  border: 1px solid #FFF;
  display: flex !important;
  justify-content: center;
  margin-bottom: 0;
}

.wc-proceed-to-checkout a.checkout-button:hover {
  transition: 0.5s ease all;
  background-color: white;
  color: #00cbff;
  transition: 0.5s ease all;
  border: 1px solid #00cbff;
}

.wc-proceed-to-checkout .browse_product {
  background-color: #00cbff;
}

.wc-proceed-to-checkout::after,
.wc-proceed-to-checkout::before,
.order-total::after,
.order-total::before {
  display: none !important;
}

.order-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.coupon {
  margin-bottom: 30px;
}

/* section.cart .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
  display: none;
} */

input#coupon_code {
  padding: 15px 20px;
  border: none;
  height: 45px;
  border-radius: 10px;
  background: #F1F1F1;
}

.cart-totals-label p.product_title,
.cart-totals-label p.product_title_total {
  color: var(--d-9-d-9-d-9, #212121);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
}

.cart-totals-label {
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
}

.coupon .group {
  display: flex;
  justify-content: space-between;
}


.groupo_order_summary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: unset !important;
}


/* Basic Table Styles */
.shop_table {
  width: 100%;
  border-collapse: collapse;
}

.shop_table th {
  vertical-align: middle;
  width: 100%;

}

form.checkout_coupon.woocommerce-form-coupon {
  margin: 0;
}

.shop_table th {
  /* background-color: #f3f3f3; */
}

/* Ensure images are responsive */
.product-thumbnail img {
  max-width: 100%;
  height: auto;
}

.product-thumbnail {
  display: flex !important;
}

.shop_table th,
.shop_table tr.woocommerce-cart-form__cart-item.cart_item td {
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 1199px) {
  form.woocommerce-cart-form {
    margin-right: 0;
  }
}

@media (max-width: 991px) {

  .cart .product-thumbnail {
    height: auto;
  }

  .product-details {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 300px;
  }

  .product-details .woocommerce-page table.cart img {
    max-width: 100% !important;
  }

  #main_cart_table th.product-name,
  #main_cart_table td.product-name,
  #main_cart_table th.product-price,
  #main_cart_table td.product-price,
  #main_cart_table th.product-quantity,
  #main_cart_table td.product-quantity {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 30px;
  }

  .product_summary .product_summary>* {
    flex-direction: column;
  }

  form.woocommerce-cart-form,
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    padding: 50px 20px;
  }

  .product_summary .product {
    flex-direction: column;
  }

  p.form-row.form-row-first,
  p.form-row.form-row-last {
    width: 100% !important;
  }

  .sub-detail {
    flex-direction: row;
    gap: 30px;
  }

  .product_summary .product {
    gap: 15px;
    flex-direction: row;
  }

  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: flex !important;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none !important;
  }


  .cart .product-thumbnail {
    max-width: 51px;
  }

  .woocommerce-notices-wrapper,
  section.cart .woocommerce-message {
    position: unset !important;
    min-width: unset;
    transform: unset !important;
    width: 100%;
  }
}

@media (max-width: 768px) {
section.cart .woocommerce-cart-form h3{
  margin-bottom: 40px;
}
  .product_list {
    border: 1px #a7a7a752 solid;
    max-height: 420px;
    overflow: scroll;
  }


  .woocommerce-cart-form h3 {
    text-align: center;
  }

  .cart .product-details {
    margin: 30px 0 0;
  }

  td.product-quantity {
    padding-bottom: 30px;
  }


  .product-thumbnail img {
    width: 100%;
  }

  /* .woocommerce-page img{
    max-width: 180px  !important;
  } */

  .groupo_order_summary,
  .coupon-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
  }

  .cart .product-thumbnail {
    width: 100%;
    flex-direction: row;
    overflow: hidden;
    justify-content: center;
    /* height: 190px; */
  }
}

@media (max-width: 575px) {

  section.cart .woocommerce-cart-form h3 {
      margin-bottom: 30px;
    }
  .product_summary .product {
    flex-direction: column;
  }


}