body {
  overflow-x: hidden;
}


/* Navbar start  */
/* Default non-sticky header */
.header-wrapper {
  /* position: relative; */
  width: 100%;
  z-index: 100;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: Piazzolla;
}

.centered-row {
  margin-left: 1rem;
  margin-right: 1rem;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  /* transform: rotate(180deg); */
  transition: .3s transform;
}

a[aria-expanded=true].dropdown-toggle::after {
  transform: rotate(180deg);
}

/* Sticky header when scrolling */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  /* Optional: more shadow when sticky */
}

.marque-navbar {
  background: #2A2869;
  z-index: 101;
  white-space: nowrap;
  overflow: hidden;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee {
  display: flex;
  width: max-content;
  animation: marquee 50s linear infinite;
  padding: 10px 0;
}

/* Duplicating content for smooth transition */
.marquee p {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  margin: 0;
  padding: 0 50px;
  position: relative;
}

/* Adds a separator after each promo */
.marquee p::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  border-right: 2px solid white;
  top: 0;
}

/* Smooth Marquee Animation */
@keyframes marquee {
  0% {
    transform: translateX(150%);
  }

  100% {
    transform: translateX(-100%);
  }
}


.navbar {
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: top 0.3s;
  /* z-index: 102; */
  padding: 0 2rem;
}

.navbar .logo a {
  display: flex;
  justify-content: center;
  width: 169px;
  height: 63px;
}

.logo-img {
  width: 169px;
  height: 63px;

}

.navbar .menu {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  margin: 0 2rem;
}

.navbar .menu .dropdown:hover .dropdown-content {
  display: block;
}

.navbar .menu .dropdown-content a:hover {
  background-color: #f1f1f1;
  color: black;
}

/* Add style for text links */
.navbar .menu .text {
  margin-right: 10px;
  color: black;
  text-decoration: none;
}

.navbar .menu .text:hover {
  color: #333;
}

.navbar .menu .dropdown-content a:hover {
  background-color: #f1f1f1;
}

.navbar .menu .text {
  margin-right: 8px;
}

/* Icons section */
.navbar .icons {
  display: flex;
  gap: 1rem;
}

.navbar .icons img {
  width: 22.2px;
  height: 21.25px;
  cursor: pointer;
  color: #444444;
}

.tab-logoutbtn {
  margin-right: 10px;
}

@media only screen and (max-width:768px) {
  .tab-logoutbtn {
    margin-right: 1px;
  }
}

.icons .dropdown-img {
  max-height: 25px;
  cursor: pointer;
}

.cart-dropdown {
  position: relative;
}

.cart-dropdown .cart-toggle {
  display: flex;
  align-items: center;
  position: relative;
}

.cart-dropdown .dropdown-box {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 300px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.cart-dropdown:hover .dropdown-box {
  display: block;
}

.cart-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.cart-product:last-child {
  border-bottom: none;
}

.cart-product .product-detail {
  max-width: 60%;
}

.product-cart .product-name {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

.product-cart .product-price {
  font-size: 12px;
  color: #999;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  padding-top: 10px;
}

.cart-action {
  display: flex;
  justify-content: center;

}

.cart-action .btn {
  padding: 8px 16px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #f37a20;
  border: none;
  cursor: pointer;
  text-align: center;
}

.cart-action .btn-dark {
  background-color: #333;
}

.cart-action .btn-light {
  background-color: #f37a20;
  color: #fff;
}

.cart-action .btn:hover {
  opacity: 0.9;
}

/* Scrollable Product List */
.products.scrollable {
  max-height: 250px;
  overflow-y: auto;
}

.products.scrollable::-webkit-scrollbar {
  width: 6px;
}

.products.scrollable::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.products.scrollable::-webkit-scrollbar-thumb {
  background-color: #888;
}

.products.scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.product-media img {
  border-radius: 4px;
}

.btn-close {
  color: #999;
  font-size: 14px;
  background: none;
  border: none;
  cursor: pointer;
}

.btn-close:hover {
  color: #f37a20;
}

.cart-count {
  background-color: #f37a20;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  /* position: absolute; */
  /* top: -5px; */
  /* right: -15px; */
  font-weight: bold;
  display: inline-block;
  min-width: 20px;
  text-align: center;
  line-height: 1.2;
  margin: -5px 0 0 -7px;
  vertical-align: top;
  float: right;
}

@media only screen and (max-width:500px) {
  .cart-count {
    font-size: 12px;
    padding: 2px 1px;
    min-width: 18px;
    margin: -3px 0 0px -5px;


  }
}


/* search start */

.search-container,
.register-container {
  max-width: 445px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: white;
  color: #000;

  border: 0.5px solid #858484;
  position: fixed;
  top: 0px;
  right: -523px;
  transition: right 0.5s ease;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carts-container {
  max-width: 445px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #2A2869, white);

  border: 0.5px solid #858484;
  position: fixed;
  top: 0px;
  right: -523px;
  transition: right 0.5s ease;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.cart-sec-card-header {
  padding: 13px 20px;
  background-color: transparent;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.cart-sec-card-header .shoppingClose {
  position: absolute;
  top: 26px;
  right: 26px;
  background: nt;
  border: none;
  color: black;
  font-size: 14px;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  width: 7%;
  height: 41%;
  padding: 2px;
}

@media only screen and (max-width:400px) {
  .cart-sec-card-header .shoppingClose {
    height: 33%;
    width: ;

  }

}

.cart-sec-card-main {
  flex: 1;
  /* Take all available space */
  overflow-y: auto;
  /* Make the content scrollable */

  max-height: calc(100vh - 190px);
  /* Adjust this as needed for your layout */
  background-color: transparent;
  border-radius: 15px;
  padding: 0 20px 0 20px;
}

@media only screen and (max-width:480px) {
  .cart-sec-card-main {
    padding: 0 10px 0 10px;
  }
}

.cart-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1px;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}




.search-box-head {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}

#searchResults {
  background-color: white;
  margin: 0 20px;
  overflow-y: auto;
}

.search-box-head p {
  /* font-family: Abril Fatface; */
  font-size: 25px;
  font-weight: 400;
  padding-top: 15px;
  text-align: left;
  color: white;
  margin-bottom: 0px !important;
}

.search-box-head i {
  font-size: 28px;
  color: white;
  margin-top: 20px;
  margin-right: 20px;
}

.search-box-input {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  align-items: center;
  padding: 1rem;
  /* border-bottom: 0.5px solid #858484; */
  position: relative;
}

.search-box-input input {
  width: 443px;
  height: 50px;
  padding: 10px 20px 10px 20px;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  outline: none;
  /* border: 0.5px solid #444444; */
}

.search-box-input .search-icon {
  position: absolute;
  top: 50%;
  right: 53px;
  transform: translateY(-50%);
  color: #444444;
  font-size: 20px;
}

.search-box-input input::placeholder {
  font-family: Outfit;
  font-size: 22px;
  font-weight: 400;
  line-height: 27.72px;
  text-align: left;
  color: #858484;


}

/* Container styling for each product */
.product-item {
  display: flex;
  align-items: center;
  gap: 20px;
  /* background-color: #fff; */
  padding: 6px;
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  margin-left: 10px;
  max-width: 300px;

}

/* Styling for the product image */
.product-image img {
  width: 100px;
  height: 116px;
  /* border-radius: 8px; */
  object-fit: cover;
}

/* Container for product details (name, price, and button section) */
.product-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

/* Styling for the product name */
.product-name {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #333;
}

/* Styling for the product price */
.product-price {
  font-size: 16px;
  margin: 1px 0;
  color: #333;
}

/* Container for weight and add-to-cart button, aligning them horizontally */
.product-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

/* Styling for the weight (grams) label with fixed width */
.product-gram {
  font-size: 14px;
  color: #888;
  min-width: 50px;
  /* Fixed width to align items consistently */
  text-align: center;
  padding-left: 10px;
}

/* Styling for the Add to Cart button with fixed width */
.add-to-cart-button {
  padding: 8px 8px;
  width: 120px;
  /* Fixed width for uniformity across buttons */
  background-color: #b52929;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  font-size: 11px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.add-to-cart-button:hover {
  background-color: #a02323;
}

.cartheader {
  height: 100%;
  width: 100%;
}

/* Cart Container */
.cartheader .search-box-img {
  width: 99%;
  max-width: 480px;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-left: 2px;

  color: #333;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 550px;
}

@media only screen and (max-width:480px) {
  .cartheader .search-box-img {
    height: 427px;
  }


}


.cartheader .search-box-img h5 {
  font-size: 26px;
  text-align: center;
  padding-top: 200px;

}

/* Mobile styles for Cart Container */


/* Title and Close Button */
.cartheader .cart-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
}

.cartheader .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

/* Cart item layout */
.cartheader .search-box-img-inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 10px;
  border-bottom: 1px solid #ddd;
}



.cartheader .product-image img {
  width: 85px;
  height: 100px;
  /* border-radius: 8px; */
  object-fit: cover;
}



.cartheader .search-box-img-inside a {
  width: 0px;
  padding: 0px !important;
  margin-top: -38px;
}

/* Product details */
.cartheader .product-details {
  flex: 1;
  margin-left: 10px;
}

.cartheader .close-icon {
  margin-left: -2rem;
  /* Default for desktop view */
}

/* Mobile view */
@media screen and (max-width: 768px) {

  .cartheader .search-box-img-inside a {}
}

.search-p1 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
}


.search-p2 {
  font-size: 14px;
  color: #888;
  margin-top: 2px;
}

/* Quantity controls */
.quantity-controls {
  display: flex;
  align-items: center;
  gap: 1px;
}

.quantity-btn-2 {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 50%;
  background-color: #d32f2f;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.quantity-btn-1 {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 50%;
  background-color: #d32f2f;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.quantity {
  font-size: 16px;
  width: 20px;
  text-align: center;
  color: #333;
}

/* Price and remove button */
.search-p3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  /* margin-right: 10px; */
  margin-bottom: 0px !important;
  margin-left: .5rem;
  margin-top: 50px;
}

.remove-button {
  background: none;
  border: none;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}

/* Cart actions (checkout and view cart buttons) */
.cart-action {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  text-align: center;
}

