.advanced-slider__caption__inner .advanced-slider__caption__inner__content__heading , .advanced-slider__caption__inner__content__text{
  color: white !important;
}


body{
  cursor:none;
}

#cur{
  width:9px;
  height:9px;
  background:#000;
  border-radius:50%;
  position:fixed;
  top:0;
  left:0;
  pointer-events:none;
  z-index:9999;
}

#ring{
  width:36px;
  height:36px;
  border:1px solid #000;
  border-radius:50%;
  position:fixed;
  top:0;
  left:0;
  pointer-events:none;
  z-index:9998;
  transition:all .16s ease;
}

#ring.h{
  transform:scale(1.9);
  border-color:#000;
}




/* Sidebar */
salla-cart-summary.ml-4.rtl\:ml-\[unset\].rtl\:mr-4.hydrated , button.hidden.lg\:block{
  display: none;
}
.custom-side-bar {
    position: fixed;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    background: var(--color-primary);
    padding: 14px 8px;
    border-radius: 30px;
    z-index: 9999;
    width: 65px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.custom-side-bar.closed {
    padding: 2px;
}

.custom-side-bar button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 10px auto;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
div#wa-selia{
  display: none;
}
.custom-side-bar button:last-child {
    background: #ffffff33 !important;
}

.custom-side-bar button:hover {
    background: rgba(255,255,255,0.35);
    transform: scale(1.08);
}

.custom-side-bar i {
    font-size: 20px;
    color: #fff;
    transition: 0.3s;
}

.custom-side-bar.closed button:not(.toggle-btn) {
    opacity: 0;
    transform: translateX(-20px);
    pointer-events: none;
    height: 0;
    margin: 0;
}

.toggle-btn {
    background: #fff !important;
}

.toggle-btn i {
    color: var(--color-primary) !important;
    font-size: 22px;
}

@media (max-width: 768px) {
    .custom-side-bar {
        display: none;
    }
}