.rbt-btn {
    padding: 0 26px;
    background: var(--vivera-secondary)!important;
    color: var(--color-white)!important;
}
.rbt-btn.btn-gradient-theme {
    color: var(--color-white);
    background-size: 300% 100%;
    background-image: var(--vivera-button-bg)!important;
  }
  .rbt-btn.btn-gradient-theme.btn-gradient-theme-2 {
    background-image: var(--vivera-button-bg-2)!important;
  }
  .rbt-btn.btn-gradient-theme.btn-gradient-theme-3 {
    background-image: linear-gradient(to right, var(--color-secondary), var(--color-primary), var(--color-primary), var(--color-secondary));
  }
  .rbt-btn.btn-gradient-theme:hover {
    background-color: inherit;
    background-position: 102% 0;
    transition: all 0.4s ease-in-out;
  }
  .rbt-mini-cart .rbt-cart-count {
    background: var(--vivera-secondary)!important;
  }
  .rbt-page-banner-wrapper .rbt-banner-image, .bg-gradient-9 {
    background: linear-gradient(270deg, #54884d 0%, #ca8540 100%) !important;
}
.active-dark-mode .rbt-pagination li a:hover, .rbt-pagination li.active a, .rbt-pagination li:hover a {
  color: var(--white-color)!important;
  background: var(--vivera-secondary)!important;
  box-shadow: rgb(from color r g b)!important;
}

.active-dark-mode .rbt-pagination .active a {
  background: var(--vivera-secondary)!important;
}

.rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 {
  background: linear-gradient(0deg, rgb(48 152 73) 9%, rgb(48 152 73) 10%, #Ff9933 100%)!important;
  color: var(--white-color)!important;
}
.rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 a, .rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 p, .rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 li, .rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 h6, .rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 h2, .rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 h4, .rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 span, .rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 h5, .rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 i{
  color: #fff!important;

}
.login-wrapper .input-group-text i{
  width: 16px !important;
  font-size: large!important;
}
.form-group label {
  z-index: inherit;
}

.signup-right label {
  display: contents;
  color: #fff!important;
}
.form-group.focused label, .form-group label {
  top: -30px!important;
  margin-bottom: 50px!important;
  margin-top: 10px!important;
}

.alert:not(.full-width):not([full-width]) {
  opacity: inherit;
}

html.active-dark-mode body {
  background: var(--color-darker);
  color: var(--color-white);
}

html.active-light-mode body {
  background-color: #ffffff;
  color: #000;
}

#rating-stars .star {
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.2s;
}
#rating-stars .star i {
  color: #facc15; /* yellow-400 */
}

.fade-in {
  animation: fadeIn 0.8s ease-in-out forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.locked-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.7); /* semi-transparent white */
  z-index: 5;
}

.locked-section{
  position: absolute;
  z-index: 200;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.locked-card{
  max-width: 380px;
  text-align: center;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px;
}
.locked-card i{
  color: #000;
}
.locked-card h3, .locked-card h4, .locked-card h5, .locked-card h6{
  font-weight: 800;
}
.locked-card small{
  font-weight: 600;
}
.text-30px{
  font-size: 30px;
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}