.hidden { display: none;}

.toast-container {
    position: fixed;
    top: 2em;
    right: 1rem;
    z-index: 9999;
}
.toast-container .toast .toast-header button.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin-top: 0px !important;
    margin-right: 0px !important;
}

.product__details__pic__item{
	max-height: 800px;
	overflow: hidden;
  text-align: center;
}
  
  .toast.error {
	border: 1px solid red;
	background-color: #f8d7da;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  }
  
  .toast.error .toast-header {
	background-color: #f5c6cb;
	color: #721c24;
  }
  
  .toast.error .toast-body {
	color: #721c24;
  }
  
  .toast.error .toast-icon {
	color: #721c24;
  }
  
  .toast.success {
	border: 1px solid green;
	background-color: #d4edda;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  }
  
  .toast.success .toast-header {
	background-color: #c3e6cb;
	color: #155724;
  }
  
  .toast.success .toast-body {
	color: #155724;
  }
  
  .toast.success .toast-icon {
	color: #155724;
  }

  .testimonial-section {
    display: flex;
    flex-direction: column;
    gap: 60px;
    font-family: 'Segoe UI', sans-serif;
    padding: 40px 20px;
    max-width: 800px;
    margin: auto;
  }
  .testimonial {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  .testimonial:nth-child(even) {
    flex-direction: row-reverse;
  }
  .testimonial img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f4b8c4;
  }
  .testimonial-content {
    background: #ffe9ef;
    padding: 20px 25px;
    border-radius: 20px;
    position: relative;
    max-width: 550px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }
  .testimonial:nth-child(even) .testimonial-content {
    background: #f9d3e1;
  }
  .testimonial-content::before {
    content: "";
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
  }
  .testimonial:nth-child(odd) .testimonial-content::before {
    left: -20px;
    border-right-color: #ffe9ef;
  }
  .testimonial:nth-child(even) .testimonial-content::before {
    right: -20px;
    border-left-color: #f9d3e1;
  }
  .testimonial-content h4 {
    margin: 0 0 8px;
    font-size: 17px;
    color: #c73672;
  }
  .testimonial-content p {
    margin: 0;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
  }

  .centered-cell {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  
  .latest-product__item__pic_centered .centered-cell img {
    max-height: auto !important;
    max-width: 110px !important;
  }

  .shoping__cart__item .img {
    width: 80px !important;
    height: auto !important;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    /* border: 1px solid red; */
  }

  .shoping__cart__item .img img{
    width: 80px;
    max-width: unset;
  }

  .primary-btn:hover {
    color: #FFFFFF;
    text-decoration: underline;
  }

  /* .shoping__cart__quantity{ */
    .product__discount__cart {
        /* font-weight: normal !important; */
        color: #000 !important;
        font-family: Lato !important;
        small{
          color: #e64080 !important;
        }
        span {
            display: inline-block;
            font-size:11px;
            font-weight: 400;
            text-decoration: line-through;
            margin-left: 10px;
            color: #999;
        }
    }
  /* } */

.primary-btn,
.btn-primary,
.btn-secondary,
.site-btn,
.hero__categories__all,
.header__cart ul li a span{
    background: linear-gradient(to right, #e64080, #e64080) !important;
    color: #FFFFFF;
}

#preloder {
  opacity: 0.6;
}
.form-check-input {
  position: unset;
  /* margin-top: .3rem; */
  /* margin-left: -1.25rem; */
}
.checkout {
  padding-top: 30px;
  padding-bottom: 10px;
}

.checkout h6 {
  border-top: 1px solid #e64080;
  margin-bottom: 25px;
}
.checkout h6 span {
  color: #e64080;
}
.checkout__input__checkbox label input:checked~.checkmark {
  background: #e64080;
  border-color: #e64080;
}

.product__pagination a:hover,
.blog__pagination a:hover {
	background: #e64080;
	border-color: #e64080;
	color: #ffffff;
}

.product__pagination a.active,
.blog__pagination a.active {
	background: #e64080;
	border-color: #e64080;
	color: #ffffff;
}

.product__pagination a.disabled, .blog__pagination a.disabled{
  color: #b2b2b2 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.4 !important;
}

.product__item__text h6{ margin-top: 10px;}

.product__item__price p .fa-star{ color: #e64080;}

.product__discount__item__text .product__item__price { color:#e64080; }
.product__details__text .product__details__price span{ 
    display: inline-block;
    font-size:14px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 10px;
    color: #999;
}


.price-range-wrap .range-slider .price-input input {
  max-width: 45%;
}

.banner__pic_left img { width: 100%; margin-bottom: 10px;}

.sidebar ul li a.active {color:#e64080}

#shoppingCartDrawer{
  .product__discount__cart {
      font-weight: normal !important;
      color: #000 !important;
      font-family: Lato !important;
      small{
        color: #e64080 !important;
      }
      span {
          display: inline-block;
          font-size:11px;
          font-weight: 400;
          text-decoration: line-through;
          margin-left: 10px;
          color: #999;
      }
  }
}

.product__discount__item{
  small{
    color: #e64080 !important;
  }
  span {
      display: inline-block;
      font-size:14px;
      font-weight: 400;
      text-decoration: line-through;
      margin-left: 10px;
      color: #999;
  }
}

.product__details__text .product__details__price {
  color:#252525; 
  font-size: 24px;
  font-family: Lato !important;
  font-weight: normal;
}

.product__item__pic .product__discount__percent {
	height: 45px;
	width: 45px;
	background: #dd2222;
	border-radius: 50%;
	font-size: 14px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 15px;
}

.product__item .product__item__price { 
  color:#e64080;
  span {
      display: inline-block;
      font-size:14px;
      font-weight: 400;
      text-decoration: line-through;
      margin-left: 10px;
      color: #999;
  }
}

.header__menu ul li a.active {
  color: #e64080;
}

.footer__widget form input {
  border: 0px solid #e64080;
}

.footer__widget form button {
  font-family: LatoBold !important;
}

.header__menu ul li a {
  font-size: 12px;
}

.form-check-input:checked {
  background-color: #e64080;
  border-color: #e64080;
}


.checkout__input input {
  height: 20px;
  margin-top: 2px;
  width: unset;
}

p {
  font-family: BioRhyme !important;
  color: #6f6f6f;

}
.small, small {
  font-size: 100% !important;
}

.cart-footer .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cart-footer .row .col-lg-12{
  max-width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.cart-footer .row .col-lg-6{
  max-width: 50% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-family: Lato !important;
  font-weight: normal;
}

.cart-footer .row .col-lg-6 span, .cart-footer .row .col-lg-6 .fw-semibold{
  font-weight: normal !important;
}

.cart-footer form input {
  padding: 10px 5px;
  max-width: 232px;
}
.cart-footer form button {
  margin-left: -6px;
  padding: 0 26px;
  height: 48px;
  font-family: LatoBold !important;
}

.cart-footer hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .5);
}

.footer__about h6{
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer__about ul li {
  font-size: 14px;
  line-height: 32px;
}

.btn-primary {
  text-transform: uppercase;
  font-family: LatoBold !important;
}


.nonButton, 
.product__item__price h4, 
.featured__item__text h5, 
.product__details__text a.primary-btn,
.shoping__cart__btns,
.site-btn,
.shoping__discount form button
{
  font-family: LatoBold !important;
}

.shoping__cart__btns {
  text-align: center;
}

#confirmPayment .form-group .input-group input {
  border: 1px solid #e64080 !important;
}

.custom-toast-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3); /* semi-transparan */
  z-index: 9998;
  justify-content: center;
  align-items: center;
  display: none; /* HAPUS display:flex dari sini */
}

.custom-toast-backdrop.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-toast {
  top: 30%;
  margin: 0 auto;
  background: white;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  width: 300px;
  text-align: center;
  z-index: 9999;
  position: relative;
}

.custom-toast .custom-toast-content {
  position: relative;
}

.custom-toast .close-btn {
  position: absolute;
  top: -43px;
  right: -22px;
  background: transparent;
  border: none;
  font-size: 35px;
  color: #e44180;
  cursor: pointer;
}

.custom-toast .toast-text {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333;
}

.custom-toast .login-btn {
  background: #e44180;
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  font-family: LatoBold !important;
}

.custom-toast .or-text {
  margin: 15px 0 5px;
  color: #555;
}

.custom-toast .create-link {
  color: #e44180;
  text-decoration: none;
  font-weight: bold;
}

.contact {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact .contact__widget span {
  font-size: 30px;
  color: #e44180;
}

.contact .contact__widget h4 {
  font-size: 16px;
  color: #e44180;
}

.Lato {font-family: Lato !important;}
.contact .contact__widget p {
  font-size: 14px;
  font-family: Lato !important;
}

.border-btm-1 {
  border-bottom: 1px solid #ebebeb !important;
}

.mr-5, .mx-5 {
  margin-right: .8rem !important;
}

.checkout__order {
  padding: 20px;
  .fw-semibold {
    font-size: 12px !important;
  }
}

.checkout__order .align-items-start .d-flex div{
  font-size:12px !important;
  .product__discount__cart {
      /* font-size:12px !important; */
      font-weight: normal !important;
      color: #000 !important;
      font-family: Lato !important;
      small{
        color: #e64080 !important;
      }
      span {
          display: inline-block;
          font-size:11px;
          font-weight: 400;
          text-decoration: line-through;
          margin-left: 10px;
          color: #999;
      }
  }
}

.checkout__order button {
	font-size: 16px !important;
	letter-spacing: 2px;
	width: 100%;
	margin-top: 10px;
  border: unset;
  padding: 10px;
}

.pro-qty-cart {
  width: 85px;
  height: 30px;
  display: inline-block;
  position: relative;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #ebebeb !important;
  border-radius: 5px;
}

.pro-qty-cart .minus, .pro-qty-cart .plus , .pro-qty-cart input {
  font-size: 16px;
  color: #6f6f6f;
  cursor: pointer;
  display: inline-block;
  border: unset;
  background: unset;
}
.Lato{
  font-family: Lato !important;
}

/* Warna border default */
#subscribe {
  /* border: 2px solid #ccc; */
  padding: 8px;
  border-radius: 4px;
}

/* Jika tidak valid */
#subscribe.invalid {
  color: red;
  border: 2px solid red;
  /* background-color: #ffe5e5; */
}

.shoping__cart__table table tbody tr td.shoping__cart__item {
  width: unset;
}

.checkout__order .checkout__order__total {
  border-top: 1px solid #e1e1e1;
  border-bottom: 0px solid #e1e1e1;
  margin-top: 15px;
  padding-top: 25px;
  margin-bottom: unset
}
.checkout__order .checkout__order__total span {
  color: #1c1c1c;
}


.checkout__input__checkbox.bank {
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
}
.checkout__order .checkout__order__subtotal {
  border-bottom: 0px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.checkout__order .formCouponShopingCart {
  display: flex;
  width: fit-content;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;

}

.checkout__order .formCouponShopingCart input[type="text"] {
  /* border: none; */
  padding: 0px 10px;
  /* font-size: 14px; */
  outline: none;
  width: 110%;
  /* font-family: inherit; */
  border: 1px solid #000;
}

.checkout__order .formCouponShopingCart .site-btn-coupon {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 8px 8px;
  cursor: pointer;
  /* font-size: 14px; */
  text-transform: uppercase;
  /* font-family: inherit; */
  margin-top: 0px;
  font-family: LatoBold !important;
}

.checkout__order .formCouponShopingCart .site-btn-coupon:hover {
  opacity: 0.7;
}

.tooltip-container {
  position: relative;
}

.tooltip-colors {
  display: none;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 8px 8px 3px 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 10;
  
  justify-content: center;  /* biar center */
  gap: 6px; /* jarak antar warna */
  max-width: 200px; /* batas lebar */
  flex-wrap: wrap;
  min-width: 50px;        /* biar gak gepeng kalau cuma 1 */
  max-width: 200px;       /* batas maksimal */
  width: 200px;
}

.tooltip-colors span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.btnCartColor.disabled {
  pointer-events: none;   /* ❌ gak bisa diklik */
  opacity: 0.5;           /* abu-abu */
  cursor: not-allowed;    /* cursor silang */
}