.pagination {

  justify-content: center;

}

body .pagination a {
  color: #fff;
  background: transparent;
}

.woocommerce-account .woocommerce table.shop_table {
  border: 1px solid #fff;
}

.woocommerce-account .woocommerce table.shop_table td {
  border-top: 1px solid #fff;
}

.page-numbers.current {
  background: red;
  color: #ffffff;
  /* display: block; */
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
}

.woocommerce-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-pagination .page-numbers {
  color: #ffffff;
  padding: 0.1875rem 0.625rem;
}

.woocommerce-pagination .page-numbers:hover {
  background: #ccd3de;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-46%, -50%);
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  font-size: 16px;
}

.cell.small-10.medium-7 {
  position: relative;

}

.sales-rep-chip {
  display: inline-block;
  background-color: #f0f0f0;
  color: #333;
  padding: 5px 10px;
  margin: 2px;
  border-radius: 15px;
  font-size: 14px;
  border: 1px solid #ccc;
}

.dealer-search-form button {
  position: absolute;
  top: 0;
  right: 14px;
  padding: 0;
}

.dealer-search-form svg {
  fill: #ffffff;
}

.dealers-pagination {
  margin-top: 40px;
  padding-left: 0;
}

.dealers-pagination a.active {
  background: red;
  color: #ffffff;
}

body.page-my-account .woocommerce table.shop_table td,
body.page-my-account .woocommerce table.shop_table th {
  border: 1px solid rgba(255, 255, 255, 0.36);
}

.woocommerce-accounts .woocommerce-MyAccount-content {
  box-shadow: none;
}
.woocommerce-accounts
  .woocommerce-MyAccount-content
  .woocommerce-MyAccount-content {
  padding: 0;

}

.dealer-search-form {
  position: relative;
}

.dealer-search-form input[type="text"] {
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
  color: #ffffff;
}

.dealer-search-form button {
  position: absolute;
  top: 0;
  right: 14px;
  padding: 0;
}

.dealer-search-form svg {
  fill: #ffffff;
}

.dealers-pagination {
  margin-top: 40px;
  padding-left: 0;
}

.dealers-pagination a.active {

  background: red;
  color: #ffffff;
}

.page-my-account .woocommerce table.shop_table {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-collapse: collapse;
}

.woocommerce table.my_account_orders .button {
  white-space: nowrap;
  margin: 5px;
}

.pagination.dealers-pagination {
  padding-left: 0;
  margin-top: 0px;
}

.backorder-discount-row {
  display: none !important;
}

.woocommerce-cart-form__contents .coupon{
  gap: 10px;
}

body.page-home .home-collections__title{
  font-size: 22px;
    line-height: 1.4;
}

body.page-home .home-collections__desc{
  font-size: 18px !important;
  line-height: 1.39;
  font-weight: bold;
  color: #ccd3de;
  margin-bottom: 0.875rem;
  text-align: left;
  height: auto;
}

@media only screen and (max-width: 1300px) {
  .woo_thankspages {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .user_title_head .dashboard__inital {
    height: 5.25rem;
    width: 5.25rem;
    font-size: 1.5rem;
  }

  .user_title_head .dashboard__username {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 991px) {
  .woocommerce .woo_thankspages ul.order_details li {
    margin-bottom: 10px;
  }

  .user_title_head .dashboard__inital {
    height: 4.25rem;
    width: 4.25rem;

  }
}

@media only screen and (max-width: 767px) {
  body .thankyou-temp .woocommerce-table--order-details thead th {
    font-size: 18px;
  }

  .woo_thankspages .woocommerce-customer-details .woocommerce-column__title {
    font-size: 18px;
  }

  .woo_thankspages .woocommerce-customer-details .woocommerce-column--1 {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 425px) {
  .user_title_head .dashboard__inital {
    height: 3.25rem;
    width: 3.25rem;
    font-size: 1.125rem;
  }

  .user_title_head .dashboard__username {
    font-size: 1.375rem;
  }

  .user_title_head .dashboard__email {
    font-size: 0.875rem;
  }
}

