#billing_pickup_datepicker,#billing_pickup_timepicker{
    border: 1px solid #ccc !important; /* Adding a red border */
    background-color: #f9f9f9 !important; /* Changing background color */
    font-size: 16px !important; /* Adjusting the font weight */
    padding: 10px 15px !important; /* Adding padding */
    color: #000 !important; /* Changing the text color */
}


/* .woocommerce-form-login, .woocommerce-form-login-toggle, .woocommerce-form-register, #customer_login{ 
    display: none; 
} */
 .serp-wc-otp-login{
    padding: 20px;
    border: 1px solid #b3b0b0;
    border-radius: 8px;
 }

.serp-submit-btn{
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    background-color: #d7532f ;
    color:#fff;
    border-width: 0px  !important;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px;
    cursor: pointer;

}

.serp-input-text{
    border-width: 1px !important;
    border-color: #959595 !important;
    color:#000 !important;
    font-weight: bold !important;
    background-color: #f9f9f9 !important;
    padding: 8px !important;
    margin-right: 11px !important;
    margin-bottom: 10px !important;
}

.serp-input-text::placeholder {
    color: #858484 !important;
    font-weight: bold !important;
}

.serp-verify-otp-main{
    margin-top:25px; 
    border:1px solid gray;
     padding:15px
}


/* Animation styles for the dropdown */
.serp-loading {
    background: url('../img/loading.gif') no-repeat right center;
    background-color: #f0f0f0; /* Change the background color */
    animation: serp-pulse 1s infinite; /* Add a pulse animation */
}

/* Hide default sale badge positioning on image */
.woocommerce ul.products li.product .price {
  display: flex !important;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.woocommerce ul.products li.product .price .onsale {
  position: static !important;
  display: inline-block !important;
  min-height: auto !important;
  min-width: auto !important;
  line-height: normal !important;
  background: #7524c7 !important;
  color: #fff !important;
  padding: 5px 10px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 6px 0 0 !important;
}

.woocommerce ul.products li.product .price del {
  color: #999;
  opacity: 1;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-weight: 700;
}

/* Keyframes for the pulse animation */
@keyframes serp-pulse {
    0% {
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }
    50% {
        box-shadow: 0 0 15px rgba(0, 123, 255, 0.8);
    }
    100% {
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }
}