.btn-primary {
  --bs-btn-bg: var(--theme-color);
  --bs-btn-border-color: var(--theme-color);
  --bs-btn-hover-bg: var(--theme-color);
  --bs-btn-hover-border-color: var(--theme-color);
  --bs-btn-active-bg: var(--theme-color);
  --bs-btn-active-border-color: var(--theme-color);
  --bs-btn-color: white !important;
  --bs-btn-disabled-bg: var(--theme-color);
  --bs-btn-disabled-border-color: var(--theme-color);
}

.btn-outline-primary {
  --bs-btn-border-color: var(--theme-color);
  --bs-btn-hover-border-color: var(--theme-color);
  --bs-btn-hover-bg: var(--theme-color);
  --bs-btn-active-bg: var(--theme-color);
  --bs-btn-active-border-color: var(--theme-color);
  --bs-btn-color: var(--theme-color);
}

.text-bg-primary {
  color: #fff !important;
  background-color: var(--theme-color) !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: var(--theme-color) !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: var(--theme-color) !important;
}

.form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

@media screen and (max-width: 500px) {
  .footer-font {
    font-size: 14px;
  }
}
.ui-link {
  color: black;
  text-decoration: none;
}
.ui-link:hover {
  text-underline-offset: 6px;
  text-decoration: none;
}

.ui-active {
  color: var(--theme-color);
  text-decoration: none;
  font-weight: 600;
}

.ui-apply {
  text-decoration: none;
  color: var(--theme-color);
  font-weight: 600;
}

.announcement-container {
  background-color: var(--theme-color);
  color: white;
}

.announcement-link {
  color: white;
  text-decoration: none;
}
.announcement-link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

a {
  color: var(--theme-color);
}

.variantcolor {
  border: 2px solid var(--theme-color);
}

.optioncol {
  font-weight: 600;
  padding: 5px;
  color: var(--theme-color);
}

.form-control:focus {
  border-color: var(--theme-color);
  box-shadow: none;
}

.form-input:focus {
  border-color: var(--theme-color);
  box-shadow: none;
}

.img-container {
  position: relative;
}

.image {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

.overlay {
  position: absolute;
  bottom: -15%;
  left: 0;
  right: 0;
  transition: 0.5s ease 0s;
  opacity: 0;
}

.btn-no-hover-bg {
  background-color: transparent;
  color: white;
}

.btn-no-hover-bg:hover,
.btn-no-hover-bg:focus,
.btn-no-hover-bg:active {
  background-color: transparent !important;
  color: white;
  box-shadow: none;
}

.img-container:hover .overlay {
  bottom: 0;
  opacity: 1;
}

.single__title {
  color: black;
}

.single__title:hover {
  color: var(--theme-color);
}

.product__title {
  color: #282c3f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 500px) {
  .product__title {
    overflow: none;
    text-overflow: none;
    white-space: normal;
  }
}
.texts {
  color: #282c3f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 500px) {
  .texts {
    max-width: 200px;
  }
}
.product__title:hover {
  color: var(--theme-color);
}

.product__titles:hover {
  color: var(--theme-color);
}

.wrapper {
  max-width: 1320px;
}

.wrapper .carousel {
  white-space: nowrap;
  object-fit: cover;
  width: 20%;
  border: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.wrapper .carousels {
  white-space: nowrap;
  object-fit: cover;
  width: 20%;
}

i {
  height: 46px;
  width: 46px;
  cursor: pointer;
  font-size: 1.2rem;
  z-index: 10;
  text-align: center;
  line-height: 46px;
  background: #fff;
  align-content: space-evenly;
  border-radius: 50%;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1200px) {
  .wrapper .carousel {
    width: 20%;
  }
}
@media screen and (max-width: 900px) {
  .wrapper .carousel {
    width: 25%;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .carousel {
    width: 77%;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper .carousels {
    width: 20%;
  }
}
@media screen and (max-width: 900px) {
  .wrapper .carousels {
    width: 25%;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .carousels {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .navigation-icon {
    opacity: 0;
    transition: opacity 0.5s ease, margin 0.5s ease;
    margin-left: 32px;
  }
  .product-list-container:hover .navigation-icon {
    opacity: 1;
    margin-left: 0px;
  }
  .navigation-icon.clicked:hover {
    background-color: var(--theme-color);
    color: white;
  }
  .navigation-icons {
    opacity: 0;
    transition: opacity 0.5s ease, margin 0.5s ease;
    margin-right: 32px;
  }
  .product-list-container:hover .navigation-icons {
    opacity: 1;
    margin-right: 0px;
  }
  .navigation-icons.clicked:hover {
    background-color: var(--theme-color);
    color: white;
  }
}
.share-icons {
  display: flex;
  justify-content: center;
  gap: 22px;
  position: absolute;
  background-color: white;
  padding-top: 12px;
  margin-top: 12px;
  z-index: 1000;
}

.s-m {
  margin-top: 20px;
  justify-content: space-around;
  display: flex;
  max-width: 210px;
}

.s-m a {
  text-decoration: none;
  font-size: 25px;
  color: #f1f1f1;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: 0.4s all;
  line-height: 46px;
  cursor: pointer;
  background: #c2c2c2;
  border-radius: 50%;
}

.s-m a:hover {
  transform: scale(1.2);
}

.wishlist-top-right {
  position: absolute;
  top: 3px;
  right: 0px;
}

#about {
  width: 100%;
  height: 100vh;
  background: #f7f5f2;
  font-family: "Roboto", sans-serif;
}

#about .container {
  padding-top: 70px;
}

.heading {
  text-align: center;
  margin-bottom: 50px;
  color: black;
  font-size: 30px;
  font-weight: bold;
}

.heading span {
  color: #b2744c;
}

#about .card {
  border-radius: 10px;
}

#about .card img {
  border-radius: 10px;
}

#about-btn {
  width: 200px;
  height: 36px;
  background: transparent;
  border: 2px solid #b2744c;
  color: #b2744c;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.5s;
  cursor: pointer;
}

#about-btn:hover {
  background: #b2744c;
  color: white;
}

