/** WC Product Table **/
.header-with-logo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wcpt-item-row .login-link {
  color: var(--mt-color__primary);
}

.wcpt-item-row .motta-button--wishlist {
  color: #7c818b;
  text-decoration: none;
}

.wcpt-item-row .motta-button--wishlist:hover {
  color: #1d2128;
}

.wcpt-item-row .motta-button--wishlist.added {
  color: var(--mt-color__primary);
}

.wcpt-item-row .motta-button--wishlist::after {
  display: none;
}

.wcpt-heading .wcpt-item-row {
  display: flex;
  align-items: center;
}

.wcpt-heading .wcpt-item-row.right {
  justify-content: flex-end;
}

.wcpt-heading .header-with-logo img {
  height: 0.7em;
}

.wcpt-heading .wcpt-item-row .header-icon img {
  height: 1em;
  max-width: 1.5em;
  vertical-align: baseline;
}

body .wcpt-pagination .page-numbers.dots {
  padding: 0;
  margin: 0 4px;
  position: static;
}
body .wcpt-pagination a.page-numbers,
body .wcpt-pagination .page-numbers,
body .wcpt-pagination .page-numbers.current,
body .dataTables_paginate a.paginate_button {
  border: 2px solid #ecf0f4;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  color: #7c818b;
  display: inline-block;
  padding: 0;
  margin: 0 4px;
  box-sizing: border-box;
  cursor: pointer;
}


body .wcpt-pagination .page-numbers.current,
body .wcpt-pagination .page-numbers.current:hover,
body .dataTables_paginate a.paginate_button:hover,
body .dataTables_paginate a.paginate_button.current {
  border-color: #1d2128;
  background-color: #1d2128;
  color: #fff;
}

#wc-wallet-transaction-details_length {
  float: right;
}

.dataTables_info {
  text-align: center;
}

.dataTables_paginate.paging_simple_numbers {
  text-align: center;
  margin-top: 15px;
}

body .dataTables_paginate a.paginate_button.previous,
body .dataTables_paginate a.paginate_button.next {
  width: 100px;
  border-radius: var(--mt-border__radius);
}

body .dataTables_paginate a.paginate_button.disabled,
body .dataTables_paginate a.paginate_button.disabled:hover {
  cursor: not-allowed;
  background: #ecf0f4;
  border-color: #ecf0f4;
  color: #7c818b;
}


.archive-page-header {    
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.archive-page-header span.badge {
  background-color: var(--primary-color);
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 1em;
  /* font-size: 50%; */
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 5px;
}
.archive-page-header span.badge a {  color: #fff; }
.weekly-archive-dropdown{
  height: auto;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 4px;   
  box-shadow: 0 -2px 14px rgba(0, 0, 0, .025);
  transition: 50ms background-color, .2s border-color, .2s box-shadow;
  padding: 6px 10px 6px 16px;
  font-size: 16px;
}