* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Nunito", "Noto Sans Gujarati", "Noto Sans Devanagari",
    sans-serif;
}

body {
  font-family: 'Roboto', sans-serif;
}

strong {
  padding: 0;
  margin: 0;
}

label,
a {
  text-decoration: none;
  color: #555;
  font-weight: 600;
}

a:hover {
  text-decoration: none;
  font-weight: 600;
}

header {
  background-color: #fff;

  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header-content-top {
  background:  rgb(230, 39, 93);
  height: 30px;
  width: 100%;
}

.header-content-top .content {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}

.header-content-top .content span {
  color: #fff;
  font-size: 12px;
  margin: 0 15px;
}

.header-content-top .content span .fas {
  margin-right: 5px;
}

.header-container {
  height: 70px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  /* max-width: 1300px; */
  padding: 0 15px;
  position: relative;
}

.header-container .logo {
  color:  rgb(230, 39, 93);
  font-size: 40px;
  line-height: 20px;
  padding-right: 15px;
}

.header-container .open-search {
  border-radius: 3px;
  flex: auto;
  margin: 0 15px;
  overflow: hidden;
  position: relative;
}

.empty-message {
  height: 300px;
  /* Adjust the height as needed */
}

.styled-empty-message {
  font-size: 1.5rem;
  /* Larger font size */
  font-weight: bold;
  color: #555;
  /* Attractive color */
  background-color: #f8f9fa;
  /* Light background */
  padding: 20px 40px;
  border: 2px dashed #ccc;
  /* Dashed border for a stylish look */
  border-radius: 8px;
  /* Rounded corners */
  text-align: center;
  /* Centered text */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
}

.product-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #fff;
}

.product-button button {
  flex: 1;
  margin-right: 5px;

  font-size: 16px;
  padding: 9px 30px;
  border-radius: 25px;
}

.mll-3 {
  margin-left: 7px;
}

.purchase-btn {
  width: 150px;
}

@media (max-width: 991px) {
  .header-container .open-search {
    margin: 0;
    position: static;
    text-align: right;
  }

  .product-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0px 15px 15px;
    flex-wrap: wrap;
    background-color: #fff;
  }
}

.header-container .open-search .fa-search {
  display: none;
}

@media (max-width: 991px) {
  .header-container .open-search .fa-search {
    display: block;
  }
}

.header-container .open-search .input-open-search {
  display: none;
}

.header-container .open-search .input-open-search:checked~.search {
  display: block;
}

@media (max-width: 991px) {
  .header-container .search {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 999;
  }
}

