.woocommerce-cart .post-content > h1 {
  padding-top: 60px;
}
.woocommerce-cart .wc-block-cart-item__prices {
  display: none;
}

.woocommerce-cart .wc-block-cart-item__image img {
  width: 120px !important;
  height: 120px;
  object-fit: contain;
}

.woocommerce-cart .wc-block-cart-item__image {
  width: 20%;
}
.woocommerce-cart .wc-block-cart-item__product {
  width: 60%;
}

.woocommerce-cart .wc-block-cart-item__total {
  width: 20%;
}

.woocommerce-cart .wc-block-cart-item__remove-link {
  text-indent: -9999px !important;
  padding-left: 20px !important;
  position: absolute !important;
  right: 10px !important;
  top: 32px !important;
}

.woocommerce-cart .wc-block-cart-item__remove-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://webstyle.gta-design.com/wp-content/uploads/2024/12/delete.png");
}

.woocommerce-cart .wc-block-components-quantity-selector input {
  border: 1px solid #09334a !important;
}

.wc-block-components-quantity-selector:after {
  border: none !important;
}

.wc-block-components-quantity-selector__button {
  opacity: 1 !important;
}
.is-large.wc-block-cart .wc-block-cart-items td {
  border: none !important;
}

table.wc-block-cart-items {
  border: none !important;
  border-spacing: 0 32px !important;
  border-collapse: separate;
}

.wc-block-cart-items__row {
  background-color: #edeae333;
  position: relative;
}

.is-large.wc-block-cart .wc-block-components-sidebar {
  margin-top: 32px !important;
  box-shadow: 0px 24px 48px -12px #0000002e;
  padding-right: 31px !important;
  margin-bottom: 650px;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  align-items: flex-start !important;
}

.wp-block-woocommerce-cart-cross-sells-block {
  position: absolute;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 26px !important;
  padding-top: 20px !important;
}
.wc-block-components-totals-item {
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.11);
  padding-bottom: 16px;
}

.wc-block-cart__submit-container a {
  display: block;
  width: 100%;
  background-color: #09334a;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 16px;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
}

.wp-block-woocommerce-cart-cross-sells-block {
  display: none;
}

@media only screen and (max-width: 1550px) {
  .woocommerce-cart .wc-block-cart-item__product {
    width: 50%;
  }
  .woocommerce-cart .wc-block-cart-item__image,
  .woocommerce-cart .wc-block-cart-item__total {
    width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  .wc-block-cart-items__row {
    display: flex !important;
    padding: 16px !important;
  }
  .woocommerce-cart .wc-block-cart-item__remove-link {
    top: 22px !important;
  }
}
@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 567px) {
  .wc-block-cart-items__row {
    flex-direction: column;
  }
  .wc-block-cart-item__product {
    display: flex;
    width: 100% !important;
  }
  .wc-block-cart-item__wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
  }
  .wc-block-components-quantity-selector {
    position: absolute !important;
    right: 50px;
  }
  .woocommerce-cart .wc-block-cart-item__remove-link {
    bottom: 16px !important;
    top: auto !important;
  }
  .woocommerce-cart .wc-block-cart-item__image img {
    min-width: 100px;
  }
}

/* chekout */
span.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-billing-fields > h3 {
  display: none;
}
.woocommerce-billing-fields__field-wrapper input {
  background-color: transparent;
  padding: 13px 12px;
}
.form-row.place-order button {
  background-color: #09334a;
  color: #fff;
  font-weight: 600;
}

.woocommerce-checkout .woocommerce-info {
  margin-bottom: 0;
}

.checkout.woocommerce-checkout {
  padding-top: 80px;
}

.woocommerce table.shop_table {
  border: none;
}
.woocommerce-input-wrapper {
  height: 51px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.woocommerce-input-wrapper select {
  height: 100%;
  width: 100%;
  border: none;
}

.navbar button {
  width: unset !important;
  margin-top: 0 !important;
}

.woocommerce-checkout .cart_item .product-name {
  display: flex;
  width: 100%;
  align-items: center;
}

.woocommerce-checkout .checkout-product-image img {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 992px) {
  form.checkout .row {
    flex-direction: column;
  }
  form.checkout .row .col-md-6 {
    max-width: 100%;
  }
  .checkout.woocommerce-checkout {
    padding-top: 40px;
  }

  .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
    width: unset;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-checkout .cart_item .product-name {
    flex-direction: column;
    align-items: flex-start;
  }

  .woocommerce table.shop_table{
    overflow-x: auto;
    display: block;
  }
}

@media only screen and (max-width: 567px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    width: 100%;
  }
}
