.order-mp {
  font-weight: 700;
}
.order-mp {
  margin: 20px 0;
}
.order-mp h4,
.order-mp h5,
.order-mp h6 {
  margin-bottom: 20px;
}
.woocommerce-bp-button {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
}

.bp_add_to_cart_button {
  display: block;
  width: 100%;
  float: left;
}
.mp-link {
  padding: 8px 30px 8px 50px;
  /* background: ' . esc_attr($marketplace['bg']) . '; */
  cursor: pointer;
  transition: 0.4s ease all;
  position: relative;
  margin-bottom: 10px;
  width: 40%;
  min-height: 30px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 8px 1px rgba(32, 32, 37, 0.09);
  border-radius: 3px;
}
.mp-link:hover {
  opacity: 0.8;
  color: #fff;
}
.img-icon {
  max-width: 10%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate(0, -50%);
}
.info-mp-links a.button-whatsapp {
  border-radius: 5px !important;
  background-color: #08974e;
  margin: 0 0 25px !important;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
}
.info-mp-links a.button-whatsapp:hover {
  opacity: 0.8;
}

/* Hide text on mobile */
@media (max-width: 768px) {
  .bp_add_to_cart_button a {
    font-size: 0; /* Hides text visually while keeping space for alignment */
  }

  .bp_add_to_cart_button {
        /* flex: 1 1 calc(50% - 10px); */
        width: 12%;
        /* display: flex; */
        /* flex-wrap: wrap; */
        /* gap: 15px; */
        /* margin-left: 0; */
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-right: 10px;
  }
  .woocommerce-bp-button {
    /* display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0; */
  }
  .img-icon {
    max-width: 10%;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
  }

  .bp_add_to_cart_button a span {
    display: none;
  }
  .mp-link {
    padding: 8px 30px 8px 50px; */
    cursor: pointer;
    transition: 0.4s ease all;
    position: relative;
    margin-bottom: 20px;
    /* width: 40%; */
    /* min-height: 30px; */
    /* display: block; */
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 4px 8px 1px rgba(32, 32, 37, 0.09);
    /* border-radius: 3px; */
    display: block;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% auto;
    border: 1px solid #f1f1f1;
    padding: 20px 16px;
    border-radius: 50px;
    /* display: block; */
    /* width: 100%; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% auto;
   
  }
}

/* Show text for larger screens */
@media (min-width: 769px) {
  .bp_add_to_cart_button a {
    font-size: 16px; /* Adjust for desktop text size */
  }
}
