.product-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 5.3125rem;
  /* height: 100%; */
  max-height: calc(100vh - 7rem);
}

.product-gallery2 {
  /* position: relative; */
  max-width: 100%;
  /* overflow: hidden; */
  /* position: sticky; */
  /* top: 5.3125rem; */
  /* max-height: 20rem; */
  /* border-radius: 50%; */
  /* aspect-ratio: 1; */
  max-height: calc(100vh - 7rem);
}

.product-gallery img {
  width: 100%;
  object-fit: cover;
  /* border-radius: 8px; */
}

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

.product-thumbnails {
  position: absolute;
  bottom: 0.5rem;
  left: 0.75rem;
  width: calc(100% - 1.5rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.375rem;
  z-index: 1;
  overflow: auto;
  color: inherit;
}

.product-thumbnails2 {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 0.375rem;
  overflow: auto;
  color: inherit;
}

.product-thumbnail-container {
  width: 70%;
  margin: auto;
}

@media (max-width: 767px) {
  .product-thumbnail-container {
    width: 100%;
    margin: auto;

    .product-thumbnails2 {
      justify-content: flex-start;
    }
  }
}


.product-thumbnails::-webkit-scrollbar {
  display: none;
}

.product-thumbnails2::-webkit-scrollbar {
  height: 8px !important;
}

@media (max-width: 576px) {
  .product-thumbnails-imgs {
    width: 4.8125rem !important;
    height: 4.8125rem !important;
  }
}

.product-thumbnails img {
  /* width: 7.8125rem;
    height: 7.8125rem; */
  cursor: pointer;
  /* border-radius: 8px; */
  /* border: 2px solid white; */
  transition: 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-thumbnails2 img {
  /* width: 7.8125rem;
    height: 7.8125rem; */
  cursor: pointer;
  /* border-radius: 8px; */
  /* border: 2px solid white; */
  transition: 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-thumbnails-imgs {
  flex-shrink: 0;
  width: 6.8125rem;
  height: 6.8125rem;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid transparent;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid white;
  position: relative;
}

.product-thumbnails-imgs2 {
  flex-shrink: 0;
  width: 4.8125rem;
  height: 4.8125rem;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid transparent;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid white;
  position: relative;
}

.product-thumbnails-imgs:hover {
  border: 1px solid var(--brand-color);
}

.product-thumbnails-imgs.active {
  border: 3px solid var(--brand-color);
}

.product-thumbnails-imgs2:hover {
  border: 1px solid var(--brand-color);
}

.product-thumbnails-imgs2.active {
  border: 3px solid var(--brand-color);
}

@media (min-width: 992px) {
  .d-cart-sec {
    padding: 2.438rem 1.25rem 5.938rem 5rem !important;
  }
}

.category {
  font-size: 20px;
  /* font-weight: bold; */
  /* color: #f8b400; */
}

.product-title {
  font-size: 36px;
  /* font-weight: bold; */
  letter-spacing: 1.4px;
}

.product-round {
  width: 3rem;
  border-radius: 50%;
  /* border: 1px solid red; */
  overflow: hidden;

  aspect-ratio: 1;
}

.product-round:hover {
  border: 2px dashed var(--brand-color);
}

.product-round img {
  max-width: 100%;
}

.owl-carousel2 {
  width: 18rem !important;
  height: 18rem;
  border-radius: 50%;
  overflow: hidden;

  .owl-item {
    aspect-ratio: 1;
  }
}


.card {
  /* border-radius: 10px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  /* padding: 20px; */
}

.pro-nav-tabs .nav-link {
  color: #333;
  font-weight: 500;
  cursor: pointer;
  line-height: 3;
  font-size: 18px;
}

.pro-nav-tabs .nav-link.active {
  color: #fff;
  font-weight: bold;
  background-color: var(--brand-color);
  border-bottom: 2px solid var(--brand-color);
}

.size-options {
  display: flex;
  /* gap: 5px; */
  justify-content: space-between;
  flex-wrap: nowrap;
}

.category-title:before {
  -webkit-transform: translate(0, -99%);
  transform: translateY(-99%);
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-image: url(../images/border.svg);
}

.mast-title:before {
  -webkit-transform: translate(0, -99%);
  transform: translateY(-99%);
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-image: url(../images/border.svg);
}

.category-title:after {
  -webkit-transform: translate(0, 99%) scaleY(-1);
  transform: translateY(99%) scaleY(-1);
  bottom: 0.0625rem;
  top: auto;
}

.size-option {
  width: 33%;
  padding: 8px 13px;
  border: 1px solid #ddd;
  /* border-radius: 5px; */
  cursor: pointer;
  text-align: center;
  font-size: 0.975rem;
}

.size-option1 {
  width: 32%;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid var(--brand-color);
  /* border-radius: 5px; */
  cursor: pointer;
  text-align: center;
}

.size-option.active {
  background-color: var(--brand-color);
  color: white;
  border-color: var(--brand-color);
}

.size-option1.active {
  background-color: var(--brand-color);
  color: white;
  border-color: var(--brand-color);
}

.price-section {
  /* margin-top: 20px; */
  border: 2px solid var(--brand-color);
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: var(--brand-color-100);
}

.price-section-so {
  font-size: 20px;
  font-family: sunnyspells, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.pd-ac-cont {
  background-color: #fff;
}

.saved-price {
  color: var(--toast-green);
}

/* .price-section.active {
  background-color: #e9f5ff;
  border-color: #36a3f5;
} */

.quantity-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0.3rem 1rem;
  flex: 1;
  max-width: 500px;
}

.quantity-section button {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  padding: 0.3rem !important;
  border: 1px solid #ddd;
  background: white;
  color: var(--text-black);
}

.quantity-section input {
  text-align: center;
  width: 30px;
  padding: 0.2rem;
  font-size: 18px;
}

.action-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
  flex-wrap: wrap;
  font-size: 20px;
}

.add-to-cart {
  font-size: 0.9rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  background-color: var(--brand-color);
  border: none;
  padding: 0.5rem 1.5rem;
  flex-grow: 1;
  text-align: center;
  border-radius: 8px;
}

.wishlist {
  font-size: 16px;
  color: #333;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cart-num {
  background-color: var(--text-black);
  color: white;
  font-size: 14px;
  border-radius: 50%;
  padding: 6px 8px;
  display: inline-block;
  text-align: center;
}

.product-description h2 {
  font-size: 2rem;
  font-weight: bold;
}

.cert-icon {
  width: 4rem;
  object-fit: contain;
}

/* Add some spacing and style to the images */
.product-images img {
  margin-right: 10px;
}

/* recommended slider  */
.recommended-carousel .recommended-card {
  text-align: center;
  padding: 5px;
  border: none;
  border-radius: 8px;
  background-color: transparent;
  height: 350px;
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.recommended-carousel .recommended-card .cart-imgs {
  max-width: 100%;
  max-height: 200px;
  /* object-fit: cover;  */
}

.recommended-carousel .recommended-card .cart-imgs img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.recommended-carousel .recommended-card h5 {
  font-size: 1rem;
  margin: 0.5rem 0;
}

.cart-text {
  font-size: 14px !important;
}

.recommended-carousel .recommended-card .price {
  font-size: 1rem;
  color: #333;
}

.recommended-carousel .recommended-card .r-btn {
  background-color: #f48c37;
  border: none;
  padding: 15px 10px;
  color: #fff;
  width: 100%;
  margin-top: 10px;
}

/* Adjust the gap between carousel items */
.recommended-carousel .owl-item {
  display: flex;
  justify-content: center;
  padding: 5px;
  /* Add space between the items */
}

.paragraph-container {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f8f8f8;
  height: 350px;
  /* Fixed height for the paragraph section */
  overflow-y: scroll;
  /* Allow scrolling if the paragraph is too long */
}

.paragraph-container p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

/* Description link styling */
#read-more-link {
  text-decoration: none;
  font-weight: bold;
  color: #f48c37;
}

#inf-read-more-link {
  text-decoration: none;
  /* font-weight: bold; */
  color: #f48c37;
}

#read-more-link:hover {
  text-decoration: underline;
}

