#currency, #currencyMob {
    text-align: left;
    box-sizing: border-box;
    padding: rem;
    line-height: normal;
    color: inherit;
    margin-left: 10px;
    z-index: 100000;
    display: block;
    pointer-events: all;
}
.summary-price .ts-price {
    font-size: 16px;
}
.ts-orignal-price {
    padding-left: 10px;
    text-decoration: line-through;
}
.afterpayString {
    display: block;
    padding-top: 15px;
}
.product-price.pricing-plan-product-price {
    display: block !important;
}
.product-price-clone {
    display: none !important;
}
.product-price.addon-ts-price {
    display: block !important;
}
#cart #currencyMob, #cart #currency {
  display: none !important;
}
.Main--products-item .ProductItem-details .product-price{
  order: 2 !important;
}
.Main--products-item .ProductItem-details .ts-currency-converter{
  order: 3 !important;
}
/**/
.snazzy-free-delivery-progress-inner {
  pointer-events: none!important;
  z-index: -10 !important;
  cursor: default !important;
}
.snazzy-progress-text .ts-currency-converter {
  display: none !important;
}

.snazzy-progress-text .ts-currency-converter:first-of-type {
  display: block !important;
}
.snazzy-free-delivery-progress-announcement-bar .snazzy-progress-text {
    display: flex !important;
    justify-content: center !important;
}
.spend-target.product-price{
   display: none !important;
}
.snazzy-progress-text .ts-currency-converter, .snazzy-progress-text .spend-target{
    color: #fff !important;
  text-decoration: none !important;
  padding: 0 4px;
}
.sqs-announcement-bar-dropzone {
  /*display:none !important;*/
}
.snazzy-free-delivery-progress-pdp .snazzy-progress-text .ts-currency-converter {
    display: inline-block !important;
}