.header-container .search .input-search {
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  height: 40px;
  padding: 0 70px 0 15px;
  width: 100%;
  background: white no-repeat;
  transition: 100ms all linear 0s;
  background-image:  rgb(230, 39, 93);
  background-size: 0 2px, 100% 1px;
  background-position: 50% 100%, 50% 100%;
  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

.header-container .search .input-search:focus {
  background-size: 100% 2px, 100% 1px;
  outline: none;
}

.header-container .search .button-search {
  background:  rgb(230, 39, 93);
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 13px 20px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.header-container .search .button-search .fa-search {
  display: block;
}

.header-container .nav-content .nav-content-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.header-container .nav-content .nav-content-list .nav-content-item {
  align-items: center;
  display: flex;
  height: 40px;
  margin: 0 5px;
  position: relative;
  transition: 100ms all linear 0s;
}

@media (max-width: 991px) {
  .header-container .nav-content .nav-content-list .nav-content-item {
    padding: 0 5px;
  }
}

.header-container .nav-content .nav-content-list .nav-content-item .item-arrow {
  margin-left: 5px;
  position: relative;
  top: -3px;
}

.header-container .nav-content .nav-content-list .nav-content-item .open-menu-login-account {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}

.header-container .nav-content .nav-content-list .nav-content-item .input-menu {
  display: none;
}

.header-container .nav-content .nav-content-list .nav-content-item .input-menu:checked~.login-list {
  display: block;
}

.header-container .nav-content .nav-content-list .nav-content-item .login-list {
  background: #fff;
  border-bottom: 3px solid  rgb(230, 39, 93);
  border-radius: 3px;
  box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
  display: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50px;
  transition: 100ms all linear 0s;
  width: 200px;
  z-index: 10;
}

.header-container .nav-content .nav-content-list .nav-content-item .login-list .login-list-item {
  padding: 15px 20px;
}

.header-container .nav-content .nav-content-list .nav-content-item .login-list .login-list-item:hover {
  background:  rgb(230, 39, 93);
}

.header-container .nav-content .nav-content-list .nav-content-item .login-list .login-list-item:hover a {
  color: #fff;
}

.header-container .nav-content .nav-content-list .nav-content-item:nth-child(2):hover .fas {
  color: #e74c3c;
}

.header-container .nav-content .nav-content-list .nav-content-item:hover .fas {
  color:  rgb(230, 39, 93);
}

.heart-count {
  position: absolute;
  bottom: 10px;
  background-color:  rgb(230, 39, 93);
  /* Pink color */
  color: #fff;
  padding: 4px;
  /* Increased padding for better roundness */
  font-family: tahoma, arial, "sans-serif";
  font-size: 9px;
  font-weight: bold;
  border-radius: 50%;
  /* Make it round */
  width: 16px;
  /* Adjust width and height for perfect circle */
  height: 16px;
  text-align: center;
  /* Center the text */
  line-height: 1;
  /* Center the text vertically */
}

.cart-count {
  /* position: absolute;
  bottom: 10px; */
  background-color: #e74c3c;
  color: #fff;
  padding: 4px;
  font-family: tahoma, arial, "sans-serif";
  font-size: 9px;
  font-weight: bold;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 1;
}

.wish-add {
  width: 220px;
  margin-right: 5px;
}

.wish-remove {
  width: 100px;
}

.social-icon,
.nav-icon {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  /* Adjust size as needed */
  vertical-align: middle;
  /* Ensures icons align vertically */
  margin-right: 10px;
  /* Spacing between icons */
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.26;
  padding: 10px 14px;
}

.nav-icon {
  position: relative;
  /* Needed for positioning badge counts */
}

.nav-icon .heart-count,
.nav-icon .cart-count {
  position: absolute;
  top: -0px;
  /* Adjust to center vertically */
  right: 2px;
  /* Adjust to center horizontally */
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 2px;
  text-align: center;
  align-items: center;
  font-size: 0.75rem;
  /* Adjust font size */
}

.divider {
  font-weight: bold;
  color: #fff;
  /* Adjust color if needed */
}

@media (max-width: 1024px) {
  .product-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    background-color: #fff;
  }

  .purchase-btn {
    width: 115px;
  }

  .cart-btn {
    flex: 1;
    width: 50px;
  }

  .wish-add {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .header-container .nav-content .nav-content-list .nav-content-item .item-arrow {
    display: none;
  }

  .heart-count {
    right: -5px;
  }

  .cart-count {
    right: -3px;
  }

  .purchase-btn {
    width: 180px;
  }

  .wish-add {
    width: 160px;
    margin-bottom: 10px;
  }

  .wish-remove {
    width: 160px;
  }
}

@media (max-width: 425px) {
  .heart-count {
    right: -5px;
  }

  .cart-count {
    right: -3px;
  }

  .wish-remove {
    margin-top: -10px;
  }
}

@media (max-width: 375px) {
  .heart-count {
    right: -5px;
  }

  .cart-count {
    right: -3px;
  }

  .purchase-btn {
    width: 150px;
  }

  .wish-remove {
    margin-top: 2px;
  }
}

@media (max-width: 320px) {
  .heart-count {
    right: -5px;
  }

  .cart-count {
    right: -3px;
  }

  .purchase-btn {
    width: 260px;
  }
}

.header-container .nav-content .nav-content-list .account-login .login-text {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .header-container .nav-content .nav-content-list .account-login .login-text {
    display: none;
  }
}

.header-container .nav-content .nav-content-list .account-login .login-text strong {
  display: block;
}

.header-container .nav-content .nav-content-list .nav-content-link {
  border-radius: 3px;
  font-size: 19px;
  padding: 10px 15px;
  transition: 100ms all linear 0s;
}

@media (max-width: 991px) {
  .header-container .nav-content .nav-content-list .nav-content-link {
    padding: 0;
  }
}

.nav-container {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}

.nav-container .nav-row {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .nav-container .nav-row {
    display: none;
  }
}

.nav-container .nav-row .nav-row-list {
  flex: auto;
}

.nav-container .nav-row .nav-row-list .nav-row-list-link {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: 100ms all linear 0s;
}

.nav-container .nav-row .nav-row-list .nav-row-list-link:hover {
  color:  rgb(230, 39, 93);
  font-weight: 400;
  background: #f5f5f5;
  width: 100%;
}

.nav-container .featured-category {
  flex: auto;
  margin: 0 15px 0 0;
}

@media (max-width: 991px) {
  .nav-container .featured-category {
    display: none;
  }
}

.nav-container .all-navigator {
  align-items: center;
  background:  rgb(230, 39, 93);
  color: #fff;
  display: flex;
  height: 40px;
  padding: 0 25px;
  width: 100%;
}

@media (max-width: 991px) {
  .nav-container .all-navigator {
    margin-right: 0;
  }
}

.nav-container .all-navigator .fa-angle-up,
.nav-container .all-navigator .fa-angle-down {
  position: absolute;
  right: 25px;
}

.nav-container .all-navigator .fa-angle-up {
  display: none;
}

.nav-container .all-navigator .fas {
  font-size: 16px;
  margin-right: 0;
}

.nav-container .all-navigator span {
  margin-left: 15px;
}

.nav-container .all-category-nav {
  cursor: pointer;
  max-width: 300px;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  .nav-container .all-category-nav {
    max-width: 100%;
  }
}

.nav-container .all-category-nav .open-menu-all {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}

.nav-container .all-category-nav .input-menu-all {
  display: none;
}

.nav-container .all-category-nav .input-menu-all:checked~.all-category-list {
  display: block;
}

.nav-container .all-category-nav .input-menu-all:checked+.all-navigator .fa-angle-down {
  display: none;
}

.nav-container .all-category-nav .input-menu-all:checked+.all-navigator .fa-angle-up {
  display: block;
}

.nav-container .all-category-list {
  background: #fff;
  border-bottom: 3px solid  rgb(230, 39, 93);
  box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
  display: none;
  height: auto;
  min-height: 300px;
  padding: 15px 0;
  position: absolute;
  top: 40px;
  width: 300px;
  z-index: 90;
}

@media (max-width: 991px) {
  .nav-container .all-category-list {
    min-width: 100%;
  }
}

.nav-container .all-category-list-item:hover {
  display: block;
  background:  rgb(230, 39, 93);
}

.nav-container .all-category-list-item:hover .category-second-list {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.nav-container .all-category-list-item:hover .all-category-list-link {
  color: #fff;
}

.nav-container .all-category-list-link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  transition: 100ms all linear 0s;
}

.nav-container .category-second-list {
  background: #fff;
  border-bottom: 3px solid  rgb(230, 39, 93);
  box-shadow: inset 44px -1px 88px -59px rgba(0, 0, 0, 0.37);
  display: flex;
  height: 322px;
  left: 80%;
  min-height: 297px;
  min-width: 400px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 100ms all linear 0s;
  visibility: hidden;
  width: auto;
}

@media (max-width: 991px) {
  .nav-container .category-second-list {
    display: none;
  }
}

.nav-container .category-second-list .img-product-menu img {
  max-width: 180px;
}

.nav-container .category-second-list-ul {
  display: flex;
  flex-direction: column;
  min-width: 400px;
  padding: 0 15px;
}

.nav-container .category-second-item a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.nav-container .category-second-item:hover {
  background:  rgb(230, 39, 93);
}

.nav-container .category-second-item:hover a {
  color: #fff;
}

.fa-bars {
  font-size: 28px;
}

.carousel-container {
  width: 100%;
  height: 300px !important;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  height: 500px;
  background-position: center center;
  object-fit: cover;
  border-radius: 10px;
}

.main-title h1 {
  text-align: center;
  font-weight: 900;
}

.main-title span {
  text-align: center;
  font-weight: 900;
  color:  rgb(230, 39, 93);
}

.product-card {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.product-card-img img {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid #ddd;
}

.product-detail {
  padding: 15px 15px 0px 15px;
}

.product-detail h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px;
}

.product-detail h2 {
  font-size: 16px;
  font-weight: 600;
  color: green;
  margin-bottom: 10px 0px;
}

.product-detail p {
  font-size: 16px;
  color: #000000e3;
  overflow: auto;
  white-space: normal;
  text-overflow: ellipsis;
  font-weight: 500;
}

.btn-secondary {
  background-color: #ffffff;
  color:  rgb(230, 39, 93);
  border: 1px solid  rgb(230, 39, 93);
  align-items: center;
  border-radius: 25px;
  cursor: pointer;
  height: 50px;
  transition: background-color 0.3s ease;
}

.btn-secondary:hover {
  background-color:  rgb(230, 39, 93);
  border: 1px solid  rgb(230, 39, 93);
  border-radius: 25px;
}

.btn-secondary1 {
  padding: 15px 9px;
  background-color: #ffffff;
  color:  rgb(230, 39, 93);
  border: 1px solid  rgb(230, 39, 93);
  border-radius: 1px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-secondary1:hover {
  background-color:  rgb(230, 39, 93);
  border: 1px solid  rgb(230, 39, 93);
  border-radius: 1px;
}

.product-card {
  position: relative;
}

.sale-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff0000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
}

.product-card.sale .sale-tag {
  display: block;
}

.sale-tag {
  display: none;
}

.sell-price {
  color: green;
  font-weight: bold;
  margin-right: 5px;
}

.real-price {
  text-decoration: line-through;
  color: red;
}

.star-rating {
  color: gold;
}

.Bestseller {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.best-product h1 {
  font-size: 35px;
  font-weight: bold;
}

.best-product .product-button {
  padding: 0px;
}

.offer-banner {
  width: 100%;
  object-fit: cover;
}

.owl-carousel {
  display: flex;
}

.owl-item {
  padding: 10px;
}

.star-rating {
  display: inline-block;
  font-size: 25px;
  cursor: pointer;
}

.star-rating input {
  display: none;
}

.star-rating label {
  float: right;
  color: #ddd;
}

.star-rating input:checked~label {
  color: #ffc107;
}

@media screen and (max-width: 600px) {
  .product-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0px 15px 15px;
    background-color: #fff;
    flex-wrap: wrap;
  }

  .about {
    display: none;
  }

  .header-content-top .content {
    justify-content: center;
  }

  .order-container {
    display: flex;
    flex-direction: column;
  }
}

.about {
  width: 100%;
  max-width: 100%;
  height: 700px;
  position: relative;
  background-image: url("/src/pages/images/travel2.jpg");
  background-size: cover;
  background-position: center;
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fe6e97;
  opacity: 0.8;
}

.about-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.about-text h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 18px;
  max-width: 1600px;
  margin: 0 auto;
}

ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background: #151414;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color:  rgb(230, 39, 93);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-logo img {
  max-width: 100px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  /* font-family: "Poppins", sans-serif; */
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #dd4b39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background:  rgb(230, 39, 93);
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color:  rgb(230, 39, 93);
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background:  rgb(230, 39, 93);
  padding: 13px 20px;
  border: 1px solid  rgb(230, 39, 93);
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color:  rgb(230, 39, 93);
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color:  rgb(230, 39, 93);
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.login-input {
  padding: 15px 20px;
  margin-bottom: 25px;
  border-radius: 0px !important;
  width: 100%;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color:  rgb(230, 39, 93);
  box-shadow: none;
}

label {
  font-weight: 600;
}

.login-form p {
  float: right;
}

.login-form span {
  color:  rgb(230, 39, 93);
}

.filters {
  padding: 20px;
  border: 1px solid #d3d3d3;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: pink;
  outline: none;
  margin-top: 10px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ff69b4;
  cursor: pointer;
}

.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 5px;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
  color: #ff3720;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.product-image img {
  width: 100%;
  height: 600px;
  margin-top: 30px;
  border: 1px solid silver;
  border-radius: 15px;
}