.btn.btn-dark.checkout-button {
  padding: 12px 0;
  background-color: #333;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}

.btn.btn-light.view-cart-button {
  padding: 12px 0;
  background-color: #fff;
  color: #d32f2f;
  border: 1px solid #d32f2f;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}

.checkout-button:hover {
  background-color: #555;
}

.view-cart-button:hover {
  background-color: #d32f2f;
  color: #fff;
}


.search-p1 {
  font-family: Outfit;
  font-size: 17px;
  font-weight: 500;

  text-align: left;
  color: #000000;

}

@media only screen and (max-width:480px) {
  .cartheader .search-box-img-inside {
    padding: 5px 5px;
  }

  .cartheader .product-image img {
    width: 70px;
    height: 80px;
  }

  .search-p1 {

    font-size: 11px;
    font-weight: 500;



  }
}

.search-p2 {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #000000;
}

.search-p3 span {
  font-family: Outfit;
  font-size: 24px;
  font-weight: 500;
  line-height: 10.24px;
  text-align: left;
  color: #D74447;

}

.search-p3 del {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 10.16px;
  text-align: left;
  color: #ACA7A7;
  padding-left: .5rem;

}

.search-box-img-inside a {
  width: 88px;
  /* height: 35px; */
  padding: 10px 10px;
  text-align: center;
  border-radius: .5rem;
  background: #FFA12C;
  font-family: Outfit;
  font-size: 12px;
  /* font-weight: 600; */
  /* line-height: 15.12px; */
  /* text-align: left; */
  color: #ffff;
  text-decoration: none;
}

.close-icon {
  cursor: pointer;
  font-size: 20px;
  color: #000;
}

.search-container.show {
  right: 0;
  top: 0;
}

.carts-container.show {
  right: 0;
  top: 0;
}

.cart-container {
  width: 523px;
  height: 600px;
  background: #FFFFFF;
  border: 0.5px solid #858484;
  position: fixed;
  top: 52px;
  right: -523px;
  transition: right 0.5s ease;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cart-box-img {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  border-bottom: 0.5px solid #858484;
  gap: 1.2rem;
}

.cart-box-img-inside img {
  width: 94px;
  height: 100px;
  border-radius: 4.22px;
}

.cart-product-name {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.cart-product-price {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  border-top: 0.5px solid #858484;
}

.shopping-box {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 2.5rem;
  border-bottom: 0.5px solid #858484;
  gap: 1.2rem;
}

.shopping-button {
  display: flex;
  flex-direction: column;
}

.shopping-button p {
  font-family: Outfit;
  font-size: 26px;
  font-weight: 400;
  line-height: 22.76px;
  text-align: left;

}

.shopping-button a {
  width: 443px;
  height: 45px;
  border-radius: 4px;
  background: #2A2869;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 500;
  line-height: 42.68px;
  text-align: center;
  color: #ffff !important;
  margin-top: .5rem;

}

/* Navbar end */


/* home banner */

/* Box-Start-2 */
/* Box styling */
.second-box {
  width: 100%;
  /* height: 410px; */
  background-color: #ffff;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width:768px) {
  .second-box {
    margin-bottom: 0px;
  }
}

/* Animation for floating leaf images */

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes float1 {
  0% {
    transform: translateY(0) rotate(-185deg);
  }

  50% {
    transform: translateY(-20px) rotate(-185deg);
  }

  100% {
    transform: translateY(0) rotate(-185deg);
  }
}

.second-box .top-right-leaf {
  position: absolute;
  top: 3%;
  right: 0%;
  width: 111px;
  height: 135.18px;
  transform: rotate(-185deg);
  animation: float1 5s ease-in-out infinite;
  animation-delay: 1s;
}

.second-box .bottom-left-leaf {
  position: absolute;
  bottom: 3%;
  left: 0%;
  width: 111px;
  height: 135.18px;
  transform: rotate(0deg);
  animation: float 5s ease-in-out infinite;
  animation-delay: 1s;
}

/* Animation for text to move up from bottom */

.second-box h2,
.second-box p,
.leaf-ico button {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2.5s ease, transform 2.5s ease;
}

/* Animation triggered when .animate class is added */
.second-box.animate h2,
.second-box.animate p,
.second-box.animate .leaf-ico button {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 2.5s ease forwards;
}

.second-box.animate h2 {
  animation-delay: 0.2s;
  font-family: Piazzolla;
}

.second-box.animate p {
  animation-delay: 0.5s;
}

.second-box.animate .leaf-ico button {
  animation-delay: 0.8s;
}


/* Text and button animations */
.second-box h2,
.second-box p,
.leaf-ico button {
  opacity: 0;
  animation: fadeInUp 1.5s ease forwards;
}

/* Desktop styles (default) */
.second-box h2 {
  font-family: Outfit;
  margin-top: 3rem;
  font-size: 36px;
  font-weight: 600;
  line-height: 51.12px;
  color: #1C1C1C;
}

/* Mobile styles */
@media (max-width: 768px) {
  .second-box h2 {
    margin-top: 2rem;
    /* Adjust margin for smaller screens */
    font-size: 28px;
    /* Smaller font size for readability on mobile */
    line-height: 40px;
    /* Adjusted line height to match smaller font */
  }
}


@media (max-width: 480px) {
  .second-box h2 {
    margin: 1.5rem 1.5rem .5rem 1.5rem;
    /* Smaller margin for very small screens */
    font-size: 20px;
    font-weight: 800;
    /* Further reduced font size */
    line-height: 23px;
    /* Reduced line height */
  }

  .blog-6-img {
    width: 175px !important;
    margin: 10px !important;
    height: 310px;

  }

  img.bottom-left-leaf.nw {
    height: 60px !important;
    width: 60px !important;
  }

  img.bottom-left-leaf {
    width: 175px !important;
    height: 240px !important;
  }

  .blog-6-head-img {
    gap: 0rem !important;
  }

  .blog-6-img-details {
    width: 94% !important;
    height: auto !important;
    padding: 8px 10px 8px 10px !important;
    border-radius: 15px;
  }

  .blog-6-img-details p {
    padding: 0;
    font-size: 17px;
  }

  .blog-6-img-details h1 {
    height: 200px;

  }




  .blog-6-img-details div a {
    font-size: 9px;
  }



  /* .blog-6-img-details div span {} */

  div#scroll-container {
    font-size: 16px;
  }

  .blog-8-box img {
    margin-top: 4px !important;
  }

  /* p.new {

    margin-bottom: 47px !important;
  } */

  .blog-8-box {
    padding: 10px !important;
    width: 180px !important;
    height: auto !important;
    min-width: auto !important;

  }

  .blog-8-box img {

    height: 150px !important;
    /* object-fit: fill !important; */
    width: 150px !important;
  }

  .blog-8-imgnew {
    width: 100% !important;
    height: 160px !important;
  }

  .blog-8-img {
    gap: 1rem !important;
  }

  .polygon {
    position: absolute;
    top: 49% !important;
    left: 47% !important;
    cursor: pointer;
  }

  .slider .container-img.col-6.col-lg-3.col-sm-4 {
    width: 65% !important;
  }

  .blue-blog-12 .col-xl-3.col-lg-4.col-md-6 {
    width: 62% !important;
  }

  .blog-13-head-img img {
    width: 179px !important;
    height: auto !important;
  }

  .blog-13-container {
    height: auto !important;
  }

  .product-main-img img {
    width: 100%;
    height: 350px !important;
    object-fit: fill;
    /* padding-top: 20px; */
  }

  .product-p-1 {
    font-size: 27px !important;
  }

  .pr,
  .pre {
    font-size: 12px !important;
  }

  .blog-6-btn {
    font-size: 12px !important;
    margin-top: 6px;
    height: 20px;
    line-height: normal;
  }

  .blog-7-btn {
    font-size: 12px !important;
    margin-top: 6px;
    height: 20px;
    line-height: normal;
  }

  .blog-7-btn-stock {
    font-size: 12px !important;
    margin-top: 6px;
    height: 20px;
    line-height: normal;
  }

  .blog-6-btn-stock {
    font-size: 12px !important;
    margin-top: 6px;
    height: 20px;
    line-height: normal;
  }


  .add-to-cart-forms {
    margin-top: 0px;
  }

  .product-mini-box1 {
    padding: 1px !important;
  }

  .product-mini-box p {
    font-size: 16px !important;
  }

  .product-p-3 {
    padding-top: 0px !important;
  }

  .tangy-btn {
    padding: 10px 23px 11px 24px !important;
    font-size: 12px !important;
  }

  .product-desc.product-p-6 {
    padding-top: 0px !important;
  }

  .product-desc.product-p-9 {
    padding-top: 0px !important;
  }

  div#availability-message {
    padding-top: 1px !important;
  }

  button.product-p-12 {
    margin-top: 18px;
  }

  .product-box-1 {
    padding-top: 15px !important;
  }
}

@media only screen and (max-width:380px) {
  img.bottom-left-leaf {
    width: 160px !important;
    height: 215px !important;

  }

  .blog-6-img {
    height: 282px;
  }
}

.blog-6-img-details-body span {
  color: #D74447;
  font-family: Outfit;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

@media (max-width: 480px) {

  .blog-6-img-details-body a,
  .blog-6-box {

    padding: 2px 2px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
  }

  .blog-6-img-details-body span {
    font-size: 12px;
  }


}

.blog-6-img-details-body a,
.blog-6-box {
  color: #fff;
  font-family: Outfit;
  background-color: #2A2869;
  padding: 2px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width:768px) {

  .blog-6-img-details-body a,
  .blog-6-box {
    padding: 2px 15px;
  }

}

.product-box-1 {
  padding-top: 15px;
}

button.product-p-12 {
  margin-top: 18px !important;
}

div#availability-message {
  padding-top: 1px;
}

.product-desc.product-p-9 {
  padding-top: 15px;
}

.product-p-3 {
  padding-top: 15px;
}

.product-desc.product-p-6 {
  padding-top: 15px;
}

.pre {
  font-size: 14px;
}

.pr {
  font-size: 20px;
}

.second-box.animate h2 img {
  width: 50px;
  margin: 0 10px;
}

/* Desktop styles (default) */
.second-box p {
  font-family: Fredoka;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.04px;
  padding: 3rem 4rem;
  color: #444444;
}

/* Mobile styles */
@media (max-width: 768px) {
  .second-box p {
    font-size: 20px;
    /* Smaller font size for readability on mobile */
    line-height: 24px;
    /* Adjusted line height to match smaller font */
    padding: 10px 10px;
    /* Reduced padding to fit smaller screen */
  }
}

@media (max-width: 480px) {
  .second-box p {
    font-size: 14px;
    /* Further reduced font size for smaller screens */
    line-height: 22px;
    /* Adjusted line height */
    padding: .5rem 0rem;
    /* Less padding to fit smaller screen */
  }
}


.leaf-ico button {
  font-family: Piazzolla;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

/* Icons in buttons */
.leaf-ico img {
  width: 40px;
  height: 40px;
  padding: 5px 8.33px 4.23px 8.33px;
  margin-right: .5rem;
}

/* Button container with gap */
.leaf-ico {
  display: flex;
  justify-content: center;
  gap: 4rem;
}


/* Box-end-2 */

/* Box-start-3 */
.third-box {
  /* width: 100%; */
  background: #FAEAD0;
  /* display: flex; */
  /* flex-direction: column; */
  height: 264px;
}

.third-box-body h2 {
  text-align: center;
  font-family: Piazzolla;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  margin: 2rem 0;
  display: none;

}

@media only screen and (max-width:768px) {
  .box-4.animate .box-india {
    display: flex;
    padding: 20px 10px;
    text-align: start;
  }

  .box-4 div {
    align-items: flex-start;
    text-align: start;
  }

  .box-4 {
    margin: 0;
    padding: 0;
  }

  .box-india {
    padding: 10px 15px 16px 15px;
    text-align: start;
    border-bottom: 1px solid white;
    border-width: 100%;
  }


}

.box-4.animate .box-india {}


@media only screen and (max-width:768px) {
  .third-box-body h2 {
    display: block;
    margin-bottom: 10px;
    color: #2A2869;
    font-weight: 500;
    font-family: 'Abril Fatface';
  }


  .third-box .animate h2 {
    display: none;
  }

  .third-box {
    height: 277px;
  }



}


.third-box h2 {
  text-align: center;
  font-family: Piazzolla;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  margin: 2rem 0;
  display: block;
}

.graybox {
  width: 100%;
  /* height:180px; */
  background: #FAEAD0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  margin-top: 30px;
  /* top: 2%; */
}

.white-box {
  width: 100%;
  height: 365px;
  background: #fff;
}

.sweets {
  /* margin-top:19rem; */
  width: 300px;
  /* height: 365px; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* flex-direction: column; */
}

.sweets p {
  font-family: Piazzolla;
  font-size: 20px;
  font-weight: 500;
  line-height: 28.4px;
  text-align: center;
  margin-top: 1rem;
}


/* Keyframes for fade-in and slide-up effect */
@keyframes third-box {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Default state before animation (hidden) for sweets divs */
.third-box .sweets {
  /* opacity: 0; */
  /* transform: translateY(50px); */
  transition: opacity 3.5s ease, transform 3.5s ease;
}

/* Animation triggered when .animate class is added */
.third-box.animate .sweets {
  opacity: 1;
  /* Fade in */
  transform: translateY(0);
  animation: third-box 3.5s ease forwards;
}

.third-box.animate .sweets {
  animation-delay: 0.2s;
}


/* Box-end-5 */


/* box-4 */


.box-4 {
  /* width: 100%; */
  /* height: 266px; */
  background: #2A2869;
  /* display: flex; */
  justify-content: center;
  /* align-items: center; */
  /* justify-content:space-evenly; */
  /* gap: 2rem; */
}

.box-4 div {
  /* width:380px; */
  /* height: 136px; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* flex-direction: column; */
  /* padding: 2rem; */
}

.box-4 .box-india p {
  margin-top: 10px;
  color: white;
  text-align: center;
  font-family: Piazzolla;
  font-size: 20px;
  font-weight: 500;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width:768px) {
  .box-4 .box-india p {
    margin-top: 0px;
    text-align: left;
  }
}

.box-4 .box-india span {
  color: white;

  font-family: Outfit;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}

.box-4 .box-india img {
  height: 60px;
  width: 60px;
}


/* Keyframes for fade-in and slide-up effect */
@keyframes box-4 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Default state for box-india divs before animation */
.box-4 .box-india {
  /* opacity: 0; */
  /* transform: translateY(50px); */
  /* transition: opacity 1.5s ease, transform 1.5s ease; */
}

/* Animation triggered when .animate class is added to .box-4 */
.box-4.animate .box-india {
  opacity: 1;
  transform: translateY(0);
  animation: box-4 1.5s ease forwards;
}

/* Staggered animation delays for each .box-india */
.box-4.animate .box-india {
  animation-delay: 0.2s;
}

/* Box-End-4 */


/* Box-5 */
.box-5 {
  background-color: #fff;
  height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
}

.box-5 .seller {
  width: 100%;
  height: 350px;
  background: #FAEAD0;
  display: flex;
  gap: .5rem;
  position: relative;
}

.our-best {
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.our-seller {
  width: 80%;
  height: 220px;
  border-radius: 10px;
  border-left: 10px solid #2A2869;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: .5rem;
  padding-left: 2rem;
}

.our-seller p {
  font-family: Piazzolla;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}

.our-seller span {
  font-family: Piazzolla;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.72px;
  text-align: left;
  padding-right: 2rem;
}

.our-seller button {
  width: 84px;
  height: 35px;
  padding: 8px 21px 8px 21px;
  border: none;
  background: #B33F40;
  font-family: Outfit;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  text-align: left;
  color: #fff;
}

.seller-img {
  position: relative;
  top: -5%;
  right: 1%;
  width: 23%;
  height: 500px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}

.seller-img img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  transition: transform 0.1s ease;
  object-fit: fill;
}

.seller-img:hover img {
  transform: scale(1.1);
  /* Zoom the image on hover */
}

.img-details {
  width: 90%;
  height: 127px;
  padding: 10px 23px 10px 22px;
  border-radius: 20px;
  border: 1px solid #FCA231;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px #0000000A;
  position: relative;
  top: -15%;
  left: 5%;

}

.img-details:hover {
  object-fit: cover;
  transition: transform 0.5s ease;
}

.img-details p {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
  color: #444444;

}

.fa-star {
  color: #FFD700;
  font-size: 12px;
  padding: .1rem !important;
}

@media only screen and (max-width:450px) {
  .fa-star {
    font-size: 10px;
  }

}

.seller-add-btn {
  width: 100%;
  height: 35px;
  padding: 10px 0px 10px 0px;
  border-radius: 5px;
  background: #B33F40;
  border: none;
  font-family: Outfit;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.12px;
  text-align: center;
  color: #ffff;
  margin-top: 8px;
}


/* Keyframes for fade-in and slide-up effect on images */
@keyframes box-5 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    /* Start slightly below */
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    /* End at original position */
  }
}

/* Initial state for the images (before animation) */
.box-5 .seller-img {
  opacity: 0;
  /* Start hidden */
  transform: translateY(50px);
  /* Move down initially */
  transition: opacity 1.5s ease, transform 1.5s ease;
}

/* When the 'animate' class is added, fade in and move up */
.box-5 .seller-img.animate {
  opacity: 1;
  /* Fade in */
  transform: translateY(0);
  /* Move to original position */
  animation: box-5 1.5s ease forwards;
}

/* Box-end-5 */


/* Blog-start-6 */

.blog-6 {
  /* width: 100%; */
  /* height: 80vh; */
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  padding: 30px 0 0;
}

/* Default (Desktop) styles */
.blog-6-head,
.blog-8-head {
  justify-content: space-between;
  align-items: center;

}

@media only screen and (max-width:768px) {
  .blog-6-head {
    margin-top: 30px;
  }
}

.blog-6-head p,
.blog-8-head p {
  font-family: 'Abril Fatface';
  font-size: 36px;
  font-weight: 400;

  text-align: left;
}

/* Tablet styles */
@media (max-width: 768px) {

  .blog-6-head p,
  .blog-8-head p {
    font-size: 26px;
    /* Smaller font for readability on smaller screens */

    /* Adjusted line height */
    text-align: center;
    margin-top: 10px;
    /* Optional: center align for smaller screens */
  }
}

/* Mobile styles */
@media (max-width: 480px) {

  .blog-6-head p,
  .blog-8-head p {
    font-size: 18px;
    /* Further reduce font size for mobile screens */
    /* Further reduced line height */
    text-align: center;
    /* Center-align for better mobile layout */
  }
}

@media only screen and (max-width:400px) {

  .blog-6-head p,
  .blog-8-head p {
    font-size: 15px;
  }



}

@media only screen and (max-width:480px) {
  .bestsellers_text p {
    font-size: 15px;
    padding: 0 20px;
  }

  .bestsellers_text_btn {
    padding: 5px 10px;
  }
}

/* Default (Desktop) styles */
.blog-6-head .see_all_btn,
.blog-8-head a,
.bestsellers_text_btn {
  width: 83px;
  height: 35px;
  padding: 10px 23px;
  border-radius: 5px;
  background: #B33F40;
  border: none;
  font-family: Outfit;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.12px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

/* Tablet styles */
@media (max-width: 768px) {
  .blog-6-head .see_all_btn {
    width: 70px;
    /* Slightly narrower */
    height: 30px;
    /* Adjust height */
    padding: 8px 1px;
    /* Adjust padding */
    font-size: 15px;
    /* Slightly smaller font */

    /* Adjust line height */
    text-align: center;
    /* Optional: Center-align text */
  }
}


/* Mobile styles */
@media (max-width: 480px) {
  .blog-6-head .see_all_btn {
    width: 83px;
    /* Narrower width for small screens */
    height: 28px;
    /* Smaller height */
    padding: 1px 6px;
    /* Reduced padding */
    font-size: 14px;
    /* Smaller font size */
    line-height: 25px;

    /* Adjust line height */
    text-align: center;
    /* Center-align text for mobile */
  }
}

@media (max-width: 400px) {
  .blog-6-head .see_all_btn {
    width: 60px;
    /* Narrower width for small screens */
    height: 25px;
    /* Smaller height */
    padding: 1px 6px;
    /* Reduced padding */
    font-size: 12px;
    /* Smaller font size */
    line-height: 25px;

    /* Adjust line height */
    text-align: center;
    /* Center-align text for mobile */
  }
}


.blog-6-head-img {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  /* Enable horizontal scrolling */
  overflow-y: hidden;
  /* Hide vertical scrolling */
  width: 95%;
  max-width: 100%;
  border-radius: 10px;
  /* justify-content: center; */

}

@media only screen and (max-width:768px) {
  .blog-6-head-img {
    gap: 1rem;
  }
}

.blog-6-head-img img {
  width: 320px;
  height: 380px;
  border-radius: 10px;
  transition: transform 0.1s ease;
  object-fit: fill;
  cursor: pointer;
}

.blog-6-head-img::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for WebKit browsers */
}

.blog-6-img:hover img {
  transform: scale(1.1);
  border-radius: 10px;

}

.blog-6-head-img {
  -ms-overflow-style: none;
  /* Hide scrollbar for IE and Edge */
  /* scrollbar-width: none; */
  /* Hide scrollbar for Firefox */
}

.blog-6-img-details {
  width: 94%;
  height: auto;
  padding: 10px 18px 8px 18px;
  border-radius: 20px;
  border: 1px solid #B33F40;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px #0000000A;
  position: relative;
  top: -15%;
  left: 2.9%;
}

@media only screen and (max-width:768px) {
  .blog-6-head-img img {
    width: 244px;
    height: 320px;

  }

  .blog-6-img-details {}

  .blog-6-img-details {
    height: auto;
    padding: 8px 11px 8px 12px;
  }
}

@media only screen and (max-width:480px) {
  .blog-6-head-img img {
    width: 200px;
    height: 300px;

  }

  .blog-6-img-details {
    height: auto;
    padding: 8px 11px 8px 12px;
  }
}

.blog-6-img-details p {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 500;
  padding: 1px 0 1px 0;
  text-align: left;
  color: #444444;
  margin-bottom: 1px;
}

@media only screen and (max-width:768px) {
  .blog-6-img-details p {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .blog-6-img-details-body span {
    font-size: 19px;
  }

}

@media only screen and (max-width:480px) {
  .blog-6-img-details-body span {
    font-size: 12px;
  }

  .blog-6-img-details-body {
    height: 22px;
  }



}

@media only screen and (max-width:480px) {
  .blog-6-img-details p {
    padding: 0;
    margin-bottom: 1px;
    font-size: 14px;
  }

  .blog-6-img-details-body a,
  .blog-6-box {
    padding: 1px 10px;
  }
}


@media only screen and (max-width:402px) {
  .blog-6-img-details p {
    font-size: 12px;
  }
}



.blog-6-btn {
  width: 100%;
  height: 2rem;
  margin-top: 13px;
  margin-bottom: 4px;
  padding: .5 rem;
  border-radius: 5px;
  background: #B33F40;
  border: none;
  font-family: Outfit;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  color: #fff;
}

.blog-7-btn {
  width: 100%;
  height: 3rem;
  margin-top: 13px;
  padding: .5 rem;
  border-radius: 5px;
  background: #B33F40;
  border: none;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  color: #fff;
}

.blog-7-btn-stock {
  width: 100%;
  height: 3rem;
  margin-top: 13px;
  margin-bottom: 4px;
  padding: .5 rem;
  border-radius: 5px;
  background: #b33f4161;
  border: none;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  color: #fff;
}

.blog-6-btn-stock {
  width: 100%;
  height: 2rem;
  margin-top: 13px;
  margin-bottom: 4px;
  padding: .5 rem;
  border-radius: 5px;
  background: #b33f4161;
  border: none;
  font-family: Outfit;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width:768px) {
  .blog-6-btn {
    margin-top: 10px;
  }

  .blog-6-btn-stock {
    margin-top: 10px;
  }

  .blog-7-btn {
    margin-top: 10px;
  }

  .blog-7-btn-stock {
    margin-top: 10px;
  }

}



@media only screen and (max-width:480px) {
  .blog-6-btn {
    margin-top: 4px;
    height: 24px;
    margin-bottom: 0;
  }

  .blog-7-btn {
    margin-top: 8px;
    height: 33px;
  }

  .blog-7-btn-stock {
    margin-top: 8px;
    height: 33px;
  }

  .blog-6-btn-stock {
    margin-top: 4px;
    height: 24px;
    margin-bottom: 0;
  }
}

/* .fourth-img {
margin-right: -50%; 
} */


/* Blog-7 end */

/* Blog-8-start */
.blog-8-container {
  /* height:450px; */
  background: #FAEAD0;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 20px 0;
}

@media only screen and (max-width:768px) {
  .blog-8-container {
    padding: 0;
  }
}

.blog-8-head {
  width: 100%;
  /* height: 49px; */
  /* display: flex; */
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  margin-top: 2rem;
  /* position: absolute; */
  /* top: 8%; */
}

/* Default (Desktop) styles */
.blog-8-head p {
  font-family: 'Abril Fatface';
  font-size: 36px;
  font-weight: 400;
  line-height: 48.56px;
  text-align: center;
  /* Already set to center */
  display: block;
  margin-bottom: 20px;
}

/* Tablet styles */
@media (max-width: 768px) {
  .blog-8-head p {
    font-size: 20px;
    /* Smaller font size for readability on smaller screens */
    line-height: 38px;
    /* Adjust line height */
    margin-bottom: 15px;
    /* Adjusted bottom margin */
  }


  .blog-8-head a {
    line-height: none;
    font-size: 15px;
    padding: 7px 6px 5px 6px;
    text-align: center;
    height: 30px;
  }

  .bestsellers_text_btn {
    display: none;
  }
}



/* Mobile styles */
@media (max-width: 500px) {
  .blog-8-head p {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 1px;
  }

  .blog-8-head a {
    line-height: none;
    font-size: 12px;
    padding: 5px 0 5px 0;
    text-align: center;
    height: 24px;
    width: 72px;
  }

}




.blog-8-img {
  width: 251px;
  /* height: 315px; */
  display: flex;
  /* grid-template-columns: auto auto auto auto; */
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  /* position: absolute; */
  /* top: 23%; */
}

.blog-8-box {
  width: 307px;
  height: 440px;
  background-color: #fff;
  border-radius: 16px;
  padding: 1.6rem;
  cursor: pointer;
  min-width: 250px;
  /* display: inline-block; */
  margin-right: 0px;
}


.blog-8-box img {
  width: 121px;
  height: 121px;
  border-radius: 50%;

}

/* Container styling for the product card */
.blog-8-imgnew {
  width: 100%;
  height: 291px;
  display: flex;
  justify-content: center;
  align-items: start;
  position: relative;
  /* Ensure the "New" label positions correctly */
}

/* Product image styling */
.blog-8-box img {
  width: 269px;
  height: 290px;
  border-radius: 10px;
  margin-top: -9px;
  position: relative;
}

/* Mobile styles */
@media (max-width: 768px) {
  .blog-8-box img {
    width: 200px;
    /* Set width to 200px on mobile */
    height: auto;
    /* Adjust height automatically to maintain aspect ratio */
  }
}



.blog-8-box p {
  width: 50px;
  height: 19px;
  padding: 6px 15px 6px 15px;
  border-radius: 2px;
  background: #3A8244;
  font-family: Outfit;
  font-size: 14px;
  font-weight: 400;
  line-height: 5.6px;
  text-align: left;
  color: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width:1400px) {
  .blog-8-box img {
    width: 230px;
    height: 250px;
  }

  .blog-8-imgnew {
    height: 250px;
  }

  .blog-8-box {
    height: 400px;
  }
}

@media only screen and (max-width:1200px) {
  .blog-8-box img {
    width: 220px;
    height: 240px;
  }

  .blog-8-box p {
    margin-bottom: -12px;
    z-index: 1000;
  }


  .blog-8-imgnew {
    height: 240px;
  }

  .blog-8-box {
    height: 600px;
  }
}

@media only screen and (max-width:480px) {
  .blog-8-box img {
    width: 100px;
    height: 50px;
  }

  .blog-8-box p {
    margin-bottom: -1px;
    z-index: 1000;
  }


  .blog-8-imgnew {
    height: 240px;
  }

  .blog-8-box {
    height: 600px;
  }
}

@media only screen and (max-width:1400px) {}

@media only screen and (max-width:990px) {
  .bestsellers_text {
    border-top: 10px solid #2a2a69;

  }

  .blog-6-head-img {
    padding-top: 10px;
  }
}

@media only screen and (max-width:1200px) {
  .blog-8-box {
    height: 380px;
    padding-top: 15px;
  }

  .blog-8-box p {
    position: static;
  }

  .blog-6-head-img {
    padding-top: 40px;
  }
}

@media only screen and (max-width:1000px) {}

@media only screen and (max-width:768px) {
  .blog-8-box {
    width: 450px;

  }

  .blog-6-head-img {
    padding-top: 1px;
  }

}

@media only screen and (max-width:480px) {
  .blog-8-box {
    width: 400px;
  }

  .blog-8-box img {
    width: 100px;
    height: 100px;
  }

}

.blog-8-contant {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
  color: #444444;
  margin-top: 1rem;
  margin-bottom: 10px;
}



.tangy-btn {
  width: 100%;

  padding: 8px 23px 8px 24px;
  border-radius: 5px;
  background: #B33F40;
  border: none;
  font-family: Outfit;
  font-size: 14px;
  font-weight: 500;

  text-align: center;
  color: #fff;
  position: relative;
  /* bottom: -60%; */
  /* Initially hidden below the box */
  /* left: 0; */
  margin-top: 12px;
  /* opacity: 0; */
  transition: all 0.5s ease;
  /* Smooth transition */
}

.blog-8-box:hover .tangy-btn {
  bottom: -1%;
  opacity: 1;
}


/* Blog-end-8 */

/* Blog-9-start */
.blog-9-container {
  /* height: 450px; */
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.blog-9-small-con {
  /* height: 320px; */
  /* padding: 49px 183px 49px 183px; */
  background: #DBEFF8;
}

.blog-9-small-con h2 {
  font-family: Abril Fatface;
  font-size: 36px;
  font-weight: 400;
  text-align: center;

}

@media only screen and (max-width:1000px) {
  .blog-9-small-con h2 {
    padding-bottom: 15px;
  }
}

.featured-main {
  height: 221px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
}

.featured-box {
  width: 133px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width:480px) {
  .featured-box {
    height: 150px;

  }

}

@keyframes blog-9-container {
  0% {
    opacity: 0;
    transform: translateY(50px);
    /* Start slightly below */
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    /* End at original position */
  }
}

/* Initial state for the images (before animation) */
.blog-9-container .featured-box {
  opacity: 0;
  /* Start hidden */
  transform: translateY(50px);
  /* Move down initially */
  transition: opacity 1.5s ease, transform 1.5s ease;
}

/* When the 'animate' class is added, fade in and move up */
.blog-9-container .featured-box.animate {
  opacity: 1;
  /* Fade in */
  transform: translateY(0);
  /* Move to original position */
  animation: blog-9-container 1.5s ease forwards;
}

/* Box-end-5 */

.featured-box img {
  width: 113px;
  height: 62px;

}

.featured-box p {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0 10px;

}

@media only screen and (max-width:480px) {
  .featured-box p {
    font-size: 14px;
  }
}

/* Blog-9-end */


/* Blog-10-start */
.blog-10-container {
  /* height: 498px; */
  padding: 30px;
  background: #FAEAD0;
}

@media only screen and (max-width:480px) {
  .blog-10-container {
    padding: 12px;
  }
}

.crafted-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.crafted {
  width: 524px;
  /* height: 350px; */
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

#crafted-with-love {
  padding-right: 40px;

}

@media only screen and (max-width:768px) {
  #crafted-with-love {
    padding-right: 5px;
  }
}

/* Default (Desktop) styles */
.crafted h1 {
  font-family: 'Abril Fatface';
  font-size: 36px;
  font-weight: 400;
  line-height: 48.56px;
  text-align: left;
  color: #2A2869;
}

#crafted-video {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width:768px) {
  #crafted-video {
    height: 200px;
  }
}


.crafted h2 {
  font-family: 'Abril Fatface';
  font-size: 36px;
  font-weight: 400;
  line-height: 48.56px;
  text-align: left;
  color: #FAAD36;
}

/* Tablet styles */
@media (max-width: 768px) {

  .crafted h1,
  .crafted h2 {
    font-size: 30px;
    /* Reduced font size for tablets */
    line-height: 40px;
    /* Optional: center-align text for better layout */
  }
}

/* Mobile styles */
@media (max-width: 480px) {

  .crafted h1,
  .crafted h2 {
    font-size: 22px;
    /* Further reduce font size for mobile */
    line-height: 24px;
    /* Center-align for mobile screens */
  }

  .crafted h2 {
    color: #B33F40;
  }
}


.crafted p {
  margin-top: .5rem;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  text-align: left;
  color: #000000;
}

@keyframes blog-10-container {
  0% {
    opacity: 0;
    transform: translateY(50px);
    /* Start slightly below */
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    /* End at original position */
  }
}

/* Initial state for the images (before animation) */
.blog-10-container .crafted p {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.blog-10-container .crafted p.animate {
  opacity: 1;
  transform: translateY(0);
  animation: blog-10-container 1.5s ease forwards;
}


.crafted-img {
  position: relative;
}

.ellipse {
  position: absolute;
  top: 40%;
  left: 40%;
  cursor: pointer;
}

.polygon {
  position: absolute;
  top: 45%;
  left: 45%;
  cursor: pointer;

}

/* Blog-10-End */


/* Blog-11-Start */
.blog-11-container {

  /* height:845px; */

  background-color: #ffff;

  display: flex;

  justify-content: center;

  align-items: center;
}


/* Default (Desktop) styles */
.blog-11-contant h1 {
  font-family: 'Abril Fatface';
  font-size: 36px;
  font-weight: 400;
  line-height: 48.56px;
  text-align: center;
  color: #1C1C1C;
  margin-top: 4rem;
}

.blog-11-contant p {
  font-family: 'Outfit';
  font-size: 24px;
  font-weight: 400;
  line-height: 32.24px;
  text-align: center;
  color: #444444;
  margin-top: 1rem;
  padding: 0 20px;
}

/* Tablet styles */
@media (max-width: 768px) {
  .blog-11-contant h1 {
    font-size: 30px;
    /* Adjust font size for readability on tablets */
    line-height: 40px;
    /* Adjust line height */
    margin-top: 3rem;
    color: #292766;
    /* Slightly reduce top margin */
  }

  .blog-11-contant p {
    font-size: 20px;
    /* Smaller font size for paragraph */
    line-height: 26px;
    /* Adjust line height for paragraph */
    margin-top: 0.75rem;
    /* Adjust margin for better spacing */
  }
}

/* Mobile styles */
@media (max-width: 480px) {
  .blog-11-contant h1 {
    font-size: 20px;
    /* Further reduce font size for mobile screens */
    line-height: 34px;
    /* Further reduce line height */
    margin-top: 2rem;
    /* Reduced top margin for compact view */
  }

  .blog-11-contant p {
    font-size: 14px;
    /* Smaller font size for mobile */
    line-height: 18px;
    /* Adjust line height for paragraph */
    margin-top: 0.5rem;
    margin-bottom: 2px;
    /* Reduced margin-top for compact layout */
  }
}


.container-img-11 {
  width: 25%;
  /* height: 502px; */
  /* display: flex; */
  justify-content: start;
  align-items: center;
  gap: 1.5rem;
}

.container-img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  /* vertical-align: top; */
}

.container-img img {
  width: 100%;
  height: 380px;
  border-radius: 10px;
}

@media only screen and (max-width:768px) {
  .container-img img {
    height: 100%;
  }

}

.container-img1 {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  /* vertical-align: top; */
}

.container-img1 img {
  width: 100%;
  /* height: 350px; */
  border-radius: 10px;
}

@media only screen and (max-width:768px) {
  .container-img1 img {
    height: 150px;

  }

  .container-img1 {
    width: 500px;
  }

}




.container-img h3 {
  font-family: Alike Angular;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.1px;
  text-align: center;
  color: #000000;
  margin-top: 1rem;
}

.container-img1 h3 {
  font-family: Alike Angular;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.1px;
  text-align: center;
  color: #000000;
  margin-top: 1rem;
}

@media only screen and (max-width:1000px) {
  .container-img h3 {
    font-size: 23px;
  }

  .container-img1 h3 {
    font-size: 23px;
  }
}

@media only screen and (max-width:480px) {
  .container-img h3 {
    margin: 5px 0 0 0;
    font-size: 18px;
  }

}

.container-img p {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: center;
  color: #444444;
  padding: .4rem;
}

@media only screen and (max-width:480px) {
  .container-img p {
    font-size: 12px;
    padding: 0;
  }

}

.container-img1 p {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: center;
  color: #444444;
  padding: .4rem;
}

.container-img button {
  width: 98%;
  /* height:  46px; */
  padding: 13px 0;
  border-radius: 3px;
  border: 1.5px solid #2A2869;
  background-color: #ffff;
  font-family: Outfit;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.9px;
  text-align: center;
  color: #2A2869;
}

@media only screen and (max-width:480px) {
  .container-img button {
    padding: 8px 0;
  }
}

.blog-11-container .container .justify-content-center {
  padding: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width:480px) {
  .blog-11-container .container .justify-content-center {

    margin-bottom: 0px;
  }
}

/* Blog-11-End */


/* Blog-12-Start */
.blue-blog-12 .container {
  margin-top: 45px;
  margin-bottom: 40px;

}

@media only screen and (max-width:480px) {
  .blue-blog-12 .container {
    margin-top: 25px;
    margin-bottom: 10px;

  }
}

.blog-12-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-12-head h2 {
  font-family: Abril Fatface;
  font-size: 36px;
  font-weight: 400;
  line-height: 48.56px;
  text-align: left;
  color: #1C1C1C;

}

.blog-12-box {
  height: 377px;
  padding: 55px 186px 55px 186px;
  background: #DBEFF8;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;

}

.blue-blog-12 {
  background: #DBEFF8;
  padding: 15px 50px;
}

@media only screen and (max-width:480px) {
  .blue-blog-12 h2 {
    color: #2A2869;

  }

}

.blog-12-img {
  width: 340px;
  height: 255px;

}

.blog-12-img img {
  width: 340px;
  height: 150px;
  border-radius: 10px;

}

.blue-blog-12 p {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #444444;
  padding: 15px 0 10px 5px;
  margin: 0;


}

@media only screen and (max-width:480px) {
  .blue-blog-12 p {
    font-size: 12px;
    padding: 15px 0 4px 5px;
  }

}

.blue-blog-12 h4 {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  text-align: left;
  color: #444444;
  padding-left: 5px;


}



.blue-blog-12 a {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  padding-left: 5px;
  color: #2A2869;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .blue-blog-12 h4 {
    font-family: Outfit;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.68px;
    text-align: left;
    color: #444444;
    padding-left: 5px;
  }

  .blue-blog-12 a {
    font-size: 17px;
  }
}

