/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
.restock-badge {
  min-height: 0;
  min-width: 0;
  padding: 1px 8px 1px 8px;
  background-color: #29bf00;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  left: auto;
  margin: 0;
  border-radius: 0;
  position: absolute;
  top: 15px;
  right: 0;
  text-shadow: none;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  max-width: calc(100% - 30px);
  width: auto;
  z-index: 8;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  display: inline-block;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/