.container {
  position: relative;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  background-color:  rgb(230, 39, 93);
  width: auto;
  padding: 10px 20px;
  left: 50px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  background-color:  rgb(230, 39, 93);
  width: auto;
  padding: 10px 20px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 50px;
  border-radius: 50%;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.column img {
  width: 25%;
  height: 100px;
  border: 1px solid #f2f2f2;
}

.mySlides img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  opacity: 0.7;
}

.product-description p {
  margin-bottom: 15px;
  margin-top: 15px;
}

.product-detail .description-text {
  font-size: 20px;
  color: #000;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  font-weight: 500;
  max-height: 95px;
  /* Adjust based on your design */
  transition: max-height 0.3s ease;
}

.product-detail .description-text.expanded {
  max-height: none;
}

.read-more {
  cursor: pointer;
  font-weight: bold;
}

.col-md-12 {
  margin: 20px 0;
}

.review {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 10px;
}

.review img {
  border-radius: 50%;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

.review-content {
  flex: 1;
}

.review-content h3 {
  margin: 0;
  font-size: 1.2em;
}

.review-rating {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.review p {
  margin: 0;
}

.review-rating::before {
  content: "★★★★★";
  color: #ffd700;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.profile-image img {
  width: 50%;
  height: auto;
  border-radius: 50%;
  border: 2px solid silver;
}

.profile-image h2 {
  text-align: center;
  font-weight: 700;
}

.profile-image {
  padding: 25px 25px;
  border-radius: 25px;
}

.profile-details {
  padding: 25px 20px;
}

.profile-details p {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 15px;
}

.last-order {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 20px;
}

.order-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  gap: 25px;
}

.order-image {
  max-width: 100px;
  max-height: 100px;
  margin-right: 10px;
}

.order-details {
  flex-grow: 1;
}

.order-details p {
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.view-details-button {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.eye-icon {
  margin-right: 5px;
}

.checkout {
  float: right;
}

.btn-link {
  color:  rgb(230, 39, 93);
}

.table-secondary {
  background-color:  rgb(230, 39, 93) !important;
  color: white;
}

.fa-long-arrow-right {
  font-size: 20px !important;
  margin-left: 20px;
}

.order-summery img {
  width: 300px;
  height: 150px;
  object-fit: cover;
  background-position: center center;
}

.fa-user-circle {
  font-size: 19px;
}

.fa-user-circle::before {
  content: "\f2bd";
  /* font-family: "Font Awesome 5 Free"; */
  font-weight: 900;
  font-size: 20px;
  margin-top: 5px;
  padding: 10px 0px 0px 10px;
  border-radius: 50%;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  .fa-user-circle:before {
    padding: 10px 0px 0px 0px !important;
  }
}

.p_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-name {
  flex: 1;
  margin-right: 10px;
  /* Adjust this value as needed */
}

.heart-btn {
  flex-shrink: 0;
}

.btn-primary {
  background-color:  rgb(230, 39, 93);
  color: #fff;
  border: 2px solid  rgb(230, 39, 93);
  border-radius: 50%;
}

.btn-primary:hover {
  background-color: #fff;
  color:  rgb(230, 39, 93);
  border: 2px solid  rgb(230, 39, 93);
}

h4:hover {
  color: #000000 !important;
}

.card {
  margin-bottom: 24px;
  -webkit-box-shadow: 0 2px 3px #e4e8f0;
  box-shadow: 0 2px 3px #e4e8f0;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eff0f2;
  border-radius: 1rem;
}

.activity-checkout {
  list-style: none;
}

.activity-checkout .checkout-icon {
  position: absolute;
  top: -4px;
  left: -24px;
}

.activity-checkout .checkout-item {
  position: relative;
  padding-bottom: 24px;
  padding-left: 35px;
  border-left: 2px solid #f5f6f8;
}

.activity-checkout .checkout-item:first-child {
  border-color:  rgb(230, 39, 93);
}

.activity-checkout .checkout-item:first-child:after {
  background-color:  rgb(230, 39, 93);
}

.activity-checkout .checkout-item:last-child {
  border-color: transparent;
}

.activity-checkout .checkout-item.crypto-activity {
  margin-left: 50px;
}

.activity-checkout .checkout-item .crypto-date {
  position: absolute;
  top: 3px;
  left: -65px;
}

.avatar-xs {
  height: 1rem;
  width: 1rem;
}

.avatar-sm {
  height: 2rem;
  width: 2rem;
}

.avatar {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4rem;
  width: 4rem;
}

.avatar-lg {
  height: 5rem;
  width: 5rem;
}

.avatar-xl {
  height: 6rem;
  width: 6rem;
}

.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color:  rgb(230, 39, 93);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 8px;
}

.avatar-group .avatar-group-item {
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.avatar-group .avatar-group-item:hover {
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.card-radio {
  background-color: #fff;
  border: 2px solid #eff0f2;
  border-radius: 0.75rem;
  padding: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.card-radio:hover {
  cursor: pointer;
}

.card-radio-label {
  display: block;
}

.edit-btn {
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 25px;
  margin-top: -50px;
}

.card-radio-input {
  display: none;
}

.card-radio-input:checked+.card-radio {
  border-color:  rgb(230, 39, 93) !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a {
  text-decoration: none !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.47rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #545965;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e5e8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.75rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.edit-btn {
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 25px;
  margin-top: -50px;
}

.ribbon {
  position: absolute;
  right: -26px;
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 1px 22px;
  font-size: 13px;
  font-weight: 500;
}

.sba:active {
  background-color: pink;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255,
      255,
      255,
      0.8);
  /* Optional: a semi-transparent background */
  z-index: 9999;
  /* Ensure it is on top of other elements */
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background: linear-gradient(0deg,
      rgb(0 0 0/50%) 30%,
      #0000 0 70%,
      rgb(0 0 0/100%) 0) 50%/8% 100%,
    linear-gradient(90deg, rgb(0 0 0/25%) 30%, #0000 0 70%, rgb(0 0 0/75%) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}

.loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

@keyframes l23 {
  100% {
    transform: rotate(1turn);
  }
}

.header-section .logo a img {
  display: block;
  width: 75px;
}

.header-section ul li a {
  padding: 8px 0px;
  color: #2d334d;
  font-size: 16px;
  display: block;
  /* border-bottom: 1px solid #44444412; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* font-family: "Nunito", sans-serif; */
  font-weight: 400;
}

.bg-ash {
  background: #ffffff !important;
}

.top-bar-header a {
  color: #fff;
  /* font-family: "Nunito", sans-serif; */
  font-size: 16px;
  font-weight: 500;
}

.border-rr {
  border-radius: 10px;
}

.counter-section.style-1 {
  background: #d3006d;
  padding: 60px 0;
}

.ft-top {
  z-index: 1;
  justify-content: center;
}

.ft-top .ft-item {
  align-items: center;
  background: #7dcd00;
  width: 100%;
  padding: 30px;
}

.ft-top .ft-item .ft-thumb {
  width: 55px;
  float: left;
}

.ft-top .ft-item .ft-content {
  padding-left: 20px;
  width: calc(100% - 55px);
  float: right;
}

.ft-top .ft-item .ft-content h3,
.ft-top .ft-item .ft-content h3 a {
  font-size: 20px !important;
  clear: both;
  font-weight: 400;
  line-height: 1.3;
  /* font-family: "Nunito", sans-serif; */
  color: #515151;
}

footer .pattan-shape {
  left: 0;
}

.footer-top-area {
  background: #fff;
  z-index: 11;
  /* max-width: 1520px; */
  margin: 0 auto;
}

.footer-top-area .footer-top .ft-bottom .ft-title {
  margin-bottom: 15px;
}

.footer-top-area .footer-top .ft-bottom .ft-title h2 {
  color: #555555;
  /* font-family: "Nunito", sans-serif; */
  font-size: 16px;
  line-height: 28px;
}

@media (min-width: 1200px) {
  .footer-top-area .ft-top-abs-area {
    position: absolute;
    width: 100%;
    z-index: 2;
  }
}

.footer-top-area .footer-top .ft-bottom {
  z-index: 1;
  padding: 70px 0;
}

@media (min-width: 1200px) {
  .footer-top-area .footer-top .ft-bottom {
    padding: 180px 0 70px;
  }
}

.footer-top-area .footer-top .ft-bottom .ft-title {
  margin-bottom: 15px;
}

.footer-top-area .footer-top .ft-bottom .ft-title h4 {
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-top-area .footer-top .ft-bottom .ft-body p {
    max-width: 370px;
  }
}

.footer-top-area .footer-top .ft-bottom .ft-body .lab-ul li {
  padding: 5px 0;
}

.footer-top-area .footer-top .ft-bottom .ft-body .lab-btn {
  margin-top: 10px;
}

.footer-top-area .footer-top .ft-bottom .ft-opening-part {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .footer-top-area .footer-top .ft-bottom .ft-opening-part {
    padding: 0 30px;
    margin-bottom: 0;
  }
}

.footer-top-area .footer-top .ft-bottom .ft-opening-part .lab-ul li {
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #ebebeb;
}

@media (min-width: 1200px) {
  .footer-top-area .footer-top .ft-bottom .ft-opening-part .lab-ul li {
    padding: 10px 30px;
    margin: 0 -30px;
  }
}

.footer-top-area .footer-top .ft-bottom .ft-opening-part .lab-ul li:last-child {
  border-bottom: none;
}

.footer-top-area .footer-top .ft-bottom .ft-opening-part .lab-ul li span {
  display: inline-block;
}

.footer-top-area .footer-top .ft-bottom .ft-map-area .ft-map iframe {
  width: 100%;
  height: 500px;
}

@media (min-width: 1200px) {
  .footer-top-area .footer-top .ft-bottom .ft-map-area .ft-map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -180px;
    left: 0;
  }

  .footer-top-area .footer-top .ft-bottom .ft-map-area .ft-map iframe {
    width: 580px;
    height: 638px;
  }
}

.footer-top-area .footer-top .ft-bottom .ft-about-part {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .footer-top-area .footer-top .ft-bottom .ft-about-part {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .footer-top-area .footer-top .ft-bottom .ft-about-part .bg-asb-thumb {
    position: absolute;
    top: -180px;
    width: 580px;
    right: 0;
    z-index: -1;
    /* background: url(../images/footer/bg-images/01.jpg) no-repeat; */
    background-position: bottom right;
    background-size: cover;
    height: 638px;
  }
}

.footer-top-area .footer-bottom .section-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  display: flex;
}

@media (min-width: 576px) {
  .footer-top-area .footer-bottom .section-wrapper {
    padding: 15px 0;
  }
}

.footer-top-area .footer-bottom .section-wrapper .left,
.footer-top-area .footer-bottom .section-wrapper .right {
  width: 100%;
}

.footer-top-area .footer-bottom .section-wrapper .left {
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .footer-top-area .footer-bottom .section-wrapper .left {
    width: 50%;
    text-align: left;
    margin-bottom: 0;
  }
}

.footer-top-area .footer-bottom .section-wrapper .right {
  justify-content: center;
}

.footer-top-area .footer-bottom .section-wrapper .right li {
  padding: 10px 15px;
  align-items: center;
}

/*.footer-top-area .footer-bottom .section-wrapper .right li:after {
  right: 0;
  top: 50%;
  width: 1px;
  height: 40px;
  background: #ece9ea;
  -webkit-transform: translateY(-50%) rotate(30deg);
  -ms-transform: translateY(-50%) rotate(30deg);
  transform: translateY(-50%) rotate(30deg);
}*/
@media (max-width: 575px) {
  .footer-top-area .footer-bottom .section-wrapper .right li {
    padding: 5px;
  }

  .footer-top-area .footer-bottom .section-wrapper .right li::after,
  .footer-top-area .footer-bottom .section-wrapper .right li span {
    display: none;
  }
}

.footer-top-area .footer-bottom .section-wrapper .right li:last-child:after {
  display: none;
}

.footer-top-area .footer-bottom .section-wrapper .right li a {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 12px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 3px 5px rgba(136, 136, 136, 0.2);
}

@media (max-width: 575px) {
  .footer-top-area .footer-bottom .section-wrapper .right li a {
    margin-right: 0;
  }
}

.footer-top-area .footer-bottom .section-wrapper .right li a:hover {
  color: #d3006d;
}

.footer-top-area .footer-bottom .section-wrapper .right li a:hover {
  color: #d3006d;
}

.ft-top {
  z-index: 1;
  justify-content: center;
  display: flex;
}

.ft-top .ft-item {
  align-items: center;
  background: #7dcd00;
  width: 100%;
  padding: 30px;
}

@media (min-width: 992px) {
  .ft-top .ft-item {
    width: calc(100% / 1);
  }
}

@media (min-width: 1200px) {
  .ft-top .ft-item {
    width: calc(100% / 1);
  }
}

.ft-top .ft-item .ft-thumb {
  width: 55px;
}

.ft-top .ft-item .ft-content {
  padding-left: 20px;
  width: calc(100% - 55px);
}

.ft-top .ft-item .ft-content p {
  margin-bottom: 5px;
  /* font-family: "Libre Baskerville", serif; */
}

.ft-top .ft-item .ft-content h6,
.ft-top .ft-item .ft-content p {
  color: #fff;
}

.ft-top .ft-item .ft-content h6 {
  font-weight: 500;
  margin-bottom: 0;
}

.ft-top .ft-item:nth-child(2) {
  background: #00baff;
}

.ft-top .ft-item:nth-child(3) {
  background: #9160ff;
}

.copy-right-part {
  padding: 40px 0;
}

.copy-right-part1 {
  padding: 40px 0;
  padding-bottom: 60px !important;
}

@media (max-width: 991px) {
  .copy-right-part {
    background: #fff;
  }

  .copy-right-part1 {
    padding-bottom: 60px !important;
  }

  .count-number1 {
    display: block;
  }
}

.copy-right-part p {
  text-align: center;
  margin-bottom: 0;
  z-index: 1;
}

.copy-right-part p a {
  padding: 0 5px;
  color: #44a6f1;
  font-style: italic;
}

.bg-ash1 {
  background: #f5f5f5 !important;
}

.bg-ash {
  background: #ffffff !important;
}

.footer-top-area .footer-top .widget-wrapper li a {
  color: #555555;
  list-style: none;
  /* font-family: "Nunito", sans-serif; */
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.footer-top-area .footer-bottom .section-wrapper .left {
  text-align: center;
  margin-bottom: 15px;
}

.footer-top-area .footer-bottom .section-wrapper .left,
.footer-top-area .footer-bottom .section-wrapper .right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.facebook {
  background: #3b5998;
}

.twitter {
  background: #55acee;
}

.linkedin {
  background: #007bb5;
}

.pinterest {
  background: #bd081c;
}

.bg-pink {
  background-color: #d3006d;
}

.vimeo {
  background: #3b5998;
}

.border-cc {
  border-radius: 5px;
  background: #f9f9f9;
}

.border-cc tbody,
.border-cc td,
.border-cc tfoot,
.border-cc th,
.border-cc thead,
.border-cc tr {
  padding: 17px;
}

.form-control {
  /* min-height: 50px;
  max-height: 50px; */
  border-radius: 7px;
  font-size: 12px;
}
.navbar-collapse.d-block {
  transition: all 0.3s ease-in-out;
}

.ss {
  border: 1px solid #e2e5e8;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

@media (min-width: 1200px) {
  .footer-top-area .footer-bottom .section-wrapper .left {
    width: 50%;
    text-align: left;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .copy-right-part p a:last-child {
    color: #fff;
  }
}

.copy-right-part.style-2 p a {
  color: #44a6f1;
}

.copy-right-part.style-2 p a:last-child {
  color: #d3006d;
}

@media (min-width: 992px) {
  .ft-top .ft-item {
    width: calc(100% / 1);
  }
}

@media (min-width: 1200px) {
  .ft-top .ft-item {
    width: calc(100% / 1);
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 992px) {
  .header-section ul li a {
    padding: 5px 20px;
    border-bottom: none;
    color: #1d2123;
  }
}

@media (max-width: 992px) {
  .header-section .logo a img {
    display: block;
    width: 60px;
  }

  .ll-text {
    display: none;
  }

  .product-button button {
    width: 100%;
    flex: auto;
    margin: 0;
  }

  .product-button a {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .top-bar-header .col-lg {
    display: none;
  }

  .ttext-lg-center {
    text-align: center;
    margin: 0 auto;
    gap: 12px;
  }

  .footer-top-area .footer-bottom .section-wrapper {
    width: 100%;
    display: block;
  }

  .footer-top-area .footer-bottom .section-wrapper .left {
    display: block;
  }

  .slide img {
    max-height: 300px;
  }

  .column img {
    object-fit: contain;
  }

  .wish-remove,
  .wish-add {
    margin-top: 0;
    width: 100%;
  }

  .activity-checkout .checkout-item {
    position: relative;
    padding-bottom: 24px;
    padding-left: 25px;
  }

  .activity-checkout {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }

  .res-check {
    width: 60% !important;
  }

  .feed-item-list .col-12.m-3 {
    margin-left: 0 !important;
  }

  .feed-item-list .col-sm-4.mt-1 div {
    transform: scale(1) !important;
  }

  select#inlineFormCustomSelect {
    border: 1px solid #e2e5e8 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .paymentss div {
    padding: 15px !important;
  }
}

@media (min-width: 1200px) {
  .footer-top-area .footer-bottom .section-wrapper .right {
    width: 50% !important;
  }
}

.slider-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  width: 100%;
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: #e75b82 transparent;
  /* For Firefox */
}

.slider-wrapper::-webkit-scrollbar {
  height: 8px;
  /* Adjust the height of the scrollbar */
}

.slider-wrapper::-webkit-scrollbar-thumb {
  background-color: #e75b82;
  /* Color of the scrollbar thumb */
  border-radius: 10px;
  /* Rounded corners for the scrollbar thumb */
}

.slider-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
  /* Background color of the scrollbar track */
  border: 1px solid #e75b82;
  /* Add a border around the scrollbar track */
  border-radius: 8px;
  /* Rounded corners for the scrollbar track */
}

.column {
  flex: 0 0 auto;
  width: 25%;
  /* Adjust as needed */
  padding: 10px;
}

.arrow-button {
  cursor: pointer;
  font-size: 30px;
  color:  rgb(230, 39, 93);
}

.arrow-button:focus {
  outline: none;
}

.refund-policy-container {
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
  /* font-family: Arial, sans-serif; */
  color: #333;
}

.refund-policy-container h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ff749e;
  /* Use a brand color */
  text-align: left;
}

.refund-policy-container h2 {
  font-size: 1.5rem;
  margin-top: 20px;
  color: #ff749e;
  /* Use a brand color */
}

.refund-policy-container p,
.refund-policy-container li {
  margin: 10px 0;
}

.refund-policy-container ul,
.refund-policy-container ol {
  padding-left: 20px;
}

.refund-policy-container li {
  margin-bottom: 10px;
}

.refund-policy-container a {
  color: #ff749e;
  text-decoration: none;
}

.refund-policy-container a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .yt-frame iframe {
    height: 100%;
  }
}

.card1 {
  margin: 30px auto;
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-top: 3px solid  rgb(230, 39, 93);
  border-radius: 12px;
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #fff;
}

#progressbar {
  margin-bottom: 3vh;
  overflow: hidden;
  color:  rgb(230, 39, 93);
  padding-left: 0px;
  margin-top: 3vh;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: bolder;
  color: rgb(160, 159, 159);
}

#progressbar #step1:before {
  content: "";
  color: #fff;
  width: 12px;
  height: 12px;
  margin-left: 0px !important;
}

#progressbar #step2:before {
  content: "";
  color: #fff;
  width: 12px;
  height: 12px;
  margin-left: 20px;
}

#progressbar #step3:before {
  content: "";
  color: #fff;
  width: 12px;
  height: 12px;
  margin-left: 20px;
}

#progressbar #step4:before {
  content: "";
  color: #fff;
  width: 12px;
  height: 12px;
  margin-left: 20px;
}

#progressbar #step5:before {
  content: "";
  color: #fff;
  width: 12px;
  height: 12px;
  margin-right: 0px !important;
}

