.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;
}

.pagination a {
  color: #fff;
  background: transparent;
}

.woocommerce table.shop_table {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-collapse: collapse;
}

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-account .woocommerce table.shop_table td a {
  font-size: 12px;
}

.table_associated_wrap {
  position: relative;
}

.content-area .table_associated_wrap #loader {
  transform: translate(-50%, 50%);
  top: 40%;
  left: 50%;
  position: absolute;
}

.associated-dealer-table {
  opacity: 0.5;
}

.no_dealer_empty {
  text-align: center;
}

/* List of Associated Dealers Search Click Css */

.dealer-search-form .selection .select2-selection {
  background: transparent;
  border: none;
  border-radius: 0px;
  margin: 0 0 18px;
}

.dealer-search-form .selection .select2-selection .select2-selection__rendered {
  background: transparent;
  padding: 0;
  margin: 0 0 14px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
}

.dealer-search-form
  .selection
  .select2-selection
  .select2-selection__rendered
  .select2-search__field {
  margin: 0;
  border-bottom: 1px solid;
}

.dealer-search-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #ed1c24;
  border: #ed1c24;
  border-radius: 0;
  font-size: 14px;
}

.dealer-search-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
  margin-right: 6px;
}

.dealer-search-form button#dealer-search-btn {
  top: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-size: 26px;
    margin-right: 0px;
    line-height: 1;
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 1149px) {
  .table_associated_wrap {
    overflow-x: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .table_associated_wrap {
    overflow-x: auto;
  }
}

@media screen and (min-width: 768px) {
  .table_associated_wrap .dealer-list-table thead th,
  .table_associated_wrap .dealer-list-table tbody td {
    width: 10%;
  }

  .table_associated_wrap .dealer-list-table thead th:first-child,
  .table_associated_wrap .dealer-list-table tbody td:first-child,
  .table_associated_wrap .dealer-list-table thead th:last-child,
  .table_associated_wrap .dealer-list-table tbody td:last-child {
    width: 20%;
  }

  .table_associated_wrap .dealer-list-table thead th:nth-child(2),
  .table_associated_wrap .dealer-list-table tbody td:nth-child(2) {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .page-my-account .woocommerce .table_associated_wrap table.shop_table thead {
    display: block;
  }

  .page-my-account
    .woocommerce
    .table_associated_wrap
    table.shop_table
    tr
    td::before,
  .page-my-account
    .woocommerce
    .table_associated_wrap
    table.shop_table
    tr
    td::before {
    content: none;
  }

  .page-my-account .woocommerce .table_associated_wrap table.shop_table tr td,
  .page-my-account .woocommerce .table_associated_wrap table.shop_table tr td {
    text-align: left !important;
    word-wrap: break-word;
  }

  .table_associated_wrap .dealer-list-table thead th,
  .table_associated_wrap .dealer-list-table tbody td {
    width: 13.33%;
  }

  .table_associated_wrap .dealer-list-table thead th:first-child,
  .table_associated_wrap .dealer-list-table tbody td:first-child,
  .table_associated_wrap .dealer-list-table thead th:last-child,
  .table_associated_wrap .dealer-list-table tbody td:last-child {
    width: 20%;
  }

  .table_associated_wrap .dealer-list-table thead th:nth-child(2),
  .table_associated_wrap .dealer-list-table tbody td:nth-child(2) {
    width: 20%;
  }

  .table_associated_wrap .dealer-order-table thead th,
  .table_associated_wrap .dealer-order-table tbody td {
    width: 20%;
  }

  body .table_associated_wrap .dealer-order-table tbody td .button {
    white-space: normal;
    margin: 0;
    font-size: 8px;
    padding: 0.618em 0.618em;
  }

  .page-my-account
    .woocommerce
    .table_associated_wrap
    table.shop_table_responsive
    tr,
  .page-my-account
    .woocommerce-page
    .table_associated_wrap
    table.shop_table_responsive
    tr {
    display: flex;
  }
  html
    .page-my-account
    .woocommerce
    .table_associated_wrap
    table.shop_table
    tr
    td.no_dealer_empty {
    width: 100% !important;
    text-align: center !important;
  }
}