/* Clamped description text */
.clamped-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Number of lines to display */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* max-height: calc(3 * 1.2em); */
}

.scroll-the-text {
  height: 90px;
  overflow: auto;
}

/* from 564 to 864 line code was here */

/* Full expanded description */
.expanded-text {
  display: block;
}

.customize-acco {
  font-size: 1.5rem !important;
  /* font-family: 'SuperBoys', sans-serif; */
}

.customize-acco:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: #fff2f3a1;
}

.customize-acco:focus,
.customize-acco:not(.collapsed) {
  background-color: #fff2f3a1 !important;
  color: var(--text-black) !important;
}

.nutrition {
  text-decoration: none;
  color: var(--text-black);
  /* padding: 5px; */
  font-size: 1.5rem;
  border-bottom: 1px solid var(--text-black);
}

.nutrition:hover {
  /* text-decoration: underline; */
}

.location-container input {
  width: 100%;
  padding: 10px;
}

.retailer-img-con {
  /* border: 1px solid red; */
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.retailer-img-con img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.suggestion-box {
  display: none;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  background: #fff;
  position: absolute;
  z-index: 1000;
  width: 100%;
}

.suggestion-box div {
  padding: 8px;
  cursor: pointer;
}

.suggestion-box div:hover {
  background: #f0f0f0;
}

.product-sec-2 {
  background-color: var(--secondary-color-3);
}

/* .product-sec-2:before{
  content: "";
    position: absolute;
    top: -0.3rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background-image: url(../images/border-top-straight.svg);

}
.product-sec-2:after{
  content: "";
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background-image: url(../images/border-bottom-straight.svg);

} */
.sec-divider-top {
  position: absolute;
  top: -0.7rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
}

/* .sec-cross-divider-top{
    position: absolute;
    top: -0.7rem;
    left: 0;
    width: 100%;


} */
.sec-divider-bottom {
  /* transform: scale(-1) translateY(-99%); */
  position: absolute;
  bottom: -0.898rem;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

/* .sec-cross-divider-bottom{
  transform: translateY(-99%);
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  width: 100%;
} */

.product-sec-5 {
  background-color: var(--secondary-color-3);
}

/*----------------------------------- product section 3 ----------------------------------- */

.product-sec-right-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-sec-right-img img {
  max-width: 100%;
}

.product-sec-3 {
  background-color: #fff;
  position: relative;
  /* margin-top: 150px; */
}

.seal-img {
  width: 215px;
  position: absolute;
  top: -4rem;
  left: 10rem;
}

.seal-img img {
  max-width: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .seal-img {
    width: 150px !important;
    top: -5rem !important;
    right: 9rem !important;
    left: auto;
  }
}

@media (max-width: 656px) {
  .seal-img {
    right: 1.8rem !important;
  }
}

@media (max-width: 446px) {
  .seal-img {
    right: 0.5rem !important;
  }
}

/*-------------------------------------- animation section -------------------------------------- */

.animate-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.title {
  font-size: 2rem;
  color: var(--error-color);
}

.subtitle {
  font-size: 3rem;
  color: var(--text-black);
  line-height: 1.1;
}

.b-started {
  background-color: #f48c37;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}

/* .b-started:hover {
  border: 1px solid var(--text-black);
} */

.image-wrapper {
  position: relative;
  width: 100%;
  /* max-width: 300px; */
  margin: 0 auto;
}

@media (max-width: 992px) {
  .image-wrapper {
    margin-top: 100px;
  }

  .b-started {
    font-size: 14px;
    padding: 0.55rem 1.5rem;
  }
}

.image-wrapper img {
  /* max-width: 7rem; */
  /* rotate: 30deg; */
}

/* Reusable Animation Class */
.up-down-animation {
  animation: upDown 5s infinite ease-in-out;
  max-width: 9rem;
  margin-right: -50px;
}

.up-down-animation1 {
  animation: upDown 4s infinite ease-in-out;
  max-width: 9rem;
}

.up-down-animation2 {
  animation: upDown 3s infinite ease-in-out;
  max-width: 9rem;
  margin-left: -50px;
}

@media (max-width: 576px) {
  .up-down-animation {
    max-width: 8rem;
    margin-right: -50px;
  }

  .up-down-animation1 {
    max-width: 8rem;
  }

  .up-down-animation2 {
    max-width: 8rem;
    margin-left: -50px;
  }
}

@keyframes upDown {

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

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

/*----------------------------------------- review section ----------------------------------------- */
h1 span {
  text-decoration: underline;
}

.text-warning {
  font-size: 1.2rem;
}

.badgee {
  font-size: 1rem;
  color: var(--text-black);
}

.border {
  border-radius: 8px;
}

.rounded-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
}

.rounded-circle img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.verified-icon {
  position: absolute;
  bottom: 0px;
  right: -10px;
  z-index: 777;
  font-size: 20px;
}

p {
  margin: 0.5rem 0;
}

a.text-primary:hover {
  text-decoration: underline;
}

.for-r-border {
  border-right: 1px solid #666;
}

@media (max-width: 576px) {
  .for-r-border {
    border-right: none;
  }

  .revs-cont {
    flex-direction: column;
  }
}

.review-filter {
  width: 70%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: start;
}

/* .p-topics-main{
  width: 70%;
} */
.topics-wrapper {
  width: 70%;
  /* 70% width of parent container */
}

.topics-container {
  display: flex;
  flex-wrap: wrap;
  /* Tags stay in one line by default */
  gap: 10px;
  overflow: hidden;
  /* Hide overflow content initially */
  height: 40px;
  /* Approx height for one line */
  transition: height 0.3s ease;
  /* Smooth transition */
  word-wrap: break-word;
}

.topics-container.expanded {
  flex-wrap: wrap;
  /* Allows tags to wrap to new lines */
  overflow: visible;
  /* Show all content */
  height: auto;
  /* Height adjusts automatically */
}

.topic-tag {
  background-color: #ffb366a1;
  color: #333;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.show-more {
  color: var(--brand-color);
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

.show-more:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .review-filter {
    width: 100%;
  }

  .topics-wrapper {
    width: 100%;
  }
}

.review-container {
  border-bottom: 1px solid #00000070;
}

.r-no {
  font-size: 50px;
}

.foram-control {
  width: 80%;
  border: none;
  border-radius: 15px;
  outline: none;
  background-color: transparent;
}

.foram-select {
  border: 1px solid #00000070;
  border-radius: 15px;
  outline: none;
  border: none;
  padding: 7px;
  background-color: white;
  width: 100%;
}

.form-check-input[type="radio"] {
  border: 1px solid black;
}

.filter-d:hover {
  border: 1px solid var(--accent-color);
}

/* .d-item{
  line-height: 1.5;
} */
.r-search {
  min-width: 200px;
  max-width: 200px;
  border: 1px solid #00000070;
  border-radius: 15px;
  background-color: white;
}

.r-summary {
  width: 100%;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  background-color: var(--text-black);
  color: #fff !important;
  align-self: center;
  font-size: 14px;
  /* font-weight: 600; */
  line-height: 125.9%;
  height: 35px;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-topics {
  background-color: #ffb366a1;
  border-radius: 15px;
  padding: 5px 10px;
}

/* Container styling */
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

/* Individual page items */
.page-item {
  margin: 0 5px;
}

/* Page links styling */
.page-link {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: var(--text-black);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
}

/* Hover effect */
/* .page-link:hover {
  background-color: #e5e7eb;
} */

/* Active page styling */
.page-item.active .page-link {
  background-color: var(--text-black);
  color: #fff;
  border: 1px solid var(--text-black);
}

/* Arrow styling */
.page-link.arrow {
  font-size: 18px;
  font-weight: bold;
}

.selected-icon {
  font-size: 0.9em;
  color: #28a745;
  /* Green checkmark */
}

.dropdown-item:focus,
.dropdown-item.active {
  font-weight: bold;
  background-color: var(--secondary-color-3);
}

/* ---------------------------------------------- slider section ----------------------------------------------*/

.shop-slider-wrapper {
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
  /* Ensure no overflow */
}

.shop-slider-item {
  position: relative;
  padding: 0.625rem 0.9375rem 0;
}

.shop-slider-image {
  height: 330px;
  width: 100%;
  object-fit: cover;
  /* border-radius: 8px; */
}

.shop-slider-content {
  margin-top: 15px;
}

.shop-slider-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}

.shop-slider-meta {
  color: #666;
  font-size: 14px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  /* Prevent interfering with content */
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background-color: #fff;
  /* color: #fff; */
  border: 1px solid var(--text-black);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  /* Allow clicks only on buttons */
  outline: none;
}

.owl-nav .owl-prev {
  left: 10px;
  /* Position inside the container */
}

.owl-nav .owl-next {
  right: 10px;
  /* Position inside the container */
}

.owl-dots {
  margin-top: 20px;
}

/* -------------------------------flickity caraousal------------------------------- */
.video-carousel-cell {
  width: 21.1875rem;
  /* Set width to 21.1875rem */
  min-height: 31.25rem;
  /* Set minimum height to 31.25rem */
  margin: 10px;
  /* border-radius: 10px; */
  overflow: hidden;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ensure video takes full width and height of the cell */
.video-carousel-cell video {
  width: 100%;
  /* Full width of the parent */
  height: 100%;
  /* Full height of the parent */
  object-fit: cover;
  /* Makes sure the video fills the container and maintains aspect ratio */
  position: absolute;
  /* Position video absolutely inside the card */
  top: 0;
  left: 0;
}

.video-card-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.play-button,
.pause-button,
.sound-button {
  position: absolute;
  z-index: 2;
}

.play-button,
.pause-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-button i,
.pause-button i {
  color: white;
  font-size: 28px;
}

.pause-button {
  display: none;
  /* Hide pause button by default */
}

.sound-button {
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sound-button i {
  color: white;
  font-size: 18px;
}

/* -------------------------------------- make your own dish modal --------------------------------------  */

.od-modal-content {
  overflow: hidden;
  border-radius: 10px;
  background-color: #f9f9f9;
  /* Light background */
}

/* Variant Items */

.variant-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  background-color: #fff;
}

.variant-item:hover {
  /* border-color: #f48c37;  */
}

.variant-item input[type="radio"] {
  accent-color: var(--toast-green);
}

/* Footer */
.c-m-footer {
  border-top: none;
  justify-content: space-between;
  padding-top: 0;
  background-color: #fff;
}



/* --------------------------2nd modal -------------------------- */
/* Body Scrollable */
.od-modal-body {
  max-height: 300px;
  overflow-y: auto;
  background-color: #f8f9fa;
}

.od-modal-body::-webkit-scrollbar {
  /* display: none; */
  /* For Chrome, Safari, and Opera */
}

.selected-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
  border: none;
  border-radius: 15px;
  background-color: #fff;
}

.change-modal-btn {
  color: #f48c37;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.price {
  font-size: 1.2rem;
  font-weight: bold;
}

.view-custom-item {
  color: #f48c37;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
}

.view-custom-item2 {
  color: #f48c37;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

/* Hide the default checkbox */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #f48c37;
  /* Border color */
  border-radius: 4px;
  /* Rounded corners */
  outline: none;
  cursor: pointer;
  position: relative;
  margin-top: 4px;
}

/* When the checkbox is checked */
input[type="checkbox"]:checked {
  background-color: #f48c37;
  /* Checked background color */
  border-color: #f48c37;
  /* Border color matches background */
}

/* Add a checkmark */
input[type="checkbox"]:checked::before {
  content: "✔";
  /* Unicode for checkmark */
  color: white;
  /* Checkmark color */
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Optional: When the checkbox is not checked, keep the background empty */
input[type="checkbox"]:not(:checked)::before {
  content: "";
  /* Empty content when unchecked */
}

.nutri-cont {}

.nutri {
  width: 100px;
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nutri-percentage {
  width: 40px;
  height: 40px;
  border: 1px solid var(--brand-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background-color: var(--brand-color);
  color: #fff;
  /* font-weight: 600; */
}

.nutri-name {
  font-size: 14px;
}

.check-icon {
  color: green;
}

.thumbnail-wrapper {
  position: relative;
  max-width: 30rem;
  aspect-ratio: 1 !important;
  border-radius: 50%;
  overflow: hidden;
  height: fit-content;
}

/* Thumbnail image */
.thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
}

video {
  max-width: 100%;
}

/* Play button container */
.play-overlay {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--brand-color-300);
  opacity: 0.7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

/* Play button icon */
.play-icon {
  width: 60px;
  height: 60px;
  color: var(--text-black);
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-icon i {
  font-size: 24px;
}

/* ----------------------------bruger animation ---------------------------- */

/* .container {
        background-color: #f48c37;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100vw;
        margin: 0;
        overflow: hidden;
      } */

.wrapper {
  /* border: 1px solid green; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  /* background-color: var(--brand-color-100); */
}

.burger-container {
  position: relative;
  width: 23%;
  height: 30rem;
  cursor: pointer;
  padding: 1px;
  /* border: 1px solid red; */
  /* top: 50px; */
  animation: floatingAnimation 2s ease-in-out infinite alternate;
}

.burger-container img {
  pointer-events: none;
  position: absolute;
  transform-origin: 50% 50%;
  display: block;
  transition:
    transform 0.5s ease-in-out,
    visibility 0.5s;
}

.bun-top {
  width: 100%;
  height: 115px;
  top: 120px;
  /* left: 0px; */
  z-index: 31;
  background: url("/webassets/images/burger/top-bun.webp") 50% 50% / 90% no-repeat transparent;
}

.tomato {
  width: 100%;
  height: 30px;
  z-index: 30;
  /* left: -8px; */
  top: 210px;
  background: url("/webassets/images/burger/tomato.webp") 50% 50% / 95% no-repeat transparent;
}

.bacon {
  width: 100%;
  height: 36px;
  top: 235px;
  /* left: -10px; */
  z-index: 36;
  background: url("/webassets/images/burger/bacon-1.webp") 50% 50% / 95% no-repeat transparent;
}

.onions {
  width: 100%;
  height: 35px;
  top: 214px;
  /* left: -10px; */
  z-index: 35;
  background: url("/webassets/images/burger/onions.webp") 50% 50% / 95% no-repeat transparent;
}

.cheese {
  width: 100%;
  height: 64px;
  top: 240px;
  /* left: -10px; */
  z-index: 30;
  background: url("/webassets/images/burger/cheese.webp") 50% 50% / 95% no-repeat transparent;
}

.meat {
  width: 100%;
  height: 60px;
  top: 270px;
  /* left: 0px; */
  z-index: 27;
  background: url("/webassets/images/burger/burger.webp") 50% 50% / 95% no-repeat transparent;
}

.salad {
  width: 110%;
  height: 50px;
  top: 285px;
  left: -20px;
  z-index: 29;
  background: url("/webassets/images/burger/letuce.webp") 50% 50% / 95% no-repeat transparent;
}

.bun-bottom {
  width: 100%;
  height: 60px;
  top: 323px;
  /* left: 0px; */
  z-index: 25;
  background: url("/webassets/images/burger/bottom-bun.webp") 50% 50% / 95% no-repeat transparent;
}

.clicked .bun-top {
  transform: translateY(-110px);
}

.clicked .tomato {
  transform: translateY(-80px);
}

.clicked .bacon {
  transform: translateY(-30px);
}

.clicked .onions {
  transform: translateY(-45px);
}

.clicked .cheese {
  transform: translateY(10px);
}

.clicked .salad {
  transform: translateY(100px);
}

.clicked .meat {
  transform: translateY(50px);
}

.clicked .bun-bottom {
  transform: translateY(120px);
}

/* iten details  */

.burger-container span {
  position: absolute;
  font-size: 22px;
  font-weight: 700;
  color: #f48c37;
  /* opacity: 0; */
  display: none;
  transition: display 0.5s;
}

.clicked .bun-top-name {
  top: 60px;
  left: -120px;
  /* opacity: 1; */
  display: block;
}

.clicked .bun-top-cal {
  top: 85px;
  left: -120px;
  /* opacity: 1; */
  display: block;
  font-size: 12px;
  color: #f48c37;
}

.clicked .tomato-name {
  top: 115px;
  right: -120px;
  /* opacity: 1; */
  display: block;
}

.clicked .tomato-cal {
  top: 140px;
  right: -120px;
  /* opacity: 1; */
  display: block;
  font-size: 12px;
  color: #f48c37;
}

.clicked .bacon-name {
  top: 190px;
  right: -120px;
  /* opacity: 1; */
  display: block;
}

.clicked .bacon-cal {
  top: 215px;
  right: -120px;
  /* opacity: 1; */
  display: block;
  font-size: 12px;
  color: #f48c37;
}

.clicked .onions-name {
  top: 165px;
  left: -120px;
  /* opacity: 1; */
  display: block;
}

.clicked .onions-cal {
  top: 190px;
  left: -120px;
  /* opacity: 1; */
  display: block;
  font-size: 12px;
  color: #f48c37;
}

.clicked .cheese-name {
  top: 255px;
  left: -120px;
  /* opacity: 1; */
  display: block;
}

.clicked .cheese-cal {
  top: 281px;
  left: -120px;
  /* opacity: 1; */
  display: block;
  font-size: 12px;
  color: #f48c37;
}

.clicked .meat-name {
  top: 320px;
  right: -120px;
  /* opacity: 1; */
  display: block;
}

.clicked .meat-cal {
  top: 345px;
  right: -120px;
  /* opacity: 1; */
  display: block;
  font-size: 12px;
  color: #f48c37;
}

.clicked .salad-name {
  top: 385px;
  left: -120px;
  /* opacity: 1; */
  display: block;
}

.clicked .salad-cal {
  top: 410px;
  left: -120px;
  /* opacity: 1; */
  display: block;
  font-size: 12px;
  color: #f48c37;
}

.clicked .bun-bottom-name {
  top: 445px;
  right: -120px;
  /* opacity: 1; */
  display: block;
}

.clicked .bun-bottom-cal {
  top: 470px;
  right: -120px;
  /* opacity: 1; */
  display: block;
  font-size: 12px;
  color: #f48c37;
}

.right-name::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 60px;
  transform: translateY(113%);
  height: 2px;
  background-color: #f48c37;
  margin-right: 5px;
}

.left-name::after {
  content: "";
  position: absolute;
  /* left: 80px; */
  margin-left: 10px;
  top: 50%;
  width: 50px;
  height: 2px;
  background-color: #f48c37;
}

@keyframes floatingAnimation {
  0% {
    transform: translateY(0px);
    scale: 1.05;
  }

  100% {
    transform: translateY(-10px);
    scale: 1.02;
  }
}

/* phone  */
@media (max-width: 576px) {
  .burger-container {
    width: 45% !important;
    height: 22rem !important;
  }

  .bun-top {
    height: 75px;
    top: 120px;
    /* left: 0px; */
  }

  .tomato {
    height: 20px;
    z-index: 30;
    /* left: -8px; */
    top: 175px;
  }

  .bacon {
    height: 20px;
    top: 195px;
    /* left: -10px; */
    z-index: 36;
  }

  .onions {
    height: 24px;
    top: 180px;
    /* left: -10px; */
    z-index: 35;
  }

  .cheese {
    height: 46px;
    top: 185px;
    /* left: -10px; */
    z-index: 29;
  }

  .meat {
    height: 40px;
    top: 200px;
    /* left: 0px; */
    z-index: 27;
  }

  .salad {
    height: 37px;
    top: 210px;
    left: -15px;
    z-index: 28;
  }

  .bun-bottom {
    height: 40px;
    top: 235px;
    /* left: 0px; */
    z-index: 25;
  }

  /* details  */
  .burger-container span {
    position: absolute;
    font-size: 1.25rem;
    font-weight: 700;
    color: #f48c37;
    /* opacity: 0; */
    display: none;
    transition: display 0.5s;
  }

  .clicked .bun-top-name {
    top: 25px;
    left: -90px;
    /* opacity: 1; */
    display: block;
  }

  .clicked .bun-top-cal {
    top: 50px;
    left: -90px;
    /* opacity: 1; */
    display: block;
    font-size: 12px;
    color: white;
  }

  .clicked .tomato-name {
    /* top: 70px;
    right: -90px;
    display: block; */
    top: 80px;
    right: -90px;
    /* opacity: 1; */
    display: block;
  }

  .clicked .tomato-cal {
    top: 93px;
    right: -90px;
    /* opacity: 1; */
    display: block;
    font-size: 12px;
    color: white;
  }

  .clicked .bacon-name {
    top: 155px;
    right: -90px;
    /* opacity: 1; */
    display: block;
  }

  .clicked .bacon-cal {
    top: 168px;
    right: -90px;
    /* opacity: 1; */
    display: block;
    font-size: 12px;
    color: white;
  }

  .clicked .onions-name {
    top: 125px;
    left: -90px;
    /* opacity: 1; */
    display: block;
  }

  .clicked .onions-cal {
    top: 147px;
    left: -90px;
    /* opacity: 1; */
    display: block;
    font-size: 12px;
    color: white;
  }

  .clicked .cheese-name {
    top: 190px;
    left: -90px;
    /* opacity: 1; */
    display: block;
  }

  .clicked .cheese-cal {
    top: 212px;
    left: -90px;
    /* opacity: 1; */
    display: block;
    font-size: 12px;
    color: white;
  }

  .clicked .meat-name {
    top: 245px;
    right: -90px;
    /* opacity: 1; */
    display: block;
  }

  .clicked .meat-cal {
    top: 268px;
    right: -90px;
    /* opacity: 1; */
    display: block;
    font-size: 12px;
    color: white;
  }

  .clicked .salad-name {
    top: 300px;
    left: -90px;
    /* opacity: 1; */
    display: block;
  }

  .clicked .salad-cal {
    top: 320px;
    left: -90px;
    /* opacity: 1; */
    display: block;
    font-size: 12px;
    color: white;
  }

  .clicked .bun-bottom-name {
    top: 347px;
    right: -90px;
    /* opacity: 1; */
    display: block;
  }

  .clicked .bun-bottom-cal {
    top: 370px;
    right: -90px;
    /* opacity: 1; */
    display: block;
    font-size: 12px;
    color: white;
  }

  .clicked .salad {
    transform: translateY(85px);
  }

  .clicked .bun-bottom {
    transform: translateY(110px);
  }
}

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

        } */

/* tab  */
@media (max-width: 992px) {
  .burger-container {
    width: 37%;
    height: 32rem;
  }
}




.reaction-slide-item {
  width: 295px;
  border-radius: 8px;
}

.slide-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.outer-reactions {
  padding: 10px;
}

.outer-reactions:first-child {
  padding-left: 3.125rem;
}

@media (max-width: 1023px) {
  .outer-reactions:first-child {
    padding-left: 1.5rem;
  }
}

.reaction-slide-item {
  position: relative;
}

.play-button-videos {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.play-button-videos i {
  font-size: 24px;
  color: black;
  margin-left: 2px;
  margin-top: 2px;
}

.product-influencer-gallery {
  height: 100%;
  width: 100%;
  overflow: hidden;
  /* Optional: if you want to hide parts of the image that overflow */
}

.product-influencer-gallery img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.owl-carousel .owl-item {
  height: 100% !important;
}

#main-carousel .img-opening {
  width: 100%;
  max-height: calc(90vh - 8rem);
  /* Desktop */
  height: calc(90vh - 8rem);
  max-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f5f5f5;
  /* Fallback if image fails */
}

/* Images (Scale to fit container) */
#main-carousel .img-opening img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Shows full image (may have padding) */
  /* OR object-fit: cover; /* Fills container (may crop edges) */
}

/* Mobile (Below 767px) */
@media (max-width: 576px) {
  #main-carousel .img-opening {
    max-height: 400px;
    height: 400px;
  }

  .action-section {
    gap: 15px;
  }

  .quantity-section input {
    font-size: 16px;

  }
}

.previous-btn {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 3;
}

.nextbtn-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 3;
}

.product-detail-product-prize {
  font-size: 20px;
  line-height: 0;
}

.product-detail-discount-prize {
  font-size: 16px;
  line-height: 0;
}