#progressbar li:before {
  line-height: 29px;
  display: block;
  font-size: 12px;
  background: #ddd;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  margin-bottom: 1vh;
}

#progressbar li:after {
  content: "";
  height: 3px;
  background: #ddd;
  position: absolute;
  left: 0%;
  right: 0%;
  margin-bottom: 2vh;
  top: 4px;
  z-index: 1;
}

/* Date styling */
#progressbar li .date {
  font-size: 12px;
  /* Smaller font size for date */
  color:  rgb(230, 39, 93);
  /* Adjust color if needed */
  margin-bottom: 5px;
  /* Space between date and dot */
}

/* Status styling */
#progressbar li .status {
  margin-top: 5px;
  /* Space between dot and status */
  font-size: 12px;
  /* Same font size as before */
  font-weight: bolder;
  /* Bolder to match the original style */
}

#progressbar li:nth-child(1):after {
  margin: auto;
}

#progressbar li:nth-child(2):after {
  margin-right: auto;
}

#progressbar li:nth-child(3):after {
  float: left;
  width: 68%;
}

#progressbar li:nth-child(4):after {
  margin-left: auto;
  width: 132%;
}

#progressbar li.active {
  color: black;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: green;
}

.slider-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  width: 100%;
  padding: 10px;
  /* Add padding to create space around the slider */
  margin: 20px 0;
  /* Add margin to create space above and below the slider */
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: #e75b82 transparent;
  /* For Firefox */
}

