/**
 * Theme Name:     Shopkeeper Child
 * Author:         Theo Platica
 * Template:       shopkeeper
 * Text Domain:	   shopkeeper-child
 * Description:    Shopkeeper CHild is the CHild theme of Shopkeeper
 * Author URI:     https://www.codeable.io/developers/theo-platica/
 * Version:        1.0
 */

.user-registration .input-checkbox,
.user-registration .input-radio,
.user-registration input[type="checkbox"],
.user-registration input[type="radio"] {
  border: 0;
}

.user-registration input[type="checkbox"],
.user-registration input[type="radio"] {
  top: 0px;
}

body.home .woocommerce ul.products {
  padding-top: 30px;
}

body.home .woocommerce .woocommerce-result-count {
  font-size: 14px;
  margin: 5px 0 0 15px;
}

/* ----------------Media Queries---------------- */

@media screen and (max-width: 767px) {
  body.home .woocommerce .woocommerce-result-count {
    font-size: 12px;
    margin-top: 0;
  }
}
