/*
Theme Name: Highland Supply Beaver Builder Child Theme
Theme URI: http://HighlandSupply.com
Version: 2.0
Description: An example child theme that can be used as a starting point for custom development.
Author: ICIT
template: bb-theme
*/

/* Add your custom styles here... */

/* stack attribute select inputs for banded belt products */
table.tbl-banded div.wpt_varition_section.variations {
  flex-direction: column;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #43629e;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
}

.menu-item a {
  position: relative;
  display: inline-block;
}

body.woocommerce-cart .ppc-button-wrapper {
  display: none !important;
}
