.wishlist {
  width: 100%;
  height: auto;
}
.container {
  width: 1250px;
  height: auto;
  margin: auto;
}
.wishlist-details {
  margin-top: 80px;
  width: 1200px;
}
.wishlist-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wishlist-title h2 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #78d41c;
}

.wishlist-title .btn-wishlish {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.wishlist-title .like {
  width: 150px;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background-color: #2b74ff;
  border-radius: 5px;
  text-decoration: none;
}
.wishlist-title .like:hover {
  background: linear-gradient(35deg, #06bfff, #2b74ff);
  & i {
    color: #fff;
  }
  & p {
    color: #fff;
  }
}

.wishlist-title .like i {
  font-size: 18px;
  padding-right: 10px;
  color: #fff;
}
.wishlist-title .like p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.wishlist-title .cart {
  width: 150px;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background-color: #2b74ff;
  border-radius: 5px;
  text-decoration: none;
}
.wishlist-title .cart:hover {
  background: linear-gradient(35deg, #06bfff, #2b74ff);
  & i {
    color: #fff;
  }
  & p {
    color: #fff;
  }
}
.wishlist-title .cart i {
  font-size: 18px;
  padding-right: 10px;
  color: #fff;
}
.wishlist-title .cart p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

/* Menu */
.wishlist-menu {
  margin-top: 20px;
  margin-bottom: 20px;
}
.textbox-search {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
}
.textbox-search input::placeholder {
  font-family: "Noto Sans Khmer", sans-serif;
  color: #ffffffa6;
}
.textbox-search input {
  width: 40%;
  height: 50px;
  border-radius: 5px;
  font-size: 18px;
  padding-left: 10px;
  border: 2px solid #5d6065;
  background-color: #2e2e32;
  color: #fff;
}
.textbox-search select {
  font-family: "Noto Sans Khmer", sans-serif;
  width: 15%;
  height: 50px;
  font-size: 18px;
  padding: 10px;
  border: 2px solid #5d6065;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background-color: #2e2e32;
  & option {
    font-size: 18px;
    text-align: left;
    color: #fff;
  }
}
.textbox-search a {
  font-family: "Noto Sans Khmer", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  color: #161616;
  background-color: #2dee1b;
  width: 10%;
  height: 50px;
  border-radius: 5px;
}
.textbox-search a:hover {
  background-color: #78d41c;
}

.wishlish-card {
  width: 1200px;
  height: 170px;
  display: flex;
  justify-content: left;
  border-radius: 10px;
  /* background-color: #363a43; */
  background-color: #2e2e32;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wishlish-card .game-img {
  padding: 10px 15px;
}
.wishlish-card .game-img img {
  width: 250px;
  height: 150px;
  border-radius: 5px;
}
.wishlish-card .game-txt {
  padding: 10px;
}
.wishlish-card .game-txt h3 {
  color: white;
  margin-bottom: 10px;
}
.wishlish-card .game-txt .game-price {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.wishlish-card .game-txt .game-price .not-discount {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}
.wishlish-card .game-txt .game-price .discount-percent {
  font-size: 18px;
  font-weight: 300;
  color: #ffffffa6;
  & span {
    background-color: #00ffea;
    /* background-color: #ffbe0b; */
    color: #161616;
    border-radius: 5px;
    padding: 2px 5px;
    font-weight: 600;
  }
}
.wishlish-card .game-txt .game-price .discount-price {
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.wishlish-card .game-txt .game-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 280px;
}
.wishlish-card .game-txt .game-btn .btn-payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wishlish-card .game-txt .game-btn .btn-buy {
  width: 170px;
  height: 45px;
  font-family: "Noto Sans Khmer", sans-serif;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #2dee1b;
  background-color: #2dee1b;
  color: #202020;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  margin-right: 10px;
}
.wishlish-card .game-txt .game-btn .btn-buy:hover {
  background-color: #78d41c;
  color: #202020;
}
.wishlish-card .game-txt .game-btn .btn-cart {
  width: 170px;
  height: 45px;
  font-family: "Noto Sans Khmer", sans-serif;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
  background-color: #2b74ff;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}
.wishlish-card .game-txt .game-btn .btn-cart:hover {
  background: linear-gradient(35deg, #06bfff, #2b74ff);
  & i {
    color: #fff;
  }
  & p {
    color: #fff;
  }
}
.wishlish-card .game-txt .game-btn .btn-remove {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wishlish-card .game-txt .game-btn p {
  font-family: "Noto Sans Khmer", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ffffffa6;
  border-radius: 10px;
  margin-top: 10px;
}

.wishlish-card .game-txt .game-btn .remove {
  text-decoration: none;
  font-family: "Noto Sans Khmer", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ffffffa6;
  border-radius: 10px;
  margin-top: 10px;
  padding-left: 5px;
}
.wishlish-card .game-txt .game-btn .remove:hover {
  color: white;
}

/* button continue  */
.continue {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.continue .buy-more {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 50px;
  color: #161616;
  background-color: #fff;
  border-radius: 10px;
}
.continue .buy-more:hover {
  color: #161616;
  background-color: #ffffffa6;
}
.continue .removeAll {
  font-size: 18px;
  font-weight: 300;
  color: #ffffffa6;
  border-radius: 10px;
}
.continue .removeAll:hover {
  color: #fff;
}
