.customise_wrapper label {
  font-weight: 600;
}

html .wd-burger-icon {
  display: none !important;
}

.woocommerce form .form-row .required {
  text-decoration: none !important;
}

.dynamic_customizedesign_text p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.woodmart-sticky-btn-shown .dynamic_customizedesign_text,
.woodmart-sticky-btn-shown #customizedesign,
.woodmart-sticky-btn-shown .order_on_whatsApp,
.woodmart-sticky-btn-shown .stock,
.woodmart-sticky-btn-shown .get_enquire_whatsapp {
  display: none !important;
}

.todaysdate {
  font-size: 30px;
}

.sindledayrates > h1 {
  font-size: 60px;
  text-align: center;
}

.todays_per_gram {
  font-size: 16px !important;
}

.todaysgold {
  background: linear-gradient(
    to right,
    #bf953f,
    #e3ce87,
    #ddc47b,
    #e7d48e,
    #e4d088
  );
  border: none;
}

.todayssilver {
  background: linear-gradient(
    to right,
    #a1a2a3,
    #b3b6b5,
    #b3b6b5,
    #b3b6b5,
    #b3b6b5
  );
  border: none;
}

@media (max-width: 680px) {
  #mvvwo_floating_button {
    display: none;
  }
}

@media (min-width: 1200px) {
  .wpb_widgetised_column .wpb_wrapper {
    display: flex;
  }
  .wpb_widgetised_column .wpb_wrapper > div {
    margin: 0px 20px;
  }
}

.sub-menu-dropdown #woocommerce_price_filter-2 {
  display: none;
}

/* .form-row {
  display: block !important;
} */

small {
  font-size: 47% !important;
  color: #222 !important;
}

.woodmart-scroll-pane {
  width: 6px !important;
}

.sub-menu-dropdown #woocommerce_product_tag_cloud-2 {
  width: 15%;
}

.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
  padding: 5px !important;
  margin: 2px !important;
}

.wpb_widgetised_column > .wpb_wrapper > :last-child {
  width: 20% !important;
}

