/* your styles go here */

/*
    Category 
   ------------------------
*/
.category {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  text-align: center;
  border: #dee2e6;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  line-height: 3rem;
}

.category.category-sm {
  width: 4.5rem;
  height: 4.5rem;
}

.category.category-lg {
  width: 5rem;
  height: 5rem;
}

.category.category-xl {
  width: 7rem;
  height: 7rem;
}

.category.category-xxl {
  width: 10rem;
  min-width: 10rem;
  height: 10rem;
}

.category.category-border-white {
  border: solid 2px #fff;
}
.caption {
    display: block;
}