/*
Theme Name: Shopkeeper
Theme URI: https://shopkeeper.wp-theme.design/
Author: Get Bowtied
Author URI: https://www.getbowtied.com/
Description: When you start with an awesome product you can create amazing things! Built with the eCommerce functionality in mind, Shopkeeper is a fully responsive Premium WooCommerce Theme with great design and extensive functionality.
Version: 2.6.18
License:
License URI:
Text Domain: shopkeeper
Domain Path: /languages/
*/

#delivery-table th, #delivery-table td {
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  #delivery-table th, #delivery-table td {
    padding: 0 5px;
  }
  #delivery-table th:nth-child(3), #delivery-table th:nth-child(5), #delivery-table th:nth-child(6), #delivery-table th:nth-child(8), #delivery-table th:nth-child(9), #delivery-table td:nth-child(3), #delivery-table td:nth-child(5), #delivery-table td:nth-child(6), #delivery-table td:nth-child(8), #delivery-table td:nth-child(9) {
    display: none;
  }
}
