/** Shopify CDN: Minification failed

Line 131:77 Expected identifier but found "*"
Line 182:4 Expected percentage but found "select"
Line 182:10 Expected "," but found "["
Line 192:1 Expected "}" to go with "{"

**/
@font-face{
  font-family:wpbingofont;
  src:url(./wpbingo.eot?fzv6fp);
  src:url(./wpbingo.eot?fzv6fp#iefix) format("embedded-opentype"),url(./wpbingo.ttf?fzv6fp) format("truetype"),url(./wpbingo.woff?fzv6fp) format("woff"),url(./wpbingo.svg?fzv6fp#wpbingo) format("svg");
  font-weight:400;
  font-style:normal;
  font-display:block;
}

[class*=" wpb-icon-"],[class^=wpb-icon-]{
  font-family:wpbingofont;
  speak:none;
  font-style:normal;
  font-weight:400;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}


.wpb-icon-edit1:before {
  content: "\e93f";
}
.wpb-icon-free-icon:before {
  content: "\e92e";
}
.wpb-icon-quots:before {
  content: "\e92d";
}
.wpb-icon-play:before {
  content: "\e92c";
}
.wpb-icon-coupon:before {
  content: "\e93d";
}
.wpb-icon-shipping3:before {
  content: "\e93e";
}
.wpb-icon-gift:before {
  content: "\e92b";
}
.wpb-icon-package:before {
  content: "\e922";
}
.wpb-icon-out-stock:before {
  content: "\e920";
}
.wpb-icon-in-stock:before {
  content: "\e919";
}
.wpb-icon-right-arrow1:before {
  content: "\e917";
}
.wpb-icon-left-arrow:before {
  content: "\e908";
}
.wpb-icon-right-arrow:before {
  content: "\e909";
}
.wpb-icon-ruler:before{
  content:"\e90b";
}
.wpb-icon-share:before{
  content:"\e90a";
}
.wpb-icon-eye:before{
  content:"\e906";
}
.wpb-icon-star:before{
  content:"\e907";
}
.wpb-icon-flash:before{
  content:"\e900";
}
.wpb-icon-login:before{
  content:"\e901";
}
.wpb-icon-coupon1:before{
  content:"\e902";
}
.wpb-icon-delete:before{
  content:"\e903";
}
.wpb-icon-dropdown:before{
  content:"\e904";
}
.wpb-icon-edit:before{
  content:"\e905";
}
/* custome css  */
/* social icons color change  */
.social-icons a[href*="https://www.facebook.com/people/Anj-Jewels/61559131066993/"] svg {
  fill: #2571d3;
}
.social-icons a[href*="https://wa.me/919930208183?text=Hello%20Anj%20Jewels"] svg  {
 fill: #47830b;
}
.fa.fa-instagram {
  color: #E1306C;
}
/* increase space between announement  */
.bwp-header-campar ul li a {
    padding: 0 70px;
}
/* padding for review */
@media (max-width: 767px) {
    .wpbingo-section--testimonials .testimonial-card {
        padding: 0 15px;
    }
}
.wpbingo-section--testimonials .testimonial-card {
    padding: 0px 29px !important;
}
/* hiding question and shipping button from product page  */
.delivery_return, .product-ask_a_question {
  display: none;
}
/* shaking animation to add to cart button */
.product-single .product-single__buttons .btn--add-to-cart {
 /* transition: all 0.1s ease;
  animation: shake 5s ease infinite; /* Shake for 5 seconds, then restart */ */
 /* transition: all 0.3s ease;
  animation: shake 0.010s ease 5; /* Shake for 1 second, repeat 5 times */ */
}

.product-single .product-single__buttons .btn--add-to-cart  {
  animation: horizontal-shaking 6s ease infinite;
    animation-delay: 0s;
  animation-delay: 5s;
  transform-origin: 50% 50%;
}

/* Keyframe for the shaking effect */
/* @keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-10px); } 
  40% { transform: translateX(10px); }  
  60% { transform: translateX(-10px); } 
  80% { transform: translateX(10px); }  
  100% { transform: translateX(0); }    
} */

.product-single .product-single__buttons .btn--add-to-cart{
  animation: horizontal-shaking 6s ease infinite;
    animation-delay: 0s;
  animation-delay: 5s;
  transform-origin: 50% 50%;
}
@-webkit-keyframes horizontal-shaking {

    0%,
    18%,
    100% {
        transform: translate3d(0, 0, 0)
    }

    2%,
    6%,
    10%,
    14% {
        transform: translate3d(-5px, 0, 0)
    }

    4%,
    8%,
    12%,
    16% {
        transform: translate3d(5px, 0, 0)
    }
/* hide filter option new to old & old to new  */
/* Hide the "Date, old to new" and "Date, new to old" options in the sort-by dropdown */
    select[name="sort_by"] option[value="created-ascending"],
    select[name="sort_by"] option[value="created-descending"] {
        display: none !important;
    }
/* to hide All charges are billed in INR. While the content of your cart is currently displayed in , the checkout will use INR at the most current exchange rate. on cart  */

/* hide judge me on collections 
/*.product-card__content .jdgm-prev-badge .jdgm-prev-badge__text   */
.product-card__content .jdgm-prev-badge {
  display: none !important;
}