#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  /* Initially hidden */
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  font-size: 16px;
}

#loader img {
  max-width: 50px;
  display: block;
  margin: auto auto 10px;
}

.bulk-order-table {
  padding: 3.125rem 0 10rem 0;
}

.page-bulk-order-manager #bulk-order-form {
  position: relative;
}

.page-bulk-order-manager #response-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #231f20;
  width: 100%;
  max-width: 640px;
  padding: 0;
  z-index: 99;
  max-height: 220px;
  height: 220px;
}

.page-bulk-order-manager #response-message #response-text {
  font-size: 20px;
}

#close-button {
  color: #fff;
}

body.page-template-bulk-product-table-php .category-banner-conetnt {
  text-align: center !important;
  width: 100%;
}

body.page-bulk-order-manager .error_box h4#response-text {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0px 0 19px;
  text-transform: math-auto;
}

body.page-my-account
  .woocommerce
  table.shop_table.dealer-draft-order-table
  td:last-child {
  display: flex;
  border-bottom: none;
}

.error_box a.button {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 20px;
  display: block;
  max-width: fit-content;
  margin-left: auto;
  padding: 8px 22px;
}

.error_box_header {
  background-color: #ed1c24;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
}

.error_box {
  background-color: #231f20;
  padding: 12px 24px;
}

.error_head_ig {
  display: flex;
  align-items: center;
  gap: 12px;
}

.error_head_ig span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.thanks_dls img {
  margin-bottom: 26px;
}

body .thanks_dls h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: math-auto;
  margin: 0 0 16px;
}

.bulk-order-table .thanks_dls p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin: 0 0 20px;
}

.remove-action .remove-row-btn {
  padding: 0;
}

.default-content__container p {
  text-align: left;
  margin-bottom: 3px;
}

#response-text h5 {
  text-align: left;
  margin-top: 10px;
}

#content-area .grid-x.grid-padding-x {
  position: relative;
}

body.single-product #content-area label {
  color: #ed1c24;
}

.table.table-striped.table-class .product-name a {
  color: #fff;
}

#searchBar-product {
  position: relative;
  color: black;
  text-transform: uppercase;
  background: white;
  opacity: 0.5;
}

#searchBar-product .tb_search {
  display: flex;
  align-items: center;
  position: relative;
}

#searchBar-product .tb_search input {
  margin-bottom: 0px;
  font-weight: 500;
  height: auto;
  line-height: 22px;
  color: #797979;
  padding: 15px 24px 15px 38px;
  background-size: 30px 6px;
  opacity: 1;
}

#searchBar-product .tb_search input::placeholder {
  color: #797979;
}

#searchBar-product .tb_search .tb_search_icons {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
}

#bulk-order-table thead .search-product-result {
  color: red;
  text-transform: uppercase;
  background: black;
}

#bulk-order-form {
  overflow-y: auto;
  margin-top: 40px;
}

.bulk_cart_div {
  margin-top: 10px;
  text-align: right;
}
.bulk_cart_div .draft-shipping-note {
  color: #ed1c24;
  text-align: right;
  margin: 0 0 10px;
}

#response-message {
  margin-top: 10px;
  text-align: center;
  display: none;
}

#response-success-message {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  display: none;
}

#response-text p b {
  font-weight: 800;
}

#dealer_select_for_bulk_order {
  height: auto;
  line-height: 22px;
  color: #797979;
  padding: 15px 24px 15px 38px;
  background-size: 30px 6px;
  background-image: url("../images/dropdown-img.svg");
}

.left_dealer_wrap {
  position: relative;
}

.left_dealer_wrap img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -90%);
}

.product-card {
  display: flex;
  align-items: center;
  background: #1e1e1e;
  border-bottom: 1px solid #ffffff26;
  border-radius: 0;
  padding: 10px 20px;
  margin-bottom: 0;
  gap: 20px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.product-card:hover .product-info h2 {
  text-decoration: underline;
  text-underline-offset: 4px;
}

body .default-content__container .product-info h2 {
  margin: 0 0 6px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ed1c24;
  margin-top: 0;
  text-transform: capitalize;
  transition-duration: 0.4s;
}

body .default-content__container .product-info p {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.63px;
  text-align: left;
  color: #ffffff;
  text-transform: capitalize;
}

body .default-content__container .product-info p:last-child {
  font-size: 10px;
  color: #a7a7a7;
  margin: 0px;
}



.right_listing_item {
  padding: 0px;
  background: #1e1e1e;
  position: absolute;
  width: 100%;
  z-index: 9;
  border: 1px solid #ffffff26;
  max-height: 300px;
  overflow-y: scroll;
}

/* width */
.right_listing_item::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.right_listing_item::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}

