
/* PATCH 5.1.3 - Marketplace Action System */

.u64-market-actions{
  display:flex;
  gap:10px;
  margin-top:14px;
  flex-wrap:wrap;
}

.u64-market-actions .btn{
  border-radius:12px;
  font-weight:600;
  transition:all .2s ease;
}

.u64-btn-store{
  background:#f5f7ff;
  color:#4f6df5;
  border:1px solid #dbe3ff;
}

.u64-btn-store:hover{
  background:#4f6df5;
  color:#fff;
}

.u64-btn-order{
  background:#4f6df5;
  color:#fff;
  border:1px solid #4f6df5;
}

.u64-btn-order:hover{
  opacity:.92;
}

.u64-btn-wishlist,
.u64-btn-share{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid #ececec;
}

.u64-market-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:12px;
}

@media(max-width:576px){

  .u64-market-actions{
    flex-direction:column;
  }

  .u64-market-actions .btn{
    width:100%;
  }

}
