.cart-section  {
  margin: 0 0 72px 0!important;
}

.cart_counter {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  padding: 24px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  margin-bottom: 76px;
  gap: 16px;
}

.table-head {
border-bottom: 1px solid #dee1e1 !important;
}

.cart_counter .btn-default {
  padding: 8px 24px;
}

.table-responsive-md {
  justify-content: end;
  display: flex;
  margin: 40px 0 32px 0;
}

.table.cart-table.head {
  border-bottom: 1px solid #dee1e1;
}

/* Shopping Cart */

.qty-box .input-group {
  justify-content: center;
  align-items: center;
}
.qty-box .input-group span button {
  background: #fff;
  border: 1px solid #dee1e1;
}
.qty-box .input-group .form-control {
  text-align: center;
  width: 80px;
  flex: unset;
}
.qty-box .input-group button {
  background-color: transparent;
  border: 0;
  color: #545A57;
  cursor: pointer;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.qty-box .input-group button i {
  font-weight: 900;
  color: #000;
}
.qty-box .input-group .icon {
  padding-right: 0;
}
.order-history .responsive-data {
  display: none;
}
.order-history .responsive-data .price {
  margin-bottom: 2px;
}
.order-history .dark-data {
  color: black;
  font-weight: 600;
}
.cart-section .table tbody + tbody,
.wishlist-section .table tbody + tbody {
  border-top: none;
}

.cart-section .cart-buttons > div:last-child,
.wishlist-section .cart-buttons > div:last-child {
  text-align: right;

}

.cart-buttons a.btn-default {
  width: 248px;
  padding: 16px 0;
}


.cart-section .wishlist-buttons,
.wishlist-section .wishlist-buttons {
  padding-top: 35px;
  text-align: right;
}
.cart-section .wishlist-buttons:last-child a,
.wishlist-section .wishlist-buttons:last-child a {
  margin-left: 15px;
}
.cart-section .cart-table,
.wishlist-section .cart-table {
  overflow: hidden;
  margin-bottom: 0;
}
.cart-section .cart-table thead th,
.wishlist-section .cart-table thead th {
  border-top: 0;
  text-align: center;
  padding: 0 0.75rem 0.75rem 0.75rem;

  font-family: "Poppins";
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #000000;
}
.cart-section tbody h2,
.wishlist-section tbody h2 {
  margin-bottom: 0;
}
.cart-section tbody tr td,
.wishlist-section tbody tr td {
  min-width: 190px;
  vertical-align: middle;
  color: #545A57;
  border-top: 0;
  border-bottom: 1px solid #dee1e1 !important;
  text-align: center;
}
.cart-section tbody tr td a,
.wishlist-section tbody tr td a,
.cart-section tbody tr td p,
.wishlist-section tbody tr td p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #545A57;
  text-transform: capitalize;
  margin-bottom: 0;
}
.cart-section tbody tr td a img,
.wishlist-section tbody tr td a img,
.cart-section tbody tr td p img,
.wishlist-section tbody tr td p img {
  height: 90px;
  margin: 24px 0;
}

.cart-section tbody tr td .mobile-cart-content,
.wishlist-section tbody tr td .mobile-cart-content {
  display: none;
  justify-content: center;
  margin-top: 10px;
}
.cart-section tbody tr td .mobile-cart-content .qty-box,
.wishlist-section tbody tr td .mobile-cart-content .qty-box {
  border-radius: 5px;
}
.cart-section
  tbody
  tr
  td
  .mobile-cart-content
  .qty-box
  .input-group
  .form-control,
.wishlist-section
  tbody
  tr
  td
  .mobile-cart-content
  .qty-box
  .input-group
  .form-control {
  width: 48px;
  padding: 6px;
}
.cart-section tbody tr td .mobile-cart-content .col,
.wishlist-section tbody tr td .mobile-cart-content .col {
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
}
.cart-section tbody tr td .mobile-cart-content h2,
.wishlist-section tbody tr td .mobile-cart-content h2 {
  font-size: 20px;
}
.cart-section tfoot tr th,
.wishlist-section tfoot tr th {
  padding-top: 35px;
  text-align: right;
}
.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
  padding-bottom: 0;
  text-align: right;
  border: none;
}
.cart-section tfoot tr td h2,
.wishlist-section tfoot tr td h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.cart-section tfoot tr td:first-child,
.wishlist-section tfoot tr td:first-child {
  width: 85%;
  font-size: 15px;
  padding-right: 10px;
  text-transform: capitalize;
  font-weight: 700;
}

.cart_counter .countdownholder span {
  padding-left: 8px;
  color: #000;
  padding-right: 6px;
}
.cart_counter .cart_checkout {
  padding: 3px 8px;
  margin-left: 10px;
}

.cart-section .row {
  flex-direction: column;
}
.cart-section .row.cart-buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.hide-bag {
    display: inline-block;
}

.hide-bag-mobile {
    display: none;
}
.details-input-qtd {
    border: 1px solid #7c878e;
    border-radius: 5px;
    width: max-content;
    margin: 0 auto;
    flex-direction: row;
    display: flex;
}
.details-input-qtd button,
.details-input-qtd input {
  height: 35px;
  box-sizing: border-box;
}

.details-input-qtd button {
  width: 35px;
  background-color: transparent;
  align-items: center;
  justify-content: center;

  background-color: transparent;

  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.details-input-qtd button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
}

.details-input-qtd button:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
}

.details-input-qtd input {
  color: #0e5358;
  width: 35px;
  text-align: center;
  border: 0;
  border-left: 1px solid #7c878e;
  border-right: 1px solid #7c878e;
}

.details-input-qtd input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.details-input-qtd button,
.details-input-qtd input {
  width: 30px;
  height: 30px;
}