/* Handle */
.right_listing_item::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 0px;
}

/* Handle on hover */
.right_listing_item::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.right_listing_item .product-card:last-child {
  border-bottom: none;
}

.right_listing_item .product-card:hover {
  background-color: #402626f5;
  border-bottom: 1px solid #402626f5;
}

.helmet_loader {
  position: absolute;
  top: 50%;
  right: -140px;
  transform: translate(-50%, -50%);
}

.helmet_loader img {
  width: 100%;
  max-width: 180px;
}

.product-card a img {
  width: 60px;
}

.thanks_btn_grp {
  display: flex;
  justify-content: center;
  column-gap: 16px;
  flex-wrap: wrap;
}

.select_all_btn {
  display: flex;
  align-items: center;
  background: #1e1e1e;
  border-bottom: 1px solid #ffffff26;
  border-radius: 0;
  padding: 10px 20px;
  margin-bottom: 0;
  gap: 20px;
  transition-duration: 0.4s;
}

.select_all_btn input {
  margin: 0;
}

.select_all_btn span {
  color: #fff;
  text-transform: math-auto;
  font-size: 14px;
  line-height: normal;
}

.backgorund-in-process::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.content-area #loader {
  position: fixed;
  transform: translate(-50%, 50%);
  top: 35%;
}

.bulk-order-container .product-image img {
  max-width: 70px;
}

#bulk-order-form #bulk_save_as_draft {
  margin-right: 18px;
}
/* .order-summary-and-notes textarea#custom_order_comments {
    width: 50%;
} */
.order-summary-and-notes {
  display: flex;
  gap: 24px;
}
.order-summary-section {
  border: 1px solid rgb(255 255 255 / 43%);
  padding: 14px;
  width: 50%;
  margin-bottom: 1rem;
  position: relative;
}
.subtoal_loader img {
  height: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.summary-row {
  display: flex;
  border-bottom: 1px solid rgb(255 255 255 / 43%);
}
.summary-row .summary-label,
.summary-row .shipping-cost-label {
  width: 40%;
  line-height: 44px;
}
.summary-row .summary-value {
  width: 60%;
  line-height: 44px;
  text-align: end;
  float: right;
}
.order-summary-section .summary-row {
  width: 100%;
  display: inline-block;
}
.order-summary-section .summary-row input[type="number"] {
  margin-top: 16px;
  width: 90px;
  float: right;
}
.order-summary-section .summary-row:last-child {
  border-bottom: 0px solid rgb(255 255 255 / 43%);
}
.skeleton-loder {
  position: relative;
}
.skeleton-loder::after {
  height: 18px;
  position: absolute;
  content: "";
  margin-bottom: 6px;
  border-radius: 102px;
  background: rgba(130, 130, 130, 0.2);
  background: linear-gradient(
    to right,
    rgba(130, 130, 130) 8%,
    rgb(177, 177, 177) 18%,
    rgba(130, 130, 130) 33%
  );
  background: linear-gradient(
    to right,
    rgba(130, 130, 130) 8%,
    rgb(177, 177, 177) 18%,
    rgba(130, 130, 130) 33%
  );
  background-size: 800px 100px;
  animation: wave-lines 2s infinite ease-out;
  width: 80px;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
}
.dealer-search-form .select2-selection__arrow {
  display: none;
}

@keyframes wave-lines {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
div#subtoal_loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991px) {
  .summary-row .summary-label,
  .summary-row .shipping-cost-label {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #sales-rap-draft-orders-container a.delete-draft-order {
    font-size: 9px;
    padding: 1.2em 2.5em;
  }
  body .table_associated_wrap .dealer-order-table thead th,
  body .table_associated_wrap .dealer-order-table tbody td {
    width: 110px;
  }

  body .table_associated_wrap .dealer-order-table tbody td .button {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  #sales-rap-draft-orders-container a.delete-draft-order {
    font-size: 9px;
    padding: 1.2em 2.5em;
  }

  .order-summary-and-notes {
    flex-wrap: wrap;
  }

  .order-summary-and-notes textarea#custom_order_comments {
    width: 100%;
    margin-bottom: 0px;
  }

  .order-summary-section {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  #bulk-order-form #bulk_save_as_draft {
    margin-right: 0px;
  }
}

@media screen and (max-width: 360px) {
  .summary-row .summary-label,
  .summary-row .shipping-cost-label {
    width: 55%;
  }
}
