.wp-theme-twentytwentyfive .bulk-order-form {
  max-width: 1110px;
}
.wp-theme-twentytwentyfive .bulk-order-form .bulk-add-to-cart {
  box-sizing: border-box;
  padding: 9px;
}
.wp-theme-twentytwentyfive .bulk-order-form .bulk-add-to-cart .cart-icon {
  margin-left: 17px;
  display: inline-block;
  margin-bottom: -4px;
}

.wp-theme-twentytwentyfive .cart-total .add_to_cart{
  vertical-align: middle;
}

.wp-theme-twentytwentyfive .bulk-order-table td input[type="number"]{
  text-align: center;
}

.wp-theme-twentytwentyfive .bulk-order-form table th {
  padding: 10px;
  font-size: 18px;
}
.wp-theme-twentytwentyfive .bulk-order-form table td {
  font-size: 18px;
}

.wp-theme-twentytwentyfive .bulk-order-form #categoryFilter {
  padding: 10px;
  border: 1px solid #d2d2d2;
}
.wp-theme-twentytwentyfive .bulk-order-form input.search-input {
  width: 96%;
  box-sizing: border-box;
  padding: 10px 16px;
}
.wp-theme-twentytwentyfive .bulk-order-form .search-bar {
  border: 1px solid #d2d2d2;
  border-radius: 2px;
}
.wp-theme-twentytwentyfive .pagination span {
  width: 0;
  height: 0;
}
.wp-theme-twentytwentyfive .pagination .current {
  width: 10px;
  height: 18px;
}
.wp-theme-twentytwentyfive .pagination .dots {
  width: 10px;
  height: 18px;
}

.wp-theme-twentytwentyfour .is-layout-constrained .bulk-order-form {
  max-width: 1140px;
}

/* kedance */

.wp-theme-kadence {
  box-sizing: border-box;
}
.wp-theme-kadence .form {
  margin-bottom: 0;
}
.wp-theme-kadence .pagination {
  margin: 0;
}
.wp-theme-kadence .pagination_and_bulkorder {
  margin-top: 40px;
}
.wp-theme-kadence .pagination .page-numbers {
  display: unset;
  border:unset;
}
.wp-theme-kadence .bulk-actions {
  margin-top: 0;
}

.wp-theme-kadence .pagination .current {
  border-color: unset;
  background: #070707;
}

.wp-theme-kadence .cart-total img {
  display: unset;
  vertical-align: middle;
}

.wp-theme-kadence .bulk-order-form form {
  margin-bottom: 0px;
}

/* astra */
.ast-plain-container .pagination a{
  text-decoration: none !important;
}

/* storefront */
.hentry .entry-content a {
  text-decoration: none !important;
  margin-left: 3px;
}
.hentry .bulk-order-form {
  overflow-x: auto;
}

.theme-storefront .bulk-order-header img {
  display: unset;
  vertical-align: middle;
}
.theme-storefront .filter-dropdown select {
  width: 170px;
  height: 40px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
}

.hentry .wp-post-image {
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}


@media (max-width: 689.98px) {
  .woocommerce-cart-form__contents .actions .coupon {
    margin-bottom: 0px;
  }
}

@media (max-width: 689.98px) {
  .woocommerce-cart-form__contents .actions > * {
    margin-top: 0.8em;
  }
}

.bulk-order-form {
  margin: 20px 0;
}
.bulk-order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 5px;
}

@media (max-width: 840px) {
  .filter-section {
    margin-bottom: 15px;
  }
}
.filter-section {
  display: flex;
  gap: 10px;
}
.filter-btn,
.sort-btn {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  cursor: pointer;
}
.search-input {
  padding: 10px 10px;
  border: 0;
}

.bulk-order-table {
  width: 100%;
  border-collapse: collapse;
}
.table-head {
  text-align: left;
  background: #f1f1f1;
}
.table-head th {
  padding: 14px;
}