/* Blog-12-End */


/* Blog-13-Start */

.blog-13-container {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: start;
}


.blog-13-head h2 {
  font-family: Abril Fatface;
  font-size: 32px;
  font-weight: 400;
  line-height: 48.17px;
  text-align: center;
  color: #2A2869;

}

@media only screen and (max-width:500px) {
  .blog-13-head h2 {
    font-size: 25px;
    margin-top: 10px;
  }
}


.blog-13-head p {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  text-align: center;

}

.blog-13-images {
  width: 1097px;
  display: flex;
  justify-content: flex-center;
  align-items: center;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: pointer;
}

.blog-13-images::-webkit-scrollbar {
  display: none;
}

.blog-13-head-img img {
  position: relative;
  width: 300px;
  height: 300px;
  object-fit: cover;
  /* Ensure the image covers the container */
  transition: transform 0.3s ease;
}


.blog-13-head-img .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* Black transparent background */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth transition */
}

.blog-13-head-img :hover .overlay2 {
  opacity: 1;
  /* Show the overlay on hover */
}

.blog-13-head-img .overlay2 p {
  font-family: Outfit, sans-serif;
  font-size: 18px;
  text-align: center;
  padding: 0 10px;
  /* Add padding for better text alignment */
}

/* Blog-13-end */


