.woocommerce-accounts .woocommerce-MyAccount-content {
  box-shadow: none;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  border-color: transparent;
}

h2.offline-orders-title {
  text-transform: uppercase;
  margin-top: 25px;
}

.order_dls_dealer {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
  justify-content: space-between;
}

.order_dls_dealer p {
  margin-bottom: 0;
  line-height: normal;
  max-width: 60%;
}

.order_details strong.product-quantity {
  display: inline-block;
}

body .order_dls_dealer a.button {
  background-color: #ed1c24;
  color: #fff;
  font-size: 12px;
}

body .order_dls_dealer a.button:hover {
  background-color: #d11118;
  color: #fff;
}

.woocommerce-account .woocommerce table.shop_table.order_details td a {
  font-size: 18px;
}

.page-id-9 .content-area #loader {
  position: absolute;
  left: 60%;
}

.dealer-oreder-class {
  opacity: 0.5;
}

/* Select Dealer Css */

.dealer-search-form .selection .select2-selection {
  background: transparent;
  border: none;
  border-radius: 0px;
}

.dealer-search-form .selection .select2-selection .select2-selection__rendered {
  background: transparent;
  padding: 0;
  margin: 0 0 14px;
  box-shadow: none;
  border-bottom: 1px solid;
}

.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;
}

.woocommerce-accounts .woocommerce-MyAccount-content .dealer-search-form label {
  padding-left: 0;
}

.col2-set.addresses address .woocommerce-customer-details--email {
  word-break: break-word;
  line-height: normal;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-MyAccount-content .dashboard__inital {
    height: 4.25rem;
    width: 4.25rem;
  }
}

@media only screen and (max-width: 991px) {
  body .order_dls_dealer a.button {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-accounts .dashboard__username {
    font-size: 18px;
    margin-left: 26px;
  }

  .woocommerce-accounts .dashboard__email {
    font-size: 14px;
    margin-left: 26px;
  }
}

@media only screen and (max-width: 639px) {
  .page-id-9 .content-area #loader {
    left: 50%;
  }
}

@media only screen and (max-width: 576px) {
  .order_dls_dealer {
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
    gap: 8px;
  }
}

@media only screen and (max-width: 360px) {
  .woocommerce-MyAccount-content .dashboard__inital {
    height: 3.25rem;
    width: 3.25rem;
  }
}
