/* Add custom CSS styles below */ 
@media only screen and (max-width: 1023px) {
    .s-cart-summary-content, .s-cart-summary-count {
        display: block;
    }
  .s-cart-summary-count {
    right: 40px !important;
}
}