/* footer */

.footer {

  background: #FAEAD0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.f-1 {
  width: 25% !important;
  height: 100px;
  position: absolute;
  top: 10.5%;
  left: 10%;
}

.f-1 img {
  width: 100%;
  height: 100%;
}



#line_container .line {
  border: 2px solid #2A2869;
}

#line_container img {
  transform: rotate(0deg);
  animation: rotateImage 10s linear infinite;
}

/* Keyframes for continuous rotation */
@keyframes rotateImage {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.footer-cashew img {
  position: relative;
  /* Ensure the image can be moved */
  animation: moveTopToBottom 5s ease-in-out infinite;
  /* Apply the animation */
  width: 80%;
}

/* Keyframes for the top-to-bottom movement */
@keyframes moveTopToBottom {
  0% {
    top: -50px;
    /* Start position (above the initial position) */
  }

  50% {
    top: 50px;
    /* Move the image down */
  }

  100% {
    top: -50px;
    /* Return to the starting position */
  }
}

.f-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  width: 80% !important;
  padding-top: 20px;
  margin-left: 3rem;
}

.li-head {
  font-family: Times New Roman !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 27.6px !important;
  text-align: left !important;
  color: #444444 !important;

}

.sf {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sf ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sf li {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.68px;
  text-align: left;
  color: #444444;

}

.bottom-ft {
  height: 120px;
  background-color: #fff;
}

.bottom-ft-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.b-img {

  height: 31.25px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.bottom-ft-content p {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  text-align: left;

}

.last-footer {
  width: 100%;
  height: 52px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.last-footer span {
  font-family: 'Outfit';
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 300;
  line-height: 30.68px;
  color: #000000;
  text-align: start;
  margin-left: 8rem;
}


/* Set height for the carousel */
.category-banner {
  /* height: 405px; */
  overflow: hidden;
}

/* Set height for images inside the carousel */
.category-banner img {
  /* height: 405px; */
  width: 100%;
}

.category-home {
  height: 50px;
  font-family: Outfit;
  font-size: 21.25px;
  font-weight: 600;
  line-height: 26.77px;
  text-align: left;
  color: #444444;
  padding-left: 8rem !important;
  padding-right: 8rem !important;
  display: flex;
  justify-content: start;
  align-items: center;
}

.category-frame {
  height: 50px;
  margin-top: 1rem;
}

.category-frame img {
  width: 100%;
  margin-top: 2rem;
}

.category-filters {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1rem;
  justify-content: space-around;
  align-items: center;
  margin: 2rem 0;
}

.filter-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  /* background-color: #f1f1f1; */
  /* padding: 0.5rem; */
  border-radius: 5px;
  font-weight: bold;
}

.filter-item i {
  margin-left: 5px;
}

.filter-popup {
  display: none;
  padding: 1rem;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.category-image {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  justify-items: center;
  align-items: center;
  padding-left: 8rem;
  padding-right: 8rem;
  row-gap: 3rem;
  column-gap: 0.5rem;
  margin-top: 2rem;
}

.category-filter {
  position: relative;
  width: 300px;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* Ensures zoomed image doesn't exceed container */
  border-radius: 10px;
  flex-direction: column;

}

.category-filter img {
  width: 300px;
  height: 410px;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.category-filter:hover img {
  transform: scale(1.1);
  /* Zoom effect */
  border-radius: 10px;
  /* Maintain border radius */
}


.filter-header {
  position: absolute;
  top: -3%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-header p {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 35.28px;
  text-align: left;
}

/* .category-filter .blog-6-img-details {
  width: 92%;
  height: 140px;
  padding: 10px 15px 10px 15px;
  border-radius: 20px;
  border: 1px solid #B33F40;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px #0000000A;
  position: relative;
  top: -15%;
  left: 1px;


} */

/* @media only screen and (max-width:560) {
  .category-filter .blog-6-img-details {
    height: 125px;
  }
} */

/* .blog-6-img-details .modified_price {
  color: #D74447;
  font-size: 22px;
  font-weight: 600;

} */

/* @media only screen and (max-width:560) {
  .blog-6-img-details .modified_price {
    font-size: 20px;


  }
} */



.category-main {
  height: 500px;
  background-color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
}


.category-second-banner {
  height: 400px;
  background: #FAEAD0;
}

.second-image {
  width: 100%;
  margin-top: 2rem;
  height: 50px;


}

.second-image img {
  width: 100%;
}

.category-gallery {
  width: 80%;
  height: 240px;
  display: flex;
  justify-content: flex-center;
  /* Align to start to allow scrolling */
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
  overflow-x: auto;
  /* Enable horizontal scrolling */
  overflow-y: hidden;
  /* Disable vertical scrolling */
  scroll-behavior: smooth;
  /* Smooth scrolling behavior */
  -webkit-overflow-scrolling: touch;
  /* Enable smooth scrolling on mobile devices */
}

.category-gallery::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for webkit browsers */
}

.category-header h1 {
  font: 28px Abril Fatface;
  text-align: center;
  margin: 20px 0;
  /* z-index: 3; */
  /* position: relative; */
  display: inline-block;
  margin: 0 auto;
  width: auto;
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  .category-header h1 {
    font-size: 24px;
  }


}

@media only screen and (max-width: 768px) {
  .category-header h1 {

    font-size: 20px;
  }

}

@media only screen and (max-width: 768px) {
  .category-header h1 img {
    width: 30px;
  }

  .blue_line {
    margin-top: -24px;

  }


}

.category-gallery-box {
  width: 290px;
  height: 240.79px;
  flex-shrink: 0;
  /* Prevent shrinking when scrolling */
}

.category-gallery-box img {
  width: 290px;
  height: 160px;
}

.category-gallery-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-gallery-box button {
  width: 100%;
  height: 40.79px;
  border-radius: 7.26px;
  background: #2A2869;
  color: #fff;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 35.28px;
  text-align: center;
  border: none;
  margin-top: 2rem;
}





.product-first-blog {
  height: 50px;
  padding-left: 8rem !important;
  padding-right: 8rem !important;
  display: flex;
  justify-content: start;
  align-items: center;
}

.product-first-blog a {
  font-family: Outfit;
  font-size: 18.3px;
  font-weight: 400;
  line-height: 23.06px;
  text-align: left;
  color: #444444;

}

.product-conatiner {
  height: 745px;
  background: #fefbf4;
  padding-left: 7rem;
  padding-right: 6rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;

  padding-top: 30px;
}

@media only screen and (max-width:1200px) {
  .product-conatiner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}




.product-side-img {
  width: 100%;
  height: 677px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  cursor: pointer;
  scroll-behavior: smooth;
}

.product-side-img::-webkit-scrollbar {
  display: none;
}

.product-side-img img {
  width: 123px;
  height: 139.6px;
  flex-shrink: 0;
}

.product-main-img img {
  width: 100%;
  height: 605px;
  object-fit: fill;
}

@media only screen and (max-width:990px) {
  .product-main-img {
    margin-left: 20px
  }
}

.product-right-img {
  width: 349px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-left: 20px;
}

@media only screen and (max-width:480px) {
  .product-right-img {
    margin-left: 3px;
    padding: 10px;
  }
}



.product-p-1 {
  font-family: Abril Fatface;
  font-size: 32px;
  font-weight: 400;
  line-height: 43.17px;
  text-align: left;
  color: #2A2869;
}

.product-p-2 {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  color: #444444;
}

.product-p-2 i {
  width: 16px;
  height: 19.5px;
  color: #910409;


}

.product-p-3 {
  display: flex;
  justify-content: start;
  align-items: center;
}

.product-p-3 del {
  font-family: Outfit;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.24px;
  text-align: left;
  color: #ACA7A7;
  padding: .5rem;
}

.p-3-sp-1 {
  font-family: Outfit;
  font-size: 28px;
  font-weight: 500;
  line-height: 35.28px;
  text-align: left;
  color: #D74447;

}

.p-3-sp-2 {
  width: 78px;
  height: 30px;
  padding: 5px 12px 6px 11px;
  border-radius: 2.26px;
  background: #C60146;
  font-family: Outfit;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  color: #ffff;
  border: none;
  margin-left: .5rem;
  margin-bottom: 1rem !important;
  margin-top: .5rem;
}

.p-3-sp-3 {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  color: #444444;
  margin-left: .5rem;

}

.p-4-sp-1 {
  width: 64px;
  height: 22px;
  padding: 0px 5px 0px 5px;
  border-radius: 3px;
  background: #EDD94C;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
  color: #ffff;
  margin-left: .5rem;

}

.p-4-sp-1 i {
  font-size: 16px;
  color: #ffff;
}

.product-p-4 {
  padding: 0 !important;
  margin: 0 !important;
}

.p-4-sp-2 {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  color: #ACA7A7;

}

.p-4-sp-2 i {
  width: 22px;
  height: 20.93px;
  color: #C60146;
  margin-left: .5rem;
}

.product-p-5 {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
  color: #000000;
  margin-top: .5rem;
}

.p-6-sp-1 {
  width: 100px;
  height: 30px;
  padding: 5px 25px;
  border-radius: 20px;
  background: #1C1C1C;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
  color: #ffff;
  margin-left: 10px;
}



.p-6-sp-2 {

  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
  color: #ACA7A7;
  width: 100px;
  height: 30px;
  padding: 5px;
  border-radius: 20px;
  border: 1px solid #ACA7A7;
  margin-left: 5px;


}

.product-p-7 {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
  color: #444444;
}

.product-p-8 {
  width: 100px;
  height: 31px;
  background-color: #ffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  font: 17px Outfit;
}

.product-p-8 input::-webkit-inner-spin-button,
.product-p-8 input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-p-8 input[type=number] {
  -moz-appearance: textfield;
}

.shopping-minus,
.shopping-plus {
  display: inline-flex;
  /* Center the icon inside */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  width: 30px;
  /* Set width */
  height: 30px;
  /* Set height equal to width */
  border-radius: 50%;
  /* Makes the element circular */
  background-color: #9E090F;
  /* Background color (optional) */
  cursor: pointer;
  /* Cursor changes on hover */
  border: 1px solid #ddd;
  /* Border color (optional) */
}

.shopping-minus i,
.shopping-plus i {
  font-size: 12px;
  /* Adjust icon size */
  color: white;
  /* Icon color */
}

.shopping-count {
  padding: 0 10px;
  /* Space around the count */
  font-size: 16px;
  /* Font size for the count */
  display: inline-block;
  /* Keeps it inline with the buttons */
}

.product-p-9 {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
  color: #444444;
}

.product-p-10 {
  /* width: 349px; */
  height: 38px;
  padding: 10px 27px 10px 12px;
  border-radius: 5px;
  background: #EDDFC4;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
}

.product-p-11 {
  font-family: Outfit;
  font-size: 10px;
  font-weight: 500;
  line-height: 12.6px;
  text-align: left;
  color: #444444;
}


.product-p-12 {
  width: 100%;
  border-radius: 7.26px;
  border: 1.45px solid #CD215D;
  padding: 8px 0;
  font-family: Outfit;
  font-size: 20.31px;
  font-weight: 500;
  text-align: center;
  color: #C60146;
  background-color: #ffff;
}

.product-p-12:hover {
  background-color: #C60146;
  color: #ffff;
}

.product-p-13 {
  width: 100%;
  border-radius: 7.26px;
  background: #2A2869;
  margin-top: 10px;
  padding: 8px 0;
  font-family: Outfit;
  font-size: 20.31px;
  font-weight: 500;
  /* text-align:center; */
  text-align: center;
  color: #FFFFFF;
  border: none;
  text-decoration: none;
}

.popup-content {
  display: none;
  /* Hidden by default */
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin-top: 10px;
  /* Ensure space between the trigger and content */
}

.part-2-p {
  margin-bottom: 20px;
  /* Ensure spacing between sections */
}

.part-2-p p {
  cursor: pointer;
  margin: 0;
}

@media (min-width: 992px) {
  .product-container .product-side-img {
    width: 13%;
  }
}

.product-container-2 {
  /* width:100%; */
  /* height:680px; */
  /* background-color: #ffff; */
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  padding-top: 50px;
}

.product-content {
  /* width:90%; */
  /* height:598.02px; */
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.pro-con-head {
  width: 100%;
  height: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.pro-con-head img {
  width: 51px;
  height: 51px;

}

.pro-con-head span {
  font-family: Abril Fatface;
  font-size: 36px;
  font-weight: 400;
  line-height: 48.56px;
  text-align: left;
  color: #2A2869;
  text-align: center;
}

.product-main-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.pro-con-p {
  /* width: 100%; */
  /* position: absolute; */
  top: 80%;
  left: 0%;
  text-align: center;
  padding-top: 30px;
}

.pro-con-p span {
  font-family: Outfit;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.24px;
  text-align: center;
  color: #444444;


}

.pro-con-head-2 {
  height: 149.02px;
  /* margin-top: 1rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.head2-box {
  width: 208.33px;
  /* height: 148.18px; */
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: .4rem;
  padding-bottom: 30px;
}

.head2-box img {
  width: 50.66px;
  height: 50.66px;
}

.head2-box .head-2-span-1 {
  font-family: Abhaya Libre ExtraBold;
  font-size: 19.93px;
  font-weight: 800;
  line-height: 29.87px;
  text-align: center;
  color: #2A2869;

}

.head-2-span {
  font-family: Outfit;
  font-size: 15.66px;
  font-weight: 400;
  line-height: 19.74px;
  text-align: center;

}

.pro-con-head-3 {
  height: 262px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part-1 {
  width: 60%;
  height: 262px;
  background: #FFFCF5;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.part-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.part-img p {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  text-align: left;
  margin-top: .8rem;
}

.part-img img {
  width: 56px;
  height: 56px;
  padding: 13px;
  border-radius: 28px;
  display: flex;

}

.part-2 {
  width: 40%;
  height: 262px;
  background: #FFFCF5;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  margin-top: 5rem;
}

.part-2-p {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  border-bottom: 0.5px solid #ACA7A7;
  justify-content: space-between;
}

.part-2-p p {

  font-family: Outfit;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  text-align: left;
  color: #444444;
  padding-bottom: .5rem;
}

.pro-con-head-4 {
  /* height: 490px; */
  background: #FAEAD0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .8rem;
}

.pro-con-head-4 .image-box {
  width: 346px;
  /* height: 462px; */
  border-radius: 10px;
}

.image-box img {
  /* width: 100%; */
  /* height: 100%; */
  width: 80px;
  height: 120px;
}



.last-box {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 0 !important;
  gap: 1.5rem !important;
  margin-left: 2rem;
}

.last-head {
  font-family: Abril Fatface;
  font-size: 28.58px;
  font-weight: 400;
  line-height: 38.56px;
  text-align: left;
  color: #2A2869;

}

.last-head-1 {
  font-family: Outfit;
  font-size: 19.05px;
  font-weight: 500;
  line-height: 24.01px;
  text-align: left;
  color: #444444;

}


.review {
  width: 100%;
  height: 520px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.review-box-1 {
  height: 50px;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}

.review-box-1 .r-p {
  color: #2A2869;
  font-family: Abril Fatface;
  font-size: 32px;
  font-weight: 400;
  line-height: 43.17px;
  text-align: left;

}

.review-write-btn {
  font-size: 18px;
  text-decoration: none;
  padding: 6px 7px;
  justify-content: center;
  margin-top: 20px;
}

.customer_reviews-header {
  display: flex;
  padding: 0 15px;
}

@media only screen and (max-width:480px) {
  .customer_reviews-header {
    padding: 0 16px;
  }

}

@media only screen and (max-width:348px) {
  .customer_reviews-header {
    display: block;
  }

}


@media only screen and (max-width:480px) {
  .review-box-1 .r-p {
    font-size: 24px;
  }


}

@media only screen and (max-width:816px) {
  .review-write-btn {
    font-size: 10px;
  }

  .review-box-1 .r-p {
    font-size: 24px;
  }

}

.r-b {
  width: 15%;
  height: 43px;
  padding: 10px 8px 10px 9px;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  text-align: left;
  border: 1.5px solid #444444;
  cursor: pointer;
}


.review-box-2 {
  /* width:70%; */
  /* height:147px; */
  /* display: flex; */
  border-right: 0.5px solid #ACA7A7;
}

.based-on-review-star p i,
.review_score td i {
  font-size: 18px;

}

.customer_reviews .col-12 .review-box {
  border-top: 1px solid grey;
}

.review_score {
  margin: 0 0 0 25px;
}

.review_score tbody {
  padding-left: 20px;
}

.review-section-body {
  width: 100%;
}

.based-on-review-star-body1 {
  width: 18%;
}

.based-on-review-star-body2 {
  width: 70%;
}

.review-percentage-none {
  display: block;
}



@media only screen and (max-width:480px) {
  .review-percentage-none {
    display: none;
  }
}

@media only screen and (max-width:1100px) {
  .based-on-review-star-body1 {
    width: 23%;
  }
}

@media only screen and (max-width:650px) {
  .based-on-review-star-body1 {
    width: 28%;
  }
}

@media only screen and (max-width:600px) {

  .based-on-review-star p i,
  .review_score td i {
    font-size: 14px;

  }
}

@media only screen and (max-width:600px) {

  .based-on-review-star p i,
  .review_score td i {
    font-size: 12px;

  }

  .based-on-review-star-body1 {
    width: 25%;
  }

  .based-on-review-star-body2 {
    width: 75%;
  }

  .review_score {
    margin: 0 0 0 5px;
  }
}


@media only screen and (max-width:480px) {


  .review_score td i {
    font-size: 10px;

  }

  .based-on-review-star p i {
    font-size: 8px;
  }

  .review_score {
    width: 100%;
    height: 20px;
  }

  .based-on-review-star p {
    margin-bottom: 2px;
    font-size: 10px;
  }


}

.mini-1 {
  /* width:30%; */
  /* border-right: 0.5px solid #ACA7A7; */
}

.mini-1 i {
  font-size: 17px;
}

.based {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.2px;
  /* text-align: left; */
  color: #1C1C1C;
}

.mini-2 {
  /* width:22%; */
  /* display: flex; */
  flex-direction: column;
  /* margin-left: 2rem; */
}

.mini-2 p i {
  font-size: 17px;
  border: 2px;
}


.bar-container {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 1px;
  position: relative;
  height: 15px;
  display: flex;
  gap: 1rem;
  min-width: 80px;
}

.bar {
  height: 100%;
  background-color: yellow;
  border-radius: 1px;
  text-align: center;
  line-height: 30px;
  color: black;
  font-weight: bold;
}

.bar-100 {

  width: 100%;
}

.bar-78 {
  width: 78%;
}

.bar-50 {
  width: 0%;
}

.bar-25 {
  width: 0%;

}


.mini-3 {
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
  width: 30%;
  gap: 1rem;
}

.mini-4 {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;

}

.mini-4 div {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  color: #1C1C1C;

}

.mini-5 {
  border-bottom: 0.5px solid #ACA7A7;
  padding-bottom: 1.5rem;
}

.mini-5 select {
  width: 139px;
  height: 30px;
  padding: 5px 11px 5px 11px;
  border: 1px;
  border: 1px solid #444444;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;

}

.review-box-bottom {
  width: 100%;
  /* height:100px; */
}

@media only screen and (max-width:480px) {
  .review-box-bottom p {
    margin-bottom: 5px;
  }

  .review-box-bottom p span {
    font-size: 10px;
  }
}



.review-box-bottom-1 {
  display: flex;
  gap: .5rem;
}

.mini-box-bottom-2 p {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #1C1C1C;
}

.verified {
  width: 50px;
  padding: 3px;
  background: #1C1C1C;
  font-family: Outfit;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  color: #ffff;
}

.review-box-bottom-2 p {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #1C1C1C;

}

.product-might {
  width: 100%;
  /* padding: 4rem 10rem; */
  /* Reduced padding to avoid overflow issues */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 2rem; */
  box-sizing: border-box;
}

.product-box-1 {
  width: 100%;
  text-align: center;
}

.product-box-1 p {
  font-family: Abril Fatface;
  font-size: 36px;
  font-weight: 400;
  line-height: 27.56px;
  color: #800809;
}

.product-box-2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  overflow-x: auto;
  /* Enable smooth horizontal scrolling */
  scroll-behavior: smooth;
  white-space: nowrap;
  /* Add some padding for better layout */
  scrollbar-width: none;
}

.product-box-2::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for WebKit browsers */
}

/* .product-mini-box {
  flex: 0 0 auto;
  width: 350px;
  height: 500px; 
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
 
} */

.product-add-card {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  font-family: Outfit;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  background-color: #B33F40;
  color: #fff;
  border: none;
  margin-top: auto;
  /* Push the button to the bottom */
}

@media only screen and (max-width:480px) {}

.product-mini-box img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
}

.product-mini-box p {
  font-family: Outfit;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.23px;
  text-align: center;
  color: #1C1C1C;
  /* margin-top: 1rem; */
}

.product-mini-box-span {
  font-family: Outfit;
  font-size: 24px;
  font-weight: 500;
  color: #D74447;
  margin-top: 0.5rem;
}

.product-mini-box-btn,
.product-mini-box-btn-1,
.product-mini-box-btn-2 {
  width: 70px;
  /* Slightly wider for better fit */
  padding: 3px 8px;
  border-radius: 3px;
  font-family: Outfit;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0.5rem;
}

@media (max-width:480px) {
  .product-mini-box-btn {
    font-size: 12px;
    width: 65px;
    padding: 1px 4px;
    margin-top: 4px;
  }

}

.product-mini-box-btn {
  background-color: #BA9754;
  color: #fff;
  border: none;
}

.product-mini-box-btn-1,
.product-mini-box-btn-2 {
  border: 1px solid #BA9754;
  background-color: #fff;
  color: #BA9754;
}

.product-mini-box-btn-1:hover,
.product-mini-box-btn-2:hover {
  background-color: #BA9754;
  color: #fff;
}

.product-add-card {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  font-family: Outfit;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  background-color: #B33F40;
  color: #fff;
  border: none;
  margin-top: 1rem;
}

.product-box-3 {
  margin-top: 2.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media only screen and (max-width:480px) {
  .product-box-3 {
    margin-top: 0.5rem;
  }
}

.product-box-33 {
  width: 80%;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  padding: 0 0 25px 0;
  margin-top: -30px;
}

@media only screen and (max-width:480px) {
  .product-box-33 {
    justify-content: center;
    margin-top: 1px;
  }
}

.product-button-arrow {
  width: 80%;
  height: 1px;
  border: 1px solid #B33F40;
}

@media only screen and (max-width:768px) {
  .product-button-arrow {
    width: 60%;

  }

}

.product-left-arrow,
.product-right-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #B33F40;
  background-color: #fff;
  /* Optional: Customize button style */
  cursor: pointer;
  z-index: 10;
}

@media only screen and (max-width:480px) {

  .product-left-arrow,
  .product-right-arrow {
    width: 35px;
    height: 35px;

  }
}




.product-left-arrow i,
.product-right-arrow i {
  color: #B33F40;
}




/* Login Start */
.login-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 25px;
}

.login-frame-img {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-frame-img img {
  width: 100%;
  height: 50px;
  object-fit: cover;
}

.login-content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;

}

.login-content form {
  max-width: 100%;
  width: 584px;
}

.login-form {
  width: 100%;
  /* height: 312px; */
  /* max-width: 100%; */
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
  /* align-items: center; */
}

.login-form label {
  font-family: Times New Roman;
  font-size: 28px;
  font-weight: 700;

  text-align: left;
  color: #2A2869;
}

.login-form input {
  width: 100%;
  height: 60px;
  padding: 17px 20px 17px 20px;
  border-radius: 4px;
  border: 1px solid #858484;

}

.login-form input::placeholder {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #444444;

}

.login-anchar {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  text-align: left;
  color: #C60146;
  cursor: pointer;
}

.login-btn {
  width: 110px;
  height: 36px;
  border-radius: 3px;
  background: #2A2869;
  font-family: Outfit;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  text-align: left;
  color: #ffff;
  border: none;
  text-align: center;
}

#back-to-list-button-det {
  border-radius: 3px;
  background: #2A2869;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #ffff;
  border: none;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  margin-bottom: 20px;

}

.login-register {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  text-align: left;
  color: #C60146;
  cursor: pointer;
}

.resetpass-popup h4 {
  font-family: Outfit;
  font-size: 24px;
  font-weight: 600;
  line-height: 22.68px;
  text-align: left;
  color: #C60146;
  cursor: pointer;

}

.resetpass-popup .form-box {
  font-family: Times New Roman;
  font-size: 28px;
  font-weight: 700;
  line-height: 32.2px;
  text-align: left;
  color: #2A2869;
}

.login100-form input {
  width: 100%;
  height: 60px;
  padding: 17px 20px 17px 20px;
  border-radius: 4px;
  border: 1px solid #858484;

}

.login100-form input::placeholder {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #444444;

}

.form-footer .form-checkbox {
  text-align: left;
}

.form-footer a {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  text-align: left;
  color: #C60146;
  cursor: pointer;
}

#signin-remember {
  width: 30px;
  height: 20px;



}

.login100-form button,
.login100-form button:hover {
  border-radius: 3px;
  background: #2A2869;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 500;
  line-height: 17.64px;
  text-align: left;
  color: #ffff;
  border: none;
  text-align: center;
  padding: 10px 20px;

}


.register-container {
  /* width: 45%; */
  /* height: 570px; */
  /* position: absolute; */
  /* top: -16%; */
  /* left: 50%; */
  /* transition: left 0.5s ease; */
  /* display: none; */
  /* border: 0.5px solid #ACA7A7; */
  /* background-color: #ffff; */
  /* z-index: 1000; */
}

.register-container.show {
  display: block;
  left: 0;
}

.register-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 1rem;
  justify-content: space-between;
  border-bottom: 0.5px solid #ACA7A7
}

.register-text p {
  font-family: Abril Fatface;
  font-size: 30px;
  font-weight: 400;
  color: #1c1c1c;
  margin-top: 1rem;
  cursor: pointer;
}

.login-register-btn {
  width: 100%;
  height: 66px;
  border-radius: 10px;
  background: #2A2869;
  font-family: Outfit;
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  text-align: center;
  color: #ffff;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width:480px) {
  .login-register-btn {
    height: 50px;

  }

}

.register-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}

