:root,
[data-bs-theme="light"] {
  --bs-primary: #ff0100;
  --bs-primary-rgb: 235, 91, 2;
  --bs-link-color: #ff0100;
  --bs-link-color-rgb: 235, 91, 2;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #ff0100;
  --bs-link-hover-color-rgb: 235, 91, 2;

  --bs-orange: #faa719;
  --bs-orange-rgb: 251, 166, 24;
}
.bg-utama {
  background-color: var(--bs-primary);
}
.text-primary {
  color: var(--bs-primary) !important;
}
.bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.nav-right-list {
  display: flex;
  gap: 10px;
}

@media (min-width: 992px) {
  .nav-right-list li {
    display: inline-flex;
    align-items: center;
  }
}

.menu-divider-custom {
  margin: 0 20px;
  height: 30px;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff0100;
  --bs-btn-border-color: #ff0100;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff0100;
  --bs-btn-hover-border-color: #ff0100;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff0100;
  --bs-btn-active-border-color: #ff0100;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ff0100;
  --bs-btn-disabled-border-color: #ff0100;
}

.btn-outline-primary {
  --bs-btn-color: #ff0100;
  --bs-btn-border-color: #ff0100;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff0100;
  --bs-btn-hover-border-color: #ff0100;
  --bs-btn-focus-shadow-rgb: 235, 91, 2;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff0100;
  --bs-btn-active-border-color: #ff0100;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff0100;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff0100;
  --bs-gradient: none;
}

.input-search-header .input-group-text {
  /* background: #f5f5f5; */
  border-right: 0;
  color: rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}

.input-search-header input.form-control {
  border-left: 0;
  border-radius: 40px;
  background: #f5f5f5;
}

.input-search-header input.form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

.input-search-header input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.site-breadcrumb-bg {
  background: var(--bs-light);
}

.py-60 {
  padding: 60px 0;
}

@media (max-width: 767.98px) {
  .py-60 {
    padding: 30px 0;
  }
}

.user-form .form-select {
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: none;
}

.images-custom-container {
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.reset-desc :is(p) {
  margin: 0 0 1rem;
}

.reset-desc :is(.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6) {
  margin-bottom: 1rem !important;
}

.reset-desc :is(ol, ul) {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.reset-desc :is(ul li, ol li) {
  list-style: inherit;
}

.book-detail-item {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px dashed var(--theme-color);
  height: 100%;
}

.product-pretitle {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  text-wrap: nowrap;
  overflow-x: clip;
  text-overflow: ellipsis;
}

.title-book {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-content {
  padding: 30px;
  margin-bottom: 50px;
  background: beige;
  border-radius: 20px;
}

.contact-content h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.total-rating-wrap {
  text-align: center;
}

.total-rating-wrap h1 {
  font-size: 100px;
}

.total-rating-wrap .rating-stars {
  display: flex;
  gap: 5px;
  font-size: 25px;
  color: #facc15;
  justify-content: center;
}

.total-rating-wrap p {
  font-size: 12px;
  font-weight: 500;
}

/* Share Modal */
.url-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.url-container p {
  margin: 0 !important;
  line-height: unset;
}

.url-container button {
  border: 0;
  background: transparent;
}

.share-socmed-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.share-socmed-container .socmed-button {
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.share-socmed-container .socmed-button .socmed-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  font-size: 1rem;
}

.share-socmed-container .socmed-button p {
  margin: 0;
}

/* End Share Modal */

.shop-single-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/*.product-img img {*/
/*  border-radius: 10px;*/
/*}*/

@media (max-width: 767.98px) {
  .site-breadcrumb .breadcrumb-menu {
    font-size: 12px;
  }

  .site-breadcrumb .breadcrumb-menu li::before {
    font-size: 12px;
  }
}

.list-hide-desktop {
  display: none;
}

@media (max-width: 767.98px) {
  .list-hide-desktop {
    display: list-item;
  }
}

.list-hide-mobile {
  display: list-item;
}

@media (max-width: 767.98px) {
  .list-hide-mobile {
    display: none;
  }
}

.user-area .table-list-info .table-list-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media all and (max-width: 767px) {
  .user-area .table-list-info .table-list-wrapper {
    display: block;
  }
}

.password-with-toggle {
  position: relative;
}

.password-with-toggle i {
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.25);
}

.product-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.category-info {
  display: flex;
  align-items: center;
  /* Menengahkan secara vertikal */
  justify-content: center;
  /* Menengahkan secara horizontal */
  height: 100%;
  text-align: center;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Menengahkan teks di dalamnya */
}

/* Card Produk */
.product-img {
  position: relative;
  overflow: hidden;
}

.diskon-label {
  position: absolute;
  top: 10px;
  left: -30px;
  background: yellow;
  color: red;
  font-size: 10px;
  padding: 5px 30px;
  transform: rotate(-40deg);
  border-radius: 5px;
}

/* Tabel Custom */
.table-custom .btgrid .content {
  align-items: start !important;
}

.table-custom .btgrid .content p {
  margin-bottom: 0;
}

/* Navbar Sosmed */
.nav-sosmed .footer-social {
  display: flex;
  gap: 5px;
  justify-content: end;
}

.nav-sosmed .footer-social span {
  line-height: 39px;
  color: var(--color-white);
}

.nav-sosmed .footer-social a {
  height: 38px;
  width: 38px;
  line-height: 39px;
  text-align: center;
  border-radius: 50px;
  background: var(--theme-color);
  color: var(--color-white);
  transition: var(--transition);
}

.nav-sosmed .footer-social a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

/* Floating action Buttton */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  cursor: pointer;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

/* Button Float */
.float:hover {
  color: #fff;
}

.my-float {
  margin-top: 16px;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }

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

  60% {
    transform: translateY(-12px);
  }
}

/*--------------------------------------------------------------
# Button Back to Top
--------------------------------------------------------------*/
.prgoress_indicator {
  position: fixed;
  right: 40px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgb(221 221 221 / 54%);
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

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

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}