.make_table_scrollable {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.main-page-wrapper {
  padding: 40px 0 !important;
}

.sliders.row {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0;
  padding: 10px;
}

.slider_content {
  text-align: center;
}

.slider_content h2 {
  font-size: 50px;
  color: #000;
}

.jewellery_caption {
  text-align: center;
  margin: 20px 0 0 0;
  width: 100%;
  font-size: 20px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.slider-section img {
  height: auto;
  width: 100%;
}

.order_on_whatsApp {
  margin-bottom: 10px;
  display: inline;
}

.order_on_whatsApp a {
  border: 1px solid #25d367;
  display: inline-block;
  border-radius: 6px;
  color: #25d367;
  text-decoration: none;
  padding: 15px 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.order_on_whatsApp a:hover {
  color: #222 !important;
}

.live_price {
  font-size: 14px;
  font-weight: 800;
}

.breakup {
  margin-bottom: 20px !important;
}

.product_meta span {
  margin-right: 5px !important;
  display: inline-block !important;
}

.single-product .summary-inner .price .amount {
  font-weight: 400;
}

.woodmart_share {
  width: 500px;
}

.woocommerce-Reviews {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.woocommerce-Reviews #comments,
.woocommerce-Reviews #review_form_wrapper {
  max-width: 100% !important;
}

.single-custom h2 {
  font-size: 30px !important;
  text-transform: uppercase;
  font-family: inherit !important;
}

.promise {
  background: #f5f5f5;
  padding: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 10px;
}

.promise h4 {
  margin: 0 !important;
}

.promise h4 img {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.social-platform {
  display: inline-block;
  margin: 15px;
}

.share_btn i {
  margin-right: 5px;
}

.gold,
.silver {
  margin: 0 10px;
}

.newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter input.wpcf7-submit {
  border-radius: 4px;
  margin-left: 20px;
}

.scrollbox {
  height: 50px;
  overflow: hidden;
  position: relative;
}

.scrollbox .scroll-text {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scrollbox 15s linear infinite;
  -webkit-animation: scrollbox 15s linear infinite;
  animation: scrollbox 15s linear infinite;
}

.text-success {
  color: green;
}

.text-danger {
  color: red;
}

table.goldRates {
  color: #313131;
  font-weight: 500;
  font-size: 16px;
}

.goldRates tr:first-child {
  background: #efefef;
}

.userSelect {
  display: flex;
  align-items: center;
}

.userSelect > div {
  margin-right: 20px;
}

.product-grid-item .woocommerce-price-suffix {
  display: none !important;
}

/* Move it (define the animation) */

@-moz-keyframes scrollbox {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scrollbox {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scrollbox {
  0% {
    -moz-transform: translateX(100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(100%);
    /* Firefox bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(-100%);
    /* Firefox bug fix */
    transform: translateX(-100%);
  }
}

.products-tabs-title li img {
  width: 50px !important;
  height: 50px !important;
}

html body .widget_media_image a img {
  width: auto !important;
}

#dig_billing_otp_field .woocommerce-input-wrapper, .digcon{
  width: 100% !important;
}

@media (max-width: 800px) {
  .goldpay .details {
    padding: 10px;
  }
  .detailform {
    position: relative;
    top: 50px;
    left: 0;
  }
  .products-tabs-title li img {
    width: 25px !important;
    height: 30px !important;
  }
  .scrollbox {
    width: 550px;
  }
  .grecaptcha-badge {
    display: none !important;
  }
  .product-image-thumbnail {
    width: 100px !important;
  }
  /* .single_add_to_cart_button {
          position: fixed;
          bottom: 0;
          z-index: 9;
          width: 100%;
          left: 0;
          right: 0;
          margin: 0 !important;
          border-radius: 0 !important;
          text-align: right;
      }
      .single-product .summary-inner .price {
          position: fixed;
          bottom: 15px;
          z-index: 99;
          color: #fff;
          font-size: 20px !important;
      } 
    .single-product .summary-inner .woocommerce-price-suffix,
    .single-product .summary-inner .price .amount {
      color: #fff !important;
    }*/
  .single-custom {
    margin-bottom: 40px !important;
  }
  .single-product .woodmart-toolbar,
  .single-product footer {
    display: none !important;
  }
  .promise h4 {
    font-size: 15px;
  }
  .promise {
    padding: 20px;
    justify-content: left;
  }
  .order_on_whatsApp,
  .order_on_whatsApp a {
    text-align: center;
    width: 100%;
  }
  .bgColor .row > div {
    width: 25%;
  }
  .bgColor i,
  .bgColor h2 {
    font-size: 12px !important;
    margin: 0 !important;
  }
  .keypoints {
    padding: 15px 0 !important;
    margin-bottom: 0;
    display: block !important;
    border: none !important;
  }
  button.single_add_to_cart_button.button.alt {
    justify-content: flex-end !important;
  }
}

.breakup-wrapper {
  border: 1px solid #f5f5f5;
  padding: 10px 10px;
}

.breakup_info {
  margin-bottom: 0 !important;
}

.breakup_info .details td {
  padding: 8px 10px !important;
  border-bottom: 1px solid #f5f5f5 !important;
  color: #222 !important;
}

.breakup_info .details td:first-child {
  text-align: left !important;
}

.breakup_info .details td {
  text-align: right !important;
}

.breakup_info h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 10px;
  background-color: #f5f5f5;
  color: #5a4242;
  cursor: pointer;
}

.breakup_info .details {
  padding: 8px 10px;
  border-bottom: 1px solid #f5f5f5;
  color: #222;
  display: flex;
  justify-content: space-between;
}

.breakup_info .details span {
  font-weight: 600;
  color: #222 !important;
}

.breakup_info table.details {
  display: table !important;
}

.breakup_info .details:last-child {
  border: 0 !important;
}

.breakup_info .details span del {
  color: gray;
  margin-right: 20px;
}

.breakup_info .details span b {
  margin-right: 20px;
}

.product-tabs-wrapper {
  padding: 0 !important;
  border-bottom: none !important;
}

.woodmart-sticky-btn-shown .order_on_whatsApp,
.woodmart-sticky-btn-shown .stock {
  display: none !important;
}

/* DEVELOEPR110897 */
p.stock.mb-0 {
  font-size: 16px !important;
}

.product-image-summary div.quantity {
  display: none !important;
}

.footer_category_seo ul {
  display: flex !important;
  padding: 10px 10px 5px 0px !important;
}
.footer_category_seo ul li {
  padding-right: 12px !important;
}
.extra_footer_category {
  background: #cc868a !important;
}

.container.footer_category_seo ul li a {
  color: rgba(255, 255, 255, 0.6) !important;
}
.container.footer_category_seo ul li a:hover {
  color: rgb(255, 255, 255) !important;
}
.save_price {
  display: flex;
  position: absolute;
  right: 0;
  top: 75px;
}
.save_price span {
  border: 1px solid #cecece;
  border-left: none;
  border-right: none;
  background: #fafafa;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(112, 112, 112);
}

@media screen and (max-width: 600px) {
  .save_price {
    display: flex !important;
    position: absolute !important;
    left: 220px !important;
    top: 17px !important;
  }

  table {
    display: block !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    margin: 0 auto !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }
}

h1.product_title.entry-title {
  margin-bottom: 5px !important;
  font-size: 20px;
}

.notify_me h6 {
  font-size: 15px !important;
}

span.breakup a {
  font-size: 9px !important;
}

.add_woocommerce_share {
  display: flex !important;
  top: 5px !important;
  position: absolute !important;
  right: 80px !important;
}
.add_woocommerce_share a {
  padding: 0px 5px !important;
}

.view_brackup_link {
  margin-top: 8px !important;
  margin-bottom: 20px !important;
}

div#notify input.wpcf7-form-control.wpcf7-submit {
  margin-top: 20px !important;
}

.row.d-inline-flex.pl-3.get_enquire_whatsapp {
  background: #f0f1f1bf !important;
  margin-left: 0px !important;
  padding: 15px !important;
  margin-bottom: 15px !important;
}

.get_enquire_whatsapp h5.mb-1 {
  font-weight: 400 !important;
}

.get_enquire_whatsapp h5 {
  font-size: 14px !important;
}

.woodmart-sticky-btn-cart .notify_me {
  display: none !important;
}

.woodmart-sticky-btn-cart .get_enquire_whatsapp {
  display: none !important;
}

.woodmart-sticky-btn-cart .get_enquire_whatsapp {
  display: none !important;
}

.woodmart-sticky-btn-cart div#notify {
  display: none !important;
}

.woodmart-sticky-btn-cart .pincode_row {
  display: none !important;
}

#avilable_pincode #check_pincode {
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}

input#check_pincode {
  width: 50% !important;
}

.Customize_this_product {
  border-top: 1px solid rgb(160, 160, 160) !important;
  border-bottom: 1px solid rgb(160, 160, 160) !important;
  padding: 10px !important;
  margin-bottom: 20px !important;
}

.product-label.tryOn {
  background-color: var(--wd-primary-color);
}

.product-label {
  color: #fff;
  font-weight: 600 !important;
  font-size: 10px !important;
  border-radius: 2px;
  padding: 5px 10px;
}

.product-label.discount {
  background-color: #ededed;
  color: #222;
  font-weight: 900 !important;
}

.product-label.ready-to-ship {
  background-color: var(--wd-primary-color);
  color: #fff !important;
  border: 1px solid var(--wd-primary-color);
  font-weight: 900 !important;
}

.woocommerce-button:after,
.woocommerce-Button:after {
  opacity: 0;
  transition: opacity 0.2s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.woocommerce-button.loading:before,
.woocommerce-Button.loading:before {
  opacity: 0;
}

.woocommerce-button.loading:after,
.woocommerce-Button.loading:after {
  opacity: 1;
  animation: wd-rotate 450ms infinite linear;
}

html body .forced-none {
  display: none !important;
}

html body .iti #reg_email {
  padding-right: 6px !important;
  padding-left: 52px !important;
}

img {
  pointer-events: none !important;
  -webkit-user-select: none !important;
  -webkit-touch-callout: none !important;
}

.VerifyAuthMobile,
.responseInsurance {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  position: relative !important;
}

.VerifyAuthMobile .iti {
  width: 100% !important;
}

.VerifyAuthMobile .iti #mobileNumber {
  height: 50px !important;
}