.register-form form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  /* padding: 1.5rem; */
}

.register-form input {
  width: 100%;
  height: 57px;
  padding: 18px;
  border-radius: 4px;
  border: 0.5px solid #858484;
  margin-top: .5rem important;
}

@media only screen and (max-width:768px) {
  .register-form input {
    height: 45px;
    padding: 10px;
  }


}

@media only screen and (max-width:480px) {
  .register-form input {
    height: 40px;
    padding: 10px;
  }

  .register-form form {
    gap: 1rem;
  }

}

#go-to-login {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #C60146;

}

@media only screen and (max-width:480px) {
  #go-to-login {
    font-size: 14px;
  }
}

/* Login End */


/* shopping-cart start */
.shopping-container {
  width: 100%;
  height: auto;
  /* Adjust height to auto */
  position: relative;
}

.shopping-frame-img {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopping-frame-img img {
  width: 100%;
  height: 50px;
  object-fit: cover;
}

.shopping-content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

table {
  width: 70%;
  /* Ensure the table takes up most of the container */
  border-collapse: collapse;
  /* Merge borders between cells */
  margin-top: 20px;
  height: 248.05px;

}

thead th {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  /* Add border to bottom of header row */
}

tbody td {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;

}


.checkout_item table tbody td {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 600;

  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}


.promocodebtn {
  font-size: 18px;
  width: 100%;
  padding: 17px 0 17px 26px;
  border: 1px solid grey;
  color: green;
  background-color: white;
  cursor: pointer;
  border-radius: 5px;
}

@media only screen and (max-width:480px) {
  .promocodebtn {
    font-size: 15px;
    width: 100%;
    padding: 12px 0 10px 13px;
    border: 1px solid grey;
    color: green;
    background-color: white;
    cursor: pointer;
    border-radius: 5px;
  }

}

.promocodebtn i {
  padding-right: 5px;
}

.promocode-applybtn {
  font-size: 25px;
  border: none;
  color: rgb(252, 249, 249);
  background: grey;
  padding: 12px 33px;
  border-radius: 5px;
}

@media only screen and (max-width:480px) {
  .promocode-applybtn {
    font-size: 20px;
    border: none;
    color: rgb(252, 249, 249);
    background: grey;
    padding: 5px 26px;
    border-radius: 5px;
    margin-top: 5px;
  }

}

#promo_code {
  font-size: 23px;
  color: #2c2c2c;

}

