.jwero_live_pricing {
  height: 50px;
  overflow: hidden;
  position: relative;
  text-transform: capitalize;
}

.jwero_live_pricing .jwero_live_pricing_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;
}

/* 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%);
  }
}

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

.single-product-page .product_title {
  margin-bottom: 5px !important;
  font-size: 20px;
}

.jwero-short-price-breakup {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.jwero_minimal_wrapper,
.jwero_customisation_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
}

.jwero_minimal_wrapper span i,
.jwero_customisation_wrapper span i {
  color: #636262;
  font-size: 12px;
  margin-right: 5px;
}

.jwero_minimal_wrapper span:last-child {
  font-size: 20px;
  color: var(--wd-primary-color);
  font-weight: 900;
}

.jwero-short-price-breakup .breakup-item {
  background: #f7f7f7;
  padding: 4px 8px;
  width: 110px;
  position: relative;
  font-weight: 400;
  margin-right: 20px;
  text-align: center;
}

.jwero-short-price-breakup .breakup-item:not(:last-child)::after {
  content: "+";
  position: absolute;
  right: -14%;
  top: 25%;
  font-size: 17px;
}

.jwero-short-price-breakup .breakup-item .label {
  display: block;
  font-size: 12px;
  font-weight: 300;
}

.jwero-currency-switcher select {
  border-radius: 5px;
  width: 100px;
  border-color: #222;
  color: #222;
  font-weight: 600;
}

.jweroMainCustomisationConfig, .jweroSizesCustomisationConfig{
  display: flex;
  margin-bottom: 10px;
}

.jwero_show_customization_wrapper select {
  height: 30px;
}

.jwero_show_customization_wrapper label {
  font-size: 12px;
  font-weight: 600;
}

.jwero_product_oneline_description p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.jwero-currency-switcher option {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px; /* Adjust as needed */
}

.jwero_product_enquire_whatsapp {
  background: #f0f1f1bf !important;
  margin-left: 0px !important;
  padding: 15px !important;
  margin-bottom: 15px !important;
}

.jwero_product_enquire_whatsapp h5.mb-1 {
  font-weight: 400 !important;
  font-size: 14px !important;
  margin-bottom: 10px;
}

.jwero_eq_container {
  display: flex;
  justify-content: start;
  align-items: baseline;
}

.jwero_eq_container .whatsapp_eq {
  margin-right: 20px;
}

.jwero_eq_container h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

form.cart {
  margin-top: 20px;
}

.jwero_main_shipping_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 65px;
}

.jwero_main_shipping_wrapper label {
  margin-bottom: 0 !important;
  font-size: 12px;
}

.expected-shipping-date,
#jwero_pincode_result {
  color: #222;
}

.expected-shipping-date b {
  display: block;
  font-size: 14px;
}

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

.check_serviceability_wrapper input {
  background: transparent;
  height: 34px !important;
}

.check_serviceability_wrapper button {
  background: transparent;
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  height: 34px !important;
  min-height: 34px;
  font-size: 12px !important;
}

#change_pincode {
  color: var(--wd-primary-color);
  font-weight: 600;
  cursor: pointer;
}

.jwero_elitepay_box_error {
  color: #ec2626;
  font-weight: 600;
  border: 1px dashed #ec2626;
  padding: 7px;
  background: #fff8f8;
}

.jwero_elitepay_box_success {
  color: #227e26;
  font-weight: 600;
  border: 1px dashed #227e26;
  padding: 7px;
  background: #f3f8f3;
}


.jwero_elitepay_show_wrapper p, .jwero_mloyal_show_wrapper p{
  color:#000;
  font-weight: 600;
}

.jwero_elitepay_show_wrapper a, .jwero_mloyal_show_wrapper a{
  margin-inline-start: 5px;
  color: var(--wd-primary-color) !important;
  text-decoration: underline;
}


.jwero_elitepay_show_wrapper i{
  color: #1a1a54;
  font-size: 16px;
  margin-right: 1px;
}


.jwero_elitepay_show_checkout_box{
  position: relative;
  margin-bottom: 25px;
  padding: 30px 30px 0;
  border: 2px solid var(--brdcolor-gray-200);
  border-radius: var(--wd-brd-radius);
  text-align: start;
}

