/** Shopify CDN: Minification failed

Line 22:22 Expected ":"

**/
.product-info__offer-list {
    grid-template-columns: 1fr;

}
.offer {
padding: unset;
}

@media screen and (min-width: 700px) {
    .product-info__offer-list {
        gap: var(--spacing-2);
    }
}
@media screen and (min-width: 1150px) {
    .product-gallery--desktop-thumbnails-left {
        position: sticky;
        top: 20px;span.ws-orignal-price
      
    }
}

.text-lg {
    font-size: 1.5rem;
}
.text-on-sale {
    color: #ba0000;
}
/* item alert start */

.ws_usp-box {
  display: flex;
  align-items: center;
      width: fit-content;
    background: #f3f3f3;
    padding: 10px 10px;
  border-radius: 10px;
    margin-top: 14px;
    margin-bottom: 14px;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
}

.ws_usp-image {
  width: 20px;
  height: auto;
}

.ws_usp-paragraph {
  font-size: 14px;
  margin: 0;
  color: #000000;
}

/* item alert End */

/* Shipping alert start */

  .cust-info-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F3F4F6;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    color: #000;
  }

  .cust-info-item {
    display: flex;
    align-items: center;
    color: #000;
  }



  .cust-info-item span {
    font-size: 14px;
    color: #333;
  }

  .green-circle {
    width: 12px;
    height: 12px;
    background-color: #2a555a;
    border-radius: 50%;
    margin-right: 7px;
    animation: fade 1.5s infinite ease-in-out;
  }

  #shipping-date {
    font-weight: 700;
  }

  @keyframes fade {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }

  @media (max-width: 768px) {
    .cust-info-container {
      flex-direction: row;
      align-items: center;
    }
    .cust-info-item span {
      font-size: 11px;
    }
  }
  .icones {
    fill: currentColor;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: 20px;
     margin-right: 5px;
}
                        #country-flag {
  display: block;
  width: 24px;
  height: 18px;
  background-size: cover;
                          margin-right:5px;
}

/* Shipping alert End */
/* payment icons start */
.ws_center {
    justify-content: center;
  margin-block: -10px 10px;
}
.ws_center svg {
  width: 44px;
  height: 32px;
}

/* payment icons End */

/* tp start start */


  .ws_rating-container {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #000;
    gap: 5px;
    flex-wrap: wrap;
  }

  .ws_rating-stars {
    position: relative;
    display: inline-block;
    line-height: 1;
    font-size: 1rem;
  }

  .ws_rating-stars-bg {
    color: #e0e0e0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .ws_rating-stars-fg {
    color: #FFB74A;
    white-space: nowrap;
    overflow: hidden;
    width: 94%;
    position: relative;
  }

  .ws_rating-text {
    font-size: 0.8rem;
    color: #000;
  }

  .ws_rating-text strong {
    font-weight: bold;
  }

/* tp start end */

/* stock alert start */


.ws_stock_alert {
  display: flex;
  
  gap: 0.4rem;
  font-family: inherit;
  color: #e28801;
  font-size: 14px;
}

.ws_stock_icon {
  display: inline-block;
  position: relative;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

.ws_stock_icon:after,
.ws_stock_icon:before {
  width: 10px;
  height: 10px;
  background: #e28801;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  margin: 8px;
}

.ws_stock_icon:before {
  animation: ws_inventory_pulse 2s linear infinite;
}

.ws_stock_count {
  font-weight: 600;
}

@keyframes ws_inventory_pulse {
  0% {
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* stock alert End */


p.custom-recommended-by-followers {
    display: flex;
    padding-block: 10px;
    align-items: center;
    gap: 8px;
  font-size: 12px;
}



.main-gurentee-text {
  text-align: center; }

span.getviditors {
  font-weight: bold; }


/* ws review */

.ws_liking-badge {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: 3px !important;
}
.ws_liking-badge > p {
  margin-block: unset !important;
}
