@charset "UTF-8";
/* Box-sizing reset */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
* {
  margin: 0;
  padding: 0;
}

/* List reset */
ul[role=list],
ol[role=list], ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Smooth scrolling for focus within */
html:focus-within {
  scroll-behavior: smooth;
}

/* Link underlines */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Responsive media elements */
img,
picture,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
  font-size: 100%;
}

/* Prevent text overflows */
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Better font smoothing on macOS */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button:focus {
  outline: none !important;
  outline-offset: 2px;
}

/* Breakpoints */
/* Themes */
/* color */
/* Product styles variables */
/* Breakpoints */
/* Themes */
/* color */
/* Product styles variables */
/* Breakpoints */
/* Themes */
/* color */
/* Product styles variables */
/* Breakpoints */
/* Themes */
/* color */
/* Product styles variables */
body {
  color: #282828;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

a,
button {
  border: none;
  background: none;
  color: #282828;
  text-decoration: none;
}
a:hover,
button:hover {
  color: none;
}

.font {
  line-height: 90%;
}
.font.font-content {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}
.font.font-heading-1 {
  font-size: 2.15rem;
}
@media (min-width: 768px) {
  .font.font-heading-1 {
    font-size: 3.17rem;
  }
}
@media (min-width: 992px) {
  .font.font-heading-1 {
    font-size: 3.32rem;
  }
}
.font.font-heading-2 {
  font-size: 1.85rem;
}
@media (min-width: 768px) {
  .font.font-heading-2 {
    font-size: 1.95rem;
  }
}
@media (min-width: 992px) {
  .font.font-heading-2 {
    font-size: 2.05rem;
  }
}
.font.font-heading-3 {
  font-size: 1.54rem;
}
@media (min-width: 768px) {
  .font.font-heading-3 {
    font-size: 1.64rem;
  }
}
.font.font-heading-4 {
  font-size: 1.23rem;
}
@media (min-width: 768px) {
  .font.font-heading-4 {
    font-size: 1.33rem;
  }
}
@media (min-width: 992px) {
  .font.font-heading-4 {
    font-size: 1.43rem;
  }
}
.font.font-heading-5 {
  font-size: 1.14rem;
}
@media (min-width: 768px) {
  .font.font-heading-5 {
    font-size: 1.17rem;
  }
}
@media (min-width: 992px) {
  .font.font-heading-5 {
    font-size: 1.2rem;
  }
}
.font.font-heading-6 {
  font-size: 1.08rem;
}
@media (min-width: 768px) {
  .font.font-heading-6 {
    font-size: 1.11rem;
  }
}
@media (min-width: 992px) {
  .font.font-heading-6 {
    font-size: 1.14rem;
  }
}
.font.font-caption {
  font-size: 0.775rem;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 992px) {
  .font.font-caption {
    font-size: 0.93rem;
  }
}
.font.font-caption-standard {
  font-weight: 400;
}
.font.font-caption-semibold {
  font-weight: 600;
}
.font.font-caption-bold {
  font-weight: 700;
}
.font.font-label {
  font-size: 0.525rem;
}
@media (min-width: 768px) {
  .font.font-label {
    font-size: 0.585rem;
  }
}
@media (min-width: 992px) {
  .font.font-label {
    font-size: 0.725rem;
  }
}
.font.font-label-standard {
  font-weight: 400;
}
.font.font-label-semibold {
  font-weight: 600;
}
.font.font-label-bold {
  font-weight: 700;
}
.font.font-featured-standard {
  font-weight: 400;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .font.font-featured-standard {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .font.font-featured-standard {
    font-size: 1.74rem;
  }
}
.font.font-highlight-standard {
  font-weight: 600;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .font.font-highlight-standard {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .font.font-highlight-standard {
    font-size: 1.74rem;
  }
}
.font.font-highlight-emphasis {
  font-weight: 400;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .font.font-highlight-emphasis {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .font.font-highlight-emphasis {
    font-size: 1.74rem;
  }
}
.font.font-highlight-accent {
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .font.font-highlight-accent {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .font.font-highlight-accent {
    font-size: 1.25rem;
  }
}
.font.font-display {
  font-family: "Roboto", sans-serif !important;
}
.font.font-display-1 {
  font-weight: 600;
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  .font.font-display-1 {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .font.font-display-1 {
    font-size: 3.8rem;
  }
}
@media (min-width: 1200px) {
  .font.font-display-1 {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  .font.font-display-1 {
    font-size: 4.5rem;
  }
}
.font.font-display-2 {
  font-weight: 600;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .font.font-display-2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .font.font-display-2 {
    font-size: 3.8rem;
  }
}
@media (min-width: 1200px) {
  .font.font-display-2 {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  .font.font-display-2 {
    font-size: 4.5rem;
  }
}
.font.font-display-3 {
  font-weight: 600;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .font.font-display-3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .font.font-display-3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .font.font-display-3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1400px) {
  .font.font-display-3 {
    font-size: 3rem;
  }
}
.font.font-footnote-1 {
  font-size: 0.7rem;
}
@media (min-width: 768px) {
  .font.font-footnote-1 {
    font-size: 0.8rem;
  }
}
.font.font-footnote-1-standard {
  font-weight: 400;
}
.font.font-footnote-1-semibold {
  font-weight: 600;
}
.font.font-footnote-1-bold {
  font-weight: 700;
}
.font.font-footnote-2 {
  font-size: 0.6rem;
}
@media (min-width: 768px) {
  .font.font-footnote-2 {
    font-size: 0.8rem;
  }
}
.font.font-footnote-2-standard {
  font-weight: 400;
}
.font.font-footnote-2-semibold {
  font-weight: 600;
}
.font.font-footnote-2-bold {
  font-weight: 700;
}
.font.font-footnote-3 {
  font-size: 0.5rem;
}
@media (min-width: 768px) {
  .font.font-footnote-3 {
    font-size: 0.6rem;
  }
}
.font.font-footnote-3-standard {
  font-weight: 400;
}
.font.font-footnote-3-semibold {
  font-weight: 600;
}
.font.font-footnote-3-bold {
  font-weight: 700;
}
.font.font-light {
  font-weight: 300;
}
.font.font-regular {
  font-weight: 400;
}
.font.font-medium {
  font-weight: 500;
}
.font.font-semibold {
  font-weight: 600;
}
.font.font-bold {
  font-weight: 700;
}
.font.font-blue {
  color: #2abfd4;
}

.link {
  cursor: pointer;
}

.btn {
  display: block;
  align-items: flex-start;
  transition: all 0.3s ease;
  outline: none;
  border: 1px solid transparent;
  border-radius: 999px !important;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 100%;
}
@media (min-width: 992px) {
  .btn {
    padding: 10px 20px;
  }
}
.btn-primary {
  display: inline-block;
  align-items: flex-start;
  transition: background-color 0.3s ease;
  outline: none;
  border: none;
  border-radius: 999px !important;
  background: #ffffff;
  padding: 0 20px;
  color: #0a0a0b;
  font-weight: bold;
  font-size: 1rem;
  line-height: 2.4rem !important;
}
.btn-primary:hover {
  background-color: #323f49;
  color: #ffffff;
}
.btn-primary-blue {
  background-color: #2abfd4;
  color: #ffffff;
}
.btn-primary-blue:hover {
  background-color: #114c55;
  color: #ffffff;
}
.btn-primary-dark {
  background-color: #282828;
  color: #ffffff;
}
.btn-primary-dark:hover {
  background-color: #2abfd4;
  border: 1px solid transparent !important;
  color: #ffffff;
}
.btn-primary-soft-gray {
  background-color: #ededed;
  color: #0a0a0b;
}
.btn-primary-soft-gray:hover {
  background-color: rgb(211.5, 211.5, 211.5);
}
.btn-primary-neutral {
  background-color: #e5e5e5;
  color: #282828;
}
.btn-primary-neutral:hover {
  background-color: rgb(216.25, 216.25, 216.25);
}
.btn-outline__dark {
  background-color: #ffffff;
  border: 1px solid #282828 !important;
}
.btn-outline__dark:hover {
  color: #ffffff;
  background: #282828;
}
.btn-outline__neutral {
  background-color: #ffffff;
  border: 1px solid #ededed !important;
}
.btn-small {
  border-radius: 999px;
  font-size: 0.875rem;
  line-height: 100%;
  padding: 7px 14px !important;
}
@media (min-width: 768px) {
  .btn-small {
    padding: 10px 20px !important;
  }
}
.btn-small-main {
  background: #2abfd4;
  color: #ffffff;
  border: 1px solid #2abfd4;
}
.btn-small-main:hover {
  background-color: rgb(33.5669291339, 152.6496062992, 169.4330708661);
  color: #ffffff;
}
.btn-small-outline {
  background-color: #ffffff;
  border: 1px solid #d0cfcf;
}
.btn-small-outline:hover {
  background-color: #ededed;
}
.btn-small-outline__dark {
  background-color: #ffffff;
  border: 1px solid #282828;
  color: #282828;
}
.btn-small-outline__dark:hover {
  background-color: #ededed;
}
.btn-small-dark {
  background-color: #282828;
  color: #ffffff;
}
.btn-small-dark:hover {
  background-color: #2abfd4;
  color: #ffffff;
  border: trans !important;
}
.btn-small-neutral {
  background-color: #ededed;
  color: #282828;
}
.btn-small-neutral:hover {
  background-color: rgb(224.25, 224.25, 224.25);
}

.bg-error200 {
  background-color: rgba(220, 53, 69, 0.1);
}

.text-error {
  color: #dc3545;
}

.cursor-pointer {
  cursor: pointer;
}

.form-select:focus,
button:focus,
button:active,
input:focus,
input:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: none !important;
  border-color: none !important;
}

button:focus:not(:focus-visible) {
  border-color: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: none !important;
  border-color: none !important;
}

.accordion-button:not(.collapsed) {
  background: none !important;
}

/* Loader */
#loading-indicator {
  transform: scale(1.4);
  padding: 20px;
  text-align: center;
}

.loader {
  position: relative;
  animation: spin 2s linear infinite;
  margin: auto;
  border: 5px solid #e5e5e5;
  /* Light grey */
  border-top: 5px solid var(--theme-color);
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.owl-carousel-offers a {
  display: block;
}
.owl-carousel-offers .owl-stage {
  padding: 20px 0;
}
.owl-carousel-offers .card-store {
  height: 100%;
}
@media (min-width: 992px) {
  .owl-carousel-offers {
    padding: 0 60px;
  }
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel-stores a {
  display: block;
}
.owl-carousel-stores .owl-stage {
  padding: 20px 0;
}
.owl-carousel-stores .card-store {
  height: 100%;
}
@media (min-width: 992px) {
  .owl-carousel-stores {
    padding: 30px 60px;
  }
}

.custom-nav-button {
  display: none;
  position: absolute;
  top: 50%;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #2E7B87;
}
.custom-nav-button span {
  color: #ffffff;
  font-size: 0.775rem;
}
@media (min-width: 992px) {
  .custom-nav-button {
    display: flex;
  }
}
.custom-nav-button.prev {
  left: 0;
  background-size: 50%;
}
.custom-nav-button.prev.disabled {
  opacity: 0.5;
}
.custom-nav-button.next {
  right: 0;
  background-size: 50%;
}

.custom-nav-button-no-tags {
  display: none;
  position: absolute;
  top: 50%;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #2E7B87;
}
.custom-nav-button-no-tags span {
  color: #2E7B87;
  font-size: 0.775rem;
}
@media (min-width: 992px) {
  .custom-nav-button-no-tags {
    display: flex;
  }
}
.custom-nav-button-no-tags.prev {
  left: 0;
  background-size: 50%;
}
.custom-nav-button-no-tags.prev.disabled {
  opacity: 0.5;
}
.custom-nav-button-no-tags.next {
  right: 0;
  background-size: 50%;
}

.card-store {
  display: block;
  cursor: pointer;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.card-store a {
  color: #282828;
}
.card-store .image-container {
  position: relative;
  height: 150px;
}
.card-store .image-container .main-image {
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-store .image-container .logo {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.card-store .content {
  position: relative;
  padding: 20px 20px 80px;
}

.content-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.content-bottom .location {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-bottom .location .icon-pin {
  font-size: 0.8rem;
  margin-right: 5px;
  color: #2abfd4;
}
.content-bottom .separator {
  margin: 10px 0;
  border-top: 1px solid #e5e5e5;
}
.content-bottom .chat-button {
  display: flex;
  position: absolute;
  right: 0;
  bottom: -5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 10px;
  background: #2abfd4;
  background-size: 70%;
  width: 40px;
  height: 40px;
  text-indent: -90000px;
}
.content-bottom .chat-button img {
  width: 70%;
}

.rating {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.rating span {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 100%;
}
.rating span img {
  width: 100%;
}
.rating .star {
  margin-right: 5px;
  width: 14px;
  height: 0.7rem;
}
.rating .heart {
  margin-left: 10px;
  width: 13px;
  height: 0.7rem;
}
.rating .heart span {
  color: #ff8e3d !important;
}
.rating .heart span.inactive {
  color: #bbb9b9 !important;
}

.header {
  padding: 1rem 0;
}
.header-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  padding: 0 8%;
  height: 73px;
}
@media (min-width: 992px) {
  .header-nav {
    position: relative;
    filter: none;
    padding: 0;
    height: auto;
    bottom: initial;
    left: initial;
  }
}
.header-arrow {
  color: #7d7878;
  font-size: 8px;
}
.header .icon-nav {
  transition: all 0.2s ease-in-out;
  color: #928d8e;
  font-size: 24px;
}
@media (min-width: 992px) {
  .header .icon-nav {
    font-size: 20px;
  }
}
.header .icon-nav-active {
  color: #2abfd4;
}
.header .icon-nav:hover {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
  color: #2abfd4;
}
.header .cart-icon-wrapper {
  margin-top: -40px;
  border-radius: 100%;
  background-color: #2abfd4;
  width: 85px;
  height: 85px;
  border: 4px solid #ffffff;
}
@media (min-width: 992px) {
  .header .cart-icon-wrapper {
    margin-top: initial;
    width: 50px;
    height: 50px;
  }
}
.header .icon-cart {
  margin-top: 2px;
  margin-left: -5px;
  color: #ffffff;
  font-size: 43px;
}
@media (min-width: 992px) {
  .header .icon-cart {
    margin-left: -2px;
    font-size: 24px;
  }
}
.header .cart-info {
  position: absolute;
  top: 40%;
  right: -18px;
  transform: translateY(-50%);
  height: 100%;
}
@media (min-width: 992px) {
  .header .cart-info {
    top: 30%;
  }
}
.header .cart-label {
  padding: 2px;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .header .cart-label {
    width: 16px;
    height: 16px;
  }
}
.header .cart-label-count {
  margin-bottom: 2px;
  background-color: #282828;
  font-weight: 700;
  font-size: 11px;
}
.header .cart-label-pending {
  background-color: #dc3545;
  font-size: 14px;
}
@media (min-width: 992px) {
  .header .cart-label-pending {
    font-size: 11px;
  }
}
.header .language-dropdown {
  display: inline-block;
  position: relative;
}
.header .selected-language {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 20px;
}
.header .selected-language .flag {
  margin-right: 5px;
  border: 1px solid #d0cfcf;
  border-radius: 999px;
  width: 22px;
  height: 22px;
  object-fit: cover;
}
.header .dropdown-content {
  display: none;
  position: absolute;
  right: -12px;
  z-index: 1;
  z-index: 100;
  margin-top: 15px;
  margin-left: -17px;
  box-shadow: 4px 4px 14.2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background-color: white;
  min-width: 220px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .header .dropdown-content {
    right: initial;
  }
}
.header .dropdown-content div {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 12px 16px;
  width: 100%;
  color: black;
  text-decoration: none;
}
.header .dropdown-content div .flag {
  margin-right: 10px;
  border: 1px solid #d0cfcf;
  border-radius: 999px;
  width: 22px;
  height: 22px;
  object-fit: cover;
}
.header .dropdown-content div:hover {
  background: #ededed;
}
.header .dropdown-content div.active {
  background: #ededed;
  font-weight: bold;
}
.header .icon-circle {
  background: #ededed;
  border-radius: 999px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  transition: all 0.2s ease-in-out;
}
.header .user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .user-avatar {
  width: 50px;
  height: 50px;
  background-color: #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #6c757d;
}
.header .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  box-shadow: none;
}
.header .accordion-button:not(.collapsed) .icon-circle {
  background: #2abfd4;
  transition: all 0.2s ease-in-out;
}
.header .accordion-button:not(.collapsed) .icon-circle span {
  color: #ffffff !important;
}
.header .accordion-button:focus {
  outline: none;
  box-shadow: none !important;
}
.header .accordion-button {
  padding: 1rem;
}
.header .accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23212529%27 class=%27bi bi-plus%27%3E%3Cpath d=%27M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z%27/%3E%3C/svg%3E");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23052c65%27 class=%27bi bi-dash%27%3E%3Cpath d=%27M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z%27/%3E%3C/svg%3E");
}
.header .accordion-body a {
  display: block;
  color: #6c757d;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 16px;
}
.header .accordion-body a:hover {
  background: #ededed;
}
.header .search-bar {
  position: relative;
  display: grid;
  grid-template-columns: auto 50px 50px;
  gap: 10px;
  height: 50px;
}
@media (min-width: 992px) {
  .header .search-bar {
    padding-right: 20px;
  }
}
.header .search-bar__input {
  z-index: 62;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ededed;
}
.header .search-bar input {
  outline: none;
  border: none;
  background: none;
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  padding-left: 50px;
}
.header .search-bar input::placeholder {
  color: #928d8e;
}
.header .search-bar .icon-search {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: none !important;
  width: 50px;
  height: 50px;
  color: #7d7878;
  font-size: 20px;
}
.header .search-bar .icon-mic-search {
  width: 50px;
  height: 50px;
  display: flex;
  border: none;
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header .search-bar .icon-image-search {
  width: 50px;
  height: 50px;
  display: flex;
  border: none;
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header .search-bar-modal {
  position: relative;
  gap: 10px;
  height: 50px;
}
@media (min-width: 992px) {
  .header .search-bar-modal {
    padding-right: 20px;
  }
}
.header .search-bar-modal__input {
  z-index: 62;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ededed;
}
.header .search-bar-modal input {
  outline: none;
  border: none;
  background: none;
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  padding-left: 50px;
}
.header .search-bar-modal input::placeholder {
  color: #928d8e;
}
.header .search-bar-modal .icon-search {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: none !important;
  width: 50px;
  height: 50px;
  color: #7d7878;
  font-size: 20px;
}

.header-location__text:hover {
  display: block;
  text-decoration: underline;
}

.my-addres-icon {
  width: 56px;
}

.input-my-address {
  width: 100%;
  border: none;
  background: #ededed;
  border-radius: 10px;
  padding: 0 10px;
  color: #7d7878;
  margin-bottom: 20px;
  outline: none;
  line-height: 50px;
}

.link-use-location {
  color: #2abfd4;
  cursor: pointer;
}
.link-use-location:hover {
  text-decoration: underline;
}

.h-collapse {
  overflow: hidden;
  width: 100%;
}
.h-collapse.hide {
  height: 0;
}

.h-expand {
  height: 0;
  width: 100%;
  overflow: hidden;
}

.color-location-address {
  color: #2abfd4;
}

#my-address-map {
  height: 400px;
  width: 100%;
  background-color: #ededed;
  border-radius: 30px;
}

.search-location {
  position: relative;
  width: 100%;
}

.auto-complete {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  display: none;
  z-index: 2000;
  padding: 1rem;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
}
.auto-complete P {
  cursor: pointer;
}

.btn-next {
  background: #2abfd4;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  display: none;
}

.succsess {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
.succsess.show {
  display: flex;
}
.succsess .icon-success {
  display: flex;
  align-items: center;
  justify-content: center;
  border: #2abfd4 4px solid;
  border-radius: 999px;
  width: 50px;
  height: 50px;
}
.succsess span {
  color: #2abfd4;
  font-size: 22px;
}

.hide {
  display: none !important;
}

.modal-header {
  border: none !important;
}

.banner-container {
  position: relative;
  border-radius: 20px;
  background: var(--Gradient-Bg, linear-gradient(129deg, #2ABFD4 10.27%, #2E7B87 84.9%));
  padding: 28px;
  height: auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .banner-container {
    padding: 60px;
    padding-left: 8%;
  }
}
.banner-container p {
  width: 60%;
}
.banner-container__text {
  position: relative;
}

.banner-image {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  align-items: center;
  width: 180px;
  height: 100%;
}
@media (min-width: 768px) {
  .banner-image {
    right: 9%;
  }
  .banner-image img {
    transform: scale(1.6);
  }
}
@media (min-width: 992px) {
  .banner-image {
    right: 15%;
  }
  .banner-image img {
    transform: scale(2.2);
  }
}

.categories-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 0 10px;
  text-align: center;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .categories-card:hover .categories-icon {
    transition: all 0.2s ease-in-out;
    background: #d0cfcf;
  }
}
.categories-card .categories-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  background: #e5e5e5;
  width: 70px;
  height: 70px;
}
.categories-card .categories-icon img {
  width: 50%;
  height: 50%;
}
.categories-card .categories-title p {
  color: #686263;
}

.progress-bar-container {
  position: relative;
  background: none;
  width: 100%;
  height: 20px;
}
.progress-bar-container::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  background-color: #e5e5e5;
  width: 100%;
  height: 2px;
  content: " ";
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: width 0.3s ease, left 0.3s ease;
  cursor: pointer;
  background: none;
  height: 20px;
}
.progress-bar::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #2abfd4;
  width: 100%;
  height: 2px;
  content: " ";
}

.promo-card-wrapper {
  position: relative;
  border-radius: 15px;
  width: 100%;
  max-width: 500px;
  overflow: visible;
}

.promo-card {
  position: relative;
  border-radius: 15px;
  width: 100%;
  max-width: 500px;
  height: 180px;
  overflow: hidden;
  background: #d0cfcf;
}
.promo-card img {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  object-fit: cover;
}
@media (min-width: 992px) {
  .promo-card {
    height: 230px;
  }
}
.promo-card .promo {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  padding-right: 30px;
  width: 60%;
  height: 100%;
  color: white;
}
.promo-card .promo_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: bold;
  font-size: 22px;
}
.promo-card .promo_btn {
  background-color: #ffffff;
  border-radius: 999px;
  padding: 0.6rem 2rem;
  color: #282828;
  text-transform: uppercase;
}
.promo-card .promo-promo-1 {
  background-color: #890080;
}
.promo-card .promo-promo-2 {
  background-color: #517F03;
}
.promo-card .promo-promo-3 {
  background-color: #0081B8;
}
.promo-card .promo-promo-4 {
  background-color: #D00061;
}
.promo-card .promo-promo-5 {
  background-color: #282561;
}
.promo-card .promo-promo-6 {
  background-color: #D47C00;
}
.promo-card .promo-promo-7 {
  background-color: #5C5C5C;
}
.promo-card .promo-promo-8 {
  background-color: #001877;
}
.promo-card .promo-promo-9 {
  background-color: #D92C2C;
}
.promo-card .promo-promo-10 {
  background-color: #008882;
}
.promo-card .promo-promo-11 {
  background-color: #7A2000;
}
.promo-card .promo-promo-12 {
  background-color: #517F03;
}
.promo-card .promo-promo-13 {
  background-color: #1750C9;
}
.promo-card .promo-promo-14 {
  background-color: #517F03;
}
.promo-card .promo-promo-15 {
  background-color: #373737;
}
.promo-card .promo .text {
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
}
.promo-card .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
}

.see-offers {
  color: #2abfd4;
}

footer {
  margin-top: 400px !important;
}
footer .container {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  footer .container {
    padding-bottom: 0;
    width: 80%;
  }
}

.scrollToTopBtn {
  display: none;
  /* Ocultarlo por defecto */
  position: fixed;
  right: 20px;
  bottom: 0;
  cursor: pointer;
  border: none;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #2abfd4;
  background-image: 80%;
}

.scrollToTopBtn:hover {
  background-color: #0056b3;
}

.store-main-header .header {
  padding: 0;
}
@media (min-width: 992px) {
  .store-main-header .header {
    padding: 1rem 0 !important;
  }
}
.store-main-header .search-bar {
  display: none !important;
}
.store-main-header .logo-location,
.store-main-header .language-wrapper {
  display: none !important;
}
@media (min-width: 992px) {
  .store-main-header .logo-location,
  .store-main-header .language-wrapper {
    display: flex !important;
  }
}

.responsive-container {
  margin-right: initial;
  margin-left: initial;
  width: 100%;
}
@media (min-width: 768px) {
  .responsive-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .responsive-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .responsive-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .responsive-container {
    max-width: 1320px;
  }
}

.w-logo-store {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (min-width: 992px) {
  .w-logo-store {
    display: none;
  }
}

.store-header {
  position: relative;
  text-align: center;
}
.store-header-banner {
  width: 100vw;
  height: 140px;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
}
@media (min-width: 768px) {
  .store-header-banner {
    width: 100%;
    margin-top: 20px;
    border-radius: 20px;
    height: 270px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .store-header-banner {
    margin-top: 0;
  }
}
.store-header-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-header-info {
  margin-top: -60px;
}
@media (min-width: 768px) {
  .store-header-info {
    margin-top: initial;
  }
}
.store-header-info .store-logo {
  border: 1px solid #bbb9b9;
  border-radius: 999px;
  width: 65px;
  height: 65px;
  overflow: hidden;
}
.store-header-info .store-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-header-nav {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (min-width: 992px) {
  .store-header-nav {
    position: relative;
    top: initial;
    right: initial;
  }
}
.store-header-nav button,
.store-header-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  border-radius: 999px;
  background: #ffffff;
  width: 38px;
  height: 38px;
  color: var(--theme-color);
}
@media (min-width: 992px) {
  .store-header-nav button,
  .store-header-nav a {
    background-color: #ededed;
    color: var(--theme-color);
  }
}
.store-header-nav .fill {
  fill: var(--theme-color);
}
.store-header-nav .search-store {
  position: relative;
}
.store-header-nav .search-store .search-store-button {
  height: 38px;
  width: 38px;
}
@media (min-width: 768px) {
  .store-header-nav .search-store .search-store-button {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.store-header-nav .search-store .input-search-store {
  height: 38px;
  border-radius: 999px;
  background: #ffffff;
  border: none;
  padding: 0 10px 0 38px;
  display: none;
}
@media (min-width: 768px) {
  .store-header-nav .search-store .input-search-store {
    display: block;
  }
}
.store-header-nav .search-store .input-search-store:focus {
  outline: none;
  border: none;
}
@media (min-width: 992px) {
  .store-header-nav .search-store .input-search-store {
    background: #ededed;
  }
}
.store-header-nav span {
  font-size: 18px;
}

.star {
  color: #ff8e3d;
}

.close-store {
  background: rgba(1, 1, 1, 0.2) !important;
  backdrop-filter: blur(10px);
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .close-store {
    display: none !important;
  }
}

.btn-benefits {
  border-radius: 999px;
  background: none;
  padding: 9px 15px !important;
  background-color: var(--theme-color) !important;
  color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-benefits img {
  width: 21px;
  height: 21px;
}
@media (min-width: 768px) {
  .btn-benefits {
    padding: 10px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .btn-benefits {
    border: none;
    padding: 0;
  }
}

.open-catgs-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
}
.open-catgs-menu span {
  font-size: 24px;
}

.store-slide-tags .splide {
  margin: 0 auto;
}
.store-slide-tags .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #d0cfcf;
  border-radius: 20px;
  padding: 0 15px;
  height: 32px;
  white-space: nowrap;
  font-weight: 600;
}
.store-slide-tags .splide__slide.active, .store-slide-tags .splide__slide:hover {
  border: var(--theme-color) 2px solid;
  color: var(--theme-color);
}
.store-slide-tags button {
  outline: none;
  background-color: transparent;
}

.store-slide-catgs {
  position: relative;
  padding-left: 34px;
}
.store-slide-catgs .splide {
  margin: 0 auto;
}
.store-slide-catgs .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  padding: 0 15px;
  height: 32px;
  white-space: nowrap;
}
.store-slide-catgs .splide__slide.active, .store-slide-catgs .splide__slide:hover {
  color: var(--theme-color);
}
.store-slide-catgs button {
  outline: none;
  background-color: transparent;
}

.store-available {
  color: var(--theme-color);
}

.bg-accent-red {
  background-color: #dc604e;
}

.store-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 10px;
}
@media (min-width: 768px) {
  .store-products {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
  }
}
@media (min-width: 992px) {
  .store-products {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-card {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 0;
  width: auto;
  max-width: 300px;
  height: 100%;
  overflow: hidden;
  text-align: left;
  padding-bottom: 14px;
}

.add-button {
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: var(--theme-color);
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 24px;
}
@media (min-width: 992px) {
  .add-button {
    bottom: -24px;
    width: 48px;
    height: 48px;
  }
}

.product-image {
  position: relative;
  width: 100%;
  height: 110px;
  background: #e5e5e5;
  background-image: linear-gradient(to right, #e5e5e5 0%, #edeef1 20%, #e5e5e5 40%, #e5e5e5 100%);
  background-repeat: no-repeat;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
}
@media (min-width: 768px) {
  .product-image {
    height: 150px;
  }
}
.product-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-image button {
  z-index: 10;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  z-index: 0;
}

.labels {
  display: grid;
  position: absolute;
  top: 10px;
  left: 10px;
  grid-template-columns: 1fr;
  gap: 5px;
  z-index: 10;
  color: #ffffff;
  font-size: 0.6rem;
}
@media (min-width: 992px) {
  .labels {
    font-size: 0.7rem;
  }
}
.labels span {
  display: inline-block;
  border-radius: 900px;
  background-color: #e53c45;
  padding: 5px 15px;
}

.add-message {
  color: #a6a4a4;
}

.product-info {
  padding: 30px 20px 60px;
}

.product-info-real-estate {
  padding: 30px 20px;
}

.product-price {
  color: #686263;
}

.original-price {
  color: #928d8e;
  text-decoration: line-through;
}

.sale-info {
  display: flex;
  margin-top: 10px;
}

.sale-tag,
.sale-time,
.sale-percentage {
  display: grid;
  align-items: center;
  padding: 5px 10px;
}

.sale-tag {
  border-radius: 5px 0 0 5px;
  background-color: #f8dfdc;
}
.sale-tag span {
  display: block;
  color: #e53c45;
}

.badge {
  padding: 6px 10px !important;
}

.sale-time {
  border-radius: 0 5px 5px 0;
  background-color: #f8dfdc;
  color: #e53c45;
}

.sale-percentage {
  margin-left: 5px;
  border-radius: 5px;
  background-color: #f8dfdc;
  color: #e53c45;
}

.cart-info {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  width: 100%;
  color: #282828;
}

.dragging {
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  background-color: #ffffff;
  z-index: 10000;
}

.weight-modal {
  text-align: center;
}
.weight-modal .btn-primary {
  background: var(--theme-color) !important;
  color: #ffffff;
}
.weight-modal .btn-primary:hover {
  background: var(--theme-color) !important;
  filter: brightness(1.2);
}

.success-overlay,
.weight-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10001;
  overflow-x: scroll;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .success-overlay,
  .weight-modal-overlay {
    align-items: center;
  }
}

.success-message,
.weight-modal {
  background-color: #ffffff;
  border-radius: 20px;
}

.checkmark {
  width: 72px;
  height: 72px;
  background-color: #ffffff !important;
  border-radius: 999px;
  border: 5px solid var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkmark span {
  color: var(--theme-color);
  font-size: 32px;
}

.dark-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 30;
  display: none;
}

.pending-alert {
  background-color: #dc3545;
  z-index: 10000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pending-alert__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.pending-modal .btn-primary-blue {
  border-radius: 999px !important;
  background: #ffffff;
  background-color: var(--theme-color);
  color: #ffffff;
}
.pending-modal .btn-primary-blue:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}

.grid-products-sales {
  display: grid;
  gap: 50px 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .grid-products-sales {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
  }
}
@media (min-width: 992px) {
  .grid-products-sales {
    grid-template-columns: repeat(4, 1fr);
  }
}

.benefit-box {
  border-radius: 20px;
  justify-content: center;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  min-height: 160px;
}
.benefit-box img {
  width: 40px;
}

.benefit-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  border: none;
  cursor: pointer;
}
.close-button span {
  font-size: 20px !important;
  color: #686263;
}

.modal-content {
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  border-radius: 14px !important;
}

.store-nav-item {
  border-radius: 20px;
  justify-content: center;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.store-nav-item:hover {
  transition: all 0.3s ease;
  border: 2px solid var(--theme-color);
}
.store-nav-item-icon {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-nav-item-icon img {
  width: 20px;
}

.splide-video .splide__video__play {
  background: var(--theme-color);
}
.splide-video .splide__video__play:after {
  border-color: transparent transparent transparent #ffffff;
}
.splide-video .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.splide-video .splide__slide img,
.splide-video .splide__slide .splide__video__wrapper {
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.store-info .splide-galley-info .splide__track {
  height: 194px;
}
@media (min-width: 768px) {
  .store-info .splide-galley-info .splide__track {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .store-info .splide-galley-info .splide__track {
    height: 418px;
  }
}
.store-info .splide-galley-info .splide__track img {
  height: 100%;
}
.store-info .store-logo {
  border: 1px solid #bbb9b9;
  border-radius: 999px;
  width: 65px;
  height: 65px;
  overflow: hidden;
}
.store-info .store-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-info-nav-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  gap: 10px;
}
.store-info-nav-tabs > div {
  display: flex;
  justify-content: top;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.store-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ededed;
  border-radius: 20px;
  width: 100%;
  height: 70px;
}
@media (min-width: 768px) {
  .store-info-icon {
    height: 90px;
  }
}
.store-info-icon img {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .store-info-icon img {
    width: 50px;
    height: 50px;
  }
}
.store-info .leaflet-popup-content-wrapper {
  min-width: 280px;
  border-radius: 100px !important;
}
.store-info .leaflet-container a.leaflet-popup-close-button {
  top: 5px;
  right: 20px;
}

.see-more {
  cursor: pointer;
  color: var(--theme-color);
}
.see-more span {
  font-size: 0.8rem;
}

.nav-link.active .store-info-icon {
  background: #e5e5e5;
}

.rotate-icon {
  transition: transform 0.3s ease;
  /* Suaviza la transición */
}

.rotate-icon.up {
  transform: rotate(180deg);
  /* Rota el ícono 180 grados */
}

.payment-boxes {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .payment-boxes {
    grid-template-columns: 1fr 1fr;
  }
}

.payment-box {
  background-color: #f3f7f8;
  padding: 20px;
  border-radius: 10px;
}
.payment-box img {
  width: 34px;
  height: 34px;
}
@media (min-width: 768px) {
  .payment-box img {
    width: 50px;
    height: 50px;
  }
}

.card-timings {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  border-radius: 20px;
  border: 2px solid transparent !important;
}
.card-timings-icon {
  width: 18px;
  height: 18px;
}
.card-timings-phone {
  display: flex;
  gap: 10px;
}

.timings-days {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 0.5rem;
}
@media (min-width: 768px) {
  .timings-days {
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.timings-days .card-day .card-day-letter {
  width: 30px;
  height: 30px;
  background-color: #ededed;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .timings-days .card-day .card-day-letter {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
}

.splide-timings .is-active {
  transition: all 0.3s ease;
  background: #e5e5e5;
}
.splide-timings a {
  border: none !important;
}

#location-stores {
  height: 400px;
  width: 100%;
  background-color: #ededed;
  border-radius: 30px;
}

.svg-icon {
  width: 60px !important;
  height: auto;
}

.color-location {
  color: var(--theme-color);
}

.popup-content {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  width: 100% !important;
}
.popup-content img {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  margin-right: 10px;
}
.popup-content .popup-text p {
  font-size: 0.875rem;
}

.splide__slide iframe {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-container {
  position: relative;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scale {
  width: auto;
  max-width: 500px;
  margin: 0 auto;
}
.scale__head .scale__image {
  width: 150px;
  height: 150px;
  border-radius: 999px;
  margin-bottom: 10px;
  object-fit: cover;
}
.scale__content .scale__nav-link {
  background-color: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  padding: 0 15px;
  margin-right: 5px;
  line-height: 33px;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
}
.scale__content .scale__nav .active {
  color: var(--theme-color) !important;
  border: 2px solid var(--theme-color);
}
.scale__content .scale__value {
  padding: 0 1rem;
}
.scale__content .scale__value-button {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border: 2px solid #a6a4a4;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scale__content .scale__value-button span {
  color: #282828;
  font-size: 0.875rem;
}
.scale__content .scale__value .scale__input {
  width: 54%;
}
.scale__content .scale__value .scale__input input {
  background: none;
  font-size: 2.5rem;
  text-align: right;
  width: 100%;
  border: none;
  font-weight: 600;
}
.scale__content .scale__value .scale__input input:focus {
  outline: none;
}
.scale__content .scale__default-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.scale__content .scale__default-values span {
  display: flex;
  height: 40px;
  background: #ededed;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  border-radius: 10px;
  cursor: pointer;
}
.scale__content .scale__default-values span:hover {
  background: #e5e5e5;
}
.scale__section {
  display: none;
}
.scale__section.active {
  display: block;
}

/* Remove arrows from number inputs */
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Chrome, Safari, Edge, Opera */
  appearance: textfield;
  /* Standard */
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* Safari */
}

input[type=number]::-moz-inner-spin-button {
  -moz-appearance: none;
  margin: 0;
  /* Firefox */
}

.val-slider {
  width: 100%;
  position: relative;
  height: 50px;
}
.val-slider .slider-track {
  width: 100%;
  height: 4px;
  /* Ajustado a 3px */
  background: #e0e0e0;
  /* Gris claro */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.val-slider .slider-range {
  height: 4px;
  /* Ajustado a 3px */
  background: var(--theme-color);
  /* Azul */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.val-slider .slider-thumb {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.val-slider .slider-thumb::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: 5px solid var(--theme-color);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Store Product Component Styles */
.product-gallery {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.product-gallery .video-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-gallery .video-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  z-index: 1;
}
.product-gallery .video-thumbnail .bi-play-circle-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  z-index: 2;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.product-gallery .video-thumbnail:hover .bi-play-circle-fill {
  opacity: 1;
}
.product-gallery .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 8px;
}

#main-carousel {
  width: 100%;
}
@media (min-width: 768px) {
  #main-carousel {
    width: calc(100% - 110px);
    margin-left: 20px;
  }
}
#main-carousel .splide__slide {
  border-radius: 8px;
  overflow: hidden;
  background-color: #000;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-carousel .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#main-carousel .splide__slide .video-container {
  width: 100%;
  height: 56.25%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 0;
}
#main-carousel .splide__slide .video-container iframe, #main-carousel .splide__slide .video-container video, #main-carousel .splide__slide .video-container #my-dailymotion-player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
}

#thumbnail-carousel {
  display: none;
}
@media (min-width: 768px) {
  #thumbnail-carousel {
    display: block;
    width: 50px;
  }
}
#thumbnail-carousel .splide__track {
  overflow: visible;
}
#thumbnail-carousel .splide__list {
  display: flex;
  flex-direction: column;
  height: auto !important;
  transform: none !important;
}
#thumbnail-carousel .splide__list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#thumbnail-carousel .splide__slide {
  width: 50px !important;
  height: 50px !important;
  border-radius: 8px;
  border: 1px solid #d0cfcf;
  margin: 0 0 10px 0;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.2s ease, border-color 0.2s ease;
  background-color: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#thumbnail-carousel .splide__slide.is-active {
  border: 2px solid var(--theme-color);
  opacity: 1;
}
#thumbnail-carousel .splide__slide:hover {
  opacity: 1;
}
#thumbnail-carousel .splide__slide[data-type=image] img {
  border-radius: 8px;
}
#thumbnail-carousel .splide__slide .video-thumbnail {
  position: relative;
  width: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
#thumbnail-carousel .splide__slide .video-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 0;
}
#thumbnail-carousel .splide__slide .video-thumbnail .bi-play-circle-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  z-index: 2;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
#thumbnail-carousel .splide__slide .video-thumbnail:hover .bi-play-circle-fill {
  opacity: 1;
}
#thumbnail-carousel .splide__slide .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 0;
}
#thumbnail-carousel .splide__arrows {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#thumbnail-carousel .splide__arrow--prev {
  top: -20px;
  left: auto;
  transform: none;
}
#thumbnail-carousel .splide__arrow--next {
  top: auto;
  bottom: -20px;
  left: auto;
  transform: none;
}

.product .btn-dark:hover {
  background-color: var(--theme-color) !important;
  color: #ffffff;
}
.product-status {
  margin-bottom: 4px;
}
.product-title {
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.in-stock {
  color: var(--theme-color);
  font-weight: 500;
}

.seller {
  margin-bottom: 15px;
  color: #1d8a99;
}

.price-container {
  margin-bottom: 25px;
}

.current-price {
  color: var(--theme-color);
}

.original-price {
  text-decoration: line-through;
  color: #928d8e;
}

.quantity-section {
  margin-bottom: 20px;
}
.quantity-label {
  margin-bottom: 8px;
  color: #534e4e;
}
.quantity-control-row {
  display: flex;
  align-items: center;
}
.quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid #d0cfcf;
  border-radius: 50px;
  padding: 0 10px;
  background-color: #ededed;
}
.quantity-btn {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7d7878;
}
.quantity-input {
  width: 40px;
  border: none;
  background: none;
  text-align: center;
  color: #534e4e;
}

.total-price {
  margin-left: 25px;
}
.total-price span {
  color: var(--theme-color);
}
.total-price strong {
  font-weight: 600;
  color: #534e4e;
}

.add-to-cart-btn {
  width: 100%;
  padding: 15px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 25px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.add-to-cart-btn:hover {
  background-color: rgb(38.25, 38.25, 38.25);
}

.description-section {
  margin-bottom: 30px;
}

.section-title {
  font-weight: 600;
  margin-bottom: 5px;
  color: #534e4e;
}
.section-content {
  color: #7d7878;
  line-height: 1.6;
}

.action-buttons {
  display: flex;
  margin-bottom: 25px;
}

.action-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.action-btn:hover {
  filter: brightness(0.9);
}

.tags-section {
  margin-top: 15px;
}

.tags-label {
  margin-bottom: 10px;
  color: #534e4e;
}

.tag {
  display: inline-block;
  background-color: #928d8e;
  color: #fff;
  padding: 6px 15px;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: background-color 0.2s ease;
}
.tag:hover {
  background-color: rgb(120.6457399103, 115.3542600897, 116.4125560538);
}

.product-accordion .accordion-item {
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.product-accordion .accordion-button {
  background-color: #ffffff;
  box-shadow: none;
  padding: 1rem;
  font-weight: 400;
}
.product-accordion .accordion-button:not(.collapsed) {
  color: var(--accent-color);
  background-color: #f9f9f9;
  font-weight: 600;
}
.product-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}
.product-accordion .accordion-button::after {
  transition: transform 0.3s ease;
}
.product-accordion .accordion-body {
  padding: 1rem;
  background-color: #ffffff;
}

.notify-me-img {
  width: 100%;
}

.date-product-container {
  padding: 20px 0 40px;
}
.date-product-container .step-title {
  margin-bottom: 1.5rem;
}
.date-product-container .staff-selection {
  position: relative;
}
.date-product-container .staff-selection .staff-carousel {
  margin-bottom: 20px;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .date-product-container .staff-selection .staff-carousel .splide__slide {
    display: flex;
    justify-content: center;
  }
  .date-product-container .staff-selection .staff-carousel .staff-card {
    max-width: 250px;
    margin: 0 auto;
  }
}
.date-product-container .staff-selection .staff-carousel .splide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ededed;
  opacity: 1;
  transform: translateY(-50%);
}
.date-product-container .staff-selection .staff-carousel .splide__arrow:hover {
  background-color: #e5e5e5;
}
.date-product-container .staff-selection .staff-carousel .splide__arrow svg {
  width: 1em;
  height: 1em;
  fill: #555;
}
.date-product-container .staff-selection .staff-carousel .splide__arrow--prev {
  left: 0;
}
.date-product-container .staff-selection .staff-carousel .splide__arrow--next {
  right: 0;
}
.date-product-container .staff-selection .staff-carousel .splide__slide {
  padding: 5px;
}
.date-product-container .staff-selection .staff-carousel .staff-card {
  width: 100%;
  min-width: 180px;
  border-radius: 10px;
  background-color: #ededed;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 2px solid transparent;
}
.date-product-container .staff-selection .staff-carousel .staff-card.active, .date-product-container .staff-selection .staff-carousel .staff-card:hover {
  background-color: #e5e5e5;
  border: 2px solid var(--theme-color);
}
.date-product-container .staff-selection .staff-carousel .staff-card.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.date-product-container .staff-selection .staff-carousel .staff-card.disabled:hover {
  background-color: #ededed;
  border-color: transparent;
}
.date-product-container .staff-selection .staff-carousel .staff-card.no-preference .staff-avatar {
  margin-right: 10px;
}
.date-product-container .staff-selection .staff-carousel .staff-card .staff-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  flex-shrink: 0;
}
.date-product-container .staff-selection .staff-carousel .staff-card .staff-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.date-product-container .staff-selection .staff-carousel .staff-card .staff-info {
  text-align: left;
  flex-grow: 1;
}
.date-product-container .staff-selection .staff-carousel .staff-card .staff-info h4 {
  margin-bottom: 5px;
}
.date-product-container .staff-selection .staff-carousel .staff-card .staff-info .status.available {
  color: var(--bs-success);
}
.date-product-container .staff-selection .staff-carousel .staff-card .staff-info .status.not-available {
  color: var(--bs-danger);
}
.date-product-container .staff-selection .staff-carousel .staff-card .staff-selected {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.date-product-container .date-selection .month-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.date-product-container .date-selection .month-selector .current-month {
  margin: 0 20px;
}
.date-product-container .date-selection .month-selector .month-nav {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f0f0f0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.date-product-container .date-selection .month-selector .month-nav:hover {
  background-color: #e0e0e0;
}
.date-product-container .date-selection .days-selection {
  margin-bottom: 20px;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .date-product-container .date-selection .days-selection .splide__slide {
    display: flex;
    justify-content: center;
  }
  .date-product-container .date-selection .days-selection .day-card {
    min-width: 70px;
    margin: 0 auto;
  }
}
.date-product-container .date-selection .days-selection .splide__arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f0f0f0;
  opacity: 1;
  transform: translateY(-50%);
}
.date-product-container .date-selection .days-selection .splide__arrow:hover {
  background-color: #e0e0e0;
}
.date-product-container .date-selection .days-selection .splide__arrow svg {
  width: 1em;
  height: 1em;
  fill: #555;
}
.date-product-container .date-selection .days-selection .splide__arrow--prev {
  left: 0;
}
.date-product-container .date-selection .days-selection .splide__arrow--next {
  right: 0;
}
.date-product-container .date-selection .days-selection .splide__slide {
  padding: 5px;
}
.date-product-container .date-selection .days-selection .day-card {
  width: 100%;
  padding: 15px 5px;
  border-radius: 12px;
  background-color: #ededed;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
}
.date-product-container .date-selection .days-selection .day-card.active, .date-product-container .date-selection .days-selection .day-card:hover {
  background-color: #e5e5e5;
  border: 2px solid var(--theme-color);
}
.date-product-container .date-selection .days-selection .day-card.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.date-product-container .date-selection .days-selection .day-card .day-name {
  margin-bottom: 5px;
}
.date-product-container .date-selection .days-selection .day-card .day-selected {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.date-product-container .time-selection .time-period-selector {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .date-product-container .time-selection .time-period-selector {
    flex-direction: row;
  }
}
.date-product-container .time-selection .time-period-selector .time-period {
  flex: 1;
  padding: 12px;
  text-align: center;
  background-color: #ededed;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
}
.date-product-container .time-selection .time-period-selector .time-period.active, .date-product-container .time-selection .time-period-selector .time-period:hover {
  background-color: #e5e5e5;
  border: 2px solid var(--theme-color);
}
.date-product-container .time-selection .time-period-selector .time-period i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--theme-color);
}
.date-product-container .time-selection .time-slots {
  margin-bottom: 20px;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .date-product-container .time-selection .time-slots .splide__slide {
    display: flex;
    justify-content: center;
  }
  .date-product-container .time-selection .time-slots .time-slot {
    min-width: 90px;
    margin: 0 auto;
  }
}
.date-product-container .time-selection .time-slots .splide__arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f0f0f0;
  opacity: 1;
  transform: translateY(-50%);
}
.date-product-container .time-selection .time-slots .splide__arrow:hover {
  background-color: #e0e0e0;
}
.date-product-container .time-selection .time-slots .splide__arrow svg {
  width: 1em;
  height: 1em;
  fill: #555;
}
.date-product-container .time-selection .time-slots .splide__arrow--prev {
  left: 0;
}
.date-product-container .time-selection .time-slots .splide__arrow--next {
  right: 0;
}
.date-product-container .time-selection .time-slots .splide__slide {
  padding: 5px;
}
.date-product-container .time-selection .time-slots .time-slot {
  width: 100%;
  padding: 15px 10px;
  border-radius: 12px;
  background-color: #ededed;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
}
.date-product-container .time-selection .time-slots .time-slot.active, .date-product-container .time-selection .time-slots .time-slot:hover {
  background-color: #e5e5e5;
  border: 2px solid var(--theme-color);
}
.date-product-container .time-selection .time-slots .time-slot.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.date-product-container .time-selection .time-slots .time-slot .time-selected {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.date-product-container .appointment-summary {
  border-radius: 10px;
  padding: 25px;
  height: auto;
  border: 2px solid #282828;
  margin-top: 30px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .date-product-container .appointment-summary {
    margin-top: 0;
  }
}
.date-product-container .appointment-summary.js-sticky-summary-m {
  position: sticky;
  top: 20px;
  transition: top 0.3s ease;
}
.modal .date-product-container .appointment-summary.js-sticky-summary-m {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.date-product-container .appointment-summary .btn-small:hover {
  background-color: var(--theme-color) !important;
  color: #ffffff;
}
.date-product-container .appointment-summary .service-info {
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.date-product-container .appointment-summary .price-total {
  color: var(--theme-color);
}
.date-product-container .staff-carousel .staff-cards,
.date-product-container .staff-carousel .day-cards,
.date-product-container .staff-carousel .time-slot-cards,
.date-product-container .days-selection .staff-cards,
.date-product-container .days-selection .day-cards,
.date-product-container .days-selection .time-slot-cards,
.date-product-container .time-slots .staff-cards,
.date-product-container .time-slots .day-cards,
.date-product-container .time-slots .time-slot-cards {
  overflow-x: auto;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .date-product-container .staff-carousel .staff-cards,
  .date-product-container .staff-carousel .day-cards,
  .date-product-container .staff-carousel .time-slot-cards,
  .date-product-container .days-selection .staff-cards,
  .date-product-container .days-selection .day-cards,
  .date-product-container .days-selection .time-slot-cards,
  .date-product-container .time-slots .staff-cards,
  .date-product-container .time-slots .day-cards,
  .date-product-container .time-slots .time-slot-cards {
    overflow-x: hidden;
    padding-bottom: 0;
  }
}

.drop-zone.dropzone {
  border: 2px dashed var(--theme-color);
  border-radius: 10px;
  min-height: 150px;
  padding: 20px;
  background-color: #ededed;
  cursor: pointer;
  transition: all 0.3s ease;
}
.drop-zone.dropzone:hover {
  background-color: #282828;
}
.drop-zone.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.drop-zone.dropzone .dz-message .upload-icon {
  color: var(--theme-color);
}
.drop-zone.dropzone .dz-preview {
  margin: 10px;
}
.drop-zone.dropzone .dz-preview.dz-image-preview {
  background: transparent;
}
.drop-zone.dropzone .dz-preview .dz-image {
  border-radius: 10px;
  overflow: hidden;
}
.drop-zone.dropzone .dz-preview .dz-error-message {
  min-width: 140px;
  background: rgba(255, 0, 0, 0.9);
  border-radius: 5px;
}
.drop-zone.dropzone .dz-preview .dz-success-mark, .drop-zone.dropzone .dz-preview .dz-error-mark {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 5px;
}

.file-attachment .attached-files {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.file-attachment .attached-files .attached-file {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.file-attachment .attached-files .attached-file.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.file-attachment .attached-files .attached-file.document {
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-attachment .attached-files .attached-file.document .pdf-icon {
  width: 60px;
  height: 70px;
  background-color: #e74c3c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.file-attachment .attached-files .attached-file.document .pdf-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ededed transparent transparent;
}
.file-attachment .attached-files .attached-file .remove-file {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.file-attachment .attached-files .attached-file .remove-file:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.file-attachment .file-upload-actions {
  display: flex;
  gap: 10px;
}
.file-attachment .file-upload-actions .btn-outline__dark {
  color: #282828;
}
.file-attachment .file-upload-actions .btn-outline__dark:hover {
  transition: all 0.3s ease;
  background-color: var(--theme-color) !important;
  color: #ffffff;
  border: 1px solid transparent !important;
}
.file-attachment .file-upload-actions .btn-small:hover {
  transition: all 0.3s ease;
  background-color: var(--theme-color) !important;
  color: #ffffff;
}

.summary-details {
  margin-top: 20px;
}
.summary-details .summary-item {
  display: grid;
  grid-template-columns: 30% auto;
  margin-bottom: 15px;
}

.product-variations,
.product-toppings {
  margin-bottom: 2rem;
}
.product-variations h3,
.product-toppings h3 {
  margin-bottom: 1rem;
}

.variations-grid,
.toppings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 576px) {
  .variations-grid,
  .toppings-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.variation-item,
.topping-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  background-color: #ededed;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  position: relative;
}
.variation-item:hover,
.topping-item:hover {
  background-color: #e5e5e5;
  border: 1px solid var(--theme-color);
}
.variation-item.active,
.topping-item.active {
  background-color: #e5e5e5;
  border: 1px solid var(--theme-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.variation-item.active .variation-check,
.variation-item.active .topping-check,
.topping-item.active .variation-check,
.topping-item.active .topping-check {
  display: flex;
}
.variation-item .variation-check,
.variation-item .topping-check,
.topping-item .variation-check,
.topping-item .topping-check {
  display: none;
}

.variation-content,
.topping-content {
  display: flex;
  flex-direction: column;
}

.variation-name,
.topping-name {
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.variation-price,
.topping-price {
  color: #666;
}

.variation-check,
.topping-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.variation-check i,
.topping-check i {
  font-size: 12px;
}

.quantity-section {
  margin-bottom: 2rem;
}
.quantity-section .quantity-label {
  margin-bottom: 0.5rem;
}
.quantity-section .quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 1rem;
  max-width: 150px;
}
.quantity-section .quantity-control .quantity-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border: none;
  cursor: pointer;
}
.quantity-section .quantity-control .quantity-btn:hover {
  background: #f0f0f0;
}
.quantity-section .quantity-control .quantity-input {
  width: 70px;
  border: none;
  text-align: center;
  font-weight: 600;
  background: transparent;
}
.quantity-section .price-breakdown .price-row {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quantity-section .price-breakdown .price-row:last-child {
  margin-bottom: 0;
}

.product-special-instructions .instructions-header,
.product-special-instructions .file-header,
.mt-3 .instructions-header,
.mt-3 .file-header {
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-special-instructions .instructions-header:hover,
.product-special-instructions .file-header:hover,
.mt-3 .instructions-header:hover,
.mt-3 .file-header:hover {
  opacity: 0.8;
}
.product-special-instructions .instructions-header i.fas,
.product-special-instructions .file-header i.fas,
.mt-3 .instructions-header i.fas,
.mt-3 .file-header i.fas {
  transition: transform 0.3s ease;
  font-size: 14px;
  color: var(--theme-color);
  display: inline-block;
  transform: rotate(0deg);
}
.product-special-instructions .instructions-header.expanded i.fas,
.product-special-instructions .file-header.expanded i.fas,
.mt-3 .instructions-header.expanded i.fas,
.mt-3 .file-header.expanded i.fas {
  transform: rotate(180deg);
}
.product-special-instructions .instructions-content,
.product-special-instructions .file-content,
.mt-3 .instructions-content,
.mt-3 .file-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  opacity: 0;
}
.product-special-instructions .instructions-content.show,
.product-special-instructions .file-content.show,
.mt-3 .instructions-content.show,
.mt-3 .file-content.show {
  max-height: 500px;
  opacity: 1;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in;
}

.special-instructions-input {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  resize: vertical;
}
.special-instructions-input:focus {
  outline: none;
  border-color: var(--theme-color);
}

.file-attachment .attached-files {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.file-attachment .file-upload-actions {
  display: flex;
  gap: 10px;
}
.file-attachment .file-upload-actions .btn-small {
  flex: 1;
}

.text-muted {
  color: #777;
}

/* Product Selection Cards for Composite Products */
.product-selection-cards-composite {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.product-card-row {
  width: 100%;
}

.product-selection-card {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.product-selection-card:hover {
  background-color: #e5e5e5;
  border: 1px solid var(--theme-color);
  box-shadow: none;
}
.product-selection-card.active {
  border: 1px solid var(--theme-color);
  background-color: #e5e5e5;
  box-shadow: none;
}
.product-selection-card.active .product-card-check {
  display: flex;
}

.product-card-image {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.product-card-info {
  flex: 1;
  padding-left: 15px;
}
.product-card-info h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 1.3;
}
.product-card-info .product-card-price {
  margin: 0;
  font-size: 14px;
}

.product-card-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.product-card-check i {
  font-size: 12px;
}

.store-cart .card button:hover {
  background: #2abfd4;
  border: 1px solid #2abfd4;
}

.payment-store-logo {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.cart-products-table {
  min-width: 768px;
}
.cart-products-table thead tr th {
  padding: 1rem;
  vertical-align: middle;
  white-space: nowrap;
}
.cart-products-table thead tr th:nth-of-type(2) {
  width: 560px !important;
}
.cart-products-table thead tr td {
  vertical-align: middle !important;
  white-space: nowrap;
}
.cart-products-table tbody tr td ul {
  list-style-type: disc !important;
  padding-left: 1.5rem !important;
  margin-bottom: 1rem !important;
}
.cart-products-table tbody tr td ul li {
  list-style: disc !important;
  display: list-item !important;
}
.cart-products-table tbody tr td .collapse {
  transition: none !important;
}
.cart-products-table tbody tr td .collapsing {
  transition: none !important;
}
@media (min-width: 992px) {
  .cart-products-table .table-responsive {
    margin: 0 -1rem;
    padding: 0 1rem;
  }
}

.cart-image-container {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.cart-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quantity-control button:focus, .quantity-control input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.quantity-control button {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  cursor: pointer;
  padding: 0 8px;
  user-select: none;
}
.quantity-control button:active, .quantity-control button:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.quantity-control input::-webkit-outer-spin-button, .quantity-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-control input[type=number] {
  -moz-appearance: textfield;
}
.quantity-control.disabled {
  pointer-events: none;
}
.quantity-control.disabled button {
  opacity: 0.2;
  cursor: not-allowed;
}
.quantity-control.disabled input {
  cursor: not-allowed;
}

.btn-trash {
  border: none;
  background: transparent;
  padding: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
}
.btn-trash i {
  font-size: 16px;
  color: #a6a4a4;
  transition: color 0.3s ease;
}
.btn-trash:hover {
  background-color: #ededed;
}
.btn-trash:hover i {
  color: #dc3545;
}
.btn-trash:focus, .btn-trash:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

#map-cart {
  height: 400px;
  width: 100%;
  border-radius: 8px;
  margin: 1rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#map-cart .leaflet-control-zoom {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#map-cart .leaflet-control-zoom a {
  border: none !important;
  color: #333;
  background: white;
}
#map-cart .leaflet-control-zoom a:hover {
  background: #f8f9fa;
}
#map-cart .leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#map-cart .leaflet-popup-content {
  margin: 8px 12px;
  font-family: inherit;
  font-size: 14px;
  box-shadow: none !important;
  top: 3rem !important;
}

.map-cart .leaflet-popup-tip {
  display: none;
}
.map-cart .leaflet-popup-content {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: auto !important;
  min-width: 200px;
  padding-right: 1rem;
}

.leaflet-control-attribution {
  display: none;
}

.leaflet-control-zoom a {
  padding: 0 !important;
}

.delivery-option {
  background-color: #ededed;
  color: #282828 !important;
  border: 1px solid transparent !important;
  transition: all 0.2s ease-in-out;
}
.delivery-option.active {
  background-color: #ededed !important;
  border: 1px solid #282828 !important;
  position: relative;
}
.delivery-option.active i {
  color: #282828;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.delivery-option:hover:not(.active) {
  background-color: rgb(224.25, 224.25, 224.25);
}
.delivery-option:focus, .delivery-option:active {
  box-shadow: none !important;
  outline: none !important;
}
.delivery-option i {
  font-size: 1.2rem;
}

.store-location-info {
  transition: all 0.3s ease;
  width: auto;
  display: inline-flex;
}
.store-location-info .store-details {
  width: 100%;
}

.icon-black-circle {
  background: black;
  border-radius: 50%;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-icon i {
  color: #282828;
}

.address-active {
  background-color: #ededed !important;
  border-radius: 8px !important;
  border: 1px solid #3d3939 !important;
  font-weight: bold !important;
}

.icon-stepts {
  width: 32px;
  height: 32px;
}

.bg-search {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  display: none;
}
.bg-search.show {
  display: block;
}

.main-search {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
  z-index: 70;
  padding: 1rem;
  display: none;
}
.main-search .accordion {
  position: relative;
  display: inline;
  cursor: pointer;
}
.main-search .accordion:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 11px;
  width: 6px;
  height: 6px;
  border: solid #282828;
  border-width: 0 1px 1px 0;
  transform: rotate(225deg);
  transition: all 0.3s ease-in-out;
}
.main-search .accordion.rotate:after {
  top: 8px;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}
.main-search.show {
  display: block;
}
.main-search__content {
  display: none;
}
.main-search__content.active {
  transition: all 0.3s ease-in-out;
  display: block;
}
.main-search__links-search__link {
  padding: 0 15px;
  line-height: 33px;
  background: #ededed;
  border-radius: 999px;
}
@media (min-width: 992px) {
  .main-search__links-search__link {
    line-height: auto;
    padding: 5px 15px;
  }
}
.main-search__links-search__image {
  width: 16px;
  height: 16px;
}
@media (min-width: 992px) {
  .main-search__links-search__image {
    width: 28px;
    height: 28px;
  }
}
.main-search__links-search__text {
  color: #282828;
  font-size: 0.875rem;
}
.main-search__nav {
  display: flex;
  justify-content: start;
  align-items: center;
}
.main-search__nav__btn {
  margin-right: 0.5rem;
  padding: 0 15px;
  background: #ededed;
  border-radius: 20px;
  line-height: 33px;
  position: relative;
  display: block;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.main-search__nav__btn.active {
  background: #2abfd4;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .main-search__nav__btn:hover {
    background: #d0cfcf;
    transition: all 0.3s ease-in-out;
  }
}
.main-search__nav__btn.checked {
  padding-left: 30px;
}
.main-search__nav__btn.checked:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #282828 url("../icons/check.svg") no-repeat center;
  background-size: 70%;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(-50%, -50%);
}
.main-search .filter-added {
  background: #ededed;
}
.main-search .filter-list {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 1rem;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.main-search .filter-list__btn {
  padding: 0 15px;
  border: 1px solid #282525;
  border-radius: 10px;
  color: #282828;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 30px;
  margin-right: 0.2rem;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .main-search .filter-list__btn:hover {
    background: #ededed;
    transition: all 0.3s ease-in-out;
  }
}
.main-search .level {
  position: relative;
  width: 100%;
}
.main-search .level .splide {
  width: 100%;
}
.main-search .level__btn {
  position: relative;
  display: inline-block;
  width: auto;
  background-color: #ededed;
  border-radius: 5px;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .main-search .level__btn:hover {
    transition: all 0.3s ease-in-out;
    background-color: #d0cfcf;
  }
}
.main-search .level__btn.active {
  transition: all 0.3s ease-in-out;
  background-color: #d0cfcf;
}
.main-search .level__btn.checked {
  padding-left: 30px;
  background: #d0cfcf;
  color: #282828;
}
.main-search .level__btn.checked:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #282828 url("../icons/check.svg") no-repeat center;
  background-size: 70%;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(-50%, -50%);
}
.main-search .level__sub-level {
  padding-left: 1.2rem;
  display: none;
}
.main-search .level__sub-level__content {
  display: none;
}
.main-search .level__sub-level__content.active {
  display: block;
}
.main-search .level__sub-level.active {
  display: block;
}
.main-search .node {
  display: block;
  position: relative;
  padding-left: 1rem;
}
.main-search .node-title {
  line-height: 30px;
}
.main-search .node:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../icons/node.svg") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 7px;
  left: -5px;
}
.main-search .node__line {
  border-left: 1px solid #e5e5e5;
  padding-left: 1rem;
}

/* Customize the label (the container) */
.container-check {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #282828;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .check-mark {
  background-color: #ededed;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .check-mark {
  background-color: #282828;
}

/* Create the check-mark/indicator (hidden when not checked) */
.check-mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the check-mark when checked */
.container-check input:checked ~ .check-mark:after {
  display: block;
}

/* Style the check-mark/indicator */
.container-check .check-mark:after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Customize the label (the container) */
.container-radio {
  display: block;
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio-mark {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #282828;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .radio-mark {
  background-color: #ededed;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .radio-mark {
  background-color: #282828;
}

/* Create the radio-mark/indicator (hidden when not checked) */
.radio-mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the radio-mark when checked */
.container-radio input:checked ~ .radio-mark:after {
  display: block;
}

/* Style the radio-mark/indicator */
.container-radio .radio-mark:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.list-scroll {
  max-height: 114px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 15px;
}
.list-scroll::-webkit-scrollbar {
  width: 6px;
}
.list-scroll::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 5px;
}
.list-scroll::-webkit-scrollbar-thumb {
  background: #2abfd4;
  border-radius: 5px;
}

.tags-swipe {
  display: flex;
  justify-content: start;
  align-items: center;
  user-select: none;
  gap: 10px;
  flex-wrap: wrap;
}
.tags-swipe::-webkit-scrollbar {
  display: none;
}
.tags-swipe__slide {
  display: block;
}
.tags-swipe__slide span {
  display: block;
}

.price-slider {
  width: 70%;
  position: relative;
  height: 50px;
}
@media (min-width: 768px) {
  .price-slider {
    width: 40%;
  }
}

.slider-track {
  width: 100%;
  height: 4px;
  /* Ajustado a 3px */
  background: #e0e0e0;
  /* Gris claro */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider-range {
  height: 4px;
  /* Ajustado a 3px */
  background: #2abfd4;
  /* Azul */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider-thumb {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.slider-thumb::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: 5px solid #282828;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.coupons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.divider {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.divider.divider-theme {
  background: var(--theme-color);
}

.divider-10 {
  width: 100%;
  height: 10px;
  background: #ededed;
}

.coupon-input {
  width: 50%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
}
.coupon-input input {
  width: 100%;
  padding: 0 0.5rem;
  border: 1px solid #a6a4a4 !important;
  border-radius: 5px;
  line-height: 33px;
  height: 33px;
}
.coupon-input button {
  padding: 0.5rem 1rem;
  color: #282828;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
}

.coupon-input input {
  width: 120px !important;
}
.coupon-input input::placeholder {
  color: #d0cfcf !important;
  font-size: 0.875rem;
}

.sort-repeat-buy {
  background-color: #282828 !important;
}
.sort-repeat-buy span {
  color: #ffffff;
}

.card-repeat-buy__order {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr;
}
@media (min-width: 768px) {
  .card-repeat-buy__order {
    grid-template-columns: 0.5fr 1.6fr 1fr;
  }
}
.card-repeat-buy__logo {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  overflow: hidden;
  border: 3px solid #d0cfcf;
}
.card-repeat-buy__logo img {
  width: 100%;
}
.card-repeat-buy__slide {
  overflow: hidden;
}
.card-repeat-buy__slide .owl-prev,
.card-repeat-buy__slide .owl-next {
  opacity: 0;
}
.card-repeat-buy__card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  width: 290px !important;
  position: relative;
}
.card-repeat-buy__card img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.card-repeat-buy__card button {
  background: #ededed;
  border-radius: 999px;
  border: none;
  height: 28px;
  padding: 0 1rem;
}
.card-repeat-buy__card button:hover {
  background: #e5e5e5;
}
.card-repeat-buy .not-available_label {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  padding: 0 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #ffffff;
  border: 1px solid #d0cfcf;
  border-radius: 999px;
  line-height: 24px;
  color: #dc3545;
}
.card-repeat-buy .not-available:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.card-repeat-buy__general-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.card-repeat-buy__general-actions button {
  flex-grow: 1;
}
.card-repeat-buy__general-actions button:hover svg {
  fill: #fff !important;
}
.card-repeat-buy__menu-options {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #d0cfcf;
  border-radius: 999px;
}

.status {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}
.status__card {
  border-radius: 10px;
  padding: 1rem;
}
.status__card--processed {
  background-color: rgba(174, 235, 188, 0.4);
  color: #28a745;
}
.status__card--pending {
  background-color: rgba(243, 188, 193, 0.4);
  color: #dc3545;
}
.status__card--delivered {
  background-color: rgba(42, 191, 212, 0.1);
  color: #2abfd4;
}

.last-search-card {
  display: grid;
  grid-template-columns: 1fr 1fr 0.2fr;
  align-items: center;
  gap: 1rem;
}
.last-search-card__clear {
  cursor: pointer;
}
.last-search-card__clear img {
  width: 16px;
  height: 16px;
}

.preview-state {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.image-preview-container {
  position: relative;
  background: #000;
  height: 30vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .image-preview-container {
    height: 40vh;
  }
}

.image-preview {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.selection-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; /* Permite que los eventos pasen a través del área */
}

.selection-box {
  position: absolute;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.5); /* Aplica la opacidad solo alrededor del cuadro de selección */
  background: transparent;
  cursor: move;
  width: 150px;
  height: 150px;
  pointer-events: auto; /* Permite interactuar con el cuadro de selección */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.resize-handle {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #000;
  z-index: 10;
}

.top-left {
  top: -6px;
  left: -6px;
  cursor: nw-resize;
}

.top-right {
  top: -6px;
  right: -6px;
  cursor: ne-resize;
}

.bottom-left {
  bottom: -6px;
  left: -6px;
  cursor: sw-resize;
}

.bottom-right {
  bottom: -6px;
  right: -6px;
  cursor: se-resize;
}

.search-results {
  flex: 1;
  overflow-y: auto;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .results-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

.result-item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}

.result-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cropped-preview-container {
  position: relative;
  width: 100% !important;
  margin-right: 1rem;
  padding: 0.1rem;
  padding-right: 2rem;
  transition: all 0.3s ease;
}
.cropped-preview-container input {
  padding-left: 50px;
  background: none !important;
  border: none !important;
  color: #282828 !important;
}
.cropped-preview-container input::placeholder {
  color: #7d7878 !important;
}

.cropped-image-preview {
  width: 85px;
  height: 85px;
  border-radius: 8px;
  overflow: hidden;
  background: transparent !important;
  opacity: 1 !important;
  position: relative !important;
}

.cropped-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
}

#imageSearchModal .modal-content {
  height: auto;
}
#imageSearchModal .preview-state {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#imageSearchModal .cropped-preview-container {
  position: relative;
  width: 100%;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  #imageSearchModal .cropped-preview-container {
    width: 200px;
  }
}
#imageSearchModal .cropped-preview-container input {
  padding-left: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
#imageSearchModal .cropped-preview-container input:focus {
  background-color: #2c3135;
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
}
#imageSearchModal .cropped-preview-container input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#imageSearchModal .results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  #imageSearchModal .results-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
#imageSearchModal .result-item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}
#imageSearchModal .result-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
#imageSearchModal .result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-search-dropzone {
  background: #e5e5e5;
  width: 100%;
}
@media (min-width: 768px) {
  .image-search-dropzone {
    width: 70%;
  }
}

.filter-sort {
  display: flex;
  gap: 10px;
  align-items: center;
}
.filter-sort .filter,
.filter-sort .sort {
  width: 33px;
  height: 33px;
  background: #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.filter-sort .order {
  display: none;
}
@media (min-width: 768px) {
  .filter-sort .order {
    display: block;
  }
}

.label-result .label-link {
  background-color: #ffffff;
  border: 1px solid #a6a4a4;
  border-radius: 10px;
  padding: 0 15px;
  margin-right: 5px;
  line-height: 33px;
  display: inline-block;
  cursor: pointer;
}
.label-result .active {
  background-color: #2abfd4;
  border-radius: 10px;
  color: #ffffff;
}

.shadow-bigger {
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
}

.result-stores {
  display: grid;
  gap: 50px 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .result-stores {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
  }
}
@media (min-width: 992px) {
  .result-stores {
    grid-template-columns: repeat(4, 1fr);
  }
}

.result-map {
  width: 100%;
  height: 80vh;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.result-map__canvas {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.result-map__total-stores {
  position: absolute;
  top: 1rem;
  left: 4rem;
  background: #ffffff;
  border-radius: 999px;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  z-index: 29;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid #282828;
}
.result-map::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Gradient from black to transparent with 20% opacity over 20% height */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  height: 20%;
  width: 100%;
  z-index: 15;
}
.result-map::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /* Gradient from black to transparent with 20% opacity over 20% height */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  height: 20%;
  width: 100%;
  z-index: 15;
}
.result-map__slide {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 1rem;
  width: 100%;
}
.result-map__slide .owl-item {
  width: auto !important;
}
.result-map__card-store {
  display: grid;
  grid-template-columns: 1fr 2fr 0.2fr;
  background: #ffffff;
  border-radius: 20px;
  padding: 1rem;
  align-items: center;
  gap: 1rem;
  width: 300px;
}
@media (min-width: 768px) {
  .result-map__card-store {
    grid-template-columns: 0.7fr 2fr 0.2fr;
    width: 400px;
  }
}
.result-map__card-store img {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  object-fit: cover;
}
.result-map__card-text .closed {
  color: #dc3545;
  font-weight: 700;
}
.result-map__card-text .opened {
  color: #28a745;
  font-weight: 700;
}
.result-map__chat a {
  border-radius: 999px;
  width: 32px;
  height: 32px;
  background: #2abfd4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.result-map .leaflet-popup-content-wrapper,
.result-map .leaflet-popup-content {
  max-width: initial !important; /* Permite que el ancho sea automático */
  width: initial !important; /* Asegura que el ancho sea automático */
  min-width: initial !important;
  box-shadow: none;
  position: relative;
  background: none !important;
  padding: 0 0 0 12px !important;
  margin: 0 !important;
}
.result-map .leaflet-popup-tip {
  display: none;
}
.result-map a.leaflet-popup-close-button {
  right: 0 !important;
  top: 0 !important;
  background: #282828 !important;
  border-radius: 999px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none !important;
}
.result-map a.leaflet-popup-close-button:hover {
  color: #ffffff;
}

.categories-in-points {
  display: flex;
  gap: 10px;
}
.categories-in-points__category {
  width: 50px;
  height: 50px;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.categories-in-points__category:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .categories-in-points__category {
    width: 60px;
    height: 60px;
  }
}
.categories-in-points__icon {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.categories-in-points__number-stores {
  width: 16px;
  height: 16px;
  background: #dc3545;
  border-radius: 999px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .categories-in-points__number-stores {
    font-size: 0.8 0.75rem;
    width: 24px;
    height: 24px;
  }
}

.border-color-cat--1 {
  border: 3px solid #91CB75;
}
.border-color-cat--2 {
  border: 3px solid #4C4AFB;
}
.border-color-cat--3 {
  border: 3px solid #FF5733;
}
.border-color-cat--4 {
  border: 3px solid #FFAB03;
}
.border-color-cat--5 {
  border: 3px solid #DAF7A6;
}
.border-color-cat--6 {
  border: 3px solid #C70039;
}
.border-color-cat--7 {
  border: 3px solid #900C3F;
}
.border-color-cat--8 {
  border: 3px solid #581845;
}
.border-color-cat--9 {
  border: 3px solid #FF8D1B;
}
.border-color-cat--10 {
  border: 3px solid #1F618D;
}
.border-color-cat--11 {
  border: 3px solid #F39C12;
}
.border-color-cat--12 {
  border: 3px solid #2ECC71;
}
.border-color-cat--13 {
  border: 3px solid #8E44AD;
}
.border-color-cat--14 {
  border: 3px solid #E74C3C;
}

.colors-map {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  background: #ffffff;
  border-radius: 999px;
  padding: 4px 1rem;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.convention div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.convention .color-map {
  border-radius: 999px;
  width: 14px;
  height: 14px;
  display: block;
}
.convention .color-map--others {
  background-color: #F27D97;
}
.convention .color-map--pharmacy {
  background-color: #91CB75;
}
.convention .color-map--beauty {
  background-color: #4C4AFB;
}
.convention .color-map--health {
  background-color: #FF5733;
}
.convention .color-map--real-estate {
  background-color: #FFAB03;
}

.fade-in-up {
  animation: fadeInUp 1s forwards;
}

.fade-out-down {
  animation: fadeOutDown 0.1s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
/* Visual Search Icon Component */
/* Base button style */
.visual-search-btn {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  width: 27px !important;
  height: 27px !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 16px !important;
  z-index: 10 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  cursor: pointer !important;
  transition: width 0.3s ease, box-shadow 0.3s ease !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  display: block !important;
  /* Icon styling */
  /* Text styling */
  /* Hover state */
  /* Active state */
}
.visual-search-btn::before {
  content: "" !important;
  position: absolute !important;
  left: 5.5px !important;
  top: 5.5px !important;
  width: 16px !important;
  height: 16px !important;
  background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 24 24' height='16px' width='16px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'%3E%3C/path%3E%3Cpath d='M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5l-2-2zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54L16.5 18zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12 19.3 8.89zM15.5 9a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.visual-search-btn .visual-search-text {
  position: absolute !important;
  top: 0 !important;
  left: 32px !important;
  font-size: 12px !important;
  line-height: 26px !important;
  color: #333 !important;
  font-weight: 500 !important;
  opacity: 0 !important;
  transition: opacity 0.2s ease !important;
}
@media (min-width: 992px) {
  .visual-search-btn .visual-search-text {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visual-search-btn:hover {
    width: 140px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
    background-color: rgb(255, 255, 255) !important;
  }
  .visual-search-btn:hover .visual-search-text {
    opacity: 1 !important;
  }
}
.visual-search-btn.active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

/* Make sure the button is visible on product images */
.product-image {
  position: relative !important;
}
.product-image .visual-search-btn {
  display: block !important;
}

/* Make sure the button is visible on carousel slides */
#main-carousel .splide__slide {
  position: relative !important;
}
#main-carousel .splide__slide .visual-search-btn {
  display: block !important;
}

/* Estilos adicionales para el modal de búsqueda visual */
#imageSearchModal {
  /* Crear las esquinas como elementos independientes en cada resize-handle */
}
#imageSearchModal .preview-img {
  opacity: 1 !important;
  /* Asegurar que la imagen siempre sea completamente visible */
}
#imageSearchModal .selection-area {
  background: transparent !important;
  /* Eliminar cualquier fondo que pueda oscurecer la imagen */
}
#imageSearchModal .selection-box {
  box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.5) !important;
  /* Aplicar opacidad solo alrededor del recorte */
  border: none !important;
  border-radius: 12px !important;
  /* Aumentar el radio para hacerlo más redondeado */
  z-index: 5 !important;
  position: relative !important;
  /* Eliminar todos los pseudo-elementos anteriores */
}
#imageSearchModal .selection-box::before, #imageSearchModal .selection-box::after, #imageSearchModal .selection-box > .resize-handle::before, #imageSearchModal .selection-box > .resize-handle::after {
  display: none !important;
}
#imageSearchModal .resize-handle {
  z-index: 15 !important;
  width: 34px !important;
  height: 34px !important;
  background: transparent !important;
  border: none !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 34px 34px !important;
}
#imageSearchModal .resize-handle.top-left {
  top: -8px !important;
  left: -8px !important;
  cursor: nwse-resize !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M3 17C3 9 9 3 17 3' stroke='white' stroke-width='3.5' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}
#imageSearchModal .resize-handle.top-right {
  top: -8px !important;
  right: -8px !important;
  cursor: nesw-resize !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M31 17C31 9 25 3 17 3' stroke='white' stroke-width='3.5' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}
#imageSearchModal .resize-handle.bottom-left {
  bottom: -8px !important;
  left: -8px !important;
  cursor: nesw-resize !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M3 17C3 25 9 31 17 31' stroke='white' stroke-width='3.5' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}
#imageSearchModal .resize-handle.bottom-right {
  bottom: -8px !important;
  right: -8px !important;
  cursor: nwse-resize !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M31 17C31 25 25 31 17 31' stroke='white' stroke-width='3.5' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}
#imageSearchModal .preview-cropped-image {
  z-index: 15 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
#imageSearchModal .reset-image-preview {
  position: absolute !important;
  top: 4px !important;
  right: 0 !important;
  border-radius: 999px;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.booking-dates-container {
  border-radius: 8px;
  margin-bottom: 1rem;
}
.booking-dates-container .booking-dates {
  background: #ededed;
  border-radius: 10px;
  padding: 0.5rem;
  border: 1px solid transparent;
}
.booking-dates-container .booking-dates:hover {
  background: #e5e5e5;
  border: 1px solid var(--theme-color);
}
.booking-dates-container .booking-dates .booking-date-box .date-value {
  margin-top: 0.5rem;
}
.booking-dates-container .booking-dates .booking-date-box .date-value .day {
  line-height: 1;
  margin-bottom: 0.25rem;
}
@media (min-width: 576px) {
  .booking-dates-container .booking-dates .booking-date-box .date-value .day {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .booking-dates-container .booking-dates .booking-date-box .date-value .day {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .booking-dates-container .booking-dates .booking-date-box .date-value .day {
    font-size: 2rem;
  }
}
.booking-dates-container .booking-dates .booking-date-box .date-value .month-year {
  color: #666;
}
.booking-dates-container .booking-dates .date-arrow {
  color: #666;
  font-size: 1.2rem;
}
.booking-dates-container .booking-occupancy .occupancy-values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.booking-dates-container .booking-occupancy .occupancy-values .occupancy-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #ededed;
  padding: 0.5rem;
  border-radius: 10px;
}
.booking-dates-container .booking-occupancy .occupancy-values .occupancy-row i {
  color: #333;
  width: 20px;
}
@media (min-width: 576px) {
  .booking-dates-container .booking-occupancy .occupancy-values .occupancy-row i {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .booking-dates-container .booking-occupancy .occupancy-values .occupancy-row i {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .booking-dates-container .booking-occupancy .occupancy-values .occupancy-row i {
    font-size: 1.2rem;
  }
}
.booking-dates-container .booking-occupancy .occupancy-values .occupancy-row span {
  color: #333;
  line-height: 1;
}
@media (min-width: 576px) {
  .booking-dates-container .booking-occupancy .occupancy-values .occupancy-row span {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .booking-dates-container .booking-occupancy .occupancy-values .occupancy-row span {
    font-size: 1.35rem;
  }
}
@media (min-width: 992px) {
  .booking-dates-container .booking-occupancy .occupancy-values .occupancy-row span {
    font-size: 1.5rem;
  }
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: var(--theme-color) !important;
  color: #fff !important;
  border-color: #333 !important;
  border-radius: 999px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-day.inRange {
  background: #d0cfcf !important;
  border-radius: 10px !important;
}

.flatpickr-day:hover {
  background: #555 !important;
  color: #fff !important;
}

.modal-dialog.modal-fit-content {
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .modal-dialog.modal-fit-content {
    max-width: max-content !important;
  }
}

.flatpickr-weekdaycontainer, .dayContainer {
  padding: 1rem !important;
}

.theme-default {
  --theme-color: #2abfd4;
}

.theme-1 {
  --theme-color: #ba54a3;
}

.theme-2 {
  --theme-color: #228b22;
}

.theme-3 {
  --theme-color: #303e7d;
}

body {
  height: auto;
}

.price-breakdown {
  background: #ededed;
  border-radius: 10px;
  padding: 1rem;
}

.border-dashed {
  border: 1px dashed #928d8e;
}

.bg-primary {
  background-color: #2abfd4 !important;
}

.text-primary {
  color: #2abfd4 !important;
}

.bg-primary-dark {
  background-color: #1d8a99 !important;
}

.text-primary-dark {
  color: #1d8a99 !important;
}

.bg-text-dark {
  background-color: #534e4e !important;
}

.text-text-dark {
  color: #534e4e !important;
}

.bg-text-light {
  background-color: #7d7878 !important;
}

.text-text-light {
  color: #7d7878 !important;
}

.bg-text-lighter {
  background-color: #928d8e !important;
}

.text-text-lighter {
  color: #928d8e !important;
}

.bg-text-lightest {
  background-color: #a6a4a4 !important;
}

.text-text-lightest {
  color: #a6a4a4 !important;
}

.modal-xxl {
  max-width: 100vw;
}
@media (min-width: 576px) {
  .modal-xxl {
    max-width: 90vw;
  }
}
@media (min-width: 768px) {
  .modal-xxl {
    max-width: 80vw;
  }
}

/*# sourceMappingURL=main.css.map */