.slider-wrapper::-webkit-scrollbar {
  height: 8px;
  /* Adjust the height of the scrollbar */
}

.slider-wrapper::-webkit-scrollbar-thumb {
  background-color: #e75b82;
  /* Color of the scrollbar thumb */
  border-radius: 10px;
  /* Rounded corners for the scrollbar thumb */
}

.slider-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
  /* Background color of the scrollbar track */
  border: 1px solid #e75b82;
  /* Add a border around the scrollbar track */
  border-radius: 8px;
  /* Rounded corners for the scrollbar track */
}

.column {
  flex: 0 0 auto;
  width: 100px;
  margin: 5px;
  /* Add margin to create space between image components */
  padding: 5px;
  background-color: #f7f7f7;
  border: 2px solid #e75b82;
  border-radius: 10px;
  text-align: center;
  /* Center align text */
  transition: all 0.3s ease;
  /* Smooth transition */
  cursor: pointer;
  /* Add pointer on hover */
}

.detail-icon-wrapper {
  font-size: 30px;
  /* Icon size */
  color:  rgb(230, 39, 93);
  /* Consistent color for icons */
}

.detail-icon-wrapper:hover,
.column:hover {
  background-color: #e75b82;
  /* Change background color on hover */
  color: #fff;
  /* Change text color on hover */
}