#product-tbody-wrapper td {
  padding: 14px;
}
.bulk-order-table tr.variation-row {
  background: #f1f1f1;
}
.bulk-order-table td {
  vertical-align: middle;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.bulk-order-table td input[type="number"] {
  width: 88px;
  height: 40px;
  border: 1px solid #6e6e6e;
  border-radius: 4px;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  background-color: #fff;
  color: #2e2e2e;
}
.bulk-order-table td input[type="number"]::-webkit-inner-spin-button,
.bulk-order-table td input[type="number"]::-webkit-outer-spin-button {
  opacity: 1 !important; /* Force it to always be visible */
}
.qty-input {
  width: 50px;
  text-align: center;
}
.add-to-cart-btn {
  padding: 5px 10px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.toggle-variations-btn {
  padding: 10px 16px;
  width: 144px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #070707;
  cursor: pointer;
  border-radius: 6px;
  color: #070707;
}
.select-product {
  margin-left: 10px;
}
.bulk-actions {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.bulk-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 296px;
  height: 40px;
  padding: 10px 16px;
  background: #6c6cff;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}
.product-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-variation-title {
  padding-left: 30px;
  display: grid;
  grid-template-columns: 40px 1.2fr 0.8fr;
}
.clear_cart {
  min-width: 100px;
  height: 40px;
  border-radius: 6px;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  padding: 8px 14px;
  box-sizing: border-box;
}
.pagination form select {
  width: 62px;
  height: 32px;
  padding: 2px;
}
.responsive-table-container {
  width: 100%;
}
@media (max-width: 840px) {
  .responsive-table-container {
    overflow-x: auto;
  }
}

.bulk-order-table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}
.add-to-cart-btn {
  font-size: 14px;
  width: 144px;
  height: 40px;
  background-color: #000;
  color: #fff;
  padding: 10px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.add-to-cart-btn:hover {
  background-color: #333;
  transition: 0.5s;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px !important;
}

.pagination form {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a {
  display: inline-block;
  padding: 2.5px 12px;
  margin: 0 0.25rem;
  border: 1px solid #ccc;
  text-decoration: none;
  border-radius: 4px;
  color: #000;
}
.pagination a:hover {
  background-color: #070707;
  color: #fff;
  border-radius: 4px;
}
.pagination span {
  background-color: #070707;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
}
.pagination_and_bulkorder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-total {
  /* display: inline-block; */
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid black;
  font-weight: bold;
}
.filter-search-container {
  display: flex;
  width: 100%;
  gap: 10px;
}

.filter-dropdown {
  width: 170px;
  height: 40px;
  flex: 1;
}

.filter-dropdown,
select {
  font-size: 14px !important;
   /* width: 170px;
    height: 40px;
    padding: 5px; */
}
.search-bar .search-input {
  font-size: 14px;
  width: 100%;
}

select:focus,
input:focus {
  outline: none;
  border-color: #007bff;
}
@media (max-width: 840px) {
  .pagination_and_bulkorder {
    display: inline-block;
  }

  .pagination > form {
    margin-top: 20px;
  }
}
@media (max-width: 780px) {
  .search-bar .search-input {
    width: 200px;
  }
  .search-icon {
    display: none;
  }
  .filter-dropdown {
    width: 120px;
    height: 40px;
  }
}

.variation-size {
  width: auto;
  margin-left: 10px;
  border: 1px solid #6e6e6e;
}

.select-product {
  width: 19.2px;
  height: 19.2px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}

.select-product:checked {
  background-color: #000 !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20.29 5.71a1 1 0 0 0-1.41 0L9 15.59l-3.88-3.88a1 1 0 0 0-1.41 1.41l4.59 4.59a1 1 0 0 0 1.41 0l10-10a1 1 0 0 0 0-1.41z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

.select-product:focus {
  outline: none;
  border-color: #000;
}

.search-bar {
  position: relative;
  width: 400px;
  height: 40px;
}

.search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 480px) {
  .search-icon {
    display: none;
  }
}

.add-to-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-to-cart-btn .spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  display: none;
  margin-left: 8px;
  animation: spin 1s linear infinite;
  color: #ffffff;
}

.add-to-cart-btn.loading .spinner {
  display: block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.bulk-add-to-cart .cart-icon {
  display: inline-block;
  margin-right: 10px;
}

.cart-total .add_to_cart {
  margin-right: 8px;
}
