@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

section {
}

a {
  text-decoration: none;
}

.VCenter {
  display: flex;
  justify-content: center;
}

.HCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.PaddingBottom80 {
  padding-bottom: 60px;
}

.PaddingTop80 {
  padding-top: 60px;
}

.padding_lr_flora {
  padding-left: 100px;
  padding-right: 100px;
}

.padding_bt_flora {
  padding-bottom: 100px;
  padding-top: 100px;
}

header {
}

img {
  max-width: 100%;
}

/* header  */
.HeaderTop {
  background: #ca0d6c;
}

.topLinkLeft {
  color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.topLinkRight {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  justify-content: flex-end;
}

.topLinkRight a {
  color: white;
}

.topLinkRight span {
  color: white;
  margin: 0 10px;
}

.headerCenter {
  border-bottom: 1px solid #eee;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.searchBar {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
}

.searchBar input {
  border-radius: 10px;
  background: #f9f9f9;
  width: 100%;
  border: none;
  height: 45px;
  padding: 0 12px;
  font-size: 13px;
}

.searchBar input::placeholder {
  color: #a8a8a8;
}

.searchBar img {
  position: absolute;
  top: 32%;
  right: 10px;
}

.locationBtn a {
  font-size: 14px;
  color: #505050;
}

.locationBtn {
  border-radius: 10px;
  background: #f9f9f9;
  min-height: 45px;
  display: flex;
  align-items: center;
  padding: 5px 12px;
  color: #505050;
  font-size: 15px;
  font-weight: 400;
}

.Cart_log {
  display: flex;
  align-items: center;
}

.logoBox img {
  width: 85%;
}

.Cart_log a {
  color: #484848;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}

.Cart_log a:nth-child(2) {
  border-left: 1px solid grey;
  padding-left: 10px;
  margin-left: 10px;
}

.Cart_log img {
  margin-right: 8px;
}

.searchBar {
}

.FirtsMenuList {
  display: flex;
  margin-bottom: 0px;
  justify-content: center;
  list-style: none;
}

nav {
  border-bottom: 1px solid #eee;
  background: #fff;
}

.FirtsMenuList {
  position: relative;
}

.FirtsListItem {
  padding: 10px 0;
  cursor: pointer;
}

.FirtsMenuList .FirtsListItem span {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0px 40px;
  position: relative;
}

.FirtsMenuList .FirtsListItem span::after {
  position: absolute;
  width: 8px;
  content: "";
  top: 27%;
  background: linear-gradient(45deg, #828282 50%, #ffffff00 50%);
  height: 8px;
  transform: rotate(315deg);
  margin-left: 10px;
}

.SecondMenuList {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  max-width: 100%;
  /* background: white; */
  padding: 30px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
  max-height: 40vh;
  overflow-y: auto;
}

.menudropdownList {
  padding: 0 18px;
  width: fit-content;
}

.menudropdownList h4 {
  color: var(--Labels-Primary, #000);
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  margin-bottom: 20px;
  cursor: default;
}

.menudropdownList ul {
  padding-left: 0;
  list-style: none;
}

.menudropdownList ul li {
  margin-bottom: 12px;
  cursor: pointer;
}

.menudropdownList ul li a {
  color: #838383;
  font-size: 14px;
  font-weight: 400;
  white-space: normal;
}

.ListRow {
  display: flex;
  flex-wrap: wrap;
}

.FirtsMenuList .FirtsListItem:hover .SecondMenuList {
  display: block;
}

.FirtsMenuList .FirtsListItem:hover span {
  color: black;
}

.menudropdownList ul li a:hover {
  color: #ca0d6c;
}

.main_banner_sec {
  background-color: #f9f9f9;
}

.banner_imgs img {
  border-radius: 15px;
}

.category_slider h3 {
  color: var(--Labels-Primary, #000);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.category_box {
  text-align: center;
}

.category_box h6 {
  color: var(--Labels-Primary, #000);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 15px;
}

.category_box img {
  width: 130px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1;
}

.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
}

.swiper-pagination-bullet-active {
  background-color: #ca0d6c;
}

.fresh_arrival_sec {
  background-color: #f9f9f9;
}

.main_heading {
  color: var(--Labels-Primary, #000);
  text-align: left;

  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.head_flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.head_flex a {
  color: #ca0d6c;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.15px;
  text-transform: capitalize;
}

.arr_category p {
  color: #5e5e5e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.12px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.arr_category {
  border-radius: 5px;
  background: #fff;
  padding: 4px 10px;
  width: fit-content;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrival_img {
  position: relative;
}

.arrival_rating {
  position: absolute;
  bottom: 10px;
  left: 0px;
  display: flex;
  width: 100%;
}

.carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  background-color: #cccccc;
  border-top: inherit;
  border-bottom: inherit;
  border-radius: 90px;
}

.carousel-indicators {
  bottom: -33px;
}

.carousel-indicators .active {
  background-color: #ca0d6c;
}

/* star_sec */
.rating {
  display: inline-flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 5px 10px;
  border-radius: 7px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.stars {
  position: relative;
  display: inline-flex;
  color: #e0e0e0;
  /* Light grey for empty stars */
  margin-right: 8px;
}

.stars span {
  font-size: 14px;
  /* Adjust the size of the stars */
  line-height: 1;
}

.product_detail_rating .stars .filled-stars {
  top: 0px;
}

.stars .filled-stars {
  position: absolute;
  top: -3px;
  left: 0;
  color: #ffc107;
  /* Gold color for filled stars */
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  /* Default width (0%) */
}

/* Example width for 5 stars */
.stars[data-rating="5"] .filled-stars {
  width: 100%;
}

/* Example width for 4.5 stars */
.stars[data-rating="4.5"] .filled-stars {
  width: 90%;
}

/* Example width for 4 stars */
.stars[data-rating="4"] .filled-stars {
  width: 80%;
}

/* Example width for 3.5 stars */
.stars[data-rating="3.5"] .filled-stars {
  width: 70%;
}

/* Example width for 3 stars */
.stars[data-rating="3"] .filled-stars {
  width: 60%;
}

/* Example width for 2.5 stars */
.stars[data-rating="2.5"] .filled-stars {
  width: 50%;
}

/* Example width for 2 stars */
.stars[data-rating="2"] .filled-stars {
  width: 40%;
}

/* Example width for 1.5 stars */
.stars[data-rating="1.5"] .filled-stars {
  width: 30%;
}

/* Example width for 1 star */
.stars[data-rating="1"] .filled-stars {
  width: 20%;
}

/* Example width for 0.5 stars */
.stars[data-rating="0.5"] .filled-stars {
  width: 10%;
}

/* Example width for 0 stars */
.stars[data-rating="0"] .filled-stars {
  width: 0%;
}

.rating-text {
  color: #6c757d;
}

/* star_sec end */

.rating-text {
  color: #6c757d;
  font-size: 12px;
}

.arrival_rating_box {
  margin-right: 10px;
}

.arrival_details {
  padding-top: 15px;
}

.arrival_details h5,
.hotDeal_cont h5 {
  color: #0c0c0c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.price_flex h6 {
  color: #838383;
  font-size: 12.808px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.128px;
  text-transform: capitalize;
  margin-left: 10px;
  text-decoration: line-through;
  text-decoration-color: red;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.price_flex {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.price_flex p {
  margin-left: 10px;
  color: #0bb605;
  font-size: 12.808px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.128px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.arrival_img {
  overflow: hidden;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
}

.arrival_img img {
  transition: transform 0.6s ease-in-out;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5x;
  aspect-ratio: 1;
}

.arrival_box:hover .arrival_img img {
  transform: scale(1.1);
  transition: transform 0.6s ease-in-out;
  border-radius: 5px;
}

.hotdeal_sec {
  background-color: #f3f3f3;
}

.hotDeal_box .hotDeal_img img {
  transition: transform 0.6s ease-in-out;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px 5px 0px 0px;
  aspect-ratio: 1;
}

.hotDeal_box .hotDeal_img {
  overflow: hidden;
  display: inline-block;
  border-radius: 5px 5px 0px 0px;
  position: relative;
  width: 100%;
}

.hotDeal_box {
  background: white;
  border-radius: 10px;
}

.hotDeal_timer {
  background: #2b2b2b;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 8px;
}

.hotDeal_timer h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
  text-transform: capitalize;
}

.hotDeal_cont {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 10px;
  width: 100%;
}

.hotDeal_flex {
  display: flex;
}

.hotDeal_flex .rating {
  background-color: transparent;
  border: 1px solid #e8e8e8;
  margin-top: 16px;
}

.hotDeal_flex .stars span {
  font-size: 14px;
}

.hotDeal_cont button {
  border-radius: 5px;
  border: 1px solid #ca0d6c;
  width: 100%;
  color: #ca0d6c;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.15px;
  text-transform: capitalize;
  background-color: transparent;
  padding: 10px;
  margin-top: 20px;
}

.hotDeal_cont button:hover {
  background-color: #ca0d6c;
  color: white;
}

.BestSelling_sec {
  background-color: #f9f9f9;
}

.BestSelling_mainpart {
  border-radius: 15px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.03);
  padding: 5px;
}

.gallery {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.main-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.9;
  margin-bottom: 20px;
  /* border: 2px solid #ddd; */
  overflow: hidden;
  border-radius: 8px;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.thumbnails img {
  width: 80px;
  height: 70px;
  border: 2px solid transparent;
  cursor: pointer;
  object-fit: cover;
  border-radius: 10px;
}

.thumbnails img.active {
  border-color: red;
}

.selling_box img {
  border-radius: 10px;
}

.selling_box h5 {
  color: #0c0c0c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.159px;
  text-transform: capitalize;
  padding-top: 10px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.selling_box .price_flex {
  padding-top: 7px;
  align-items: center;
}

.selling_box .price_flex h5 {
  padding-top: 0px;
  font-size: 15px;
}

.selling_box_img img {
  border-radius: 5px;
  height: auto;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
}

.selling_col_pt {
  padding-top: 50px;
}

.More-Categories_sec {
  background-color: #f9f9f9;
  padding-bottom: 100px;
}

.more_category {
  border-radius: 14.874px;
  border: 0.93px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 3.719px 3.719px 0px rgba(0, 0, 0, 0.01);
  padding: 10px;
}

.more_category img {
  width: 100%;
  border-radius: 8px;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: contain;
}

.more_category div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.more_category div h6 {
  color: var(--Labels-Primary, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.167px;
  text-transform: capitalize;
}

.more_category div img {
  width: 18px;
}

footer {
  background-color: #fff;
  margin-top: 50px;
  position: relative;
  padding-bottom: 20px;
}

.footer_box {
  border-radius: 20px;
  background: #ca0d6c;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.03);
  padding: 25px;
  margin: 0px 40px;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
}

.footer_ins_box {
  border-radius: 14.874px;
  border: 0.93px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 3.719px 3.719px 0px rgba(0, 0, 0, 0.01);
  padding: 15px;
  display: flex;
  align-items: center;
  min-height: 40px;
  /* margin-top: 10px !important; */
}

.footer_ins_box h4 {
  color: var(--Labels-Primary, #000);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 17px;
}

.footer_cont {
  padding-top: 100px;
  padding-bottom: 30px;
}

.footer_socail_Sec p {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  /* 135.714% */
  text-transform: capitalize;
}

.social_flex {
  display: flex;
}

.social_flex img {
  margin-left: 15px;
}

.social_links {
  display: flex;
  justify-content: space-between;
}

.social_links h5 {
  color: var(--Labels-Primary, #000);

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  padding-bottom: 15px;
}

.social_links p {
  margin-bottom: 0;
  padding-bottom: 7px;
}

.social_links p a {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
  text-transform: capitalize;
}

.social_links p a:hover {
  color: #ca0d6c;
}

.contact-info {
  color: #141414;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.contact-item a {
  color: #141414;
  /* Pink color for the email and phone */
  text-decoration: none;
  font-size: 14px;
}

.contact-item a:hover {
}

.contact-item a:hover {
  text-decoration: underline;
}

.copyright {
  border-radius: 10px;
  background: #f9f9f9;
  padding: 6px;
  width: 100%;
  text-align: center;
}

.copyright p {
  color: #797979;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  /* 158.333% */
  text-transform: capitalize;
}

.modal-header {
  border-bottom: 0px !important;
}

.modal-content {
  border-radius: 19px;
}

.main_modal_cont h5 {
  color: var(--Labels-Primary, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  /* 95% */
  text-transform: capitalize;
}

.main_modal_cont p {
  color: #a8a8a8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  /* 135.714% */
}

.modal_head_flex {
  display: flex;
  justify-content: space-between;
}

.modal_head_flex .modal-close-btn {
  background-color: rgba(217, 217, 217, 0.3);
  border: 0;
  width: 35px;
  height: 35px;
  color: #ca0d6c;
  border-radius: 90px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px !important;
}

.modal-body {
  padding: 27px;
}

.main_modal_cont input {
  width: 100%;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 13px;
  appearance: none;
  /* For iOS */
  -webkit-appearance: none;
  /* For iOS */
}

.main_modal_cont input::placeholder {
  color: #d7d7d7;
}

.main_modal_cont button {
  border-radius: 8px;
  background: #ca0d6c;
  width: 100%;
  color: white;
  border: 0;
  padding: 13px;
  margin-top: 20px;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: Arial, sans-serif;
}

.time-section {
  text-align: center;
}

.time-box {
  font-size: 40px;
  color: #ca0d6c;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  width: 80px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
}

.label {
  font-size: 14px;
  color: #666666;
}

.hotDeal_box a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.flash_sale_sec {
  background: #f9f9f9;
}

.flash_sale_sec .head_flex {
  flex-wrap: wrap;
}

.iti .iti--allow-dropdown {
  width: 100% !important;
}

.iti {
  width: 100% !important;
}

.login_google_sec {
  padding-top: 20px;
}

.login_google_sec p {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.15px;
  text-align: center;

  position: relative;
}

.login_google_sec p::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 36%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 10px;
  left: 0;
}

.login_google_sec p::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 36%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 10px;
  right: 0;
}

.google_btn {
  display: flex;
  background-color: transparent !important;
  border: 1px solid #000000 !important;
  color: #252525 !important;
  justify-content: center;
}

.google_btn a {
  color: #252525 !important;
}

.google_btn img {
  margin-right: 10px;
}

.resend-otp {
  background-color: transparent !important;
  border: 1px solid #ca0d6c !important;
  color: #ca0d6c !important;
}

.otp-container {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 90px;
}

.otp-input {
  width: 40px !important;
  height: 50px !important;
  text-align: center !important;
  font-size: 18px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  outline: none !important;
  margin: 0 5px !important;
}

.otp-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.main_modal_cont label {
  color: #696969;
  padding-bottom: 5px;
  padding-top: 15px;

  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  width: 100%;
}

/* suucess-modal */

.success-animation img {
  height: 100px;
}

.success-animation {
  text-align: center;
}

.success-animation h2 {
  color: var(--Labels-Primary, #000);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  /* 127.778% */
  text-transform: capitalize;
}

.profile_main_card {
  border-radius: 15px;
  background: #fff;
  padding: 15px;
}

.My-profile_Sec {
  background: #f9f9f9;
}

.profile_card_nav {
  border-radius: 10px;
  width: 23%;
}

.profile_card_nav .flex-column {
  background: var(--Miscellaneous-_Kit-Section-Fill, #f5f5f5);
  padding: 10px;
  height: 100%;
  min-height: 80vh;
}

.profile_nav_header {
  border-radius: 10px 10px 0px 0px;
  background: #ebebeb;
  padding: 15px;
}

.profile_nav_header h3 {
  color: var(--Labels-Primary, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.profile_card_nav .nav-pills .nav-link {
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.profile_card_nav .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-radius: 8px;
  background: #ca0d6c;
  color: white;
  padding: 14px;
  width: 100%;
}

.profile_info_content {
  padding-left: 30px;
}

.profile_info_content label {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  padding-bottom: 5px;
  /* 158.333% */
}

.profile_info_content input {
  border-radius: 9.445px;
  border: 1.181px solid rgba(0, 0, 0, 0.5);
  background-color: white;
  padding: 10px;
  width: 45%;
  margin-bottom: 15px;
}

.profile_info_content input::placeholder {
  color: black;
}

.profile_main_card .tab-content {
  width: 77%;
}

.update-btn {
  padding: 10px;
  width: 45%;
  margin-top: 40px;
  background-color: #ca0d6c;
  border: 0;
  border-radius: 9.445px;
  color: white;
}

.date_reqst p {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  /* 158.333% */
}

.date_reqst p a {
  color: #ca0d6c;
}

.date_reqst span {
  color: #c2c2c2;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  /* 158.333% */
}

.my_orders_sec {
  padding-left: 30px;
  max-height: 75vh;
  overflow: auto;
  min-height: 70vh;
}

.my_orders_sec h3 {
  color: var(--Labels-Primary, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* padding-top: 10px; */
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.order-table thead {
  background-color: #f1f1f1;
}

.order-table th,
.order-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.order-table th {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  /* 135.714% */
  text-transform: capitalize;
  white-space: pre;
}

.order-table td {
  color: var(--Labels-Primary, #000);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  /* 135.714% */
  text-transform: capitalize;
}

.order-table tr:last-child td {
  border-bottom: none;
}

.view-btn,
.track-btn,
.cancel-btn {
  padding: 6px 10px;

  border: none;
  border-radius: 5px;
  font-size: 13px;
  cursor: pointer;
  margin-right: 5px;
}

.view-btn {
  background-color: #ca0d6c;
  color: white;
}

.track-btn {
  background-color: #ffffff;
  color: #ca0d6c;
  border: 1px solid #ca0d6c;
}

.cancel-btn {
  background-color: #ffffff;
  border: 1px solid #9e9e9e;
  color: #9e9e9e;
}

.cancel-btn:disabled {
  background-color: #f1f1f1;
  color: #c0c0c0;
  cursor: not-allowed;
}

.myorder_product_box {
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
  margin-top: 20px;
}

.myorder_product_Img img {
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
}

.myorder_product_box {
  display: flex;
}

.yorder_product_Cont h5 {
  color: var(--Labels-Primary, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  /* 118.75% */
  text-transform: capitalize;
}

.yorder_product_Cont {
  padding-left: 15px;
}

.varients_flex {
  display: flex;
}

.varients_flex span {
  color: #989898;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;

  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #989898;
}

.varients_flex span:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px;
}

.yorder_product_Cont .price_flex {
  align-items: center;
  margin-top: 6px;
}

.yorder_product_Cont .price_flex h5 {
  margin-bottom: 0;
  font-size: 16px;
}

.yorder_product_Cont .price_flex p {
  color: #0bb605;
}

.myprod_spec {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.myprod_spec p {
  margin-bottom: 0;
  margin-left: 5px;
}

.order_product_Det {
  padding-top: 30px;
}

.order-row {
  margin-bottom: 15px;
}

.order-row span:nth-child(2) {
  vertical-align: top;
}

.label {
  color: #747474;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  width: 130px;
  display: inline-block;
  vertical-align: top;
}

.value {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  /* 135.714% */
  text-transform: capitalize;
  display: inline-block;
  max-width: 250px;
}

.value br {
  margin-bottom: 5px;
}

.my-order_btns {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.my-order_btns .cancel_btn {
  border-radius: 5px;
  border: 1px solid #ca0d6c;
  padding: 10px;
  width: 100%;
  font-size: 12px;
  background-color: white;
  color: #ca0d6c;
}

.my-order_btns .track_btn {
  border-radius: 5px;
  border: 1px solid #ca0d6c;
  padding: 8px;
  width: 88%;
  background-color: #ca0d6c;
  color: white;
  margin-left: 14px;
  font-size: 13px;
  margin-right: 10px;
}

.trck_btnn button {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0px !important;
}

.cancel_confirmation h2 {
  color: var(--Labels-Primary, #000);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  /* 127.778% */
  text-transform: capitalize;
}

.cancel_confirmation p {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  /* 135.714% */
}

.trackOrder-Head {
  display: flex;
  align-items: center;
}

.trackOrder {
  padding: 25px 30px;
}

.trackOrder-Head h4 {
  color: var(--Labels-Primary, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  padding-left: 10px;
}

.trackOrder .myorder_product_box {
  width: 100%;
  margin-top: 15px !important;
}

.order_progress {
  margin-top: 25px;
  margin-bottom: 30px;
}

.trackOrder .yorder_product_Cont h5 {
  font-size: 16px;
}

.trackOrder .varients_flex span {
  font-size: 12px;
}

.trackOrder .myprod_spec p {
  font-size: 11px;
}

.order-tracking {
  text-align: left;
  width: 33.33%;
  position: relative;
  display: block;
}

.order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  border: 0px solid #afafaf;
  background-color: #f7be16;

  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}

.order-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: "";
  height: 14px;
  width: 7px;
  top: 6px;
  bottom: 0;
  left: 5px;

  border: 0px solid #afafaf;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.order-tracking.completed .is-complete {
  border-color: #0bb605;
  border-width: 0px;
  background-color: #0bb605;
}

.order-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 7px;
  left: 11px;
  opacity: 1;
}

.order-tracking p {
  color: #a4a4a4;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
}

.order-tracking p span {
  font-size: 12px;
}

.order-tracking.completed p {
  color: #000;
}

.order-tracking::before {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 5px);
  background-color: #f7be16;
  top: 13px;
  position: absolute;
  left: calc(-100% + 20px);
  z-index: 0;
}

.order-tracking:first-child:before {
  display: none;
}

.order-tracking.completed:before {
  background-color: #0bb605;
}

/* .....................................SECOND FACE...................................... */

.saved_add_box {
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  background: #fbfbfb;

  height: 100%;
}

.saved_addres_Section {
  padding-left: 30px;
  max-height: 75vh;
  overflow-y: auto;
  min-height: 70vh;
  overflow-x: hidden;
}

.saved_add_box_head {
  border-radius: 10px 10px 0px 0px;
  background: #f2f2f2;
  padding: 10px;
  display: flex;
}

.saved_add_box_head .form-check-input:checked {
  border: 3px solid #ffffff !important;
  padding: 5px;

  box-shadow: 0px 0px 0px 2px #ca0d6c;
  background-color: #ca0d6c;
  background-image: inherit;
}

.saved_add_box_head h4 {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.saved_add_box_head img {
  padding-right: 10px;
  margin-right: 10px;
}

.saved_add_box_head img:last-child {
  padding-right: 0;
  margin-right: 0;
}

.saved_add_box_cont {
  padding: 10px;
}

.saved_add_box_cont h5 {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 157.143% */
  text-transform: capitalize;
}

.saved_add_box_cont p {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  text-transform: capitalize;
  margin-bottom: 3px;
}

.addres-add-btn button {
  border-radius: 5px;
  border: 1px solid #ca0d6c;
  background-color: white;
  padding: 10px 20px;
  color: #ca0d6c;
  margin-top: 30px;
  font-weight: 600;
}

.input-radios input {
  padding-top: 0px !important;
  width: 18px;
  padding: 1px;
  border: 1px solid #2b2b2b;
  border-radius: inherit;
  font-size: 18px;
}

.input-radios label {
  padding-top: 0px;
}

.input-radios {
  display: flex;
}

.form-check-input:checked {
  border-color: inherit;
}

.form-check-input:focus {
  box-shadow: inherit;
}

.slot_body .form-check-input:checked {
  border: 3px solid #ffffff !important;
  padding: 5px;

  box-shadow: 0px 0px 0px 2px #ca0d6c;
  background-color: #ca0d6c;
  background-image: inherit;
}

.slot_body .form-check .form-check-input {
  border: 2px solid #898989;
}

.slot_body .form-check label {
  color: #898989;
  font-weight: 500;
}

.product_detail_cont .form-check-input:checked {
  border: 3px solid #ffffff !important;
  padding: 0px;
  box-shadow: 0px 0px 0px 2px #ca0d6c;
  background-color: #ca0d6c;
  background-image: inherit;
}

.product_detail_cont .form-check .form-check-input {
  border: 2px solid #898989;
}

.product_detail_cont .form-check label {
  color: #898989;
  font-weight: 500;
}

.product_details_Cont .form-check label {
  font-size: 14px;
}

.form-check-input:checked + .form-check-label {
  color: #000;
}

.wallet_Sec {
  padding-left: 30px;
}

.wallet_Sec h4 {
  color: var(--Labels-Primary, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.total_balance_box {
  border-radius: 10px;
  background: #f9f9f9;
  padding: 30px 20px;
  width: 70%;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.total_balance_box .wallet_img1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

.total_balance_box .wallet_img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
}

.total_balance_box h6 {
  color: var(--Labels-Primary, #000);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.total_balance_box h2 {
  color: var(--Labels-Primary, #000);
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 15px;
}

.wallet_ad_box {
  border-radius: 8px;
  background: #f9f9f9;
  padding: 20px;
  margin-top: 20px;
}

.container3 {
  text-align: center;
}

.info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.info div {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 180px;
}

.info div h3 {
  color: #484848;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 150% */
  text-transform: capitalize;
  text-align: left;
}

.info div p {
  color: #ca0d6c;
  text-align: left;
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
}

.counter {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 20px;
}

.counter button {
  background-color: #ca0d6c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter button:hover {
  background-color: #b0004d;
}

.counter span {
  font-size: 36px;
  margin: 0 35px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(202, 13, 108, 0.42);
}

.ticket {
  position: relative;
  font-size: 26px;
  padding: 25px 25px;

  color: #ca0d6c;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
}

.ticket1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9;
  width: 100%;
}

.ticket2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9;
}

.wallet_1sec {
  border-bottom: 1px solid rgb(235, 235, 235);
  border-right: 1px solid rgb(235, 235, 235);
  padding-bottom: 20px;
}

/* .gift_heading {
    display: flex;
    justify-content: space-between;
}

.gift_heading h4 {
    color: var(--Labels-Primary, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.gift_heading h5 {
    color: #CA0D6C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.gift_voucher_box{
    position: relative;
} */

.voucher {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(202, 13, 108, 0.03);

  padding: 26px;
  width: 100%;
  border: 1px solid #ca0d6c;
  position: relative;
  margin-top: 20px;
  border-right: 0px;
  border-left: 0px;
}

.voucher::before,
.voucher::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #ca0d6c;
  border-left: none;
  border-right: none;
}

.voucher::before {
  /* top: 50%;
    left: -20px;
    transform: translateY(-50%);
    border-radius: 20px 0 0 20px;
    border-left: 2px dashed #ec407a; */

  bottom: -11px;
  right: 80px;
  /* top: -12px; */
  border-radius: 0 20px 20px 0;
  border-right: 2px dashed #ec407a;
  transform: rotate(270deg);
}

.voucher::after {
  top: -11px;
  right: 80px;
  transform: translateY(-41%);
  border-radius: 0 20px 20px 0;
  border-right: 2px dashed #ec407a;
  transform: rotate(90deg);
}

.voucher-content h2 {
  color: var(--Labels-Primary, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.voucher-content p {
  color: #909090;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  text-transform: capitalize;
}

.voucher-content p b {
  color: #ca0d6c;
}

.amount {
  color: #ca0d6c;
  font-weight: bold;
}

.voucher-claim {
  text-align: right;
}

.claim-button {
  color: #ca0d6c;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.right-svg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.left-svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.voucher_input {
  display: flex;
}

.voucher_input input {
  border-radius: 5px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 7px 20px;
}

.voucher_input button {
  border-radius: 5px;
  border: 1px solid #ca0d6c;
  background-color: white;
  padding: 7px 20px;
  color: #ca0d6c;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  /* 135.714% */
  text-transform: capitalize;
  margin-left: 15px;
}

.history_head {
  border-radius: 10px 10px 0px 0px;
  background: #f3f3f3;
  padding: 20px;
}

.history_head h3 {
  color: var(--Labels-Primary, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

.history_body {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 0px 0px 10px 10px;
  height: 420px;
  overflow: auto;
}

.transaction_cont {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(230, 230, 230);
  padding-top: 20px;
}

.transaction_cont h5 {
  color: var(--Labels-Primary, #000);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.transaction_cont p {
  color: var(--Labels-Primary, #000);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

.transaction_cont h6 .credit_amount {
  color: #0bb605;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.transaction_cont h6 .debit_amount {
  color: #e11515;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.reminder_Sec {
  padding-left: 30px;
  /* padding-top: 20px; */
}

.reminder_Sec h3 {
  color: var(--Labels-Primary, #000);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.Occasions_Box {
  border-radius: 10px;
  border: 1px solid #ededed;
  padding: 20px;
}

.Occasions_Box .value {
  font-size: 13px;
  padding-top: 5px;
}

.Occasions_Box h4 {
  color: #0c0c0c;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.cardss {
  padding-top: 10px;
}

.card-title {
  font-weight: bold;
  margin-bottom: 15px;
}

.rowss {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 10px;
}

.labelsss {
  color: #a7a7a7;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 80px;
  text-align: left;
}

.colon {
  margin-right: 8px;
  color: #b3b3b3;
}

.value {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  width: 140px;
}

.value.note {
  text-align: left;
}

.buy-button {
  background-color: transparent;
  border: 1px solid #ca0d6c;
  color: #ca0d6c;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
  margin-top: 20px;
}

.buy-button:hover {
  background-color: #ca0d6c;
  color: #fff;
}

.reminder-sec {
  padding-top: 30px;
  max-height: 40vh;
  overflow: auto;
  min-height: 40vh;
}

.reminder_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reminder_head a {
  color: #ca0d6c;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  /* 135.714% */
  text-transform: capitalize;
}

/* .mySwiper .swiper-wrapper {
    justify-content: center;
} */

.cards_reminder .value {
  font-size: 13px;
}

.cards_reminder .icons img {
  width: 18px;
}

.cards_reminder .row {
  width: 18%;
}

.cards_reminder {
  border-radius: 10px;
  background: #f9f9f9;
  padding: 15px;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}

.cards_reminder .icons {
  display: flex;
  gap: 0px;
  flex-direction: row;
  width: 12%;
  flex-wrap: nowrap;
}

.cards_reminder .icons a {
  font-size: 16px;
  width: fit-content;
}

.info {
  flex: 1;
  margin-bottom: 10px;
}

.info p {
  color: #0c0c0c;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 2;
}

.info p span {
  color: #bababa;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.icons {
  display: flex;
  gap: 10px;
}

.icons a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.icons a:hover {
  color: #007bff;
}

.main_modal_cont select {
  width: 100%;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 13px;
}

.listing_page {
  background: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.filter_box {
  border-radius: 10px;
  background: #fff;
}

.filter_head {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f4f4f4;
}

.filter_head h3 {
  color: var(--Labels-Primary, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.filter_head a {
  color: #ca0d6c;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.filter-container {
  background-color: #fff;
  padding: 20px;
  width: 100%;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.filter-header h2 {
  font-size: 18px;
  margin: 0;
}

.filter-header a {
  font-size: 14px;
  color: #f23a3a;
  text-decoration: none;
  cursor: pointer;
}

.filter-section {
  margin-bottom: 20px;
}

.filter-section h3 {
  margin: 0 0 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 17px;

  color: var(--Labels-Primary, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.filter-section h3::after {
  content: "\25BC";
  font-size: 12px;
  transform: rotate(180deg);
  transition: transform 0.3s;
  color: #828282;
}

.filter-section.collapsed h3::after {
  transform: rotate(360deg);
}

.filter-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.filter-section ul li {
  margin-bottom: 20px;
  color: #838383;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.filter-section ul li input[type="checkbox"] {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

input[type="checkbox"]:checked {
  background-color: #ca0d6c !important;
  border: 0;
}

input[type="checkbox"]:checked + label {
  color: #000000 !important;
}

.listing_products h3 {
  color: var(--Labels-Primary, #000);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.listing_products_detail .arr_category {
  padding: 3px 5px;
}

.listing_products_detail .arr_category p {
  font-size: 10px;
}

.listing_products_detail .stars span {
  font-size: 14px;
}

.listing_products_detail .stars .filled-stars {
  top: -3px;
}

.listing_products_detail .rating-text {
  font-size: 10px;
}

.listing_products_detail .arrival_details h5,
.hotDeal_cont h5 {
  font-size: 15px;
}

.listing_products_detail .arrival_box {
  background-color: white;
  border-radius: 10px;
}

.listing_products_detail .arrival_details {
  padding: 10px;
}

.listing_products_detail .arrival_img img {
  border-radius: 10px 10px 0px 0px;
}

.banner_imgs img {
  border-radius: 15px;
}

.banner_imgs {
  border-radius: 15px;
}

.mySwiper .swiper-wrapper {
  justify-content: left;
  padding-bottom: 39px;
}

.best_row_align {
  display: flex;

  height: 100%;
}

.product_details_Cont a {
  color: #ca0d6c !important;
  font-size: 13px;
}

.mySwiper {
  width: 100%;
}

.productDetail-ViewMore .modal-dialog-scrollable .modal-content {
  max-height: 600px;
  overflow: hidden;
}

.footer_ins_box h4 {
  font-weight: 700;
}

/*///////////////////////////// face_3//////////////////////////////////////////// */

.pagination {
  background: #f9f9f9;
  margin-bottom: 0;
  border-bottom: 0;
  margin-top: 20px;
  justify-content: end;
}

.pagination_listing nav {
  border: 0;
}

.pagination .page-item:first-child .page-link {
  border: 1px solid grey;
  border-radius: 3px;
  margin: 0px 10px;
  border: 1px solid rgba(202, 13, 108, 0.5);
  background: #fff;
  color: black;
  font-weight: 500;
}

.pagination_listing .page-link {
  border: 1px solid grey;
  border-radius: 3px;
  margin: 0px 7px;
  border: 1px solid rgba(223, 223, 223, 0.5);
  background: #fff;
  color: black;
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 500;
}

/* Default styles for HeaderTop */
.HeaderTop {
  position: relative;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}

/* HeaderCenter sticky behavior */
.headerCenter-sticky {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}

/* Navigation section */
nav {
  position: relative;
  z-index: 998;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}

/* Sticky state when scrolling */
.sticky2 {
  position: fixed;
  top: 0;
  transform: translateY(0);
  transition: duration 0.3s ease-in-out;
}

/* HeaderTop and nav out of view */

/* .HeaderTop.hidden,
nav.hidden {
    transform: translateY(-100%);
    opacity: 0;
} */

.pagination_listing .page-link:hover {
  background-color: #ca0d6c;
  color: white;
}

.pagination_listing .pagination .page-item:last-child .page-link {
  border: 1px solid grey;
  border-radius: 3px;

  border: 1px solid rgba(202, 13, 108, 0.5);
  background: #fff;
  color: black;
  font-weight: 500;
}

.page-link:focus {
  box-shadow: inherit;
}

.product_detail_page {
  background-color: #f9f9f9;
}

.category_det p {
  color: #5e5e5e;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.12px;
  text-transform: capitalize;
  padding: 4px 10px;
  background-color: white;
  border-radius: 5px;
  width: fit-content;
}

.product_detail_cont h4 {
  color: #0c0c0c;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
  text-transform: capitalize;
}

.prdt_det_flex {
  display: flex;
  align-items: center;
}

.prdt_det_flex h5 {
  color: var(--Labels-Primary, #000);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.324px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.prdt_det_flex p {
  color: #838383;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.152px;
  text-transform: capitalize;
  margin-left: 10px;
  margin-bottom: 0;
  text-decoration: line-through;
  text-decoration-color: red;
}

.prdt_det_flex span {
  color: #0bb605;
  font-size: 15.225px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.152px;
  text-transform: capitalize;
  margin-left: 10px;
  margin-bottom: 0;
}

.reward_p {
  color: #585858;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.12px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.reward_p span {
  color: #0bb605;
}

.product_detail_rating .rating {
  background-color: transparent;
  padding-left: 0px;
}

.product_detail_rating .stars span {
  font-size: 24px;
}

.rating h6 a {
  color: #ca0d6c;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-left: 20px;
}

.rating h6 {
  margin-bottom: 0px;
}

.product_details_Cont li {
  color: #4a4949;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.product_details_Cont ul {
  padding-left: 15px;
}

.product_details_Cont p {
  color: #636363;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  letter-spacing: -0.14px;
  text-transform: capitalize;
}

.deleivery_type_Box {
  border-radius: 8px;
  background: #fff;
  background-color: white;
  padding: 6px 20px;
  width: fit-content;
  margin-right: 20px;
}

.delivery_type_Flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.message-on-cake {
  padding-top: 20px;
}

.message-on-cake h6 {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  /* 158.333% */
}

.message-on-cake input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px;
  background-color: transparent;
  margin-bottom: 25px;
  font-size: 14px;
}

.upload_image input {
  margin-top: 20px;
  position: absolute;
  top: -15px;
  width: 100%;
  opacity: 0;
}

.image_value {
  border-radius: 5px;
  border: 1px solid #333;
  background: #fbfbfb;
  padding: 7px 10px;
  margin-left: 15px;
}

.image_value p {
  color: #585858;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  /* 135.714% */
  text-transform: capitalize;
  margin-bottom: 0;
  overflow: hidden;
}

.upload_image {
  position: relative;
}

.select-delivery {
  padding-top: 15px;
}

.select-delivery h6 {
  color: #0f0f0f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.14px;
  text-transform: capitalize;
}

.select-delivery input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px;
  background-color: transparent;
  font-size: 14px;
}

.select-delivery select {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px;
  background-color: transparent;
}

.select-delivery p {
  color: #727272;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.select-delivery p span {
  color: #0bb605;
}

.detail_btns {
  padding-top: 20px;
}

.detail_btns .btn1 {
  border-radius: 10px;
  border: 1px solid #ca0d6c;
  width: 100%;
  background-color: white;
  padding: 10px;
  color: #ca0d6c;
  margin-bottom: 15px;
}

.detail_btns .btn2 {
  border-radius: 10px;
  border: 1px solid #ca0d6c;
  width: 100%;
  background-color: #ca0d6c;
  padding: 10px;
  color: #ffffff;
  margin-bottom: 15px;
}

.detail_btns p {
  color: #838383;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 175% */
  letter-spacing: -0.12px;
  text-transform: capitalize;
}

.help_box {
  margin-top: 20px;
  padding: 15px;
  background-color: white;
  border-radius: 10px;
}

.help_box h4 {
  color: #0f0f0f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.14px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.help_box h4 a {
  color: #ca0d6c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 150% */
  letter-spacing: -0.14px;
  text-decoration-line: none;
  text-transform: capitalize;
}

.help_box p {
  color: #838383;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
  letter-spacing: -0.12px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.help_box .span2 {
  color: #0bb605;
}

.help_box h3 {
  color: #ca0d6c;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 150% */
  letter-spacing: -0.14px;
  text-transform: capitalize;
}

.need_help_box {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
  padding: 10px;
  width: 86%;
  margin-left: auto;
}

.detail_help .footer_ins_box {
  width: 86%;
  margin-left: auto;
}

.detail_help .footer_ins_box img {
  width: 28px;
}

.need_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.need_head h4 {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 0;
}

.pagination_listing .page-link.active {
  background-color: #ca0d6c;
  color: white;
}

.need_help_box p {
  color: #838383;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 3px;
}

.need_help_box h6 {
  color: #606060;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 0;
}

.need_help_box h6 span a {
  color: #ca0d6c;
  font-size: 13px;
}

.product-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-image img {
  width: 400px;
  height: auto;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.product-detail .product-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: all 0.3s ease;
  aspect-ratio: 1;
  object-fit: cover;
}

.thumbnail-gallery {
  display: flex;
  margin-top: 20px;
  justify-content: start;
  width: 100%;
}

.thumbnail {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.thumbnail:hover {
  border-color: #ccc;
}

.thumbnail.active {
  border-color: #333;
}

.rating_review_section {
  background-color: #f9f9f9;
}

.review_Sec_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(240, 240, 240);
}

.review-rating_BOx {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}

.review_Sec_head h3 {
  color: var(--Labels-Primary, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  text-transform: capitalize;
}

.review_Sec_head button {
  border-radius: 5px;
  border: 1px solid #ca0d6c;
  background-color: transparent;
  color: #ca0d6c;
  padding: 8px 20px;
}

.reviewSlide_box {
  border-radius: 10px;
  background: #fafafa;
  padding: 20px;
  height: 250px;
  position: relative;
}

.reviewer_name h6 {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
}

.reviewer_name {
  display: flex;
  align-items: center;
}

.reviewSlide_box .rating {
  background-color: transparent;
}

.reviewSlide_box p {
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.review-date {
  text-align: right;
}

.review-date h6 {
  color: #838383;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;

  position: absolute;
  bottom: 6px;
  right: 18px;
}

/* start */
/* 
.star-rating {
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
}

.star {
    font-size: 30px;
    cursor: pointer;
    color: #ccc;
    transition: color 0.3s ease;
}

.star.selected {
    color: gold;
}

.rating-value {
    font-size: 18px;
    margin-bottom: 10px;
}

.rating-value span {
    color: var(--Labels-Primary, #000);
    font-size: 21.104px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.277px;
    margin-left: 20px;
}

.add_rating {
    display: flex;
    align-items: center;
} */
.star-rating {
  font-size: 30px;
  display: inline-block;
}

.star {
  cursor: pointer;
  color: #d3d3d3;
  /* Unselected color */
  display: inline-block;
}

.star.selected {
  color: #ffd700;
  /* Gold for selected stars */
}

/* .star:hover,
.star:hover~.star {
    color: #FFD700;
 
} */

/* start */

.add_review_div textarea {
  width: 100%;
  border-radius: 10px;
  padding: 8px;
}

.Add-on-modaal .modal-dialog {
  max-width: 1020px;
}

h5 {
  color: #0c0c0c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.148px;
  text-transform: capitalize;
}

.add_count input {
  width: fit-content;
  padding: 8px;
}

.quantity-control {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.quantity-control button {
  width: 30px;
  height: 30px;
  color: #000;
  background-color: #f9f9f9;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quantity-control input {
  width: 40px;
  height: 30px;
  border: 0px;
  text-align: center;
  font-size: 16px;
  margin: 0 5px;
}

.add_count {
  display: flex;
  justify-content: space-between;
}

.add_on_bottom {
  background-color: white;
  padding: 10px;
}

.add_on_bottom .cancel_btn {
  border-radius: 5px;
  border: 1px solid #ca0d6c;
  padding: 10px;
  width: 100% !important;
  font-size: 12px !important;
  background-color: white;
  color: #ca0d6c;
}

.add_on_bottom .track_btn {
  border-radius: 5px;
  border: 1px solid #ca0d6c;
  padding: 8px;
  width: 45% !important;
  background-color: #ca0d6c;
  color: white;
  margin-left: 14px !important;
  font-size: 13px;
}

.add_on_price {
  display: flex;
  align-items: center;
}

.add_on_price h3 {
  color: var(--Labels-Primary, #000);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  /* 128.198% */
  text-transform: capitalize;
}

.add_on_price h6 {
  color: #868686;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.add_on_price p {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.166px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.add_on_bottom .row {
  display: flex;
  align-items: center;
}

.add_on_bottom .my-order_btns {
  margin-top: 0;
}

.add_on_bottom .my-order_btns button {
  margin-top: 0;
}

/* .add_product_row {
    display: flex;
    height: 350px;
    overflow-y: scroll;
} */
.add_product_row {
  display: flex;
  height: 400px;
  overflow-y: scroll;
  gap: 10px;
  flex-wrap: wrap;
}

.add_product_row .mb-4.col-6 {
  width: 19%;
}

.checkout_page {
  background-color: #f9f9f9;
}

.delivery_addrss_box {
  border-radius: 15px;
  background: #fff;
  padding: 15px;
}

.delivery_addrss_box .saved_addres_Section {
  max-height: 100%;
  min-height: 100%;
}

.adderss_head_flex h3 {
  color: var(--Labels-Primary, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.adderss_head_flex {
  display: flex;
  align-items: center;
}

.adderss_head_flex .addres-add-btn button {
  margin-top: 0;
}

.delivery_addrss_box .saved_addres_Section {
  padding-left: 0;
}

.delivery_addrss_box .border-bottom {
  border-bottom: 1px solid rgb(233, 233, 233);
}

.personalize_gift {
  padding-top: 20px;
}

.personalize_gift h3 {
  color: var(--Labels-Primary, #000);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.personalize_gift_input input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 9px 20px;
  font-size: 14px;
}

.personalize_gift_input label {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.personalize_gift_input select {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 9px 20px;
  font-size: 14px;
}

.gift_Wrapping_check {
  border-radius: 8px;
  background: #f9f9f9;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
}

.summary_box {
  border-radius: 15px;
  background: #fff;
  padding: 15px;
}

.summary_box h3 {
  color: var(--Labels-Primary, #000);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.time_Slot_sec .accordion-item button {
  margin-top: 0px;
  background-color: white;
  border: 1px solid rgb(243, 243, 243);
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.accordion-button:focus {
  box-shadow: inherit;
}

.slot_body p {
  color: #404040;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.time_Slot_radios {
  background-color: white;
  border-radius: 8px;
  padding: 8px;
  border: 1px solid #d8d8d8;
  margin-top: 15px;
  display: flex;
}

.time_Slot_radios input {
  width: fit-content;
  padding: 7px;
}

.time_Slot_radios label {
  padding-top: 0px;
  color: #999;
  padding-left: 10px;
}

.time_Slot_radios label span {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  /* 135.714% */
}

.slot_body h6 {
  color: #727272;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  padding-top: 20px;
  /* 135.714% */
}

.slot_body h6 span {
  color: #000;
}

.time_Slot_sec .accordion-body {
  background-color: #fafafa;
  max-height: 275px;
  overflow: auto;
}

/* width */
.time_Slot_sec .accordion-body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.time_Slot_sec .accordion-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(197, 197, 197);
  border-radius: 10px;
}

/* Handle */
.time_Slot_sec .accordion-body::-webkit-scrollbar-thumb {
  background: rgb(184, 184, 184);
  border-radius: 10px;
}

/* Handle on hover */
.time_Slot_sec .accordion-body::-webkit-scrollbar-thumb:hover {
  background: #cfcfcf;
}

.items_orderss .myorder_product_Img img {
  width: 80px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
}

.myprod_spec p {
  font-size: 12px;
}

.orderr_head {
  display: flex;
}

.items_orderss .yorder_product_Cont {
  width: 75%;
}

.order-delete {
  display: flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}

.order-delete span {
  color: #5f6368;

  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.order-delete img {
  width: 20px;
}

.add_on_orders {
  padding-top: 15px;
}

.add_on_orders h6 {
  color: #838383;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}

.order-summery h3 {
  color: var(--Labels-Primary, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
}

.order-summery {
  padding-top: 20px;
}

.order-flex {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  align-items: center;
}

.order-flex h6 {
  color: var(--Labels-Primary, #000);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.order-flex h6 .apply_coupen {
  color: #0bb605;
}

.order-flex p {
  color: #9c9c9c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.total {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.total p {
  font-size: 16px;
}

.total h6 {
  font-size: 16px;
  font-weight: 600;
}

.wallet_balance {
  text-align: center;
  padding-top: 30px;
}

.wallet_balance h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  color: #838383;
}

.wallet_balance h4 span a {
  color: #ca0d6c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  padding-left: 8px;
}

.coupen_boxx {
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #e6e6e6;
  background: #f8f8f8;
  padding: 10px;
}

.coupen_box_header h6 {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.coupen_box_header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(235, 235, 235);
}

.coupen_box_header p a {
  color: #ca0d6c;
}

.coupen_boxeses {
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.coupen_boxeses h6 {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.coupen_boxeses p {
  color: #838383;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.coupen_boxeses a {
  color: #ca0d6c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.gift_Wrap_Box {
  background-color: white;
  padding: 10px;
  border-radius: 8px;
}

.gift_Wrap_section {
  padding-top: 20px;
}

.gift_Wrap_Box img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.gift_radios {
  padding-top: 10px;
}

.gift_radios {
  display: flex;
  align-items: center;
}

.gift_radios h6 {
  color: #0c0c0c;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
  text-transform: capitalize;
  margin-bottom: 5px;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.gift_radios h5 {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.17px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.main_cart_box {
  padding: 15px;
  border-radius: 8px;
  background: #f9f9f9;
  margin-top: 20px;
}

.main_cart_box .yorder_product_Cont {
  width: 82%;
}

.main_cart_box .quantity-control button {
  background-color: #ffffff;
  border: 0px;
  border-radius: 9px;
}

.main_cart_box .quantity-control {
  background-color: #ffffff;
}

.main_cart_box .myorder_product_box {
  margin-top: 0;
}

.cart_slot {
  border-radius: 7px;
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart_slot h6 {
  color: #989898;
  leading-trim: both;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 175% */
  letter-spacing: -0.12px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.cart_slot h5 {
  color: var(--Labels-Primary, #000);

  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 5px;
}

.cart_slot p {
  color: #727272;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 5px;
}

.cart_slot p span {
  color: #0bb605;
}

.cart_slot button {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #ca0d6c;
  color: #ca0d6c;
  padding: 9px 20px;
}

.stores_page {
  background: #f9f9f9;
  padding: 20px 0px;
}

.store_box {
  background-color: white;
  border-radius: 15px;
  padding: 15px;
}

.store_box_head h3 {
  color: var(--Labels-Primary, #000);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.store_box_head {
  display: flex;
  justify-content: space-between;
}

.store_box_head select {
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  padding: 4px 20px;
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.store_boxess {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.storeimage img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.4;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.store_cont h5 {
  color: var(--Labels-Primary, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.store_cont {
  padding: 10px 10px 20px 10px;
}

.loacte_Store {
  display: flex;
  align-items: center;
}

.loacte_Store p {
  color: #727272;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 0.14px;
  text-transform: capitalize;
  margin-bottom: 0px;
  margin-left: 10px;
}

.refferel_reward_sec {
  padding-left: 30px;
}

.refferel_reward_sec h3 {
  color: var(--Labels-Primary, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 10px;
}

.total_points_box {
  border-radius: 10px;
  border: 1px dashed #ca0d6c;
  background: #f8f8f8;
  padding: 10px;
}

.total_points_box p {
  color: #838383;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.total_points_box h2 {
  color: #ca0d6c;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.total_points_box button {
  border-radius: 5px;
  border: 1px solid #ca0d6c;
  width: 100%;
  color: #ca0d6c;
  background-color: transparent;
  padding: 9px;
}

.referal_link {
  border-radius: 10px;
  background: #f6f6f6;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.referal_link p {
  color: #828282;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.referal_link h6 {
  color: var(--Labels-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.refer_content {
  padding-top: 30px;
}

.refer_content h4 {
  color: #ca0d6c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.refer_content p {
  color: #838383;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}

.refer_content .accordion {
  width: 100%;
  max-width: 600px;

  border-radius: 5px;
}

.refer_content .accordion-item {
  border-bottom: 1px solid #ccc;
}

.refer_content .accordion-header {
  padding: 10px;
  background-color: #f7f7f7;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.refer_content .accordion-content {
  display: none;
  padding: 0;
}

.refer_content table {
  width: 100%;
  border-collapse: collapse;
}

.refer_content th,
td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.refer_content th {
  background-color: #f2f2f2;
}

.refer_content .reward {
  color: #0bb605;
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
  text-transform: capitalize;
}

.locationBtn input {
  border: 0;
  background-color: transparent;
  font-size: 13px;
}

input:focus-visible {
  outline: 0;
}

.cart_address select {
  border: 1px solid #ca0d6c;
  padding: 9px 50px;
  border-radius: 5px;
  background: transparent;
  color: #ca0d6c;
  width: 230px;
}

.cart_address select option {
  font-size: 15px;
}

.modal_select_addres input {
  width: fit-content;
  padding: 5px;
}

.coupen-remove a {
  font-size: 13px;
  color: #ca0d6c;
}

.logout_btnn {
  color: #ca0d6c;
}

.privacy_Section h1 {
  color: #ca0d6c;
  font-size: 25px;
}

.privacy_Section h1 {
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 10px;
  padding-top: 30px;
}

.privacy_Section h2 {
  margin-top: 20px;
  color: #444;
}

.privacy_Section p {
  color: #555;
  margin-bottom: 15px;
}

.privacy_Section strong {
  color: #222;
}

.hotDeal_img .arrival_rating {
  bottom: 46px;
}

.add-on_box_cont h5 {
  font-size: 16px;
  padding-top: 15px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.add-on_box .add-on_box_cont h5 {
  font-size: 12px;
  padding-top: 7px;
}

.add-on_box_cont .price_flex h5 {
  padding-top: 0px !important;
}

.add-on_box_img img {
  border-radius: 8px;
  width: 100%;
}

.add-on_box_cont .price_flex p {
  color: #0bb605;
  font-size: 12.808px;
}

.image_cake {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 7px 15px;
  display: flex;
  width: fit-content;

  cursor: pointer;
}

.image_cake h6 {
  color: #6f6f6f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  /* 135.714% */
  margin-right: 10px;
  margin-bottom: 0;
}

.order_item_name {
  width: 163px;
}

.delive_date {
  width: 98px;
}

.cart_empty {
  padding: 120px;
  font-size: 20px;
  color: #ca0d6c;
}

.order_product_Det .value {
  padding-top: 2px;
  line-height: 23px;
}

.cardss .rowss {
  justify-content: flex-start;
}

.reminder-Body .value {
  overflow: hidden;
}

.detail_note {
  color: #636363;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  letter-spacing: -0.14px;
  text-transform: capitalize;
  padding-top: 10px;
  font-size: 11px;
}

.not_deliver {
  background-color: #dc362e;
  color: white !important;
  padding: 5px 20px;
  border-radius: 8px;
  margin-top: 15px;
}

.not_deliver img {
  width: 30px;
}

.main_itemss .yorder_product_Cont h5 {
  font-size: 15px;
}

.product_summer p {
  color: #636363;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px !important;
  letter-spacing: -0.14px;
  text-transform: capitalize;
}

.rating_value {
}

#cart_item_list .price_flex h5 {
  font-size: 14px;
}

.item_phot_Flex {
  display: flex;
  align-items: center;
  margin-top: 9px;
}

.item_phot_Flex p {
  font-size: 12px;
  margin-bottom: 0px;
  padding-left: 4px;
}

.form-select:focus {
  box-shadow: inherit;
  border-color: inherit;
}

.form-check-input:checked {
  background-color: #dc3545;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide the spinner in Firefox without changing appearance to a text field */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
  /* Ensures it looks like a number field but without the spinner */
}

#eggless_div .form-check-input:checked {
  border: 0px !important;
  padding: 6px;
  box-shadow: inherit;
  background-color: #ca0d6c;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}

#eggless_div.form-check .form-check-input {
  border: 2px solid #898989;
}

#eggless_div .form-check label {
  color: #898989;
  font-weight: 500;
}

#hearshape_div .form-check-input:checked {
  border: 0px !important;
  padding: 6px;
  box-shadow: inherit;
  background-color: #ca0d6c;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}

#hearshape_div.form-check .form-check-input {
  border: 2px solid #898989;
}

#hearshape_div .form-check label {
  color: #898989;
  font-weight: 500;
}

#photocake_div .form-check-input:checked {
  border: 0px !important;
  padding: 6px;
  box-shadow: inherit;
  background-color: #ca0d6c;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}

#photocake_div.form-check .form-check-input {
  border: 2px solid #898989;
}

#photocake_div .form-check label {
  color: #898989;
  font-weight: 500;
}

.checkout_main_photo {
  display: flex;
}

.add_rating {
  display: flex;
  align-items: center;
}

.add_rating .rating-value {
  color: var(--Labels-Primary, #878787);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.277px;
  padding-left: 15px;
}

.add_rating .rating-value span {
  font-size: 18px;
  color: #000;
}

#view_order_modal .modal-content {
  max-width: 400px;
}

#view_order_modal .yorder_product_Cont h5 {
  font-size: 14px;
}

.mobile_profile {
  display: none;
}

.profile_nav_header img {
  display: none;
}

/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* .suggestions-box{
    border: 1px solid #f0f0f0a6 !important;
} */

.suggestions-box {
  border: 0;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  background-color: white;
  width: 100%;
  top: 97%;
  z-index: 2;
}

.suggestion-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

.rating-value input {
  border: 0;
  width: 32px;
  font-size: 18px;
  font-weight: 600;
  padding-right: 0px !important;
}

.rating-value {
  display: flex;
  align-items: center;
}

.rating-value h6 {
  font-size: 15px;
  color: var(--Labels-Primary, #878787);
  margin-bottom: 0px;
}

.logout_modal .my-order_btns .cancel_btn {
  width: 49%;
}

.logout_modal .my-order_btns .track_btn {
  width: 49%;
}

.lg_btns {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.lg_btns a {
  width: 49% !important;
}

.lg-cancel {
  border-radius: 5px !important;
  border: 1px solid #ca0d6c;
  padding: 8px !important;
  width: 49% !important;
  font-size: 12px !important;
  background-color: white !important;
  color: #ca0d6c !important;
}

.lg-yes {
  border-radius: 5px !important;
  border: 1px solid #ca0d6c !important;
  padding: 8px !important;
  width: 100% !important;
  background-color: #ca0d6c;
  color: white !important;

  font-size: 13px !important;
  margin-right: 10px !important;
}



/* width */
#suggestions::-webkit-scrollbar {
  width: 8px;
}

/* Track */
#suggestions::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(228, 228, 228);
  border-radius: 10px;
}

/* Handle */
#suggestions::-webkit-scrollbar-thumb {
  background: rgb(224, 224, 224);
  border-radius: 10px;
}

/* Handle on hover */
#suggestions::-webkit-scrollbar-thumb:hover {
  background: #d1d1d1;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(228, 228, 228);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(192, 192, 192);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d1d1d1;
}

/* .best_h55 {
    font-size: 19px !important;
} */

input[type="date"] {
  -webkit-appearance: none !important;
  color: black;
  background: white;
  text-align: left;
  height: 45px !important;
}

select {
  -webkit-appearance: none !important;
  color: black;
  background: white;
  text-align: left;
  height: 45px !important;
}

.listing_timer h3 {
  color: #ffffff;
  font-size: 13px;
}

.timer_rating {
  bottom: 40px;
}

.noweightt h4 span {
  color: grey;
  font-size: 12px;
  padding-top: 5px;
}

.noweightt h4 {
  margin-bottom: 0px;
}

.no-weight {
  opacity: 0;
}

.additional_msg {
}

.additional_msg p {
  font-size: 12px;
  margin-bottom: 5px;
  color: red;
  font-weight: 500;
}

.image_value {
  width: 48%;
}
.pagination {
  opacity: 1 !important;
  transform: translateY(0%) !important;
}
.pagination_listing nav {
  opacity: 1 !important;
  transform: translateY(0%) !important;
}



/* #header_stickyy {
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.3s ease;
}

#header_stickyy.sticky {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
} */
 #header_stickyy{
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
 }
 header{
  margin-bottom: 180px;
 }

 .address_new_form .pac-container{
  top:89px !important

 }
 .pac-container {
  z-index: 20000000 !important;
 
}