/*
 Theme Name:   GoodShop Child
 Theme URI:    http://7uptheme.com/wordpress/goodshop
 Description:  GoodShop Child Theme
 Author:       the 7up WordPress team
 Author URI:   http://themeforest.net/user/7-up
 Template:     goodshop
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: e-commerce, blog, grid-layout, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments
 Text Domain:  goodshop-child
*/
.qty-label {
  width: 87px;
  text-align: center;
  margin-top: 20px;
  line-height: 25px;
  color: white;
  border-radius: 3px;
  font-weight: 600;
  margin: 0 auto;
}

.qty-label-lotsof {
  background: #1dad7e;
}

.qty-label-notalot {
  background: orange;
}

.qty-label-none {
  background: #ff2020;
}