@media screen and (max-width: 982px) {
  #about p {
    font-size: 8px;
  }
}
@media screen and (max-width: 766px) {
  #about p {
    font-size: 15px;
  }
  #about {
    height: 120vh;
  }
}
#share-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  border: 0;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 8px;
  z-index: 1000;
  white-space: nowrap;
}

#share-dropdown .dropdown-menu {
  display: flex;
  flex-direction: row;
  padding: 0;
}

#share-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  margin: 0 4px;
  border-radius: 8px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  color: #333;
  font-size: 10px;
}

#share-dropdown .dropdown-item:hover {
  background-color: #f1f1f1;
  transform: translateY(-2px);
}

#share-dropdown .dropdown-item i {
  margin-right: 8px;
  font-size: 18px;
}

#share-dropdown .dropdown-item span {
  margin: 0;
}

.redo {
  cursor: pointer;
  color: #c2c2c2;
}

.redo:hover {
  color: #1885F2;
}

.custom-tooltip {
  --bs-tooltip-bg: #f7f7f7;
  --bs-tooltip-color: black;
}

.page-container,
#pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex-wrap: wrap;
}

.page-button {
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 13px;
  line-height: 1;
  background-color: transparent;
  color: var(--theme-color);
}

.page-button:hover {
  background-color: var(--theme-color);
  color: white;
}

.page-button.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: white;
}

.first-page,
.prev-page,
.next-page,
.last-page {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  background-color: transparent;
  color: var(--theme-color);
  width: 30px;
}

.page-container button:disabled {
  cursor: default;
  color: var(--bs-border-color);
}

.swiper-navigation-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 38px;
  height: 38px;
  width: 38px;
}

.order-on-whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--bs-border-color);
  column-gap: 10px;
  height: 50px;
  background-color: #25d366;
  color: white;
  transition: all 0.3s ease;
  width: 100%;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  overflow-y: auto;
  width: auto;
  position: absolute;
  z-index: 1000;
  background-color: white;
  border: 0;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #f8f9fa;
  text-decoration: none;
  background: none;
  border: none;
  position: absolute;
  z-index: 1000;
  background-color: white;
  border: 0;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.locked-select {
  pointer-events: none;
  background-color: #e9ecef; /* light gray like readonly inputs */
}

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