.bya_myaccount_buy_again_wrapper {
  padding: 0px 20px 40px 20px;
}

.bya_filter_button {
  background: black !important;
  color: white;
  width: 160px;
  height: 60px;
  border-radius: 0 !important;
  font-size: 20px;
  font-weight: 900;
}

.bya_buy_again_product_table thead {
  background: #fae04b;
}

.bya_buy_again_product_table th {
  padding: 20px 10px !important;
}

.bya_buy_again_product_table th:first-child {
  padding-left: 20px !important;
}

.bya_buy_again_product_table tbody td {
  vertical-align: middle !important;
}

.bya_buy_again_product_table tbody td img {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain !important;
  border: 1.5px solid black !important;
}

.bya_buy_again_product_table tbody td span {
  color: black;
  font-weight: 600;
}

.bya-add-to-cart,
.bya-buy-again {
  background: white !important;
  color: black !important;
}

.bya_quantity {
  float: unset !important;
  margin-top: 35px !important;
}