.Wishlist {}

.Wishlist .inner_section {
  background: transparent linear-gradient(180deg, #fce0c4 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  padding-top: 20px;
}

/* Common Heading */

.Wishlist .inner_section .order_header {
  display: flex;
  gap: 20px;
  align-items: center;
}

.Wishlist .inner_section .order_header .order_id {
  font-size: 38px;
  font-weight: 800;
  font-family: Cormorant Garamond;
  color: #884200;
}

.Wishlist .inner_section .order_header .order_date {
  font-size: 22px;
  color: #1f2a44;
  font-family: 'Roboto';
  font-weight: 400;
}

.Wishlist .list_card .btn_group {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-top: 15px;
}

.Wishlist .list_card .btn_group .add_btn {
  background: #b87332 0% 0% no-repeat padding-box;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.Wishlist .list_card .btn_group .buy_btn {
  background: #1f2a44 0% 0% no-repeat padding-box;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.Wishlist .continue_btn_div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 90px 0;
}

.Wishlist .continue_btn_div .cart-primary {
  background: #1f2a44 0% 0% no-repeat padding-box;
}

.wishlist_card_div .list_card,
.wishlist_card_div .card_img_div {
  background: none !important;
}

.wishlist_card_div .grid_card {
  display: block;
  background: none;
  border: none;
}

.wishlist_card_div .list_card:hover {
  background: none !important;
  box-shadow: 0px 0px 6px #00000029 !important;
  border: none !important;
}

/* ================ Media Queries ================== */

@media (min-width: 0px) and (max-width: 767.98px) {
  .Wishlist .inner_section .order_header .order_id {
    font-size: 26px;
  }

  .Wishlist .inner_section .order_header .order_date {
    font-size: 17px;
  }
}

@media (min-width: 0px) and (max-width: 1199px) {

  .Wishlist .list_card .btn_group .add_btn,
  .Wishlist .list_card .btn_group .buy_btn {
    font-size: 13px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Frames_View .grid_card .card_img_div {
    height: 160px;
  }
}