/* Add custom CSS styles below */ 
.store-footer__inner .about-us-block{
    text-align: center;
}


@media only screen and (max-width: 600px) {
.is-sticky-product-bar .sticky-product-bar__price{
    display: block !important;
}

.starting-or-normal-price.gap-4.flex{
    justify-content: center !important;
    margin: 0px auto !important;
}

.product-bar {
  display: flex !important;
  flex-direction: column !important;
}

.sticky-product-bar__price {
  order: 1 !important;
}

.sticky-product-bar__quantity {
  order: 2 !important;
}

.sticky-product-bar__btn {
  order: 3 !important;
}
}