@media only screen and (max-width:500px) {
  tbody td {
    font-size: 10px;
    padding: 0;
  }
}


.shopping-table-img {
  /* display: flex; */
  gap: 1.2rem;
  align-items: center;
}

.shopping-table-img img {
  width: 142px;
  height: 142px;
  border-radius: 10px;
}


.shopping-table-img p {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}

.shopping-price {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #1C1C1C;

}

.shopping-table-pack {
  width: 90px;
  height: 30px;
  padding: 5px;
  border-radius: 20px;
  background: #1C1C1C;
  font-family: Outfit;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
  color: #ffff;
}

.shopping-table-img a {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.18px;
  text-align: left;
  color: #444444;

}

/* Adjusting minus and plus buttons */
.shopping-minus,
.shopping-plus {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* color: #060606; */
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  /* padding:0; */
  color: #fff;
  /* padding: 0; */
}





.shopping-count {
  font-family: Outfit;
  font-size: 22.86px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #000000;

}

.shopping-total {
  font-family: Outfit;
  font-size: 20.86px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left !important;
  color: #000000;
}

.shopping-bottom {
  /* width: 100%; */
  /* height: 200px; */
  /* display: flex; */
  /* justify-content: end; */
  /* align-items: end; */
  overflow: auto;
}

.shopping-bottom-content {
  width: 30%;
  /* height: 200px; */
  min-width: 300px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  float: right;
  padding-bottom: 20px;
  margin-right: 30px;
}

.subtotal {
  font-family: Outfit;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.24px;
  text-align: left;
  color: #1C1C1C;

}

.tax {
  font-family: Outfit;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.12px;
  text-align: left;
  color: #444444;
}

.shopping-bottom-btn {
  width: 64%;
  height: 60px;
  padding: 15px 0 15px 0;
  gap: 10px;
  border-radius: 7.26px;
  font-family: Outfit;
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  text-align: center;
  border: none;
  background: #2A2869;
  color: #ffff;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
}

.shopping-table-img a:hover {
  text-decoration: underline;
}

.shopping-content td i {
  font-size: 16px;
  cursor: pointer;
  margin: 0 10px;
  /* Add space between icons and quantity */
}

.shopping-content td span {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
}



@media only screen and (max-width:1000px) {
  .shopping-table-img img {
    width: 120px;
    height: 127px;
  }

  .shopping-price {
    font-size: 16px;
  }

  .shopping-content td i {
    font-size: 12px;
  }

  .shopping-minus,
  .shopping-plus {
    width: 24px;
    height: 24px;
    line-height: 22px;
  }

  .shopping-total {
    font-size: 16px;
  }

  .shopping-table-img p {
    font-size: 14px;
    line-height: none;
    margin-bottom: 10px;
  }

  .shopping-table-pack {
    width: 80px;
    height: 30px;
    font-size: 15px;
  }

}

@media only screen and (max-width:900px) {
  .shopping-table-img img {
    width: 100px;
    height: 110px;
  }
}



@media only screen and (max-width:480px) {
  #subtotalDisplays {
    padding: 0;
  }



}



/* Ensure the text in the last column (total) is aligned properly */
.shopping-content td:last-child {
  text-align: right;
}

/* shopping-cart end */

/* dropdown shopall start */

nav#navbar {
  padding: 0;
}

#navbarNav .dropdown-menu {
  border-radius: 0;
  border: 0;
  width: 100%;
  margin-top: 21px;
  /* z-index: 100000; */
}

#shop_all_button {
  margin-bottom: 0
}



#navbarNav a {
  font-family: 'Outfit';
  color: #000;
  text-decoration: none;
}

.dropdown-content {
  background: #c61529;
  width: auto;
  height: auto;
}

#full_shop_menu img {
  width: 198px;
  height: 206px;
  border-radius: 10px;
}

@media only screen and (max-width:1450px) {
  #full_shop_menu img {
    width: 180 px;
    height: 140px;
  }
}

#navbar .container-fluid {
  padding-left: 0
}

.dropdown-container {
  border-bottom: 1px solid #00000033;
}

#navbar .dropdown-menu {
  padding: 10px 15px;
  background: #FAEAD0;
  width: 222px;
}

.shopall-container.container-fluid {
  padding: 0;
}



@media screen and (max-width:768px) {
  .third-box h2 {
    margin-top: -50x;
    z-index: 1111;
  }
}


a.navbar-brand {
  padding: 0;
  margin-right: 0;
}

#full_shop_menu a {
  text-decoration: none
}

#full_shop_menu h4,
#full_shop_menu h4 a {
  font-family: Abril Fatface;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
  color: #2A2869;
  margin-top: 10px;
  margin-bottom: 13px;
}

.shoppall-p {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #000000;
  display: block;

  text-decoration: none;
}

.dropdown-content-sweets {
  width: 180% !important;
  height: auto;
  background: #FAEAD0 !important;
  padding: 2rem;
}

.dropdown-content-sweets a {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  color: #000000;

}

/* dropdown shopall end */


/* shopping address */

.address {
  width: 544px;
  height: 950px;
  border: 1px solid #858484;
  background: #FFFFFF;
  position: fixed;
  top: 50%;
  /* Vertically center the popup */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  display: none;
  overflow-y: scroll;
  /* Enable vertical scrolling */
  overflow-x: hidden;
  /* Disable horizontal scrolling */
  max-height: 95vh;
  /* Limit the height to 80% of the viewport */
  scrollbar-width: none;
  /* For Firefox */
}

/* Hide scrollbar for Chrome, Safari, Edge */
.address::-webkit-scrollbar {
  display: none;
}

/* Prevent body scroll when popup is open */
.no-scroll {
  overflow: hidden;
}




.address-head {
  width: 544px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  border-bottom: 1px solid #858484
}

.newaddress-head {
  width: 544px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  border-bottom: 1px solid #858484;
}

.newaddress-head p {
  text-align: center;
  flex: 1;
  font-family: Outfit;
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  color: #1C1C1C;

}

.newaddress-head i {
  font-size: 30px;
  color: #000000;
  cursor: pointer;
}

.address-head img {
  width: 222px;
  height: 50px;
  margin: 0 auto;
}

.address-head i {
  font-size: 30px;
  color: #000000;
  cursor: pointer;
}

.address-form-1 {
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: .5rem;
}


.address-form-1 .address-box-form1 p {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  color: #444444;


}

.address-form-1 .address-box-form1 input {
  width: 450px;
  height: 46px;
  padding: 13.05px 15.36px 13.05px 15.36px;
  border-radius: 3.07px;
  border: 0.77px solid #858484;
}

.address-checkbox {
  font-family: Outfit;
  font-size: 14px;
  font-weight: 300;
  line-height: 17.64px;
  text-align: left;
  display: flex;
  align-items:
    center;
  gap: 5px;
  margin-top: .5rem;
}

.address-checkbox a {
  font-family: Outfit;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  text-align: left;
  color: #2A2869;

}

.address-btn a {
  width: 447px;
  height: 46px;
  padding: 11.52px 152.02px 11.48px 148.98px;
  border-radius: 6px;
  background: #2A2869;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  text-align: left;
  color: #ffff;
  border: none;
  margin-top: 1rem;
  text-decoration: none;

}

/* dropdown shopall end */


.order-summary-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-summary {
  width: 544px;
  height: 650px;
  border: 1px solid #858484;
  background: #FFFFFF;

}

.order-summary-head {

  width: 544px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  /* Ensures the arrow is on the left and image is centered */
  align-items: center;
  padding: 0 1.5rem;
  border-bottom: 1px solid #858484
}

.cupon {
  height: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;

}

.cupon-box {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: 1px;
  border: 1px solid #858484;
  padding: 1rem;
}


.order-summary-head i {
  font-size: 30px;
}

.order-summary-head p {
  font-family: Outfit;
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  text-align: left;
  color: #1C1C1C;
}

.cupon-box-item {
  display: flex;
  justify-content: space-between;
}

.cupon-box-item p {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 500;
  line-height: 25.2px;
  text-align: left;
  color: #444444;
}


.ordersummery-btn {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: 1px;
  border: 1px solid #858484;
  padding: 1rem;
  text-align: center;
}

#header {
  /* overflow-x: hidden; */
  padding: 0;
  width: calc(100% - -9px);
  margin: 0;
}

/* 
@media only screen and (max-width:768px) {
  #header {
   
    padding: 0;
    width: calc(100% - -9px);
    margin: 0;
  }

} */

@media(max-width:1200px) {

  /* Menu Fixes */
  div#header {
    position: unset;
    /* overflow-x: hidden; */
  }

  button.navbar-toggler {
    padding: 5px;
    border: 0;
    box-shadow: 0 0 !important;
  }

  #navbarNav a {
    padding: 10px 25px;
    font-size: 20px;
    color: #2a2869;
  }

  #navbarNav .dropdown-toggle::after {
    display: none;
  }

  #navbarNav .dropdown-menu {
    width: auto;
    background: #fff;
    padding: 0 15px 40px;
    margin-top: 0;
  }

  #navbar .container-fluid {
    padding: 0;
  }
}

[aria-expanded=true] i.fa-solid.fa-angle-right {
  transform: rotate(-90deg);
}

@media(max-width:1200px) {
  ul#alt_sidebar_2 a.nav-link {
    padding: 5px 5px;

  }

  #alt_sidebar_2 img {
    padding: 7px 0 0 0px;
    margin-right: 10px;
  }

  #shoppingMobile {
    padding: 0;
    margin: 0;
  }
}

@media(max-width:458px) {
  #navbar .navbar-brand img.img-fluid {
    max-height: 66px !important;
    margin: 13px 0px 6px 0px !important;
  }



}

@media(max-width:500px) {}

@media(max-width:416px) {
  #navbar .navbar-brand img.img-fluid {
    max-height: 60px !important;
    margin: 13px 0px 6px 0px !important;
  }


  #alt_sidebar_2 a span {
    font-size: 12px;
  }



}

@media(max-width:366px) {
  #navbar .navbar-brand img.img-fluid {
    max-height: 40px !important;
    margin: 13px 0px 6px 0 !important;
  }

}

table#line_container {
  width: 100%;
  margin-top: 0;
  height: unset;
  margin-top: -40px;
}

table#line_container td {
  border: 0;
}

.row.footer {
  padding: 40px 0;
}

#footer_links li {
  font-size: 18px;
  padding: 2px 0;
}


li.default_ls {
  line-height: normal;
}

nav#footer_navbar {
  background: #FAEAD0;
}

nav#footer_navbar .container-fluid {
  padding: 0 20px;
}

#footer_navbar ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
  font-family: 'Outfit';
}

#footer_nav_sm ul.dropdown-menu.show {
  background: transparent;
  border: 0;
  padding: 0;
}

#footer_nav_sm .dropdown a:hover {
  background: transparent;
}

#footer_nav_sm a.dropdown-item {
  padding-left: 0;
}

label {
  font-family: Outfit;
  font-size: .9em;
  margin-bottom: .7rem;
}

#footer_navbar .row {
  flex-grow: 1;
}

nav#footer_navbar {
  padding: 20px 0;
}

label {
  font-family: Outfit;
  font-size: .9em;
  margin-bottom: .7rem;
}

#footer_navbar .row {
  flex-grow: 1;
}

nav#footer_navbar {
  padding: 20px 0;
}

#footer_navbar .dropdown-toggle::after {
  display: none;
}

.row.blog-11-container {
  margin-bottom: 20px;
  align-items: baseline;
}

.blog-11-container .col-lg-4.col-md-6 {
  margin-bottom: 30px;
}

@media(max-width:768px) {
  #treats_row .sweets {
    flex: 0 0 auto;
    /* width: 33.33333%; */
  }
}

@media(max-width:500px) {
  #treats_row .sweets {
    /* flex: 0 0 auto; */
    /* width: 50%; */
  }

  .third-box {
    background: #fff;
  }
}

.box-india img.bottom-left-leaf {
  display: block;
}

.box-india {
  padding: 40px 20px 30px 20px;
  text-align: center;
}

.box-india img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width:768px) {

  .box-india img {
    display: block;
    margin: 5px 20px;
  }
}




@media(max-width:992px) {
  div#category-gallery {
    display: none;
  }

  .row.product-conatiner {
    padding: 0 0 0 1rem !important
  }
}

.product-desc {
  margin-bottom: 10px;
}

.row.quality_sections {
  background: #FAEAD0;
  width: 101%;
  justify-content: center;
}

@media only screen and (max-width:500px) {
  .row.quality_sections {
    width: 103%;
  }
}

.quality_sections table td {
  border: 0;
}

.image-box table {
  margin-top: 0;
}

.quality_sections p {
  margin-bottom: 0;
  width: 66%;
}

@media only screen and (max-width:1400px) {
  .quality_sections p {
    width: 100%;
  }
}

@media only screen and (max-width:992px) {
  .quality_sections p {
    width: 100%;
  }




}

table.review_score {
  height: unset;
}

div#customer_reviews {
  padding: 30px 0;
}

.review-write-btn-body {
  float: right;
}

@media(min-width:992px) {
  div#customer_reviews {
    padding: 30px 10%;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .shopping-content table {
    width: 100%;
    /* Ensure the table adapts to container width */
    table-layout: fixed;

    /* Prevent overflow by adjusting column widths */
  }

  .shopping-content {
    max-width: 100%;
    /* Ensure full-width for smaller screens */
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    /* Stack content vertically */
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
    /* Scroll horizontally if content exceeds width */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling for mobile */
    scrollbar-width: thin;
    /* Fallback scrollbar appearance */
  }

  /* Hide scrollbar for Chrome/Edge/Safari */
  .shopping-content::-webkit-scrollbar {
    display: none;
  }

  .shopping-plus i,
  .shopping-minus i {
    margin: 0 !important;
  }

  #checkout_form .col-md-6 {
    border-right: 0 !important;
  }

  .shopping-bottom-content {
    width: 100%;
    /* Ensure it spans the entire container */
    margin: 0 auto;
    text-align: center;
    /* Center-align buttons */
  }

  .shopping-bottom-content .shopping-bottom-btn {
    width: auto;
    padding: 10px 20px;
    /* Adjust padding for smaller buttons */
  }

  /* Ensure images within the table are responsive */
  .shopping-table-img img {
    max-width: 100%;
    height: auto;
  }
}

div#checkout_form {
  font-family: Outfit;
  padding: 0 15%;
}

.form-control {
  font-family: Outfit;
}

div#checkout_form .form-control {
  padding: 12px 10px;
  border-radius: 4px;
  border: 1px solid #808080 !important;
}

div#checkout_form .form-control:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .13);
}

.shipping_method_section table {
  height: unset;
  width: 100%;
  margin-top: 0;
}

.shipping_method_section table td {
  border: 0;
}

.shipping_method_section .btn {
  width: 100%;
  margin-bottom: 1rem;
}

.shipping_method_section .btn:hover {
  background: #f6e7e7;
}

.shipping_method_section .float-end {
  color: #000;
  font-weight: bold;
}

.shipping_method_text span.charge_desc {
  display: block;
  color: #ca1010;
}


.shipping_method_section table td {
  padding-top: 5px;
  padding-bottom: 0px;
}

.shipping_method_section td.shipping_method_text {
  text-align: left;
  padding-left: 30px;
}



.shipping_method_text big {
  color: #363636;
}