.detail-content {
  display: flex;
  margin-bottom: 6px;
  flex-direction: column;
  align-items: center;
  /* Center align content */
}

.detail-title {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 5px;
  /* Space between title and info */
}

.detail-info {
  font-size: 10px;
  /* Adjust the font size */
}

.arrow-button {
  cursor: pointer;
  font-size: 20px;
  color:  rgb(230, 39, 93);
}

.arrow-button:focus {
  outline: none;
}

.popup {
  animation: popup 0.4s ease-out forwards;
  /* Pop-up animation */
  transform-origin: center;
  /* Origin for transformation */
  background-color: #fff;
  /* Optional: background color for the popup */
  border-radius: 10px;
  /* Optional: rounded corners for the popup */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Optional: shadow for pop-up effect */
}

@keyframes popup {
  0% {
    transform: scale(0.7);
    /* Start smaller */
    opacity: 0;
    /* Start with zero opacity */
  }

  70% {
    transform: scale(1.1);
    /* Slightly larger for bounce effect */
    opacity: 1;
    /* Increase opacity */
  }

  100% {
    transform: scale(1);
    /* Normal size */
  }
}

/* Slider container */
.slider-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f7f7f7;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .slider-container {
    width: calc(100% - 20px);
    height: auto;
  }
}

/* Slides wrapper */
.slides-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Slide image */
.slide-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  background-color: #000;
  /* Optional: Fills empty space with black */
  transition: transform 0.9s ease-in-out;
}

