.fc-day-number {
  color: #000;
}
.fc-today span.fc-day-number{
  background-color: #eee;
  border-radius: 50%;
  padding: 7px 15px;
}
.fc-ltr .fc-basic-view .fc-day-top span.fc-day-number {
  float: left;
}
div.fc-unthemed thead {
  border-color: transparent;
}
.fc-header-toolbar .fc-center h2 {
  font-size: 20px;
}
.woocommerce .fc-today-button.fc-button.fc-state-default {
  padding: 0 15px;
}

.wd-boxes-table {
  background: white; border-radius: 8px;
}
.orders-calander {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}
.woocommerce-account .woo__myaccount__content {
  max-width: 1100px;
  margin: 0 auto;
  background: white;
  padding: 30px 40px;
  border-radius: 10px;
  box-shadow: -2px 2px 20px rgb(0 0 0 / 3%);
}
.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 60px;
}
.woocommerce-account .woo__myaccount__content .shop_table th,
.woocommerce-account .woo__myaccount__content .shop_table td {
  padding: 12px 25px;
}
.woocommerce-account tfoot {
  color: var(--primary-color-contrast);
}

.woocommerce-account .woo__myaccount__content .shop_table tfoot td,
.woocommerce-account .woo__myaccount__content .shop_table tfoot th {
  padding: 10px 25px;
  font-size: 15px;
}
.woocommerce-account .woo__myaccount__content .shop_table tfoot th {
  text-align: right;
}


.woocommerce-account .titlebar  {
  display: none;
}
@media screen and (min-width: 64em){
  .woocommerce-account header.l-header.creative-layout {
    background: #2d2868;
  }
}

.woocommerce-account .l-main.row {
  max-width: unset;
  padding-top: 140px;
  background: #f4f6f8;
}
.woocommerce-account .woo__myaccount__navigation ul li.woocommerce-MyAccount-navigation-link {
  border-radius: 3px;
  padding-left: 10px;
}
.woocommerce-account .woo__myaccount__navigation ul a {
  font-weight: 600;
}

.woocommerce-account .woo__myaccount__navigation ul li.is-active {
  background: #e0e4f1;
  padding-left: 15px;
}
.woocommerce-account .woo__myaccount__navigation ul li.is-active a {
  color: #0f154d;
}




.woocommerce table.shop_table {
  border-spacing: 0;
  background-color: #fff;
  border: 0;
  box-shadow: -2px 2px 6px rgb(0 0 0 / 3%), inset 0 0 0 1px rgb(0 0 0 / 8%);
  border-radius: 10px;
  overflow: hidden;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  padding: 0.75rem 1.5rem;
}








.wd-modal-conversation .wd-modal-container {
  padding: 0;
}
.wd-modal-conversation .wd-messaged {
  text-align: center;
}
.wd-conversation-tab {
  padding: 7px 1.75rem;
  margin: 0;
  background-color: #f5f5f5;
  font-size: 14px;
  text-align: center;
}
.wd-messages {
  position: relative;
  flex: 0 1;
  margin: 0;
  padding-bottom: 1.5rem;
  overflow: hidden;
  overflow-y: auto;
}
.wd-messages .wd-message-date {
  position: relative;
  padding: 1.25rem 0 0;
  font-size: 13px;
  text-align: center;
}
.wd-messages .wd-message-date:first-child {
  border-top: 0;
}
.wd-messages .wd-message-date .wd--date {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  background-color: #f1f1f1;
  color: #777;
  line-height: 28px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 20px;
  z-index: 2;
}
.wd-messages .wd-message {
  display: flex;
  padding: 2rem 1.5rem 0;
}
.wd-messages .wd-message .wd--inner {
  display: flex;
  width: 100%;
}
.wd-messages .wd-message .wd--image {
  flex: 0 1 40px;
  min-width: 40px;
  margin-right: 1rem;
}
.wd-messages .wd-message .wd--image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: top;
}
.wd-messages .wd-message .wd-dummy-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  border-radius: 50%;
}
.wd-messages .wd-message .wd-dummy-image i {
  font-size: 13px;
  color: #999;
}
.wd-messages .wd-message .wd--content {
  position: relative;
}
.wd-messages .wd-message .wd--content .wd--time {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  font-size: 12px;
  line-height: 30px;
  color: #777;
  white-space: nowrap;
}
.wd-messages .wd-message .wd--text {
  padding: 0.55rem 0.95rem;
  background-color: #f1f1f1;
  border-radius: 20px;
}
.wd-messages .wd-message .wd--text p:last-child {
  margin: 0;
}
.wd-messages .wd-message.wd-message-me .wd--inner {
  justify-content: flex-end;
}
.wd-messages .wd-message.wd-message-me .wd--image {
  order: 2;
  margin-right: 0;
  margin-left: 1rem;
}
.wd-messages .wd-message.wd-message-me .wd--content .wd--time {
  left: auto;
  right: 0;
}
.wd-messages .wd-message.wd-message-me .wd--text {
  background: linear-gradient(90deg, var(--primary-color), #eb8404);
  color: #fff;
}
.wd-messages .wd-message.wd-message-not-me .wd--text {
  border-top-left-radius: 0;
}
.wd-messages .wd-error-holder {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 3;
}
.wd-messages .wd-error-holder .wd-error:after {
  content: none;
}
.wd-message-footer {
  position: relative;
  text-align: center;
}
.wd-message-footer .wd--button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 1rem;
  font-size: 16px;
}
.wd-conversation-input {
  position: relative;
  width: 100%;
}
.wd-conversation-input textarea {
  transition: box-shadow 0.3s;
  width: 100%;
  height: 46px;
  line-height: 22px;
  padding: 12px 45px 12px 15px;
  border: 0;
  border-radius: 8px;
  background-color: #fff;
  vertical-align: top;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  resize: none;
}
.wd-conversation-input textarea:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
}
.wd-conversation-input textarea::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400;
}
.wd-conversation-input textarea::-webkit-input-placeholder,
.wd-conversation-input textarea::placeholder {
  color: #aaa;
  font-weight: 400;
}
.wd-conversation-input textarea.wd--focus {
  height: 100px;
}
.wd-conversation-input .wd--submit {
  position: absolute;
  right: 8px;
  bottom: 7px;
  padding: 7px;
  font-size: 18px;
}
.wd-modal-more-filters {
  width: 760px;
  margin-left: -380px;
}
.wd-modal-more-filters .wd-checklist {
  display: flex;
  flex-wrap: wrap;
}
.wd-modal-more-filters .wd-checklist .wd-checkbox {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 767.98px) {
  .wd-modal-more-filters .wd-checklist .wd-checkbox {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.wd-modal-more-filters [data-input-type="stepper"] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wd-modal-more-filters [data-input-type="stepper"] .wd-heading {
  margin-bottom: 0;
}
.wd-modal-signin {
  width: 480px;
  margin-left: -240px;
}
.wd-modal-signin .wd--action {
  display: block;
  overflow: hidden;
}
.wd-modal-signin .wd-modal-footer .wd-button {
  display: block;
  max-width: 370px;
  margin: 0 auto;
}
.wd-modal-signin .wd-modal-container {
  padding-bottom: 0;
  max-width: 420px;
  margin: 0 auto;
}
.wd-modal-signin .wd-inline-group {
  display: none;
}
.wd-lost-pass-link {
  font-weight: 600;
  text-decoration: none;
}
