.customcategories-wrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.btn_custom_categories {
  width: 100%;
  border: none;
  padding: 1rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  color: rgb(73, 73, 73);
  background-color: rgb(238, 238, 238);
  text-align: center;
}

.btn_custom_categories:active,
.btn_custom_categories:hover,
.btn_custom_categories:focus {
  background-color: rgb(231, 231, 231);
  color: rgb(44, 44, 44) !important;
}

i.category_icon {
  background: #fff;
  padding: 0.8rem;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}


@media screen and (max-width: 991px) {
  .btn_custom_categories {
    text-align: left;
  }
}