/* =============================================================================
// css/tmt-front.css
// -----------------------------------------------------------------------------
// Frontend stylesheet.
// ===========================================================================*/

/* -----------------------------------------------------------------------------
// NAVIGATION CART ITEM COUNT
// ---------------------------------------------------------------------------*/

.tmt-nav-cart-count {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  background: #ed1c24;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
}

/* -----------------------------------------------------------------------------
// MANAGE CHILDREN
// ---------------------------------------------------------------------------*/

#tmt-manage-children .wp-block-table {
  margin-top: 20px;
}