.VerifyAuthMobile button {
  margin-top: 20px !important;
  width: 100% !important;
}

.VerifyAuthMobile .get_otp {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.iti-mobile .iti--container {
  z-index: 9999999 !important;
}

.VerifyAuthMobile .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

#checkInsuranceWrapper img {
  display: block !important;
  cursor: pointer;
}

.responseInsurance img {
  display: block !important;
  margin: 0 auto;
}

.priceToast {
  position: fixed;
  bottom: 8%;
  background: var(--wd-primary-color) !important;
  color: #fff !important;
  padding: 10px 30px;
  left: 42%;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 9999;
  box-shadow: 5px 6px 10px #8f8f8f;
  font-weight: 600;
  font-size: 15px;
  display: none;
}

.mfp-ready .VerifyAuthMobile button.mfp-close {
  opacity: 1;
  transition: all 0.25s ease, opacity 0.3s ease 0.35s;
  position: absolute;
  top: 0;
  z-index: 99999999;
  color: #000;
  width: 50px !important;
  margin: 0 !important;
}

@media only screen and (min-width: 1100px) {
  .VerifyAuthMobile,
  .responseInsurance {
    width: 35% !important;
    padding: 30px !important;
    margin: 0 auto !important;
  }
}

.wd-social-login{
  margin-bottom: 30px;
}