/* Bullets container */
.bullets-container {
  position: absolute;
  bottom: 5px;
  left: 50%;
  border-radius: 10px;
  padding: 3px;
  transform: translateX(-50%);
  display: flex;
}

@media (max-width: 767px) {
  .bullets-container {
    bottom: 10px;
  }
}

/* Bullet */
.bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #f7f7f7;
  cursor: pointer;
  transition: background-color 0.3s;
}

.bullet.active {
  background-color: #e75b82;
}

/* Skeleton Card */
.skeleton-card {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
}

.skeleton-card-img {
  width: 100%;
  height: 180px;
  background-color: #e0e0e0;
  border-bottom: 1px solid #ddd;
}

.skeleton-detail {
  padding: 15px;
}

.skeleton-title {
  width: 70%;
  height: 20px;
  background-color: #e0e0e0;
  margin-bottom: 10px;
}

.skeleton-price {
  width: 50%;
  height: 20px;
  background-color: #e0e0e0;
  margin-bottom: 10px;
}

.skeleton-description {
  width: 100%;
  height: 50px;
  background-color: #e0e0e0;
  margin-bottom: 10px;
}

.skeleton-buttons {
  width: 40%;
  height: 30px;
  background-color: #e0e0e0;
  margin-top: 10px;
}

.skeleton-loader {
  width: 100%;
  height: 300px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skeleton-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  animation: shimmer1 1.5s infinite linear;
}

/* Skeleton Animation */
.skeleton-animation {
  animation: shimmer 1.5s infinite;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
}

@keyframes shimmer1 {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

/* sarthak */
/* sarthak */

.refund-policy-container {
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
  font-family: Arial, sans-serif;
  color: #333;
}

.refund-policy-container h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ff749e;
  /* Use a brand color */
  text-align: left;
}

.refund-policy-container h2 {
  font-size: 1.5rem;
  margin-top: 20px;
  color: #ff749e;
  /* Use a brand color */
}

.refund-policy-container p,
.refund-policy-container li {
  margin: 10px 0;
}

.refund-policy-container ul,
.refund-policy-container ol {
  padding-left: 20px;
}

.refund-policy-container li {
  margin-bottom: 10px;
}

.refund-policy-container a {
  color: #ff749e;
  text-decoration: none;
}

.refund-policy-container a:hover {
  text-decoration: underline;
}

/* product return */

.return-product {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-height: 400vh;
  height: auto;
  flex-direction: column;
}

