/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 @media (max-width: 575.98px) {
    .product-additional-info,
    .keole-small-h2,
    #add-to-cart-or-refresh > div.product-prices > div.product__product-price.product-price.has-discount > p:nth-child(5),
    #add-to-cart-or-refresh > div.product-prices > div.product__product-price.product-price.has-discount > p:nth-child(4) {
        display: none;
    }

    .current-price-display {
        display: block;
    }
}