#checkout_form label.form-check.mb-3 {
  padding-left: 0;
  font-size: 1.2rem;
}

.cod_button:hover {
  background: #f6e7e7;
}

#items_list table {
  height: unset;
  width: 100%;
}

#items_list td.item_text {
  padding-left: 20px;
  width: 30px;
}

.checkout_item tbody td {
  border: 0;
}

a.remove_btn {
  color: #922626;
}

#items .input-group {
  gap: 1em;
}

input.form-control#coupon_code_text {
  color: #000;
  padding-left: 35px;
}

button#apply_coupon_btn {
  background: #d9d9d9;
  border: 0;
  border-radius: 5px;
  color: #333;
}

#treats_row {
  margin-top: -10rem;
}

button#complete_order_inside,
button#complete_order_outside,
button#complete_order_inside:hover,
button#complete_order_outside:hover {
  background: #2a2869;
  border: 0;
  width: 100%;
  display: block;
  padding: 15px 0;
  border-radius: 5px;
}

@media(max-width:1400px) {
  div#checkout_form {
    padding: 0
  }
}

@media(max-width:768px) {
  div#checkout_form {
    border-right: 0 !important
  }
}

input.form-control#coupon_code_text {
  color: #080;
  padding-left: 35px;
}

@media(max-width:768px) {
  .row.blog-12-container.blue-blog-12 {
    padding: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
    flex-direction: column;
    display: block;
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .blue-blog-12 .col-xl-3.col-lg-4.col-md-6 {
    width: 250px;
    /* flex-direction: column; */
    /* max-width: unset; */
    /* flex-flow: column; */
    display: inline-block;
    white-space: normal;
  }

  .col-lg-10.blog-6-head p {
    text-align: center;
  }

  .see_all_btn {
    display: block;

  }

  .blog-8-head p a {
    display: block;
    margin: 1px auto;
  }

  .slider {
    overflow: auto;
    scrollbar-width: none;
    display: block !important;

    white-space: nowrap
  }

  #treats_row {
    margin-top: -16rem;
  }

  .sweets p {
    margin-top: 5px;
  }

  .slider .container-img.col-6.col-lg-3.col-sm-4 {
    white-space: normal;
    width: 295px;
    display: inline-block;
    vertical-align: top;
    padding: 3px;
  }

  .sweets.col {
    width: 180px;
    display: inline-block;
    margin-top: -26px;
  }

}

#footer_navbar ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

#footer_navbar li.default_ls {
  padding-left: 20px
}

#footer_navbar li.li-head {

  margin-bottom: 10px;
  font: bold .9em Outfit !important;
  margin-bottom: .7rem;
}

@media(max-width:768px) {
  .shopping-bottom {
    overflow: unset
  }

  #cart_page td.shopping-table-img {
    display: table-cell;
  }
}

@media(min-width:1700px) {
  .col-lg-10.blog-8-img {
    justify-content: center !important
  }
}

@media(max-width:768px) {
  .category-filter img {
    width: 244px;
    height: 300px;
  }
}

@media only screen and (max-width:480px) {
  .category-filter img {
    width: 200px;
    height: 250px;

  }
}

@media only screen and (max-width:400px) {
  .category-filter img {
    width: 200px;
    height: 200px;

  }
}

.category-filter.col-lg-4.col-md-6.col-12 {
  padding: 0 50px;
}

/* Remove padding on mobile devices */
@media (max-width: 576px) {

  /* Target small devices and below */
  .category-filter.col-lg-4.col-md-6.col-12 {
    padding: 8px;
    /* Override padding for mobile */
  }
}


@media(min-width:1200px) {
  ul.navbar-nav {
    flex: 1 !important;
    width: 100%;
    justify-content: space-between;
  }
}

#floating_checkout {
  position: fixed;
  bottom: 0;
  background: #fff;
  padding: 0 10%;
  z-index: 105;
}

#floating_checkout .product {
  width: 100%;
  height: unset;
  margin: 0;
}

img.product-img {
  border-radius: 10px;
  margin-right: 10px;
}

#floating_checkout h1 {}

#floating_checkout h2 {
  font: 25px'Abril Fatface';
  color: #2A2869;
}

@media(max-width:1400px) {
  #floating_checkout {
    padding: 0 1%;
  }
}

@media(max-width:992px) {
  #floating_checkout {
    display: none
  }
}

hr.blue_line {
  border: 1.5px solid #2a2a69;
  opacity: 1;
  z-index: -1;
  margin-top: -35px;
  margin-bottom: 55px;
}

@media only screen and (max-width:768px) {
  hr.blue_line {
    margin-top: -18px;
  }
}

.category-header h1 {
  background: #fff;
}

.col-lg-12.category-header.mt-3 {
  text-align: center;
}

.r.yellow-bg {
  /* background: #FAEAD0; */
  /* height: calc(100% - 30px); */
  box-shadow: inset 0 50px #fff, inset 0 300px 0 #FAEAD0;
}

.bestsellers_text {
  font-family: 'Piazzolla';
  font-size: 1.2rem;
  border-radius: 15px;
  border-left: 10px solid #2a2a69;
  padding-left: 40px;
  margin-top: 86px;
  padding-bottom: 20px;

}

@media only screen and (max-width:768px) {
  .bestsellers_text {
    margin-top: 45px;
  }
}

@media only screen and (max-width:480px) {}

.bestsellers_text h3 {
  padding-top: 15px;
  font-family: 'Abril Fatface';
  color: #2a2a69;
}

.bestsellers_text a {
  margin-bottom: 10px;
}

@media (max-width: 480px) {

  /* Target mobile devices */
  .bestsellers_text {
    margin-top: 40px;
  }
}

@media(max-width:1200px) {
  .r.yellow-bg {
    background: #FAEAD0;
    box-shadow: 0 0;
    margin: 0 -12px;
  }

  .bestsellers_text {
    text-align: center;
    padding: 0 0 30px 0;
    border-left: 0;
  }
}

@media(max-width:480px) {
  .bestsellers_text {
    padding: 0;
  }
}

.r.yellow-bg.no-clip {
  box-shadow: none;
  background: #FAEAD0;
  margin: 0 -12px;
}

.r.yellow-bg.no-clip h1 {
  background: #FAEAD0;
}

.explore_more_section .sweets.col button.d-block.btn-primary.btn.mt-2 {
  background: #2A2869;
  color: #fff;
  width: 100%;
  border-radius: 10px !important;
  padding: 10px;
  font: bold 1rem Outfit;
  border: 0;
}



.explore_more_section .slides {
  white-space: nowrap;
  overflow: auto;
  scrollbar-width: none;
}

.explore_more_section .sweets.col {
  display: inline-block;
  margin-right: 20px;
}

.r.yellow-bg.no-clip.mb-5.explore_more_section {
  padding-bottom: 30px;
}

/* @media(max-width:380px) {
  span.modified_price {
    font-size: 16px !important;
  }
} */

p.preserves_desc {
  color: #ACA7A7;
  font-weight: normal
}

.box-4 {
  display: flex;
  flex-direction: row;
}

.blog-6-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.see_all_btn {
  /* margin-left: 100px; */
}

@media screen and (max-width:500px) {
  .blog-6-head {
    font-size: 22px;
    display: flex;
    flex-direction: row;
    padding-top: 10px;
  }

  .see_all_btn {
    /* margin-left: 50px; */
  }

}

.blog-7-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width:500px) {
  .blog-7-head {
    display: flex;
    flex-direction: column;
  }

}

.blog-8-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width:500px) {
  .blog-8-head {
    display: flex;
    flex-direction: row;
  }

}

.category-filter.col-lg-4.col-md-6.col-12 {
  height: 350px;
  width: 350px;
}

@media screen and(max-width:500px) {
  .category-filter.col-lg-4.col-md-6.col-12 {
    width: 650px;
    height: 800px !important;
  }

  .blog-6-img-details {
    top: -20%;

  }

}


@media screen and(max-width:1477px) {
  .category-filter.col-lg-4.col-md-6.col-12 {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    height: 400px;
    width: 600px;
  }

}





/* category page*/
.category-filter.col-lg-4.col-md-6.col-12 {
  height: auto;
  width: 430px;
}

@media only screen and (max-width:860px) {
  .category-filter.col-lg-4.col-md-6.col-12 {
    height: auto;
    width: 280px;
    padding: 0 15px;
  }


}



@media only screen and (max-width:560px) {
  .category-filter.col-lg-4.col-md-6.col-12 {
    padding: 0 15px;
  }
}

@media screen and (max-width:480px) {
  .category-filter.col-lg-4.col-md-6.col-12 {
    padding: 0 10px;

  }

}



@media screen and(max-width:500px) {
  .category-filter.col-lg-4.col-md-6.col-12 {
    width: 650px;
    height: 800px !important;
    padding: 0 10px;

  }

  .blog-6-img-details {
    top: -20%;
  }

}



@media screen and(max-width:1477px) {
  .category-filter.col-lg-4.col-md-6.col-12 {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    height: 400px;
    width: 600px;
  }

}



.category-filter .blog-6-btn {
  width: 100%;
  height: 2rem;
  margin-top: 10px;
  padding: .5 rem;
  border-radius: 5px;
  background: #B33F40;
  border: none;
  font-family: Outfit;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  color: #fff;

}

.category-filter .blog-6-btn-stock {
  width: 100%;
  height: 2rem;
  margin-top: 10px;
  padding: .5 rem;
  border-radius: 5px;
  background: #b33f4161;
  border: none;
  font-family: Outfit;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  color: #fff;

}

@media only screen and (max-width:480px) {
  .category-filter .blog-6-btn {
    height: 24px;
    margin-top: 4px;
  }

  .category-filter .blog-6-btn-stock {
    height: 24px;
    margin-top: 4px;
  }
}

/* .blog-6-box {
  width: 60px;
  padding: 3px 15px;
  border-radius: 3.26px;
  border: none;
  font-family: Outfit;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  margin-left: 0.5rem;
  text-align: center;
  background: #2A2869;

} */

/* @media only screen and (max-width:480px) {
  .blog-6-box {
    width: 52px;
    padding: 2px 8px;
    font-size: 10px;
  }
} */

.explore_more_section .sweets.col a {
  text-decoration: none;
}

.product-main-img {
  height: 680px;
}

@media only screen and (max-width:990px) {
  .product-main-img {
    margin-left: 20px
  }
}

#pincode::placeholder {
  font-style: italic;
}

.product-mini-box {
  flex: 0 0 auto;
  width: 101px;
  height: 140px;

  overflow: hidden;

}

.product-mini-box img {
  height: 120px;
}

#product_view_mobile {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

#product_view_mobile .flex-nowrap .col-3 {
  padding: 0 7px 0 0;
}


.product-box-2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  scroll-behavior: smooth;
  white-space: nowrap;
  overflow-x: auto;
  /* Enables horizontal scroll */
  /* overflow-y: hidden; Prevents vertical scroll */
  scrollbar-width: thin;
  /* Firefox: makes scrollbar thinner */
  margin-top: -20px;
  height: auto;
  padding: 15px 0 15px 0;
  margin-bottom: 10px;
}


.product-box-1 {
  width: 100%;
  text-align: left;
}

.product-box-1 p {
  font-family: Abril Fatface;
  font-size: 18px;
  font-weight: 300;
  /* line-height: 48.56px; */
  color: #B33F40;
}

.accordion {
  align-items: center;
  text-align: center;
  border-left: none;
  border-top: none;
  width: 80%;
  margin-left: 10rem;
  margin-right: 10rem;

}

.accordion .accordion-item:first-child {
  border-top: none;
}

.accordion .accordion-item {
  border-left: none;
  border-right: none;
}

.accordion-button.collapsed {
  font-family: Fredoka;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.62px;
  text-align: left;
  color: #2A2869;

}

@media (max-width:500px) {
  .accordion {
    margin-left: 0px;
    margin-right: 0px;
    align-items: center;
    text-align: center;
    width: 100%;
  }

}

@media (max-width:800px) {
  .accordion {
    margin-left: 0px;
    margin-right: 0px;
    align-items: center;
    text-align: center;
    width: 100%;
  }

}

@media (max-width:1000px) {
  .accordion {
    align-items: center;
    text-align: center;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

}

/* Base Styles (for large screens) */
.quality_sections {
  display: flex;
  flex-wrap: nowrap;
  padding: 1rem;
  width: 100%;
  text-align: left;

}

@media only screen and (max-width:1000px) {
  .quality_sections {
    gap: 0px;
  }
}




.quality-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media only screen and (min-width:992px) {
  .quality-img2 {
    display: none;

  }

}

@media only screen and (max-width:992px) {
  .quality-img1 {
    display: none;

  }

}

.quality-img1 img {
  max-width: 100%;
  height: auto;
}

.quality-img h2 {
  font-family: 'Abril Fatface', serif;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 15px;

  color: #2A2869;
  margin-top: 40px;
}

@media only screen and (max-width:1400px) {
  .quality-img h2 {
    margin-top: 0;
  }
}

@media only screen and (max-width:1000px) {
  .quality-img h2 {
    padding-left: 15px;
  }

  .quality_sections p {
    padding-left: 15px;
  }

}

.quality-p {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
  margin-top: 0.5rem;
  text-align: start;
  padding-bottom: 15px;
}

@media (max-width: 992px) {
  .quality-img h2 {
    margin-top: 10px;
  }
}

/* Responsive at 1400px */
@media (max-width: 1400px) {
  .quality_sections {
    padding: 1.5rem;
  }

  .quality-img h2 {
    font-size: 26px;

  }

  .quality-p {
    font-size: 17px;
  }
}

/* Responsive at 1200px */
@media (max-width: 1200px) {
  .quality_sections {
    padding: 1.5rem;
  }

  .quality-img h2 {
    font-size: 24px;
  }

  .quality-p {
    font-size: 16px;
  }
}

/* Responsive at 1000px */
@media (max-width: 1000px) {
  .quality_sections {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
  }

  .quality-img {
    flex: 1 1 48%;
    max-width: 48%;
  }

  .quality-img h2 {
    font-size: 24px;
  }

  .quality-p {
    font-size: 15px;
  }
}

/* Responsive at 600px */
@media (max-width: 600px) {
  .quality_sections {
    padding: 0.5rem;
    text-align: center;
  }

  .quality-img {
    max-width: 90%;
  }




}

/* Responsive at 400px */
@media (max-width: 400px) {
  .quality-img h2 {
    font-size: 20px;
  }

  .quality-p {
    font-size: 15px;
  }
}

.product-box-4 {
  display: flex;
  flex-direction: row;
  padding-left: 9rem;
  padding-right: 9rem;
  text-align: center;
}

.box-smile {
  padding: 0 30px;
}

.box-smile p,
span {
  text-align: center;
}

.box-smile {
  width: 200px;
}

.box-smile p {
  font-family: Abhaya Libre ExtraBold;
  font-size: 21.93px;
  font-weight: 800;

  text-align: center;
  color: #2A2869;
  margin: 0;
  padding: 15px 0 3px 0;

}

@media (max-width:582px) {
  .box-smile p {
    font-size: 16px;
  }

}

.box-smile span {
  font-family: Outfit;
  font-size: 15.66px;
  font-weight: 400;
  line-height: 19.74px;
  text-align: center;
  color: #444444;

}

@media only screen and (max-width:582px) {

  .box-smile span {
    font-size: 11px;
  }

}

@media (max-width:400px) {
  .box-smile p {
    width: 100%;
    height: auto;


  }

  .box-smile {
    justify-content: center;
  }

  .product-box-4 {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    justify-content: center;
  }


}

@media (max-width:900px) {
  .product-box-4 {
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }




}

@media (max-width:980px) {
  .box-smile {
    flex: 1 1 45%;
    width: 50%;
    margin-bottom: 20px;

  }

}


.product-might1 {
  width: 100%;
  /* padding: 4rem 10rem; / / Reduced padding to avoid overflow issues */
  display: flex;
  flex-direction: column;

  /* gap: 2rem; */
  box-sizing: border-box;
}

.product-box-5 p {
  font-family: Abril Fatface;
  font-size: 36px;
  font-weight: 400;
  line-height: 48.56px;
}

.product-box-5 {
  text-align: left;
}

.product-box-6 {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  overflow-x: auto;
  align-items: flex-start;
  gap: 2rem;
  overflow-x: auto;
  /* Enable smooth horizontal scrolling */
  scroll-behavior: smooth;
  white-space: nowrap;
  padding: 1rem 0;
  /* Add some padding for better layout */
  scrollbar-width: none;
}

@media only screen and (max-width:480px) {
  .product-box-6 {
    gap: 12px;

  }
}

.product-mini-box1-img {
  height: 440px;
  width: 100%;
  border-radius: 10px;
}


.product-box-6::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for WebKit browsers */
}