.step-one,
.order-history {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.step4 {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.step3 {
  width: 98vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.title {
  margin-bottom: 16px;
  font-weight: bold;
}

/* Add a subtle pulse animation to the active step */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(228, 70, 114, 0.7);
  }

  70% {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(228, 70, 114, 0.7);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(228, 70, 114, 0.7);
  }
}

.input-container {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.reason-question {
  font-weight: bold;
  margin-bottom: 16px;
}

.reason-dropdown {
  margin-top: 16px;
}

.other-reason-input {
  margin-top: 16px;
  border: 2px solid rgb(228, 70, 114);
  /* Custom pink outline for text area */
  border-radius: 4px;
}

.submit-button {
  margin-top: 16px;
}

.country-code {
  width: 150px;
  margin-right: 10px;
}

.email-phone-input {
  flex-grow: 1;
}

.verify-button {
  margin-top: 16px;
}

.order-item {
  margin-bottom: 12px;
}

.dialog-title {
  font-weight: bold;
}

.reason-input {
  margin-bottom: 16px;
}

.file-input {
  margin-top: 8px;
}

.submit-button {
  margin-top: 16px;
}

.refund-amount {
  margin-top: 20px;
  background: #e0f7fa;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.step-one,
.otp-step,
.order-history,
.return-reason,
.refund-amount {
  padding: 16px;
}

.step-one .input-container,
.otp-step,
.order-history,
.return-reason {
  margin-bottom: 16px;
}

.verify-button,
.verify-otp-button,
.submit-button {
  margin-top: 16px;
}

.other-reason-input {
  margin-top: 16px;
  border: 2px solid rgb(228, 70, 114);
  /* Custom pink outline for text area */
  border-radius: 4px;
}

.verify-button {
  margin-top: 16px;
}

.file-input {
  margin-top: 16px;
}

.step-one {
  width: 80vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.otp-step {
  width: 80vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex-direction: column;
}

.step-one {
  width: 80vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.return-reason {
  width: 80vw;
  min-height: 60vh;
  max-height: 70vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.return-product {
  padding: 20px;
}

.step-one,
.otp-step,
.order-history,
.return-reason,
.refund-amount {
  margin-bottom: 20px;
}

.submit-button {
  background-color: rgb(228, 70, 114);
  color: white;

  &:hover {
    background-color: rgb(228, 70, 114);
  }
}

.back-button {
  margin-right: 10px;
}

.order-history {
  width: 80vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .yt-frame iframe {
    height: 100%;
  }
}

/* @keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideIn {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes slideUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
} */

.fade-in {
  animation: fadeIn 1s ease-in-out;
}

.slide-in {
  animation: slideIn 0.7s ease-in-out;
}

.slide-up {
  animation: slideUp 0.7s ease-in-out;
}

.redirect-center-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirmation-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  padding: 20px;
  z-index: 1000;
  width: 90%;
  max-width: 450px;
  transition: transform 0.3s ease-in-out;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Optional: darken the background */
  backdrop-filter: blur(5px);
  /* Apply blur to the entire overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  /* Ensure the overlay is above other content */
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.popup-header h3 {
  margin: 0;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

.close-button {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s;
}

.close-button:hover {
  color:  rgb(230, 39, 93);
}

.popup-content {
  text-align: left;
  margin-bottom: 20px;
}

.popup-content p {
  font-size: 16px;
  color: #555;
  margin: 5px 0;
  line-height: 1.6;
}

.button-container {
  display: flex;
  justify-content: space-between;
}

.button-container button {
  background-color:  rgb(230, 39, 93);
  color: white;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  cursor: pointer;
  width: 49%;
  gap: 5px;
  font-size: 16px;
  transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.button-container button:hover {
  background-color: #d03562;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.shipping-span {
  color: red;
  margin-left: 15px;
  display: inline-block;
  animation: zoomInOut 1.5s ease-in-out infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .confirmation-popup {
    width: 95%;
    padding: 15px;
  }
}

@media (max-width: 767px) {

  /* Adjust the max-width as needed for your mobile breakpoint */
  .pay-now-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:  rgb(230, 39, 93);
    color: white;
    text-align: center;
    padding: 5px 0;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  }

  .pay-now-btn button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 18px;
    animation: zoomInOut 1.5s ease-in-out infinite;
    cursor: pointer;
    width: 80%;
  }

  @keyframes zoomInOut {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.2);
    }

    100% {
      transform: scale(1);
    }
  }

  .ebook {
    height: 35vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }

  /* .flipbook {
    height: 30vh;
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    
  } */

  .flipbook .page {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flipbook .page img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    /* Optional: Adds rounded corners */
  }
}

.scaling-order-btn {
  animation: scale-animation 1s infinite;
  color: white;
  background-color:  rgb(230, 39, 93);
  /* Adjust button color as needed */
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 25px;
  transition: transform 0.3s ease-in-out;
}

@keyframes scale-animation {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
    /* Adjust scale value for desired zoom */
  }
}

.blurred-image {
  filter: blur(1px);
  /* Adjust the blur amount as needed */
}

.showCurrentPage {
  display: flex;
  justify-content: space-between;
  color:  rgb(230, 39, 93);
}

.ebook {
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.flipbook {
  height: 60vh;
  width: 80vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flipbook .page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flipbook .page img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: white;
  will-change: transform;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  /* Smooth transitions */
}

.skeleton {
  height: 63vh;
  width: 70vw;
}

.paggination {
  width: 80vw;
}

@media (max-width: 991px) {
  .flipbook {
    height: 35vh;
    width: 87vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .skeleton {
    height: 38vh;
    width: 70vw;
  }

  .paggination {
    width: 87vw;
  }
}

@media (max-height: 650px) {
  .flipbook {
    height: 80vh;
    width: 87vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ebook {
    height: 130vh;
  }
}

/* @media (max-height: 450px) {
    .flipbook {
      height: 120vh;
      width: 87vw;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .ebook{
      height: 160vh;
    }
  } */

/* new style for product-card */

/* Product Card Container */
.product-card-1 {
  display: none;
  align-items: stretch;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 1.8px 1.8px rgba(0, 0, 0, 0.1);
  width: 720px;
  overflow: hidden;
  margin: 25px 0;
  padding: 13px;
  transition: box-shadow 0.3s ease;
}

/* Product Image Section */
.product-image-1 {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}


.product-img-1 {
  width: 100%;
  height: auto;
  display: block;
}

.add-btn-1 {
  position: absolute;
  bottom: 0px;
  background-color:  rgb(230, 39, 93);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.add-btn-2 {
  position: absolute;
  bottom: 50px;
  border-radius: 20px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease;
  font-size: 10px;
  font-weight: 400;
  /* background-color: #f7e6e6; */
  color: rgb(128, 0, 0);
  /* padding: 2px; */
}

.message-1 {
  position: absolute;
  bottom: 0px;
  font-size: 11px;
  color: #4caf50;
  font-weight: bold;
  background-color: #e8f5e9;
  padding: 2px 8px;
  border-radius: 4px;
}

.add-btn-1:hover {
  background-color:  rgb(230, 39, 93);
  color: #fff;
  transform: scale(1.05);
}

.product-content-1 {
  flex: 2;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-header-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-title-1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.favorite-btn-1 {
  background: none;
  border: none;
  font-size: 24px;
  color:  rgb(230, 39, 93);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.favorite-btn-1:hover {
  transform: scale(1.1);
}

.product-description-1 {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 4px 0;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* Price Section */
.price-section-1 {
  display: flex;
  align-items: center;
  margin: 6px 0;
}

.discounted-price-1 {
  font-size: 18px;
  font-weight: bold;
  color: green;
  margin-right: 8px;
}

.original-price-1 {
  font-size: 14px;
  text-decoration: line-through;
  color: red;
  margin-right: 8px;
}

.free-shipping-1 {
  font-size: 14px;
  color: #4caf50;
  font-weight: bold;
  background-color: #e8f5e9;
  padding: 4px 6px;
  border-radius: 4px;
}

/* CTA Buttons */
.cta-buttons-1 {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.cta-buttons-1 button {
  flex: 1;
  margin-right: 8px;
  padding: 10px 0;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.purchase-btn-1 {
  background-color: #ffebeb;
  color: #e64874;
}

.know-more-btn-1 {
  background-color: #f0f0f0;
  color: #333;
}

.know-more-btn-1:hover {
  background-color: #dcdcdc;
}

@media (max-width: 767px) {
  .product-card-1 {
    display: flex;
    width: 100%;
    margin: 8px 0;
  }

  .product-card {
    display: none;
  }

  .add-btn-1 {
    font-size: 13px;
  }

  .product-title-1 {
    font-size: 14px;
  }

  .product-description-1 {
    font-size: 12px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }

  .product-img-1 {
    flex: 1;
    width: 135px;
  }

  .favorite-btn-1 {
    font-size: 16px;
  }

  .free-shipping-1 {
    font-size: 9.5px;
  }

  .cta-buttons-1 button {
    font-size: 12px;
    padding: 5px 0px;
    margin-bottom: 4px;
  }

  .discounted-price-1 {
    font-size: 14px;
  }

  .original-price-1 {
    font-size: 11px;
  }

  .heart-btn {
    padding: 0px 6px;
  }

  .heart-btn i {
    font-size: 13px;
  }
}

@media (max-width: 424px) {
  .price-section-1 {
    margin: 0px;
  }
}

.discount-code-section {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #eff0f2;
  box-shadow: 0 2px 3px #e4e8f0;
  border-radius: 1rem;
}

.discount-code-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

.discount-code-label {
  font-size: 16px;
  font-weight: 700;
}

.view-all-discounts {
  color: #007bff;
  cursor: pointer;
  margin-top: 10px;
}

.discount-code-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.referral-code-box {
  display: flex;
  justify-content: space-between;
  border: 1px solid;
  border-radius: 10px;
  padding: 7px;
  outline: none;
}

.referral-code:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .referral-code {
    font-size: 12px;
  }
}

.empty-message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.styled-empty-message {
  font-size: 1.2rem;
  font-weight: bold;
  color: #777;
  background-color: #f8f9fa;
  padding: 20px 40px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.notes {
  display: flex;
  justify-content: center;
  align-items: center;
}

.note {
  background-color: #fef9e7;
  /* light yellow background */
  border-left: 4px solid #f4c430;
  /* golden highlight on left */
  border-radius: 8px;
  margin-right: 10px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.note-text {
  color: #333;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .notes {
    flex-direction: column;
  }

  .shipping-span {
    margin-left: 5px;
    font-size: 12px;
  }

  .note {
    padding: 5px;
  }
}