/**
* Theme Name: Anarkali Child
* Description: This is a child theme of Anarkali.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: anarkali
* Version: 1.1.5
*/
 .shiping-info-txt {
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    font-size: 18px;
    color: var(--anarkali-black);
    margin-top: 15px;
    justify-content: space-between;
}
.shiping-info-txt div {
    display: flex;
    align-items: center;
}

.shiping-info-txt .anarkali-svg-icon { 
    margin-right: 7px;
}

.shiping-info-txt  span.woocommerce-Price-currencySymbol {
    display: inline-block;
    margin: 0 2px 0 5px;
}
.cod-txt svg {
    height: 23px;
    margin-right: 5px;
}
@media (max-width: 575px) {
    .shiping-info-txt {flex-wrap: wrap;}
}












#flash-left-banner.style-attention-grab {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}

/* IMAGE — STAYS STABLE (NO FLASH) */
#flash-left-banner.style-attention-grab img {
  width: 165px;
  border-radius: 50%;
  position: relative;
  z-index: 3;

  box-shadow: 0 12px 35px rgba(0,0,0,0.35);
}

/* ORANGE GLOW RING — VERY FAST FLASH */
#flash-left-banner.style-attention-grab::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  z-index: 2;

  background: conic-gradient(
    rgba(255,140,0,0),
    rgba(255,140,0,1),
    rgba(255,140,0,0)
  );

  filter: blur(12px);
  animation:
    rotateRing 15s linear infinite,
    extremeFlash 0.4s linear infinite;
}

/* WHITE + ORANGE HALO — VERY FAST FLASH */
#flash-left-banner.style-attention-grab::after {
  content: "";
  position: absolute;
  inset: -38px;
  border-radius: 50%;
  z-index: 1;

  background: radial-gradient(
    circle,
    rgba(255,255,255,0.75) 0%,
    rgba(255,190,100,0.6) 30%,
    rgba(255,140,0,0.4) 55%,
    rgba(255,140,0,0) 75%
  );

  animation: extremeFlash 0.4s linear infinite;
}

/* ⚡ EXTREME FAST FLASH */
@keyframes extremeFlash {
  0%   { opacity: 0.1; }
  50%  { opacity: 1; }
  100% { opacity: 0.1; }
}

/* SLOW ROTATION */
@keyframes rotateRing {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