.woocommerce-checkout .jwero_elitepay_show_checkout_box{
  margin-top:20px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle, 
.woocommerce-checkout .jwero_elitepay_show_wrapper, 
.woocommerce-checkout .jwero_mloyal_show_wrapper{
  width: 30%;
  display: inline-block;
  border: 1px dashed #9b9b9b;
  padding: 20px;
  min-height: 60px !important;
  margin-right: 30px;
  vertical-align: middle;
  margin-bottom: 20px;
  border-radius: 4px;
}

.woocommerce-checkout .jwero_elitepay_show_checkout_box{
  width: 60%;
}


html :is(.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle)>div{
  margin-bottom: 0 !important;
}



@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wd-visits-count .wd-count-icon {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}

.wd-shop-tools .wd-show-sidebar-btn:nth-of-type(2) {
  display: none !important;
}

.archive .main-page-wrapper {
  padding-top: 0;
}

html .shop-loop-head {
  margin-top: 20px;
}

.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;
}

.jwero_breakup_wrapper {
  border: 1px solid #f5f5f5;
  padding: 10px 10px;
  margin-bottom: 30px;
}

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

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

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

.breakup_info h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 10px;
  background-color: #f5f5f5;
  color: var(--wd-primary-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.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;
}

.breakup_info table.details {
  display: table;
  margin-bottom: 0;
}

.breakup_info .details:last-child {
  border: 0;
  margin-bottom: 0;
}

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

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

.jwero_products_summary {
  margin-top: 80px;
  border-top: 1px solid #e4e4e4;
  padding-top: 40px;
}

.jwero_minimal_breakup {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 3px 0;
  margin-bottom: 10px;
  cursor: pointer;
}

.todayRateDrop {
  color: #000;
  font-weight: 700;
}

.todayRateDropRates {
  color: var(--wd-primary-color);
  font-weight: 600;
  font-size: 16px;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 5px;
}

html .comment-form > p {
  flex: none;
}

html .wc-block-components-notice-banner.is-info {
  display: flex !important;
  padding: 10px !important;
}

.woocommerce-EditAccountForm fieldset:not(.jwero_password_change) {
  display: none;
}

.mloyal_wrapper {
  position: relative;
  margin-bottom: 25px;
  padding: 30px;
  max-width: 470px;
  border: 2px solid var(--brdcolor-gray-200);
  border-radius: var(--wd-brd-radius);
}

html .mloyal_redeem_btn {
  text-transform: capitalize;
  margin-left: 5px;
}

html .wc-block-components-notice-banner {
  width: 100%;
}

.jwero_spinner {
  width: 10px;
  height: 10px;
  border: 2px solid #222;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-left: 5px;
}

.jwero_spinner.black {
  border: 2px solid #000;
  border-bottom-color: transparent;
}

.mrp_text {
  font-size: 18px;
}

.jwero_products_savings {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20%;
  top: 17%;
}

.jwero_products_savings > span {
  margin-right: 20px;
}

.jwero_product_saved small {
  display: block;
}

.jwero_product_saved_percent {
  padding: 2px 10px;
  border: 1px dashed var(--wd-primary-color);
  color: #222;
  font-weight: 600;
}

.jwero_return_product {
  float: right;
}

.order-again {
  display: none !important;
}

.jwero_return_product .button,
#returnProductForm button {
  border-radius: var(--btn-shop-brd-radius);
  color: var(--btn-shop-color);
  box-shadow: var(--btn-shop-box-shadow);
  background-color: var(--btn-shop-bgcolor);
}

#return_request_form {
  width: 600px;
}

#return_request_form table {
  margin-bottom: 10px;
}

#return_request_form textarea {
  min-height: 60px !important;
}

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

.jwero_coupon_wrapper {
  border: 1px dashed;
  padding: 10px;
  width: 31%;
  line-height: 15px;
  display: inline-block;
  margin: 10px 5px;
  vertical-align: middle;
}

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

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

.badge {
  background: var(--wd-primary-color);
  padding: 3px;
  border-radius: 4px;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1025px) {
  html .comment-form .wd-review-criteria-wrap {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 600px) {
  .jwero_products_savings {
    position: relative;
    top: 0;
    right: 0;
  }
  .jwero_coupon_wrapper {
    width: 100% !important;
  }
  .woocommerce-checkout .jwero_elitepay_show_checkout_box, 
  .woocommerce-checkout .woocommerce-form-coupon-toggle, 
  .woocommerce-checkout .jwero_elitepay_show_wrapper, 
  .woocommerce-checkout .jwero_mloyal_show_wrapper{
    width: 100%;
  }
}