/******* TABLE Columns *********/
@media (max-width: 991px) {
  .Jresponsive > thead th {
    display: none;
  }
  table.Jresponsive {
    margin: 0 !important;
  }
  .Jresponsive > tbody td,
  .Jresponsive > tbody th {
    display: block;
  }
  .Jresponsive > tbody > tr {
    border-bottom: 50px solid white;
    background: #f8f8f8;
  }
  [row-header] {
    position: relative;
    width: 100%;
    vertical-align: middle;
  }
  [row-header]:before {
    content: attr(row-header);
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-right: 25px;
    font-weight: 900;
    color: #000;
  }
}

#customer_details .form-row{
  display: block !important;
}


.wd-sticky-btn .customise_parent,
.wd-sticky-btn .get_enquire_whatsapp{
  display: none !important;
}


.jwero_coupon_offers h5 {
  margin-bottom: 0 !important;
}

.jwero_coupon_wrapper {
  border: 1px dashed;
  padding: 10px;
  width: 48%;
  line-height: 15px;
  display: inline-block;
  margin: 10px 5px;
  vertical-align: text-top;
  border-radius: 10px;
  background: #f4f4f4;
}

.jwero_coupon_wrapper h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.jwero_coupon_wrapper span {
  font-size: 12px;
}


.wd-dropdown-menu .widget:last-child{
  width: 50% !important;
}

.wd-dropdown-menu .widget{
  margin-right: 20px !important;
}


.product-label.onsale {
  color: #000000 !important;
  margin-right: 10px;
  font-weight: 900 !important;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.product-label.onsale:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* Start outside the left edge */
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: sweep 2s infinite; /* Animation duration and repetition */
}


@keyframes sweep {
  0% {
    left: -100%; /* Start from left */
  }
  100% {
    left: 100%; /* Move to right */
  }
}


.heart-like-counter {
  display: inline-block;
  margin-left: 20px;
}

.like-button {
  cursor: pointer;
  color: #333; /* Default color */
  font-size: 18px;
}

.like-button .fa-heart {
  transition: color 0.3s ease;
}

.like-button .fas.fa-heart {
  color: #e74c3c; /* Red color when liked */
}

.like-button:hover .fa-heart {
  opacity: 0.5;
}



@media (max-width: 600px) {
  .jwero_coupon_wrapper {
    width: 100% !important;
  }

  .product-labels{
    max-width: 65% !important;
  }

  .product-label.onsale{
    font-size: 9px !important;
  }
}

/* pan card */
/* Main Form Container */
.pan-upload-form {
    border: 2px solid var(--wd-primary-color);
    background: #f8f9fa;
    padding: 30px;
    margin-bottom: 30px !important;
    border-radius: 15px;
    max-width: 500px;
    margin: 0 auto;
}

/* Title */
.pan-upload-title {
    color: var(--wd-primary-color);
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
}

/* File Input Container */
.pan-upload-button-container {
    text-align: center;
}

/* File Input Field */
.pan-upload-input {
    background-color: #fff;
    padding: 12px;
    font-size: 16px;
    border: 2px solid var(--wd-primary-color);
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}

/* Upload Button */
.pan-upload-btn {
    background-color: var(--wd-primary-color) !important;
    color: white !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    font-size: 12px !important;
    max-width: 50% !important;
    /* margin-top: 20px; */
    
}

/* Hover Effect for Button */
.pan-upload-btn:hover {
    background-color: #005f7f;
}

/* Upload Status Message */
.pan-upload-status {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #0073aa;
    text-align: center; /* Center the text */
    width: 100%; /* Ensure it takes the full width */
    display: block; /* Treat it as a block-level element */
}