.product-mini-box1-price-card {
  justify-content: space-between;
}

.product-mini-box1 {
  flex: 0 0 auto;
  width: 350px;
  height: auto;
  /* Increased height to make room for the button */
  background-color: #fff;

  /* box-sizing: border-box; */
  border-radius: 10px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  overflow: hidden;

}

@media only screen and (max-width:768px) {
  .product-mini-box1 {
    width: 300px;
  }
}

@media only screen and (max-width:480px) {
  .product-mini-box1 {
    width: 200px;
  }

  .product-mini-box1-img {
    height: 260px;
  }

  .product-box-5 p {
    font-size: 30px;
    color: #292766;
    line-height: 0.55px;
  }
}

.product-mini-box1 p {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.23px;
  text-align: left;
  color: #1C1C1C;
}

@media only screen and (max-width:480px) {
  .product-mini-box1 p {
    font-size: 17px;
    line-height: 14.23px;

  }
}

.product-mini-box-span1 {
  font-family: Outfit;
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  text-align: left;
  color: #D74447;

}

@media only screen and (max-width:480px) {
  .product-mini-box-span1 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 2px;
    padding-top: 2px;
  }
}


.product-mini-box-btn {

  background: #2A2869;
  float: right;


}

.category-gallerys {
  padding: 0;
}

@media (max-width:900px) {
  .product-main-img {
    height: auto;
    width: 100%;
    margin-left: 6px
  }

}




@media (max-width:1000px) {
  .product-conatiner {
    height: auto;
    width: 100%;
  }

}

.review-box-2-mini.mini-1 {
  margin-top: 50px !important;
}

@media only screen and (max-width:1400px) {
  .review_score-section .review-box-2-mini {
    width: 25%;
  }

  .review_score-section .review-box-2-mini1 {
    width: 45%;
  }
}

@media only screen and (max-width:800px) {
  .review_score-section .review-box-2-mini {}

  .review_score-section .review-box-2-mini1 {
    width: 55%;
  }


}

@media only screen and (max-width:745px) {
  .review_score-section .review-box-2-mini {}

  .based {
    font-size: 16px;
  }

  .review_score-section .review-box-2-mini1 {
    width: 55%;
  }


}

@media only screen and (max-width:641px) {
  .review_score-section .review-box-2-mini {
    width: 30%;
  }

  .mini-1 i {
    font-size: 14px;
  }

  .based {
    font-size: 14px;
  }

  .review_score-section .review-box-2-mini1 {
    width: 70%;
  }

  .review-box-2-mini p {
    margin-bottom: 5px;

  }


}

@media only screen and (max-width:450px) {
  .review_score-section .review-box-2-mini {
    width: 30%;
  }

  .mini-1 i {
    font-size: 10px;
  }



  .based {
    font-size: 12px;
  }

  .review_score-section .review-box-2-mini1 {
    width: 70%;
  }


}

/* .review_score {
  margin-top: -20px;
  border-collapse: collapse;

} */

table tr {
  border: none;
}

table td {
  border: none;
}

@media (max-width:400px) {
  .d-block {
    margin-top: 40px;
    margin-left: -70px;
    align-items: center;
    height: auto;
  }

  #review {
    border-left: none !important;
    align-items: center;
  }

  .review-box-2-mini.mini-1 {
    margin-top: 0px !important;
    text-align: center;
  }
}

@media (max-width:600px) {
  .d-block {
    /* margin-top: 40px; */
    margin-left: -70px;
    align-items: center;
  }

  #review {
    border-left: none !important;

  }

  .based {
    text-align: center;
    font-size: 12px;
  }

  .review-box-2-mini.mini-1 {
    margin-top: 0px !important;
    text-align: center;
  }
}

@media (max-width:700px) {
  .d-block {
    /* margin-top: 40px; */
    margin-left: -70px;
    align-items: center;
  }

  #review {
    border-left: none !important;

  }

  .based {
    text-align: center;
  }

  .review-box-2-mini.mini-1 {
    margin-top: 0px !important;
    text-align: center;
  }
}

@media (max-width:900px) {
  .d-block {
    /* margin-top: 40px; */
    margin-left: -70px;
    align-items: center;
  }

}

@media (max-width:1000px) {
  .d-block {
    /* margin-top: 40px; */
    margin-left: 0px;
    align-items: center;
  }

}

@media (min-width: 768px) {
  .custom-width {
    width: 33% !important;
  }
}

@media (min-width: 768px) {

  /* 768px is the breakpoint for md (medium) in Bootstrap */
  .widthtwenty {
    width: 20% !important;
  }
}

/* product page*/
/* Style for collapsed accordion button */
.accordion-button.collapsed {
  font-family: Fredoka;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.62px;
  text-align: left;
  color: #2A2869;
  background-color: transparent;
  border: none;
}

/* Style for expanded accordion button */
.accordion-button:not(.collapsed) {
  font-family: Fredoka;
  font-size: 22px;
  font-weight: 500;
  /* Bold text when expanded */
  line-height: 26.62px;
  text-align: left;
  color: #2A2869;
  background-color: #e5efff;
  /* Light blue background when expanded */
  border: 1px solid #d0e0ff;
  border-radius: 5px;
}

/* Styling for the accordion body */
.accordion-body {
  font-size: 16px;
  padding: 15px;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
}

/* Remove default borders and margin between accordion items */
.accordion-item {
  border: none;
  margin-bottom: 10px;
}

/* Remove outline focus when clicking */
.accordion-button:focus {
  box-shadow: none;
}

/* Hover effect for better user experience */
.accordion-button:hover {
  color: #2A2869
    /* Darker shade when hovered */
}


/* accordian item*/

/* Container styling */
.product-description {
  font-family: Outfit;
  color: #333333;
  line-height: 1.6;
  margin: 20px auto;
  padding: 10px;
  margin-left: 0px;
  text-align: left;
}

@media only screen and (max-width:480px) {
  .product-description {
    margin: 0;
    padding: 0 10px;
  }

}

/* Introductory text */
.intro-text {
  font-size: 18px;
  color: #4d4d4d;
  margin-bottom: 15px;
}

/* Styling for the list of product details */
.product-details {
  list-style-type: none;
  padding: 0;
  /* margin-bottom: 15px; */
}

/* Title styling for each detail (Ingredients, Texture, etc.) */
.detail-title {
  color: #E21861;
  /* Custom pink color for titles */
  margin-right: 8px;
}

/* Text styling for the individual details */
.product-details li {
  margin: 10px 0;
  font-size: 16px;
}

/* Closing text styling */
.closing-text {
  font-size: 18px;
  color: #333333;
  margin-top: 15px;
}

/* Add a bullet style similar to the image */
.product-details li::before {
  content: '• ';
  color: #E21861;
  /* Same pink color as the title */
  font-weight: bold;
  display: inline-block;
  width: 15px;
}




/* Accordion Header Styling */
.accordion-header {
  font-family: Fredoka;
  font-size: 22px;
  font-weight: 500;
  color: #2A2869;
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

@media only screen and (max-width:480px) {
  .accordion-header {
    font-size: 20px;
    padding: 0;
    color: rgb(85, 85, 85);
  }
}

/* Accordion Body */
.accordion-body {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  font-family: Outfit;
}

/* Bullet List Styling */
ul {
  list-style-type: none;
  padding-left: 0;
}

ul.feature-list {
  padding-left: 20px;
}

ul.feature-list li::before {
  content: "• ";
  color: black;
  /* Custom pink bullet */
  font-weight: bold;
  display: inline-block;
  width: 15px;
}

/* Bold Titles Styling */
.bold-title {
  font-weight: 600;
  color: #2A2869;
}

/* Accordion Body Text Styling */
.accordion-body p,
.accordion-body li {
  font-size: 16px;
  color: #333333;
  margin: 5px 0;
  text-align: left;
  margin-left: 0px;
}

@media (max-width: 576px) {

  /* Target small devices and below */
  .category-filter {
    width: 50%;
    /* Equivalent to col-6 */
    flex: 0 0 50% !important;
    /* Override col-12's width */
    max-width: 50%;
  }
}

/* @media (max-width: 480px) {

 
  .modified_price {
    font-size: 16px !important;
  }
} */


.shopping-container-mobile {
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

/* Image Section */
.shopping-container-mobile .shopping-frame-img img {
  width: 100%;
  /* Make the image responsive */
  max-width: 300px;
  display: block;
  margin: 0 auto 15px;
}

/* Table Section */
.shopping-container-mobile .shopping-content table {
  width: 100%;
  border-collapse: collapse;
}

.shopping-container-mobile .shopping-content th,
.shopping-container-mobile .shopping-content td {
  /* text-align: left; */
  padding: 10px;
  font-size: 14px;
}

.shopping-container-mobile .shopping-content th {
  background-color: #f4f4f4;
  text-transform: uppercase;
}

.shopping-container-mobile .shopping-content td {
  border-bottom: 1px solid #ddd;
}

/* Responsive for Small Screens */
@media screen and (max-width: 768px) {
  .shopping-container-mobile .shopping-content table {
    display: block;
    overflow-x: auto;
    max-width: none !important;
    height: 100% !important;
  }

  /* Hide all columns except the first two */
  .shopping-container-mobile .shopping-content th:not(:nth-child(1)):not(:nth-child(2)),
  .shopping-container-mobile .shopping-content td:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
    /* Hide all columns except the first two */
  }

  /* Ensure the first two columns (Product and Price) are displayed and centered */
  .shopping-container-mobile .shopping-content th:nth-child(1),
  .shopping-container-mobile .shopping-content td:nth-child(1),
  .shopping-container-mobile .shopping-content th:nth-child(2),
  .shopping-container-mobile .shopping-content td:nth-child(2) {
    display: table-cell;
    /* Display the first two columns */
    text-align: center;
  }

  /* Adjust Product Details Layout */
  .shopping-container-mobile .shopping-table-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .shopping-container-mobile .shopping-table-img img {
    width: 100%;
    max-width: 120px;
    /* Scale down images on smaller screens */
    border-radius: 5px;
  }

  .shopping-container-mobile .shopping-table-img div {
    text-align: center;
  }

  .shopping-container-mobile .shopping-bottom-btn {
    width: 60%;
    height: 30px;
    padding: 0px !important;
    /* gap: 10px; */
    border-radius: 7.26px;
    font-family: Outfit;
    font-size: 14px;
    font-weight: 500;
    line-height: 30.24px;
    text-align: center;
    border: none;
    background: #2A2869;
    color: #ffff;
    display: inline-block;
    text-decoration: none;
  }
}

.mobilepadding {
  margin-bottom: .5rem !important;
}

/* Style the search results container */
.address-results {
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

/* Style individual address items */
.address-item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.address-item:hover {
  background-color: #f0f0f0;
}

.address-item:last-child {
  border-bottom: none;
}

#hiddenInput {
  display: none;
}

#showCouponbtn {
  border: 1px solid grey;
  font-size: 22px;
  color: #53925B;
  width: 100%;
  padding: 13px 10px;
  font-weight: 300;
}

.coupon-apply-btn button {
  border: 0;
  border-radius: 5px;
  font-size: 22px;
  width: 100%;
  background-color: #D9D9D9;
  padding: 15px 5px;

}

.coupon-apply-btn button:hover {
  background-color: #D9D9D9;
  color: black;

}

.blog-13-head-img {
  position: relative;
  display: inline-block;
  transition: all 0.2s linear;
}



.image-hover-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  cursor: default;
  transition: opacity 0.2s linear;
  color: white;
}

.image-hover-text:hover {
  opacity: 1;
}


.image-hover-text-bubble {
  position: relative;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 100%;
  height: 100%;
  text-align: center;
  background: rgba(9, 9, 9, 0.712);
  border-radius: 0%;
  margin: 0 auto;
  padding: 70% 10% 0 10%;
  overflow: hidden;
  font-size: 16px;
  text-align: start;
  word-wrap: break-word;
}

@media only screen and (max-width:480px) {
  .image-hover-text-bubble {
    font-size: 9px;
  }

}

.image-hover-text .image-hover-text-title {
  font-size: 25px;
  display: block;
}

.footer-empty-space2 {
  width: 6%;
}

@media only screen and (max-width:1500px) {


  .footer-empty-space {
    width: 1%;
  }

}

.bottom-ft .footer-empty-space {
  width: 5%;
}

@media screen and (max-width: 480px) {
  #unique-span {
    line-height: 0;
    font-size: 11px;
    font-weight: 400;
  }

  #box-smile {
    line-height: 1;
  }

  #box-smile p {
    margin-bottom: 5px;
    /* Adds 5px bottom margin to the <p> tag */
  }

}

.address-field-highlighter {
  font-size: 14px;
  margin-bottom: 3px;
}

.address-field-highlighter span {
  color: red;
}

@media only screen and (max-width:450px) {


  #shoppingMobile {
    width: 22px;
    margin-bottom: 10px;

  }

  #alt_sidebar_2 {
    padding-right: 10px;
  }

  #searchIconMobile {
    width: 28px;
    margin-right: 5px;
  }


  .cart-count {
    font-size: 12px;
    padding: 0px 0px;
    min-width: 16px;
    margin: 1px 0 0px -4px;
  }
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
  background-color: #2a2869;
  border-radius: 40%;
  padding: 5px;


}

.mobile-view-all {
  background-color: #2A2869;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  margin: 10px 0 0 10px;
  text-align: center;

}

.box123 {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}



.btii123:hover {
  background: #de272b;
}

.overlay123 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay123:target {
  visibility: visible;
  opacity: 1;
  z-index: 999999;
}

.popup123 {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup123 h2 {
  margin-top: 0;
  color: #333;
  font-family: Fredoka;
  font-size: 26px;
}

.popup123 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #2a2869;
}

.popup .content {
  max-height: 50%;
  overflow: auto;
}

button.sub {
  font-family: 'Fredoka';
}

.btii123 {
  border: 1px solid #7f7f7f;
  border-top: none;
  cursor: pointer;
  width: 170px;
  height: 34px;
  overflow: hidden;
  background: #2a2869 !important;
  color: #ffffff;
  padding: 2px 0px 2px 0px;
  position: fixed;
  top: 300px;
  right: -63px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 999999;
  font-size: 18px;
  padding: 0px 10px;
  text-decoration: none !important;
  font-family: 'Fredoka';
}

.enquiry-now-submit-btn {
  border: none;
  padding: 10px 20px;
  color: white;
  background-color: #292766;

}

#complete_order {
  border: none;
  padding: 10px 20px;
  color: white;
  background-color: #292766;
  border-radius: 5px;

}

@media screen and (max-width: 700px) {
  .box123 {
    width: 70%;
  }

  .popup123 {
    width: 90%;
  }

  .btii123 {
    top: 80%;

  }
}
.blog-6-img-details-body span del {
  font-size: 18px;
}

#originalstrikeprice del {
  color: #D74447;
  font-size: 20px;
  font-weight: 500;
  font-family: Outfit;
}
