.shop_table .coupon {
  display: none;
}
.product-thumbnail img {
  max-width: 80px;
}

.woocomerce-content-wrap {
  display: flex;
  gap: 50px;
  margin-bottom: 110px;
}

.woocommerce-shipping-totals > th,
.woocommerce-shipping-destination {
  display: none;
}

body .woocommerce ul#shipping_method li label {
  justify-content: space-between;
  display: flex;
}

body .woocommerce ul#shipping_method .amount {
  font-weight: 600;
}

.woocommerce-shipping-totals td,
#shipping_method {
  width: 100%;
}

body .woocommerce ul#shipping_method li {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  body .woocomerce-content-wrap {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 600px) {
  body .woocommerce {
    margin-top: 50px;
  }

  body .cart-title.standart-title {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 601px) and (max-width: 990px) {
  body .woocommerce {
    margin-top: 60px;
  }

  body .cart-title.standart-title {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  body .woocommerce {
    margin-top: 70px;
  }

  body .cart-title.standart-title {
    margin-bottom: 50px;
  }
}

.woocommerce {
  margin-top: 70px;
}

.cart-title.standart-title {
  margin-bottom: 78px;
}

.cart-collaterals {
  flex-basis: 360px;
  min-width: 360px;
}

body .woocommerce .cart-collaterals .cart_totals,
body .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

body .shop_table {
  border-spacing: 0;
}

body .woocommerce table.shop_table {
  border: 0;
  margin-bottom: 0;
}

div.woocommerce table.shop_table th,
div.woocommerce table.shop_table td {
  padding: 0;
}

.woocommerce table.shop_table thead th {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 25px;
}

.woocommerce table.shop_table tbody .woocommerce-cart-form__cart-item td {
  padding-top: 25px;
  padding-bottom: 25px;
}

.cart-item-image {
  width: 80px;
  display: flex;
  justify-content: center;
}

.cart-item-name {
  font-size: 20px;
  font-weight: 600;
}

.woocommerce-cart-form {
  width: 100%;
}

.woocommerce {
  font-family: "Gilroy";
  line-height: 120%;
  color: #181413;
}

.cart-item-content {
  max-width: 200px;
}

.woocommerce-cart-form__cart-item > td:first-of-type {
  gap: 20px;
}

.cart-item-content p {
  font-size: 14px;
}

.gtin-sku {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.quantity-wrap {
  display: flex;
}

.woocommerce-cart-form .shop_table tr,
.woocommerce-cart-form thead {
  display: flex;
}

.product-quantity {
  display: flex;
  align-items: center;
}

.shop_table tbody tr {
  border-top: 1px solid #eeeeee;
}

body .woocommerce table.shop_table td {
  border-top: 0;
}

.woocommerce-cart-form thead tr {
  justify-content: space-between;
  width: 100%;
}

.product-remove {
  display: flex;
  align-items: center;
}

body .woocommerce a.remove:hover {
  background-color: transparent;
}

body .woocommerce a.remove {
  font-size: 0;
  background-color: transparent;
  background: center / contain no-repeat
    url("/wp-content/uploads/2024/11/x.svg") !important;
  width: 28px;
  height: 28px;
}

.third-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-family: "Gilroy";
  font-size: 16px;
  font-weight: 400;
}

.shop_table tbody .fourth-column {
  font-family: "Kanit";
  font-size: 24px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.third-column span {
  font-weight: 600;
}

.woocommerce-cart-form__cart-item {
  justify-content: space-between;
  align-items: center;
}

.woocommerce-cart-form .first-column {
  flex-basis: 300px;
  min-width: 300px;
}

.woocommerce-cart-form .second-column {
  flex-basis: 142px;
  min-width: 142px;
}

.woocommerce-cart-form .third-column {
  flex-basis: 132px;
  min-width: 132px;
}

.woocommerce-cart-form .fourth-column {
  flex-basis: 150px;
  min-width: 150px;
}

body .cart-item-image img {
  min-width: 80px;
  max-height: unset;
}

.cart-collaterals-top-bar,
.cart-collaterals-top-bar p {
  font-size: 14px;
}
.cart-collaterals-top-bar-pre-coupon-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-collaterals-top-bar-pre-coupon-text p:first-of-type {
  color: #909090;
}
.cart-collaterals-top-bar-pre-coupon-text em {
  color: #bf0d3e;
}
.cart-collaterals-top-bar-coupon {
  margin-top: 10px;
  margin-bottom: 10px;
}
.coupon_label_input {
  display: flex;
}
.coupon_left_title {
  max-width: 88px;
}
.coupon-error-notice {
  color: #bf0d3e;
  font-weight: 700;
  margin-top: 5px;
}
.order-total th {
  font-weight: 700 !important;
}
body .cart-collaterals-top-bar-coupon .coupon.cloned-coupon button {
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  background: transparent;
  border: 1px solid #bf0d3e;
  color: #000;
  min-width: 288px;
  margin-left: 19px;
  margin-top: 14px;
}
.cart-collaterals-top-bar-coupon input {
  border: 1px solid #bf0d3e;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  border-radius: 4px;
  max-width: 162px;
  margin-left: 66px;
}
.cart_totals {
  margin-top: 10px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}
.cart_totals h2 {
  font-family: "Kanit", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #bf0d3e;
  margin-bottom: 10px;
}
.cart_totals tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #eeeeee;
}
.cart_totals .woocommerce-Price-amount {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}
.cart_totals .order-total td strong bdi {
  font-weight: 700;
  color: #bf0d3e;
}
.cart_totals .order-total td strong {
  display: flex;
  align-items: center;
}
.total-cart-text {
  margin-top: 25px;
  font-family: "Kanit", sans-serif;
  color: #000;
  line-height: 1.1;
  font-size: 12px;
  font-weight: 400;
}
body .woocommerce .cart-collaterals .cart_totals:after {
  background: #bf0d3e;
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  height: 10px;
  width: 100%;
}
body .woocommerce .cart-collaterals .cart_totals {
  overflow: hidden;
  float: none;
  position: relative;
}
.cart-collaterals-top-bar-coupon button {
  transition: all 0.2s;
}
.cart-collaterals-top-bar-coupon button:hover {
  color: #fff;
  background: #bf0d3e;
}
.woocommerce .cart_totals table.shop_table tbody tr {
  display: flex;
  justify-content: space-between;
  border-top: 0 !important;
}
.woocommerce .cart_totals table.shop_table tbody tr td {
  display: flex;
  justify-content: flex-end;
}
.woocommerce .cart_totals table.shop_table tbody tr th,
div.woocommerce table.shop_table .woocommerce-shipping-totals td {
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
}
.shop_table tbody tr {
  border-top: 0 !important;
  border-bottom: 1px solid #eeeeee;
}
.shop_table thead tr {
  border-bottom: 1px solid #eeeeee;
}
.proceed-to-checkout-wrap .button {
  margin-top: 25px;
  display: flex;
  gap: 10px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .woocomerce-content-wrap {
    flex-direction: column;
  }
  .cart-collaterals::before,
  .cart-collaterals::after {
    display: none !important;
  }
  .cart-collaterals-top-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .cart-collaterals {
    display: flex;
    max-width: 720px;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 990px) {
  .cart-table-and-button {
    max-width: 360px;
  }
  .cart-collaterals {
    display: flex;
    flex-direction: column;
  }
  body .woocommerce table.shop_table_responsive tr td::before,
  body .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
  .woocommerce .cart-table-and-button table.shop_table_responsive tbody th {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
}
@media screen and (max-width: 600px) {
  body .cart-collaterals {
    min-width: 100%;
    flex-basis: 100%;
  }
  body div.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    height: 40px;
    width: 46px;
  }
  body .woocomerce-content-wrap {
    gap: 10px;
  }
  body div.qib-container {
    height: 40px;
  }
  body button.qib-button:not(#qib_id):not(#qib_id) {
    height: 40px;
  }
  body .woocommerce-cart-form .fourth-column,
  .woocommerce-cart-form .third-column {
    min-width: unset;
    flex-basis: unset;
  }
}
@media screen and (max-width: 768px) {
  .product-remove {
    top: 44px;
    right: 0;
    position: absolute;
  }
  body
    .woocommerce
    table.shop_table
    tbody
    .woocommerce-cart-form__cart-item
    td {
    padding-top: 0;
    padding-bottom: 0;
  }
  .woocommerce
    table.shop_table_responsive
    tbody
    tr.woocommerce-cart-form__cart-item:first-child {
    padding-top: 0;
  }
  .woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item {
    position: relative;
    row-gap: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .woocommerce
    table.shop_table_responsive
    tr.woocommerce-cart-form__cart-item
    td:nth-child(2n) {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td.third-column {
    text-align: left !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  tr.woocommerce-cart-form__cart-item .first-column {
    display: flex !important;
  }
  .woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item {
    display: flex;
    flex-wrap: wrap;
  }
  tr.woocommerce-cart-form__cart-item .first-column {
    gap: 12px;
    flex-basis: 100%;
  }
  tr.woocommerce-cart-form__cart-item .first-column .cart-item-content {
    text-align: left;
  }
  body .cart-item-image img {
    max-height: 120px;
  }
  body .cart-item-image {
    width: auto;
  }
}
.button_and_other {
  display: none !important;
}
.cart-discount td {
  align-items: center;
  gap: 5px;
}

body .wc-proceed-to-checkout .checkout-button.button:hover {
  background: transparent;
  color: #bf0d3e;
}

body .wc-proceed-to-checkout .checkout-button.button {
  background: #bf0d3e;
  display: flex;
  border: 1px solid #bf0d3e;
  gap: 10px;
  padding: 15px;
  font-weight: 500;
  border-radius: 4px;
  margin-top: 24px;
}

.tax_label {
  display: none;
}

.includes_tax {
  display: none;
}

.cart-discount.coupon-discount_pair .woocommerce-remove-coupon {
  display: none !important;
}
